:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--on-surface);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #131116;--surface: #1D1A21;--surface-variant: #26232B;--on-surface: #ECE8F0;--on-surface-variant: #A29DA8;--text-tertiary: #8A8592;--icon-tertiary: #6E6A76;--header-icon: #B6B1BD;--accent: #CDBFF7;--on-accent: #32255F;--accent-container: #3A3153;--on-accent-container: #D9CFF9;--error: #E5938E;--error-container: #3A2523;--success: #7FD6A4;--warning: #D9A868;--outline: #383440;--outline-variant: #26232B;--disabled-container: #2B2830;--disabled-content: #57525F;--transition-speed: .25s}:root[data-theme=light]{color-scheme:light;--background: #FAF8F5;--surface: #F1EDF6;--surface-variant: #E2DCEB;--on-surface: #1C1B1F;--on-surface-variant: #6E6A76;--text-tertiary: #67626F;--icon-tertiary: #9B96A3;--header-icon: #55505C;--accent: #6D5AC4;--on-accent: #FFFFFF;--accent-container: #EBE5FA;--on-accent-container: #4A3A96;--error: #B03A32;--error-container: #FBE9E7;--success: #1F8A5B;--warning: #7F5613;--outline: #C9C4D1;--outline-variant: #E2DCEB;--disabled-container: #E8E4EE;--disabled-content: #B0ABB8}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh;background-color:var(--background);background-image:radial-gradient(circle at 50% 0%,var(--surface-variant) 0%,var(--background) 100%);color:var(--on-surface);overflow-x:hidden;transition:background-color var(--transition-speed),color var(--transition-speed)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}
