@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-base: #09090b;--bg-surface: #111113;--bg-elevated: #18181b;--bg-card: #1c1c1f;--bg-hover: #27272a;--bg-border: #27272a;--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-muted: #71717a;--accent-primary: #9333ea;--accent-light: #a855f7;--accent-dim: rgba(147, 51, 234, .15);--accent-border: rgba(147, 51, 234, .3);--success: #22c55e;--success-dim: rgba(34, 197, 94, .12);--warning: #f59e0b;--warning-dim: rgba(245, 158, 11, .12);--error: #ef4444;--error-dim: rgba(239, 68, 68, .12);--info: #3b82f6;--info-dim: rgba(59, 130, 246, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 12px rgba(0,0,0,.5);--shadow-lg: 0 8px 24px rgba(0,0,0,.6);--shadow-glow: 0 0 24px rgba(147, 51, 234, .2)}[data-theme=light]{--bg-base: #f4f4f5;--bg-surface: #ffffff;--bg-elevated: #ffffff;--bg-card: #ffffff;--bg-hover: #e4e4e7;--bg-border: #d4d4d8;--text-primary: #09090b;--text-secondary: #3f3f46;--text-muted: #71717a;--shadow-sm: 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 24px rgba(0,0,0,.12)}html,body,#root{height:100%;margin:0;padding:0;overflow-x:hidden}body{background:var(--bg-base);color:var(--text-primary);font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:600;line-height:1.2;color:var(--text-primary)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-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 spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fadeIn{animation:fadeIn .3s ease forwards}.animate-slideIn{animation:slideIn .3s ease forwards}.animate-spin{animation:spin .8s linear infinite}.skeleton{background:linear-gradient(90deg,var(--bg-elevated) 25%,var(--bg-hover) 50%,var(--bg-elevated) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}@media (max-width: 768px){.mobile-hide{display:none!important}.mobile-col{flex-direction:column!important;align-items:stretch!important}.mobile-grid-1{grid-template-columns:1fr!important}.mobile-grid-2{grid-template-columns:repeat(2,1fr)!important}.mobile-p-4{padding:16px!important}.mobile-gap-4{gap:16px!important}.mobile-overflow-x{overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%}.mobile-overflow-x table{width:100%}}@media (max-width: 480px){.mobile-grid-2{grid-template-columns:1fr!important}.mobile-p-4{padding:12px!important}h1{font-size:20px!important}.mobile-grid-2>div>div:last-child{font-size:18px!important}}
