:root{--color-text-primary: #111827;--color-text-secondary: #4b5563;--color-text-tertiary: #9ca3af;--color-text-success: #166534;--color-text-danger: #991b1b;--color-text-warning: #92400e;--color-text-info: #1e40af;--color-background-primary: #ffffff;--color-background-secondary: #f9fafb;--color-background-tertiary: #f3f4f6;--color-background-success: #dcfce7;--color-background-danger: #fee2e2;--color-background-warning: #fef3c7;--color-background-info: #dbeafe;--color-border-primary: #6b7280;--color-border-secondary: #d1d5db;--color-border-tertiary: #e5e7eb;--color-border-success: #86efac;--color-border-danger: #fca5a5;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;color-scheme:light dark}@media (prefers-color-scheme: dark){:root{--color-text-primary: #f3f4f6;--color-text-secondary: #d1d5db;--color-text-tertiary: #9ca3af;--color-text-success: #86efac;--color-text-danger: #fca5a5;--color-text-warning: #fcd34d;--color-text-info: #93c5fd;--color-background-primary: #111827;--color-background-secondary: #1f2937;--color-background-tertiary: #374151;--color-background-success: #14532d;--color-background-danger: #7f1d1d;--color-background-warning: #78350f;--color-background-info: #1e3a8a;--color-border-primary: #9ca3af;--color-border-secondary: #4b5563;--color-border-tertiary: #374151;--color-border-success: #16a34a;--color-border-danger: #dc2626}}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font-sans);background:var(--color-background-secondary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}#root{min-height:100vh;display:flex;justify-content:center;padding:2rem 1rem}button{font-family:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--color-border-primary);outline-offset:2px}textarea{font-family:inherit}
