:root{--color-primary: var(--theme-primary, #3b82f6);--color-bg: var(--theme-background, #f8fafc);--color-surface: var(--theme-surface, #ffffff);--color-text: var(--theme-text, #1e293b);--color-text-secondary: var(--theme-text-secondary, #64748b);--color-border: var(--theme-border, #e2e8f0);--color-success: var(--theme-success, #22c55e);--color-error: var(--theme-error, #ef4444);--color-warning: var(--theme-warning, #f59e0b)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:var(--color-bg);color:var(--color-text)}a{color:inherit}@keyframes page-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}main{animation:page-in .22s ease-out}
