*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f3f7f5;color:#10211a}.app{display:flex;min-height:100vh}.sidebar{width:250px;background:#fff;border-right:1px solid #e4eee8;padding:22px 16px;position:fixed;top:0;bottom:0;left:0;overflow:auto}.brand{font-weight:900;font-size:22px;color:#0a8f47;margin-bottom:22px}.nav-section{font-size:11px;letter-spacing:2px;color:#7b9188;margin:20px 12px 8px}.nav a{display:flex;align-items:center;gap:10px;text-decoration:none;color:#19342a;padding:13px 14px;margin:4px 0;border-radius:16px;font-weight:700}.nav a.active,.nav a:hover{background:#19c463;color:#fff;box-shadow:0 12px 28px rgba(25,196,99,.24)}.main{margin-left:250px;width:calc(100% - 250px)}.topbar{height:72px;background:#fff;border-bottom:1px solid #e3eee8;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.search{width:420px;max-width:55%;background:#f7faf8;border:1px solid #dce9e2;border-radius:18px;padding:13px 16px}.user-pill{background:#f7faf8;border:1px solid #dce9e2;border-radius:18px;padding:10px 14px;font-size:13px}.content{padding:28px}.hero{background:linear-gradient(135deg,#0d7039,#071b16);border-radius:28px;color:#fff;padding:34px 34px;position:relative;overflow:hidden;margin-bottom:22px}.hero:after{content:"";position:absolute;right:-80px;top:-100px;width:300px;height:300px;background:rgba(44,220,118,.18);border-radius:50%}.hero small{display:inline-block;border:1px solid rgba(255,255,255,.22);border-radius:25px;padding:9px 14px;background:rgba(255,255,255,.08);font-weight:800}.hero h1{margin:18px 0 8px;font-size:34px}.hero p{color:#cce2d7;margin:0 0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;padding:12px 18px;background:#1fc969;color:#fff;font-weight:900;text-decoration:none;cursor:pointer}.btn.secondary{background:#eef6f2;color:#11663b;border:1px solid #d7e8df}.btn.danger{background:#f04f62;color:#fff}.btn.small{padding:8px 12px;border-radius:12px;font-size:13px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.card{background:#fff;border:1px solid #e1eee7;border-radius:24px;padding:22px;box-shadow:0 8px 25px rgba(14,35,26,.05)}.stat-title{text-transform:uppercase;letter-spacing:1.7px;color:#70887d;font-size:12px;font-weight:900}.stat-value{font-size:31px;font-weight:900;margin:8px 0}.stat-sub{font-size:13px;color:#637a70;font-weight:700}.progress{height:7px;background:#edf3ef;border-radius:999px;overflow:hidden;margin-top:16px}.progress span{display:block;height:100%;background:#19b85d;border-radius:999px}.quick{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.quick a{height:98px;border:1px solid #dfece5;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;text-decoration:none;color:#18362b;font-weight:900}.quick .icon{width:42px;height:42px;border-radius:16px;background:#1fc969;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:13px;border-bottom:1px solid #edf3ef;vertical-align:top}.table th{font-size:12px;color:#70887d;text-transform:uppercase;letter-spacing:1px}.badge{display:inline-block;border-radius:999px;padding:6px 10px;font-weight:800;font-size:12px;background:#e8f8ef;color:#107040}.badge.warn{background:#fff0d8;color:#9a5d00}.badge.danger{background:#ffe3e7;color:#b5172f}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field label{display:block;font-size:12px;font-weight:900;color:#637a70;text-transform:uppercase;letter-spacing:1px;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #dbe8e1;border-radius:14px;padding:12px;background:#fbfdfc;font:inherit}.field textarea{min-height:88px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.receipt{max-width:850px;margin:0 auto;background:#fff;border-radius:24px;border:1px solid #e1eee7;padding:32px}.receipt-head{display:flex;justify-content:space-between;gap:20px;border-bottom:2px solid #e8f2ec;padding-bottom:18px;margin-bottom:22px}.receipt-title{font-size:28px;font-weight:900;color:#0e7d42}.amount-big{font-size:34px;font-weight:900;color:#0f8b48}.muted{color:#698177}.print-only{display:none}.alert{padding:12px 14px;border-radius:14px;background:#e8f8ef;color:#125f3b;font-weight:700;margin-bottom:16px}.alert.error{background:#ffe6e9;color:#9b1025}@media(max-width:1000px){.sidebar{position:relative;width:100%;height:auto}.main{margin-left:0;width:100%}.app{display:block}.grid,.grid-2,.quick,.form-grid{grid-template-columns:1fr}.search{display:none}}@media print{.sidebar,.topbar,.no-print,.actions{display:none!important}.main{margin:0;width:100%}.content{padding:0}.receipt{border:0;box-shadow:none;border-radius:0}.print-only{display:block}body{background:#fff}}
