:root{font-family:system-ui,sans-serif;color:#19392c;background:#f1f6f3;line-height:1.6}*{box-sizing:border-box}body{margin:0}header{display:flex;justify-content:space-between;gap:16px;padding:22px 5%;background:white;border-bottom:1px solid #d8e5dd}.brand{font-weight:850;letter-spacing:-1px;font-size:24px;text-decoration:none}a{color:#176847}nav{display:flex;gap:18px;align-items:center}main{max-width:1250px;margin:40px auto;padding:0 20px}.auth-card{max-width:530px;margin:30px auto;background:white;padding:36px;border:1px solid #dae7df;border-radius:20px;box-shadow:0 20px 60px #214a2e0b}h1{font-size:clamp(28px,4vw,40px);letter-spacing:-1px;line-height:1.2}h2{font-size:22px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:#21855b}form{display:grid;gap:16px;margin:24px 0}label{display:grid;gap:6px;font-size:13px;font-weight:650}input,select{width:100%;font:inherit;border:1px solid #b6cebe;border-radius:8px;padding:12px;background:white}input:focus,select:focus{outline:2px solid #62ab7f;outline-offset:2px}button,.button{border:0;background:#176847;color:white;font:inherit;font-weight:750;padding:12px 20px;border-radius:8px;cursor:pointer;text-decoration:none}button.secondary{background:#e4eee8;color:#174631}.notice{padding:15px;background:#e5f2e9;border:1px solid #bad5c4;border-radius:10px}.error{background:#fff1ee;border-color:#e3b2a8;color:#913727}.stats{display:flex;gap:16px;flex-wrap:wrap}.stats article{background:white;padding:24px;border-radius:12px;flex:1;min-width:170px}.stats strong{font-size:28px;display:block}.table-wrap{overflow-x:auto;background:white;border-radius:12px;margin:24px 0}table{border-collapse:collapse;width:100%;text-align:left}td,th{padding:16px;border-bottom:1px solid #e1ebe5;font-size:13px;vertical-align:top}th{background:#e6f0e9}.inline-form{display:flex;align-items:end;gap:8px;margin:0}.inline-form input{width:90px}.inline-form select{min-width:95px}@media(max-width:550px){header{flex-wrap:wrap}.auth-card{padding:22px}main{margin-top:20px}.inline-form{flex-wrap:wrap}}
