:root{--bg: #06080b;--bg-elevated: #0c0e12;--bg-card: #0f1116;--text: #e8eaef;--text-muted: #8b92a3;--accent: #00d4aa;--accent-dim: #00a884;--accent-glow: rgba(0, 212, 170, .15);--border: #1e2229;--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--max-width: 720px;--radius: 12px;--radius-sm: 8px}*{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.65;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;opacity:.95}.header{position:sticky;top:0;z-index:50;background:#06080bd9;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.75rem 1.5rem}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.header h1{margin:0;font-size:1.125rem;font-weight:600;line-height:1}.header h1 a{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;line-height:1}.header h1 a:hover{text-decoration:none;opacity:1}.header .logo-icon{width:24px;height:24px;flex-shrink:0}.header-brand-text{font-family:var(--font-sans)}.nav{display:flex;align-items:center;gap:1.25rem}.nav a{font-size:.9375rem;color:var(--text-muted)}.nav a:hover{color:var(--accent)}.hero{position:relative;padding:4rem 1.5rem 3rem;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url(/radio-bg.svg) center center / cover no-repeat;opacity:.5;pointer-events:none}.hero-content{position:relative;z-index:1}.hero-logo{width:80px;height:80px;margin:0 auto 1rem;display:block}.hero h1{margin:0 0 .5rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.15}.hero .tagline{font-size:1.125rem;color:var(--text-muted);max-width:420px;margin:0 auto 2.5rem}.install-bar{max-width:900px;margin:0 auto 2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.install-tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid var(--border);padding:.25rem;background:var(--bg-elevated)}.install-tabs button{flex:1;min-width:140px;padding:.75rem 1rem;font-family:var(--font-sans);font-size:.8125rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:color .15s,background .15s}.install-tabs button:hover{color:var(--text);background:#ffffff0a}.install-tabs button[aria-selected=true]{color:var(--accent);background:var(--accent-glow)}.install-panel{display:none;padding:1.25rem 1.5rem}.install-panel[data-active]{display:block}.code-block-wrap{position:relative;margin:0 0 1rem}.install-panel pre{margin:0;padding:1rem 1.25rem 2.5rem;font-family:var(--font-mono);font-size:.8125rem;line-height:1.6;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);overflow-x:auto;white-space:pre-wrap;word-break:break-all;text-align:left}.copy-btn{position:absolute;bottom:.5rem;right:.5rem;padding:.35rem .65rem;font-family:var(--font-sans);font-size:.75rem;font-weight:500;color:var(--bg);background:var(--accent);border:none;border-radius:4px;cursor:pointer;transition:background .15s}.copy-btn:hover,.copy-btn.copied{background:var(--accent-dim)}.install-panel .help{font-size:.875rem;color:var(--text-muted);margin:0;padding-left:1rem;border-left:3px solid var(--border)}.section{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.5rem}.section h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;letter-spacing:-.02em}.section p{margin:0 0 1rem;color:var(--text-muted)}.section p:last-child{margin-bottom:0}.section ul{margin:0 0 1rem;padding-left:1.25rem;color:var(--text-muted)}.section li{margin-bottom:.35rem}.section code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-card);color:var(--accent);padding:.15em .4em;border-radius:4px}.section pre{margin:1rem 0;padding:1rem 1.25rem;font-family:var(--font-mono);font-size:.8125rem;line-height:1.55;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);overflow-x:auto;text-align:left}.section pre code{padding:0;background:none;color:var(--text)}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.screenshots-grid figure{margin:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.screenshot-trigger{display:block;width:100%;padding:0;margin:0;border:none;background:none;cursor:pointer;text-align:left}.screenshot-trigger:focus{outline:2px solid var(--accent);outline-offset:2px}.screenshots-grid img{width:100%;height:auto;display:block;vertical-align:top}.lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox[hidden]{display:none!important}.lightbox-backdrop{position:absolute;inset:0;background:#000000d9;border:none;cursor:pointer;padding:0}.lightbox-img{position:relative;z-index:1;max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:var(--radius-sm);cursor:pointer;box-shadow:0 0 0 1px var(--border)}.screenshots-grid figcaption{font-size:.875rem;color:var(--text-muted);padding:.75rem 1rem;border-top:1px solid var(--border)}.features{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem}.feature-card strong{display:block;color:var(--text);font-size:.9375rem;margin-bottom:.25rem}.feature-card span{font-size:.8125rem;color:var(--text-muted);line-height:1.45}.cta{text-align:center;padding:2rem 1.5rem 3rem}.cta a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--accent);color:var(--bg);font-weight:600;border-radius:var(--radius-sm);text-decoration:none}.cta a:hover{background:var(--accent-dim);text-decoration:none;opacity:1}.updates-main{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 3rem}.updates-content h1{font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.updates-intro{color:var(--text-muted);margin:0 0 2rem}.changelog{color:var(--text-muted)}.changelog h2{font-size:1.15rem;font-weight:600;color:var(--text);margin:2rem 0 .75rem;padding-bottom:.25rem;border-bottom:1px solid var(--border)}.changelog h2:first-child{margin-top:0}.changelog ul{margin:0 0 1rem;padding-left:1.5rem}.changelog li{margin-bottom:.35rem}.changelog p{margin:0 0 .5rem}.footer{border-top:1px solid var(--border);padding:1.5rem 1.5rem 2rem;text-align:center;font-size:.875rem;color:var(--text-muted)}.footer a{color:var(--text-muted)}.footer a:hover{color:var(--accent)}
