:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#193b3b;background:#edf5f2;--teal:#087d78;--dark:#075551;--accent:#d79937}*{box-sizing:border-box}body{margin:0}header{display:flex;gap:14px;align-items:center;background:#fff;padding:9px max(18px,calc((100vw - 1200px)/2));border-bottom:3px solid var(--teal)}header img{height:48px;width:48px;object-fit:contain}header img.ags{margin-left:auto;width:72px}header strong{display:block;color:var(--dark)}header small{display:block;color:#657878}main{max-width:1200px;margin:auto;padding:20px 14px 80px}h1{font-size:1.55rem;margin:0 0 14px}h2{font-size:1.18rem;margin:0 0 12px}.card{background:white;border:1px solid #d9e6e2;border-radius:18px;padding:20px;margin:14px 0;box-shadow:0 3px 20px #0755510a}#login{max-width:430px;margin:10vh auto 0}label{display:block;font-weight:600;font-size:.9rem;margin:12px 0}input,select,textarea{width:100%;border:1px solid #bbd0ca;border-radius:10px;padding:11px;background:#fff;color:#183a38;margin-top:6px;font:inherit}input:focus,select:focus,textarea:focus{outline:3px solid #b4e5df}button{background:var(--teal);color:white;border:0;border-radius:10px;padding:11px 16px;font:inherit;font-weight:700;cursor:pointer;min-height:44px}button:hover{background:var(--dark)}button:disabled{opacity:.5;cursor:wait}.secondary{background:#e1eeea;color:var(--dark)}.secondary:hover{background:#c7e3db}.danger{background:#a03d35}.hint,small,.muted{color:#627875;font-size:.86rem}.top,.row,.toolbar{display:flex;align-items:center;gap:10px;justify-content:space-between;flex-wrap:wrap}nav{display:flex;overflow:auto;gap:6px;margin:16px 0;padding:4px 0}nav button{white-space:nowrap;background:white;color:var(--dark);border:1px solid #d3e4df}nav button.active{background:var(--teal);color:white}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.stat{border-left:5px solid var(--teal)}.stat b{font-size:1.5rem;display:block}.tablewrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:620px}th,td{text-align:left;padding:10px;border-bottom:1px solid #e6eeeb;vertical-align:top}th{color:#48645f;font-size:.82rem;background:#f5faf8}.toolbar input{max-width:280px}.toolbar select{width:auto}.actions{display:flex;gap:7px;flex-wrap:wrap}.actions button{font-size:.82rem;padding:7px 10px}.badge{border-radius:30px;padding:4px 10px;background:#e1f3ee;color:#075551;font-size:.8rem;font-weight:700}.badge.wait{background:#fdf0d7;color:#755012}.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.photos{display:flex;flex-wrap:wrap;gap:9px}.photos a{background:#eef7f5;padding:9px;border-radius:8px}#toast{position:fixed;bottom:18px;left:18px;right:18px;max-width:460px;margin:auto;background:#163d3b;color:white;padding:13px;border-radius:11px;box-shadow:0 8px 30px #0003;display:none;z-index:10}#toast.show{display:block}@media(max-width:650px){header{padding:8px 14px}header img{height:39px;width:39px}header img.ags{width:50px}header small{font-size:.7rem}.two{grid-template-columns:1fr}main{padding:14px 10px 80px}.card{border-radius:14px;padding:15px}.toolbar input{max-width:none}button{width:auto}.actions button{min-height:38px}}
:root input[type=checkbox]{width:auto;margin-right:8px}
