:root{--navy: #1e3a5f;--navy-d: #17304f;--ink: #0f172a;--muted: #64748b;--muted2: #94a3b8;--line: #e5e5e5;--line2: #e2e8f0;--bg: #f8fafc;--green: #2b7a5b;--green-t: #21634a;--red: #b8433a;--red-t: #a03830;--amber: #c4841d;--amber-t: #92610f}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;color:var(--ink);background:var(--bg)}a{color:var(--navy);text-decoration:none}button{font:inherit}.app{display:flex;min-height:100vh}.sidebar{width:232px;min-width:232px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sb-head{height:56px;min-height:56px;display:flex;align-items:center;gap:8px;padding:0 16px;border-bottom:1px solid #f1f5f9}.wordmark{font-weight:800;font-size:18px;letter-spacing:-.02em;color:var(--navy)}.nav{flex:1;padding:12px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.nav-label{padding:0 8px 4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted2)}.nav-sec{display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#475569;cursor:pointer;border:0;background:none;text-align:left;width:100%}.nav-item:hover{background:#f1f5f9}.nav-item.active{background:var(--ink);color:#fff}.nav-item.active:hover{background:var(--ink)}.nav-item .grow{flex:1}.nav-count{display:inline-flex;min-width:20px;justify-content:center;align-items:center;border-radius:999px;padding:1px 6px;font-size:11px;font-weight:600;background:#fef3e2;color:var(--amber)}.nav-count.red{background:#fde8e6;color:var(--red)}.sb-foot{border-top:1px solid #f1f5f9;padding:12px 16px;font-size:12px;color:var(--muted2)}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:56px;min-height:56px;background:#fff;border-bottom:1px solid var(--line2);display:flex;align-items:center;gap:12px;padding:0 20px;position:sticky;top:0;z-index:20}.topbar h1{margin:0;font-size:15px;font-weight:600}.avatar{width:30px;height:30px;border-radius:999px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.user-name{font-size:13px;font-weight:500;color:#1e293b;line-height:1.15}.user-role{font-size:11px;color:var(--muted2);line-height:1.15}.content{flex:1;padding:20px;display:flex;flex-direction:column;gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:12px}.card-pad{padding:18px 20px}.btn{display:inline-flex;align-items:center;gap:7px;border-radius:8px;font-size:13.5px;font-weight:600;padding:9px 14px;border:1px solid transparent;cursor:pointer;background:none}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover:not(:disabled){background:var(--navy-d)}.btn-ghost{background:#fff;color:#334155;border-color:var(--line2)}.btn-ghost:hover:not(:disabled){background:var(--bg)}.btn-success{background:var(--green);color:#fff}.btn-danger{background:#fff;color:var(--red);border-color:#f3cfcb}.btn-danger:hover:not(:disabled){background:#fdf3f2}.btn-dark-red{background:var(--red);color:#fff}.btn-sm{padding:6px 11px;font-size:12.5px}.chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:12.5px;font-weight:500;color:#475569;background:#fff;border:1px solid var(--line2);cursor:pointer}.chip.on{background:#eef2f7;border-color:var(--navy);color:var(--navy);font-weight:600}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:600;white-space:nowrap}.b-pending{background:#fef3e2;color:var(--amber-t)}.b-ok{background:#e8f5ef;color:var(--green-t)}.b-progress{background:#e8eef5;color:var(--navy)}.b-rejected{background:#fde8e6;color:var(--red-t)}.b-disputed{background:#ffedd5;color:#9a3412}.b-neutral{background:#f1f5f9;color:#475569}table{border-collapse:collapse;width:100%}th{text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted2);padding:10px 14px;border-bottom:1px solid var(--line);white-space:nowrap}td{font-size:13.5px;color:#1e293b;padding:11px 14px;border-bottom:1px solid #f1f5f9}tr:last-child td{border-bottom:none}tr.rowlink{cursor:pointer}tr.rowlink:hover td{background:var(--bg)}.num{font-variant-numeric:tabular-nums}.r{text-align:right}.tbl-wrap{overflow-x:auto}.field{display:flex;flex-direction:column;gap:5px}.field label{font-size:12.5px;font-weight:600;color:#334155}.field .req{color:var(--red)}.ctl{height:38px;border:1px solid var(--line2);border-radius:8px;background:#fff;padding:0 11px;font-size:13.5px;font-family:inherit;color:var(--ink);width:100%}.ctl:focus{outline:2px solid var(--navy);outline-offset:-1px}.ctl.err{border-color:var(--red)}textarea.ctl{height:auto;min-height:70px;padding:9px 11px;resize:vertical}.hint{font-size:11.5px;color:var(--muted2)}.sec-title{font-size:13px;font-weight:700;color:var(--ink)}.kpi{flex:1;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:8px;min-width:120px}.kpi .v{font-size:23px;font-weight:700}.kpi .l{font-size:12px;font-weight:500;color:var(--muted)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50;padding:20px}.modal{background:#fff;border-radius:14px;width:480px;max-width:100%;max-height:90vh;overflow-y:auto;padding:22px 24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 20px 50px #0f172a4d}.modal h3{margin:0;font-size:15px;font-weight:700}.toast-wrap{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:8px;z-index:60}.toast{background:var(--ink);color:#fff;font-size:13px;font-weight:500;padding:11px 16px;border-radius:10px;box-shadow:0 10px 30px #0f172a4d;max-width:380px}.toast.err{background:var(--red)}.empty{padding:42px 20px;text-align:center;color:var(--muted2);font-size:13.5px}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.riskbox{background:#fde8e6;border:1px solid #f3cfcb;border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;font-size:13px;color:#7f2d26}.warnbox{background:#fef3e2;border:1px solid #f0dcb8;border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;font-size:13px;color:#7a5210}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0%,#142a45 100%);padding:20px}.login-card{background:#fff;border-radius:16px;padding:34px 36px;width:400px;max-width:100%;display:flex;flex-direction:column;gap:16px;box-shadow:0 24px 60px #0000004d}.tl-row{display:flex;gap:12px}.tl-dot{width:22px;height:22px;border-radius:999px;flex-shrink:0}.tl-line{width:2px;flex:1;min-height:16px;margin:0 auto}@media(max-width:900px){.sidebar{display:none}.grid2,.grid3,.grid4{grid-template-columns:1fr}}
