@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";:root{--color-text-primary: #1a1a2e;--color-text-secondary: #4a5568;--color-text-tertiary: #a0aec0;--color-background-primary: #f0f2f7;--color-background-secondary:#ffffff;--color-background-card: #ffffff;--color-border-tertiary: rgba(0, 0, 0, .08);--color-sidebar-bg: #ffffff;--color-sidebar-hover: rgba(26, 58, 107, .06);--color-sidebar-active: rgba(232, 83, 30, .1);--color-topbar-bg: #ffffff;--color-orange: #e8531e;--color-navy: #1a3a6b}html.dark-mode{--color-text-primary: #e8ecf2;--color-text-secondary: #8a9bc0;--color-text-tertiary: #4a5a7a;--color-background-primary: #0b1120;--color-background-secondary:#111b2e;--color-background-card: #111b2e;--color-border-tertiary: rgba(255, 255, 255, .06);--color-sidebar-bg: #0e1a2e;--color-sidebar-hover: rgba(255, 255, 255, .06);--color-sidebar-active: rgba(232, 83, 30, .15);--color-topbar-bg: #0e2244;--color-orange: #e8531e;--color-navy: #4d9fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#e8531e66;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#e8531eb3}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes glow{0%,to{box-shadow:0 0 5px #e8531e4d}50%{box-shadow:0 0 25px #e8531e99}}@keyframes scoreFlash{0%{transform:scale(1)}50%{transform:scale(1.15);color:#e8531e}to{transform:scale(1)}}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes orangeShimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes gradientFlow{0%{background-position:0% center}to{background-position:200% center}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes logoFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.03)}}@keyframes glowPulse{0%,to{text-shadow:0 0 10px #FF6B2B44,0 0 20px #FF6B2B22}50%{text-shadow:0 0 20px #FF6B2Baa,0 0 40px #FF6B2B66,0 0 60px #FF6B2B33}}.hero-glow{animation:glowPulse 2.5s ease-in-out infinite;color:#ff6b2b}.animate-slide-up{animation:slideInUp .5s ease-out}.animate-slide-left{animation:slideInLeft .4s ease-out}.animate-slide-right{animation:slideInRight .4s ease-out}.animate-fade{animation:fadeIn .6s ease-out}.animate-pulse{animation:pulse 2s infinite}.animate-glow{animation:glow 2s infinite}.animate-score{animation:scoreFlash .6s ease-out}@media (max-width: 600px){.MuiTableContainer-root{-webkit-overflow-scrolling:touch}.MuiTableCell-root{white-space:nowrap}.MuiDialog-paper{margin:8px!important;width:calc(100% - 16px)!important;max-height:calc(100vh - 16px)!important}.MuiCardContent-root{padding:12px!important}.MuiToolbar-root{padding-left:8px!important;padding-right:8px!important}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.MuiButton-root{min-height:36px}.MuiTab-root{min-height:40px!important}}
