:root{--c-bg: #f5f5f7;--c-surface: #ffffff;--c-border: #e8e8ed;--c-text: #1d1d1f;--c-text-secondary: #6e6e73;--c-text-muted: #aeaeb2;--c-primary: #3b5ccc;--c-primary-light: #eef1fb;--c-success: #34c759;--c-danger: #ff3b30;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 2px 12px rgba(0,0,0,.06);--radius: 16px;--radius-sm: 10px;--font-mono: "SF Mono", "Cascadia Code", "Fira Code", monospace}[data-theme=dark]{--c-bg: #1a1a1f;--c-surface: #252528;--c-border: #3a3a3f;--c-text: #f0f0f2;--c-text-secondary: #a0a0a5;--c-text-muted: #636368;--c-primary: #6c8aff;--c-primary-light: #252540;--c-success: #30d158;--c-danger: #ff453a;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 2px 12px rgba(0,0,0,.4)}[data-theme=warm]{--c-bg: #faf5ee;--c-surface: #fffaf3;--c-border: #e8dbcc;--c-text: #3d2e1c;--c-text-secondary: #7a6852;--c-text-muted: #b8a590;--c-primary: #c77d20;--c-primary-light: #fdf0e0;--c-success: #5b9a3f;--c-danger: #d94838;--shadow-sm: 0 1px 2px rgba(60,30,0,.05);--shadow-md: 0 2px 12px rgba(60,30,0,.08)}[data-theme=forest]{--c-bg: #f2f5f0;--c-surface: #fafcfa;--c-border: #d8e3d5;--c-text: #1e2e1a;--c-text-secondary: #5a6b52;--c-text-muted: #9aab91;--c-primary: #3d7a4f;--c-primary-light: #e8f2e4;--c-success: #4a9a3f;--c-danger: #c94a3a;--shadow-sm: 0 1px 2px rgba(20,40,10,.05);--shadow-md: 0 2px 12px rgba(20,40,10,.08)}[data-theme=sakura]{--c-bg: #faf5f7;--c-surface: #fffafb;--c-border: #ebdde1;--c-text: #3a262d;--c-text-secondary: #7a5e68;--c-text-muted: #b896a2;--c-primary: #c97a8b;--c-primary-light: #fce8ed;--c-success: #5a9a6f;--c-danger: #d94848;--shadow-sm: 0 1px 2px rgba(80,20,40,.05);--shadow-md: 0 2px 12px rgba(80,20,40,.08)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}
