:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0f172a;background:#f6f7f9}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit}.app{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e7eaf0;padding:18px;display:flex;flex-direction:column;gap:18px}.brand{display:flex;align-items:center;gap:10px}.brandIcon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#0f172a;color:#fff;font-weight:700}.brandText{font-weight:800;letter-spacing:.2px}.nav{display:flex;flex-direction:column;gap:6px;margin-top:4px}.navItem{padding:10px 12px;border-radius:10px;text-decoration:none;color:#0f172a;background:transparent}.navItem.active{background:#0f172a;color:#fff}.sidebarFooter{margin-top:auto;font-size:12px;color:#64748b}.main{padding:22px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.pageTitle{margin:0;font-size:28px}.pageSubtitle{margin-top:4px;color:#64748b;font-size:13px}.content{max-width:1100px}.btn,.btnPrimary,.btnGhost{border:1px solid #e5e7eb;background:#fff;padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:600}.btnPrimary{background:#0f172a;color:#fff;border-color:#0f172a}.btnGhost{border-color:transparent;background:transparent;padding:8px 10px}.card{background:#fff;border:1px solid #e7eaf0;border-radius:16px;padding:16px;box-shadow:0 10px 24px #0f172a0a}.cardTitle{font-weight:800;margin-bottom:10px}.stack{display:flex;flex-direction:column;gap:16px}.statsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.statTop{display:flex;justify-content:space-between;align-items:center}.statLabel{font-size:12px;color:#64748b;font-weight:800;letter-spacing:.4px}.statIcon{width:34px;height:34px;border-radius:12px;background:#f1f5f9;display:grid;place-items:center}.statValue{font-size:26px;font-weight:900;margin-top:10px}.statSub{margin-top:6px;font-size:12px;color:#ef4444}.grid2cards{display:grid;grid-template-columns:1.3fr 1fr;gap:12px}.chartWrap{height:260px}.filterRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.searchWrap{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e7eaf0;border-radius:12px;padding:10px 12px;flex:1}.search{border:0;outline:none;background:transparent;width:100%;font-size:14px}.muted{color:#64748b;font-size:12px}.input{width:100%;border:1px solid #e7eaf0;border-radius:12px;padding:10px 12px;outline:none;background:#fff}.input.small{width:220px}.table{margin-top:10px;display:flex;flex-direction:column;gap:8px}.tr{display:grid;grid-template-columns:140px 1.2fr 1fr 140px 110px 90px 50px;gap:10px;align-items:center;padding:10px;border-top:1px solid #eef2f7}.tr.th{border-top:0;color:#64748b;font-size:12px;font-weight:800;padding-top:6px}.right{text-align:right}.center{text-align:center}.pill{display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid #e7eaf0;background:#f8fafc;font-size:12px;font-weight:700}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.label{font-size:12px;font-weight:800;color:#0f172a}textarea.input{resize:vertical}.reportTop{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.rowRight{display:flex;gap:10px}.modalOverlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:18px}.modal{width:720px;max-width:100%;background:#fff;border-radius:18px;border:1px solid #e7eaf0;box-shadow:0 24px 60px #0f172a40}.modalHeader{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef2f7}.modalTitle{font-weight:900}.modalBody{padding:16px;display:flex;flex-direction:column;gap:14px}.modalFooter{padding:14px 16px;border-top:1px solid #eef2f7;display:flex;justify-content:flex-end;gap:10px}.dropzone{position:relative;border:1px dashed #cbd5e1;background:#f8fafc;border-radius:14px;padding:18px;text-align:center}.dropIcon{font-size:22px;margin-bottom:6px}.fileInput{position:absolute;inset:0;opacity:0;cursor:pointer}.toggleRow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #eef2f7;border-radius:14px;background:#fcfdff}.switch{position:relative;width:46px;height:26px}.switch input{display:none}.slider{position:absolute;inset:0;background:#e2e8f0;border-radius:999px;transition:.2s}.slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:999px;transition:.2s;box-shadow:0 6px 16px #0f172a26}.switch input:checked+.slider{background:#0f172a}.switch input:checked+.slider:before{transform:translate(20px)}@media(max-width:980px){.app{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:5;border-right:0;border-bottom:1px solid #e7eaf0}.statsGrid{grid-template-columns:1fr 1fr}.grid2cards{grid-template-columns:1fr}.content{max-width:100%}.tr{grid-template-columns:120px 1fr;grid-auto-rows:auto}}
