*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17211b;background:#f5f7f6}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#edf7ef,#f8faf8)}.login-card{width:min(420px,calc(100% - 32px));background:#fff;border:1px solid #e1e8e3;border-radius:20px;padding:38px;box-shadow:0 25px 80px rgba(25,65,35,.1)}.logo{width:62px;height:62px;border-radius:16px;background:#e6f4e8;color:#2e7d32;display:grid;place-items:center;font-weight:900;font-size:23px;margin:auto auto 18px}.login-card h1{text-align:center;margin:0;font-size:27px}.login-card p{text-align:center;color:#7b867f;font-size:13px;margin:7px 0 26px}.field{margin-bottom:16px}.field label{display:block;font-size:12px;font-weight:700;margin-bottom:7px;color:#526058}.field input,.field textarea,.field select{width:100%;border:1px solid #dbe4de;border-radius:9px;padding:11px 12px;background:#fff;outline:none}.field textarea{min-height:90px;resize:vertical}.btn{border:0;border-radius:9px;background:#2e7d32;color:#fff;padding:11px 16px;font-weight:700;cursor:pointer}.btn:hover{background:#256a2a}.btn.full{width:100%;padding:13px}.error{background:#fff0f0;border:1px solid #ffd0d0;color:#b52e2e;border-radius:8px;padding:10px;font-size:12px;margin-bottom:16px}.app{min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:245px;background:#fff;border-right:1px solid #e1e8e3;padding:18px 13px;z-index:10;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;padding:6px 8px 24px;font-weight:800}.brand-icon{width:42px;height:42px;border-radius:11px;background:#e6f4e8;color:#2e7d32;display:grid;place-items:center}.brand small{display:block;font-size:8px;color:#909b94;letter-spacing:1px;margin-top:3px}.nav{display:flex;flex-direction:column;gap:3px}.nav a{padding:11px 12px;border-radius:8px;color:#637068;font-size:13px}.nav a:hover,.nav a.active{background:#e8f5ea;color:#2e7d32;font-weight:700}.logout{margin-top:auto;padding:11px 12px;color:#b34a4a;font-size:13px}.top{position:fixed;left:245px;right:0;top:0;height:65px;background:#fff;border-bottom:1px solid #e1e8e3;display:flex;align-items:center;justify-content:space-between;padding:0 28px;z-index:9}.search{background:#f7f9f8;border:1px solid #e5ebe7;border-radius:8px;padding:9px 13px;color:#9aa39e;width:320px;font-size:12px}.user{display:flex;align-items:center;gap:10px;font-size:12px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e6f4e8;color:#2e7d32;font-weight:800}.main{margin-left:245px;padding:90px 30px 35px;max-width:1600px}.page-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.crumb{font-size:11px;color:#8b958f;margin-bottom:5px}.page-head h1{font-size:28px;margin:0}.page-head p{font-size:13px;color:#78837c;margin:6px 0 0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:#fff;border:1px solid #e1e8e3;border-radius:12px;padding:19px;margin-bottom:16px}.stat small{color:#7e8982;font-size:11px}.stat strong{display:block;font-size:26px;margin-top:8px}.grid2{display:grid;grid-template-columns:1.5fr 1fr;gap:16px}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.card-head h2{font-size:16px;margin:0}.chart{height:230px;border-bottom:1px solid #e6ece8;background:repeating-linear-gradient(to bottom,#fff 0,#fff 55px,#edf2ee 56px);position:relative}.bars{height:100%;display:flex;align-items:end;gap:10px;padding:15px}.bars i{flex:1;background:#2e7d32;border-radius:5px 5px 0 0;opacity:.9}.quick{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick a{padding:14px;border:1px solid #e2e8e4;border-radius:9px;color:#2e7d32;font-size:12px;background:#fbfcfb}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.toolbar input{width:320px;border:1px solid #dfe6e1;border-radius:8px;padding:10px 12px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:780px}th,td{text-align:left;padding:12px 10px;border-bottom:1px solid #edf0ee;font-size:11px}th{color:#8a958e;background:#fafbfa}td{color:#4f5c54}.status{background:#e9f6eb;color:#2e7d32;padding:5px 8px;border-radius:20px;font-size:9px}.action{color:#2e7d32;font-weight:700}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hidden{display:none}.muted{color:#7d8881;font-size:12px}.menu-btn{display:none}@media(max-width:1000px){.stats{grid-template-columns:1fr 1fr}.grid2{grid-template-columns:1fr}}@media(max-width:720px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:translateX(0)}.top{left:0;padding:0 14px}.menu-btn{display:block;border:0;background:none;font-size:20px}.search{display:none}.main{margin-left:0;padding:85px 14px 25px}.stats{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.page-head{align-items:start;gap:12px;flex-direction:column}}
