@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #2F855A;--primary-dark: #276749;--primary-light: #C6F6D5;--primary-bg: #F0FDF4;--surface: #FFFFFF;--text: #1A202C;--text-secondary: #4A5568;--text-muted: #718096;--border: #E2E8F0;--border-light: #EDF2F7;--highlight: #E6FFFA;--red: #E53E3E;--red-light: #FED7D7;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.05);--sidebar-width: 260px;--bottom-nav-height: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f7fafc;color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:var(--text-muted)}.loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.lp{background:#fff;color:#4a5568;min-height:100vh;overflow-x:hidden}.lp-hero{position:relative;min-height:85vh;display:flex;flex-direction:column;overflow:hidden;background:#f7faf8}.lp-hero-bg-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.lp-shape{position:absolute;border-radius:16px;opacity:.12;transform:rotate(45deg)}.lp-shape-1{width:320px;height:320px;top:-60px;right:5%;background:linear-gradient(135deg,#c6f6d5,#9ae6b4);opacity:.5}.lp-shape-2{width:180px;height:180px;top:30%;right:18%;background:linear-gradient(135deg,#9ae6b4,#68d391);opacity:.3}.lp-shape-3{width:80px;height:80px;top:20%;right:35%;background:#c6f6d5;opacity:.45}.lp-shape-4{width:40px;height:40px;top:55%;right:10%;background:#9ae6b4;opacity:.4}.lp-shape-5{width:24px;height:24px;top:15%;right:42%;background:#68d391;border-radius:50%;opacity:.35}.lp-nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3rem;position:relative;z-index:2}.lp-nav-brand{display:flex;align-items:center;gap:.6rem}.lp-nav-logo{width:36px;height:36px;border-radius:8px}.lp-nav-name{font-size:1.3rem;font-weight:700;color:#1a202c;font-family:Playfair Display,serif;letter-spacing:.02em}.lp-nav-link{color:#718096;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.lp-nav-link:hover{color:#2f855a}.lp-hero-content{flex:1;display:flex;align-items:center;padding:0 3rem 4rem;position:relative;z-index:2;max-width:700px}.lp-hero-text{display:flex;flex-direction:column}.lp-hero-label{font-size:.85rem;font-weight:600;color:#2f855a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.lp-hero-text h1{font-size:3rem;font-weight:800;line-height:1.15;color:#1a202c;margin-bottom:1.5rem}.lp-hero-desc{font-size:1.1rem;line-height:1.7;color:#718096;max-width:520px;margin-bottom:2.5rem}.lp-hero-actions{display:flex;gap:1rem;align-items:center}.lp-btn-primary{display:inline-block;padding:.8rem 2rem;background:#2f855a;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:background .2s,transform .15s}.lp-btn-primary:hover{background:#276749;transform:translateY(-1px)}.lp-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.lp-btn-google{display:inline-flex;align-items:center;gap:10px;padding:.8rem 2rem;background:#fff;color:#3c4043;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;border:1px solid #dadce0;cursor:pointer;transition:background .2s,box-shadow .2s,transform .15s;box-shadow:0 1px 3px #00000014}.lp-btn-google:hover{background:#f8f9fa;box-shadow:0 2px 8px #0000001f;transform:translateY(-1px)}.lp-btn-google:active{background:#f1f3f4;transform:translateY(0)}.lp-btn-outline{display:inline-block;padding:.8rem 2rem;background:transparent;color:#4a5568;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;border:1px solid #cbd5e0;cursor:pointer;transition:border-color .2s,color .2s}.lp-btn-outline:hover{border-color:#2f855a;color:#2f855a}.lp-features{background:#fff;border-top:1px solid #e2e8f0;padding:4rem 3rem}.lp-features-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lp-feature-card{text-align:center;padding:1.5rem 1rem}.lp-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#2f855a26,#48bb781a);color:#48bb78;margin-bottom:1.25rem}.lp-feature-card h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.lp-feature-card p{font-size:.88rem;color:#718096;line-height:1.6}.lp-section-dark{background:#f7faf8;padding:4.5rem 3rem}.lp-section-light{background:#fff;padding:3.5rem 3rem}.lp-section-inner{max-width:1000px;margin:0 auto}.lp-section-title{font-size:1.75rem;font-weight:700;color:#1a202c;text-align:center;margin-bottom:.5rem}.lp-section-subtitle{text-align:center;color:#718096;font-size:1rem;margin-bottom:3rem}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lp-step{text-align:center;padding:1rem}.lp-step-num{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:#2f855a;color:#fff;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.lp-step h3{font-size:1.05rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.lp-step p{font-size:.88rem;color:#718096;line-height:1.5}.lp-highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.lp-highlight{text-align:center;padding:1.5rem 1rem;border:1px solid #e2e8f0;border-radius:12px;background:#f7faf8}.lp-highlight-value{display:block;font-size:1.75rem;font-weight:800;color:#48bb78;margin-bottom:.25rem}.lp-highlight-label{font-size:.82rem;color:#718096;font-weight:500}.lp-contact-wrapper{max-width:560px;margin:0 auto}.lp-contact-form{display:flex;flex-direction:column;gap:.85rem}.lp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.lp-form-group input,.lp-form-group textarea{width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #cbd5e0;border-radius:8px;color:#2d3748;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}.lp-form-group input::-moz-placeholder,.lp-form-group textarea::-moz-placeholder{color:#a0aec0}.lp-form-group input::placeholder,.lp-form-group textarea::placeholder{color:#a0aec0}.lp-form-group input:focus,.lp-form-group textarea:focus{border-color:#2f855a}.lp-form-error{color:#e53e3e;font-size:.85rem}.lp-contact-success{text-align:center;padding:2rem 0}.lp-contact-success h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin:1rem 0 .5rem}.lp-contact-success p{color:#718096;margin-bottom:1.5rem}.lp-footer{background:#f7faf8;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0}.lp-footer span:first-child{font-weight:700;color:#1a202c;font-size:.9rem}.lp-footer span:last-child{font-size:.8rem;color:#a0aec0}.app-layout{display:flex;min-height:100vh}.app-layout.mobile{flex-direction:column}.sidebar{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-header{padding:1.5rem;border-bottom:1px solid var(--border)}.sidebar-logo{max-width:200px;height:auto}.sidebar-title{font-size:1.25rem;font-weight:700;color:var(--primary)}.sidebar-subtitle{font-size:.75rem;color:var(--text-muted)}.sidebar-header-row{display:flex;align-items:center;justify-content:space-between;margin-top:.25rem;gap:.5rem}.currency-selector{padding:.35rem .5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:.8rem;font-weight:500;cursor:pointer;min-height:32px;max-width:200px}.currency-selector:focus{outline:none;border-color:var(--primary)}.mobile-header-right{display:flex;align-items:center;gap:.5rem}.calc-currency-display{padding:.5rem .75rem;background:var(--primary-bg);border:1px solid var(--primary);border-radius:var(--radius-sm);color:var(--primary);font-weight:600;font-size:.9rem;display:inline-block}.sidebar-nav{flex:1;padding:.75rem;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:var(--radius-sm);color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s,color .15s}.nav-item:hover{background:var(--primary-bg);color:var(--primary)}.nav-item.active{background:var(--primary-bg);color:var(--primary);font-weight:600}.nav-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.nav-icon svg{display:block}.sidebar-footer{padding:1rem;border-top:1px solid var(--border)}.user-section{display:flex;align-items:center;gap:.625rem}.user-avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.user-info{flex:1;min-width:0}.user-name{font-size:.85rem;font-weight:600;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-logout{font-size:.75rem;color:var(--text-muted);background:none;border:1px solid var(--border);padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:color .15s,border-color .15s}.btn-logout:hover{color:var(--red);border-color:var(--red)}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.mobile-header-title{font-size:1.1rem;font-weight:700;color:var(--primary)}.mobile-header-logo{height:36px;width:auto;border-radius:6px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(var(--bottom-nav-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--border);display:flex;align-items:stretch;z-index:100;box-shadow:0 -2px 10px #0000000d}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:var(--text-muted);font-size:.65rem;font-weight:500;padding:.5rem 0;min-height:44px;transition:color .15s}.bottom-nav-item.active{color:var(--primary);font-weight:600}.bottom-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.bottom-nav-icon svg{display:block}.bottom-nav-label{line-height:1}.main-content{flex:1;margin-left:var(--sidebar-width);min-height:100vh}.app-layout.mobile .main-content{margin-left:0;padding-bottom:calc(var(--bottom-nav-height) + var(--safe-bottom))}.page-container{max-width:1100px;margin:0 auto;padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.page-header h2{font-size:1.5rem;font-weight:700;color:var(--text)}.page-subtitle{color:var(--text-muted);font-size:.9rem;margin-top:.125rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.stats-grid.small{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.25rem;box-shadow:var(--shadow)}.stat-label{font-size:.8rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.025em}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text)}.stat-value.green{color:var(--primary)}.stat-value.red{color:var(--red)}.stat-detail{font-size:.8rem;color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.card h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.chart-card{padding:1.5rem}.empty-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:3rem 2rem;text-align:center;color:var(--text-muted);box-shadow:var(--shadow)}.empty-state{color:var(--text-muted);font-size:.9rem;text-align:center;padding:1.5rem 0}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.progress-container{margin-top:.75rem}.progress-track{height:8px;background:var(--border);border-radius:99px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:99px;transition:width .4s ease}.progress-labels{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.zakat-history-list{display:flex;flex-direction:column;gap:1rem}.zakat-history-item{border:1px solid var(--border);border-radius:10px;padding:1rem;background:var(--surface)}.zakat-history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.zakat-history-title{display:flex;flex-direction:column;gap:.15rem}.zakat-history-year{font-weight:600;font-size:1rem;color:var(--text)}.zakat-history-date{font-size:.8rem;color:var(--text-muted)}.zakat-history-status{font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:99px;white-space:nowrap}.zakat-history-status.paid{background:#2f855a1f;color:var(--primary)}.zakat-history-status.pending{background:#d69e2e1f;color:#b8860b}.zakat-history-status.none{background:#a0a0a01f;color:var(--text-muted)}.zakat-history-amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.5rem}.zakat-history-amount{display:flex;flex-direction:column;gap:.1rem}.zakat-amount-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.zakat-amount-value{font-size:.9rem;font-weight:600;color:var(--text)}.zakat-history-item .progress-container{margin-top:.5rem}.quick-actions-bar{display:flex;gap:.75rem;margin-bottom:1.25rem}.quick-action-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;color:var(--text);font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s;min-height:44px;flex:1;justify-content:center}.quick-action-btn:hover{background:var(--border-light);border-color:var(--border)}.quick-action-icon{width:28px;height:28px;border-radius:6px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary)}.action-list{display:flex;flex-direction:column;gap:.5rem}.action-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:var(--radius-sm);text-decoration:none;color:var(--text);transition:background .15s;min-height:44px}.action-item:hover{background:var(--primary-bg)}.action-icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--primary-light);display:flex;align-items:center;justify-content:center}.action-item strong{display:block;font-size:.9rem}.action-item p{font-size:.8rem;color:var(--text-muted)}.payment-list{display:flex;flex-direction:column}.payment-item{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid var(--border-light);gap:1rem}.payment-item:last-child{border-bottom:none}.payment-item strong{font-size:.85rem;display:block}.payment-category{font-size:.75rem;color:var(--text-muted);display:block}.payment-right{text-align:right}.payment-amount{font-size:.9rem;font-weight:600;color:var(--primary);display:block}.payment-date{font-size:.75rem;color:var(--text-muted)}.filter-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.filter-bar select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.85rem;background:var(--surface);color:var(--text);font-family:inherit;min-height:44px}.filter-total{font-size:.9rem;font-weight:600;color:var(--primary);margin-left:auto}.filter-total.red{color:var(--red)}.data-table-container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:.75rem 1rem;background:#f7fafc;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.data-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border-light);font-size:.9rem}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#fafbfc}.cell-value{font-weight:600;font-variant-numeric:tabular-nums}.cell-value.green{color:var(--primary)}.cell-value.red{color:var(--red)}.cell-date{color:var(--text-muted);font-size:.85rem}.cell-note{display:block;font-size:.8rem;color:var(--text-muted);margin-top:.125rem}.cell-actions{display:flex;gap:.375rem}.badge{display:inline-block;padding:.2rem .625rem;border-radius:99px;font-size:.75rem;font-weight:500;background:var(--primary-bg);color:var(--primary)}.red-badge{background:var(--red-light);color:var(--red)}.green-badge{background:var(--primary-bg);color:var(--primary)}.btn-primary{padding:.625rem 1.25rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s;font-family:inherit;white-space:nowrap;min-height:44px}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary.full-width{width:100%;margin-top:1rem}.btn-secondary{padding:.625rem 1.25rem;background:#edf2f7;color:var(--text);border:none;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s;font-family:inherit;min-height:44px}.btn-secondary:hover{background:#e2e8f0}.btn-icon{padding:.3rem .625rem;background:none;border:1px solid var(--border);border-radius:4px;font-size:.8rem;cursor:pointer;color:var(--text-secondary);transition:all .15s;font-family:inherit;min-height:36px}.btn-icon:hover{background:var(--primary-bg);border-color:var(--primary);color:var(--primary)}.btn-icon.danger:hover{background:var(--red-light);border-color:var(--red);color:var(--red)}.btn-small{padding:.375rem .75rem;background:var(--primary-bg);color:var(--primary);border:1px solid var(--primary-light);border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;cursor:pointer;font-family:inherit;min-height:36px;transition:background .15s}.btn-small:hover{background:var(--primary-light)}.btn-small.danger{background:var(--red-light);color:var(--red);border-color:var(--red-light)}.btn-small.danger:hover{background:#feb2b2}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:var(--surface);border-radius:var(--radius);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h3{font-size:1.1rem;font-weight:600}.btn-close{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:0;line-height:1;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.modal form{padding:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid .full-width{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:.3rem}.form-group label{font-size:.85rem;font-weight:600;color:var(--text)}.form-group input,.form-group select,.form-group textarea{padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;font-family:inherit;color:var(--text);background:#fff;transition:border-color .2s,box-shadow .2s;min-height:44px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2f855a26}.form-group textarea{resize:vertical}.form-hint{font-size:.8rem;color:var(--text-muted);line-height:1.3}.form-hint-warn{color:#b7791f;background:#fefcbf;padding:.35rem .5rem;border-radius:var(--radius-sm);margin-top:.25rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--border)}.wizard-container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.wizard-progress{height:6px;background:var(--border);border-radius:99px;overflow:hidden;margin-bottom:.5rem}.wizard-progress-fill{height:100%;background:var(--primary);border-radius:99px;transition:width .4s ease}.wizard-step-count{text-align:center;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.wizard-step{animation:fadeIn .35s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.wizard-step .step-badge{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--primary);color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:.75rem}.wizard-step .result-badge{font-size:1.3rem}.wizard-step h3{font-size:1.3rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.step-desc{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem}.calc-field{margin-bottom:1.25rem}.calc-field label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem;color:var(--text)}.calc-field input,.calc-field select{width:100%;padding:.7rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s;min-height:44px}.calc-field input:focus,.calc-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2f855a26}.calc-field input[type=number]{-moz-appearance:textfield}.calc-field input[type=number]::-webkit-inner-spin-button,.calc-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hint{display:block;font-size:.8rem;color:var(--text-muted);margin-top:.3rem;line-height:1.4}.nisab-info-box{background:var(--highlight);border-radius:var(--radius-sm);padding:.875rem 1rem;font-size:.9rem;color:var(--primary-dark);margin-top:.5rem;line-height:1.5;border:1px solid var(--primary-light)}.summary-table{margin-bottom:1.25rem}.summary-row{display:flex;justify-content:space-between;gap:1rem;padding:.625rem 0;border-bottom:1px solid var(--border);font-size:.95rem}.summary-row:last-child{border-bottom:none}.summary-row.bold{font-weight:700}.zakat-result-box{background:var(--highlight);padding:1.5rem;border-radius:var(--radius-sm);text-align:center;border:1px solid var(--primary-light);margin-bottom:1rem}.zakat-result-box h4{font-size:1rem;color:var(--primary);margin-bottom:.25rem;font-weight:600}.zakat-amount{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.zakat-message{font-size:.9rem;font-weight:500;line-height:1.4;color:var(--text-muted)}.zakat-message.positive{color:var(--primary)}.saved-message{text-align:center;padding:.875rem;background:var(--primary-bg);border-radius:var(--radius-sm);color:var(--primary);font-weight:600;margin-top:1rem}.wizard-nav{display:flex;gap:.75rem;margin-top:1.5rem;justify-content:flex-end}.review-section{margin-bottom:1.5rem}.review-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.review-section-header h4{font-size:1rem;font-weight:600;color:var(--text)}.review-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--border-light)}.review-item:last-child{border-bottom:none}.review-item-check{width:20px;height:20px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.review-item-info{flex:1;min-width:0}.review-item-info strong{display:block;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-item-value{font-weight:600;font-size:.9rem;font-variant-numeric:tabular-nums;white-space:nowrap}.review-item-muted{opacity:.55}.review-subtotal{display:flex;justify-content:space-between;padding:.75rem 0;font-weight:700;font-size:.95rem;border-top:2px solid var(--border);margin-top:.5rem}.add-custom-row{display:flex;gap:.5rem;margin-top:.75rem;align-items:center}.add-custom-row input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.85rem;font-family:inherit;min-height:40px}.add-custom-row input:first-child{flex:1}.add-custom-row input:last-of-type{width:120px}.review-net-wealth{background:var(--highlight);border:1px solid var(--primary-light);border-radius:var(--radius-sm);padding:1rem;display:flex;justify-content:space-between;font-weight:700;font-size:1rem;color:var(--primary-dark)}.inline-edit-value{cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .15s}.inline-edit-value:hover{background:var(--primary-bg)}.inline-edit-input{width:120px;padding:.25rem .5rem;border:2px solid var(--primary);border-radius:4px;font-size:.9rem;font-weight:600;font-family:inherit;background:#fff;outline:none}.asset-cards{display:none}.asset-card{padding:1rem;border-bottom:1px solid var(--border-light)}.asset-card:last-child{border-bottom:none}.asset-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.asset-card-header strong{font-size:.95rem}.asset-card-values{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.5rem}.asset-card-field{font-size:.8rem}.asset-card-field span:first-child{display:block;color:var(--text-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.asset-card-field span:last-child{font-weight:600;font-size:.9rem}.asset-card-actions{display:flex;gap:.5rem;justify-content:flex-end}.weight-label{font-size:.75rem;color:var(--text-muted);font-weight:400}.category-bars{display:flex;flex-direction:column;gap:.75rem}.category-bar-row{display:flex;align-items:center;gap:.75rem}.category-label{font-size:.8rem;color:var(--text-secondary);min-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-bar-track{flex:1;height:8px;background:var(--border);border-radius:99px;overflow:hidden}.category-bar-fill{height:100%;background:var(--primary);border-radius:99px;transition:width .3s ease}.category-amount{font-size:.8rem;font-weight:600;color:var(--text);min-width:80px;text-align:right}.pie-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.pie-legend-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--text-secondary)}.pie-dot{width:10px;height:10px;border-radius:50%;display:inline-block}@media(max-width:768px){.lp-nav{padding:1rem 1.25rem}.lp-hero-content{padding:0 1.25rem 3rem}.lp-hero-text h1{font-size:2rem}.lp-hero-desc{font-size:.95rem}.lp-hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.lp-btn-primary,.lp-btn-google,.lp-btn-outline{text-align:center;justify-content:center}.lp-features{padding:2.5rem 1.25rem}.lp-features-inner{grid-template-columns:1fr;gap:1.5rem}.lp-section-dark,.lp-section-light{padding:2.5rem 1.25rem}.lp-steps{grid-template-columns:1fr;gap:1.5rem}.lp-highlights-grid{grid-template-columns:1fr 1fr}.lp-form-row{grid-template-columns:1fr}.lp-footer{flex-direction:column;gap:.5rem;text-align:center;padding:1.25rem}.page-container{padding:1rem}.page-header{flex-direction:column;gap:.75rem}.page-header .btn-primary{align-self:stretch;text-align:center}.stats-grid{grid-template-columns:1fr 1fr}.two-column,.form-grid{grid-template-columns:1fr}.data-table{display:none}.asset-cards{display:block}.modal{max-width:100%;max-height:100vh;border-radius:0;height:100vh;display:flex;flex-direction:column}.modal-overlay{padding:0}.modal form{padding:1rem;flex:1;overflow-y:auto;display:flex;flex-direction:column}.modal .form-grid{flex:1}.modal-actions{padding:1rem;position:sticky;bottom:0;background:var(--surface);border-top:1px solid var(--border);z-index:10;padding-bottom:calc(1rem + var(--safe-bottom))}.quick-actions-bar{flex-direction:column;gap:.5rem}.quick-action-btn{justify-content:flex-start}.wizard-container{padding:1.25rem}.wizard-step h3{font-size:1.1rem}.filter-bar{flex-direction:column;align-items:stretch;gap:.5rem}.filter-total{margin-left:0;text-align:right}.add-custom-row{flex-wrap:wrap}.add-custom-row input:last-of-type{width:100%}.review-item{gap:.5rem}.category-label{min-width:100px}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.zakat-amount{font-size:1.75rem}.stat-value{font-size:1.25rem}.asset-card-values{grid-template-columns:1fr}}.rte-wrapper{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface);transition:border-color .15s}.rte-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2f855a1a}.rte-toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;background:var(--border-light);border-bottom:1px solid var(--border);flex-wrap:wrap}.rte-toolbar-group{display:flex;align-items:center;gap:1px}.rte-toolbar-divider{width:1px;height:20px;background:var(--border);margin:0 4px}.rte-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:4px;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:13px;font-family:inherit;transition:all .12s}.rte-toolbar-btn:hover{background:#0000000f;color:var(--text)}.rte-toolbar-btn-active{background:var(--primary);color:#fff}.rte-toolbar-btn-active:hover{background:var(--primary-dark);color:#fff}.rte-color-picker{width:26px;height:26px;padding:0;border:2px solid var(--border);border-radius:4px;cursor:pointer;background:none}.rte-color-picker::-webkit-color-swatch-wrapper{padding:2px}.rte-color-picker::-webkit-color-swatch{border:none;border-radius:2px}.rte-content{min-height:180px;max-height:400px;overflow-y:auto;padding:16px;font-size:14px;line-height:1.7;outline:none}.rte-content p{margin-bottom:8px}.rte-content p:last-child{margin-bottom:0}.rte-content h1,.rte-content h2,.rte-content h3{margin-top:8px;margin-bottom:8px;line-height:1.3}.rte-content h1{font-size:1.5rem}.rte-content h2{font-size:1.25rem}.rte-content h3{font-size:1.1rem}.rte-content ul,.rte-content ol{padding-left:24px;margin-bottom:8px}.rte-content blockquote{border-left:3px solid var(--primary);padding-left:16px;margin:8px 0;color:var(--text-secondary);font-style:italic}.rte-content code{background:var(--border-light);padding:2px 6px;border-radius:4px;font-size:13px;font-family:monospace}.rte-content pre{background:#1a202c;color:#e2e8f0;padding:16px;border-radius:var(--radius-sm);margin:8px 0;overflow-x:auto}.rte-content pre code{background:none;padding:0;color:inherit}.rte-content a{color:var(--primary);text-decoration:underline}.rte-content hr{border:none;border-top:1px solid var(--border);margin:16px 0}.no-assets-warning{display:flex;gap:14px;align-items:flex-start;background:#fff8e1;border:1px solid #FFE082;border-radius:12px;padding:16px 18px;margin-top:16px;animation:fadeIn .2s ease}.no-assets-warning-icon{flex-shrink:0;color:#f59e0b;margin-top:2px}.no-assets-warning-content h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#92400e}.no-assets-warning-content p{margin:0;font-size:13px;color:#78350f;line-height:1.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.install-prompt-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:16px;padding-bottom:calc(16px + var(--safe-bottom));animation:slideUpPrompt .35s ease-out}@keyframes slideUpPrompt{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.install-prompt-banner{position:relative;background:var(--surface);border-radius:16px;padding:20px;box-shadow:0 -4px 24px #0000001f,0 0 0 1px #0000000a;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;max-width:400px;margin:0 auto}.install-prompt-close{position:absolute;top:12px;right:12px;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center}.install-prompt-close:hover{background:var(--border-light);color:var(--text)}.install-prompt-icon{width:52px;height:52px;border-radius:14px;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.install-prompt-text h4{margin:0;font-size:16px;font-weight:600;color:var(--text)}.install-prompt-text p{margin:4px 0 0;font-size:13px;color:var(--text-muted)}.install-prompt-btn{width:100%;padding:12px;border:none;border-radius:10px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.install-prompt-btn:hover{background:var(--primary-dark)}.install-prompt-ios-steps{background:var(--primary-bg);border-radius:8px;padding:10px 14px;width:100%}.install-prompt-ios-steps p{margin:0;font-size:13px;color:var(--text-secondary);line-height:1.6}.btn-admin-badge{display:inline-block;padding:3px 10px;font-size:12px;font-weight:600;font-family:inherit;border-radius:20px;border:1px solid var(--border);background:var(--border-light);color:var(--text-muted);cursor:pointer;transition:all .15s;white-space:nowrap}.btn-admin-badge:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-bg)}.btn-admin-badge.admin{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-admin-badge.admin:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-admin-badge:disabled{opacity:.5;cursor:not-allowed}.tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none;float:left;height:0}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:900px}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-info-item{display:flex;gap:16px;align-items:flex-start}.contact-info-icon{width:44px;height:44px;border-radius:10px;background:var(--primary-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary)}.contact-info-text h4{margin:0 0 2px;font-size:14px;font-weight:600}.contact-info-text p{margin:0;font-size:13px;color:var(--text-muted);line-height:1.5}.contact-form-modern{display:flex;flex-direction:column;gap:16px}.contact-form-modern .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form-modern .form-group{display:flex;flex-direction:column;gap:6px}.contact-form-modern .form-group label{font-size:13px;font-weight:500;color:var(--text-secondary)}.contact-form-modern .form-group input,.contact-form-modern .form-group textarea{padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s;outline:none}.contact-form-modern .form-group input:focus,.contact-form-modern .form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2f855a1a}.contact-form-modern .form-group textarea{resize:vertical;min-height:120px}.contact-success-modern{text-align:center;padding:48px 24px}.contact-success-icon{width:64px;height:64px;border-radius:50%;background:var(--primary-bg);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}@media(max-width:640px){.contact-layout{grid-template-columns:1fr;gap:24px}.contact-form-modern .form-row{grid-template-columns:1fr}.rte-toolbar{gap:1px;padding:4px 6px}.rte-toolbar-btn{width:28px;height:28px;font-size:12px}.rte-toolbar-divider{height:16px;margin:0 2px}}
