.landing-shell{position:relative;display:grid;min-height:100vh;min-height:100dvh;place-items:center;overflow:hidden;padding:clamp(1.25rem,4vw,3rem);background-color:var(--bg-1);background-image:radial-gradient(ellipse 1200px 600px at 50% -130px,rgba(200,255,0,.05),transparent 60%),radial-gradient(ellipse 800px 400px at 88% 12%,rgba(77,214,255,.035),transparent 62%),radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 0);background-size:auto,auto,24px 24px;color:var(--fg);font-family:var(--font-geist),Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.55}.landing-shell .ambient-grid{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(200,255,0,.05),transparent) 50% 64% /min(760px,88vw) 1px no-repeat,radial-gradient(circle at 50% 58%,rgba(200,255,0,.09),transparent 24rem);opacity:.9}.landing-shell .hero{position:relative;z-index:2;display:flex;width:min(760px,100%);flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:translateY(-2.6vh)}.landing-shell .brand-mark{position:relative;display:grid;width:clamp(86px,12vw,124px);aspect-ratio:1;place-items:center;margin-bottom:clamp(1.4rem,3vw,2.1rem)}.landing-shell .brand-glow{position:absolute;inset:2%;border-radius:50%;background:rgba(200,255,0,.28);filter:blur(38px);opacity:.52;animation:logoPulse 3.2s ease-in-out infinite}.landing-shell .brand-mark img{position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 18px rgba(200,255,0,.25))}.landing-shell h1{max-width:12ch;margin:0;font-size:clamp(3rem,8vw,6.8rem);font-weight:650;letter-spacing:0;line-height:.94;text-wrap:balance;color:var(--fg)}.landing-shell .validation-entry{width:min(680px,100%);margin-top:clamp(1.6rem,4vw,2.6rem)}.landing-shell .entry-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;min-height:66px;padding:.55rem;border:1px solid var(--border-2);border-radius:var(--radius-xl);background:rgba(19,19,24,.82);box-shadow:0 24px 80px rgba(0,0,0,.44),0 0 0 1px rgba(200,255,0,.035),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:saturate(140%) blur(18px);-webkit-backdrop-filter:saturate(140%) blur(18px);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.landing-shell .entry-wrap:focus-within{border-color:rgba(200,255,0,.42);background:rgba(19,19,24,.92);box-shadow:0 28px 90px rgba(0,0,0,.5),0 0 0 4px rgba(200,255,0,.08),0 0 38px rgba(200,255,0,.1)}.landing-shell .entry-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--fg-faint)}.landing-shell .entry-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.landing-shell .entry-wrap input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--fg);font-size:1.03rem}.landing-shell .entry-wrap input::-moz-placeholder{color:var(--fg-faint)}.landing-shell .entry-wrap input::placeholder{color:var(--fg-faint)}.landing-shell .entry-wrap button[type=submit],.landing-shell .landing-error button,.landing-shell .teaser-cta{min-width:116px;min-height:50px;border:1px solid rgba(200,255,0,.5);border-radius:14px;background:linear-gradient(180deg,#d9ff4d 0,var(--primary) 60%,var(--primary-2) 100%);color:#0a0f00;cursor:pointer;font-weight:700;letter-spacing:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 -8px 18px rgba(0,0,0,.18),0 10px 30px rgba(200,255,0,.26);transition:transform .12s ease,box-shadow .16s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.landing-shell .entry-wrap button[type=submit]:hover,.landing-shell .landing-error button:hover,.landing-shell .teaser-cta:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -8px 18px rgba(0,0,0,.18),0 14px 40px rgba(200,255,0,.38)}.landing-shell .entry-wrap button[type=submit]:active,.landing-shell .landing-error button:active,.landing-shell .teaser-cta:active{transform:translateY(0)}.landing-shell .form-note{min-height:1.3rem;margin:.85rem 0 0;color:var(--fg-faint);font-family:var(--font-geist-mono),"SF Mono","Cascadia Code",Consolas,monospace;font-size:.76rem;letter-spacing:0}.landing-shell .form-note.ready{color:var(--primary)}.landing-shell.variant-b{place-items:start center;padding-top:clamp(2.25rem,8vh,5rem)}.landing-shell.variant-b .ambient-grid{background:linear-gradient(90deg,transparent,rgba(200,255,0,.05),transparent) 50% 54% /min(980px,92vw) 1px no-repeat,radial-gradient(circle at 50% 42%,rgba(200,255,0,.1),transparent 27rem)}.landing-shell.variant-b .hero{width:min(980px,100%);transform:translateY(-1.2vh)}.landing-shell.variant-b .brand-mark{width:clamp(74px,9vw,108px);margin-bottom:clamp(1rem,2vw,1.45rem)}.landing-shell.variant-b h1{max-width:15ch;font-size:clamp(3rem,7vw,6.2rem);line-height:.96}.landing-shell.variant-b .validation-entry{width:min(820px,100%);margin-top:clamp(1.7rem,3.2vw,2.55rem)}.landing-shell.variant-b .form-note{max-width:760px;min-height:auto;margin:1rem auto 0;color:var(--fg-mute);font-family:inherit;font-size:clamp(.84rem,1.35vw,.98rem);line-height:1.5;text-wrap:balance}.landing-shell.variant-b .logo-googleads{top:19%}.landing-shell.variant-b .logo-meta{top:20%}.landing-shell.variant-b .logo-quora{top:50%}.landing-shell.variant-b .logo-reddit{bottom:27%}.landing-shell.variant-b .logo-tiktok{bottom:11%;left:31%}.landing-shell.variant-b .logo-trends{right:31%;bottom:10%}.landing-shell.variant-b .logo-x{top:73%}.landing-shell .logo-field{position:absolute;inset:0;z-index:1;pointer-events:none}.landing-shell .float-logo{position:absolute;pointer-events:auto;width:clamp(48px,6vw,82px);height:clamp(48px,6vw,82px);-o-object-fit:contain;object-fit:contain;opacity:.86;filter:drop-shadow(0 18px 26px rgba(0,0,0,.42));transform:translateZ(0);animation:floatSoft 6s ease-in-out infinite;transition:opacity .18s ease,filter .18s ease,scale .18s ease}.landing-shell .logo-googleads{top:15%;left:15%;animation-delay:-.7s}.landing-shell .logo-meta{top:16%;right:16%;animation-delay:-2.4s}.landing-shell .logo-quora{top:46%;left:8%;animation-delay:-4.1s}.landing-shell .logo-reddit{right:8%;bottom:31%;animation-delay:-1.6s}.landing-shell .logo-tiktok{bottom:16%;left:19%;animation-delay:-3.2s}.landing-shell .logo-trends{right:20%;bottom:14%;animation-delay:-5.1s}.landing-shell .logo-x{top:72%;left:50%;width:clamp(42px,5.4vw,70px);height:clamp(42px,5.4vw,70px);opacity:.72;animation-delay:-2.9s}.landing-shell .logo-field:hover .float-logo{opacity:.98;filter:drop-shadow(0 24px 34px rgba(0,0,0,.5)) drop-shadow(0 0 18px rgba(200,255,0,.12))}.landing-shell .float-logo:hover{scale:1.1;filter:drop-shadow(0 28px 38px rgba(0,0,0,.52)) drop-shadow(0 0 22px rgba(200,255,0,.18))}.landing-shell .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes logoPulse{0%,to{opacity:.38;transform:scale(1)}50%{opacity:.66;transform:scale(1.08)}}@keyframes floatSoft{0%,to{transform:translateZ(0) rotate(-2deg)}50%{transform:translate3d(0,-16px,0) rotate(3deg)}}.landing-shell .scanning-view{width:min(680px,100%);margin-top:clamp(1.6rem,4vw,2.6rem);text-align:left}.landing-shell .scanning-headline{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-geist-mono),monospace;font-size:.82rem;text-transform:uppercase;letter-spacing:.14em;color:var(--fg-mute);margin-bottom:1rem}.landing-shell .pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 12px var(--primary-glow);animation:pulseBeacon 1.6s ease-in-out infinite}.landing-shell .scanning-shimmer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.landing-shell .scanning-shimmer{height:72px;border-radius:var(--radius);border:1px solid var(--border-1);background:linear-gradient(90deg,var(--bg-2) 0,rgba(200,255,0,.05) 50%,var(--bg-2) 100%);background-size:200% 100%;animation:shimmerSlide 1.8s ease-in-out infinite}@keyframes shimmerSlide{0%{background-position:200% 0}to{background-position:-200% 0}}.landing-shell .scanning-sub{margin:1rem 0 0;font-family:var(--font-geist-mono),monospace;font-size:.78rem;color:var(--fg-faint)}.landing-shell .landing-teaser{width:min(680px,100%);margin-top:clamp(1.6rem,4vw,2.6rem);text-align:left;padding:1.4rem 1.5rem 1.6rem;border:1px solid var(--border-2);border-radius:var(--radius-xl);background:rgba(19,19,24,.82);backdrop-filter:saturate(140%) blur(18px);-webkit-backdrop-filter:saturate(140%) blur(18px);box-shadow:0 24px 80px rgba(0,0,0,.44)}.landing-shell .teaser-headline{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.landing-shell .teaser-pill{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:999px;font-family:var(--font-geist-mono),monospace;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.landing-shell .teaser-pill.v-strong{color:var(--strong-1);background:var(--strong-2);border:1px solid var(--strong-1)}.landing-shell .teaser-pill.v-test{color:var(--test-1);background:var(--test-2);border:1px solid var(--test-1)}.landing-shell .teaser-pill.v-weak{color:var(--weak-1);background:var(--weak-2);border:1px solid var(--weak-1)}.landing-shell .teaser-pill.v-avoid{color:var(--avoid-1);background:var(--avoid-2);border:1px solid var(--avoid-1)}.landing-shell .teaser-score{font-family:var(--font-geist-mono),monospace;font-variant-numeric:tabular-nums;font-size:2.2rem;font-weight:700;color:var(--fg);line-height:1}.landing-shell .teaser-score small{font-size:.9rem;color:var(--fg-faint);font-weight:400;margin-left:.15rem}.landing-shell .teaser-title{margin:0 0 .4rem;font-size:1.4rem;font-weight:600;letter-spacing:-.01em;line-height:1.2}.landing-shell .teaser-sub{margin:0 0 1.2rem;color:var(--fg-mute);font-size:.95rem}.landing-shell .teaser-signals{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:1.2rem}.landing-shell .teaser-signal{padding:.7rem .8rem;border:1px solid var(--border-1);border-radius:var(--radius);background:var(--bg-2);display:flex;flex-direction:column;gap:.25rem}.landing-shell .teaser-signal .label{font-family:var(--font-geist-mono),monospace;font-size:.66rem;letter-spacing:.14em;color:var(--fg-faint);text-transform:uppercase}.landing-shell .teaser-signal .value{font-family:var(--font-geist-mono),monospace;font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:600;color:var(--fg)}.landing-shell .teaser-blur-block{position:relative;margin-bottom:1.2rem;padding:1rem 1rem .6rem;border:1px solid var(--border-1);border-radius:var(--radius);background:var(--bg-2);overflow:hidden}.landing-shell .teaser-blur-block .blur-row{height:14px;margin-bottom:.55rem;border-radius:4px;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.02));filter:blur(3px)}.landing-shell .teaser-blur-block .blur-row:nth-child(2){width:88%}.landing-shell .teaser-blur-block .blur-row:nth-child(3){width:76%}.landing-shell .teaser-blur-block .blur-row:nth-child(4){width:92%}.landing-shell .teaser-blur-block .blur-lock{position:relative;margin:.4rem 0 0;font-family:var(--font-geist-mono),monospace;font-size:.76rem;color:var(--fg-mute);text-align:center;filter:none}.landing-shell .teaser-blur-block .blur-lock span{margin-right:.4rem}.landing-shell .teaser-cta{width:100%;min-height:56px;font-size:1.02rem}.landing-shell .teaser-cta-sub{margin:.7rem 0 0;text-align:center;font-family:var(--font-geist-mono),monospace;font-size:.72rem;color:var(--fg-faint)}.landing-shell .landing-error{width:min(680px,100%);margin-top:clamp(1.6rem,4vw,2.6rem);padding:1.2rem 1.4rem;border:1px solid var(--border-2);border-radius:var(--radius-xl);background:rgba(19,19,24,.82);text-align:center}.landing-shell .landing-error p{margin:0 0 1rem;color:var(--fg-mute)}@media (max-width:840px){.landing-shell{align-items:start;padding-top:12vh}.landing-shell h1{max-width:10ch}.landing-shell .float-logo{opacity:.35}.landing-shell .logo-googleads{top:7%;left:6%}.landing-shell .logo-meta{top:8%;right:6%}.landing-shell .logo-quora{top:42%;left:-16px}.landing-shell .logo-reddit{right:-12px;bottom:34%}.landing-shell .logo-tiktok{bottom:12%;left:8%}.landing-shell .logo-trends{right:7%;bottom:10%}.landing-shell .logo-x{top:74%;left:47%}.landing-shell.variant-b{padding-top:8vh}.landing-shell.variant-b .hero{transform:none}.landing-shell.variant-b h1{max-width:12ch}.landing-shell.variant-b .form-note{max-width:36rem}.landing-shell.variant-b .logo-googleads{top:11%}.landing-shell.variant-b .logo-meta{top:12%}.landing-shell.variant-b .logo-quora{top:46%}.landing-shell.variant-b .logo-reddit{bottom:30%}.landing-shell.variant-b .logo-tiktok{bottom:10%;left:25%}.landing-shell.variant-b .logo-trends{right:24%;bottom:9%}.landing-shell.variant-b .logo-x{top:82%}}@media (max-width:620px){.landing-shell .hero{justify-content:flex-start;transform:translateY(-1.4vh)}.landing-shell .entry-wrap{grid-template-columns:auto minmax(0,1fr);min-height:auto;gap:.45rem .6rem;padding:.75rem;border-radius:16px}.landing-shell .entry-icon{width:34px;height:42px}.landing-shell .entry-wrap input{min-height:42px;font-size:16px}.landing-shell .entry-wrap button[type=submit]{grid-column:1/-1;width:100%;min-height:48px;border-radius:12px}.landing-shell .form-note{max-width:30ch;margin-right:auto;margin-left:auto}.landing-shell.variant-b .form-note{max-width:34ch;font-size:.96rem}.landing-shell .scanning-shimmer-grid,.landing-shell .teaser-signals{grid-template-columns:1fr}}.landing-shell .landing-foot{position:relative;z-index:2;margin-top:auto;padding:2.5rem 1.5rem 1.75rem;display:flex;justify-content:center;align-items:center;gap:.65rem;font-family:var(--font-geist-mono),monospace;font-size:.72rem;letter-spacing:.04em;color:var(--fg-faint)}.landing-shell .landing-foot a{color:var(--fg-mute);text-decoration:none;transition:color .12s ease}.landing-shell .landing-foot a:hover{color:var(--primary)}.landing-shell .landing-foot span[aria-hidden]{color:var(--fg-dim)}.landing-shell .teaser-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem;margin:.2rem 0 1.25rem}.landing-shell .teaser-hero .teaser-pill{align-self:center}.landing-shell .teaser-score-big{display:inline-flex;align-items:flex-end;justify-content:center;gap:.2rem;font-family:var(--font-geist-mono),"SF Mono","Cascadia Code",Consolas,monospace;font-variant-numeric:tabular-nums;color:var(--fg);line-height:1}.landing-shell .teaser-score-num{font-size:clamp(3.5rem,12vw,5.5rem);font-weight:700;line-height:.95;letter-spacing:-.02em}.landing-shell .teaser-score-denom{font-size:1.2rem;color:var(--fg-faint);font-weight:400;padding-bottom:.5rem}.landing-shell .teaser-title-italic{max-width:480px;margin:0;font-family:var(--font-source-serif),Georgia,"Times New Roman",serif;font-style:italic;font-size:1rem;color:var(--fg-mute);line-height:1.4}.landing-shell .teaser-loss-copy{margin:0 0 1rem;color:var(--fg-mute);font-size:.98rem;line-height:1.5;text-align:center}.landing-shell .teaser-loss-copy strong{color:var(--avoid-1);font-weight:600}.landing-shell .teaser-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1.2rem}.landing-shell .teaser-box{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.85rem .85rem .9rem;border:1px solid var(--border-1);border-radius:var(--radius);background:var(--bg-2)}.landing-shell .teaser-box-logos{display:inline-flex;align-items:center;gap:.35rem;min-height:22px}.landing-shell .teaser-box-logos img{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.landing-shell .teaser-box-emoji{font-size:18px;line-height:1}.landing-shell .teaser-box-eyebrow{font-family:var(--font-geist-mono),monospace;font-size:.65rem;letter-spacing:.14em;color:var(--fg-faint);text-transform:uppercase}.landing-shell .teaser-box-number{font-family:var(--font-geist-mono),monospace;font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:700;color:var(--fg);line-height:1}.landing-shell .teaser-box-sub{font-size:.78rem;color:var(--fg-faint);line-height:1.3}.landing-shell .teaser-box-number-tag{font-family:var(--font-geist-mono),monospace;font-size:.62rem;font-weight:500;letter-spacing:.08em;color:var(--fg-faint);margin-left:.35rem;text-transform:uppercase}.landing-shell .teaser-cta-big{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:600px;margin:.4rem auto 0;padding:.75rem 1.25rem;border:1px solid rgba(200,255,0,.55);border-radius:var(--radius-lg);background:linear-gradient(180deg,#d9ff4d 0,var(--primary) 60%,var(--primary-2) 100%);color:var(--bg-0);cursor:pointer;font-weight:600;font-size:1rem;letter-spacing:0;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -8px 18px rgba(0,0,0,.18),0 8px 32px rgba(200,255,0,.25);transition:transform .12s ease,box-shadow .16s ease,filter .16s ease}.landing-shell .teaser-cta-big:hover{transform:scale(1.01);filter:brightness(1.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.6),inset 0 -8px 18px rgba(0,0,0,.18),0 12px 40px rgba(200,255,0,.38)}.landing-shell .teaser-cta-big:active{transform:scale(.995)}.landing-shell .teaser-try-another{display:block;margin:.75rem auto 0;text-align:center;color:var(--fg-mute);font-size:1rem;text-decoration:underline;text-underline-offset:3px;transition:color .12s ease}.landing-shell .teaser-try-another:hover{color:var(--fg)}.landing-shell .teaser-value-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem 1rem;margin:1.2rem 0 0;padding:0;list-style:none;font-size:.85rem;color:var(--fg-mute)}.landing-shell .teaser-value-stack li{display:flex;align-items:center;gap:.4rem;line-height:1.4}.landing-shell .teaser-value-stack li span[aria-hidden]{color:var(--primary);font-weight:700}.landing-shell .teaser-scarcity{margin:1rem 0 0;text-align:center;font-size:.85rem;color:var(--fg-mute);line-height:1.45}.landing-shell .teaser-scarcity strong{color:var(--avoid-1);font-weight:600}@media (max-width:640px){.landing-shell .teaser-boxes,.landing-shell .teaser-value-stack{grid-template-columns:1fr}.landing-shell .teaser-cta-big{font-size:.98rem;padding:.7rem 1.1rem}}