:root{--surface: 255 255 255;--surface-muted: 249 250 251;--surface-canvas: 248 249 250;--surface-hover: 243 244 246;--surface-strong: 229 231 235;--surface-inverse: 17 24 39;--surface-inverse-hover: 31 41 55;--line: 229 231 235;--line-muted: 243 244 246;--line-strong: 209 213 219;--line-inverse: 17 24 39;--content: 17 24 39;--content-light: 75 85 99;--content-lighter: 156 163 175;--content-subtle: 209 213 219;--content-inverse: 255 255 255;--brand-50: 227 242 253;--brand-100: 187 222 251;--brand-200: 144 202 249;--brand-300: 100 181 246;--brand-400: 66 165 245;--brand-500: 33 150 243;--brand-600: 30 136 229;--brand-700: 25 118 210;--brand-800: 21 101 192;--brand-900: 13 71 161}body{font-family:Inter,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif;background-color:rgb(var(--surface-canvas));color:rgb(var(--content-light))}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgb(var(--line-strong));border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgb(var(--content-lighter))}#splash{position:fixed;top:0;right:0;bottom:0;left:0;background:rgb(var(--surface));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:9999;transition:opacity .35s ease,visibility .35s ease}#splash.hidden{opacity:0;visibility:hidden}#splash img{width:56px;height:56px;object-fit:contain;animation:splash-pulse 1.6s ease-in-out infinite}#splash span{font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:400;letter-spacing:-.02em;color:rgb(var(--content));opacity:0;animation:splash-fadein .5s ease .2s forwards}@keyframes splash-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.92)}}@keyframes splash-fadein{to{opacity:1}}
