:root{color-scheme:light;--bg:#f5f7fb;--bg-elevated:hsla(0,0%,100%,.84);--panel:hsla(0,0%,100%,.72);--panel-strong:hsla(0,0%,100%,.92);--line:rgba(18,31,53,.12);--line-strong:rgba(18,31,53,.2);--text:#0f1b2d;--muted:#506176;--accent:#174a9c;--accent-soft:#eef5ff;--accent-strong:#0d3a83;--teal-soft:#edf9f7;--success:#12795b;--error:#b42318;--shadow-soft:0 24px 60px rgba(17,32,59,.08);--shadow-panel:0 18px 42px rgba(17,32,59,.12);--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--max-width:1180px;font-family:Inter,Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(23,74,156,.12),transparent 28%),radial-gradient(circle at top right,rgba(20,122,145,.08),transparent 24%),linear-gradient(180deg,#f7f9fc,#f1f5fb);color:var(--text)}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.public-site{min-height:100vh;display:flex;flex-direction:column;background:#fcf9f8;color:#1b1c1c}.public-site__header{position:-webkit-sticky;position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(195,197,215,.28);background:hsla(15,40%,98%,.84);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.public-site__footer-inner,.public-site__header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(calc(100% - 32px),1280px);margin:0 auto}.public-site__header-inner{min-height:80px}.public-site__brand{display:inline-flex;align-items:center;gap:10px}.public-site__brand-mark{display:block;width:36px;height:34px;object-fit:contain;flex:0 0 auto}.public-site__brand-copy{display:grid;grid-gap:2px;gap:2px}.public-site__brand-copy span{color:#0f172a;font-size:1.1rem;font-weight:900;letter-spacing:-.04em}.public-site__brand-copy small{color:#5f5e5e;font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.public-site__nav{display:flex;align-items:center;gap:28px;color:#5f5e5e;font-size:.95rem;font-weight:500}.public-site__footer-links a,.public-site__nav a{transition:color .18s ease,transform .18s ease}.public-site__footer-links a:hover,.public-site__nav a:hover{color:#004fd9}.public-site__action{display:inline-flex;align-items:center;justify-content:center;min-width:120px;min-height:44px;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,#004fd9,#306af7);box-shadow:0 18px 28px rgba(0,79,217,.18);color:#fff;font-size:.95rem;font-weight:700;transition:transform .16s ease,box-shadow .16s ease}.public-site__action:hover{box-shadow:0 20px 32px rgba(0,79,217,.24)}.public-site__action:active{transform:scale(.98)}.public-site__main{flex:1 1;display:flex;flex-direction:column}.public-site__footer{border-top:1px solid rgba(195,197,215,.24);background:hsla(15,18%,96%,.92)}.public-site__footer-inner{padding:32px 0}.public-site__footer-brand{display:grid;grid-gap:8px;gap:8px;max-width:28rem}.public-site__footer-brand-lockup{display:inline-flex;align-items:center;gap:10px}.public-site__footer-brand-mark{display:block;width:30px;height:28px;object-fit:contain;flex:0 0 auto}.public-site__footer-brand-lockup span{color:#1b1c1c;font-size:1.125rem;font-weight:700}.public-site__footer-brand p,.public-site__footer-links,.public-site__footer-meta p{margin:0;color:#5f5e5e;font-size:.875rem;line-height:1.7}.public-site__footer-meta{display:grid;justify-items:end;grid-gap:10px;gap:10px}.public-site__footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:24px}.login-demo-page{flex:1 1;display:flex;width:100%;background:transparent}.login-demo-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:72px 24px}.login-demo-canvas{position:relative;width:100%;max-width:440px}.login-demo-orb{position:absolute;width:256px;height:256px;border-radius:999px;filter:blur(64px);z-index:0}.login-demo-orb--top{top:-96px;right:-96px;background:rgba(180,196,255,.35)}.login-demo-orb--bottom{left:-96px;bottom:-96px;background:rgba(117,209,255,.24)}.login-demo-card{position:relative;z-index:1;background:#fff;border:1px solid rgba(195,197,215,.2);border-radius:12px;box-shadow:0 32px 32px -4px rgba(27,28,28,.06)}.login-demo-card__content{display:grid;grid-gap:32px;gap:32px;padding:32px}.login-demo-card__content--compact{gap:24px;padding-bottom:24px}.login-demo-card__header{display:grid;grid-gap:12px;gap:12px}.login-demo-card__header h1{margin:0;color:#1b1c1c;font-size:32px;font-weight:800;letter-spacing:-.04em;line-height:1.1}.login-demo-card__header p{margin:0;color:#5f5e5e;font-size:.875rem;line-height:1.7}.login-demo-email-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:10px;background:#f6f3f2}.login-demo-email-chip span{color:#434655;font-size:.95rem;font-weight:500;overflow-wrap:anywhere}.login-demo-email-chip button,.login-demo-help button,.login-demo-password-toggle{padding:0;border:0;background:transparent;color:#004fd9;cursor:pointer;font:inherit}.login-demo-form{display:grid;grid-gap:24px;gap:24px}.login-demo-field{display:grid;grid-gap:8px;gap:8px}.login-demo-field label{padding-left:4px;color:#5f5e5e;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.login-demo-field__label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.login-demo-field__label-row span{color:#737686;font-size:.72rem;font-weight:600}.login-demo-field input{width:100%;height:56px;padding:0 16px;border:0;border-radius:8px;background:#f6f3f2;color:#1b1c1c}.login-demo-field input::placeholder{color:#737686}.login-demo-field input:focus{outline:none;box-shadow:0 0 0 4px rgba(0,79,217,.16)}.login-demo-password-wrap{position:relative}.login-demo-password-wrap input{padding-right:76px}.login-demo-password-toggle{position:absolute;top:50%;right:16px;font-size:.875rem;font-weight:600;transform:translateY(-50%)}.login-demo-captcha{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid rgba(195,197,215,.3);border-radius:8px;background:hsla(15,18%,96%,.6)}.login-demo-captcha__left{display:flex;align-items:center;gap:12px}.login-demo-captcha__left input{width:18px;height:18px;margin:0}.login-demo-captcha__left span{color:#5f5e5e;font-size:.95rem;font-weight:500}.login-demo-captcha__badge{color:rgba(95,94,94,.54);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.login-demo-step-card{display:grid;grid-gap:18px;gap:18px;padding:20px;border-radius:12px;border:1px solid rgba(195,197,215,.34);background:linear-gradient(180deg,hsla(15,18%,96%,.9),#fff)}.login-demo-step-card--info{background:linear-gradient(180deg,rgba(238,245,255,.94),#fff);border-color:rgba(48,106,247,.16)}.login-demo-step-card--highlight{background:linear-gradient(180deg,rgba(238,245,255,.98),hsla(0,0%,100%,.98));border-color:rgba(48,106,247,.24);box-shadow:0 16px 32px rgba(0,79,217,.08)}.login-demo-step-card__copy{display:grid;grid-gap:10px;gap:10px}.login-demo-step-card__eyebrow{color:#004fd9;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.login-demo-step-card__copy h2{margin:0;color:#1b1c1c;font-size:1.15rem;font-weight:800;line-height:1.3}.login-demo-step-card__copy p{margin:0;color:#434655;font-size:.94rem;line-height:1.65}.login-demo-step-card__meta{color:#5f5e5e}.login-demo-step-card__footer{display:grid;grid-gap:10px;gap:10px;padding-top:2px}.login-demo-step-card__countdown{margin:0;color:#004fd9;font-size:.84rem;font-weight:700;line-height:1.55}.login-demo-step-card__hint{margin:0;color:#737686;font-size:.82rem;line-height:1.55}.login-demo-inline-action{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:40px;padding:0 14px;border:1px solid rgba(48,106,247,.18);border-radius:999px;background:#fff;color:#004fd9;cursor:pointer;font:inherit;font-size:.86rem;font-weight:700;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.login-demo-inline-action:hover{border-color:rgba(48,106,247,.3);background:hsla(0,0%,100%,.96)}.login-demo-inline-action:disabled{cursor:not-allowed;color:#737686;border-color:rgba(195,197,215,.4);background:hsla(0,0%,100%,.78)}.login-demo-state{display:grid;grid-gap:8px;gap:8px;padding:18px;border-radius:8px;border:1px solid transparent}.login-demo-state__content{display:grid;grid-gap:8px;gap:8px;min-width:0}.login-demo-state__content p{margin:0}.login-demo-state--info{background:#f6f3f2;color:#434655}.login-demo-state--success{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;background:rgba(18,121,91,.12);border-color:rgba(18,121,91,.18);color:#0d6a4f}.login-demo-state--warning{background:#ffefed;color:#93000a}.login-demo-state__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:hsla(0,0%,100%,.75);box-shadow:inset 0 0 0 1px rgba(18,121,91,.12)}.login-demo-state__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.login-demo-state__meta{font-size:.875rem;line-height:1.6}.login-demo-feedback{margin:0;padding:14px 16px;border-radius:8px;font-size:.92rem;font-weight:600;line-height:1.6}.login-demo-feedback--loading{background:#eef5ff;color:#004fd9}.login-demo-feedback--success{background:rgba(18,121,91,.12);color:#12795b}.login-demo-feedback--error{background:rgba(186,26,26,.1);color:#ba1a1a}.login-demo-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:56px;border:0;border-radius:8px;background:linear-gradient(135deg,#004fd9,#306af7);box-shadow:0 18px 28px rgba(0,79,217,.2);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;transition:transform .16s ease}.login-demo-submit:active{transform:scale(.98)}.login-demo-submit:disabled{cursor:not-allowed;opacity:.72;box-shadow:none;transform:none}.login-demo-submit:disabled:active{transform:none}.login-demo-submit__arrow{font-size:.95rem}.login-demo-help{padding-top:16px;text-align:center}.login-demo-help p{margin:0;color:#5f5e5e;font-size:.75rem;line-height:1.7}.login-demo-help button{font-weight:700}.login-demo-trust{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px;color:rgba(95,94,94,.46);font-size:.9rem;font-weight:700;text-transform:uppercase}.demo-landing{width:100%;color:#1b1c1c}.demo-primary-button:focus-visible,.public-site__action:focus-visible,.public-site__brand:focus-visible,.public-site__footer-links a:focus-visible,.public-site__nav a:focus-visible{outline:3px solid rgba(48,106,247,.22);outline-offset:3px}.demo-landing__content{padding-top:40px}.demo-hero,.demo-trust,.demo-visual{width:min(calc(100% - 32px),1280px);margin:0 auto}.demo-hero{text-align:center;margin-bottom:96px}.demo-hero__badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;padding:8px 12px;border:1px solid rgba(195,197,215,.2);border-radius:999px;background:#f6f3f2;color:#434655;font-size:.75rem;font-weight:600;letter-spacing:.12em}.demo-hero__badge-icon{display:inline-flex;width:18px;height:18px;color:#434655}.demo-hero__badge-icon svg,.demo-trust-card__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.demo-hero h1{margin:0 0 24px;color:#1b1c1c;font-size:clamp(3rem,8vw,4.5rem);font-weight:900;letter-spacing:-.06em;line-height:1.05}.demo-hero__copy{max-width:42rem;margin:0 auto 40px;color:#5f5e5e;font-size:1.25rem;line-height:1.7}.demo-hero__actions{display:flex;flex-direction:column;align-items:center;gap:24px}.demo-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:64px;padding:0 40px;border-radius:8px;background:linear-gradient(135deg,#004fd9,#306af7);box-shadow:0 20px 32px rgba(0,79,217,.25);color:#fff;font-size:1.125rem;font-weight:700;transition:box-shadow .2s ease,transform .2s ease}.demo-primary-button:hover{box-shadow:0 22px 36px rgba(0,79,217,.35)}.demo-primary-button:active{transform:scale(.98)}.demo-hero__subtext{display:flex;align-items:center;gap:12px;color:#5f5e5e;font-size:.875rem;font-weight:500;text-align:center}.demo-hero__subtext span{width:32px;height:1px;background:#c3c5d7}.demo-partners{margin-bottom:0;padding:64px 0;background:#f6f3f2}.demo-partners__inner{width:min(calc(100% - 32px),1280px);margin:0 auto;text-align:center}.demo-partners__inner p{margin:0 0 16px;color:#5f5e5e;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.demo-partners__inner h3{margin:0;color:#1b1c1c;font-size:1.5rem;font-weight:700;letter-spacing:-.03em}.demo-trust{padding:96px 0}.demo-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.demo-trust-card{padding:32px;border-radius:12px;background:#fff;box-shadow:0 32px 32px -4px rgba(27,28,28,.06);transition:transform .3s ease}.demo-trust-card:hover{transform:translateY(-4px)}.demo-trust-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:24px;border-radius:8px}.demo-trust-card__icon--primary{background:#dbe1ff;color:#003daa}.demo-trust-card__icon--tertiary{background:#c2e8ff;color:#004d67}.demo-trust-card h4{margin:0 0 12px;color:#1b1c1c;font-size:1.25rem;font-weight:700}.demo-trust-card p{margin:0;color:#5f5e5e;line-height:1.7}.demo-visual{margin-bottom:96px}.demo-visual__frame{position:relative;height:400px;overflow:hidden;border-radius:12px;box-shadow:0 24px 48px rgba(15,23,42,.18)}.demo-visual__image{display:block;width:100%;height:100%;object-fit:cover}.demo-visual__overlay{position:absolute;inset:0;display:flex;align-items:center;padding:0 48px;background:linear-gradient(90deg,rgba(0,79,217,.8),transparent);color:#fff}.demo-visual__overlay div{max-width:32rem}.demo-visual__overlay h2{margin:0 0 16px;font-size:2.25rem;font-weight:700;letter-spacing:-.03em}.demo-visual__overlay p{margin:0;font-size:1.125rem;line-height:1.6;opacity:.92}.portal-body,.portal-page{min-height:100vh}.portal-page{position:relative;overflow:hidden}.portal-backdrop{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.5),transparent 42%),radial-gradient(circle at 18% 18%,rgba(23,74,156,.1),transparent 30%);pointer-events:none}.portal-shell{position:relative;z-index:1;width:min(calc(100% - 32px),var(--max-width));margin:0 auto;padding:28px 0 36px}.brand-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border:1px solid var(--line);border-radius:999px;background:hsla(0,0%,100%,.65);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 30px rgba(17,32,59,.06)}.brand-lockup{display:inline-flex;align-items:center;gap:12px;font-size:.98rem;letter-spacing:.02em}.brand-lockup__operator,.brand-lockup__source{font-weight:700}.brand-lockup__divider{color:rgba(15,27,45,.42);font-weight:500}.brand-note{color:var(--muted);font-size:.84rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.hero-grid,.login-grid{display:grid;grid-gap:28px;gap:28px;margin-top:28px;align-items:stretch}.hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr)}.login-grid{grid-template-columns:minmax(0,.92fr) minmax(320px,.88fr)}.auth-card,.credential-panel,.hero-copy,.login-context{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-copy,.login-context{background:linear-gradient(180deg,hsla(0,0%,100%,.88),hsla(0,0%,100%,.76));padding:40px}.hero-copy{min-height:440px;display:flex;flex-direction:column;justify-content:center}.section-kicker,.trust-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:8px 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-card h1,.credential-panel h2,.hero-copy h1,.login-context h2{margin:18px 0 0;color:var(--text);letter-spacing:-.04em;line-height:1.02}.hero-copy h1{max-width:11ch;font-size:clamp(3rem,7vw,5.25rem)}.auth-card h1,.credential-panel h2,.login-context h2{font-size:clamp(2rem,4vw,2.9rem)}.credential-footnote,.field-note,.hero-copy__body,.login-context p,.portal-footer p,.section-copy,.trust-item p{color:var(--muted);line-height:1.65}.hero-copy__body{max-width:34rem;margin:20px 0 0;font-size:1.05rem}.hero-copy__note{margin:18px 0 0;max-width:32rem;color:rgba(80,97,118,.94);line-height:1.6}.primary-action{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:54px;margin-top:28px;padding:0 26px;border:0;border-radius:999px;background:linear-gradient(135deg,#123f87,#1859b7);box-shadow:0 16px 30px rgba(18,63,135,.24);color:#fff;cursor:pointer;font-weight:700;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease}.primary-action:hover{transform:translateY(-1px);box-shadow:0 18px 32px rgba(18,63,135,.28)}.brand-lockup:focus-visible,.field input:focus-visible,.primary-action:focus-visible{outline:3px solid rgba(23,74,156,.22);outline-offset:3px}.primary-action:disabled{opacity:.74;cursor:progress;transform:none}.primary-action--full{width:100%}.auth-card,.credential-panel{background:linear-gradient(180deg,hsla(0,0%,100%,.94),rgba(249,251,255,.88));padding:32px;box-shadow:var(--shadow-panel)}.credential-panel{display:flex;flex-direction:column;justify-content:center;gap:18px}.credential-panel--compact{margin-top:28px;padding:24px;gap:14px;border-radius:var(--radius-lg);background:linear-gradient(180deg,hsla(0,0%,100%,.92),rgba(245,249,255,.86))}.credential-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid var(--line);color:var(--muted)}.credential-row:last-of-type{border-bottom:0}.credential-row strong{color:var(--text);font-size:.98rem}.credential-footnote{margin:4px 0 0;font-size:.96rem}.trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:20px}.trust-item{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:16px;gap:16px;padding:22px 20px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 14px 32px rgba(17,32,59,.08)}.trust-item h2{margin:0;font-size:1rem;letter-spacing:-.02em}.trust-item p{margin:8px 0 0;font-size:.95rem}.trust-item__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(180deg,var(--accent-soft),var(--teal-soft));color:var(--accent-strong)}.trust-item__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.portal-footer{margin-top:22px;padding:0 8px}.portal-footer p{margin:0;font-size:.92rem;text-align:center}.auth-card{display:grid;grid-gap:24px;gap:24px}.auth-card__header{display:grid;grid-gap:14px;gap:14px}.section-copy{margin:0}.form-grid{display:grid;grid-gap:18px;gap:18px}.field{display:grid;grid-gap:10px;gap:10px}.field span{color:var(--text);font-size:.95rem;font-weight:600}.field input{width:100%;min-height:54px;padding:0 16px;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:hsla(0,0%,100%,.96);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.field input::placeholder{color:rgba(80,97,118,.72)}.field input:focus{border-color:rgba(23,74,156,.5);box-shadow:0 0 0 4px rgba(23,74,156,.08)}.field-control{position:relative}.field-control input{padding-right:84px}.field-control__action{position:absolute;top:50%;right:14px;padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;font-weight:700;transform:translateY(-50%)}.email-chip{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;width:-moz-fit-content;width:fit-content;max-width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(244,248,255,.82)}.email-chip span{color:var(--text);font-weight:600;overflow-wrap:anywhere}.email-chip button{padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;font-weight:700}.captcha-check{display:flex;align-items:center;gap:12px;min-height:54px;padding:0 16px;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:hsla(0,0%,100%,.96)}.captcha-check input{width:18px;height:18px;margin:0}.captcha-check span{color:var(--text);font-weight:600}.state-panel{display:grid;grid-gap:8px;gap:8px;padding:18px 20px;border:1px solid var(--line);border-radius:var(--radius-md);background:hsla(0,0%,100%,.7)}.state-panel p{margin:0}.state-panel--neutral{background:rgba(244,248,255,.78);border-color:rgba(23,74,156,.14)}.state-panel--warning{background:rgba(180,35,24,.06);border-color:rgba(180,35,24,.14)}.state-panel__meta{color:var(--muted);font-size:.94rem}.feedback-panel{margin:0;padding:14px 16px;border-radius:var(--radius-md);border:1px solid transparent;font-weight:600}.feedback-panel--loading{background:var(--accent-soft);border-color:rgba(23,74,156,.12);color:var(--accent-strong)}.feedback-panel--success{background:rgba(18,121,91,.1);border-color:rgba(18,121,91,.18);color:var(--success)}.feedback-panel--error{background:rgba(180,35,24,.08);border-color:rgba(180,35,24,.16);color:var(--error)}.field-note{margin:-6px 0 0;font-size:.93rem}.page-shell{max-width:960px;margin:0 auto;padding:48px 24px 64px}.card{background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:24px}.stack{display:grid;grid-gap:20px;gap:20px}.badge{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:999px;background:var(--text);color:#fff;font-size:14px}.muted{color:var(--muted)}.status-ok{color:var(--success);font-weight:600}.status-error{color:var(--error);font-weight:600}[data-reveal=true]{animation:reveal-up .52s ease both}@keyframes reveal-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.public-site__nav{display:none}.public-site__footer-inner,.public-site__header-inner{width:min(calc(100% - 24px),1280px)}.public-site__footer-inner{flex-direction:column;align-items:flex-start}.demo-trust__grid{grid-template-columns:1fr}.portal-shell{width:min(calc(100% - 24px),var(--max-width));padding-top:20px}.auth-card,.brand-bar,.credential-panel,.hero-copy,.login-context{border-radius:24px}.hero-grid,.login-grid,.trust-strip{grid-template-columns:1fr}.hero-copy{min-height:auto}}@media (max-width:720px){.public-site__header-inner{min-height:72px}.public-site__brand-mark{width:32px;height:30px}.public-site__brand-copy small{font-size:.68rem}.public-site__action{min-width:104px;min-height:40px;padding:0 16px}.login-demo-main{padding:48px 12px}.login-demo-card__content{gap:24px;padding:24px}.login-demo-card__header h1{font-size:2rem}.login-demo-captcha{flex-direction:column;align-items:flex-start}.login-demo-step-card{padding:18px}.login-demo-inline-action{width:100%}.login-demo-trust{gap:16px;font-size:.75rem}.demo-hero,.demo-partners__inner,.demo-trust,.demo-visual{width:min(calc(100% - 24px),1280px)}.demo-landing__content{padding-top:28px}.demo-hero{margin-bottom:64px}.demo-hero__copy{font-size:1rem}.demo-hero__subtext{flex-direction:column}.demo-hero__subtext span{display:none}.demo-trust{padding:64px 0}.demo-trust-card{padding:24px}.demo-visual{margin-bottom:64px}.demo-visual__frame{height:320px}.demo-visual__overlay{padding:0 24px}.demo-visual__overlay h2{font-size:1.75rem}.brand-bar{flex-direction:column;align-items:flex-start;border-radius:28px}.auth-card,.credential-panel,.hero-copy,.login-context{padding:24px}.auth-card h1,.credential-panel h2,.hero-copy h1,.login-context h2{max-width:none;font-size:clamp(2.35rem,12vw,3.4rem)}.credential-row,.trust-item{grid-template-columns:1fr}.credential-row{align-items:flex-start}.trust-item{gap:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}