:root{--brand-bg: #092132;--brand-text: #ffffff;--brand-secondary: #122d42;--brand-surface: #1a354a;--brand-muted: #94a3b8;--brand-border: rgba(255, 255, 255, .08);--brand-accent: #3cc0c1;--brand-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5)}html.light{--brand-bg: #C5D1D9;--brand-text: #05121B;--brand-secondary: #D1DCE3;--brand-surface: #DAE4E9;--brand-muted: #4A5C68;--brand-border: rgba(9, 33, 50, .18);--brand-shadow: 0 12px 35px rgba(9, 33, 50, .12)}body{font-family:Inter,sans-serif;background-color:var(--brand-bg);color:var(--brand-text);margin:0;overflow-x:hidden;transition:background-color .35s cubic-bezier(.4,0,.2,1),color .35s cubic-bezier(.4,0,.2,1)}*{transition:background-color .35s cubic-bezier(.4,0,.2,1),color .35s cubic-bezier(.4,0,.2,1),border-color .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1)}::selection{background-color:var(--brand-accent);color:#092132}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--brand-bg)}::-webkit-scrollbar-thumb{background:var(--brand-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand-accent)}
