:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172126;background:#f4f7f5}*{box-sizing:border-box}body{margin:0}header{background:#153b32;color:white;padding:24px max(24px,calc((100% - 1500px)/2));display:flex;justify-content:space-between;align-items:center}h1{margin:0;font-size:28px}header p{margin:4px 0 0;color:#b8d2ca}.status{background:#ffffff18;border:1px solid #ffffff33;border-radius:20px;padding:8px 14px}main{max-width:1500px;margin:auto;padding:24px}.card{background:white;border:1px solid #dce5e1;border-radius:14px;padding:18px;box-shadow:0 4px 18px #173c3210}.token h2{margin-top:0}.toolbar,.filters{display:flex;gap:10px;flex-wrap:wrap;align-items:center}input,select,button,.button{border:1px solid #cbd8d3;border-radius:8px;padding:10px 12px;background:white;color:inherit;font:inherit}button,.button{cursor:pointer;text-decoration:none;font-weight:600}.primary,button{background:#1f765f;color:white;border-color:#1f765f}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:18px 0}.focus-cards{grid-template-columns:repeat(2,minmax(260px,420px))}.cards article{display:flex;flex-direction:column}.cards strong{font-size:30px;margin:8px 0;color:#153b32}.cards small,.cards span{color:#63756f}.warning strong{color:#b15d25}.filters{margin-bottom:16px}.filters>input{min-width:260px}.filters label{font-size:14px}.filters label input{vertical-align:middle}.table-wrap{overflow:auto;max-height:65vh}table{border-collapse:collapse;width:100%;font-size:13px}th{position:sticky;top:0;background:#edf3f0;z-index:1;text-align:left;white-space:nowrap}th,td{padding:10px;border-bottom:1px solid #e3eae7;vertical-align:top}td small,td em{display:block;color:#71827c;margin-top:3px;max-width:240px}td em{color:#b04c37;font-style:normal}.pill{padding:4px 7px;border-radius:12px;white-space:nowrap}.pill.Высокий{background:#ffe0dc;color:#a22d20}.pill.Средний{background:#fff1c9;color:#7a5700}.pill.Низкий{background:#e8efeC}.remaining{font-weight:800;font-size:16px;color:#176a55}.has-error{background:#fffaf5}td form{display:grid;grid-template-columns:70px 80px 150px auto;gap:5px}td form input,td form button{padding:6px;font-size:12px}.empty{text-align:center;padding:40px;color:#71827c}@media(max-width:900px){.cards,.focus-cards{grid-template-columns:repeat(2,1fr)}header{align-items:flex-start;gap:12px}.status{font-size:12px}main{padding:12px}}
