[data-screen=landing]{min-height:100vh;background:var(--bg);color:var(--fg);overflow-x:hidden}[data-screen=landing] .topbar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:24px 40px;gap:24px}[data-screen=landing] .nav-pill{display:flex;gap:4px;background:var(--muted);padding:4px;border-radius:var(--pill)}[data-screen=landing] .nav-pill a{padding:8px 16px;border-radius:var(--pill);font-size:13px;color:var(--fg-2);text-decoration:none;font-weight:500}[data-screen=landing] .nav-pill a:hover{color:var(--fg)}[data-screen=landing] .nav-pill a.on,[data-screen=landing] .nav-pill a[aria-current=page]{background:var(--fg);color:var(--bg)}[data-screen=landing] .top-cta{background:var(--hot);color:#FFF;padding:12px 22px;border-radius:var(--pill);font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;min-height:44px}[data-screen=landing] .top-cta:hover{filter:brightness(1.05)}[data-screen=landing] .hero{position:relative;padding:64px 40px 96px;max-width:1320px;margin:0 auto;text-align:center}[data-screen=landing] .badge{display:inline-flex;align-items:center;gap:8px;background:#FFF;border:1px solid var(--rule);padding:8px 14px;border-radius:var(--pill);font-size:13px;color:var(--fg-2);margin-bottom:24px}[data-screen=landing] .badge .live{width:8px;height:8px;background:var(--hot);border-radius:50%;animation:pulse 2s ease-in-out infinite}[data-screen=landing] .badge b{color:var(--fg);font-weight:600}[data-screen=landing] h1.hero-h{font-size:clamp(56px,9vw,132px);line-height:.92;letter-spacing:-.05em;font-weight:700;margin:0 auto 24px;max-width:16ch}[data-screen=landing] h1.hero-h .squiggle{color:var(--hot);font-family:var(--serif);font-style:italic;font-weight:400;letter-spacing:-.02em}[data-screen=landing] h1.hero-h .chip{display:inline-block;background:var(--lime);color:var(--fg);padding:0 16px;border-radius:16px;transform:rotate(-2deg)}[data-screen=landing] .lede{font-size:22px;line-height:1.4;color:var(--fg-2);max-width:56ch;margin:0 auto 36px}[data-screen=landing] .lede em{font-family:var(--serif);font-style:italic;color:var(--fg);font-size:26px}[data-screen=landing] .cta-row{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}[data-screen=landing] .btn-big{display:inline-flex;align-items:center;gap:12px;background:var(--fg);color:var(--bg);padding:18px 32px;border-radius:var(--pill);font-size:16px;font-weight:600;text-decoration:none;transition:transform .15s ease;min-height:52px}[data-screen=landing] .btn-big.hot{background:var(--hot);color:#FFF}[data-screen=landing] .btn-big:active{transform:scale(.98)}[data-screen=landing] .btn-big .arrow{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.15);display:inline-flex;align-items:center;justify-content:center;font-size:14px}[data-screen=landing] .btn-ghost{color:var(--fg-2);text-decoration:none;font-size:14px;font-weight:500;border-bottom:1px solid var(--fg-2);padding-bottom:2px}[data-screen=landing] .btn-ghost:hover{color:var(--fg);border-bottom-color:var(--fg)}[data-screen=landing] .sticker{position:absolute;background:#FFF;border:1px solid var(--rule);padding:12px 16px;border-radius:16px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:10px;box-shadow:0 8px 24px rgba(31,20,16,.08);animation:float 6s ease-in-out infinite}[data-screen=landing] .sticker .av{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#FFF;flex-shrink:0}[data-screen=landing] .sticker.s1{top:80px;left:6%;transform:rotate(-6deg);background:var(--lime);border-color:rgba(0,0,0,.15);animation-delay:-1s}[data-screen=landing] .sticker.s2{top:180px;right:4%;transform:rotate(4deg);background:var(--pink);animation-delay:-3s}[data-screen=landing] .sticker.s3{bottom:80px;left:10%;transform:rotate(3deg);background:var(--sky);animation-delay:-2s}[data-screen=landing] .sticker.s4{bottom:140px;right:8%;transform:rotate(-5deg);animation-delay:-4s}[data-screen=landing] .sticker.s4 .dot{width:6px;height:6px;border-radius:50%;background:var(--hot);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes float{0%,to{transform:translateY(0) rotate(var(--rot,0))}50%{transform:translateY(-6px) rotate(var(--rot,0))}}[data-screen=landing] .sticker.s1{--rot:-6deg}[data-screen=landing] .sticker.s2{--rot:4deg}[data-screen=landing] .sticker.s3{--rot:3deg}[data-screen=landing] .sticker.s4{--rot:-5deg}[data-screen=landing] .marquee{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--fg);color:var(--bg);overflow:hidden;padding:18px 0;white-space:nowrap;font-size:22px;font-weight:500;letter-spacing:-.02em;position:relative}[data-screen=landing] .marquee-track{display:inline-flex;gap:48px;padding-left:48px;animation:scroll 40s linear infinite}[data-screen=landing] .marquee:hover .marquee-track{animation-play-state:paused}[data-screen=landing] .marquee span{display:inline-flex;align-items:center;gap:12px}[data-screen=landing] .marquee span:after{content:"✺";color:var(--hot);font-size:16px}[data-screen=landing] .marquee em{color:var(--hot);font-family:var(--serif);font-style:italic;font-weight:400;font-size:26px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}[data-screen=landing] section.roster{padding:96px 40px;max-width:1320px;margin:0 auto}[data-screen=landing] .section-h{font-size:clamp(40px,6vw,80px);line-height:.95;letter-spacing:-.04em;font-weight:700;margin:0 0 16px;max-width:18ch}[data-screen=landing] .section-h .serif{color:var(--hot);font-family:var(--serif);font-style:italic;font-weight:400}[data-screen=landing] .section-sub{font-size:18px;color:var(--fg-2);max-width:56ch;margin:0 0 48px;line-height:1.5}[data-screen=landing] .roster-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}[data-screen=landing] .rcard{background:#FFF;border:1px solid var(--rule);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:12px;min-height:220px;position:relative}[data-screen=landing] .rcard .av{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}[data-screen=landing] .rcard h3{font-size:22px;letter-spacing:-.02em;font-weight:700;margin:0}[data-screen=landing] .rcard h3 small{display:block;font-weight:500;font-size:13px;color:var(--fg-3);margin-top:2px;letter-spacing:0}[data-screen=landing] .rcard p{font-size:14px;line-height:1.5;color:var(--fg-2);margin:0}[data-screen=landing] .rcard .quote{margin-top:auto;font-family:var(--serif);font-style:italic;font-size:17px;line-height:1.35;color:var(--fg)}[data-screen=landing] .rcard.col-5{grid-column:span 5}[data-screen=landing] .rcard.col-4{grid-column:span 4}[data-screen=landing] .rcard.col-3{grid-column:span 3}[data-screen=landing] .rcard.col-7{grid-column:span 7}[data-screen=landing] .rcard.col-6{grid-column:span 6}[data-screen=landing] .rcard.lime{background:var(--lime)}[data-screen=landing] .rcard.pink{background:var(--pink)}[data-screen=landing] .rcard.sky{background:var(--sky)}[data-screen=landing] .rcard.dark{background:var(--fg);color:var(--bg);border-color:var(--fg)}[data-screen=landing] .rcard.dark p{color:rgba(255,239,224,.7)}[data-screen=landing] .rcard.dark .quote{color:var(--bg)}[data-screen=landing] .rcard.dark h3 small{color:rgba(255,239,224,.5)}[data-screen=landing] .rcard .more-arrow{position:absolute;top:24px;right:24px;width:36px;height:36px;border-radius:50%;background:var(--fg);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:16px;text-decoration:none}[data-screen=landing] .rcard.dark .more-arrow{background:var(--bg);color:var(--fg)}@media (max-width:1100px){[data-screen=landing] .rcard.col-3,[data-screen=landing] .rcard.col-4,[data-screen=landing] .rcard.col-5,[data-screen=landing] .rcard.col-6,[data-screen=landing] .rcard.col-7{grid-column:span 6}}[data-screen=landing] section.day{padding:96px 40px;background:var(--fg);color:var(--bg);border-top:1px solid var(--rule)}[data-screen=landing] .day-inner{max-width:1320px;margin:0 auto}[data-screen=landing] section.day h2{color:var(--bg)}[data-screen=landing] section.day h2 .serif{color:var(--lime)}[data-screen=landing] section.day .section-sub{color:rgba(255,239,224,.7)}[data-screen=landing] .day-feed{display:grid;grid-template-columns:1fr;gap:14px;max-width:800px;margin:0 auto}[data-screen=landing] .feed{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:20px 24px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:start}[data-screen=landing] .feed .av{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}[data-screen=landing] .feed .body .who{font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;margin-bottom:4px}[data-screen=landing] .feed .body .who small{color:rgba(255,239,224,.4);font-weight:400}[data-screen=landing] .feed .body p{margin:0;color:rgba(255,239,224,.85);font-size:15px;line-height:1.5}[data-screen=landing] .feed .body p b{color:var(--lime);font-weight:600}[data-screen=landing] .feed .time{font-size:12px;color:rgba(255,239,224,.4);white-space:nowrap}[data-screen=landing] .feed.you{background:var(--hot);border-color:var(--hot)}[data-screen=landing] .feed.you .body p{color:#FFF}[data-screen=landing] .feed.you .av{background:rgba(0,0,0,.2);color:#FFF}[data-screen=landing] .feed.you .body .who small,[data-screen=landing] .feed.you .time{color:rgba(255,255,255,.7)}[data-screen=landing] section.price{padding:96px 40px;max-width:1320px;margin:0 auto;text-align:center}[data-screen=landing] .price h2{margin-left:auto;margin-right:auto}[data-screen=landing] .price-cards{display:flex;gap:24px;justify-content:center;margin-top:48px;flex-wrap:wrap}[data-screen=landing] .pcard{background:#FFF;border:1px solid var(--rule);border-radius:28px;padding:36px;text-align:left;flex:1;min-width:280px;max-width:380px;display:flex;flex-direction:column}[data-screen=landing] .pcard.feat{background:var(--fg);color:var(--bg);border-color:var(--fg);transform:rotate(-1deg)}[data-screen=landing] .pcard h3{font-size:20px;letter-spacing:-.015em;font-weight:700;margin:0 0 8px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}[data-screen=landing] .pcard .badge-pop{background:var(--hot);color:#FFF;font-size:11px;padding:2px 8px;border-radius:var(--pill);font-weight:600}[data-screen=landing] .pcard .num{font-size:64px;font-weight:700;letter-spacing:-.03em;line-height:1;margin:16px 0}[data-screen=landing] .pcard .num small{font-size:18px;color:var(--fg-3);font-weight:500}[data-screen=landing] .pcard.feat .num small{color:rgba(255,239,224,.5)}[data-screen=landing] .pcard p{font-size:14px;color:var(--fg-2);line-height:1.5;margin:0 0 20px}[data-screen=landing] .pcard.feat p{color:rgba(255,239,224,.7)}[data-screen=landing] .pcard ul{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:8px;flex:1}[data-screen=landing] .pcard li{font-size:14px;display:flex;align-items:center;gap:10px}[data-screen=landing] .pcard li:before{content:"✓";color:var(--hot);font-weight:700}[data-screen=landing] .pcard.feat li:before{color:var(--lime)}[data-screen=landing] .pcard .pgo{display:block;text-align:center;background:var(--fg);color:var(--bg);padding:14px;border-radius:var(--pill);font-weight:600;font-size:14px;text-decoration:none;margin-top:auto}[data-screen=landing] .pcard.feat .pgo{background:var(--hot)}[data-screen=landing] section.last{padding:128px 40px;background:var(--lime);text-align:center;border-top:1px solid var(--rule)}[data-screen=landing] section.last h2{font-size:clamp(48px,8vw,112px);line-height:.92;letter-spacing:-.04em;font-weight:700;margin:0 auto 32px;max-width:14ch}[data-screen=landing] section.last h2 .serif{color:var(--hot);font-family:var(--serif);font-style:italic;font-weight:400}[data-screen=landing] section.last .last-sub{font-size:18px;color:var(--fg-2);max-width:50ch;margin:0 auto 32px;line-height:1.5}[data-screen=landing] footer.site-footer{padding:40px;display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:16px;background:var(--fg);color:var(--bg)}[data-screen=landing] footer.site-footer a{color:rgba(255,239,224,.7);text-decoration:none}[data-screen=landing] footer.site-footer a:hover{color:var(--bg)}[data-screen=landing] footer.site-footer .links{display:flex;gap:24px;flex-wrap:wrap}[data-screen=landing] footer.site-footer .wordmark{color:var(--bg)}@media (max-width:760px){[data-screen=landing] .hero{padding:32px 24px 64px}[data-screen=landing] .nav-pill,[data-screen=landing] .sticker{display:none}[data-screen=landing] section.day,[data-screen=landing] section.last,[data-screen=landing] section.price,[data-screen=landing] section.roster{padding-left:24px;padding-right:24px}}@media (prefers-reduced-motion:reduce){[data-screen=landing] .badge .live,[data-screen=landing] .marquee-track,[data-screen=landing] .sticker,[data-screen=landing] .sticker.s4 .dot{animation:none}}