@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes spring-in{0%{opacity:0;transform:scale(.9) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes progress-bar{0%{width:0}}@keyframes count-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes check-draw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}@keyframes gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes border-glow{0%,to{border-color:#a6d8fd4d}50%{border-color:#a6d8fd99}}.stagger>*{animation:fade-in-up .4s cubic-bezier(.33,1,.68,1) both}.stagger>*:nth-child(1){animation-delay:.04s}.stagger>*:nth-child(2){animation-delay:.08s}.stagger>*:nth-child(3){animation-delay:.12s}.stagger>*:nth-child(4){animation-delay:.16s}.stagger>*:nth-child(5){animation-delay:.2s}.stagger>*:nth-child(6){animation-delay:.24s}.stagger>*:nth-child(7){animation-delay:.28s}.stagger>*:nth-child(8){animation-delay:.32s}.stagger>*:nth-child(9){animation-delay:.36s}.stagger>*:nth-child(10){animation-delay:.4s}.stagger>*:nth-child(11){animation-delay:.44s}.stagger>*:nth-child(12){animation-delay:.48s}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hp-page{display:flex;flex-direction:column;min-height:calc(100vh - 56px);background:#f2f5fa;animation:fade-in .3s cubic-bezier(.33,1,.68,1)}.hp-crumb{display:flex;align-items:center;gap:8px;padding:10px 32px;background:#fff;border-bottom:1px solid rgba(26,59,122,.07);font-size:12px;font-weight:500;color:#8a9bb0;flex-shrink:0}.hp-crumb a{color:#8a9bb0;text-decoration:none;transition:color .12s;white-space:nowrap}.hp-crumb a:hover{color:#1a3b7a;text-decoration:none}.hp-crumb__sep{color:#1a3b7a33;font-size:10px;-webkit-user-select:none;user-select:none;flex-shrink:0}.hp-crumb__current{color:#1a3b7a;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:clamp(180px,38vw,500px)}.hp-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px 32px 0}.hp-head__text{flex:1;min-width:0}.hp-head__title{font-size:clamp(22px,2.8vw,28px);font-weight:700;color:#1a3b7a;margin:0 0 4px;line-height:1.25;letter-spacing:-.03em}.hp-head__title em{font-style:normal;font-weight:700;color:#1a2bc3}.hp-head__sub{font-size:.8125rem;color:#8a9bb0;margin:0;line-height:1.4}.hp-body{flex:1;padding:24px 32px 16px}.hp-body--narrow{max-width:660px;margin-left:auto;margin-right:auto;width:100%}.hp-body--md{max-width:860px;margin-left:auto;margin-right:auto;width:100%}.hp-btn{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 20px;border-radius:10px;font-family:Lexend,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:none;border:1.5px solid transparent;transition:all .2s cubic-bezier(.33,1,.68,1);flex-shrink:0;position:relative;overflow:hidden}.hp-btn:active:not(:disabled){transform:scale(.97)}.hp-btn--primary{background:#1a3b7a;color:#fff;border-color:transparent}.hp-btn--primary:hover:not(:disabled){background:#1a2bc3;transform:translateY(-1px);text-decoration:none}.hp-btn--ghost{background:none;border-color:#d8e4ee;color:#1a3b7a}.hp-btn--ghost:hover:not(:disabled){background:#1a2bc314;border-color:#1a2bc340;text-decoration:none}.hp-btn--accent{background:#93b29a;color:#1a3b7a;border-color:transparent}.hp-btn--accent:hover:not(:disabled){background:#aecab2;transform:translateY(-1px);text-decoration:none}.hp-btn--danger{background:#fff;border-color:#dc262633;color:#dc2626}.hp-btn--danger:hover:not(:disabled){background:#dc2626;color:#fff;border-color:#dc2626;box-shadow:0 4px 12px #dc262647;text-decoration:none}.hp-btn--lg{height:46px;padding:0 28px;font-size:.9375rem}.hp-btn--sm{height:32px;padding:0 14px;font-size:.6875rem}.hp-btn:disabled{opacity:.45;cursor:not-allowed}.hp-card{background:#fff;border:1px solid rgba(26,59,122,.07);border-radius:16px;overflow:hidden;transition:box-shadow .2s cubic-bezier(.33,1,.68,1)}.hp-card:hover{box-shadow:0 4px 6px #06213f0d,0 2px 4px #06213f0a}.hp-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(26,59,122,.07);font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#8a9bb0}.hp-card__body{padding:20px}.hp-card__link{font-size:.6875rem;font-weight:500;color:#1a2bc3;letter-spacing:0;text-transform:none;cursor:pointer;text-decoration:none}.hp-card__link:hover{text-decoration:underline}.hp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}@media (max-width: 768px){.hp-stats{grid-template-columns:repeat(2,1fr)}}.hp-stat{background:#fff;border:1px solid rgba(26,59,122,.08);border-radius:16px;padding:20px 22px 22px;position:relative;overflow:hidden;transition:all .2s cubic-bezier(.33,1,.68,1);animation:fade-in-up .4s cubic-bezier(.33,1,.68,1) both}.hp-stat:nth-child(1){animation-delay:.06s}.hp-stat:nth-child(2){animation-delay:.12s}.hp-stat:nth-child(3){animation-delay:.18s}.hp-stat:nth-child(4){animation-delay:.24s}.hp-stat:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:16px 0 0 16px}.hp-stat:hover{box-shadow:0 4px 6px #06213f0d,0 2px 4px #06213f0a;transform:translateY(-2px)}.hp-stat--blue{border-color:#1a2bc31f}.hp-stat--blue:before{background:#1a2bc3}.hp-stat--blue .hp-stat__value{color:#1a2bc3}.hp-stat--green{border-color:#38453c26}.hp-stat--green:before{background:#38453c}.hp-stat--green .hp-stat__value{color:#38453c}.hp-stat--amber{border-color:#93b29a2e}.hp-stat--amber:before{background:#93b29a}.hp-stat--amber .hp-stat__value{color:#93b29a}.hp-stat--sky{border-color:#a6d8fd26}.hp-stat--sky:before{background:#a6d8fd}.hp-stat--sky .hp-stat__value{color:#74c2fc}.hp-stat__label{font-size:10px;font-weight:700;color:#8a9bb0;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;padding-left:10px}.hp-stat__value{font-size:44px;font-weight:700;color:#1a3b7a;line-height:1;letter-spacing:-.04em;padding-left:10px}.hp-stat__value--blue{color:#1a2bc3}.hp-stat__value--green{color:#38453c}.hp-stat__value--amber{color:#93b29a}.hp-stat__value--red{color:#dc2626}.hp-stat__unit{font-family:Lexend,system-ui,-apple-system,sans-serif;font-size:.8125rem;font-weight:400;color:#8a9bb0}.hp-stat__sub{font-size:.6875rem;color:#8a9bb0;margin-top:10px;line-height:1.4;font-weight:500;padding-left:10px}.hp-banner{border-radius:10px;padding:14px 18px;font-size:.8125rem;line-height:1.5;margin-bottom:16px;display:flex;align-items:flex-start;gap:12px;animation:fade-in-up .3s cubic-bezier(.33,1,.68,1)}.hp-banner__title{font-weight:600;margin-bottom:4px}.hp-banner__item{margin:2px 0}.hp-banner--error{background:#fef2f2;border:1px solid #FECACA;color:#991b1b;border-left:4px solid #DC2626}.hp-banner--warning{background:#fffbeb;border:1px solid #FDE68A;color:#92400e;border-left:4px solid #D97706}.hp-banner--info{background:#eaf4fe;border:1px solid #BFDBFE;color:#1e40af;border-left:4px solid #1A2BC3}.hp-banner--success{background:#38453c1a;border:1px solid rgba(56,69,60,.25);color:#065f46;border-left:4px solid #38453C}.hp-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:80px 24px;gap:16px;color:#8a9bb0;font-size:.8125rem}.hp-empty{text-align:center;padding:56px 24px;color:#8a9bb0;font-size:.8125rem}.hp-empty__icon{font-size:40px;margin-bottom:16px;opacity:.4;filter:grayscale(.2)}.hp-empty__title{font-size:.9375rem;font-weight:600;color:#1a3b7a;margin-bottom:8px}.hp-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(26,59,122,.1);border-top-color:#1a2bc3;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.hp-spinner--lg{width:32px;height:32px;border-width:3px}.hp-spinner--white{border-color:#ffffff40;border-top-color:#fff}.hp-skeleton{height:80px;border-radius:16px;background:linear-gradient(90deg,#1a3b7a08 25%,#1a3b7a12,#1a3b7a08 75%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite;margin-bottom:12px}.auth-wrap{display:flex;min-height:100dvh}.auth-brand{width:520px;flex-shrink:0;background:#1a3b7a;display:flex;flex-direction:column;padding:44px 48px 40px;position:relative;overflow:hidden}.auth-brand:before{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:#1a2bc32e;pointer-events:none}.auth-brand:after{content:"";position:absolute;left:-60px;bottom:-60px;width:240px;height:240px;border-radius:50%;background:#93b29a12;pointer-events:none}@media (max-width: 900px){.auth-brand{display:none}}.auth-brand__logo{position:relative;z-index:1;flex-shrink:0}.auth-brand__logo a{display:inline-block;line-height:0;text-decoration:none}.auth-brand__content{flex:1;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;padding-top:48px}.auth-brand__eyebrow{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#93b29a;margin-bottom:20px;display:flex;align-items:center;gap:10px}.auth-brand__eyebrow:before{content:"";display:block;width:24px;height:2px;background:#93b29a;border-radius:2px}.auth-brand__tagline{font-family:Lexend,system-ui,sans-serif;font-size:clamp(36px,4vw,52px);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.04em;margin:0 0 48px}.auth-brand__tagline em{font-style:normal;color:#93b29a;display:block}.auth-brand__features{list-style:none;display:flex;flex-direction:column;gap:20px}.auth-brand__feat{display:flex;align-items:flex-start;gap:14px;animation:fade-in-up .5s cubic-bezier(.33,1,.68,1) both}.auth-brand__feat:nth-child(1){animation-delay:.07s}.auth-brand__feat:nth-child(2){animation-delay:.14s}.auth-brand__feat:nth-child(3){animation-delay:.21s}.auth-brand__feat-icon{width:36px;height:36px;border-radius:10px;background:#ffffff12;border:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#b8cfbe;transition:background .2s,border-color .2s}.auth-brand__feat:hover .auth-brand__feat-icon{background:#b8cfbe24;border-color:#b8cfbe38}.auth-brand__feat-body strong{display:block;font-size:13px;font-weight:600;color:#ffffffeb;margin-bottom:3px}.auth-brand__feat-body span{font-size:11.5px;color:#ffffff57;line-height:1.5}.auth-brand__bottom{margin-top:auto;padding-top:28px;position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.07)}.auth-brand__trust{display:flex;align-items:center;gap:20px;margin-bottom:20px}.auth-brand__trust-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#ffffff52}.auth-brand__trust-item svg{color:#b8cfbe}.auth-brand__lang .lang-toggle{display:flex;align-items:center;gap:4px}.auth-brand__lang .lang-toggle__btn{background:none;border:none;font-family:Lexend,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#ffffff52;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .12s,background .12s}.auth-brand__lang .lang-toggle__btn:hover{color:#ffffffb3;background:#ffffff0d}.auth-brand__lang .lang-toggle__btn--active{color:#fff}.auth-brand__lang .lang-toggle__divider{color:#ffffff24;font-size:11px}.auth-right{flex:1;background:#edf1f7;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 40px;overflow-y:auto;min-height:100dvh;position:relative}@media (max-width: 900px){.auth-right{padding:0 32px 40px;justify-content:flex-start}}@media (max-width: 540px){.auth-right{background:#fff;padding:0 20px 32px}}.auth-mobile-logo{display:none;text-align:center;width:100%;margin-bottom:32px;background:#1a3b7a;border-radius:0 0 24px 24px;position:relative;overflow:hidden}.auth-mobile-logo:after{content:"";position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:#1a2bc333;pointer-events:none}.auth-mobile-logo .logo{margin:0 auto;position:relative;z-index:1}.auth-mobile-logo p{font-size:12px;color:#fff6;margin-top:6px;position:relative;z-index:1}@media (max-width: 900px){.auth-mobile-logo{display:block;padding:40px 32px 28px;margin-left:-32px;margin-right:-32px;width:calc(100% + 64px)}}@media (max-width: 540px){.auth-mobile-logo{padding:36px 20px 24px;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}}.auth-card{background:#fff;border-radius:20px;padding:48px 52px;width:100%;max-width:520px;box-shadow:0 4px 32px #1a3b7a1a,0 1px 4px #1a3b7a0f;position:relative;animation:spring-in .4s cubic-bezier(.34,1.56,.64,1)}@media (max-width: 900px){.auth-card{padding:40px 44px;max-width:500px}}@media (max-width: 640px){.auth-card{padding:36px 32px;border-radius:16px}}@media (max-width: 540px){.auth-card{padding:0;box-shadow:none;border-radius:0;max-width:100%;animation:none}}.auth-box{width:100%}.auth-box__head{margin-bottom:32px}.auth-box__eyebrow{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1a2bc3;margin-bottom:12px;display:block}.auth-box__title{font-family:Lexend,system-ui,sans-serif;font-size:clamp(26px,3vw,32px);font-weight:700;color:#1a3b7a;margin:0 0 8px;letter-spacing:-.04em;line-height:1.15}@media (max-width: 540px){.auth-box__title{font-size:24px}}.auth-box__sub{font-size:.8125rem;color:#8a9bb0;margin:0;line-height:1.55}.auth-field{margin-bottom:20px}.auth-label{display:block;font-size:12.5px;font-weight:600;color:#1a3b7a;margin-bottom:8px;letter-spacing:.01em}.auth-input{display:block;width:100%;height:52px;padding:0 16px;font-family:Lexend,system-ui,-apple-system,sans-serif;font-size:.8125rem;color:#1a3b7a;background:#f5f8ff;border:1.5px solid #D8E4EE;border-radius:10px;outline:none;transition:border-color .12s,box-shadow .12s,background .12s;box-sizing:border-box}.auth-input:focus{border-color:#1a3b7a;background:#fff;box-shadow:0 0 0 3px #1a3b7a14}.auth-input:hover:not(:focus){border-color:#1a3b7a4d}.auth-input.invalid{border-color:#dc2626;background:#fef2f2}.auth-input.invalid:focus{box-shadow:0 0 0 3px #dc262626}.auth-input::placeholder{color:#1a3b7a38;font-size:13px}@media (max-width: 540px){.auth-input{height:50px;font-size:16px}}.auth-input-wrap{position:relative}.auth-input-wrap .auth-input{padding-right:50px}.auth-input-wrap__toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:#8a9bb0;cursor:pointer;padding:4px;line-height:0;border-radius:6px;transition:color .12s,background .12s}.auth-input-wrap__toggle:hover{color:#1a3b7a;background:#1a3b7a0d}.auth-err{display:flex;align-items:center;gap:5px;font-size:12px;color:#dc2626;margin-top:6px}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.auth-row .auth-field{margin-bottom:0}@media (max-width: 480px){.auth-row{grid-template-columns:1fr}}.auth-forgot{display:flex;justify-content:flex-end;margin-top:-8px;margin-bottom:24px}.auth-forgot a{font-size:12.5px;color:#1a2bc3;text-decoration:none;padding:2px 0;border-bottom:1px solid transparent;transition:border-color .12s}.auth-forgot a:hover{border-bottom-color:#1a2bc3;text-decoration:none}.auth-submit{width:100%;height:52px;background:#1a3b7a;color:#fff;font-family:Lexend,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;letter-spacing:.01em;transition:background .2s cubic-bezier(.33,1,.68,1),transform .12s}.auth-submit:hover:not(:disabled){background:#1a2bc3;transform:translateY(-1px)}.auth-submit:active:not(:disabled){transform:scale(.99)}.auth-submit:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 540px){.auth-submit{height:50px}}.auth-footer{margin-top:24px;text-align:center;font-size:13px;color:#8a9bb0}.auth-footer a{color:#1a3b7a;font-weight:600;text-decoration:none;border-bottom:1.5px solid #1A2BC3;padding-bottom:1px;transition:color .12s}.auth-footer a:hover{color:#1a2bc3;text-decoration:none}.auth-divider{display:flex;align-items:center;gap:12px;margin:24px 0;color:#8a9bb0;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#d8e4ee}.auth-alert{padding:14px 18px;border-radius:10px;font-size:.8125rem;line-height:1.55;margin-bottom:24px;display:flex;gap:10px;align-items:flex-start;animation:fade-in-up .25s cubic-bezier(.33,1,.68,1)}.auth-alert--error{background:#fef2f2;border:1px solid #FECACA;border-left:4px solid #DC2626;color:#991b1b}.auth-alert--success{background:#38453c1a;border:1px solid rgba(56,69,60,.25);border-left:4px solid #38453C;color:#065f46}.auth-alert--info{background:#eaf4fe;border:1px solid #BFDBFE;border-left:4px solid #1A2BC3;color:#1e40af}.auth-lang-sel{display:flex;gap:10px;background:#f5f8ff;padding:4px;border-radius:10px;border:1.5px solid #D8E4EE}.auth-lang-sel__opt{flex:1;height:42px;font-family:Lexend,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;background:none;border:none;border-radius:6px;color:#8a9bb0;cursor:pointer;transition:all .12s}.auth-lang-sel__opt:hover{color:#1a3b7a;background:#1a3b7a0a}.auth-lang-sel__opt--on{background:#1a3b7a;color:#fff;box-shadow:0 1px 3px #06213f12,0 1px 2px #06213f0a}.auth-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:Lexend,system-ui,-apple-system,sans-serif;font-weight:400;color:#1a3b7a;background-color:#f5f8ff;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;letter-spacing:-.02em;color:#1a3b7a}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}a{color:#1a2bc3;text-decoration:none;transition:color .12s cubic-bezier(.33,1,.68,1)}a:hover{color:#1a2bc3;text-decoration:underline}::selection{background:#a6d8fd2e;color:#1a3b7a}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1a3b7a1f;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#1a3b7a38}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;font-family:Lexend,system-ui,-apple-system,sans-serif;font-weight:600;font-size:.8125rem;border:1.5px solid transparent;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.33,1,.68,1);gap:8px;position:relative;overflow:hidden}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.btn:active:not(:disabled){transform:scale(.97)}.btn-primary{background:#1a3b7a;color:#fff;border-color:#1a3b7a}.btn-primary:hover:not(:disabled){background:#254fa8;box-shadow:0 4px 6px #06213f0d,0 2px 4px #06213f0a}.btn-accent{background:#93b29a;color:#1a3b7a;border-color:#93b29a}.btn-accent:hover:not(:disabled){background:#81a589;box-shadow:0 4px 6px #06213f0d,0 2px 4px #06213f0a}.btn-outline{background:transparent;color:#1a2bc3;border-color:#d8e4ee}.btn-outline:hover:not(:disabled){background:#1a2bc314;border-color:#1a2bc3}.form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.form-label{font-weight:600;font-size:.8125rem;color:#1a3b7a}.form-input{padding:8px 16px;font-family:Lexend,system-ui,-apple-system,sans-serif;font-size:.9375rem;border:1.5px solid #D8E4EE;border-radius:10px;background:#fff;color:#1a3b7a;transition:border-color .12s,box-shadow .12s}.form-input::placeholder{color:#1a3b7a4d}.form-input:focus{outline:none;border-color:#1a2bc3;box-shadow:0 0 0 3px #a6d8fd26}.form-input.invalid{border-color:#dc2626}.form-input.invalid:focus{box-shadow:0 0 0 3px #dc262626}.form-error{font-size:.6875rem;color:#dc2626}.form-help{font-size:.6875rem;color:#8a9bb0}.card{background:#fff;border-radius:16px;border:1px solid rgba(26,59,122,.07);box-shadow:0 1px 3px #06213f12,0 1px 2px #06213f0a;padding:24px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.disclaimer{font-size:.6875rem;color:#5b6e8a;background:#eff4f1;padding:8px 16px;border-radius:6px;border-left:3px solid #93B29A;line-height:1.65}
