:root{--bg: #fbf8f0;--surface: #ffffff;--text: #1b1b21;--muted: #8a857d;--border: rgba(27, 27, 33, .08);--radius: 16px;--radius-sm: 10px;--radius-pill: 100px;--font: "Instrument Sans", sans-serif;--font-display: "Unbounded", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);font-weight:400;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}::selection{background:var(--text);color:var(--bg)}nav{position:sticky;top:0;z-index:100;height:64px;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;background:var(--bg);border-bottom:1px solid var(--border)}.nav-logo{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--text);text-decoration:none;letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:var(--muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{display:inline-flex;align-items:center;padding:.55rem 1.3rem;background:var(--text);color:var(--bg);font-family:var(--font);font-size:.85rem;font-weight:600;text-decoration:none;border-radius:var(--radius-pill);transition:opacity .2s,transform .2s}.nav-cta:hover{opacity:.85;transform:translateY(-1px)}.btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.8rem;background:var(--text);color:var(--bg);font-family:var(--font);font-size:.9rem;font-weight:600;text-decoration:none;border-radius:var(--radius-pill);border:none;cursor:pointer;transition:opacity .2s,transform .2s,box-shadow .2s}.btn-primary:hover{opacity:.85;transform:translateY(-1px);box-shadow:0 8px 24px #1b1b211f}.btn-secondary{display:inline-flex;align-items:center;padding:.75rem 1.8rem;background:var(--surface);color:var(--text);font-family:var(--font);font-size:.9rem;font-weight:600;text-decoration:none;border-radius:var(--radius-pill);border:1px solid var(--border);cursor:pointer;transition:border-color .2s,transform .2s}.btn-secondary:hover{border-color:var(--muted);transform:translateY(-1px)}.hero{padding:5rem 2rem 4rem;text-align:center;max-width:860px;margin:0 auto}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#1b1b210d;color:var(--text);font-size:.8rem;font-weight:600;border-radius:var(--radius-pill);margin-bottom:1.5rem}.hero-pill .dot{width:6px;height:6px;background:var(--text);border-radius:50%}.hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:600;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.2rem}.hero-sub{font-size:1.1rem;color:var(--muted);max-width:520px;margin:0 auto 2rem;line-height:1.7}.hero-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.waitlist{display:flex;justify-content:center;margin-top:2rem}.waitlist-field{position:relative;width:100%;max-width:420px;height:56px}.waitlist-field input{width:100%;height:100%;padding:0 150px 0 1.4rem;font-family:var(--font);font-size:.9rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-pill);outline:none;transition:border-color .2s}.waitlist-field input::placeholder{color:var(--muted)}.waitlist-field input:focus{border-color:var(--text)}.waitlist-field button{position:absolute;top:5px;right:5px;bottom:5px;padding:0 1.4rem;background:var(--text);color:var(--bg);font-family:var(--font);font-size:.88rem;font-weight:600;border:none;border-radius:var(--radius-pill);cursor:pointer;transition:opacity .2s}.waitlist-field button:hover{opacity:.85}section{padding:5rem 2rem}.inner{max-width:1080px;margin:0 auto}.section-pill{display:inline-flex;padding:.35rem .9rem;background:#1b1b210d;color:var(--text);font-size:.75rem;font-weight:600;border-radius:var(--radius-pill);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.04em}.section-title{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:600;line-height:1.2;letter-spacing:-.02em;margin-bottom:.8rem}.section-sub{font-size:1rem;color:var(--muted);max-width:520px;line-height:1.7}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.8rem;transition:transform .25s,box-shadow .25s}.card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000000f}.card-icon{width:44px;height:44px;background:#1b1b210a;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text);margin-bottom:1.2rem}.card h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.card p{font-size:.9rem;color:var(--muted);line-height:1.65}.channels-section{background:var(--text);color:var(--bg);border-radius:var(--radius);max-width:1080px;margin:0 auto;padding:4rem 3rem;text-align:center}.channels-section .section-pill{background:#fbf8f01a;color:var(--bg)}.channels-section .section-title{color:var(--bg)}.channels-section .section-sub{color:#fbf8f080;margin:0 auto 2.5rem}.channels-row{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.ch{display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:transform .2s}.ch:hover{transform:translateY(-2px)}.ch-icon{width:52px;height:52px;background:#fbf8f00f;border:1px solid rgba(251,248,240,.1);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--bg);transition:background .2s}.ch:hover .ch-icon{background:#fbf8f01a}.ch-name{font-size:.72rem;color:#fbf8f066;font-weight:500}.extras{margin-top:2rem;font-size:.85rem;color:#fbf8f059}.cta-banner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-width:1080px;margin:0 auto;padding:4rem 3rem;text-align:center}.install-cmd{display:inline-flex;align-items:center;gap:.8rem;margin:1.5rem 0 2rem;padding:.8rem 1.5rem;background:var(--text);color:var(--bg);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.88rem;border-radius:var(--radius-sm)}.install-cmd .prompt{opacity:.35}footer{padding:2rem;border-top:1px solid var(--border);margin-top:2rem}.footer-inner{max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-logo{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--muted);letter-spacing:-.02em}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{color:var(--muted);text-decoration:none;font-size:.82rem;font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:.75rem;color:var(--muted)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.cards{grid-template-columns:1fr}.nav-links{display:none}.hero{padding:3rem 1.5rem 2rem}section{padding:3rem 1.5rem}.channels-section,.cta-banner{margin:0 1rem;padding:2.5rem 1.5rem}.footer-inner{flex-direction:column;gap:1rem;text-align:center}.hero-actions{flex-direction:column;align-items:center}}@media(min-width:901px)and (max-width:1100px){.cards{grid-template-columns:repeat(2,1fr)}}
