:root{--color-primary: #22C55E;--color-primary-dim: #16A34A;--color-secondary: #3B82F6;--color-accent: #22C55E;--color-background: #020617;--color-surface: #0F172A;--color-surface-elevated: #1E293B;--color-border: #334155;--color-border-subtle: #1E293B;--color-foreground: #F8FAFC;--color-foreground-muted: #94A3B8;--color-destructive: #EF4444;--color-warning: #F59E0B;--color-success: #22C55E}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--color-background);color:var(--color-foreground);line-height:1.5;min-height:100dvh}code,pre,.mono{font-family:Geist Mono,Fira Code,JetBrains Mono,monospace}a{color:var(--color-secondary);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-foreground-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--color-surface) 25%,var(--color-surface-elevated) 50%,var(--color-surface) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:6px}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-slide-in{animation:slideIn .3s ease-out forwards}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.MuiButton-root{text-transform:none!important;font-weight:500!important}.MuiChip-root{font-weight:500}
