@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500;600&display=swap";:root{--ds-background: #f9fafb;--ds-surface: #ffffff;--ds-surface-muted: #f3f4f6;--ds-border: #e5e7eb;--ds-border-strong: #d1d5db;--ds-foreground: #111827;--ds-foreground-secondary: #374151;--ds-foreground-muted: #6b7280;--ds-foreground-disabled: #9ca3af;--ds-primary: #1d4ed8;--ds-primary-hover: #1e40af;--ds-primary-light: #dbeafe;--ds-primary-foreground: #ffffff;--ds-focus-ring: #1d4ed8;--ds-danger: #b91c1c;--ds-danger-light: #fee2e2;--ds-danger-foreground: #ffffff;--ds-success: #166534;--ds-success-light: #dcfce7;--ds-success-foreground: #ffffff;--ds-warning: #92400e;--ds-warning-light: #fef3c7;--ds-warning-foreground: #ffffff;--ds-info: #1d4ed8;--ds-info-light: #dbeafe;--ds-info-foreground: #ffffff;--ds-font-display: "Bricolage Grotesque", "Bricolage", ui-sans-serif, system-ui, sans-serif;--ds-font-sans: "Inter", "IBM Plex Sans", "Segoe UI", ui-sans-serif, system-ui, sans-serif;--ds-font-mono: "Fira Code", ui-monospace, "SFMono-Regular", Menlo, monospace;--ds-text-xs: 12px;--ds-text-sm: 14px;--ds-text-base: 16px;--ds-text-lg: 18px;--ds-text-xl: 20px;--ds-text-2xl: 24px;--ds-text-3xl: 30px;--ds-text-4xl: 36px;--ds-text-5xl: 48px;--ds-text-6xl: 60px;--ds-radius-sm: 10px;--ds-radius-md: 12px;--ds-radius-lg: 16px;--ds-radius-xl: 24px;--ds-radius-2xl: 32px;--ds-radius-pill: 9999px;--ds-shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);--ds-shadow-md: 0 4px 12px rgba(16, 24, 40, .08);--ds-shadow-summary: 0 20px 40px rgba(15, 23, 42, .06);--ds-shadow-hero: 0 20px 60px rgba(29, 78, 216, .12)}.dark{--ds-background: #0b0d14;--ds-surface: #12151f;--ds-surface-muted: #1a1e2b;--ds-border: #252a3a;--ds-border-strong: #363c52;--ds-foreground: #f3f4f6;--ds-foreground-secondary: #d1d5db;--ds-foreground-muted: #9ca3af;--ds-foreground-disabled: #6b7280;--ds-primary: #3b82f6;--ds-primary-hover: #60a5fa;--ds-primary-light: rgba(59, 130, 246, .15);--ds-focus-ring: #60a5fa;--ds-danger: #ef4444;--ds-danger-light: rgba(239, 68, 68, .15);--ds-success: #22c55e;--ds-success-light: rgba(34, 197, 94, .15);--ds-warning: #f59e0b;--ds-warning-light: rgba(245, 158, 11, .15);--ds-info: #3b82f6;--ds-info-light: rgba(59, 130, 246, .15);--ds-shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--ds-shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--ds-shadow-summary: 0 20px 40px rgba(0, 0, 0, .35);--ds-shadow-hero: 0 20px 60px rgba(59, 130, 246, .18)}@keyframes aegis-spin{to{transform:rotate(360deg)}}@keyframes aegis-pop{0%{transform:scale(.84);opacity:0}50%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}@keyframes aegis-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes aegis-flip{0%{transform:rotateY(90deg);opacity:0}to{transform:rotateY(0);opacity:1}}@keyframes aegis-dash{to{stroke-dashoffset:-32}}@keyframes aegis-pulse{0%,to{opacity:1}50%{opacity:.35}}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;background:#c8cdd6}body{font-family:var(--ds-font-sans)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:var(--ds-border-strong);border-radius:99px}::-webkit-scrollbar-track{background:transparent}button{font-family:var(--ds-font-sans)}button:disabled{opacity:.5;cursor:not-allowed}
