:root{font-family:Tahoma,Arial,sans-serif;color:#1f2937;background:#f5f7f6;--primary:#0f5f4f;--primary-dark:#0b463b;--accent:#d6b65b;--surface:#fff;--muted:#6b7280;--border:#e5e7eb;--danger:#b42318;--success:#147d64}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f5f7f6}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{width:260px;background:linear-gradient(180deg,#0e5a4c,#0b463b);color:#fff;padding:22px 16px;position:fixed;top:0;bottom:0;right:0;overflow:auto}.brand{display:flex;align-items:center;gap:12px;padding:4px 6px 20px;border-bottom:1px solid #ffffff24;margin-bottom:16px}.brand-mark{width:44px;height:44px;border-radius:14px;background:#fff1;display:grid;place-items:center;font-size:26px}.brand strong{font-size:16px}.brand small{display:block;opacity:.7;margin-top:4px}.nav{display:grid;gap:6px}.nav a{padding:11px 12px;border-radius:10px;display:flex;align-items:center;gap:10px;color:#ecfdf5}.nav a.router-link-active,.nav a:hover{background:#ffffff17}.sidebar-footer{margin-top:24px;padding-top:14px;border-top:1px solid #ffffff24}.sidebar-footer button{width:100%;background:#ffffff12;border:1px solid #ffffff28;color:#fff;border-radius:9px;padding:10px;cursor:pointer}.main{margin-right:260px;width:calc(100% - 260px);padding:26px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}.topbar h1{margin:0;font-size:25px;color:#13342e}.user-chip{background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 14px;box-shadow:0 5px 18px #102a2310}.user-chip small{display:block;color:var(--muted);margin-top:2px}.card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 24px #102a230a}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.stat{padding:18px}.stat .label{color:var(--muted);font-size:14px}.stat .value{font-size:27px;font-weight:700;color:#123c34;margin-top:8px}.stat .hint{font-size:12px;color:#8b9490;margin-top:5px}.panel{padding:18px}.page-actions,.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.panel h2{margin:0;font-size:18px}.btn{border:0;border-radius:9px;padding:9px 14px;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#eef3f1;color:#20473f}.btn-danger{background:#fff1f0;color:var(--danger)}.btn-sm{padding:6px 10px;font-size:13px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.input{width:100%;border:1px solid #d8dedc;background:#fff;border-radius:9px;padding:10px 11px;outline:none}.input:focus{border-color:#69a596;box-shadow:0 0 0 3px #0f5f4f15}.search{max-width:340px}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:12px}table{width:100%;border-collapse:collapse;min-width:760px}td,th{padding:11px 12px;text-align:right;border-bottom:1px solid #edf0ef;vertical-align:middle}th{background:#f8faf9;color:#46615a;font-size:13px}tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;background:#edf6f3;color:#1d6655}.empty,.muted{color:var(--muted)}.empty{text-align:center;padding:30px}.modal-backdrop{position:fixed;inset:0;background:#102a2366;display:grid;place-items:center;z-index:30;padding:20px}.modal{width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 30px 90px #0003}.modal-head{padding:17px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-head h3{margin:0}.modal-body{padding:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;color:#3e554f}.field.full{grid-column:1/-1}.modal-actions{display:flex;justify-content:flex-start;gap:10px;margin-top:18px}.alert{padding:11px 13px;border-radius:9px;margin-bottom:14px}.alert-danger{background:#fff1f0;color:#9d241b}.alert-success{background:#edf8f4;color:#12604d}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top right,#d8eee7 0,#f5f7f6 45%,#eef1ef 100%);padding:20px}.login-card{width:min(430px,100%);background:#fff;border:1px solid #e0e8e5;border-radius:22px;padding:30px;box-shadow:0 25px 60px #123c3420}.login-logo{text-align:center;margin-bottom:22px}.login-logo .quran{width:68px;height:68px;border-radius:20px;background:#0f5f4f;color:#fff;display:grid;place-items:center;margin:auto;font-size:34px}.login-logo h1{font-size:22px;margin:14px 0 6px}.login-logo p{color:var(--muted);margin:0}.login-card .field{margin-bottom:14px}.login-card .btn{width:100%;padding:12px;margin-top:4px}.credentials{margin-top:16px;padding:10px;border-radius:10px;background:#f7f9f8;color:#62716c;font-size:12px;line-height:1.7}.money-pos{color:#0f725a;font-weight:700}.money-neg{color:#b42318;font-weight:700}.progress{height:8px;background:#edf1ef;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:var(--primary)}@media(max-width:1000px){.stats-grid{grid-template-columns:repeat(2,1fr)}.sidebar{width:220px}.main{margin-right:220px;width:calc(100% - 220px)}}@media(max-width:760px){.sidebar{position:static;width:100%;min-height:auto}.app-shell{display:block}.main{margin:0;width:100%;padding:16px}.form-grid,.stats-grid{grid-template-columns:1fr}.topbar{align-items:flex-start}.field.full{grid-column:auto}}.brand-mark img{width:34px;height:34px;display:block}.login-logo .quran img{width:54px;height:54px;display:block}.login-logo .quran{padding:7px}.action-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.btn-excel{background:#e9f7ef;color:#166534;border:1px solid #b7e3c7}.btn-excel:hover{background:#daf0e3}.btn:disabled{opacity:.6;cursor:not-allowed}.file-input-hidden{display:none}.excel-help{background:#f7faf8;border:1px dashed #c8d8d2;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.7;margin-bottom:14px}.report-filter{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px}.report-controls{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.compact-input{width:auto;min-width:155px}.report-note{font-size:13px;margin-top:4px}.report-range{padding:14px 18px;display:flex;gap:28px;flex-wrap:wrap;margin-bottom:16px}.report-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.report-section{margin-top:16px}.report-subtable{margin-top:14px}.report-table-title{font-size:15px;color:#315149;margin:18px 0 9px}@media(max-width:900px){.report-filter{align-items:flex-start;flex-direction:column}.report-controls{width:100%}.compact-input{flex:1;min-width:150px}.report-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.action-group,.report-controls{align-items:stretch;flex-direction:column;width:100%}.action-group .btn,.compact-input,.report-controls .btn{width:100%}.report-stats{grid-template-columns:1fr}.page-actions{align-items:flex-start;flex-direction:column}}