@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#0a0b0f;--card:#13141a;--border:hsla(0,0%,100%,.07);--primary:#6366f1;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--text:#f1f5f9;--text-muted:#94a3b8}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;margin:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:3px}@media (min-width:768px){#main-content{margin-left:240px;padding:32px}}@media (max-width:767px){#main-content{margin-left:0;margin-top:56px;padding:16px}.kpi-grid{grid-template-columns:repeat(2,1fr)!important}table{min-width:600px}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.split-view{flex-direction:column!important;height:auto!important}.split-left{width:100%!important;max-height:300px}.modal-box{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important;height:100vh!important;max-height:100vh!important}button{min-height:40px}}