.audit-page{background:var(--background);min-height:100vh}.audit-hero{min-height:calc(100svh - 56px);display:flex;flex-direction:column;justify-content:center;padding:40px 0 64px}.hero-inner{text-align:center;max-width:800px;margin:0 auto}.hero-eyebrow{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);font-weight:600;margin-bottom:16px}.hero-h1{font-family:var(--font-sans);font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.05;letter-spacing:-.025em;font-weight:600;color:var(--foreground);margin-bottom:24px}.hero-h1-accent{color:var(--primary)}.hero-h2{font-family:var(--font-sans);font-size:1.125rem;color:var(--foreground-light);line-height:1.65;max-width:640px;margin:0 auto 32px}.hero-h2-strong{color:var(--foreground);font-weight:500}.hero-form{display:flex;gap:12px;max-width:560px;margin:0 auto 16px;flex-wrap:wrap}.hero-input-wrap{flex:1;display:flex;align-items:center;background:var(--surface-100);border:1px solid var(--border);border-radius:10px;padding:0 16px;height:56px;min-width:240px}.hero-input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in oklch,var(--primary) 18%,transparent)}.hero-input-protocol{color:var(--foreground-muted);font-size:.95rem;margin-right:4px}.hero-input-wrap input{flex:1;background:transparent;border:none;outline:none;font-size:1rem;color:var(--foreground);font-family:var(--font-mono)}.hero-cta-btn{height:56px;padding:0 28px;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:filter .15s}.hero-cta-btn:hover{filter:brightness(1.08)}.audit-turnstile{display:flex;justify-content:center;margin:16px auto 0;min-height:65px}.hero-meta{display:flex;gap:24px;justify-content:center;font-size:.875rem;color:var(--foreground-light);margin-bottom:56px;flex-wrap:wrap}.hero-counters{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:600px;margin:0 auto;padding:32px 0;border-top:1px solid var(--border)}.counter{text-align:center}.counter-num{display:block;font-size:1.875rem;font-weight:600;color:var(--foreground);letter-spacing:-.02em;margin-bottom:4px;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.counter-label{font-size:.8125rem;color:var(--foreground-muted)}.scanning-state{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:64px 0;position:relative}.scanning-state:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,color-mix(in oklch,var(--primary) 8%,transparent),transparent 50%),radial-gradient(circle at 80% 60%,color-mix(in oklch,var(--primary) 4%,transparent),transparent 40%);pointer-events:none;z-index:0}.scanning-state .mk-container{position:relative;z-index:1}.scan-card{max-width:560px;margin:0 auto;background:var(--surface-100);border:1px solid var(--border);border-radius:16px;padding:40px}.scan-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.scan-spinner{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.scan-title{font-family:var(--font-sans);font-size:1.0625rem;font-weight:500;color:var(--foreground);letter-spacing:-.01em}.scan-progress{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.scan-step{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:var(--foreground-muted);transition:color .3s}.scan-step.is-active{color:var(--foreground)}.scan-step.is-done{color:var(--foreground-light)}.scan-step-icon{flex-shrink:0;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-family:monospace}.scan-step.is-active .scan-step-icon{color:var(--primary)}.scan-step.is-done .scan-step-icon{color:var(--success, var(--primary))}.results{padding:64px 0 96px}.results .top{display:flex;align-items:center;gap:9px;font-size:11.5px;letter-spacing:.05em;color:var(--foreground-lighter);text-transform:uppercase}.results .logo{color:var(--primary);font-weight:600}.results .top .sep{color:var(--foreground-muted)}.results .top .when{margin-left:auto;font-family:var(--font-mono);letter-spacing:0;text-transform:none;color:var(--foreground-muted)}.results .title-row{display:flex;align-items:center;gap:13px;margin:28px 0 5px}.results .avatar{width:38px;height:38px;border-radius:8px;background:var(--surface-200);border:1px solid var(--border-strong);display:grid;place-items:center;font-size:18px;font-weight:600;color:var(--foreground-light)}.results h1{font-size:30px;font-weight:600;letter-spacing:-.02em;margin:0;word-break:break-word;color:var(--foreground)}.results .category{color:var(--foreground-lighter);font-size:14px;margin:0;text-transform:capitalize}.results .kpis{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:34px}.results .kpi{padding:22px 26px;border-left:1px solid var(--border)}.results .kpi:first-child{border-left:none;padding-left:0}.results .kpi .label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--foreground-lighter)}.results .kpi .v{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:38px;font-weight:500;letter-spacing:-.02em;line-height:1;margin-top:14px;display:flex;align-items:baseline;gap:6px;color:var(--foreground)}.results .kpi .v small{font-size:16px;color:var(--foreground-muted);font-weight:500}.results .kpi .v.warn{color:#d9af67}.results .kpi .sub{font-size:12px;color:var(--foreground-muted);margin-top:9px}.results .kpi .meter{height:4px;background:var(--surface-200);border-radius:99px;margin-top:13px;overflow:hidden}.results .kpi .meter span{display:block;height:100%;background:var(--primary);border-radius:99px}.results .summary{font-size:15px;color:var(--foreground-light);line-height:1.65;max-width:80ch;margin:30px 0 0}.results .summary strong{color:var(--foreground);font-weight:500}.results section{margin-top:60px}.results .s-head{margin-bottom:22px}.results h2{font-size:17px;font-weight:500;letter-spacing:-.01em;margin:0 0 3px;color:var(--foreground)}.results .s-sub{font-size:13px;color:var(--foreground-muted);margin:0}.results .result-callout{margin-top:18px;font-size:13px;color:var(--foreground-light)}.results .result-callout strong{color:var(--foreground);font-weight:500}.results .sov-bar{display:flex;gap:2px;height:12px;border-radius:4px;overflow:hidden;margin-bottom:24px}.results .sov-bar span{display:block}.results .lb{display:flex;flex-direction:column}.results .lb-row{display:grid;grid-template-columns:34px 1fr 70px 1fr 44px;align-items:center;gap:18px;padding:13px 0;border-top:1px solid var(--border)}.results .lb-row:first-child{border-top:none}.results .lb-rank{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--foreground-muted);font-size:13px}.results .lb-name{display:flex;align-items:center;gap:10px;font-size:14px;min-width:0;color:var(--foreground-light)}.results .lb-row.me .lb-name{color:var(--foreground)}.results .lb-av{width:22px;height:22px;border-radius:6px;background:var(--surface-200);display:grid;place-items:center;font-size:11px;color:var(--foreground-light);flex:none}.results .badge{font-size:9.5px;font-weight:600;letter-spacing:.04em;padding:2px 6px;border-radius:4px}.results .badge.you{background:var(--primary);color:#1a1a1a}.results .badge.leader{color:var(--foreground-muted);border:1px solid var(--border-strong)}.results .lb-slots{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:12px;color:var(--foreground-muted);text-align:right}.results .lb-track{height:6px;background:var(--surface-200);border-radius:99px;overflow:hidden}.results .lb-fill{display:block;height:100%;border-radius:99px;background:var(--foreground-muted)}.results .lb-fill.me{background:var(--primary)}.results .lb-score{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:14px;text-align:right;color:var(--foreground)}.results .engines{display:grid;border-top:1px solid var(--border)}.results .eng{padding:20px 26px 4px;border-left:1px solid var(--border)}.results .eng:first-child{border-left:none;padding-left:0}.results .eng .name{font-size:13px;color:var(--foreground-light)}.results .eng .pct{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:26px;font-weight:500;margin:12px 0 11px;color:var(--foreground)}.results .eng .pct.zero{color:var(--primary)}.results .eng .track{height:5px;background:var(--surface-200);border-radius:99px;overflow:hidden}.results .eng .fill{display:block;height:100%;border-radius:99px;background:var(--foreground-light)}.results .eng .fill.zero{background:var(--primary)}.results .eng .cnt{font-family:var(--font-mono);font-size:11px;color:var(--foreground-muted);margin-top:9px}.results .heat{width:100%;border-collapse:collapse}.results .heat th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-muted);font-weight:500;padding:0 6px 14px;text-align:center}.results .heat th.q{text-align:left;width:52%;padding-left:0}.results .heat td{padding:9px 6px;border-top:1px solid var(--border)}.results .heat td.q{font-size:13.5px;color:var(--foreground-light);padding-left:0}.results .cell{width:50px;height:28px;margin:0 auto;border-radius:5px;display:grid;place-items:center;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:12.5px}.results .cell.hit{background:color-mix(in oklch,var(--success, #69ad88) 16%,transparent);color:var(--success, #69ad88)}.results .cell.miss{color:var(--foreground-muted)}.results .heat tfoot td{border-top:1px solid var(--border-strong);font-family:var(--font-mono);font-size:12px;color:var(--foreground-lighter);text-align:center;padding-top:13px}.results .heat tfoot td.q{text-align:left;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-sans);font-size:11px;color:var(--foreground-muted);padding-left:0}.results .dims{display:grid;border-top:1px solid var(--border)}.results .dim{padding:22px 26px 0;border-left:1px solid var(--border)}.results .dim:first-child{border-left:none;padding-left:0}.results .dim .dn{font-size:13px;color:var(--foreground-light)}.results .dim .dv{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:30px;font-weight:500;margin:11px 0 13px;color:var(--foreground)}.results .dim .bt{height:6px;background:var(--surface-200);border-radius:99px;position:relative}.results .dim .bf{display:block;height:100%;border-radius:99px;background:var(--foreground-light)}.results .dim .mark{position:absolute;top:-3px;width:2px;height:12px;background:var(--primary);border-radius:2px}.results .dim .hint{font-size:12px;color:var(--foreground-muted);margin-top:13px;line-height:1.45}.results .gaps{display:flex;flex-direction:column;gap:26px}.results .gap{border-left:2px solid var(--border-strong);padding:2px 0 2px 18px}.results .gap:first-child{border-left-color:var(--primary)}.results .gap .tags{display:flex;gap:8px;margin-bottom:10px;font-size:11px}.results .tag{color:var(--foreground-lighter)}.results .tag.tag-high{color:#d98a6a}.results .tag.tag-mid{color:#d9af67}.results .tag.tag-low{color:var(--foreground-muted)}.results .tag.lift{color:var(--success, #69ad88);font-family:var(--font-mono)}.results .gap h3{font-size:15px;font-weight:500;margin:0 0 6px;color:var(--foreground)}.results .gap p{font-size:13.5px;color:var(--foreground-light);margin:0;line-height:1.55;max-width:82ch}.results .facts{display:grid;grid-template-columns:220px 1fr;gap:14px 28px;margin:0;font-size:13.5px}.results .facts dt{color:var(--foreground-muted)}.results .facts dd{margin:0;color:var(--foreground-light)}@media (max-width: 860px){.results .kpis,.results .engines,.results .dims{grid-template-columns:1fr 1fr}.results .lb-row{grid-template-columns:26px 1fr 52px}.results .lb-track,.results .lb-score{display:none}.results .facts{grid-template-columns:1fr;gap:3px 0}.results .facts dt{margin-top:12px}}.share-bar{display:flex;align-items:center;gap:10px;margin:24px 0 0;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-100);flex-wrap:wrap}.share-bar.hidden{display:none}.share-label{font-family:var(--font-sans);font-size:.8rem;color:var(--foreground-light);white-space:nowrap}.share-url{flex:1 1 220px;min-width:0;font-family:var(--font-mono);font-size:.8rem;color:var(--foreground);background:transparent;border:none;outline:none;padding:4px 0}.share-copy{flex:0 0 auto;font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:var(--foreground);background:transparent;border:1px solid var(--border);border-radius:8px;padding:6px 12px;cursor:pointer;transition:border-color .15s}.share-copy:hover{border-color:var(--foreground-light)}.email-gate{text-align:center;margin-top:60px;background:var(--surface-100);border:1px solid var(--border-strong);border-radius:14px;padding:40px}.result-h2{font-family:var(--font-sans);font-size:1.25rem;font-weight:500;letter-spacing:-.01em;color:var(--foreground);margin:0 0 12px}.result-sub{font-family:var(--font-sans);font-size:.9375rem;line-height:1.6;color:var(--foreground-light);margin:0}.email-gate .result-sub{max-width:480px;margin:0 auto 24px}.email-form{display:flex;gap:12px;max-width:480px;margin:0 auto 16px;flex-wrap:wrap}.email-form input{flex:1;height:48px;padding:0 16px;background:var(--background);border:1px solid var(--border);border-radius:8px;font-size:.9375rem;color:var(--foreground);outline:none;min-width:200px}.email-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in oklch,var(--primary) 18%,transparent)}.email-form .hero-cta-btn{height:48px}.email-error{font-size:.875rem;color:#ef4444;margin:12px 0 0}.email-success{font-size:.9375rem;color:var(--foreground-light);margin:12px 0 0}.email-success a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.email-or{font-size:.875rem;color:var(--foreground-muted);margin:16px 0 8px}.email-secondary-cta{font-size:.9375rem;color:var(--foreground-light);text-decoration:underline;text-underline-offset:4px}.email-secondary-cta:hover{color:var(--primary)}.hidden{display:none}
