:root{--navy:#0b2746;--navy2:#12395f;--blue:#2563eb;--teal:#0e9f8f;--orange:#f59e0b;--purple:#7c3aed;--ink:#142334;--muted:#708090;--bg:#f3f6fa;--line:#e1e8ef;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px}.app{min-height:100vh;display:grid;grid-template-columns:246px 1fr}.sidebar{background:linear-gradient(180deg,#092542,#0c3157);color:#fff;padding:24px 16px;position:fixed;inset:0 auto 0 0;width:246px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 28px;border-bottom:1px solid #ffffff1a}.mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,#36d1c4,#168e85);display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 8px 20px #001b3090}.brand strong,.brand span{display:block}.brand strong{letter-spacing:.08em;font-size:17px}.brand span{font-size:12px;color:#a9c1d7;margin-top:2px}nav{padding-top:22px;display:grid;gap:6px}.nav{border:0;background:transparent;color:#b8cada;text-align:left;padding:12px 13px;border-radius:9px;font:600 14px inherit;display:flex;gap:13px;align-items:center;cursor:pointer}.nav>span{font-size:20px;width:21px}.nav b{margin-left:auto;background:#22527c;color:#c8e5ff;border-radius:12px;padding:2px 7px;font-size:11px}.nav b.amber{background:#8c5a0f;color:#ffde9c}.nav.active,.nav:hover{background:#ffffff16;color:#fff}.unit-card{margin-top:auto;background:#ffffff0c;border:1px solid #ffffff18;border-radius:10px;padding:13px 14px}.unit-card>*{display:block}.unit-card small{color:#7fa0bc;font-size:10px;letter-spacing:.1em}.unit-card strong{margin-top:7px;font-size:14px}.unit-card span{font-size:12px;color:#a9c1d7;margin-top:4px}.profile{display:flex;align-items:center;gap:10px;margin:18px 4px 0}.avatar{width:36px;height:36px;background:#dbeafe;color:#12395f;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800}.profile strong,.profile span{display:block}.profile strong{font-size:12px}.profile span{font-size:11px;color:#8fa9c0;margin-top:2px}.profile button{margin-left:auto;background:none;border:0;color:#9db4c7}.app main{grid-column:2;min-width:0}header{height:86px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 30px;position:sticky;top:0;z-index:5}header p{margin:0 0 3px;color:var(--muted);font-size:12px}h1{font-size:20px;margin:0}.header-actions{margin-left:auto;display:flex;gap:10px;align-items:center}.search{border:1px solid var(--line);border-radius:9px;padding:9px 12px;color:#91a0af}.search input{border:0;outline:0;width:210px;font-size:13px}.primary{border:0;background:var(--blue);color:white;border-radius:9px;padding:11px 16px;font-weight:700;cursor:pointer}.bell{border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:9px;position:relative}.bell i{position:absolute;width:7px;height:7px;background:#ef4444;border-radius:50%;right:8px;top:7px;border:2px solid #fff}.menu{display:none}.content{padding:24px 30px 40px;max-width:1600px;margin:auto}.attention{display:flex;align-items:center;padding:13px 16px;border:1px solid #fed58a;background:#fffbeb;border-radius:10px;gap:12px}.attention-icon{background:#f59e0b;color:#fff;font-weight:900;border-radius:50%;width:26px;height:26px;display:grid;place-items:center}.attention strong,.attention span{display:block}.attention strong{font-size:14px}.attention span{font-size:12px;color:#846339;margin-top:2px}.attention button{margin-left:auto;color:#a16207;background:none;border:0;font-weight:700;cursor:pointer}.section-head{display:flex;justify-content:space-between;align-items:end;margin:24px 0 15px}.section-head h2{font-size:19px;margin:0}.section-head p,.panel-head p{font-size:12px;color:var(--muted);margin:5px 0 0}.section-head select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 12px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stats article,.panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 3px 15px #1d35570a}.stats article{padding:18px;display:grid;grid-template-columns:auto 1fr;gap:12px}.stat-icon{width:39px;height:39px;border-radius:9px;display:grid;place-items:center;font-weight:900}.stat-icon.blue{background:#eaf1ff;color:var(--blue)}.stat-icon.teal{background:#e5f7f4;color:var(--teal)}.stat-icon.orange{background:#fff5dd;color:var(--orange)}.stat-icon.purple{background:#f1ebff;color:var(--purple)}.stats span{display:block;color:var(--muted);font-size:12px}.stats strong{font-size:26px;margin-right:8px}.stats em{font-style:normal;font-size:11px;font-weight:700}.up{color:#07966f}.warn{color:#b77908}.stats small{grid-column:2;color:#99a5b2;margin-top:-8px}.grid{display:grid;grid-template-columns:1.75fr 1fr;gap:14px;margin-top:14px}.panel{padding:19px}.panel-head{display:flex;justify-content:space-between;align-items:flex-start}.panel h3{margin:0;font-size:15px}.legend{display:flex;gap:15px;color:var(--muted);font-size:11px}.legend span{display:flex;align-items:center;gap:6px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%}.blue-dot{background:var(--blue)}.teal-dot{background:var(--teal)}.orange-dot{background:var(--orange)}.gray-dot{background:#c9d2dc}.chart{height:240px;display:grid;grid-template-columns:28px 1fr;align-items:end;padding-top:20px}.ylabels{height:205px;display:flex;flex-direction:column;justify-content:space-between;color:#98a4af;font-size:9px}.chart svg{width:100%;height:220px;overflow:visible}.gridlines path{stroke:#e7edf3;stroke-width:1;fill:none}.line{fill:none;stroke-width:3;stroke-linecap:round}.blue-line{stroke:var(--blue)}.teal-line{stroke:var(--teal)}.area{fill:url(#none);fill:#3b82f60b}.months text{font-size:9px;fill:#8794a0}.performance .panel-head button{border:0;background:none}.donut{display:flex;align-items:center;gap:24px;padding:22px 6px}.ring{width:134px;height:134px;border-radius:50%;background:conic-gradient(var(--teal) 0 94%,var(--orange) 94% 97%,#d7dfe7 97%);display:grid;place-items:center;flex-shrink:0}.ring:before{content:"";background:#fff;width:96px;height:96px;border-radius:50%;position:absolute}.ring div{z-index:1;text-align:center}.ring strong,.ring span{display:block}.ring strong{font-size:24px}.ring span{font-size:10px;color:var(--muted)}.donut-legend{flex:1;display:grid;gap:15px}.donut-legend div{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:7px;font-size:11px}.donut-legend span{color:var(--muted)}.target{border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.target strong{color:var(--teal)}.letters{margin-top:14px;padding-bottom:6px}.text-btn{border:0;background:none;color:var(--blue);font-weight:700;cursor:pointer}.table-wrap{overflow:auto;margin:14px -19px 0}table{border-collapse:collapse;width:100%;min-width:900px;font-size:12px}th{text-align:left;padding:10px 16px;background:#f7f9fb;color:#718090;font-size:10px;text-transform:uppercase;letter-spacing:.04em}td{padding:12px 16px;border-top:1px solid #edf1f5;color:#536273}td strong{display:block;color:#1c2d3e;font-size:12px}td small{display:block;color:#91a0ad;margin-top:3px}.badge{display:inline-block;border-radius:12px;padding:5px 9px;font-size:10px;font-weight:700}.urgent{background:#feecec;color:#c53d3d}.process{background:#fff4d8;color:#9a6a05}.new{background:#e8f0ff;color:#3568c7}.done{background:#e4f7f1;color:#087d69}.more{border:0;background:none;color:#708090;font-weight:900;cursor:pointer}dialog{border:0;border-radius:16px;padding:0;width:min(590px,calc(100% - 28px));box-shadow:0 25px 80px #09254255}dialog::backdrop{background:#09254288;backdrop-filter:blur(3px)}dialog form{padding:24px}.dialog-head{display:flex;justify-content:space-between}.dialog-head small{color:var(--blue);font-weight:800;letter-spacing:.1em}.dialog-head h2{margin:4px 0 20px}.dialog-head button{border:0;background:#f1f4f7;width:32px;height:32px;border-radius:50%;font-size:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:grid;gap:6px;color:#536273;font-size:12px;font-weight:700}.form-grid .full{grid-column:1/-1}input,textarea,select{font:inherit}.form-grid input,.form-grid textarea,.form-grid select{width:100%;padding:11px;border:1px solid #d9e2ea;border-radius:8px;outline:0}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--blue)}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.secondary{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 16px;font-weight:700}.toast{position:fixed;right:24px;bottom:24px;background:#0e775f;color:#fff;padding:13px 18px;border-radius:9px;box-shadow:0 12px 35px #1235;transform:translateY(100px);opacity:0;transition:.3s;z-index:20}.toast.show{transform:none;opacity:1}@media(max-width:1100px){.stats{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}.search{display:none}}@media(max-width:760px){.app{display:block}.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none}.app main{width:100%}header{padding:0 16px;height:76px}.menu{display:block;border:0;background:none;font-size:22px;margin-right:10px}.header-actions .primary{font-size:0;padding:10px}.header-actions .primary:first-letter{font-size:18px}.content{padding:16px}.attention span{display:none}.section-head{align-items:center}.section-head p{display:none}.stats{grid-template-columns:1fr 1fr}.stats article{padding:13px}.stats span{font-size:11px}.stats strong{font-size:22px}.grid{display:block}.performance{margin-top:14px}.chart-panel{overflow:hidden}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}@media(max-width:460px){.stats{grid-template-columns:1fr}.attention button{font-size:0}.attention button:after{content:"→";font-size:18px}.section-head select{max-width:145px}.donut{gap:15px}.ring{width:116px;height:116px}.ring:before{width:82px;height:82px}}
