:root{color-scheme:dark;--bg: #0a0a0a;--fg: #ffffff;--muted: #c8c8c8;--line: #2a2a2a;--accent: #ff375f;--btn-bg: #ffffff;--btn-fg: #0a0a0a;--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--fg);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}#app{min-height:100dvh}a{color:var(--fg);text-decoration-thickness:1px;text-underline-offset:.15em}a:focus-visible,button:focus-visible{outline:2px solid var(--fg);outline-offset:3px}button{font-family:inherit;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;width:100%;padding:.85rem 1.25rem;border:0;border-radius:999px;background:var(--btn-bg);color:var(--btn-fg);font-size:1.05rem;font-weight:700;letter-spacing:.01em}.btn:disabled{opacity:.6;cursor:wait}.btn-ghost{background:transparent;color:var(--fg);border:2px solid var(--fg)}.frame{width:100%;max-width:430px;min-height:100dvh;margin:0 auto;display:flex;flex-direction:column;justify-content:center;padding:1.25rem;aspect-ratio:9 / 16;max-height:100dvh}.player-host,.player-root{position:relative;width:100%;flex:1;min-height:12rem;background:#000;overflow:hidden}.player-root video{display:block;width:100%;height:100%;object-fit:cover}.player-unmute{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;margin:0;padding:1.5rem;background:#0a0a0ab8;color:var(--fg);font-family:inherit;font-size:1.15rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center}.player-unmute[hidden]{display:none}.kicker{color:var(--muted);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .5rem}h1,h2{margin:0 0 .75rem;line-height:1.15;font-weight:750}h1{font-size:clamp(1.6rem,6vw,2.2rem)}h2{font-size:clamp(1.3rem,4.5vw,1.75rem)}p{margin:0 0 1rem;color:var(--fg)}.muted{color:var(--muted)}.hub{max-width:36rem;margin:0 auto;padding:2rem 1.25rem 3rem}.hub ul{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:.75rem}.hub a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:.85rem 1.1rem;border:1px solid var(--line);border-radius:12px;text-decoration:none;background:#111}.hub a:hover{border-color:var(--fg)}.fold{padding:3rem 1.25rem;max-width:40rem;margin:0 auto;border-bottom:1px solid var(--line)}.fold:last-child{border-bottom:0}.pair{display:grid;gap:1rem}@media(min-width:640px){.pair{grid-template-columns:1fr 1fr}}details{border-top:1px solid var(--line);padding:.9rem 0}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:650;min-height:44px;display:flex;align-items:center}details p{margin:.5rem 0 0;color:var(--muted)}.price{font-size:2rem;font-weight:800;margin:.25rem 0 1rem}
