@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=DM+Serif+Display:ital@0;1&display=swap";:root{--brand-900: #0a1628;--brand-800: #0f2040;--brand-700: #1a3355;--brand-600: #1e3a5f;--brand-500: #2563a8;--brand-400: #3b82c4;--brand-300: #60a5d8;--brand-200: #93c5eb;--brand-100: #dbeafe;--brand-50: #eff6ff;--gray-950: #030712;--gray-900: #111827;--gray-800: #1f2937;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-300: #d1d5db;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--success-bg: #f0fdf4;--success-border: #86efac;--success-text: #166534;--danger-bg: #fef2f2;--danger-border: #fca5a5;--danger-text: #991b1b;--warning-bg: #fffbeb;--warning-border: #fcd34d;--warning-text: #92400e;--info-bg: #eff6ff;--info-border: #bfdbfe;--info-text: #1e40af;--surface: #ffffff;--surface-raised: #ffffff;--page-bg: #f5f7fa;--border: #e5e7eb;--border-strong: #d1d5db;--text-primary: #111827;--text-secondary:#4b5563;--text-tertiary: #9ca3af;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 12px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 30px rgba(0,0,0,.08), 0 4px 8px rgba(0,0,0,.04);--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "DM Serif Display", Georgia, serif;--transition: .15s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);background:var(--page-bg);color:var(--text-primary);line-height:1.6;min-height:100vh}input,button,select,textarea{font-family:inherit;font-size:inherit}a{color:var(--brand-500);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}:focus-visible{outline:2px solid var(--brand-400);outline-offset:2px}@media print{.no-print{display:none!important}body{background:#fff}.print-card{box-shadow:none;border:1px solid #ccc}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}
