
:root{--nav:#071d2d;--green:#087f57;--blue:#146fd3;--text:#10284e;--muted:#647993;--border:#dbe5ed}
*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#f4f7fa;color:var(--text)}
.app{display:flex;min-height:100vh}.side{width:250px;background:linear-gradient(180deg,#091f31,#071a2a);color:#fff;position:fixed;left:0;top:0;bottom:0;overflow:auto;z-index:10}.logo{height:92px;border-bottom:1px solid #2b4151;display:flex;align-items:center;justify-content:center}.logo img{max-width:210px;max-height:78px;object-fit:contain}.nav{padding:9px 8px}.nav a{display:flex;align-items:center;gap:11px;color:#edf4f8;text-decoration:none;padding:10px 11px;border-radius:7px;margin:2px 0;font-size:14px}.nav a:hover{background:#12364e}.nav a.active{background:linear-gradient(90deg,#087f57,#15965f)}.nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.chev{margin-left:auto}.masters{margin:1px 0 6px 25px;border-left:1px solid #3a5263;padding-left:5px}.masters a{font-size:12px;padding:7px 7px}.masters a svg{width:16px;height:16px}
.main{margin-left:250px;width:calc(100% - 250px);min-height:100vh}.top{height:92px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 28px;gap:25px}.brand{font-size:25px;font-weight:800;color:#10284e}.tagline{font-size:13px;color:#5c718a}.search{margin-left:auto;width:310px;border:1px solid #d3dfea;border-radius:8px;padding:11px;color:#647993}.profile{display:flex;align-items:center;gap:9px;border-left:1px solid #e1e7ed;padding-left:17px}.avatar{width:37px;height:37px;border-radius:50%;background:#edf3f7;display:flex;align-items:center;justify-content:center}.avatar svg{width:21px;stroke:#173653}.pname{font-weight:700}.role{font-size:11px;color:#657890}.content{padding:28px}.crumb{font-size:13px;color:#5b7593;margin-bottom:8px}.title{font-size:30px;font-weight:800;margin:0;color:#102a63}.desc{color:#60758b;margin:7px 0 20px}.toolbar{display:flex;justify-content:flex-end;margin-top:-50px;margin-bottom:22px}.btn{background:#07885c;color:#fff;border:0;border-radius:7px;padding:11px 17px;font-weight:700;text-decoration:none;cursor:pointer}.grid{display:grid;grid-template-columns:355px 1fr;gap:22px}.card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px;box-shadow:0 2px 8px #1e3c5a0a}.card h2{margin:0 0 18px;font-size:19px}.field{margin-bottom:13px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:10px;border:1px solid #cbd8e4;border-radius:6px;background:#fbfdff;font-size:14px}.actions{display:flex;gap:9px;margin-top:16px}.secondary{background:#e8eef4;color:#30465d}.tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.tools input{border:1px solid #ccd9e5;border-radius:7px;padding:9px 11px;width:220px}table{width:100%;border-collapse:collapse;font-size:12px}th{background:#eaf7f0;color:#193b60;text-align:left;padding:11px;border:1px solid #dbe5ed;white-space:nowrap}td{padding:11px;border:1px solid #e1e8ef;white-space:nowrap}.status{display:inline-block;padding:4px 9px;border-radius:15px;font-weight:700;background:#d9f5e5;color:#08733f}.inactive{background:#fde2e2;color:#b72c2c}.note{margin-top:18px;padding:13px 16px;background:#eef7ff;border:1px solid #c9def2;border-radius:8px;color:#28577e}.footer{padding:20px 28px;color:#6b7c8f;font-size:11px;border-top:1px solid var(--border);margin-top:25px}@media(max-width:1050px){.side{width:215px}.main{margin-left:215px;width:calc(100% - 215px)}.grid{grid-template-columns:1fr}.toolbar{margin-top:0}.search{display:none}}
.masters.hidden{display:none}.masters{display:block}
.report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.report-card{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid #dbe5ed;border-radius:10px;padding:18px;text-decoration:none;color:#10284e;transition:.15s}.report-card:hover{border-color:#0b8b5d;box-shadow:0 5px 16px #17365312;transform:translateY(-1px)}.report-icon{width:45px;height:45px;border-radius:10px;background:#e8f7ef;color:#087f57;display:flex;align-items:center;justify-content:center;font-size:22px}.report-card h3{margin:0 0 6px;font-size:17px}.report-card p{margin:0 0 9px;color:#657990;font-size:12px;line-height:1.5}.report-card span{color:#0672d8;font-size:12px;font-weight:700}@media(max-width:900px){.report-grid{grid-template-columns:1fr}}

.report-filter{background:#fff}.filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.filter-grid .field{margin:0}.filter-grid input,.filter-grid select{width:100%;padding:10px;border:1px solid #cbd8e4;border-radius:6px;background:#fbfdff;font-size:13px}@media(max-width:1000px){.filter-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.filter-grid{grid-template-columns:1fr}}

.report-submenu{margin:0 0 5px 29px;padding:2px 0 4px 7px;border-left:1px solid #365266}
.report-submenu a{display:flex;align-items:center;gap:7px;color:#c8d8e3;text-decoration:none;font-size:11.5px;padding:6px 6px;border-radius:5px;margin:1px 0}
.report-submenu a:hover{background:#12364e;color:#fff}
.report-submenu .subdot{color:#57d890;font-size:11px}
