:root{--void:#000;--graphite:#292d30;--white:#fff;--bone:#f0f0f0;--ash:#a1a4a5;--smoke:#abafb4;--iron:#6e727a;--charcoal:#464a4d;--iris:#e3b341;--iris-glow:#f4d488;--iris-grad:linear-gradient(to right bottom in oklab,#f4d488,#c79a2e);--on-gold:#0b0b0d;--blue:#3b9eff;--sky:#70b8ff;--green:#3ad389;--red:#ff9592;--amber:#ffca16;--font-inter:"Inter",ui-sans-serif,system-ui,-apple-system,sans-serif;--font-serif:"Playfair Display",Georgia,"Times New Roman",serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--page-max:1200px;--section-gap:96px;--card-pad:32px;--r-btn:6px;--r-card:16px;--r-panel:24px;--ring:rgba(176,199,217,.145) 0px 0px 0px 1px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--void);color:var(--bone);font-family:var(--font-inter);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body,p,ul{margin:0}ul{padding:0;list-style:none}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}.serif{font-family:var(--font-serif);font-weight:400;letter-spacing:-.01em;line-height:1;color:var(--white)}.display{font-size:clamp(48px,8.5vw,96px)}.heading-lg{font-size:clamp(44px,7vw,77px)}.headline{font-family:var(--font-inter);font-weight:400;font-size:clamp(34px,5.4vw,56px);line-height:1.08;letter-spacing:-.05em;color:var(--white);margin:0}.subheading{font-size:20px;line-height:1.3;letter-spacing:-.01em}.eyebrow,.mono{font-family:var(--font-mono)}.eyebrow{font-size:13px;letter-spacing:.02em;color:var(--iris);text-transform:none}.lead{font-size:18px;line-height:1.6}.lead,.muted{color:var(--ash)}.tok-violet{color:var(--iris)}.tok-blue{color:var(--blue)}.tok-green{color:var(--green)}.tok-red{color:var(--red)}.tok-amber{color:var(--amber)}.tok-mute{color:var(--charcoal)}.tok-key{color:var(--bone)}.container{width:100%;max-width:var(--page-max);margin:0 auto;padding-inline:24px}.section{padding-block:var(--section-gap)}.section--tight{padding-block:56px}.section-head{max-width:720px;display:flex;flex-direction:column;gap:20px}.section-head--center{margin-inline:auto;text-align:center;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-inter);font-size:14px;font-weight:500;color:var(--white);background:transparent;border:1px solid var(--graphite);border-radius:var(--r-btn);padding:10px 16px;transition:border-color .15s ease,background-color .15s ease,color .15s ease;white-space:nowrap}.btn:hover{border-color:var(--white)}.btn--lg{padding:13px 22px;font-size:16px}.btn svg{width:16px;height:16px}.btn .chev{transition:transform .15s ease}.btn:hover .chev{transform:translateX(3px)}.tlink{display:inline-flex;align-items:center;gap:6px;color:var(--bone);font-size:16px;transition:color .15s ease}.tlink:hover{color:var(--white)}.tlink svg{width:16px;height:16px}.tlink .chev{transition:transform .15s ease}.tlink:hover .chev{transform:translateX(3px)}.ilink{color:var(--iris-glow);transition:color .15s ease}.ilink:hover{color:var(--white)}.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--graphite);border-radius:9999px;padding:6px 12px;font-size:14px;color:var(--bone);transition:border-color .15s ease;width:-moz-fit-content;width:fit-content}.pill:hover{border-color:var(--iron)}.pill .chev{color:var(--iris-glow)}.pill svg{width:14px;height:14px}.nav{position:sticky;top:0;z-index:50;background:rgba(0,0,0,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--graphite)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--white);font-size:18px;font-weight:500;letter-spacing:-.02em}.brand__logo{height:24px;width:auto;border-radius:0}.nav__links{display:flex;align-items:center;gap:8px}.nav__links a{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:var(--bone);padding:8px 10px;transition:color .15s ease}.nav__links a:hover{color:var(--white)}.nav__links .caret{width:14px;height:14px;color:var(--iron)}.nav__actions{display:flex;align-items:center;gap:12px}.nav__login{font-size:14px;color:var(--bone);transition:color .15s ease}.nav__login:hover{color:var(--white)}.nav__toggle{display:none;background:transparent;border:1px solid var(--graphite);border-radius:var(--r-btn);padding:6px;color:var(--bone)}.hero{position:relative;padding-top:72px;padding-bottom:96px}.hero__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}.hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.hero .display{max-width:12ch;line-height:.98;margin:0}.hero__lead{max-width:460px}.hero__cta{gap:16px;flex-wrap:wrap}.analyzer,.hero__cta{display:flex;align-items:center}.analyzer{width:100%;max-width:520px;gap:8px;border:1px solid var(--graphite);border-radius:var(--r-btn);padding:8px 8px 8px 14px;background:#000;transition:border-color .15s ease}.analyzer:focus-within{border-color:var(--iron)}.analyzer__prompt{color:var(--iris)}.analyzer input,.analyzer__prompt{font-family:var(--font-mono);font-size:14px}.analyzer input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--bone)}.analyzer input::-moz-placeholder{color:var(--charcoal)}.analyzer input::placeholder{color:var(--charcoal)}.analyzer .btn{flex-shrink:0}.analyzer-note{font-family:var(--font-mono);font-size:13px;color:var(--iris-glow);min-height:18px;opacity:0;transition:opacity .2s ease}.analyzer-note.show{opacity:1}.logo-anim{display:flex;align-items:center;justify-content:center;min-height:clamp(280px,26vw,430px)}.logo-anim__video{--logo-tint:brightness(0.92) sepia(0.78) saturate(2) hue-rotate(-8deg);--logo-scale:2.05;width:100%;max-width:820px;height:auto;transform:scale(var(--logo-scale));filter:var(--logo-tint);mix-blend-mode:screen;pointer-events:none}.js .logo-anim__video{opacity:0;animation:logoIn .9s cubic-bezier(.22,1,.36,1) .5s both}@keyframes logoIn{0%{opacity:0;transform:scale(calc(var(--logo-scale) * .9));filter:var(--logo-tint) blur(9px)}to{opacity:1;transform:scale(var(--logo-scale));filter:var(--logo-tint) blur(0)}}@keyframes heroIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.js .hero__copy>:not(.analyzer-note){opacity:0;animation:heroIn .7s cubic-bezier(.22,1,.36,1) both}.js .hero__copy>:first-child{animation-delay:.05s}.js .hero__copy>:nth-child(2){animation-delay:.16s}.js .hero__copy>:nth-child(3){animation-delay:.27s}.js .hero__copy>:nth-child(4){animation-delay:.38s}.js .hero__copy>:nth-child(6){animation-delay:.49s}.hero__visual{gap:16px}.hero__visual,.logo-caption{display:flex;flex-direction:column;align-items:center}.logo-caption{font-family:var(--font-mono);font-size:13px;color:var(--ash);gap:12px;text-align:center}.logo-caption__line{color:var(--iris-glow);letter-spacing:.01em;min-height:18px}.logo-caption__line .prompt{color:var(--iris)}.logo-caption .caret{color:var(--iris);animation:caretBlink 1.05s steps(1) infinite}@keyframes caretBlink{50%{opacity:0}}.logo-caption__engines{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px}.logo-caption .status{opacity:.5;transition:opacity .3s ease}.logo-caption .status.on{opacity:1}.logo-caption .dot{background:var(--iron);transition:background .3s ease}.logo-caption .status.on .dot{background:var(--iris-glow)}.trust{display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center}.trust__label{font-family:var(--font-mono);font-size:13px;color:var(--iron)}.trust__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:28px 56px}.trust__logos span{font-size:20px;font-weight:600;color:var(--bone);opacity:.6;letter-spacing:-.02em;transition:opacity .15s ease}.trust__logos span:hover{opacity:1}.terminal{background:#000;border:1px solid var(--graphite);border-radius:var(--r-card);overflow:hidden}.terminal__bar{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--graphite)}.terminal__dots{display:flex;gap:7px}.terminal__dots span{width:11px;height:11px;border-radius:50%;border:1px solid var(--graphite)}.terminal__title{font-family:var(--font-mono);font-size:12px;color:var(--iron)}.terminal__body{padding:24px;overflow-x:auto}.terminal pre{margin:0;font-family:var(--font-mono);font-size:14px;line-height:1.6;white-space:pre}.terminal .cmd,.terminal pre{color:var(--bone)}.terminal .cmd .sig{color:var(--green)}.status-row{display:flex;flex-wrap:wrap;gap:16px 24px;margin-top:20px;padding-top:16px;border-top:1px solid var(--graphite)}.status{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;color:var(--ash)}.status .dot{width:8px;height:8px;border-radius:50%}.dot--green{background:var(--green)}.dot--blue{background:var(--sky)}.dot--violet{background:var(--iris-glow)}.dot--red{background:var(--red)}.dot--amber{background:var(--amber)}.feature{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.feature--reverse .feature__visual{order:-1}.feature__copy{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.feature__copy p{color:var(--ash);font-size:18px;line-height:1.6}.feature__list{display:flex;flex-direction:column;gap:12px}.feature__list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--bone)}.feature__list svg{width:18px;height:18px;color:var(--iris);flex-shrink:0;margin-top:2px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#000;border:1px solid var(--graphite);border-radius:var(--r-card);padding:var(--card-pad);display:flex;flex-direction:column;gap:14px;transition:border-color .15s ease}.card:hover{border-color:var(--iron)}.card__icon{width:40px;height:40px;border-radius:10px;background:var(--iris-grad);box-shadow:var(--ring);display:inline-flex;align-items:center;justify-content:center;color:var(--on-gold)}.card__icon svg{width:20px;height:20px}.card h3{margin:0;font-size:18px;font-weight:500;color:var(--white);letter-spacing:-.01em}.card p{margin:0;font-size:14px;line-height:1.5;color:var(--ash)}.coverage{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.engine{display:flex;flex-direction:column;align-items:center;gap:12px;border:1px solid var(--graphite);border-radius:var(--r-card);padding:24px 12px;transition:border-color .15s ease}.engine:hover{border-color:var(--iron)}.engine__ic{width:44px;height:44px;border-radius:12px;background:#101215;border:1px solid var(--graphite);display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,background-color .15s ease}.engine:hover .engine__ic{border-color:var(--charcoal);background:#15181c}.engine__ic svg{width:24px;height:24px;display:block}.engine span{font-size:13px;color:var(--ash);text-align:center;letter-spacing:-.01em}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat{border-top:1px solid var(--graphite);padding-top:20px;display:flex;flex-direction:column;gap:6px}.stat__value{font-family:var(--font-serif);font-size:clamp(40px,5vw,56px);color:var(--white);line-height:1;letter-spacing:-.02em}.stat__label{font-size:14px;color:var(--ash)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testi{background:#000;border:1px solid var(--graphite);border-radius:var(--r-card);padding:var(--card-pad);display:flex;flex-direction:column;gap:20px}.testi p{font-size:16px;line-height:1.6;color:var(--bone)}.testi__who{gap:12px}.testi__avatar,.testi__who{display:flex;align-items:center}.testi__avatar{width:32px;height:32px;border-radius:50%;background:var(--iris-grad);box-shadow:var(--ring);justify-content:center;color:var(--on-gold);font-size:13px;font-weight:600}.testi__name{font-size:14px;font-weight:500;color:var(--bone)}.testi__role{font-size:13px;color:var(--ash)}.cta{border:1px solid var(--graphite);border-radius:var(--r-panel);padding:64px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;background:var(--void)}.footer{border-top:1px solid var(--graphite);padding-block:40px}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer__brand{display:inline-flex;align-items:center;gap:10px;color:var(--bone);font-size:14px}.footer__brand img{height:20px;width:auto;border-radius:0}.footer__links{display:flex;gap:20px}.footer__links a{font-size:14px;color:var(--ash);transition:color .15s ease}.footer__links a:hover{color:var(--white)}@media (max-width:940px){.hero__grid{grid-template-columns:1fr;gap:40px}.logo-anim{order:-1}.feature{grid-template-columns:1fr;gap:32px}.feature--reverse .feature__visual{order:0}.card-grid{grid-template-columns:repeat(2,1fr)}.coverage{grid-template-columns:repeat(3,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.testi-grid{grid-template-columns:1fr}.nav__links,.nav__login{display:none}.nav__toggle{display:inline-flex}.nav[data-open=true] .nav__links{display:flex;flex-direction:column;align-items:stretch;gap:2px;position:absolute;top:64px;left:0;right:0;background:rgba(0,0,0,.95);border-bottom:1px solid var(--graphite);padding:12px 24px 20px;backdrop-filter:blur(20px)}.nav[data-open=true] .nav__links a{padding:12px 0;font-size:16px}}@media (max-width:560px){:root{--section-gap:64px}.card-grid{grid-template-columns:1fr}.coverage{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:1fr}.analyzer{flex-wrap:wrap}.hero__cta{width:100%}}@media (prefers-reduced-motion:reduce){.js .hero__copy>:not(.analyzer-note),.js .logo-anim__video{animation:none;opacity:1}.logo-caption .caret{animation:none}html{scroll-behavior:auto}}.app-main{padding-top:56px;padding-bottom:96px;display:flex;flex-direction:column}.auth-wrap{min-height:100vh;justify-content:center;padding:24px}.auth-card,.auth-wrap{display:flex;align-items:center}.auth-card{width:100%;max-width:380px;border:1px solid var(--graphite);border-radius:var(--r-card);padding:32px;flex-direction:column;gap:16px}.auth-card,.auth-card .headline{text-align:center}.scan-panel{display:flex;flex-direction:column;gap:12px;max-width:560px}.scan-note{font-size:13px;color:var(--amber)}.scans-list{margin-top:48px;display:flex;flex-direction:column;gap:4px}.scans-list__title{font-size:13px;color:var(--iron);margin:0 0 12px}.scan-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:14px 16px;border:1px solid var(--graphite);border-radius:var(--r-btn);transition:border-color .15s ease}.scan-row:hover{border-color:var(--iron)}.scan-row__url{font-size:13px;color:var(--bone);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scan-row__status{font-family:var(--font-mono);font-size:12px}.scan-row__date{font-size:12px;color:var(--ash)}.status-done{color:var(--green)}.status-pending,.status-running{color:var(--amber)}.status-error{color:var(--red)}.tiers{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch}.tier{border:1px solid var(--graphite);border-radius:var(--r-card);padding:18px;display:flex;flex-direction:column;gap:12px}.tier--hi{border-color:var(--iris)}.tier__name{font-size:13px;color:var(--iris-glow)}.tier__price{font-size:32px;line-height:1}.tier__price .serif{font-size:36px}.tier__price .muted{font-size:13px;font-family:var(--font-inter)}.tier__features{display:flex;flex-direction:column;gap:7px;flex:1}.tier__features li{display:flex;align-items:flex-start;gap:7px;font-size:12px;line-height:1.4;color:var(--bone)}.tier__features svg{width:15px;height:15px;color:var(--iris);flex-shrink:0;margin-top:2px}@media (max-width:1100px){.tiers{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.tiers{grid-template-columns:1fr}.scan-row{grid-template-columns:1fr auto}.scan-row__date{display:none}}.dashprev{--dp-canvas:#fafafa;--dp-card:#fff;--dp-line:#e8e8ea;--dp-line2:#f1f1f3;--dp-ink:#17171a;--dp-ink2:#3f3f46;--dp-muted:#71717a;--dp-faint:#a1a1aa;--dp-chip:#f6f6f7;--dp-accent:#18181b;--dp-s1:#2563eb;--dp-up:#0f7a3d;--dp-down:#b42318;--dp-warn:#b45309;--dp-editorial:#2563eb;--dp-ugc:#0d9488;--dp-label:#71717a;max-width:1000px;margin-inline:auto;border-radius:16px;box-shadow:0 0 0 1px hsla(0,0%,100%,.08),0 30px 80px -20px rgba(0,0,0,.9)}.dashprev__frame{display:grid;grid-template-columns:172px 1fr;background:var(--dp-canvas);border-radius:16px;overflow:hidden;color:var(--dp-ink);text-align:left;font-family:var(--font-inter)}.dashprev__side{background:var(--dp-card);border-right:1px solid var(--dp-line);padding:16px 12px;display:flex;flex-direction:column;gap:18px}.dashprev__brand{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:-.01em;color:var(--dp-ink)}.dashprev__mark{width:18px;height:18px;border-radius:5px;flex:none;background:linear-gradient(135deg,#3f3f46,#18181b);color:var(--dp-canvas);display:flex;align-items:center;justify-content:center}.dashprev__nav{display:flex;flex-direction:column;gap:1px}.dashprev__navitem{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;font:inherit;width:100%;font-size:12.5px;color:var(--dp-muted);text-align:left;cursor:pointer;padding:6px 8px;border-radius:6px;transition:background .2s ease,color .2s ease}.dashprev__navitem:hover{background:var(--dp-chip);color:var(--dp-ink2)}.dashprev__navitem:focus-visible{outline:2px solid var(--dp-s1);outline-offset:1px}.dashprev__navitem.is-on{background:var(--dp-chip);color:var(--dp-ink);font-weight:500}.dashprev__plan{margin-top:auto;border:1px solid var(--dp-line);border-radius:9px;padding:9px 10px;display:flex;flex-direction:column;gap:2px}.dashprev__planname{font-size:12px;font-weight:600;color:var(--dp-ink)}.dashprev__planmeta{font-size:10.5px;color:var(--dp-label)}.dashprev__main{padding:14px 16px 16px;display:flex;flex-direction:column;gap:12px;min-width:0}.dashprev__top{justify-content:space-between;gap:12px}.dashprev__site,.dashprev__top{display:flex;align-items:center}.dashprev__site{gap:7px;font-size:12.5px;font-weight:500;color:var(--dp-ink2)}.dashprev__favicon{width:14px;height:14px;border-radius:3px;background:linear-gradient(135deg,#2563eb,#0d9488);flex:none}.dashprev__range{display:flex;gap:2px;background:var(--dp-chip);border-radius:7px;padding:2px}.dashprev__range span{font-size:10.5px;color:var(--dp-muted);padding:3px 9px;border-radius:5px}.dashprev__range span.is-on{background:var(--dp-card);color:var(--dp-ink);font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.06)}.dashprev__stage{position:relative;flex:1;min-height:466px}.dashprev__panel{position:absolute;inset:0;min-width:0;display:flex;flex-direction:column;gap:12px;opacity:0;visibility:hidden;pointer-events:none}.dashprev__panel.is-on{opacity:1;visibility:visible;pointer-events:auto}.dashprev__grow{flex:1;min-height:0}.dashprev__headline{font-size:clamp(15px,1.7vw,19px);font-weight:500;letter-spacing:-.02em;color:var(--dp-ink)}.dashprev__headline em{font-family:var(--font-serif);font-style:italic;font-weight:500}.dashprev__kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.dashprev__kpi{background:var(--dp-card);border:1px solid var(--dp-line);border-radius:10px;padding:9px 11px;display:flex;flex-direction:column;gap:3px;min-width:0}.dashprev__kpil{font-size:9.5px;text-transform:uppercase;letter-spacing:.11em;color:var(--dp-label);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashprev__kpiv{font-size:17px;font-weight:600;letter-spacing:-.02em;color:var(--dp-ink);display:flex;align-items:baseline;gap:5px}.dashprev__kpiv i{font-style:normal;font-size:10.5px;font-weight:600}.dashprev__kpiv i.up{color:var(--dp-up)}.dashprev__grid{display:grid;grid-template-columns:1.55fr 1fr;gap:8px}.dashprev__card{background:var(--dp-card);border:1px solid var(--dp-line);border-radius:10px;padding:11px 12px;min-width:0}.dashprev__cardhead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;font-size:11.5px;font-weight:600;color:var(--dp-ink)}.dashprev__sub{font-size:9.5px;text-transform:uppercase;letter-spacing:.11em;color:var(--dp-label);font-weight:500}.dashprev__badge{font-size:9.5px;font-weight:600;color:var(--dp-up);background:rgba(15,122,61,.09);border-radius:20px;padding:2px 8px}.dashprev__chart{height:132px}.dashprev__chart svg{width:100%;height:100%;display:block}.dashprev__xaxis{display:flex;justify-content:space-between;margin-top:6px}.dashprev__xaxis span{font-size:9.5px;color:var(--dp-label)}.dashprev__engines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.dashprev__engines li{display:grid;grid-template-columns:8px 1fr 46px 30px;align-items:center;gap:8px}.dashprev__edot{width:8px;height:8px;border-radius:50%}.dashprev__ename{font-size:11.5px;color:var(--dp-ink2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashprev__ebar{height:4px;border-radius:3px;background:var(--dp-line2);overflow:hidden}.dashprev__ebar i{display:block;height:100%;border-radius:3px}.dashprev__epct{font-size:11px;font-weight:600;color:var(--dp-ink);text-align:right;font-variant-numeric:tabular-nums}.dashprev__comp{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.dashprev__comp li{display:grid;grid-template-columns:150px 1fr 34px;align-items:center;gap:10px}.dashprev__cname{font-size:11.5px;color:var(--dp-muted);display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashprev li.is-you .dashprev__cname{color:var(--dp-ink);font-weight:600}.dashprev__cname b{font-size:8.5px;text-transform:uppercase;letter-spacing:.1em;background:var(--dp-accent);color:#fff;border-radius:20px;padding:1.5px 6px;font-weight:600}.dashprev__cbar{height:7px;border-radius:4px;background:var(--dp-line2);overflow:hidden}.dashprev__cbar i{display:block;height:100%;border-radius:4px;background:var(--dp-faint)}.dashprev li.is-you .dashprev__cbar i{background:var(--dp-accent)}.dashprev__cpct{font-size:11px;font-weight:600;color:var(--dp-ink);text-align:right;font-variant-numeric:tabular-nums}.dashprev__files,.dashprev__qs,.dashprev__rank,.dashprev__src{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.dashprev__qs li{display:grid;grid-template-columns:1fr auto 62px;align-items:center;gap:12px;padding:9px 0;border-top:1px solid var(--dp-line2)}.dashprev__files li:first-child,.dashprev__qs li:first-child,.dashprev__rank li:first-child,.dashprev__src li:first-child{border-top:0;padding-top:2px}.dashprev__q{font-size:11.5px;color:var(--dp-ink2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashprev__qs li.is-miss .dashprev__q{color:var(--dp-muted)}.dashprev__qdots{display:flex;gap:4px}.dashprev__qdots i{display:block;width:7px;height:7px;border-radius:50%;border:1.5px solid}.dashprev__qpos{font-size:11px;font-weight:600;color:var(--dp-ink);text-align:right;font-variant-numeric:tabular-nums}.dashprev__qs li.is-miss .dashprev__qpos{font-size:9.5px;font-weight:600;color:var(--dp-warn);letter-spacing:.01em}.dashprev__rank li{display:grid;grid-template-columns:16px 146px 1fr 34px 42px 28px;align-items:center;gap:10px;padding:9px 0;border-top:1px solid var(--dp-line2)}.dashprev__rnum{font-size:10.5px;font-weight:600;color:var(--dp-faint);font-variant-numeric:tabular-nums}.dashprev li.is-you .dashprev__rnum{color:var(--dp-ink)}.dashprev__ranswers{font-size:10.5px;color:var(--dp-label);text-align:right;font-variant-numeric:tabular-nums}.dashprev__rdelta{font-size:10.5px;font-weight:600;text-align:right;font-variant-numeric:tabular-nums}.dashprev__rdelta.up{color:var(--dp-up)}.dashprev__rdelta.down{color:var(--dp-down)}.dashprev__grid--sources{grid-template-columns:1.25fr 1fr}.dashprev__src li{display:grid;grid-template-columns:8px 1fr auto 26px;align-items:center;gap:9px;padding:8px 0;border-top:1px solid var(--dp-line2)}.dashprev__kind{width:8px;height:8px;border-radius:2px}.dashprev__shost{font-size:11.5px;color:var(--dp-ink2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashprev__stag{font-size:8.5px;text-transform:uppercase;letter-spacing:.09em;font-weight:600;border-radius:4px;padding:2px 5px;border:1px solid;white-space:nowrap}.dashprev__kind.is-editorial,.dashprev__mix i.is-editorial{background:var(--dp-editorial)}.dashprev__kind.is-ugc,.dashprev__mix i.is-ugc{background:var(--dp-ugc)}.dashprev__kind.is-competitor,.dashprev__mix i.is-competitor{background:var(--dp-faint)}.dashprev__kind.is-you,.dashprev__mix i.is-you{background:var(--dp-accent)}.dashprev__stag.is-editorial{color:#1d4ed8;border-color:rgba(37,99,235,.28);background:rgba(37,99,235,.07)}.dashprev__stag.is-ugc{color:#0f766e;border-color:rgba(13,148,136,.28);background:rgba(13,148,136,.07)}.dashprev__stag.is-competitor{color:var(--dp-muted);border-color:var(--dp-line);background:var(--dp-chip)}.dashprev__stag.is-you{color:#fff;border-color:var(--dp-accent);background:var(--dp-accent)}.dashprev__mix{list-style:none;margin:0;padding:0;gap:13px}.dashprev__mix,.dashprev__mix li{display:flex;flex-direction:column}.dashprev__mix li{gap:5px}.dashprev__mixtop{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.dashprev__files li{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:11px;padding:10px 0;border-top:1px solid var(--dp-line2)}.dashprev__ext{font-size:8.5px;font-weight:700;letter-spacing:.06em;text-align:center;border-radius:4px;padding:4px 0;color:var(--dp-card);background:var(--dp-ink2)}.dashprev__ext.is-csv{background:var(--dp-ugc)}.dashprev__fmeta{display:flex;flex-direction:column;gap:2px;min-width:0}.dashprev__fname{font-size:11.5px;font-weight:500;color:var(--dp-ink)}.dashprev__fname,.dashprev__fwhy{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashprev__fwhy{font-size:10.5px;color:var(--dp-label)}.dashprev__fget{font-size:10.5px;font-weight:600;color:var(--dp-ink2);border:1px solid var(--dp-line);border-radius:6px;padding:4px 9px;white-space:nowrap}@media (max-width:860px){.dashprev__frame{grid-template-columns:1fr}.dashprev__side{flex-direction:row;align-items:center;gap:12px;border-right:0;border-bottom:1px solid var(--dp-line);padding:10px 12px}.dashprev__nav{flex-direction:row;gap:2px;overflow:hidden}.dashprev__navitem{white-space:nowrap;width:auto}.dashprev__plan{margin-top:0;margin-left:auto}.dashprev__grid,.dashprev__grid--sources{grid-template-columns:1fr}.dashprev__kpis{grid-template-columns:repeat(2,1fr)}.dashprev__stage{min-height:640px}.dashprev__rank li{grid-template-columns:16px 120px 1fr 32px 28px}.dashprev__ranswers{display:none}}@media (max-width:560px){.dashprev__nav,.dashprev__plan{display:none}.dashprev__comp li{grid-template-columns:108px 1fr 32px}.dashprev__stage{min-height:680px}.dashprev__qs li{grid-template-columns:1fr auto 54px;gap:8px}.dashprev__rank li{grid-template-columns:14px 104px 1fr 30px 26px;gap:8px}.dashprev__fget,.dashprev__stag{display:none}}.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--rv, 0) * 70ms)}.js .reveal.in{opacity:1;transform:none}.js .reveal--cascade>*{opacity:0;transform:translateY(12px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.js .reveal--cascade.in>*{opacity:1;transform:none}.js .reveal--cascade.in>:first-child{transition-delay:0ms}.js .reveal--cascade.in>:nth-child(2){transition-delay:80ms}.js .reveal--cascade.in>:nth-child(3){transition-delay:.16s}.js .reveal--cascade.in>:nth-child(4){transition-delay:.24s}.js .dashprev__panel{transform:translateY(8px);transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),visibility .42s}.js .dashprev__panel.is-on{transform:none}.js .dashprev[data-live=true] .dashprev__panel.is-on li{animation:dpRowIn .5s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.1s + var(--rv, 0) * 55ms)}@keyframes dpRowIn{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}.js .dashprev .dp-line{stroke-dasharray:1;stroke-dashoffset:1}.js .dashprev[data-live=true] .dashprev__panel.is-on .dp-line{animation:dpDraw 1s cubic-bezier(.4,0,.2,1) .15s both}@keyframes dpDraw{to{stroke-dashoffset:0}}.js .dashprev .dp-dot,.js .dashprev .dp-fill{opacity:0}.js .dashprev[data-live=true] .dashprev__panel.is-on .dp-fill{animation:dpFade .7s ease .5s both}.js .dashprev[data-live=true] .dashprev__panel.is-on .dp-dot{animation:dpFade .35s ease 1s both}@keyframes dpFade{to{opacity:1}}.js .dashprev .dashprev__cbar i,.js .dashprev .dashprev__ebar i{transform:scaleX(0);transform-origin:left center}.js .dashprev[data-live=true] .dashprev__panel.is-on .dashprev__cbar i,.js .dashprev[data-live=true] .dashprev__panel.is-on .dashprev__ebar i{animation:dpBarGrow .75s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.25s + var(--rv, 0) * 70ms)}@keyframes dpBarGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.js .reveal,.js .reveal--cascade.in>*,.js .reveal--cascade>*,.js .reveal.in{opacity:1;transform:none;transition:none}.js .dashprev .dp-line,.js .dashprev[data-live=true] .dashprev__panel.is-on .dp-line{stroke-dasharray:none;stroke-dashoffset:0;animation:none}.js .dashprev .dp-dot,.js .dashprev .dp-fill,.js .dashprev[data-live=true] .dashprev__panel.is-on .dp-dot,.js .dashprev[data-live=true] .dashprev__panel.is-on .dp-fill{opacity:1;animation:none}.js .dashprev .dashprev__cbar i,.js .dashprev .dashprev__ebar i,.js .dashprev[data-live=true] .dashprev__panel.is-on .dashprev__cbar i,.js .dashprev[data-live=true] .dashprev__panel.is-on .dashprev__ebar i{transform:none;transition:none;animation:none}.js .dashprev__panel{transform:none;transition:none}.js .dashprev[data-live=true] .dashprev__panel.is-on li{animation:none}}.legal{max-width:68ch;padding-top:40px}.legal__title{font-size:34px;line-height:1.15}.legal__updated{font-size:12px;color:var(--iron);margin-top:10px}.legal__lead{font-size:16px;line-height:1.7;color:var(--ash);margin-top:26px}.legal h2{font-size:19px;line-height:1.3;margin-top:40px;margin-bottom:10px;letter-spacing:-.01em}.legal h3{font-size:15px;line-height:1.35;margin-top:26px;margin-bottom:8px}.legal p{font-size:14.5px;line-height:1.75;color:var(--ash);margin-top:12px}.legal strong{color:var(--bone);font-weight:600}.legal ul{margin-top:12px;padding-left:20px;display:flex;flex-direction:column;gap:8px}.legal li{font-size:14.5px;line-height:1.7;color:var(--ash)}.legal a{color:rgb(var(--c-accent));text-decoration:underline;text-underline-offset:2px}.legal__mono{font-size:13px;color:var(--bone);letter-spacing:.02em}.legal__table{width:100%;margin-top:14px;border-collapse:collapse;display:block;overflow-x:auto}.legal__table td,.legal__table th{text-align:left;padding:9px 12px 9px 0;font-size:13.5px;line-height:1.6;border-bottom:1px solid var(--graphite);vertical-align:top}.legal__table th{color:var(--bone);font-weight:600;white-space:nowrap}.legal__table td{color:var(--ash)}