:root{--bg:#0f0f1a;--text:#f9fafb;--muted:#e5e7eb;--ink-600:#a5b4c3;--yellow:#facc15;--orange:#f97316;--wood:#8b4513;--sky-blue:#38bdf8;--light-blue:#0ea5e9;--green:#22c55e;--surface:rgba(15, 23, 42, .9);--ring: 0 18px 50px rgba(0, 0, 0, .7)}.background-animation-root{position:fixed;inset:0;pointer-events:none;z-index:-1}.beer-gradient{position:fixed;inset:0;background:linear-gradient(90deg,#f5be0b,#ea770c,#b15f12);animation:beer-drift 40s ease-in-out infinite alternate}.beer-gradient:before{content:"";position:absolute;inset-inline:0;top:0;height:8rem;background:linear-gradient(to bottom,rgba(252,211,77,.4),transparent)}.beer-bubble-layer{position:fixed;inset:0;overflow:hidden;pointer-events:none}.beer-bubble{position:absolute;bottom:-100px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.95),rgba(255,255,255,.3) 50%,transparent 70%);border:1px solid rgba(255,255,255,.3);box-shadow:0 0 20px #ffffff80,inset 0 0 20px #fff6,inset -8px -8px 15px #0000004d;filter:blur(.4px);will-change:transform,opacity}@keyframes beer-rise{0%{transform:translateY(0) translate(0) scale(.3);opacity:0}10%{opacity:.9}90%{transform:translateY(-110vh) translate(40px) rotate(15deg) scale(1.2);opacity:.8}to{transform:translateY(-130vh) translate(50px) rotate(20deg) scale(1.3);opacity:0}}@keyframes beer-drift{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-12px,-18px,0) scale(1.03)}to{transform:translate3d(8px,10px,0) scale(1.01)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Apple Color Emoji","Segoe UI Emoji",sans-serif;background:transparent;color:var(--text)}.container{width:min(1200px,92vw);margin-inline:auto}.nav{position:sticky;top:0;background:#050714e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(148,163,184,.4);z-index:10}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-weight:800;font-size:20px}.brand-icon{color:var(--yellow);display:inline-flex}.links{display:none;gap:28px}.links a{color:#fbbf24;text-decoration:none;font-weight:500}.links a:hover{color:#fefce8}.actions{display:flex;align-items:center;gap:10px}@media (min-width: 900px){.links{display:flex}}.btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border-radius:12px;font-weight:700;text-decoration:none;transition:all .15s ease;white-space:nowrap;border:0}.btn-primary{background:var(--wood);color:#fffbeb;box-shadow:var(--ring)}.btn-primary:hover{background:#92400e;transform:translateY(-1px)}.btn-success{background:#fbbf24;color:#111827;margin-left:12px;box-shadow:var(--ring)}.btn-success:hover{background:#fed7aa;transform:translateY(-1px)}.btn-outline{color:var(--text);border:1.5px solid rgba(148,163,184,.6);background:transparent;padding:0 16px;height:40px;border-radius:10px}.btn-outline:hover{border-color:#94a3b8cc;transform:translateY(-1px)}.hero{padding:48px 0 64px}.hero-grid{display:grid;gap:56px;align-items:center;grid-template-columns:1fr}.hero .container{width:min(450px,92vw)}@media (min-width: 1000px){.hero{padding:84px 0 96px}.hero-grid{grid-template-columns:1.1fr 1fr;gap:56px}}.copy{max-width:720px;background:#0f172ae6;padding:16px 22px 20px;border-radius:18px;box-shadow:0 20px 40px #000000bf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.headline{font-size:clamp(40px,6vw,68px);line-height:1.05;letter-spacing:-.02em;margin:6px 0 16px;font-weight:900;background:linear-gradient(120deg,#fff,#fee2b7);-webkit-background-clip:text;background-clip:text;color:transparent}.highlight{color:var(--yellow)}.sub{color:#cbd5f5;font-size:clamp(16px,2vw,20px);line-height:1.7;margin:10px 0 26px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.footnote{margin-top:14px;color:#64748b;font-size:14px}.visual{display:flex;align-items:center;justify-content:center}.hero-img{width:100%;height:auto;border-radius:18px;box-shadow:0 24px 60px #0009;object-fit:cover}.gameflow{background:transparent;padding:0;border-top:none}.gameflow-inner{max-width:900px}.gameflow-card{margin-top:20px;background:transparent;border-radius:16px;border:none;padding:0;display:flex;flex-direction:column;gap:14px;transform:scale(.9);transform-origin:center top}.gameflow-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px;color:var(--ink-600)}.gameflow-step{font-weight:700;color:#fed7aa}.gameflow-count{opacity:.8}.gameflow-title{margin:4px 0;font-size:22px;font-weight:800}.gameflow-subtitle{margin:0 0 10px;color:var(--ink-600);font-weight:500}.gameflow-body{margin:0 0 18px;color:var(--ink-600);line-height:1.6}.gameflow-phase-tag{margin:2px 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-600)}.gameflow-prompt-chip{border-radius:16px;padding:10px 12px;background:#fff;border:1px solid rgba(248,181,84,.45);box-shadow:0 10px 22px #0f172a47;margin-bottom:12px}.gameflow-prompt-chip .prompt-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#9ca3af;margin-bottom:4px}.gameflow-prompt-chip .prompt-text{display:block;font-size:15px;font-weight:700;color:#111827}.gameflow-team-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.team-avatar{width:40px;height:40px;border-radius:999px;overflow:hidden;background:transparent;border:none}.team-avatar.small{width:32px;height:32px}.team-avatar img{width:100%;height:100%;object-fit:cover;display:block}.team-meta{display:flex;flex-direction:column}.team-name{font-size:14px;font-weight:700;color:#111827}.team-code{font-size:11px;color:#6b7280}.answer-box{margin-top:2px;padding-top:6px;border-top:1px solid rgba(148,163,184,.5)}.answer-label-row{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;margin-bottom:6px}.answer-timer{font-weight:700;color:#e5e7eb;background:#0f172a;padding:2px 8px;border-radius:999px}.answer-input-mock{border-radius:10px;padding:8px 10px;background:#fff;border:1px solid rgba(209,213,219,.9);font-size:13px;color:#111827;margin-bottom:8px}.answer-primary-btn{width:100%;margin-bottom:4px;border-radius:10px;border:none;padding:8px 10px;background:linear-gradient(135deg,#f97316,#facc15);color:#111827;font-size:13px;font-weight:700;cursor:pointer}.answer-hint{font-size:11px;color:#6b7280;margin:0}.vote-list{list-style:none;padding:0;margin:4px 0 6px;display:flex;flex-direction:column;gap:6px}.vote-item{border-radius:10px;padding:8px 10px;background:#fff;border:1px solid rgba(209,213,219,.9);box-shadow:0 10px 22px #0f172a47;display:flex;align-items:stretch;gap:10px}.vote-item-selected{border-color:#f97316;box-shadow:0 0 0 1px #f9731666}.vote-main-row{display:flex;justify-content:space-between;gap:6px;margin-bottom:4px;align-items:center}.vote-text{font-size:13px;color:#111827}.vote-pill{padding:3px 8px;border-radius:999px;background:#f973161a;color:#9a3412;font-size:11px;font-weight:600}.vote-team{font-size:11px;color:#6b7280}.vote-footer{font-size:11px;color:#6b7280;margin:4px 0 0}.vote-avatar-col{display:flex;flex-direction:column;align-items:center;gap:4px}.vote-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;background:transparent}.vote-avatar img{width:100%;height:100%;object-fit:cover;display:block}.leaderboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.leaderboard-label{font-size:13px;font-weight:600;color:#111827}.leaderboard-rounds{font-size:11px;color:var(--ink-600)}.leaderboard-list{list-style:none;padding:0;margin:1px 0 6px;display:flex;flex-direction:column;gap:6px;width:100%}.leaderboard-item{border-radius:12px;padding:8px 10px;background:#fff;border:1px solid rgba(209,213,219,.9);box-shadow:0 10px 22px #0f172a47;display:flex;align-items:stretch;gap:10px;width:100%}.leaderboard-item.first-place{border-color:#f97316;box-shadow:0 0 0 1px #f9731680}.team-info{display:flex;align-items:center;gap:8px;flex:1}.team-rank{display:block;font-size:13px;font-weight:700;color:#111827}.team-note{display:block;font-size:11px;color:#6b7280}.team-score{font-size:13px;font-weight:700;color:#111827;white-space:nowrap;margin-left:auto}.leaderboard-footer{font-size:11px;color:#6b7280;margin:4px 0 0}.gameflow-phone{display:flex;justify-content:center;margin-left:auto;margin-right:auto}.gameflow-phone-frame{position:relative;width:100%;max-width:380px;border-radius:40px;padding:5px;background:transparent;box-shadow:0 22px 55px #000000e6,0 0 30px #0f172ae6;border:3px solid #020617;min-height:520px;display:flex;flex-direction:column}.gameflow-app-name{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#020617}.gameflow-app-status{font-size:12px;color:#64748b}.gameflow-phone-content{position:relative;border-radius:26px;padding:14px 12px;background:transparent;overflow:hidden;flex:1;display:flex;align-items:stretch}.gameflow-phone-content:before{content:"";position:absolute;inset:0;background:transparent;pointer-events:none}.gameflow-main-card{position:relative;z-index:1;background:#fff;border-radius:24px;padding:10px 16px 12px;box-shadow:0 18px 40px #00000073;color:#0f172a;width:100%;display:flex;flex-direction:column}.gameflow-phone-footer{margin-top:12px;display:flex;justify-content:center;gap:4px}.phone-dot{width:5px;height:5px;border-radius:999px;background:#94a3b8b3}.gameflow-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.gameflow-btn{border-radius:999px;border:1px solid rgba(148,163,184,.7);background:#0f172ae6;color:var(--text);padding:6px 14px;font-size:14px;font-weight:600;cursor:pointer}.gameflow-btn:hover{border-color:#e5e7eb}.gameflow-dots{display:flex;align-items:center;gap:6px}.gameflow-dot{width:8px;height:8px;border-radius:999px;background:#94a3b899}.gameflow-dot-active{width:18px;background:#f97316}.gameflow-timer-bar{margin-bottom:10px;border-radius:999px;background:#0f172a;padding:8px 16px;display:flex;justify-content:space-between;align-items:center;color:#e5e7eb}.gameflow-timer-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;opacity:.8}.gameflow-timer-value{font-size:18px;font-weight:800}.gameflow-phase-notes{margin-top:24px;background:#0f172ae6;border-radius:16px;border:1px solid rgba(148,163,184,.6);padding:14px 14px 16px;color:#e5e7eb;max-width:380px;width:100%;margin-left:auto;margin-right:auto}.gameflow-notes-title{font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fed7aa;margin:0 0 8px}.gameflow-notes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.gameflow-notes-item{border-radius:10px;padding:8px 10px;background:#0f172ae6;border:1px solid rgba(15,23,42,.9)}.gameflow-notes-item-active{border-color:#f97316;box-shadow:0 0 0 1px #f9731666}.gameflow-notes-pill{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#fed7aa}.gameflow-notes-copy{margin:4px 0 0;font-size:13px;color:var(--ink-600)}.hiw{background:#050714e6;padding:64px 0 84px;border-top:1px solid rgba(148,163,184,.35)}.section-title{text-align:center;font-size:clamp(28px,4.5vw,42px);font-weight:900;margin:0 0 8px;background:linear-gradient(120deg,#fff,#fed7aa);-webkit-background-clip:text;background-clip:text;color:transparent}.section-sub{text-align:center;color:var(--ink-600);font-size:18px;margin:0 0 32px}.hiw-grid{display:grid;gap:24px;grid-template-columns:1fr;width:min(1100px,92vw);margin:0 auto}@media (min-width: 900px){.hiw-grid{grid-template-columns:1fr 1fr;gap:28px}}.hiw-card{background:var(--surface);border:1px solid rgba(251,146,60,.38);border-radius:14px;padding:24px 22px;box-shadow:0 16px 32px #000000bf,0 0 26px #f8965a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hiw-card-head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.hiw-card-head h3{font-size:22px;margin:0;font-weight:800;color:var(--text)}.icon-chip{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#38bdf82e;color:#38bdf8}.icon-green{background:#22c55e2e;color:#22c55e}.icon-orange{background:#f9731633;color:#f97316}.hiw-lead{color:var(--ink-600);margin:0 0 8px}.steps{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:16px}.step{display:flex;gap:14px;align-items:flex-start}.num{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;flex:0 0 auto}.num-orange{background:var(--orange)}.num-green{background:var(--green)}.step-text{line-height:1.5}.step-title{font-weight:800;color:var(--text);margin-bottom:2px}.step-body{margin:0;color:var(--ink-600)}.why{background:#050714e0;padding:56px 0 80px}.features-grid{width:min(1200px,92vw);margin:24px auto 0;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width: 800px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1150px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--surface);border:1px solid rgba(251,146,60,.38);border-radius:14px;padding:22px 22px 24px;box-shadow:0 16px 32px #000000bf,0 0 26px #f8965a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);min-height:180px}.feature-chip{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.chip-gold{background:#b453092e;color:#fed7aa}.chip-orange{background:#f9731633;color:#f97316}.chip-orange-line{background:#f8995029;color:#fdba74}.chip-pink{background:#f472b633;color:#fb7185}.chip-green{background:#22c55e2e;color:#22c55e}.feature-title{font-size:20px;margin:4px 0 6px;font-weight:800;color:var(--text)}.feature-desc{margin:0;color:var(--ink-600);line-height:1.6}.pricing{background:#050714e6;padding:60px 0 90px;border-top:1px solid rgba(148,163,184,.35)}.price-grid{width:min(1100px,92vw);margin:24px auto 0;display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 980px){.price-grid{grid-template-columns:1fr 1fr}}.price-card{position:relative;background:var(--surface);border:1px solid rgba(251,146,60,.4);border-radius:16px;padding:22px;box-shadow:0 18px 42px #000c,0 0 30px #f8965a29;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column}.price-card.popular{border:2px solid var(--orange)}.popular-pill{position:absolute;left:22px;right:22px;top:16px;height:32px;background:var(--orange);color:#fff;font-weight:800;font-size:14px;border-radius:10px;display:flex;align-items:center;justify-content:center}.price-card.popular .price-head{margin-top:22px}.price-head{margin-bottom:10px}.price-role{margin:12px 0 6px;font-size:22px;font-weight:800;color:var(--text)}.price-row{display:flex;align-items:end;gap:8px}.price-amount{font-weight:900;font-size:clamp(38px,5.2vw,56px);color:var(--text);line-height:1}.price-note{color:var(--ink-600);font-weight:600}.price-per{color:var(--ink-600);font-weight:700;margin-bottom:6px}.price-tagline{color:var(--ink-600);margin:6px 0 8px}.price-features{list-style:none;padding:0;margin:14px 0 18px;display:flex;flex-direction:column;gap:12px}.feat{display:flex;align-items:center;gap:10px;color:var(--text)}.feat-icon{flex:0 0 auto}.feat-icon.green{color:var(--green)}.feat-icon.orange{color:var(--orange)}.feat span{color:var(--ink-600)}.price-cta{height:48px;border-radius:12px;width:100%;margin-top:4px}.price-card.popular .price-cta{margin-top:8px}.trial-note{text-align:center;color:var(--ink-600);font-size:14px;margin:10px 0 2px}.final-cta{background:var(--surface);padding:64px 0 56px;text-align:center}.final-title{font-size:clamp(28px,4.8vw,44px);font-weight:900;margin:0 0 10px;color:var(--text)}.final-sub{color:var(--ink-600);font-size:18px;margin:0 0 22px}.final-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.final-actions .btn{min-width:220px}.site-footer{background:#020617;border-top:1px solid rgba(148,163,184,.35)}.site-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:28px;padding:28px 0 24px}@media (min-width: 900px){.site-footer .footer-grid{grid-template-columns:1.4fr .8fr .8fr .8fr;gap:40px}}.site-footer .footer-brand .brand-line{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}.site-footer .footer-brand .brand-icon{color:var(--orange)}.site-footer .brand-blurb{color:var(--ink-600);margin-top:8px}.site-footer .footer-col h4{margin:6px 0 10px;font-size:16px;font-weight:800;color:var(--text)}.site-footer .footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.site-footer .footer-col a{color:#cbd5f5;text-decoration:none;font-weight:500}.site-footer .footer-col a:hover{color:var(--text)}.site-footer .footer-bottom{border-top:1px solid rgba(148,163,184,.35);padding:14px 0 24px;background:#020617}.site-footer .copy{color:#94a3b8;text-align:center;font-size:14px}.nav .brand-name{color:var(--text)}.page-single{padding-top:48px;padding-bottom:48px}.mascot-row{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:24px}.mascot-avatar{width:80px;height:80px;border-radius:999px;overflow:hidden;background:var(--surface);border:1px solid rgba(251,146,60,.5);box-shadow:0 10px 24px #000000b3,0 0 20px #f8965a2e}.mascot-avatar img{width:100%;height:100%;object-fit:cover;display:block}
