@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap");:root{--bg:#0b1220;--surface:#0f172a;--surface2:#111827;--surface3:#1f2937;--border:#1f2937;--border2:#374151;--text:#f9fafb;--text1:#f9fafb;--text2:#e5e7eb;--text3:#9ca3af;--accent:#f97316;--accent2:#ea6c0a;--blue:#3b82f6;--blue2:#2563eb;--blue3:#1d4ed8;--blue-bg:rgba(37,99,235,.1);--green:#22c55e;--green2:#16a34a;--green-bg:rgba(34,197,94,.1);--red:#dc2626;--red-bg:rgba(220,38,38,.1);--yellow:#f59e0b;--yellow-bg:rgba(245,158,11,.1);--purple:#7c3aed;--purple-bg:rgba(124,58,237,.1)}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:3px}input,select,textarea{background:var(--surface2);border:1px solid var(--border);color:var(--text);padding:9px 12px;border-radius:8px;font-family:inherit;font-size:13px;outline:none;transition:border .15s}input:focus,select:focus,textarea:focus{border-color:var(--blue2);box-shadow:0 0 0 3px rgba(37,99,235,.15)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--text3)}input::placeholder,textarea::placeholder{color:var(--text3)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit;border:none;text-decoration:none}.btn-primary{background:var(--blue2);color:#fff}.btn-primary:hover{background:var(--blue3)}.btn-ghost{background:var(--surface2);color:var(--text);border:1px solid var(--border2)}.btn-ghost:hover{background:var(--surface3)}.btn-sm{padding:5px 12px;font-size:12px}.pill{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:500}.pill-green{background:var(--green-bg);color:var(--green)}.pill-red{background:var(--red-bg);color:var(--red)}.pill-yellow{background:var(--yellow-bg);color:var(--yellow)}.pill-blue{background:var(--blue-bg);color:var(--blue)}.pill-purple{background:var(--purple-bg);color:var(--purple)}.pill-orange{background:rgba(249,115,22,.1);color:var(--accent)}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;padding:8px 12px;color:var(--text3);font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.5px}td,th{border-bottom:1px solid var(--border)}td{padding:10px 12px}tr:last-child td{border-bottom:none}tr:hover td{background:var(--surface2)}.progress-bar{height:6px;background:var(--surface3);border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .4s}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.toggle-switch{width:40px;height:22px;border-radius:11px;background:var(--surface3);position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.toggle-switch.on{background:var(--accent)}.toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:left .2s}.toggle-switch.on:after{left:21px}