:root{font-family:Inter,Segoe UI,sans-serif;color:#102a43;background:#eef3f6}*{box-sizing:border-box}body{margin:0}header{height:82px;display:flex;align-items:center;gap:13px;padding:0 5vw;background:#fff;border-bottom:1px solid #d9e2ec}header h1{margin:2px 0;font-size:22px}header small,.panel small{color:#627d98;font-weight:800;letter-spacing:.1em}header label{margin-left:auto;font-size:12px;font-weight:800;color:#627d98}header input{display:block;margin-top:4px;padding:7px;border:1px solid #bcccdc;border-radius:7px}.logo{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#f26b21;color:#fff;font-weight:900;border-bottom:4px solid #138a5b}.hero{display:flex;align-items:center;justify-content:space-between;padding:42px 7vw;background:linear-gradient(120deg,#102a43,#185c65,#168168);color:#fff}.hero h2{font-size:clamp(29px,4vw,46px);max-width:760px;line-height:1.08;margin:8px 0}.hero p{max-width:790px;color:#d7e7ed;line-height:1.55}.hero span{font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#f7c948}.hero>svg{width:90px;height:90px;color:#f7c948}.stats,.panel{margin:20px 4vw}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stats article{background:#fff;border:1px solid #d9e2ec;border-radius:14px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:4px 13px}.stats svg{grid-row:span 2;color:#168168}.stats b{font-size:27px}.stats span{color:#627d98;font-size:12px}.panel{background:#fff;border:1px solid #d9e2ec;border-radius:16px;padding:21px}.bar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.bar h3{margin:3px 0}.upload,button{display:flex;align-items:center;gap:7px;border-radius:9px;padding:10px 14px;font-weight:800}.upload{background:#e8f6f1;color:#087354;cursor:pointer}.upload input{display:none}button{border:0;background:#f26b21;color:#fff;cursor:pointer}button:disabled{opacity:.4}.table{overflow:auto;border:1px solid #d9e2ec;border-radius:10px}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;background:#f0f4f8;color:#486581;padding:11px}td{padding:10px;border-top:1px solid #e8eef3}i{font-style:normal;font-size:11px;font-weight:800;border-radius:20px;padding:4px 9px}.need{background:#fff1da;color:#a85d00}.single{background:#e7edf3;color:#486581}.empty{text-align:center;padding:40px;color:#829ab1}.error{background:#fff0f0;color:#a61b1b;padding:10px;border-radius:8px}footer{padding:20px 5vw;color:#627d98;font-size:12px}@media(max-width:700px){.stats{grid-template-columns:1fr}.hero,.bar{align-items:flex-start;flex-direction:column}.hero>svg{display:none}}
