:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-white:#fff;--color-gray-50:#f8fafc;--color-gray-100:#f3f5f7;--color-gray-200:#d8dee8;--color-gray-500:#667085;--color-gray-900:#111827;--color-indigo-600:#575ecf;--color-blue-600:#2563eb;--color-teal-700:#0f766e;--color-green-700:#178557;--color-amber-700:#b7791f;--color-red-700:#b42318;--color-landing-bg:#100f1a;--color-landing-surface:#111b2c;--color-landing-border:#ffffff21;--color-landing-text:#f8fafc;--color-landing-muted:#cbd5e1;--color-landing-subtle:#d7dce2;--color-accent-pink:#f858bc;--color-accent-indigo:#575ecf;--color-accent-cyan:#8be9ff;--color-accent-orange:#fe7b02;--color-focus-brand:#575ecf24;--color-focus-success:#0f766e1f;--color-shadow-soft:#1018280f;--color-shadow-raised:#1018280d;--bg:var(--color-gray-100);--surface:var(--color-white);--surface-strong:var(--color-gray-50);--ink:var(--color-gray-900);--muted:var(--color-gray-500);--line:var(--color-gray-200);--teal:var(--color-teal-700);--green:var(--color-green-700);--amber:var(--color-amber-700);--red:var(--color-red-700);--blue:var(--color-blue-600);--landing-bg:var(--color-landing-bg);--landing-surface:var(--color-landing-surface);--landing-border:var(--color-landing-border);--landing-text:var(--color-landing-text);--landing-muted:var(--color-landing-muted);--landing-subtle:var(--color-landing-subtle);--accent-pink:var(--color-accent-pink);--accent-indigo:var(--color-accent-indigo);--accent-cyan:var(--color-accent-cyan);--accent-orange:var(--color-accent-orange)}
:root{--font-family-sans:Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-2xs:9px;--font-size-xs:10px;--font-size-sm:12px;--font-size-md:13px;--font-size-base:14px;--font-size-lg:16px;--font-size-xl:18px;--font-size-2xl:21px;--font-size-3xl:25px;--font-size-4xl:27px;--font-size-5xl:34px;--font-weight-regular:400;--font-weight-medium:650;--font-weight-semibold:700;--font-weight-bold:750;--font-weight-extrabold:850;--font-weight-black:900;--line-height-tight:1.04;--line-height-heading:1.15;--line-height-body:1.5;--line-height-relaxed:1.7;--letter-spacing-normal:0;--letter-spacing-label:.07em;--letter-spacing-wide:.1em}body{font-family:var(--font-family-sans);letter-spacing:var(--letter-spacing-normal)}.text-eyebrow{color:var(--teal);font-size:var(--font-size-xs);font-weight:var(--font-weight-extrabold);letter-spacing:var(--letter-spacing-label);text-transform:uppercase}.text-page-title{color:var(--ink);font-size:var(--font-size-2xl);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-heading)}.text-section-title{color:var(--ink);font-size:var(--font-size-4xl);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-heading)}.text-body{color:var(--muted);font-size:var(--font-size-base);line-height:var(--line-height-body)}.text-label{color:#344054;font-size:var(--font-size-md);font-weight:var(--font-weight-bold)}
:root{--space-section:72px;--section-gap:var(--space-section);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--control-height:46px;--control-height-compact:44px;--control-height-small:36px;--control-radius:var(--radius-sm);--content-width:1280px;--shadow:0 1px 2px var(--color-shadow-soft), 0 8px 24px var(--color-shadow-raised)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0}button,input{font:inherit}button{cursor:pointer;border-radius:var(--control-radius)}button:disabled{cursor:not-allowed;opacity:.72}input:not([type=checkbox]):not([type=radio]):not([type=range]),select{min-height:var(--control-height);border-radius:var(--control-radius)}select{border:1px solid var(--line);color:var(--ink);background-color:#fff;background-image:linear-gradient(#fff 0%,#f8fafc 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238190a3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:0 0,right 12px center;background-repeat:no-repeat;background-size:100% 100%,16px 16px;padding:0 38px 0 14px;font-weight:700}select:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--color-focus-success);outline:0}textarea{border-radius:var(--control-radius)}.primary-button,.secondary-button,.ghost-button,.icon-button,.segment{min-height:var(--control-height);border-radius:var(--control-radius);text-align:center;justify-content:center;align-items:center;font-weight:850;line-height:1;text-decoration:none;transition:border-color .16s,background .16s,color .16s,box-shadow .16s,transform .16s,filter .16s;display:inline-flex}.primary-button{background:linear-gradient(135deg, var(--accent-pink), var(--accent-indigo));color:#fff;border:0;gap:9px;padding:0 22px;box-shadow:0 14px 28px #575ecf3d}.primary-button:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 18px 34px #f858bc47}.secondary-button,.ghost-button{border:1px solid var(--line);color:var(--ink);background:#fff;gap:8px;padding:0 16px}.secondary-button:hover,.ghost-button:hover{background:#f8fafc;border-color:#b9c4d2}.icon-button{width:var(--control-height);min-width:var(--control-height);border:1px solid var(--line);color:var(--ink);background:#fff;padding:0}.scan-options{min-height:var(--control-height);border-radius:var(--control-radius);background:#061020c7;border:1px solid #8be9ff38;align-items:center;gap:4px;padding:4px;display:inline-flex}.segment{min-height:calc(var(--control-height) - 10px);color:#cbd5e1;background:0 0;border:1px solid #0000;padding:0 16px;font-size:14px}.segment.active{color:#0f172a;background:#fff;border-color:#8be9ff47;box-shadow:0 10px 22px #0307122e}.segment:not(.active):hover{color:#fff;background:#ffffff14}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}#app{background:var(--bg);min-height:100vh}.site-nav{z-index:50;min-height:76px;padding:11px max(24px, calc((100vw - var(--content-width)) / 2 + 24px));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--landing-text);background:#100f1ae0;border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0;box-shadow:0 18px 40px #0307122e}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-mark{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent-orange), var(--accent-pink) 48%, var(--accent-indigo));color:#fff;flex:0 0 44px;place-items:center;width:44px;height:44px;font-weight:800;display:grid;position:relative}.brand-mark span{border:3px solid var(--landing-bg);background:var(--accent-cyan);border-radius:999px;width:14px;height:14px;position:absolute;bottom:-3px;right:-2px}.brand strong,.brand span{display:block}.brand strong{color:var(--landing-text);font-size:18px;line-height:1}.brand span{color:#cbd5e1;letter-spacing:3px;text-transform:uppercase;margin-top:2px;font-size:12px;font-weight:800}.site-links{align-items:center;gap:34px;margin-left:42px;margin-right:auto;display:flex}.site-links a{color:#cbd5e1;border-radius:999px;align-items:center;min-height:42px;padding:0 2px;font-size:15px;font-weight:650;text-decoration:none;transition:color .16s,transform .16s;display:inline-flex;position:relative}.site-links a:after{background:linear-gradient(90deg, var(--accent-pink), var(--accent-cyan));transform-origin:50%;content:"";border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.site-links a:hover,.site-links a.active{color:#fff;transform:translateY(-1px)}.site-links a:hover:after,.site-links a.active:after{transform:scaleX(1)}.nav-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.sign-in-link,.signup-link{text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 22px;font-size:14px;font-weight:850;text-decoration:none;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.sign-in-link{color:var(--accent-cyan);background:#ffffff0e;border:1px solid #8be9ff57}.sign-in-link:hover{color:#fff;background:#8be9ff1f;border-color:#8be9ffa3}.signup-link{background:linear-gradient(135deg, var(--accent-pink), var(--accent-indigo));color:#fff;min-width:160px;box-shadow:0 14px 28px #575ecf3d}.signup-link svg{width:17px;height:17px}.signup-link:hover{filter:brightness(1.06)}.dashboard-link{border-radius:var(--radius-sm);color:#e7eef7;border:1px solid #fff3;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:750;text-decoration:none;transition:border-color .16s,background .16s;display:inline-flex}.dashboard-link:hover{background:#5eead414;border-color:#5eead4a6}.dashboard-link svg{width:15px;height:15px}.sidebar{color:#f8fafc;background:#111827;flex-direction:column;gap:28px;height:100vh;padding:20px;display:flex;position:sticky;top:0}.landing-main{background:radial-gradient(circle at 18% 10%, #f858bc3d, transparent 34%), radial-gradient(circle at 84% 8%, #575ecf47, transparent 34%), radial-gradient(circle at 58% 36%, #8be9ff14, transparent 30%), var(--landing-bg);min-height:calc(100vh - 76px);color:var(--landing-text);padding:0 24px 60px}.section-divider{max-width:var(--content-width);border-bottom:1px solid #ffffff0f;margin:0 auto}.hero-analyzer{max-width:var(--content-width);grid-template-columns:minmax(0,1.04fr) minmax(400px,.9fr);align-items:center;gap:72px;min-height:760px;margin:0 auto;padding:40px 0 80px;scroll-margin-top:88px;display:grid}.hero-copy{text-align:left;max-width:720px;margin:0}.hero-chip{min-height:40px;color:var(--accent-cyan);background:#ffffff0f;border:1px solid #8be9ff47;border-radius:999px;align-items:center;gap:8px;margin:0;padding:0 16px;font-size:15px;font-weight:650;display:inline-flex}.hero-chip svg{width:17px;height:17px}.hero-copy h1{max-width:760px;color:var(--landing-text);margin:34px 0 0;font-size:68px;font-weight:850;line-height:1.04}.hero-copy h1 span,.section-heading h2 span{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-pink) 52%, var(--accent-orange));color:#0000;-webkit-background-clip:text;background-clip:text}.hero-copy p:not(.hero-chip){max-width:740px;color:var(--landing-subtle);margin:18px 0 0;font-size:21px;line-height:1.52}.hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:32px;display:flex}.secondary-hero-link{min-height:var(--control-height);border-radius:var(--radius-sm);color:var(--accent-cyan);text-align:center;border:1px solid #8be9ff47;justify-content:center;align-items:center;padding:0 20px;font-size:15px;font-weight:850;text-decoration:none;transition:border-color .16s,background-color .16s,color .16s,transform .16s;display:inline-flex}.secondary-hero-link:hover{color:#fff;background:#8be9ff1a;border-color:#8be9ff94;transform:translateY(-1px)}.hero-proof{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.hero-proof span{min-height:36px;color:var(--landing-subtle);background:#ffffff0e;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:7px;padding:0 13px;font-size:14px;font-weight:700;display:inline-flex}.hero-proof span svg{width:15px;height:15px;color:var(--accent-cyan)}.hero-visual{position:relative}.hero-visual:before{z-index:0;filter:blur(36px);opacity:1;content:"";background:linear-gradient(130deg,#f858bc38,#575ecf42);border-radius:0;position:absolute;inset:-72px 0 -66px -54px}.visual-card{z-index:1;border-radius:var(--radius-sm);background:var(--landing-surface);border:1px solid #263349;padding:38px;animation:6s ease-in-out infinite floatCard;position:relative;overflow:hidden;box-shadow:0 35px 90px #03071247}.window-bar{align-items:center;gap:12px;margin-bottom:28px;display:flex}.window-bar span{border-radius:999px;width:10px;height:10px}.window-bar span:first-child{background:var(--accent-pink)}.window-bar span:nth-child(2){background:var(--accent-orange);margin-right:auto}.window-bar span:nth-child(3){background:var(--accent-cyan)}.window-bar strong,.score-preview em,.visual-footer span,.visual-meter span{color:#94a3b8;text-transform:none;font-size:14px;font-style:normal;font-weight:650}.window-bar span:nth-child(2){margin-right:auto}.visual-meter{gap:10px;margin-top:21px;display:grid}.visual-meter div{justify-content:space-between;align-items:center;gap:12px;display:flex}.visual-meter strong{color:var(--landing-text);font-size:15px;font-weight:850}.visual-meter del{color:#94a3b8;margin-right:10px;text-decoration-thickness:2px}.visual-meter i{background:#ffffff1a;border-radius:999px;height:9px;display:block;overflow:hidden}.visual-meter b{border-radius:inherit;background:linear-gradient(90deg, var(--accent-pink), var(--accent-indigo));transform-origin:0;height:100%;animation:.9s both meterFill;display:block}.visual-meter:nth-of-type(2) b{animation-delay:80ms}.visual-meter:nth-of-type(3) b{animation-delay:.15s}.visual-meter:nth-of-type(4) b{animation-delay:.22s}.score-preview{border-top:1px solid #263349;justify-content:space-between;align-items:flex-end;gap:12px;margin:30px 0 0;padding-top:28px;display:flex}.score-preview small{color:#94a3b8;font-size:14px;font-weight:650;display:block}.score-preview strong{color:var(--accent-cyan);margin-top:4px;font-size:46px;line-height:1;display:block}.score-preview em{color:var(--landing-text);background:0 0;border:0;font-size:16px;font-style:normal;font-weight:850}.visual-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:24px;display:flex}.visual-footer div{gap:4px;display:grid}.visual-footer strong{color:var(--landing-text);font-size:16px}.visual-footer a{color:var(--accent-cyan);align-items:center;gap:8px;font-weight:850;text-decoration:none;display:inline-flex}.analyze-section{max-width:min(1440px,100%);margin:0 auto;scroll-margin-top:88px}.analyze-panel{border-radius:var(--radius-sm);background:radial-gradient(circle at 8% 10%,#f858bc2e,#0000 34%),linear-gradient(135deg,#ffffff13,#ffffff0a),#111b2c;border:1px solid #8be9ff38;grid-template-columns:minmax(300px,.82fr) minmax(460px,1.18fr);align-items:start;gap:30px 42px;padding:clamp(30px,3vw,44px);animation:.56s .16s both fadeUp;display:grid;box-shadow:0 26px 70px #0307123d}.analyze-copy h2{max-width:580px;color:var(--landing-text);margin:8px 0 0;font-size:36px;line-height:1.1}.analyze-copy p:not(.eyebrow){max-width:620px;color:var(--landing-muted);margin:12px 0 0;font-size:16px;line-height:1.55}.hero-form{border-radius:var(--control-radius);background:linear-gradient(135deg,#f858bc26,#575ecf29),#ffffff0f;border:1px solid #8be9ff38;gap:16px;width:100%;max-width:none;margin:0;padding:8px;display:grid;box-shadow:0 20px 55px #0307123d}.hero-form label{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.hero-url-control{border-radius:var(--control-radius);background:#fffffffa;border:1px solid #ffffff24;grid-template-columns:minmax(0,1fr) minmax(190px,230px);gap:8px;width:100%;padding:0;transition:border-color .18s,box-shadow .18s;display:grid}.hero-url-control:focus-within{border-color:#8be9ffd1;box-shadow:0 0 0 4px #8be9ff1f}.hero-url-control input{color:#071421;background:0 0;border:0;width:100%;min-height:58px;padding:0 20px;font-size:17px}.hero-url-control .hero-submit{border-radius:var(--control-radius);min-height:58px;margin:0}.hero-url-control input:focus{outline:0}.hero-url-control input::placeholder{color:#8a97a3}.analysis-state{border-radius:var(--radius-sm);min-width:0;color:var(--landing-subtle);background:linear-gradient(135deg,#8be9ff1f,#f858bc1a),#030a1875;border:1px solid #8be9ff3d;grid-column:1/-1;grid-template-columns:auto minmax(220px,1fr) minmax(300px,.95fr);align-items:center;gap:14px 18px;margin-top:10px;padding:18px;animation:.36s both analysisReveal;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 18px 44px #03071233}.analysis-state:before{content:"";opacity:.7;pointer-events:none;background:linear-gradient(90deg,#0000,#8be9ff24,#0000),repeating-linear-gradient(90deg,#ffffff0a 0 1px,#0000 1px 66px);animation:2.4s ease-in-out infinite analysisSweep;position:absolute;inset:0;transform:translate(-52%)}.analysis-orbit,.analysis-progress-copy,.analysis-progress-track,.analysis-stage-grid{z-index:1;position:relative}.analysis-orbit{background:radial-gradient(circle,#8be9ff33,#0000 58%),#ffffff0f;border:1px solid #8be9ff47;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.analysis-orbit:before{content:"";border:2px solid #8be9ff24;border-top-color:#f858bcf2;border-radius:50%;animation:1.1s linear infinite spin;position:absolute;inset:7px}.analysis-orbit svg{color:#8be9ff;width:19px;height:19px}.analysis-orbit span{background:#5eead4;border-radius:50%;width:8px;height:8px;animation:.9s ease-in-out infinite pulseDot;position:absolute;bottom:10px;right:8px;box-shadow:0 0 18px #5eead4e6}.analysis-progress-copy{gap:4px;min-width:0;display:grid}.analysis-progress-copy span{color:#8be9ff;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.analysis-progress-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:22px;line-height:1.1;overflow:hidden}.analysis-progress-copy p{color:#cbd5e1;max-width:540px;margin:0;font-size:13px;line-height:1.4}.analysis-progress-track{background:#ffffff1a;border-radius:999px;grid-column:2/4;height:8px;overflow:hidden}.analysis-progress-track i{border-radius:inherit;background:linear-gradient(90deg,#5eead4,#8be9ff,#f858bc);width:52%;height:100%;animation:2.7s ease-in-out infinite analysisProgress;display:block;box-shadow:0 0 18px #8be9ff6b}.analysis-stage-grid{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.analysis-stage{border-radius:var(--radius-sm);min-height:66px;animation:2.4s ease-in-out infinite stagePulse;animation-delay:calc(var(--stage-index) * .14s);background:#ffffff0e;border:1px solid #8be9ff24;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding:11px;display:grid}.analysis-stage svg{color:#8be9ff;width:17px;height:17px;margin-top:2px}.analysis-stage strong,.analysis-stage span{display:block}.analysis-stage strong{color:#f8fafc;font-size:12px}.analysis-stage span{color:#94a3b8;margin-top:3px;font-size:11px;line-height:1.3}.analyze-results{border-top:1px solid #8be9ff2e;grid-column:1/-1;min-width:0;margin-top:10px;padding-top:34px}.summary-report,.info-section,.results-section,.why-section,.landing-cta,.landing-footer{max-width:var(--content-width);margin:0 auto}.landing-main .summary-report{margin-top:0}.analyze-results .summary-report{max-width:none;box-shadow:none;background:0 0;border:0;margin:0;padding:0}.summary-report{padding:28px 0 38px}.summary-heading{text-align:center;max-width:860px;margin:0 auto 22px}.summary-heading .eyebrow{color:var(--accent-cyan)}.summary-heading h2{color:#fff;margin:8px 0 0;font-size:clamp(28px,3vw,38px);line-height:1.12}.summary-heading p:not(.eyebrow){color:var(--landing-subtle);margin:10px auto 0;font-size:16px;line-height:1.5}.result-profile-bar{border-radius:var(--control-radius);background:#061020a3;border:1px solid #8be9ff38;justify-content:center;align-items:center;gap:14px;max-width:960px;margin:0 auto 24px;padding:10px;display:flex}.result-profile-bar p{color:#cbd5e1;margin:0;font-size:13px;line-height:1.35}.result-profile-bar strong{color:#fff;margin-right:7px;display:inline-block}.result-tabs{flex:none}.audit-score-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:1040px;margin:0 auto 24px;display:grid}.audit-score-strip article{border-radius:var(--radius-md);background:#ffffff14;border:1px solid #ffffff24;min-width:0;padding:15px}.audit-score-strip span,.audit-score-strip small{color:#cbd5e1;font-size:12px;line-height:1.35;display:block}.audit-score-strip span{text-transform:uppercase;font-weight:800}.audit-score-strip strong{color:#fff;margin:5px 0 4px;font-size:30px;line-height:1;display:block}.comparison-wrap{grid-template-columns:minmax(280px,390px) 72px minmax(280px,390px);justify-content:center;align-items:center;gap:24px;display:grid}.comparison-card{border-radius:var(--radius-lg);min-height:438px;color:var(--ink);text-align:center;background:#fff;border:1px solid #ffffff1f;justify-items:center;padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 70px #00000038}.comparison-icon{border-radius:var(--radius-lg);background:#f8fafc;place-items:center;width:58px;height:58px;margin:18px 0 12px;display:grid}.comparison-icon svg{stroke-width:1.6px;width:38px;height:38px}.before-card .comparison-icon{color:#f97316}.after-card .comparison-icon{color:#4f46e5}.comparison-badge{text-transform:uppercase;border-radius:999px;justify-self:start;padding:7px 11px;font-size:12px;font-weight:900}.before-card .comparison-badge{color:#c2410c;background:#fff7ed}.after-card .comparison-badge{color:#047857;background:#ecfdf5}.result-metric{justify-items:center;gap:7px;display:grid}.result-metric span{color:#2f3742;font-size:15px;font-weight:700}.result-metric strong{font-size:clamp(30px,3vw,42px);line-height:1}.before-card strong{color:#f97316}.after-card strong{color:#0f766e}.result-metric em{border-radius:var(--radius-sm);color:#166534;background:#dcfce7;padding:5px 10px;font-size:15px;font-style:normal;font-weight:900}.speed-gauge{width:96px;height:54px;margin:20px 0 8px;position:relative;overflow:hidden}.speed-gauge:before{content:"";border-top:18px solid #f2ad28;border-bottom:0;border-left:18px solid #e43c32;border-right:18px solid #25a865;border-radius:124px 124px 0 0;position:absolute;inset:0}.speed-gauge i{transform-origin:4px 3px;background:#0e2a3d;border-radius:999px;width:40px;height:6px;position:absolute;bottom:0;left:45px}.speed-gauge.slow i{transform:rotate(204deg)}.speed-gauge.fast i{transform:rotate(332deg)}.comparison-card ul{border-radius:var(--radius-lg);text-align:left;align-self:end;width:100%;margin:20px 0 0;padding:16px 18px 16px 34px;font-size:14px;line-height:1.5}.before-card ul{color:#9a3412;background:#fff7ed}.after-card ul{color:#065f46;background:#ecfdf5}.comparison-arrow{color:#5eead4;place-items:center;display:grid}.comparison-arrow svg{stroke-width:1.5px;width:72px;height:72px}.report-request-card{border-radius:var(--radius-sm);background:linear-gradient(135deg,#0f766e29,#4f46e521),#ffffff12;border:1px solid #5eead42e;grid-template-columns:minmax(280px,1fr) minmax(260px,360px) auto;align-items:end;gap:16px;max-width:1040px;margin:28px auto 0;padding:18px;display:grid;box-shadow:0 20px 60px #0000002e}.report-request-card>div{min-width:0}.report-request-card>div span,.report-request-card label span{color:var(--accent-cyan);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.report-request-card strong{color:#fff;margin-top:6px;font-size:21px;line-height:1.15;display:block}.report-request-card p{color:var(--landing-subtle);margin:8px 0 0;font-size:14px;line-height:1.45}.report-request-card label{gap:8px;display:grid}.report-request-card input{width:100%;min-height:var(--control-height);border-radius:var(--control-radius);color:var(--ink);background:#fffffffa;border:1px solid #ffffff2e;padding:0 13px;font-size:15px}.report-request-card input:focus{border-color:#5eead4cc;outline:3px solid #5eead429}.report-request-card .primary-button{min-height:var(--control-height);background:linear-gradient(135deg, #0f766e, var(--accent-indigo))}.report-sent{color:#a7f3d0;grid-column:1/-1;margin:-2px 0 0;font-weight:800}.audit-coverage-panel{gap:18px;display:grid}.coverage-legend{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.coverage-legend span,.coverage-status{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.coverage-legend span{color:#475467;background:#f8fafc;border:1px solid #d8dee8}.coverage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.coverage-group{border-radius:var(--radius-sm);background:#fff;border:1px solid #d8dee8;align-content:start;gap:12px;min-width:0;padding:16px;display:grid}.coverage-group h3{color:var(--ink);margin:0;font-size:15px;line-height:1.25}.coverage-list{gap:8px;display:grid}.coverage-item{border-radius:var(--radius-sm);background:#f8fafc;border:1px solid #edf1f5;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:10px 12px;display:grid}.coverage-item strong,.coverage-item small{min-width:0;display:block}.coverage-item strong{color:var(--ink);font-size:13px;line-height:1.25}.coverage-item small{color:#667085;overflow-wrap:anywhere;margin-top:4px;font-size:12px;line-height:1.35}.coverage-status.measured{color:#065f46;background:#d1fae5}.coverage-status.estimated{color:#92400e;background:#fef3c7}.coverage-status.inferred{color:#1e40af;background:#dbeafe}.coverage-status.extended{color:#5b21b6;background:#ede9fe}.info-section,.results-section,.why-section{padding:var(--section-gap) 0 0;gap:30px;scroll-margin-top:88px;display:grid}.platform-section{padding-top:var(--section-gap)}.eyebrow{color:var(--accent-cyan);letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.section-heading{max-width:860px}.section-heading.centered{text-align:center;margin:0 auto}.section-heading.centered h2,.section-heading.centered p:not(.eyebrow){margin-left:auto;margin-right:auto}.section-heading h2,.info-section h2,.results-section h2,.why-section h2,.landing-cta h2{max-width:780px;color:var(--landing-text);margin:10px 0 0;font-size:50px;font-weight:850;line-height:1.08}.section-heading p:not(.eyebrow),.landing-cta p:not(.eyebrow){max-width:680px;color:var(--landing-muted);margin:14px 0 0;font-size:18px;line-height:1.55}.platform-overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:38px;display:grid}.platform-overview article{border-radius:var(--radius-sm);background:linear-gradient(135deg,#f858bc17,#575ecf14),#ffffff0b;border:1px solid #8be9ff29;align-items:flex-start;gap:16px;min-width:0;padding:20px;transition:border-color .18s,transform .18s;display:flex;box-shadow:0 18px 46px #03071224}.platform-overview article:hover{border-color:#8be9ff5c;transform:translateY(-3px)}.platform-overview svg{width:24px;height:24px;color:var(--accent-cyan);flex:none}.platform-overview strong{color:var(--landing-text);font-size:18px;line-height:1.2}.platform-overview p{color:var(--landing-muted);margin:8px 0 0;font-size:14px;line-height:1.48}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px;display:grid}.info-grid article,.results-grid article,.why-list article{border:1px solid var(--landing-border);border-radius:var(--radius-sm);background:linear-gradient(#ffffff13,#ffffff0a),#ffffff09;min-width:0;padding:32px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 18px 50px #03071229}.info-grid article{min-height:340px}.info-grid article:hover,.results-grid article:hover,.why-list article:hover{border-color:#8be9ff5c;transform:translateY(-4px);box-shadow:0 24px 60px #03071238}.module-head{align-items:center;gap:14px;display:flex}.module-head span{border-radius:var(--radius-sm);width:52px;height:52px;color:var(--accent-cyan);background:#8be9ff1f;place-items:center;display:grid}.module-head em{color:#94a3b8;letter-spacing:1px;font-size:14px;font-style:normal;font-weight:850}.info-grid h3{color:var(--landing-text);margin:28px 0 0;font-size:22px;line-height:1.18}.info-grid p,.results-grid p,.why-list p{color:var(--landing-muted);margin:10px 0 0;font-size:15px;line-height:1.55}.info-grid ul{gap:11px;margin:22px 0 0;padding:0;list-style:none;display:grid}.info-grid li{color:#d7dce2;align-items:center;gap:10px;font-size:15px;line-height:1.35;display:flex}.info-grid li svg,.results-grid svg{color:var(--accent-cyan);flex:none}.results-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:32px;display:grid}.results-grid article{align-content:start;gap:12px;display:grid}.result-icon-wrap{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--accent-cyan);background:#8be9ff1f;place-items:center;display:grid}.result-icon-wrap svg{width:22px;height:22px}.results-grid strong,.why-list strong{color:var(--landing-text);font-size:19px;line-height:1.2}.why-panel{border:1px solid var(--landing-border);border-radius:var(--radius-sm);background:radial-gradient(circle at 0 0,#f858bc29,#0000 34%),linear-gradient(135deg,#fe7b0214,#575ecf29),#ffffff0b;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;gap:48px;padding:48px;display:grid;box-shadow:0 22px 60px #0307122e}.why-heading h2{font-size:40px}.why-heading p:not(.eyebrow){color:var(--landing-muted);margin:14px 0 0;font-size:16px;line-height:1.55}.why-list{gap:16px;display:grid}.why-list article{align-items:flex-start;gap:16px;padding:24px;display:flex}.why-icon{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--accent-cyan);background:#8be9ff1f;flex:0 0 44px;place-items:center;display:grid}.why-icon svg{width:20px;height:20px}.landing-cta{margin-top:var(--section-gap);border-radius:var(--radius-sm);background:radial-gradient(circle at 84% 20%,#f858bc2e,#0000 32%),linear-gradient(135deg,#575ecf2e,#fe7b0214),#ffffff0e;border:1px solid #8be9ff33;justify-content:space-between;align-items:center;gap:24px;padding:48px;display:flex;box-shadow:0 22px 60px #0307122e}.landing-cta .hero-submit{flex:none;min-width:172px;text-decoration:none}.landing-footer{border-top:1px solid #ffffff1a;margin-top:56px;padding-top:48px;padding-bottom:0}.footer-top{grid-template-columns:minmax(0,1fr) minmax(140px,.22fr) minmax(150px,.24fr);justify-content:space-between;align-items:start;gap:32px clamp(28px,4.5vw,72px);padding-bottom:40px;display:grid}.footer-brand-col{grid-template-columns:minmax(280px,420px) minmax(280px,1fr);align-items:start;gap:18px clamp(28px,4vw,54px);min-width:0;display:grid}.footer-brand-mark{grid-column:1;gap:10px}.footer-brand-mark strong{font-size:17px}.footer-desc{max-width:58ch;color:var(--landing-muted);grid-column:1;margin:0;font-size:13.5px;line-height:1.6}.footer-contact{flex-direction:column;grid-area:1/2/span 3;gap:12px;margin:1px 0 0;padding:0;list-style:none;display:flex}.footer-contact li{max-width:none;color:var(--landing-muted);align-items:flex-start;gap:9px;font-size:13px;line-height:1.5;display:flex}.footer-contact li span,.footer-contact li a{min-width:0}.footer-contact li svg{width:15px;height:15px;color:var(--accent-cyan);stroke-width:1.8px;flex:0 0 15px;margin-top:1px}.footer-contact a{color:var(--landing-muted);text-decoration:none;transition:color .16s}.footer-contact a:hover{color:#fff}.footer-nexgen{border-radius:var(--radius-sm);background:#ffffff0a;border:1px solid #ffffff1f;flex-direction:column;grid-column:1;gap:3px;width:fit-content;min-width:220px;max-width:280px;padding:12px 16px;text-decoration:none;transition:border-color .16s,background .16s;display:inline-flex}.footer-nexgen:hover{background:#8be9ff0f;border-color:#8be9ff4d}.footer-nexgen-label{color:#64748b;letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:700}.footer-nexgen-name{color:var(--landing-text);font-size:14px;font-weight:800}.footer-nav-col{flex-direction:column;justify-self:start;gap:14px;min-width:0;display:flex}.footer-col-heading{color:var(--landing-text);letter-spacing:1px;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.footer-nav-col nav{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.landing-footer a{min-height:32px;color:var(--landing-muted);align-items:center;font-size:14px;font-weight:500;text-decoration:none;transition:color .16s;display:inline-flex}.landing-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff14;grid-template-columns:minmax(260px,.85fr) minmax(420px,1fr);align-items:center;gap:24px;padding:20px 0 24px;display:grid}.footer-copy{color:#64748b;margin:0;font-size:13px}.footer-stats{grid-template-columns:repeat(3,minmax(110px,1fr));justify-content:stretch;align-items:center;gap:20px;margin:0;padding:0;list-style:none;display:grid}.footer-stats li{align-items:baseline;gap:6px;display:flex}.footer-stats strong{color:var(--accent-cyan);font-size:18px;font-weight:850;line-height:1}.footer-stats span{color:#64748b;font-size:13px;font-weight:600}.resource-page{background:radial-gradient(circle at 18% 8%, #f858bc33, transparent 30%), radial-gradient(circle at 86% 6%, #575ecf3d, transparent 32%), var(--landing-bg);min-height:100vh;color:var(--landing-text);padding:24px}.resource-header,.resource-hero,.resource-grid{width:min(var(--content-width), 100%);margin-left:auto;margin-right:auto}.resource-header{justify-content:space-between;align-items:center;gap:24px;min-height:64px;margin-bottom:24px;display:flex}.resource-back{border-radius:var(--radius-sm);min-height:40px;color:var(--accent-cyan);border:1px solid #8be9ff3d;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.resource-back svg{width:16px;height:16px}.resource-hero{grid-template-columns:minmax(112px,80px) minmax(0,1fr);align-items:center;gap:16px clamp(20px,2.8vw,38px);padding:42px 0;display:grid}.resource-icon{border-radius:var(--radius-sm);width:64px;height:64px;color:var(--accent-cyan);background:linear-gradient(135deg,#f858bc2e,#575ecf38),#ffffff0f;border:1px solid #8be9ff47;grid-area:1/1;align-self:end;place-items:center;display:grid}.resource-icon svg{width:30px;height:30px}.resource-hero .eyebrow{grid-area:2/1}.resource-hero h1{max-width:980px;color:var(--landing-text);grid-area:1/2;margin:0;font-size:clamp(34px,4.4vw,52px);line-height:1.5}.resource-hero>p:not(.eyebrow){max-width:940px;color:var(--landing-subtle);grid-area:2/2;margin:0;font-size:18px;line-height:1.55}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 0 72px;display:grid}.resource-grid article{border-radius:var(--radius-sm);background:#ffffff0e;border:1px solid #ffffff1f;flex-direction:column;gap:14px;min-height:300px;padding:26px;display:flex}.resource-grid article>svg{width:24px;height:24px;color:var(--accent-cyan)}.resource-grid h2{color:var(--landing-text);margin:0;font-size:22px;line-height:1.2}.resource-grid p{color:var(--landing-muted);margin:0;font-size:15px;line-height:1.6}.resource-grid ul{gap:10px;margin:auto 0 0;padding:0;list-style:none;display:grid}.resource-grid li{color:var(--landing-subtle);align-items:flex-start;gap:9px;font-size:14px;line-height:1.45;display:flex}.resource-grid li svg{width:16px;height:16px;color:var(--accent-cyan);flex:0 0 16px;margin-top:2px}.hero-submit{min-height:var(--control-height);white-space:nowrap;border:0;gap:9px;padding:0 24px;font-size:16px}.hero-submit:hover{box-shadow:0 18px 34px #f858bc47}.landing-main .hero-copy,.landing-main .hero-visual{animation:.56s both fadeUp}.landing-main .hero-visual{animation-delay:.1s}.analyze-panel{animation:.56s .16s both fadeUp}.info-section,.results-section,.why-section,.landing-cta{animation-name:fadeUp;animation-duration:.56s;animation-fill-mode:both;animation-timeline:view();animation-range:entry cover 26%}.toast{opacity:0;background:var(--ink);color:#fff;border-radius:8px;padding:12px 16px;font-weight:800;transition:opacity .18s,transform .18s;position:fixed;bottom:24px;right:24px;transform:translateY(24px)}.toast.visible{opacity:1;transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes riseIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes meterFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes analysisReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes analysisSweep{0%{transform:translate(-58%)}55%,to{transform:translate(58%)}}@keyframes analysisProgress{0%{width:22%;transform:translate(-18%)}50%{width:68%;transform:translate(28%)}to{width:34%;transform:translate(178%)}}@keyframes stagePulse{0%,to{background:#ffffff0e;border-color:#8be9ff24}45%{background:#8be9ff1a;border-color:#8be9ff57}}@keyframes pulseDot{0%,to{opacity:.75;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (max-width:1160px){.sidebar{height:auto;position:static}.nav-list{grid-template-columns:repeat(4,minmax(0,1fr))}.sidebar-panel{display:none}.summary-grid,.workspace-grid,.report-request-card,.audit-score-strip{grid-template-columns:1fr 1fr}.site-links{display:none}.hero-analyzer,.analyze-panel,.why-panel,.landing-footer{grid-template-columns:1fr}.why-list article{padding:20px}.landing-cta{flex-direction:column;align-items:flex-start;gap:20px}.hero-visual{max-width:620px}.analysis-state{grid-template-columns:auto minmax(0,1fr)}.analysis-progress-track,.analysis-stage-grid{grid-column:1/-1}.analysis-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-request-card>div,.report-sent{grid-column:1/-1}.details-context{grid-template-columns:1fr 1fr}.details-context .scan-options{grid-column:1/-1;justify-self:start}.score-card,.content-column{grid-column:1/-1}.comparison-wrap{grid-template-columns:minmax(280px,420px)}.comparison-arrow{transform:rotate(90deg)}.info-grid,.results-grid,.platform-overview,.resource-grid{grid-template-columns:1fr 1fr}.footer-copy{white-space:normal}.footer-top{grid-template-columns:minmax(0,1fr) minmax(160px,220px) minmax(160px,220px);column-gap:32px}.footer-brand-col{grid-template-columns:1fr}.footer-brand-mark,.footer-desc,.footer-contact,.footer-nexgen{grid-area:auto}}@media (max-width:760px){.site-nav,.main,.landing-main,.sidebar{padding:18px}.site-nav{flex-wrap:wrap;gap:14px;min-height:auto}.nav-actions{flex-wrap:wrap;width:100%;margin-left:0}.dashboard-link{margin-left:auto}.topbar,.details-topbar{flex-direction:column;align-items:flex-start}.topbar h1{font-size:32px}.scan-band,.url-control,.hero-url-control,.details-context,.summary-grid,.workspace-grid,.report-request-card,.audit-score-strip,.coverage-grid,.chart,.result-table-row{grid-template-columns:1fr}.coverage-item{grid-template-columns:1fr;align-items:start}.coverage-legend{justify-content:flex-start}.details-context .scan-options{grid-column:auto}.hero-analyzer{gap:30px;padding-top:44px}.hero-copy{text-align:left}.hero-copy h1{font-size:42px}.hero-copy p:not(.hero-chip){font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .hero-submit,.secondary-hero-link{width:100%}.hero-url-control{border-radius:var(--control-radius)}.analysis-state{grid-template-columns:1fr;padding:16px}.analysis-orbit{width:56px;height:56px}.analysis-progress-copy strong{font-size:20px}.analysis-progress-track,.analysis-stage-grid{grid-column:auto}.analysis-stage-grid{grid-template-columns:1fr}.analysis-stage{min-height:auto}.hero-submit{min-height:56px}.hero-tabs{overflow-x:auto}.summary-heading{text-align:left}.result-profile-bar{border-radius:var(--control-radius);flex-direction:column;align-items:stretch}.result-tabs{align-self:flex-start}.report-request-card{border-radius:var(--control-radius);align-items:stretch;padding:16px}.comparison-card{min-height:420px;padding:18px}.comparison-card ul{width:100%;margin-left:0;margin-right:0;padding-left:34px}.info-grid,.results-grid,.platform-overview,.resource-grid{grid-template-columns:1fr}.resource-page{padding:18px}.resource-header{flex-direction:column;align-items:flex-start;gap:18px}.resource-hero{grid-template-columns:1fr;gap:14px;padding:34px 0 28px}.resource-icon,.resource-hero .eyebrow,.resource-hero h1,.resource-hero>p:not(.eyebrow){grid-area:auto}.resource-hero h1{font-size:34px}.resource-hero>p:not(.eyebrow){font-size:17px}.resource-grid{padding-bottom:46px}.resource-grid article{min-height:0;padding:22px}.landing-footer{margin-top:44px;padding-top:34px}.footer-top{grid-template-columns:1fr;gap:28px;padding-bottom:30px}.footer-brand-col{grid-template-columns:1fr;gap:16px}.footer-desc,.footer-contact li{max-width:none}.footer-nexgen{width:100%;min-width:0;max-width:none}.footer-nav-col{gap:10px}.footer-nav-col nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px;display:grid}.footer-bottom{grid-template-columns:1fr;align-items:start;gap:16px;padding-top:18px}.footer-stats{grid-template-columns:repeat(2,minmax(120px,1fr));justify-content:flex-start;gap:18px}.section-heading h2,.info-section h2,.results-section h2,.why-section h2,.landing-cta h2{font-size:32px}.visual-card{border-radius:18px;padding:20px}.result-table-head{display:none}.result-table-row{align-items:start;gap:6px;min-height:auto;padding:14px}.scan-options{overflow-x:auto}.segment{min-width:110px}.nav-list{grid-template-columns:1fr 1fr}.score-card{flex-direction:column;align-items:flex-start}.audit-visual{display:none}.panel-header{flex-direction:column;align-items:stretch}.recommendation{grid-template-columns:1fr}.impact{text-align:left;border-left:0;justify-items:start;min-width:0;padding-left:0}.bar-pair{height:150px}}@media print{.sidebar,.scan-band,.icon-button,.ghost-button,.secondary-button,.toast{display:none}#app,.summary-grid,.workspace-grid,.coverage-grid{display:block}.main{padding:0}.panel,.score-card,.metric-card,.coverage-group{break-inside:avoid;box-shadow:none;margin-bottom:14px}}
