:root{--font-family: "Inter", system-ui, -apple-system, sans-serif;--bg-primary: #0F172A;--bg-card: #1E293B;--bg-card-hover: #334155;--text-main: #F8FAFC;--text-muted: #94A3B8;--accent-blue: #38BDF8;--accent-indigo: #818CF8;--status-green: #34D399;--border-color: #334155;--shadow-main: 0 10px 25px -5px rgba(0, 0, 0, .3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-main);min-height:100vh;display:flex;flex-direction:column}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}
