@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800;900&family=Geist+Mono:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");:root{--primary:#ec4d54;--primary-hover:#f65d5f;--primary-active:#d0404a;--primary-light:#ff8d84;--primary-subtle:rgba(236,77,84,.14);--stream-bright:#ff9e7a;--stream-mid:#ec4d54;--stream-glow:rgba(255,106,92,.42);--stream-glow-soft:rgba(255,106,92,.2);--grad-coral:linear-gradient(135deg,var(--primary-hover),var(--primary-active));--grad-coral-bright:linear-gradient(var(--stream-bright),var(--stream-mid));--bg-deep:#000;--bg-base:#0b0b0d;--bg-rail:#0e0e11;--bg-surface:#161619;--bg-elevated:#1d1d21;--bg-hover:#26262b;--bg-interactive:#333338;--border:#232327;--border-soft:#1b1b1f;--border-strong:#37373d;--border-accent:rgba(236,77,84,.34);--text-heading:#fafafa;--text-primary:#ededed;--text-secondary:#c9c9ce;--text-tertiary:#9a9aa2;--text-quaternary:#6d6d76;--text-on-light:#0a0304;--success:#4ade80;--warn:#f4b740;--font-sans:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"Geist Mono","Geist",ui-monospace,monospace;--r-lg:13px;--r-xl:18px;--r-full:999px;--shadow-card:0 18px 40px -14px rgba(0,0,0,.8);--shadow-card-accent:0 0 0 2px var(--border-accent),0 0 34px -6px var(--stream-glow-soft);--shadow-btn:0 2px 14px -4px var(--stream-glow);--shadow-btn-hover:0 6px 22px -6px var(--stream-glow);--shadow-player:0 30px 80px -30px rgba(0,0,0,.9);--inset-hairline:inset 0 0 0 1px hsla(0,0%,100%,.06);--ease-expo:cubic-bezier(.16,1,.3,1);--ease-spring:cubic-bezier(.32,.72,0,1)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg-base);font-family:var(--font-sans);color:var(--text-primary)}a{color:var(--primary-light);text-decoration:none}a:hover{color:var(--stream-bright)}.mono{font-family:var(--font-mono)}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.01ms!important}}.v-sidebar{position:fixed;top:0;left:0;bottom:0;width:230px;background:var(--bg-rail);border-right:1px solid var(--border-soft);display:flex;flex-direction:column;padding:20px 14px;z-index:50;overflow-y:auto}.v-sidebar-brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:19px;letter-spacing:-.02em;color:#fff;padding:4px 8px 22px;text-decoration:none}.v-sidebar-brand:hover{color:#fff}.v-sidebar-mark{width:26px;height:26px;border-radius:8px;background:var(--grad-coral-bright);display:grid;place-items:center;color:#fff;flex:none}.v-sidebar-grp{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-quaternary);padding:16px 10px 8px}.v-sidebar-item{display:flex;align-items:center;gap:12px;padding:9px 11px;border-radius:10px;color:var(--text-tertiary);font-size:14px;font-weight:500;cursor:pointer;border:none;background:none;width:100%;text-align:left;text-decoration:none;transition:background .16s,color .16s}.v-sidebar-item:hover:not(:disabled){background:var(--bg-surface);color:var(--text-secondary)}.v-sidebar-item:disabled,.v-sidebar-studio:disabled{cursor:default;opacity:.55}.v-sidebar-item.on{background:var(--bg-elevated);color:var(--text-heading);box-shadow:var(--inset-hairline)}.v-sidebar-item.on svg{color:var(--stream-bright)}.v-sidebar-foot{margin-top:auto;padding-top:14px}.v-sidebar-studio{display:flex;align-items:center;gap:9px;width:100%;justify-content:center;background:var(--bg-surface);color:var(--text-secondary);border:none;border-radius:11px;padding:10px;font-weight:600;font-size:13.5px;cursor:pointer;box-shadow:var(--inset-hairline)}.v-content{margin-left:230px}@media (max-width:760px){.v-sidebar{display:none}.v-content{margin-left:0}}