.theme-toggle{-webkit-appearance:none;appearance:none;background:#0000;border:none;cursor:pointer;line-height:0;padding:0}.theme-toggle__track{align-items:center;background:#94a3b859;border-radius:999px;display:inline-flex;height:22px;position:relative;transition:background-color .2s ease;width:44px}.theme-toggle--dark .theme-toggle__track{background:#2563eb8c}.theme-toggle__thumb{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0f172a40;height:18px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:18px}.theme-toggle--dark .theme-toggle__thumb{transform:translateX(22px)}.theme-toggle__icon{color:#64748b;height:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:12px}.theme-toggle__icon svg{height:100%;width:100%}.theme-toggle__icon--sun{left:5px}.theme-toggle__icon--moon{color:#dbeafe;right:5px}.theme-toggle--dark .theme-toggle__icon--sun,.theme-toggle:not(.theme-toggle--dark) .theme-toggle__icon--moon{opacity:.35}.landing{--ld-bg:#0a0e1a;--ld-bg-alt:#080c14;--ld-bg-card:#0f172a66;--ld-bg-card-solid:#0f172a;--ld-bg-input:#020617;--ld-border:#1e293bcc;--ld-border-soft:#1e293b99;--ld-text:#e2e8f0;--ld-text-strong:#fff;--ld-muted:#94a3b8;--ld-muted-2:#64748b;--ld-muted-3:#475569;--ld-blue:#3b82f6;--ld-blue-600:#2563eb;--ld-blue-soft:#3b82f61a;--ld-header-bg:var(--bg-dark-blue-color,#0a0e1a);--ld-header-text:var(--text-dark-primary,#e2e8f0);--ld-header-muted:#e2e8f0c7;--ld-header-brand-accent:var(--brand-blue,#2563eb);--ld-header-border:var(--border-dark-theme,#94a3b829);--ld-header-shadow:var(--shadow-header-dark,0 8px 20px -8px #0000008c);--ld-header-cta-bg:var(--brand-blue,#2563eb);--ld-header-cta-color:#fff;--ld-header-cta-hover:var(--brand-blue-hover,#3b82f6);--ld-glow:#2563eb40;--ld-privacy-grad:linear-gradient(90deg,#0f172a,#1725544d);-webkit-font-smoothing:antialiased;background:var(--ld-bg);color:var(--ld-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-synthesis:none;min-height:100vh;min-height:100dvh;scroll-behavior:smooth}.landing--light{--ld-bg:#f4f8ff;--ld-bg-alt:#edf4ff;--ld-bg-card:#fff;--ld-bg-card-solid:#fff;--ld-bg-input:#fff;--ld-border:#2563eb24;--ld-border-soft:#0f172a14;--ld-text:#334155;--ld-text-strong:#0f172a;--ld-muted:#64748b;--ld-muted-2:#64748b;--ld-muted-3:#94a3b8;--ld-blue:#2563eb;--ld-blue-600:#2563eb;--ld-blue-soft:#2563eb14;--ld-header-bg:var(--bg-header-light,#2563eb);--ld-header-text:var(--text-header-light,#fff);--ld-header-muted:var(--text-header-light-muted,#ffffffd1);--ld-header-brand-accent:var(--brand-accent-on-header,#bfdbfe);--ld-header-border:var(--border-header-light,#fff3);--ld-header-shadow:var(--shadow-header-light,0 2px 4px -1px #0f172a1f,0 8px 20px -6px #0f172a47);--ld-header-cta-bg:#fff;--ld-header-cta-color:#2563eb;--ld-header-cta-hover:#eff6ff;--ld-glow:#2563eb33;--ld-privacy-grad:linear-gradient(90deg,#f4f8ff,#eff6ffe6)}.landing *{box-sizing:border-box}.landing,.landing *{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.landing a{color:inherit;text-decoration:none}.landing-header{background:var(--ld-header-bg);border-bottom:1px solid var(--ld-header-border);box-shadow:var(--ld-header-shadow);color:var(--ld-header-text);inset:0 0 auto 0;padding-top:env(safe-area-inset-top,0);position:fixed;z-index:50}.landing-header__inner{align-items:center;display:flex;gap:.5rem;height:58px;justify-content:space-between;margin:0 auto;max-width:80rem;min-width:0;padding:0 .75rem}@media (min-width:640px){.landing-header__inner{gap:1rem;padding:0 1.5rem}}@media (min-width:1024px){.landing-header__inner{padding:0 2rem}}.landing-brand{align-items:center;color:var(--ld-header-text);display:flex;flex-shrink:1;min-width:0}@media (min-width:640px){.landing-brand{flex-shrink:0}}.landing-brand__logo{height:32px!important;max-width:min(210px,58vw);object-fit:contain;width:auto!important}@media (min-width:400px){.landing-brand__logo{height:36px!important;max-width:240px}}.landing-nav{color:var(--ld-header-muted);display:none;font-size:.875rem;font-weight:400;gap:2rem}.landing-nav a:hover{color:var(--ld-header-text)}@media (min-width:1024px){.landing-nav{display:flex}}.landing-header__actions{align-items:center;display:flex;flex-shrink:0;gap:.25rem}@media (min-width:640px){.landing-header__actions{gap:.75rem}}.landing-link{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:var(--ld-header-muted);cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:700;padding:.35rem .4rem;transition:color .15s;white-space:nowrap}@media (min-width:640px){.landing-link{font-size:.875rem;padding:.5rem .75rem}}.landing-link:hover{color:var(--ld-header-text)}.landing-btn{align-items:center;border:none;cursor:pointer;display:inline-flex;font-family:inherit;justify-content:center;transition:all .2s}.landing-btn__label-short{display:inline}.landing-btn__label-full{display:none}@media (min-width:520px){.landing-btn__label-short{display:none}.landing-btn__label-full{display:inline}}.landing-btn--primary{background:var(--ld-blue-600);border-radius:.625rem;box-shadow:0 4px 6px -1px #2563eb1a;color:#fff!important;font-size:.75rem;font-weight:700;padding:.4rem .65rem;white-space:nowrap}.landing-btn--primary:hover{background:#3b82f6;color:#fff!important}.landing-btn--header{background:var(--ld-header-cta-bg);border-radius:.625rem;box-shadow:0 4px 6px -1px #0f172a1f;color:var(--ld-header-cta-color)!important;font-size:.75rem;font-weight:700;padding:.4rem .65rem;white-space:nowrap}.landing-btn--header:hover{background:var(--ld-header-cta-hover);color:var(--ld-header-cta-color)!important}@media (min-width:640px){.landing-btn--header,.landing-btn--primary{border-radius:.75rem;font-size:.875rem;padding:.5rem 1.1rem}}.landing-btn--hero{background:var(--ld-blue-600);border-radius:.75rem;box-shadow:0 0 50px -10px var(--ld-glow);color:#fff!important;font-size:1rem;font-weight:700;padding:1rem 2rem;width:100%}.landing-btn--hero:hover{background:#3b82f6;color:#fff!important;transform:translateY(-2px)}.landing-btn--ghost{background:var(--ld-bg-card-solid);border:1px solid var(--ld-border);border-radius:.75rem;color:var(--ld-muted);font-size:1rem;font-weight:700;padding:1rem 2rem;width:100%}.landing-btn--ghost:hover{background:var(--ld-bg-alt)}@media (min-width:640px){.landing-btn--ghost,.landing-btn--hero{width:auto}}.landing-btn--block{background:var(--ld-blue-600);border-radius:.75rem;box-shadow:0 10px 15px -3px #2563eb33;color:#fff!important;font-size:.875rem;font-weight:700;padding:.875rem;width:100%}.landing-btn--block:hover{background:#3b82f6;color:#fff!important;transform:translateY(-2px)}.landing-theme-switch{align-items:center;display:inline-flex}.landing-container{margin:0 auto;max-width:80rem;padding:0 1rem}@media (min-width:640px){.landing-container{padding:0 1.5rem}}@media (min-width:1024px){.landing-container{padding:0 2rem}}.landing-hero{overflow:hidden;padding:calc(58px + 2.5rem) 0 4rem;position:relative}@media (min-width:640px){.landing-hero{padding:calc(58px + 3.5rem) 0 4rem}}@media (min-width:768px){.landing-hero{padding:calc(58px + 5rem) 0 6rem}}.landing-hero__glow{background:linear-gradient(180deg,#2563eb26,#0000);filter:blur(48px);height:24rem;left:50%;max-width:80rem;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:100%}.landing-hero__content{margin:0 auto;max-width:48rem;position:relative;text-align:center;z-index:1}.landing-badge{align-items:center;background:var(--ld-bg-card-solid);border:1px solid var(--ld-border);border-radius:9999px;color:var(--ld-blue);display:inline-flex;font-size:.75rem;font-weight:400;gap:.5rem;margin-bottom:1.5rem;padding:.25rem .75rem}.landing-badge__dot{animation:landing-pulse 2s ease-in-out infinite;background:var(--ld-blue);border-radius:9999px;height:.5rem;width:.5rem}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.4}}.landing-hero h1{color:var(--ld-text-strong);font-size:2.25rem;font-weight:700;letter-spacing:-.03em;line-height:1.15;margin:0 0 1.5rem}@media (min-width:640px){.landing-hero h1{font-size:3.25rem}}@media (min-width:768px){.landing-hero h1{font-size:3.75rem}}.landing-hero__gradient{background:linear-gradient(90deg,#60a5fa,#2563eb);-webkit-background-clip:text;background-clip:text;color:#0000}.landing-hero p{color:var(--ld-muted);font-size:1rem;line-height:1.625;margin:0 auto 2rem;max-width:42rem}@media (min-width:640px){.landing-hero p{font-size:1.125rem}}.landing-hero__cta{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.landing-hero__cta{flex-direction:row}}.landing-hero__note{color:var(--ld-muted-2);font-size:.75rem;margin-top:1rem}.landing-section{padding:4rem 0}@media (min-width:768px){.landing-section{padding:6rem 0}}.landing-section--alt{background:var(--ld-bg-alt);border-top:1px solid var(--ld-border)}.landing-section--bordered{background:var(--ld-bg-alt);border-bottom:1px solid var(--ld-border-soft);border-top:1px solid var(--ld-border-soft)}.landing-section__head{margin:0 auto 3.5rem;max-width:42rem;text-align:center}.landing-section__head h2{color:var(--ld-text-strong);font-size:1.75rem;font-weight:700;letter-spacing:-.025em;margin:0 0 1rem}@media (min-width:640px){.landing-section__head h2{font-size:2.25rem}}.landing-section__head p{color:var(--ld-muted);font-size:.875rem;margin:0}@media (min-width:640px){.landing-section__head p{font-size:1rem}}.landing-grid-3{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.landing-grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.landing-grid-3{gap:2rem}}.landing-card{background:var(--ld-bg-card);border:1px solid var(--ld-border);border-radius:1rem;padding:1.5rem}@media (min-width:640px){.landing-card{padding:2rem}}.landing-card--feature{background:var(--ld-bg-card-solid);border-color:var(--ld-border-soft);transition:border-color .3s}.landing-card--feature:hover{border-color:#3b82f666}.landing-card__icon{align-items:center;background:var(--ld-blue-soft);border-radius:.75rem;color:var(--ld-blue);display:flex;height:3rem;justify-content:center;margin-bottom:1.5rem;width:3rem}.landing-card__icon svg{height:1.5rem;width:1.5rem}.landing-card h3{color:var(--ld-text-strong);font-size:1.125rem;font-weight:700;margin:0 0 .5rem}@media (min-width:640px){.landing-card h3{font-size:1.25rem}}.landing-card h4{color:var(--ld-text-strong);font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.landing-card p{color:var(--ld-muted);font-size:.875rem;line-height:1.625;margin:0}.landing-card__label{color:var(--ld-blue);font-size:.875rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.landing-features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-features-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}.landing-targets{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.landing-targets{gap:4rem;grid-template-columns:1fr 1fr}}.landing-eyebrow{color:var(--ld-blue);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.landing-targets h2{color:var(--ld-text-strong);font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin:.5rem 0 1.5rem}@media (min-width:640px){.landing-targets h2{font-size:2.25rem}}.landing-targets>div>p{color:var(--ld-muted);font-size:.875rem;line-height:1.625;margin:0 0 1.5rem}@media (min-width:640px){.landing-targets>div>p{font-size:1rem}}.landing-targets ul{color:var(--ld-text);display:flex;flex-direction:column;font-size:.875rem;gap:1rem;list-style:none;margin:0;padding:0}.landing-targets li{align-items:flex-start;display:flex;gap:.75rem}.landing-targets li svg{color:var(--ld-blue);flex-shrink:0;height:1.25rem;margin-top:.125rem;width:1.25rem}.landing-sim{background:var(--ld-bg-card-solid);border:1px solid var(--ld-border);border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;padding:1.5rem;position:relative}.landing-sim__head{border-bottom:1px solid var(--ld-border);display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem}@media (min-width:640px){.landing-sim__head{align-items:center;flex-direction:row;justify-content:space-between}}.landing-sim__title{align-items:center;color:var(--ld-text-strong);display:flex;font-size:.875rem;font-weight:700;gap:.5rem}.landing-sim__title span{background:var(--ld-blue);border-radius:9999px;height:.625rem;width:.625rem}.landing-sim__badge{align-self:flex-start;background:var(--ld-blue-soft);border-radius:9999px;color:var(--ld-blue);font-size:.75rem;font-weight:400;padding:.125rem .625rem}.landing-sim__row{margin-bottom:1rem}.landing-sim__labels{color:var(--ld-muted);display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.25rem}.landing-sim__labels strong{color:var(--ld-text-strong);font-weight:400}.landing-sim__labels em{color:var(--ld-blue);font-style:normal;font-weight:400}.landing-sim__bar{background:var(--ld-border);border-radius:9999px;height:.5rem;overflow:hidden;width:100%}.landing-sim__bar>div{background:var(--ld-blue-600);border-radius:9999px;height:100%}.landing-sim__bar--soft>div{background:#60a5fa}.landing-sim__tip{background:#02061766;border-radius:0 0 1rem 1rem;border-top:1px solid var(--ld-border);color:var(--ld-muted);font-size:.75rem;font-style:italic;line-height:1.625;margin:1.5rem -1.5rem -1.5rem;padding:1.25rem 1.5rem}.landing--light .landing-sim__tip{background:#f1f5f9}.landing-privacy-wrap{margin:0 auto;max-width:56rem;padding:0 1rem}@media (min-width:640px){.landing-privacy-wrap{padding:0 1.5rem}}@media (min-width:1024px){.landing-privacy-wrap{padding:0 2rem}}.landing-privacy{align-items:center;background:var(--ld-privacy-grad);border:1px solid var(--ld-border);border-radius:1.5rem;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}@media (min-width:640px){.landing-privacy{padding:2.5rem}}@media (min-width:768px){.landing-privacy{flex-direction:row;gap:2.5rem;padding:3rem}}.landing-privacy__icon{align-items:center;background:var(--ld-blue-soft);border:1px solid #3b82f633;border-radius:1rem;color:var(--ld-blue);display:flex;flex-shrink:0;height:4rem;justify-content:center;width:4rem}@media (min-width:640px){.landing-privacy__icon{height:5rem;width:5rem}}@media (min-width:768px){.landing-privacy__icon{height:6rem;width:6rem}}.landing-privacy__icon svg{height:2rem;width:2rem}@media (min-width:640px){.landing-privacy__icon svg{height:2.5rem;width:2.5rem}}.landing-privacy h3{color:var(--ld-text-strong);font-size:1.25rem;font-weight:700;margin:0 0 .75rem;text-align:center}@media (min-width:640px){.landing-privacy h3{font-size:1.5rem}}@media (min-width:768px){.landing-privacy h3{text-align:left}}.landing-privacy p{color:var(--ld-muted);font-size:.875rem;line-height:1.625;margin:0 0 .75rem;text-align:center}.landing-privacy p:last-child{margin-bottom:0}@media (min-width:768px){.landing-privacy p{text-align:left}}.landing-free{background:var(--ld-bg-alt);border-top:1px solid var(--ld-border-soft);padding:4rem 0;text-align:center}.landing-free__icon{align-items:center;background:var(--ld-blue-soft);border:1px solid #3b82f633;border-radius:9999px;color:var(--ld-blue);display:flex;height:3.5rem;justify-content:center;margin:0 auto 1.5rem;width:3.5rem}.landing-free__icon svg{height:1.75rem;width:1.75rem}.landing-free h2{color:var(--ld-text-strong);font-size:1.5rem;font-weight:700;margin:0 0 1rem}@media (min-width:640px){.landing-free h2{font-size:1.875rem}}.landing-free p{color:var(--ld-muted);font-size:.875rem;line-height:1.625;margin:0 auto;max-width:36rem}@media (min-width:640px){.landing-free p{font-size:1rem}}.landing-portfolio-preview{background:#0000;border-top:1px solid var(--ld-border-soft);padding:4rem 0;text-align:center}.landing-portfolio-preview__icon{align-items:center;background:var(--ld-blue-soft);border:1px solid #3b82f633;border-radius:9999px;color:var(--ld-blue);display:flex;height:3.5rem;justify-content:center;margin:0 auto 1.5rem;width:3.5rem}.landing-portfolio-preview__icon svg{height:1.75rem;width:1.75rem}.landing-portfolio-preview h2{color:var(--ld-text-strong);font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}@media (min-width:640px){.landing-portfolio-preview h2{font-size:1.875rem}}.landing-portfolio-preview__btn{line-height:1.35;max-width:28rem;min-height:3.25rem;padding:.85rem 1.5rem;white-space:normal;width:100%}.landing-cta{background:var(--ld-bg-alt);border-top:1px solid var(--ld-border-soft);overflow:hidden;padding:4rem 0;position:relative;text-align:center}@media (min-width:768px){.landing-cta{padding:6rem 0}}.landing-cta__glow{background:linear-gradient(0deg,#2563eb0d,#0000);bottom:0;filter:blur(48px);height:16rem;left:50%;max-width:64rem;pointer-events:none;position:absolute;transform:translateX(-50%);width:100%}.landing-cta__inner{margin:0 auto;max-width:56rem;padding:0 1rem;position:relative;z-index:1}.landing-cta h2{color:var(--ld-text-strong);font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin:0 0 1rem}@media (min-width:640px){.landing-cta h2{font-size:2.25rem}}.landing-cta>.landing-cta__inner>p{color:var(--ld-muted);font-size:.75rem;line-height:1.625;margin:0 auto 2.5rem;max-width:36rem}@media (min-width:640px){.landing-cta>.landing-cta__inner>p{font-size:.875rem}}.landing-cta__form{background:var(--ld-bg-card-solid);border:1px solid var(--ld-border);border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;margin:0 auto;max-width:28rem;padding:1.5rem}@media (min-width:640px){.landing-cta__form{padding:2rem}}.landing-cta__form label{color:var(--ld-muted);display:block;font-size:.75rem;font-weight:400;margin-bottom:.5rem;text-align:left}.landing-cta__form input{background:var(--ld-bg-input);border:1px solid var(--ld-border);border-radius:.75rem;color:var(--ld-text-strong);font-family:inherit;font-size:.875rem;margin-bottom:.5rem;outline:none;padding:.75rem 1rem;transition:border-color .15s;width:100%}.landing-cta__form input::placeholder{color:var(--ld-muted-3)}.landing-cta__form input:focus{border-color:var(--ld-blue)}.landing-cta__form input[aria-invalid=true]{border-color:#ef4444}.landing-cta__error{color:#ef4444;font-size:.8125rem;line-height:1.4;margin:0 0 .75rem;text-align:left}.landing-cta__form .landing-btn--block{margin-top:.5rem}.landing-cta__meta{color:var(--ld-muted-2);display:flex;font-size:.6875rem;gap:1rem;justify-content:center;margin-top:1rem}@media (min-width:640px){.landing-cta__meta{gap:1.5rem}}.landing-footer{background:var(--ld-bg-alt);border-top:1px solid var(--ld-border-soft);color:var(--ld-muted-2);font-size:.6875rem;padding:2.5rem 0}.landing-footer__inner{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin:0 auto;max-width:80rem;padding:0 1rem;text-align:center}@media (min-width:640px){.landing-footer__inner{flex-direction:row;padding:0 1.5rem;text-align:left}}@media (min-width:1024px){.landing-footer__inner{padding:0 2rem}}.landing-footer p{margin:0}.landing-footer p+p{color:var(--ld-muted-3);margin-top:.25rem}.landing-footer__links{color:var(--ld-muted);display:flex;flex-shrink:0;gap:1rem}@media (min-width:640px){.landing-footer__links{gap:1.5rem}}.landing-footer__links a:hover{color:var(--ld-text-strong)}.landing-auth-modal .ant-modal-title{font-size:1.35rem;font-weight:700;line-height:1.3}.landing-auth-modal .ant-modal-body{padding-top:.5rem}.landing-auth-modal__content{min-height:340px}.landing-auth-modal__skeleton .route-fallback__bar{margin-bottom:12px}.landing-auth-modal .ant-form-item-label label,.landing-auth-modal .ant-form-item-label>label{font-size:15px;font-weight:400}.landing-auth-modal .ant-input,.landing-auth-modal .ant-input-affix-wrapper,.landing-auth-modal .ant-input-password input{font-size:16px}.landing-auth-modal .ant-btn-primary{font-size:16px;min-height:44px}.landing-auth-modal h6{font-size:15px}.landing-auth-shell{align-items:center;animation:landing-auth-shell-fade .2s ease;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.landing-auth-shell__mask{background:#0206178c;border:none;cursor:pointer;inset:0;position:absolute}.landing--light .landing-auth-shell__mask{background:#0f172a73}.landing-auth-shell__dialog{animation:landing-auth-shell-zoom .2s ease;background:#0f172a;background:var(--ld-bg-card-solid,#0f172a);border:1px solid #1e293b99;border:1px solid var(--ld-border-soft,#1e293b99);border-radius:14px;box-shadow:0 24px 48px -24px #0f172aa6;position:relative;width:min(480px,100%);z-index:1}.landing-auth-shell__header{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:16px 20px 0}.landing-auth-shell__title{color:#fff;color:var(--ld-text-strong,#fff);font-size:1.35rem;font-weight:700;line-height:1.3;margin:0}.landing-auth-shell__close{align-items:center;background:#0000;border:none;border-radius:8px;color:#94a3b8;color:var(--ld-muted,#94a3b8);cursor:pointer;display:inline-flex;font-size:1.5rem;height:32px;justify-content:center;line-height:1;width:32px}.landing-auth-shell__close:hover{background:#94a3b81f;color:#fff;color:var(--ld-text-strong,#fff)}.landing-auth-shell__body{min-height:340px;padding:12px 20px 20px}@keyframes landing-auth-shell-fade{0%{opacity:0}to{opacity:1}}@keyframes landing-auth-shell-zoom{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.route-fallback{margin:0 auto;max-width:1600px;padding:2rem}.route-fallback__bar{animation:route-fallback-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#94a3b82e,#94a3b852 50%,#94a3b82e);background-size:200% 100%;border-radius:8px;height:14px;margin-bottom:14px}.route-fallback__bar--lg{height:28px;width:55%}.route-fallback__bar--md{width:72%}.route-fallback__bar--sm{width:42%}@keyframes route-fallback-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}