@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#0a0b0d;--surface:#14161a;--surface-2:#101114;--surface-3:#1c1e23;--surface-4:#1a1c21;--border:#22262b;--border-2:#2b2f36;--text:#f5f6f7;--text-secondary:#8a8f98;--text-tertiary:#565b64;--text-quaternary:#c7cad1;--text-quaternary-2:#c8cad0;--shine:#26292f}:root[data-theme=light]{--bg:#fff;--surface:#f5f5f6;--surface-2:#f3f4f6;--surface-3:#f0f0f2;--surface-4:#ededef;--border:#e5e7eb;--border-2:#d1d5db;--text:#0a0b0d;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--text-quaternary:#4b5563;--text-quaternary-2:#4b5563;--shine:#eaeaea}:root{--text-nano:10px;--text-micro:10.5px;--text-tiny:11px;--text-caption:11.5px;--text-small:12px;--text-body-sm:12.5px;--text-body:13px;--text-body-lg:13.5px;--text-label:14px;--text-subhead:15px;--text-head:16px;--text-title:20px;--text-stat:22px;--text-display:26px;--radius-xs:4px;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:14px;--radius-2xl:16px;--radius-3xl:20px;--radius-pill:999px;--font-sans:"Manrope", "Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace}body{background:var(--bg);font-family:var(--font-sans);margin:0}*{box-sizing:border-box}::selection{background:#f5f6f74d}@keyframes bloomPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes bubbleFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes sheetSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes drawerIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes micPulse{0%,to{box-shadow:0 0 #c47a7a80}50%{box-shadow:0 0 0 6px #c47a7a00}}input,select{font-family:inherit}*{-webkit-user-select:none;user-select:none}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text}.nav-row{transition:box-shadow .18s,transform .18s,filter .18s}.nav-row:hover{box-shadow:0 0 0 1px color-mix(in srgb, var(--text) 14%, transparent), 0 0 20px color-mix(in srgb, var(--text) 18%, transparent);filter:brightness(1.1);transform:scale(1.015)}.nav-row:active{transform:scale(.99)}.app-shine-bg{background-color:var(--bg);background-image:url(/backgrounds/glare-dark.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100vh}:root[data-theme=light] .app-shine-bg{background-image:url(/backgrounds/glare-light.png)}
