*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial;background:#f5f7fb;color:#182230}.topbar{height:72px;background:#0b5d46;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:10;box-shadow:0 3px 18px #0002}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:42px;height:42px;border-radius:12px;background:#f3c74b;color:#153c31;display:grid;place-items:center;font-weight:900;font-size:22px}.brand small{display:block;opacity:.8;margin-top:2px}.top-actions{display:flex;gap:10px;align-items:center}.user-chip{font-size:13px;background:#ffffff18;border:1px solid #ffffff2c;border-radius:999px;padding:8px 12px}.shell{display:flex;min-height:calc(100vh - 110px)}.sidebar{width:245px;background:#fff;border-right:1px solid #e4e8ee;padding:18px 12px;position:sticky;top:72px;height:calc(100vh - 72px)}.sidebar a{display:block;text-decoration:none;color:#334155;padding:11px 13px;border-radius:10px;margin:3px 0;font-weight:600;font-size:14px}.sidebar a:hover{background:#e9f6f1;color:#075541}.content{flex:1;padding:28px;max-width:1500px}.page-title{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px}.page-title h1{font-size:26px;margin:0}.muted{color:#64748b}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card{background:#fff;border:1px solid #e8ebf0;border-radius:16px;padding:20px;box-shadow:0 5px 20px #0f172a0c}.metric strong{font-size:28px;display:block;margin-top:8px}.metric small{color:#64748b}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 11px;border-bottom:1px solid #eef1f4;text-align:left;font-size:14px;white-space:nowrap}.table th{color:#475569;background:#f8fafc}.btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:10px;border:0;text-decoration:none;font-weight:700;cursor:pointer;font-size:14px}.btn-primary{background:#0b6b50;color:#fff}.btn-secondary{background:#edf2f7;color:#334155}.btn-danger{background:#b42318;color:#fff}.btn-light{background:#fff;color:#0b5d46}.badge{display:inline-block;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.badge.pending{background:#fff4cc;color:#7a5b00}.badge.approved{background:#dff6e9;color:#176b43}.badge.rejected{background:#fee4e2;color:#9a1b17}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field label{display:block;font-weight:700;font-size:13px;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:11px 12px;border:1px solid #d7dde5;border-radius:10px;background:#fff;font:inherit}.field textarea{min-height:100px}.actions{display:flex;gap:8px;flex-wrap:wrap}.alert{padding:12px 14px;border-radius:10px;margin-bottom:16px}.alert.success{background:#ddf7e8;color:#17633f}.alert.error{background:#fee4e2;color:#8a1c18}.auth-wrap{min-height:calc(100vh - 110px);display:grid;place-items:center;padding:30px}.auth-card{max-width:430px;width:100%;background:#fff;border:1px solid #e7ebf0;border-radius:22px;padding:28px;box-shadow:0 18px 60px #0f172a18}.auth-card h1{margin-top:0}.footer{text-align:center;color:#64748b;padding:18px;font-size:13px}.receipt{max-width:820px;margin:auto;background:#fff;padding:34px;border:1px solid #dbe1e8}.receipt-head{display:flex;justify-content:space-between;border-bottom:2px solid #0b5d46;padding-bottom:16px;margin-bottom:20px}.receipt-title{font-size:28px;font-weight:900}.receipt-grid{display:grid;grid-template-columns:180px 1fr;gap:8px 16px}.amount-box{margin-top:20px;padding:16px;background:#f0f9f6;border-radius:12px;font-size:22px;font-weight:900}.proof-img{max-width:100%;max-height:520px;border-radius:12px;border:1px solid #ddd}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.sidebar{width:200px}.content{padding:20px}.form-grid{grid-template-columns:1fr}}@media(max-width:680px){.topbar{padding:0 14px}.brand small,.user-chip{display:none}.shell{display:block}.sidebar{position:static;width:auto;height:auto;display:flex;overflow:auto;padding:8px;border-right:0;border-bottom:1px solid #e5e7eb}.sidebar a{white-space:nowrap}.content{padding:14px}.grid{grid-template-columns:1fr 1fr}.page-title{align-items:flex-start;flex-direction:column}.receipt{padding:18px}.receipt-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}}@media print{.topbar,.sidebar,.footer,.no-print{display:none!important}.shell,.content{display:block;padding:0}.receipt{border:0;max-width:none}}
