*{box-sizing:border-box}body{margin:0;background:#f3f5f8;color:#18212b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font-family:inherit}button{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.page-heading span{color:#126b5f;font-size:13px;font-weight:850;text-transform:uppercase}.page-heading h1{margin:6px 0 0;font-size:clamp(30px,4vw,44px)}.count{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border:1px solid #cfd9e3;border-radius:8px;background:#fff;font-weight:800}.filters{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(128px,.7fr));gap:12px;margin-bottom:18px}.field{min-height:46px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #cfd9e3;border-radius:8px;background:#fff}.crud-form{display:grid;gap:10px;margin-bottom:18px;padding:14px;border:1px solid #d6e0e9;border-radius:8px;background:#fff;box-shadow:0 10px 24px #14212d0f}.crud-form input,.crud-form select{min-height:38px;padding:0 10px;border:1px solid #cfd9e3;border-radius:6px}.crud-form button{min-height:38px;border:0;border-radius:6px;padding:0 12px;color:#fff;background:#126b5f;font-weight:800;cursor:pointer}.crud-form .ghost{color:#334451;background:#e8eef3}.data-panel{min-height:360px;padding:20px;border:1px solid #d6e0e9;border-radius:8px;background:#fff;box-shadow:0 14px 34px #14212d14}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;font-size:18px;font-weight:850}.primary-btn,.secondary-btn,.danger-btn,.icon-btn{min-height:38px;border:0;border-radius:6px;padding:0 12px;font-weight:850;cursor:pointer}.primary-btn{color:#fff;background:#126b5f}.secondary-btn{color:#253442;background:#e8eef3}.danger-btn{color:#fff;background:#b42318}.icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:38px;border:1px solid #cfd9e3;color:#253442;background:#fff}.icon-btn.active{border-color:#126b5f;color:#fff;background:#126b5f}.toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.table-shell{overflow:auto;border:1px solid #dbe4ec;border-radius:8px;background:#fff}.data-table{width:100%;min-width:760px;border-collapse:collapse}.data-table th,.data-table td{padding:13px 14px;border-bottom:1px solid #e6edf3;text-align:left;vertical-align:middle}.data-table th{color:#607282;background:#f7f9fb;font-size:12px;font-weight:900;text-transform:uppercase}.data-table tbody tr:hover{background:#f7fbfa}.row-title{display:grid;gap:3px}.row-title strong{color:#172533}.row-title span{color:#667987;font-size:12px}.status-badge,.badge{min-height:26px;display:inline-flex;align-items:center;width:max-content;padding:0 9px;border-radius:999px;background:#e9f5f2;color:#126b5f;font-size:12px;font-weight:900}.status-badge.warning{background:#fff3d6;color:#936100}.status-badge.danger{background:#fee4e2;color:#b42318}.status-badge.neutral,.badge.empty{background:#eef2f6;color:#607282}.modal-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:18px;background:#0e182280}.modal-card{width:min(720px,100%);max-height:min(86vh,820px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 24px 70px #09121c40}.modal-card header,.modal-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e6edf3}.modal-card footer{justify-content:flex-end;border-top:1px solid #e6edf3;border-bottom:0}.modal-card h2{margin:0;font-size:22px}.modal-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.modal-body .wide{grid-column:1/-1}.form-field{display:grid;gap:7px}.form-field span{color:#607282;font-size:12px;font-weight:900;text-transform:uppercase}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:42px;border:1px solid #cfd9e3;border-radius:6px;padding:0 11px;color:#172533;background:#fff;outline:0}.form-field textarea{min-height:84px;padding-top:10px;resize:vertical}.empty-state{display:grid;place-items:center;min-height:180px;border:1px dashed #cfd9e3;border-radius:8px;color:#607282;background:#fbfcfd;font-weight:800}@media(max-width:980px){.filters,.crud-form,.page-heading{grid-template-columns:1fr;display:grid}.modal-body{grid-template-columns:1fr}}
