@import "https://fonts.googleapis.com/css?family=DM+Sans:400,500,600,700,800&display=swap";:root{--background:210 30% 98%;--foreground:212 54% 16%;--card:0 0% 100%;--card-foreground:212 54% 16%;--primary:212 54% 24%;--primary-foreground:0 0% 100%;--secondary:30 90% 55%;--secondary-foreground:0 0% 100%;--muted:210 20% 94%;--muted-foreground:212 20% 46%;--accent:30 90% 55%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:212 20% 88%;--input:212 20% 88%;--ring:30 90% 55%;--teal:175 45% 48%;--radius:.75rem;--font-body:"DM Sans", ui-sans-serif, system-ui, sans-serif;--shadow-card:0 4px 24px -4px #1c3b5e14;--shadow-card-hover:0 8px 32px -4px #1c3b5e24;--shadow-glow:0 0 40px #f48c2533}.dark{--background:220 18% 13%;--foreground:210 20% 90%;--card:220 16% 17%;--card-foreground:210 20% 90%;--primary:212 48% 42%;--primary-foreground:210 20% 95%;--secondary:30 80% 52%;--secondary-foreground:0 0% 100%;--muted:220 14% 20%;--muted-foreground:215 15% 58%;--accent:30 80% 52%;--accent-foreground:0 0% 100%;--destructive:0 72% 52%;--destructive-foreground:0 0% 100%;--border:220 12% 24%;--input:220 12% 24%;--ring:30 80% 52%;--teal:175 40% 42%;--shadow-card:0 4px 24px -4px #00000040;--shadow-card-hover:0 8px 32px -4px #00000059;--shadow-glow:0 0 40px #e7852326;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-body);transition:background .25s,color .25s}#root{min-height:100vh}@keyframes drawerPulseRed{0%{background:#ef434359}25%{background:#ef43431f}50%{background:#ef43434d}75%{background:#ef434314}to{background:0 0}}@keyframes pencilFlash{0%{background:hsl(var(--primary) / .18)}50%{background:hsl(var(--primary) / .06)}to{background:hsl(var(--primary) / .18)}}@keyframes simHintFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
