*{box-sizing:border-box}body{color:#19221c;background:#f4f1ea;margin:0;font-family:Arial,sans-serif}main{max-width:1200px;margin:auto;padding:28px}button,input,select{font:inherit}button{color:#fff;background:#1e3025;border:0;border-radius:10px;padding:10px 14px;font-weight:700}.ghost{color:#28322b;background:#ece8df;margin-left:8px}.danger{color:#a03429;background:#fff0ed;border:1px solid #efc7c0}.login{place-items:center;min-height:100vh;display:grid}.loginCard{width:100%;max-width:420px}.logo{color:#f4cf75;background:#1e3025;border-radius:14px;place-items:center;width:56px;height:56px;font-size:20px;font-weight:800;display:grid}.card{background:#fff;border:1px solid #e3ddd2;border-radius:20px;padding:22px}.loginCard input,.loginCard button{width:100%;margin-top:12px}header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}header h1{margin:0}header p{color:#747b75;margin:5px 0}.hero{color:#fff;background:#1e3025;border-radius:24px;justify-content:space-between;gap:24px;padding:32px;display:flex}.hero h2{margin:8px 0;font-size:36px}.hero>div:last-child{color:#1e3025;background:#f4cf75;border-radius:16px;min-width:230px;padding:20px}.hero strong,.hero span,.hero small{display:block}.hero strong{margin:7px 0;font-size:28px}.stats{grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0;display:grid}.stats div{background:#fff;border:1px solid #e3ddd2;border-radius:16px;padding:18px}.stats span,.row span,.item span,.muted{color:#737b74;margin-top:5px;font-size:12px;display:block}.stats strong{margin-top:8px;font-size:24px;display:block}.sectionHead{justify-content:space-between;align-items:center;display:flex}.sectionHead h3{margin:6px 0 12px}.row{border-top:1px solid #eee9df;grid-template-columns:1.4fr 1fr 1fr auto;align-items:center;gap:14px;padding:15px 0;display:grid}.cols{grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;display:grid}.item{border-top:1px solid #eee9df;justify-content:space-between;align-items:center;gap:15px;padding:14px 0;display:flex}.notice,.error{background:#fff2c9;border:1px solid #ead17a;border-radius:10px;margin:10px 0;padding:10px}.modal{background:#0008;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modalCard{background:#fff;border-radius:20px;width:min(500px,100%);max-height:90vh;padding:24px;overflow:auto}.modalCard label{margin:12px 0 5px;font-size:12px;font-weight:700;display:block}.modalCard input,.modalCard select{border:1px solid #d8d2c7;border-radius:9px;width:100%;padding:11px}.actions{justify-content:flex-end;margin-top:18px;display:flex}@media (max-width:760px){main{padding:16px}header{align-items:flex-start}.hero{display:block}.hero h2{font-size:28px}.hero>div:last-child{margin-top:20px}.stats,.row{grid-template-columns:1fr 1fr}.row>div:nth-child(3){display:none}.cols{grid-template-columns:1fr}.sectionHead{align-items:flex-start;gap:10px}}
