:root{--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bg-page: #f9fafb;--bg-card: #ffffff;--text-main: #111827;--text-muted: #6b7280;--border-color: #e5e7eb;--success-bg: #d1fae5;--success-text: #065f46;--error-bg: #fee2e2;--error-text: #991b1b;--loading-bg: #e0e7ff;--loading-text: #3730a3;--container-sm: 600px;--text-xs: .75rem;--text-sm: .8125rem;--text-base: 1rem;--text-xl: 1.5rem;--line-height-xs: 1rem;--line-height-sm: 1.25rem;--line-height-base: 1.5rem;--line-height-xl: 2rem;--font-weight-medium: 500;--font-weight-semibold: 600;--tracking-wide: .05em;--space-1: .25rem;--space-2: .5rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--rounded-sm: .25rem;--rounded-md: .5rem;--rounded-full: 9999px}@media(prefers-color-scheme:dark){:root{--bg-page: #111827;--bg-card: #1f2937;--text-main: #f9fafb;--text-muted: #9ca3af;--border-color: #374151;--success-bg: #064e3b;--success-text: #34d399;--error-bg: #7f1d1d;--error-text: #f87171;--loading-bg: #312e81;--loading-text: #818cf8}}html,body{margin:0;min-height:100%;background:var(--bg-page);color:var(--text-main);font-family:var(--font-sans);line-height:1.5}body{padding:var(--space-8);box-sizing:border-box;line-height:var(--line-height-base)}*{box-sizing:border-box}
