:root{--color-light-cream: #f2f1ef;--color-light-cream-rgb: 242, 241, 239;--color-dark-blue: #374189;--color-dark-blue-rgb: 55, 65, 137;--color-blue: #317ca3;--color-blue-rgb: 49, 124, 163;--color-yellow: #fdeeb5;--color-yellow-rgb: 253, 238, 181;--color-dark-gray: #2a2937;--color-dark-gray-rgb: 42, 41, 55;--primary-yellow: var(--color-light-cream);--primary-yellow-hover: #e5e4e2;--dark-bg: var(--color-dark-gray);--dark-card: #3a3947;--dark-border: #4a4957;--text-primary: var(--color-light-cream);--text-secondary: #e8e7e5;--text-muted: #d4d3d1;--success-green: #4ade80;--error-red: #f87171;--warning-orange: var(--color-blue);--accent-blue: var(--color-blue);--accent-dark-blue: var(--color-dark-blue);--accent-cream: var(--color-light-cream)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--dark-bg);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}app-root{display:block;min-height:100vh;background:var(--dark-bg)}
