:root{--color-bg: #f7f8fc;--color-surface: #ffffff;--color-surface-raised: #fbfbff;--color-border: #dde2f0;--color-border-strong: #c3cbe6;--color-divider: #eceff8;--color-text: #1d2333;--color-text-muted: #656e88;--color-text-faint: #9aa3c2;--color-primary: #3457d5;--color-primary-hover: #2a44ad;--color-primary-bg: #e8ecfb;--color-accent: #d6398f;--color-danger: #d6334a;--color-danger-bg: #fdecee;--color-danger-border: #f6c6cd;--color-success: #3f6b46;--color-success-bg: #eaf1e9;--color-success-border: #c3d8c3;--color-warning: #c9821b;--color-warning-bg: #fdf3e4;--color-warning-border: #f0d9ad;--color-overlay: rgb(0 0 0 / .4);--color-on-primary: #ffffff;--color-on-danger: #ffffff;--color-on-success: #ffffff;--shadow-sm: 0 1px 2px rgb(0 0 0 / .05);--shadow-md: 0 8px 24px rgb(0 0 0 / .08);--radius-sm: 6px;--radius-md: 10px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px}:root[data-theme=dark]{--color-bg: #12141f;--color-surface: #1b1e2e;--color-surface-raised: #232739;--color-border: #2b3049;--color-border-strong: #3b4262;--color-divider: #232739;--color-text: #e7e9f5;--color-text-muted: #9aa0bf;--color-text-faint: #6e7591;--color-primary: #6c8eff;--color-primary-hover: #86a2ff;--color-primary-bg: #1c2547;--color-accent: #ff6fa8;--color-danger: #ff6b7c;--color-danger-bg: #3a1f24;--color-danger-border: #5c2b34;--color-success: #7fbe86;--color-success-bg: #1c2a1c;--color-success-border: #34492e;--color-warning: #e0a94b;--color-warning-bg: #3a2e12;--color-warning-border: #5c4a1f;--color-overlay: rgb(0 0 0 / .6);--color-on-primary: #12141f;--shadow-sm: 0 1px 2px rgb(0 0 0 / .3);--shadow-md: 0 8px 24px rgb(0 0 0 / .5)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:system-ui,sans-serif;transition:background-color .15s ease,color .15s ease}#app{min-height:100vh}a,button{transition:opacity .12s ease,background-color .12s ease,border-color .12s ease}a:hover{opacity:.75}.rs-card-hover{transition:box-shadow .15s ease,transform .15s ease}.rs-card-hover:hover{opacity:1;box-shadow:var(--shadow-md);transform:translateY(-2px)}button:not(:disabled):hover{filter:brightness(.96)}:root[data-theme=dark] button:not(:disabled):hover{filter:brightness(1.12)}button:disabled{cursor:not-allowed;opacity:.6}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}
