@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:#0d0f14;--surface:#13161e;--surface2:#1a1e28;--surface3:#222736;--border:hsla(0,0%,100%,.07);--border2:hsla(0,0%,100%,.12);--text:#e8eaf0;--text2:#8b8fa8;--text3:#555870;--accent:#f97316;--accent2:#fb923c;--green:#22c55e;--green-bg:rgba(34,197,94,.1);--red:#ef4444;--red-bg:rgba(239,68,68,.1);--blue:#3b82f6;--blue-bg:rgba(59,130,246,.1);--yellow:#eab308;--yellow-bg:rgba(234,179,8,.1);--purple:#a855f7;--purple-bg:rgba(168,85,247,.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(--accent)}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(--accent);color:#fff}.btn-primary:hover{background:var(--accent2)}.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}