@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap";
:root{--org-primary:#059669;--org-primary-dark:#047857;--org-primary-light:#10b981;--primary:var(--org-primary);--primary-dark:var(--org-primary-dark);--primary-light:var(--org-primary-light);--link:var(--org-primary-dark);--tab-active:var(--org-primary);--progress:var(--org-primary);--text-dark:#1f2937;--text-body:#4b5563;--text-muted:#6b7280;--border:#e5e7eb;--bg-soft:#f3f4f6;--bg-page:#f8fafc;--success:#25d366;--danger:#dc2626;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--app-max:520px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-dark);background:#fff;font-family:Plus Jakarta Sans,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.app-frame{max-width:var(--app-max);background:#fff;flex-direction:column;min-height:100vh;margin:0 auto;padding-bottom:110px;display:flex;position:relative}@media (min-width:641px){body:has(.app-frame){background-color:#f1f5f9;background-image:radial-gradient(#cbd5e1 1.2px,#0000 1.2px);background-size:24px 24px;background-attachment:fixed}.app-frame{border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;box-shadow:0 25px 50px -12px #0f172a26,0 0 0 1px #0f172a0f}}.home-hero{background:linear-gradient(160deg, var(--primary-dark) 0%, var(--primary) 55%, var(--primary-light) 100%);border-radius:0 0 22px 22px;padding-bottom:46px;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 15%,#ffffff1f 0%,#0000 40%),radial-gradient(circle at 90% 30%,#ffffff1a 0%,#0000 35%);position:absolute;inset:0}.home-navbar{z-index:4;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px 0;display:flex;position:relative}.brand-logo{color:#fff;flex-shrink:0;align-items:center;gap:10px;min-width:0;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s;display:inline-flex}.brand-logo:hover{transform:translateY(-1px)}.brand-logo-mark{filter:drop-shadow(0 4px 12px #10b98140);background:#ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:filter .3s,transform .3s;display:flex;overflow:hidden}.brand-logo:hover .brand-logo-mark{filter:drop-shadow(0 6px 16px #10b98173)}.brand-logo-mark img{object-fit:cover;width:100%;height:100%}.brand-logo-text{white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.15;overflow:hidden}.home-topbar-search{background:#fffffff5;border-radius:20px;flex-shrink:0;align-items:center;width:min(56vw,480px);height:40px;padding:0 14px;display:inline-flex;box-shadow:0 8px 20px #00000026}.home-topbar-search-icon{width:18px;height:18px;color:var(--primary-light);flex-shrink:0}.home-topbar-search-icon svg{width:100%;height:100%;display:block}.home-topbar-search-typing{color:#8b93a3;white-space:nowrap;background:0 0;border:none;outline:none;flex:1;min-width:0;padding-left:8px;font-family:inherit;font-size:13px;font-weight:600;overflow:hidden}.home-topbar-search-typing::placeholder{color:#8b93a3;opacity:1}.home-topbar-search-typing:focus{color:#1f2937}.slider{z-index:3;border-radius:14px;width:92%;max-width:600px;margin:20px auto 0;position:relative;overflow:hidden;box-shadow:0 10px 24px #00000040}.slides{transition:transform .5s ease-in-out;display:flex}.slide{aspect-ratio:16/9;cursor:pointer;background:#0f172a;flex-shrink:0;width:100%;position:relative;overflow:hidden}.slide .cover-photo-wrapper{width:100%;height:100%;position:absolute;inset:0}.slide img{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.slide-caption{color:#fff;z-index:4;text-shadow:0 1px 3px #0009;background:linear-gradient(#0000 0%,#00000073 45%,#000c 100%);padding:32px 16px 14px;font-size:14px;font-weight:700;position:absolute;bottom:0;left:0;right:0}.slide-button{color:#fff;background-color:#00000059;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slide-button svg{width:13px;height:13px}.slide-prev{left:10px}.slide-next{right:10px}.slide-next svg{transform:rotate(180deg)}.slide-dots{z-index:3;gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.slide-dot{background:#ffffff80;border-radius:50%;width:6px;height:6px}.slide-dot.active{background:#fff;border-radius:4px;width:16px}.cta-wrap{z-index:3;margin:-30px 3% 0;position:relative}.cta-card{border-radius:var(--radius-sm);background:#fff;flex-direction:column;gap:10px;padding:20px 18px 18px;display:flex;box-shadow:0 8px 22px #0000001f}.btn-donation{background-color:var(--primary);color:#fff;border-radius:8px;align-self:flex-start;padding:10px 20px;font-size:14px;font-weight:600}.btn-donation:hover{background-color:var(--primary-dark)}.cta-tagline{color:#000;font-size:14px;font-weight:500}.section-container{margin-top:26px;padding:0 20px}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-title{color:var(--text-dark);font-size:17px;font-weight:700}.view-all-link{color:var(--link);white-space:nowrap;font-size:13px;font-weight:600}.scroll-row{scrollbar-width:none;gap:14px;padding-bottom:6px;display:flex;overflow-x:auto}.scroll-row::-webkit-scrollbar{display:none}.base-card{border-radius:var(--radius-sm);cursor:pointer;background:#fff;flex-direction:column;flex:0 0 215px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.base-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.base-card .card-thumb{aspect-ratio:16/10;background:#f8fafc;width:100%;position:relative;overflow:hidden}.base-card .card-thumb img{width:100%;height:100%;object-fit:cover!important}.card-body{padding:12px}.card-body h3{color:#000;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.badge-text{align-items:center;gap:4px;margin-bottom:8px;display:flex}.badge-text strong{color:var(--text-body);font-size:10px;font-weight:500}.verify-icon{flex-shrink:0;width:12px;height:12px;display:inline-flex}.donation-amount{align-items:baseline;gap:6px;margin-bottom:6px;display:flex}.donation-amount .label{color:#333;font-size:10px;font-weight:500}.donation-amount .amount{color:#000;font-size:12px;font-weight:700}.progress-bar{background:var(--border);border-radius:5px;height:8px;overflow:hidden}.progress-bar .progress{background:var(--progress);width:0%;height:100%;transition:width .6s}.category-row{scrollbar-width:none;gap:16px;padding-bottom:6px;display:flex;overflow-x:auto}.category-row::-webkit-scrollbar{display:none}.category-item{text-align:center;cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:78px;display:flex}.category-icon{background:color-mix(in srgb, var(--primary) 12%, #fff);width:62px;height:62px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #00000014,inset 0 1px #fff9}.category-icon svg{width:28px;height:28px}.category-item span{color:var(--text-body);font-size:12px;font-weight:600;line-height:1.2}.program-list{flex-direction:column;gap:12px;display:flex}.program-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:stretch;gap:12px;padding:10px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 1px 3px #0000000a;color:inherit!important;text-decoration:none!important}.program-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 14px #00000014}.program-image{aspect-ratio:16/10;background:#f8fafc;border-radius:12px;flex-shrink:0;width:145px;min-width:145px;max-width:45%;position:relative;overflow:hidden}.program-image img,.program-image .cover-photo-wrapper,.program-image .cover-photo-main{width:100%;height:100%;display:block;object-fit:cover!important}.program-details{flex-direction:column;flex:1;justify-content:space-between;min-width:0;padding:2px 2px 2px 0;display:flex}.program-details h3{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:13.5px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.program-meta-wrap{margin-top:auto}.program-details .progress-bar{background:#e5e7eb;border-radius:999px;height:5px;margin:0 0 6px;position:relative;overflow:hidden}.program-details .progress-bar .progress{background:var(--primary,#ea580c);border-radius:999px;height:100%;transition:width .3s}.program-stats-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.program-amount-val{color:#111827;font-size:13px;font-weight:800}.program-days-val{color:#6b7280;white-space:nowrap;font-size:11px;font-weight:600}@media (min-width:641px){.program-image{width:175px;min-width:175px}.program-details h3{font-size:14.5px}.program-amount-val{font-size:14px}}.gradient-button{background-image:linear-gradient(to right, var(--primary), var(--primary-light));border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 16px #0003}.gradient-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000047}.section-cta{text-align:center;margin-top:18px}.promo-banner{border-radius:14px;margin:26px 20px 0;overflow:hidden}.promo-banner img{width:100%;display:block}.news-list{flex-direction:column;display:flex}.news-item{cursor:pointer;align-items:flex-start;gap:12px;padding:14px 0;display:flex}.news-item+.news-item{border-top:1px solid #eee}.news-content{flex:1;min-width:0}.news-date{background:var(--border);color:#555;border-radius:5px;margin-bottom:8px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-block}.news-title{margin-bottom:6px;font-size:14px;font-weight:700;line-height:1.3}.news-description{color:var(--text-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.news-thumbnail{background:#0f172a;border-radius:8px;flex-shrink:0;width:96px;height:84px;position:relative;overflow:hidden}.news-thumbnail img{object-fit:contain;width:100%;height:100%}.ph-img{background:linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 55%, var(--primary-dark) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ph-img:before{content:"";background:radial-gradient(circle,#fff3 0%,#0000 60%);width:130%;height:130%;position:absolute;top:-35%;left:-20%}.ph-img:after{content:"";background:linear-gradient(155deg,#ffffff29 0%,#fff0 38%,#00000029 100%);position:absolute;inset:0}.ph-img-icon{z-index:2;aspect-ratio:1;color:#fff;filter:drop-shadow(0 3px 7px #00000040);width:32%;max-width:54px;position:relative}.ph-img-icon svg{width:100%;height:100%;display:block}.site-footer{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-top:auto;padding:34px 20px 20px;display:flex}.footer-links{color:var(--link);flex-wrap:wrap;justify-content:center;gap:8px;font-size:13px;display:flex}.social-media{gap:14px;display:flex}.social-icon{background:var(--bg-soft);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon svg{width:18px;height:18px}.copyright{color:var(--text-muted);font-size:12px}.tab-bar-wrapper{width:min(100%, var(--app-max));z-index:999;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.tab-bar{background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-around;align-items:flex-end;height:68px;padding-bottom:8px;display:flex;box-shadow:0 -4px 20px #00000014}.tab-item{color:#999;flex-direction:column;flex:1;align-items:center;gap:4px;padding:12px 0 0;font-size:11px;font-weight:600;display:flex}.tab-item .tab-ic{width:21px;height:21px}.tab-item .tab-ic svg{width:100%;height:100%;display:block}.tab-item.active{color:var(--tab-active)}.tab-item-main{flex-direction:column;flex:1.2;align-items:center;display:flex;position:relative;top:-14px}.main-icon-circle{background:linear-gradient(155deg, var(--primary-light), var(--primary-dark));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex;box-shadow:0 8px 20px #00000040}.main-icon-circle svg{width:22px;height:22px}.tab-item-main>span:last-child{color:var(--tab-active);font-size:11px;font-weight:600}.whatsapp-float{bottom:88px;right:max(16px, calc(50% - var(--app-max) / 2 + 16px));z-index:1000;color:#fff;background:linear-gradient(155deg,#2fdc78,#1fb857);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s;display:flex;position:fixed;box-shadow:0 6px 18px #1fb8576b}.whatsapp-float svg{width:26px;height:26px}.whatsapp-float:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 10px 24px #1fb85780}.page-header{background:linear-gradient(120deg, var(--primary-dark), var(--primary));color:#fff;border-radius:0 0 18px 18px;align-items:center;gap:14px;padding:18px 20px;display:flex;box-shadow:0 4px 14px #0000000f}.page-header .back-btn{color:#fff;background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:flex}.page-header .back-btn:hover{background:#ffffff47}.page-header .back-btn svg{width:17px;height:17px}.page-header h1{letter-spacing:-.01em;font-size:16px;font-weight:700}.subpage-search-bar{background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;align-items:center;gap:10px;padding:8px 14px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.subpage-search-bar:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #0596691f}.subpage-search-bar .search-icon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.subpage-search-bar input{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;font-size:13px}.subpage-search-bar .clear-search-btn{color:#64748b;cursor:pointer;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;transition:all .15s;display:flex}.subpage-search-bar .clear-search-btn:hover{color:#1e293b;background:#cbd5e1}.filter-chip-row{scrollbar-width:none;gap:8px;padding:14px 20px 4px;display:flex;overflow-x:auto}.filter-chip-row::-webkit-scrollbar{display:none}.filter-chip{background:var(--bg-soft);color:var(--text-body);border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:7px 16px;font-size:12px;font-weight:600;transition:all .15s}.filter-chip:hover{background:#e2e8f0}.filter-chip.active{background:var(--primary);color:#fff;box-shadow:0 2px 8px #0000001f}.empty-state{text-align:center;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:18px;flex-direction:column;align-items:center;margin:14px 20px;padding:38px 20px;display:flex}.empty-state-icon{margin-bottom:10px;font-size:38px;line-height:1}.empty-state-title{color:#1e293b;margin-bottom:6px;font-size:15px;font-weight:800}.empty-state-desc{color:#64748b;max-width:340px;margin-bottom:14px;font-size:12px;line-height:1.55}.empty-state-btn{background:var(--primary);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s;display:inline-flex;box-shadow:0 3px 10px #0000001f}.empty-state-btn:hover{opacity:.92;transform:translateY(-1px)}.hero-welcome-slide{background:linear-gradient(135deg, var(--primary-dark,#047857) 0%, var(--primary,#059669) 60%, var(--primary-light,#10b981) 100%);color:#fff;border-radius:16px;padding:22px 18px;position:relative;overflow:hidden;box-shadow:0 6px 20px -4px #0000002e}.hero-welcome-slide:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff38 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-40%;right:-20%}.hero-welcome-inner{z-index:1;position:relative}.hero-welcome-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#fff3;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:6px;margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.hero-welcome-title{color:#fff;text-shadow:0 2px 4px #0000001f;margin-bottom:6px;font-size:19px;font-weight:800;line-height:1.25}.hero-welcome-desc{color:#fffffff0;margin-bottom:14px;font-size:12px;line-height:1.5}.hero-welcome-tags{flex-wrap:wrap;gap:6px;display:flex}.welcome-tag{color:#fff;background:#ffffff2e;border:1px solid #ffffff38;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700}.detail-hero-img{aspect-ratio:16/10;background:#f8fafc;width:100%;min-height:220px;max-height:440px;position:relative;overflow:hidden}.detail-hero-img img,.detail-hero-img .cover-photo-wrapper,.detail-hero-img .cover-photo-main{width:100%;height:100%;display:block;object-fit:cover!important}.detail-body{padding:18px 20px 0}.detail-title{margin-bottom:10px;font-size:17px;font-weight:700;line-height:1.4}.detail-org{align-items:center;gap:6px;margin-bottom:16px;display:flex}.detail-org .org-avatar{background:var(--bg-soft);width:26px;height:26px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.detail-org .org-avatar img{object-fit:cover;width:100%;height:100%}.detail-org .org-avatar svg{width:14px;height:14px}.detail-org span{color:var(--text-body);font-size:13px;font-weight:600}.detail-progress .progress-bar{height:10px;margin-bottom:10px}.detail-amounts{justify-content:space-between;margin-bottom:4px;display:flex}.detail-amounts .collected{color:var(--text-dark);font-size:16px;font-weight:800}.detail-amounts .collected small{color:var(--text-muted);font-size:11px;font-weight:500;display:block}.detail-amounts .days-left{color:var(--text-muted);text-align:right;font-size:13px;font-weight:600}.detail-actions{gap:10px;margin:18px 0;display:flex}.btn-share{border-radius:var(--radius-md);border:1.5px solid var(--primary);width:52px;color:var(--primary);background:#fff;flex-shrink:0;justify-content:center;align-items:center;display:flex}.btn-share svg{width:19px;height:19px}.btn-donate-main{background:var(--primary);color:#fff;border-radius:var(--radius-md);flex:1;padding:14px;font-size:15px;font-weight:700}.btn-donate-main:hover{background:var(--primary-dark)}.info-accordion{border-radius:var(--radius-sm);background:#fff;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.info-accordion summary{cursor:pointer;justify-content:space-between;align-items:center;padding:14px 16px;font-size:13px;font-weight:600;list-style:none;display:flex}.info-accordion summary::-webkit-details-marker{display:none}.info-accordion .accordion-body{color:var(--text-body);padding:0 16px 14px;font-size:12px;line-height:1.6}.story-text{color:#444;font-size:13px;line-height:1.7}.donate-form-overlay{z-index:2000;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.donate-form-panel{width:100%;max-width:var(--app-max);background:#fff;border-radius:20px 20px 0 0;max-height:86vh;padding:22px 20px 26px;position:relative;overflow-y:auto}.donate-form-panel h2{margin-bottom:16px;font-size:16px;font-weight:700}.amount-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.amount-chip{text-align:center;border:1.5px solid var(--border);color:var(--text-dark);background:#fff;border-radius:10px;padding:12px;font-size:13px;font-weight:600}.amount-chip.active{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 8%, #fff);color:var(--primary)}.form-field{margin-bottom:14px}.form-field label{color:var(--text-body);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.form-field input,.form-field select,.form-field textarea{border:1.5px solid var(--border);border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--primary);outline:none}.donate-close{background:var(--bg-soft);color:#666;z-index:10;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex;position:absolute;top:14px;right:16px}.donate-close:hover{color:#0f172a;background:#e2e8f0}.shove-co-panel{max-height:90vh;padding:24px 20px 28px;overflow-y:auto}.shove-form-header h2{color:#0f172a;margin:0 0 4px;font-size:18px;font-weight:800}.shove-subtitle{color:#64748b;margin:0 0 16px;font-size:13px}.shove-section{margin-bottom:18px}.shove-label{color:#334155;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.shove-custom-amount-field{border:1.5px solid var(--border);background:#fff;border-radius:10px;align-items:center;display:flex;overflow:hidden}.shove-custom-amount-field:focus-within{border-color:var(--primary)}.shove-prefix{color:#64748b;border-right:1.5px solid var(--border);background:#f8fafc;padding:0 12px;font-size:14px;font-weight:700}.shove-custom-amount-field input{border:none!important;border-radius:0!important;padding:12px!important}.form-field .req{color:#ef4444;font-weight:700}.shove-methods-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.shove-method-tile{text-align:left;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:6px;padding:12px 14px;transition:all .2s;display:flex}.shove-method-tile:hover{background:#f8fafc;border-color:#cbd5e1}.shove-method-tile.selected{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 6%, #fff);box-shadow:0 2px 8px color-mix(in srgb, var(--primary) 15%, transparent)}.method-top{justify-content:space-between;align-items:center;gap:6px;display:flex}.method-icon{font-size:16px}.method-title{color:#0f172a;flex:1;font-size:13px;font-weight:700}.method-check{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:800;display:flex}.method-desc{color:#64748b;font-size:11px;line-height:1.4}.shove-co-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:14px 16px}.co-summary-row{justify-content:space-between;align-items:center;display:flex}.co-label{color:#475569;font-size:13px;font-weight:500}.co-val{color:var(--primary);font-size:18px;font-weight:800}.shove-submit-btn{border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:700}.shove-error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:14px;padding:10px 14px;font-size:12px}.shove-ty-view{padding:4px 0 12px}.shove-ty-header{text-align:center;margin-bottom:20px}.shove-ty-icon-circle{background:#ecfdf5;border:2px solid #a7f3d0;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 12px;font-size:24px;display:flex}.shove-ty-title{color:#0f172a;margin:0 0 6px;font-size:20px;font-weight:800}.shove-ty-subtitle{color:#475569;margin:0;font-size:13px;line-height:1.5}.shove-ty-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:10px;margin-bottom:18px;padding:14px 16px;font-size:13px;display:flex}.shove-ty-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.shove-ty-row .label{color:#64748b;font-size:12px}.shove-ty-row .value{color:#0f172a}.val-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700}.val-accent{font-size:13px;color:var(--primary)!important}.shove-ty-total-row{border-top:1px dashed #cbd5e1;align-items:center;padding-top:10px}.shove-amount-copy-wrap{align-items:center;gap:8px;display:flex}.total-amount{color:var(--primary);font-size:17px;font-weight:800}.btn-pill-copy{color:#334155;cursor:pointer;background:#e2e8f0;border:none;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700;transition:all .15s}.btn-pill-copy:hover{color:#0f172a;background:#cbd5e1}.shove-bank-box{background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;margin-bottom:20px;padding:16px;box-shadow:0 2px 8px #0000000a}.shove-bank-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.bank-provider-tag{color:#1d4ed8;background:#eff6ff;border-radius:6px;margin-bottom:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.bank-account-num{letter-spacing:.5px;color:#0f172a;font-family:ui-monospace,SFMono-Regular,monospace;font-size:20px;font-weight:800}.bank-holder-name{color:#64748b;margin-top:2px;font-size:12px}.shove-btn-copy-bank{color:#fff;cursor:pointer;white-space:nowrap;background:#0f172a;border:none;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:700;transition:all .15s}.shove-btn-copy-bank:hover{background:#334155}.shove-btn-copy-bank.copied{background:#16a34a}.shove-bank-note{color:#475569;border-top:1px solid #f1f5f9;margin:12px 0 0;padding-top:10px;font-size:11.5px;line-height:1.5}.shove-qris-box{text-align:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;margin-bottom:20px;padding:18px 16px;box-shadow:0 2px 8px #0000000a}.shove-qris-badge{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;margin-bottom:14px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.shove-qris-img-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px;display:inline-block;box-shadow:0 4px 12px #0000000f}.shove-qris-img{object-fit:contain;width:220px;height:220px;display:block}.shove-qris-hint{color:#475569;margin:14px 0 0;font-size:12px;line-height:1.5}.shove-ty-actions{flex-direction:column;gap:10px;display:flex}.btn-shove-wa{cursor:pointer;background:#22c55e;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #22c55e4d;color:#fff!important}.btn-shove-wa:hover{background:#16a34a;transform:translateY(-1px);box-shadow:0 6px 16px #22c55e66}.btn-shove-wa.disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1;color:#64748b!important}.btn-shove-wa .wa-icon{font-size:16px}.btn-shove-secondary{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:12px;padding:12px;font-size:13px;font-weight:600;transition:all .15s}.btn-shove-secondary:hover{color:#0f172a;background:#e2e8f0}.ty-page-container{justify-content:center;align-items:flex-start;min-height:calc(100vh - 120px);padding:24px 16px 48px;display:flex}.ty-page-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;width:100%;max-width:620px;padding:32px 24px;box-shadow:0 10px 30px #0000000d}@media (max-width:480px){.ty-page-card{border-radius:16px;padding:24px 16px}}.ty-header-box{text-align:center;margin-bottom:24px}.ty-check-circle{background:#ecfdf5;border:2px solid #a7f3d0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 14px;font-size:28px;display:flex}.ty-status-pill{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;margin-bottom:12px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-block}.ty-title{color:#0f172a;margin:0 0 8px;font-size:22px;font-weight:800}.ty-subtitle{color:#475569;max-width:480px;margin:0 auto;font-size:13.5px;line-height:1.6}.ty-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;margin-bottom:20px;padding:16px 18px;font-size:13.5px;display:flex}.ty-summary-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ty-summary-row .label{color:#64748b;font-size:12.5px;font-weight:500}.ty-summary-row .val-id{color:var(--primary);font-size:13.5px;font-weight:700}.ty-summary-row .val-text{color:#0f172a}.ty-total-row{border-top:1.5px dashed #cbd5e1;align-items:center;margin-top:2px;padding-top:12px}.ty-amount-wrap{align-items:center;gap:8px;display:flex}.ty-amount-val{color:var(--primary);font-size:19px;font-weight:800}.ty-copy-badge{color:#334155;cursor:pointer;background:#e2e8f0;border:none;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700;transition:all .15s}.ty-copy-badge:hover{color:#0f172a;background:#cbd5e1}.ty-payment-block{border:1.5px solid #cbd5e1;border-radius:16px;margin-bottom:24px;padding:20px;box-shadow:0 4px 12px #00000008}.ty-block-badge{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:6px;margin-bottom:14px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.ty-bank-display{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.ty-bank-tag{color:#1e3a8a;margin-bottom:4px;font-size:13px;font-weight:800;display:block}.ty-bank-number{color:#0f172a;letter-spacing:.5px;font-size:22px;font-weight:800}.ty-bank-holder{color:#64748b;margin-top:4px;font-size:12.5px}.ty-btn-copy-bank{color:#fff;cursor:pointer;white-space:nowrap;background:#0f172a;border:none;border-radius:10px;padding:10px 16px;font-size:13px;font-weight:700;transition:all .2s}.ty-btn-copy-bank:hover{background:#334155}.ty-btn-copy-bank.copied{background:#16a34a}.ty-bank-guide{color:#475569;border-top:1px solid #f1f5f9;margin-top:14px;padding-top:12px;font-size:12px;line-height:1.5}.ty-qris-block{text-align:center}.ty-qris-wrap{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;margin-bottom:16px;padding:12px;display:inline-block;box-shadow:0 4px 16px #0000000f}.ty-qris-img{object-fit:contain;width:240px;height:240px;display:block}.ty-qris-apps{margin-bottom:12px}.ty-qris-apps span{color:#64748b;margin-bottom:8px;font-size:11.5px;font-weight:600;display:block}.ty-app-tags{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.ty-app-tags .tag{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.ty-qris-instructions{color:#475569;max-width:440px;margin:12px auto 16px;font-size:12.5px;line-height:1.5}.ty-btn-open-qr{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-block}.ty-btn-open-qr:hover{background:#dbeafe}.ty-actions-group{flex-direction:column;gap:12px;display:flex}.ty-btn-whatsapp{cursor:pointer;background:#22c55e;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:15px;font-weight:800;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 6px 20px #22c55e59;color:#fff!important}.ty-btn-whatsapp:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 8px 24px #22c55e73}.ty-btn-whatsapp.disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1;color:#64748b!important}.ty-btn-whatsapp .wa-icon{font-size:20px}.ty-nav-links{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ty-btn-nav{text-align:center;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .15s;display:block}.ty-btn-nav.secondary{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1}.ty-btn-nav.secondary:hover{color:#0f172a;background:#e2e8f0}.ty-btn-nav.outline{color:#64748b;background:0 0;border:1px solid #e2e8f0}.ty-btn-nav.outline:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.ty-proof-section{margin-bottom:22px}.ty-proof-box{background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:16px;padding:16px 18px;transition:all .2s}.ty-proof-box:hover{border-color:var(--primary);background:#fff}.ty-proof-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ty-proof-head-title{flex:1;align-items:center;gap:10px;display:flex}.ty-icon-camera{font-size:24px}.ty-proof-head-title strong{color:#0f172a;font-size:13.5px;font-weight:700;display:block}.ty-proof-head-title p{color:#64748b;margin:2px 0 0;font-size:12px}.ty-btn-toggle-upload{color:#fff;cursor:pointer;white-space:nowrap;background:#0f172a;border:none;border-radius:10px;padding:8px 14px;font-size:12.5px;font-weight:700;transition:all .15s}.ty-btn-toggle-upload:hover{background:#334155}.ty-upload-form{border-top:1px solid #e2e8f0;flex-direction:column;gap:12px;margin-top:14px;padding-top:14px;display:flex}.ty-upload-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-size:12px}.ty-file-dropzone{cursor:pointer;text-align:center;background:#fff;border:2px dashed #cbd5e1;border-radius:12px;padding:16px;transition:border-color .2s;position:relative;overflow:hidden}.ty-file-dropzone:hover{border-color:var(--primary)}.ty-file-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.ty-dropzone-label{cursor:pointer;display:block}.ty-dropzone-placeholder{flex-direction:column;align-items:center;gap:4px;display:flex}.drop-icon{font-size:26px}.drop-text{color:#1e293b;font-size:13px;font-weight:700}.drop-hint{color:#64748b;font-size:11.5px}.ty-preview-wrap{text-align:center}.ty-preview-img{object-fit:contain;border:1px solid #e2e8f0;border-radius:8px;max-width:200px;max-height:180px;margin-bottom:6px;display:inline-block}.ty-change-text{color:var(--primary);font-size:11.5px;font-weight:600;display:block}.ty-upload-note-field label{color:#475569;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.ty-upload-note-field input{border:1.5px solid #cbd5e1;border-radius:8px;width:100%;padding:10px 12px;font-size:13px}.ty-upload-note-field input:focus{border-color:var(--primary);outline:none}.ty-btn-submit-proof{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px;font-size:13.5px;font-weight:700;transition:opacity .15s}.ty-btn-submit-proof:hover{opacity:.92}.ty-btn-submit-proof:disabled{opacity:.6;cursor:not-allowed}.ty-proof-success-card{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;display:flex}.ty-proof-success-icon{font-size:24px;line-height:1}.ty-proof-success-body strong{color:#166534;margin-bottom:4px;font-size:14px;display:block}.ty-proof-success-body p{color:#15803d;margin:0 0 6px;font-size:12.5px;line-height:1.4}.ty-view-proof-link{color:#166534;font-size:12px;font-weight:700;text-decoration:underline}.ty-view-proof-btn{color:#166534;cursor:pointer;background:#fff;border:1.5px solid #86efac;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex}.ty-view-proof-btn:hover{background:#dcfce7;border-color:#4ade80}.ty-lightbox-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172abf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ty-lightbox-card{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:90vh;animation:.2s ease-out tyZoomIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000040}@keyframes tyZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ty-lightbox-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ty-lightbox-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .15s;display:flex}.ty-lightbox-close:hover{color:#0f172a;background:#e2e8f0}.ty-lightbox-body{background:#f8fafc;justify-content:center;align-items:center;min-height:200px;padding:16px;display:flex;overflow-y:auto}.ty-lightbox-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:55vh;box-shadow:0 4px 12px #00000014}.ty-lightbox-footer{background:#fff;border-top:1px solid #e2e8f0;padding:14px 20px}.ty-btn-gateway-action{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;margin-top:8px;padding:14px 24px;font-size:14px;font-weight:800;transition:all .2s;display:inline-block;box-shadow:0 4px 14px #10b98159}.ty-btn-gateway-action:hover{transform:translateY(-2px);box-shadow:0 6px 18px #10b98173}.empty-state{text-align:center;color:var(--text-muted);padding:60px 30px}.empty-state .icon{width:40px;height:40px;color:var(--border);margin:0 auto 12px}.empty-state .icon svg{width:100%;height:100%;display:block}.empty-state p{font-size:13px;line-height:1.6}@media (max-width:380px){.home-navbar{gap:10px;padding:14px 14px 0}.home-topbar-search{height:36px}.base-card{flex-basis:185px}.program-image{width:115px;min-width:115px}}.auth-page{background:linear-gradient(160deg,#ecfdf5 0%,#f8fafc 60%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:#fff;border-radius:20px;width:100%;max-width:400px;padding:32px 28px;box-shadow:0 20px 50px #00000014}.auth-card .brand-logo-mark{margin:0 auto 16px}.auth-card h1{text-align:center;margin-bottom:6px;font-size:20px;font-weight:800}.auth-card .subtitle{text-align:center;color:var(--text-muted);margin-bottom:24px;font-size:13px}.auth-card .form-field{margin-bottom:16px}.auth-card button[type=submit]{background:var(--primary,#059669);color:#fff;border-radius:10px;width:100%;margin-top:6px;padding:13px;font-size:14px;font-weight:700}.auth-card button[type=submit]:disabled{opacity:.6}.auth-card button[type=submit]:hover:not(:disabled){background:var(--primary-dark,#047857)}.auth-switch{text-align:center;color:var(--text-muted);margin-top:20px;font-size:13px}.auth-switch a{color:var(--primary,#059669);font-weight:700}.auth-error{color:var(--danger);background:#fef2f2;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:12px}.marketing-header{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #e2e8f0d9;transition:all .2s;position:sticky;top:0;left:0;right:0;box-shadow:0 4px 20px -2px #0f172a0a}.marketing-nav{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:14px 6vw;display:flex}.marketing-nav .actions{align-items:center;gap:10px;display:flex}.btn-outline{border:1.5px solid var(--border);color:var(--text-dark);border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600}.btn-solid{color:#fff;background:#059669;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:700}.btn-solid:hover{background:#047857}@media (max-width:768px){.marketing-header .nav-links{display:none!important}.marketing-nav{padding:12px 16px}}.marketing-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;max-width:1100px;margin:0 auto;padding:60px 6vw 40px;display:grid}.marketing-hero h1{color:#0f172a;margin-bottom:18px;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15}.marketing-hero h1 span{color:#059669}.marketing-hero p{color:var(--text-body);max-width:480px;margin-bottom:28px;font-size:16px;line-height:1.6}.marketing-hero-actions{flex-wrap:wrap;gap:14px;display:flex}.btn-cta{color:#fff;background:#059669;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:700;box-shadow:0 10px 24px #0596694d}.btn-cta:hover{background:#047857}.btn-cta-outline{border:1.5px solid var(--border);color:var(--text-dark);border-radius:10px;padding:14px 28px;font-size:15px;font-weight:600}.marketing-hero-preview{justify-self:center}.phone-frame{background:#0f172a;border-radius:32px;width:260px;padding:10px;box-shadow:0 30px 60px #00000040}.phone-frame-screen{aspect-ratio:9/18.5;background:#fff;border-radius:24px;overflow:hidden}.marketing-section{max-width:1100px;margin:0 auto;padding:40px 6vw}.marketing-section h2{text-align:center;margin-bottom:10px;font-size:26px;font-weight:800}.marketing-section .lead{text-align:center;color:var(--text-muted);max-width:560px;margin:0 auto 36px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.feature-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:22px}.feature-card .icon{color:#059669;background:#ecfdf5;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:14px;display:flex}.feature-card .icon svg{width:20px;height:20px}.feature-card h3{margin-bottom:6px;font-size:15px;font-weight:700}.feature-card p{color:var(--text-muted);font-size:13px;line-height:1.6}.marketing-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#059669,#047857);border-radius:24px;max-width:1100px;margin:20px auto 60px;padding:50px 6vw}.marketing-cta h2{margin-bottom:10px;font-size:26px;font-weight:800}.marketing-cta p{opacity:.9;margin-bottom:24px}.marketing-cta .btn-cta{color:#059669;box-shadow:none;background:#fff}.marketing-cta .btn-cta:hover{background:#f0fdf4}.marketing-footer{text-align:center;color:var(--text-muted);padding:30px;font-size:13px}.dash-shell{background:var(--bg-page);min-height:100vh;display:flex}.dash-sidebar{color:#fff;background:#0f172a;flex-direction:column;flex-shrink:0;width:230px;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.dash-sidebar .brand{align-items:center;gap:10px;padding:0 8px 20px;display:flex}.dash-sidebar .brand-logo-mark{width:32px;height:32px}.dash-sidebar .brand-name{font-size:14px;font-weight:700}.dash-nav{flex-direction:column;flex:1;gap:2px;display:flex}.dash-nav a{color:#cbd5e1;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.dash-nav a svg{flex-shrink:0;width:18px;height:18px}.dash-nav a:hover{color:#fff;background:#ffffff0f}.dash-nav a.active{color:#fff;background:#059669}.dash-sidebar .logout-form button{color:#cbd5e1;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.dash-sidebar .logout-form button:hover{color:#fff;background:#ffffff0f}.dash-sidebar .logout-form svg{width:18px;height:18px}.dash-main{flex:1;min-width:0;padding:28px clamp(20px,4vw,44px)}.dash-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.dash-topbar h1{font-size:22px;font-weight:800}.dash-topbar .subtitle{color:var(--text-muted);margin-top:2px;font-size:13px}.dash-stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:28px;display:grid}.dash-stat-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:18px 20px;box-shadow:0 1px 3px #0000000f}.dash-stat-card .label{color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:600}.dash-stat-card .value{color:var(--text-dark);font-size:22px;font-weight:800}.dash-panel{border:1px solid var(--border);background:#fff;border-radius:14px;margin-bottom:24px;overflow:hidden}.dash-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dash-panel-header h2{font-size:15px;font-weight:700}.dash-table{border-collapse:collapse;width:100%;font-size:13px}.dash-table th{text-align:left;background:var(--bg-page);color:var(--text-muted);border-bottom:1px solid var(--border);padding:10px 20px;font-size:12px;font-weight:600}.dash-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 20px}.dash-table tr:last-child td{border-bottom:none}.dash-table .thumb{object-fit:cover;background:var(--bg-soft);border-radius:8px;flex-shrink:0;width:42px;height:42px}.dash-table .row-title{color:var(--text-dark);font-weight:600}.dash-table .row-sub{color:var(--text-muted);font-size:12px}.dash-badge{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.dash-badge.published{color:#059669;background:#ecfdf5}.dash-badge.draft{color:#6b7280;background:#f3f4f6}.dash-badge.urgent{color:#dc2626;background:#fef2f2}.dash-icon-btn{width:32px;height:32px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.dash-icon-btn svg{width:16px;height:16px}.dash-icon-btn:hover{background:var(--bg-page);color:var(--text-dark)}.dash-icon-btn.danger:hover{color:var(--danger);background:#fef2f2}.dash-btn{color:#fff;background:#059669;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;display:inline-flex}.dash-btn:hover{background:#047857}.dash-btn svg{width:16px;height:16px}.dash-btn.secondary{border:1.5px solid var(--border);color:var(--text-dark);background:#fff}.dash-btn.secondary:hover{background:var(--bg-page)}.dash-form{max-width:640px}.dash-form .row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dash-form-field{margin-bottom:18px}.dash-form-field label{margin-bottom:6px;font-size:13px;font-weight:700;display:block}.dash-form-field .hint{color:var(--text-muted);margin-top:4px;font-size:12px}.dash-form-field input,.dash-form-field select,.dash-form-field textarea{border:1.5px solid var(--border);border-radius:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px}.dash-form-field input[type=color]{cursor:pointer;height:42px;padding:4px}.dash-form-field input:focus,.dash-form-field select:focus,.dash-form-field textarea:focus{border-color:var(--primary,#059669);outline:none}.dash-form-field textarea{resize:vertical;min-height:100px}.dash-checkbox{align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.dash-checkbox input{width:auto}.dash-current-photo{aspect-ratio:16/10;background:var(--bg-soft);border-radius:10px;width:100%;max-width:240px;margin-bottom:10px;overflow:hidden}.dash-current-photo img{object-fit:cover;width:100%;height:100%}@media (max-width:860px){.dash-sidebar{display:none}.marketing-hero{grid-template-columns:1fr}.marketing-hero-preview{display:none}.dash-form .row{grid-template-columns:1fr}}.template-switcher-bar{color:#fff;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;border-bottom:1px solid #ffffff1f;padding:10px 14px;position:sticky;top:0}.template-switcher-bar.is-collapsed{padding:6px 14px}.template-switcher-inner{flex-direction:column;gap:8px;display:flex}.template-switcher-header{justify-content:space-between;align-items:center;display:flex}.template-switcher-title{letter-spacing:.5px;text-transform:uppercase;color:#94a3b8;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.template-switcher-dot{background:var(--org-primary,#10b981);width:7px;height:7px;box-shadow:0 0 8px var(--org-primary,#10b981);border-radius:50%}.template-switcher-toggle{color:#38bdf8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}.template-switcher-toggle:hover{background:#ffffff1a}.template-chips{scrollbar-width:none;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.template-chips::-webkit-scrollbar{display:none}.template-chip{color:#e2e8f0;cursor:pointer;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:600;transition:all .15s;display:inline-flex}.template-chip:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translateY(-1px)}.template-chip.active{color:#0f172a;background:#fff;border-color:#fff;box-shadow:0 2px 6px #0003}.template-chip .chip-indicator{background:var(--chip-color,#10b981);border-radius:50%;width:8px;height:8px}.template-chip .chip-badge{color:#94a3b8;background:#00000040;border-radius:999px;padding:1px 6px;font-size:9px;font-weight:500}.template-chip.active .chip-badge{color:#475569;background:#0f172a1a}.template-style-notice{display:none!important}.template-2,.template-template-2,.template-kitabisa{--org-primary:#00aeef;--org-primary-dark:#008cc2;--org-primary-light:#e0f6fd}.template-2 .home-hero,.template-template-2 .home-hero,.template-kitabisa .home-hero{background:linear-gradient(#00aeef 0%,#0093dd 100%)}.template-2 .btn-donation,.template-2 .btn-donate-main,.template-2 .gradient-button,.template-template-2 .btn-donation,.template-template-2 .btn-donate-main,.template-template-2 .gradient-button,.template-kitabisa .btn-donation,.template-kitabisa .btn-donate-main,.template-kitabisa .gradient-button{font-weight:800;box-shadow:0 4px 14px #00aeef59;background:linear-gradient(135deg,#00aeef 0%,#008cc2 100%)!important;border-radius:999px!important}.template-2 .kitabisa-badge-verified,.template-template-2 .kitabisa-badge-verified,.template-kitabisa .kitabisa-badge-verified{color:#00aeef;align-items:center;margin-left:4px;display:inline-flex}.template-kitabisa .kitabisa-badge-verified svg{width:16px;height:16px}.template-kitabisa .category-item{border-radius:12px;transition:transform .15s}.template-kitabisa .category-item:hover{transform:scale(1.05)}.template-kitabisa .program-card,.template-kitabisa .campaign-card{border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #00aeef0f}.template-kitabisa .progress-bar .progress{background:linear-gradient(90deg,#00aeef 0%,#38bdf8 100%)}.kitabisa-prayer-card .prayer-avatar{background:#e0f2fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.kitabisa-prayer-card .prayer-content{flex:1}.kitabisa-prayer-card .prayer-top{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.kitabisa-prayer-card .prayer-name{color:var(--text-dark);font-size:13px;font-weight:700}.kitabisa-prayer-card .prayer-time{color:var(--text-muted);font-size:11px}.kitabisa-prayer-card .prayer-amount{color:#0284c7;margin-bottom:6px;font-size:11px;font-weight:700}.kitabisa-prayer-card .prayer-quote{color:#334155;font-size:12px;font-style:italic;line-height:1.5}.template-3,.template-template-3,.template-masjidnusantara{--org-primary:#0b6e4f;--org-primary-dark:#064e3b;--org-primary-light:#ecfdf5;--org-gold:#d97706}.template-3 .home-hero,.template-template-3 .home-hero,.template-masjidnusantara .home-hero{background:linear-gradient(#0b6e4f 0%,#064e3b 100%);position:relative}.template-3 .home-hero:before,.template-template-3 .home-hero:before,.template-masjidnusantara .home-hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,#d9770626 0%,#0000 50%),radial-gradient(circle at 80% 80%,#10b9811f 0%,#0000 50%);position:absolute;inset:0}.template-3 .bismillah-banner,.template-template-3 .bismillah-banner,.template-masjidnusantara .bismillah-banner{text-align:center;background:#0003;border-bottom:1px solid #d9770640;padding:10px 16px 6px}.template-3 .bismillah-arabic,.template-template-3 .bismillah-arabic,.template-masjidnusantara .bismillah-arabic{color:#fef08a;letter-spacing:1px;margin-bottom:2px;font-family:Amiri,Traditional Arabic,Scheherazade,serif;font-size:16px;display:block}.template-3 .bismillah-sub,.template-template-3 .bismillah-sub,.template-masjidnusantara .bismillah-sub{color:#d1fae5;letter-spacing:.2px;font-size:10px;display:block}.template-3 .btn-donation,.template-3 .btn-donate-main,.template-3 .gradient-button,.template-template-3 .btn-donation,.template-template-3 .btn-donate-main,.template-template-3 .gradient-button,.template-masjidnusantara .btn-donation,.template-masjidnusantara .btn-donate-main,.template-masjidnusantara .gradient-button{border:1px solid #fef08a33;box-shadow:0 4px 14px #0b6e4f66;background:linear-gradient(135deg,#0b6e4f 0%,#047857 50%,#d97706 100%)!important;border-radius:10px!important}.template-3 .progress-bar .progress,.template-template-3 .progress-bar .progress,.template-masjidnusantara .progress-bar .progress{background:linear-gradient(90deg,#0b6e4f 0%,#d97706 100%)}.masjid-stats-box{color:#fff;background:linear-gradient(135deg,#064e3b 0%,#0b6e4f 100%);border:1px solid #d9770659;border-radius:16px;padding:20px 18px;box-shadow:0 4px 16px #064e3b40}.masjid-stats-header h3{color:#fef08a;margin-bottom:4px;font-size:15px;font-weight:800}.masjid-stats-header p{color:#a7f3d0;margin-bottom:16px;font-size:11px;line-height:1.5}.masjid-stats-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.masjid-stat-item{background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;padding:10px 12px}.masjid-stat-val{color:#fde047;font-size:18px;font-weight:800;line-height:1.2}.masjid-stat-lbl{color:#d1fae5;margin-top:2px;font-size:11px}.template-4,.template-template-4,.template-langkahkebaikan{--org-primary:#ff6b35;--org-primary-dark:#e0531f;--org-primary-light:#fff3ec}.template-4 .home-hero,.template-template-4 .home-hero,.template-langkahkebaikan .home-hero{background:linear-gradient(#ff6b35 0%,#f97316 100%)}.template-4 .cta-card,.template-4 .program-card,.template-4 .campaign-card,.template-template-4 .cta-card,.template-template-4 .program-card,.template-template-4 .campaign-card,.template-langkahkebaikan .cta-card,.template-langkahkebaikan .program-card,.template-langkahkebaikan .campaign-card{border-radius:20px!important}.template-4 .program-thumb,.template-4 .program-image,.template-template-4 .program-thumb,.template-template-4 .program-image,.template-langkahkebaikan .program-thumb,.template-langkahkebaikan .program-image{border-radius:14px!important}.template-4 .btn-donation,.template-4 .btn-donate-main,.template-4 .gradient-button,.template-template-4 .btn-donation,.template-template-4 .btn-donate-main,.template-template-4 .gradient-button,.template-langkahkebaikan .btn-donation,.template-langkahkebaikan .btn-donate-main,.template-langkahkebaikan .gradient-button{box-shadow:0 4px 14px #ff6b3559;background:linear-gradient(135deg,#ff6b35 0%,#f97316 100%)!important;border-radius:16px!important}.template-4 .progress-bar .progress,.template-template-4 .progress-bar .progress,.template-langkahkebaikan .progress-bar .progress{background:linear-gradient(90deg,#ff6b35 0%,#facc15 100%)}.langkah-community-box{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1.5px solid #fed7aa;border-radius:20px;padding:18px}.langkah-title{color:#c2410c;margin-bottom:4px;font-size:15px;font-weight:800}.langkah-subtitle{color:#9a3412;margin-bottom:14px;font-size:12px;line-height:1.4}.langkah-cards-grid{flex-direction:column;gap:8px;display:flex}.langkah-card{background:#fff;border:1px solid #fed7aa;border-radius:14px;flex-direction:column;padding:12px 14px;display:flex;box-shadow:0 1px 4px #ff6b350f}.langkah-icon{color:#ea580c;background:#ffedd5;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:6px;display:flex}.langkah-icon svg{width:16px;height:16px}.langkah-card h4{color:#7c2d12;margin-bottom:2px;font-size:13px;font-weight:700}.langkah-card p{color:#64748b;font-size:11px;line-height:1.4}.template-5,.template-template-5,.template-berbagisesama{--org-primary:#1e3a8a;--org-primary-dark:#172554;--org-primary-light:#eff6ff;--org-accent:#10b981}.template-5 .home-hero,.template-template-5 .home-hero,.template-berbagisesama .home-hero{background:linear-gradient(#1e3a8a 0%,#1e40af 100%)}.template-5 .btn-donation,.template-5 .btn-donate-main,.template-5 .gradient-button,.template-template-5 .btn-donation,.template-template-5 .btn-donate-main,.template-template-5 .gradient-button,.template-berbagisesama .btn-donation,.template-berbagisesama .btn-donate-main,.template-berbagisesama .gradient-button{letter-spacing:.3px;box-shadow:0 4px 14px #1e3a8a59;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%)!important;border-radius:8px!important}.template-5 .progress-bar .progress,.template-template-5 .progress-bar .progress,.template-berbagisesama .progress-bar .progress,.template-berbagisesama .progress-bar .progress{background:linear-gradient(90deg,#10b981 0%,#2563eb 100%)}.berbagi-audit-box{background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;padding:18px;box-shadow:0 2px 10px #1e3a8a14}.berbagi-badge-pill{text-transform:uppercase;letter-spacing:.5px;color:#1e40af;background:#dbeafe;border-radius:4px;margin-bottom:6px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.berbagi-audit-header h3{color:#0f172a;margin-bottom:14px;font-size:14px;font-weight:800}.berbagi-metrics-grid{flex-direction:column;gap:10px;display:flex}.berbagi-metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px}.berbagi-metric-tag{color:#047857;background:#d1fae5;border-radius:4px;margin-bottom:4px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-block}.berbagi-metric-card h4{color:#0f172a;margin-bottom:3px;font-size:13px;font-weight:700}.berbagi-metric-card p{color:#475569;font-size:11px;line-height:1.4}.portofolio{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:80px 20px 90px}.portofolio .wrap{max-width:1200px;margin:0 auto}.portofolio .section-head{text-align:center;max-width:720px;margin:0 auto 48px}.portofolio .eyebrow{text-transform:uppercase;letter-spacing:.8px;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;margin-bottom:14px;padding:4px 14px;font-size:11px;font-weight:800;display:inline-block}.portofolio .section-head h2{color:#0f172a;letter-spacing:-.5px;margin-bottom:12px;font-size:32px;font-weight:800;line-height:1.25}.portofolio .section-head p{color:#64748b;font-size:15px;line-height:1.6}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}@media (max-width:1080px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.portfolio-grid{grid-template-columns:1fr}}.portfolio-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden;box-shadow:0 4px 14px #0f172a0d}.portfolio-card:hover{border-color:#cbd5e1;transform:translateY(-6px);box-shadow:0 16px 36px #0f172a1f}.portfolio-thumb{aspect-ratio:16/10;background:#0f172a;width:100%;text-decoration:none;display:block;position:relative;overflow:hidden}.portfolio-thumb img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .45s cubic-bezier(.16,1,.3,1);display:block}.portfolio-card:hover .portfolio-thumb img{transform:scale(1.05)}.portfolio-thumb-preview{box-sizing:border-box;background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:20px;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex}.portfolio-card:hover .portfolio-thumb-preview{transform:scale(1.04)}.live-badge{z-index:2;-webkit-backdrop-filter:blur(8px);color:#0f172a;letter-spacing:.4px;background:#fffffff0;border:1px solid #fffc;border-radius:100px;align-items:center;gap:7px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:14px;left:14px;box-shadow:0 2px 10px #0000001f}.live-pulse{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite livePulse;box-shadow:0 0 #10b981b3}@keyframes livePulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 7px #10b98100}to{box-shadow:0 0 #10b98100}}.thumb-overlay{-webkit-backdrop-filter:blur(3px);opacity:0;z-index:3;background:#0f172a73;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}.portfolio-card:hover .thumb-overlay{opacity:1}.thumb-overlay-btn{color:#0f172a;background:#fff;border-radius:100px;align-items:center;gap:6px;padding:10px 22px;font-size:13px;font-weight:800;transition:transform .25s;display:inline-flex;transform:translateY(6px);box-shadow:0 8px 24px #00000040}.portfolio-card:hover .thumb-overlay-btn{transform:translateY(0)}.portfolio-body{flex-direction:column;flex:1;padding:24px;display:flex}.portfolio-meta{text-transform:uppercase;letter-spacing:.6px;color:var(--card-color,#059669);margin-bottom:6px;font-size:11px;font-weight:800}.portfolio-body h3{color:#0f172a;margin-bottom:10px;font-size:19px;font-weight:800;line-height:1.35}.portfolio-body h3 a{color:inherit;text-decoration:none}.portfolio-body h3 a:hover{color:var(--card-color,#059669)}.portfolio-desc{color:#64748b;margin-bottom:16px;font-size:13px;line-height:1.55}.portfolio-tags{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.portfolio-tag{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:600}.portfolio-footer{border-top:1px solid #f1f5f9;margin-top:auto;padding-top:14px}.portfolio-btn{width:100%;color:var(--card-color,#059669);justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;font-weight:800;text-decoration:none;transition:gap .2s;display:inline-flex}.portfolio-btn:hover{opacity:.85}.kitabisa-topbar{background:var(--primary,#00aeef);color:#fff;border-bottom:1px solid #ffffff26;padding:14px 16px}.kitabisa-topbar-inner{max-width:480px;margin:0 auto}.kitabisa-brand{align-items:center;gap:12px;margin-bottom:12px;display:flex}.kitabisa-logo-wrap{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;padding:4px;display:flex;box-shadow:0 2px 6px #0000001a}.kitabisa-logo-wrap img{object-fit:contain;width:100%;height:100%}.kitabisa-brand-info{flex-direction:column;display:flex}.kitabisa-org-title{color:#fff;align-items:center;gap:6px;font-size:16px;font-weight:800;display:flex}.kitabisa-badge-verified{color:#fff;display:inline-flex}.kitabisa-badge-verified svg{width:18px;height:18px}.kitabisa-org-sub{opacity:.9;color:#e0f2fe;font-size:11px}.kitabisa-search-bar{align-items:center;display:flex;position:relative}.kitabisa-search-icon{color:#0284c7;display:flex;position:absolute;left:12px}.kitabisa-search-input{color:#0f172a;background:#fff;border:none;border-radius:999px;outline:none;width:100%;padding:10px 14px 10px 38px;font-size:13px;box-shadow:0 2px 8px #00000014}.kitabisa-search-input::placeholder{color:#94a3b8}.kitabisa-hero-section{max-width:480px;margin:0 auto;padding:14px 16px 0}.kitabisa-hero-section .hero-slider{border-radius:16px;overflow:hidden}.kitabisa-shortcuts-wrapper{max-width:480px;margin:12px auto;padding:0 16px}.kitabisa-shortcuts-grid{background:#fff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:repeat(6,1fr);gap:8px;padding:16px 8px;display:grid;box-shadow:0 2px 8px #0000000a}.kitabisa-shortcut-btn{flex-direction:column;align-items:center;gap:6px;text-decoration:none;display:flex}.kitabisa-shortcut-icon{border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .2s;display:flex;box-shadow:0 2px 6px #0000000f}.kitabisa-shortcut-btn:hover .kitabisa-shortcut-icon{transform:scale(1.08)}.kitabisa-shortcut-icon svg{width:20px;height:20px}.kitabisa-shortcut-label{color:#334155;text-align:center;font-size:10px;font-weight:700;line-height:1.2}.kitabisa-daily-card{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1.5px solid #bae6fd;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.kitabisa-daily-tag{color:#0369a1;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:800}.kitabisa-daily-content h3{color:#0c4a6e;margin-bottom:2px;font-size:14px;font-weight:800}.kitabisa-daily-content p{color:#0369a1;font-size:11px;line-height:1.35}.kitabisa-daily-btn{background:var(--primary,#00aeef);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:800;transition:all .2s;box-shadow:0 2px 8px #0000002e}.kitabisa-daily-btn.active{background:#059669;box-shadow:0 2px 8px #05966959}.kitabisa-prayers-list{flex-direction:column;gap:12px;display:flex}.kitabisa-prayer-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:12px;padding:14px 16px;display:flex;box-shadow:0 1px 4px #0000000a}.prayer-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.prayer-content{flex:1}.prayer-top{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.prayer-name{color:#0f172a;font-size:13px;font-weight:700}.prayer-time{color:#94a3b8;font-size:11px}.prayer-amount{color:#0284c7;margin-bottom:6px;font-size:11px;font-weight:700}.prayer-quote{color:#475569;margin-bottom:10px;font-size:12px;font-style:italic;line-height:1.45}.prayer-actions{justify-content:space-between;align-items:center;display:flex}.prayer-amin-btn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:700;transition:all .15s;display:inline-flex}.prayer-amin-btn.liked{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.amin-counter{font-weight:800}.prayer-share-hint{color:#64748b;font-size:11px}.kitabisa-prayer-cta{text-align:center;margin-top:14px}.kitabisa-btn-prayer{background:var(--primary,#00aeef);color:#fff;border-radius:999px;padding:10px 20px;font-size:12px;font-weight:800;text-decoration:none;display:inline-block;box-shadow:0 4px 12px #0000002e}.bismillah-banner{background:linear-gradient(135deg, var(--primary-dark,#0b6e4f) 0%, var(--primary,#047857) 100%);color:#fef3c7;text-align:center;border-bottom:1.5px solid #d97706;padding:10px 16px}.bismillah-arabic{letter-spacing:.5px;color:#fff;margin-bottom:2px;font-size:18px;font-weight:700;display:block}.bismillah-sub{color:#d1fae5;letter-spacing:.2px;font-size:11px}.masjid-navbar{background:var(--primary-dark,#064e3b);color:#fff;padding:12px 16px}.masjid-navbar-inner{max-width:480px;margin:0 auto}.masjid-brand{align-items:center;gap:12px;margin-bottom:10px;display:flex}.masjid-logo-mark{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;padding:3px;display:flex}.masjid-logo-mark img{object-fit:contain;width:100%;height:100%}.masjid-brand-text{flex-direction:column;display:flex}.masjid-title{color:#fff;font-size:15px;font-weight:800}.masjid-badge{color:#a7f3d0;font-size:10px}.masjid-search{position:relative}.masjid-search-ic{color:var(--primary,#047857);display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.masjid-search-input{border:1px solid var(--primary-dark,#065f46);background:#fff;border-radius:8px;outline:none;width:100%;padding:8px 14px 8px 38px;font-size:12px}.masjid-hero-wrap{max-width:480px;margin:0 auto;padding:12px 16px 0}.masjid-hadith-box{background:#fcfbf7;border:1.5px solid #fde68a;border-left:4px solid #d97706;border-radius:12px;padding:14px 16px;position:relative}.hadith-mark{color:#d97706;margin-bottom:4px;font-size:24px;line-height:1}.hadith-text{color:#78350f;margin-bottom:6px;font-size:12px;font-style:italic;line-height:1.5}.hadith-narrator{color:#92400e;font-size:11px;font-weight:700}.masjid-programs-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.masjid-cat-card{background:#fff;border:1px solid #d1fae5;border-radius:12px;flex-direction:column;padding:14px;text-decoration:none;transition:transform .2s,border-color .2s;display:flex}.masjid-cat-card:hover{border-color:var(--primary,#059669);transform:translateY(-2px)}.masjid-cat-icon{width:34px;height:34px;color:var(--primary,#047857);background:#ecfdf5;border-radius:8px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.masjid-cat-card h4{color:var(--primary-dark,#064e3b);margin-bottom:4px;font-size:13px;font-weight:800}.masjid-cat-card p{color:#64748b;flex:1;margin-bottom:8px;font-size:11px;line-height:1.35}.masjid-cat-action{color:var(--primary,#059669);font-size:11px;font-weight:700}.masjid-calculator-card{background:#fff;border:1.5px solid #a7f3d0;border-radius:16px;padding:18px;box-shadow:0 4px 16px #0b6e4f14}.calc-header{margin-bottom:14px}.calc-badge{color:var(--primary-dark,#065f46);background:#d1fae5;border-radius:4px;margin-bottom:4px;padding:2px 8px;font-size:10px;font-weight:800;display:inline-block}.calc-header h3{color:var(--primary-dark,#064e3b);margin-bottom:4px;font-size:15px;font-weight:800}.calc-header p{color:#475569;font-size:11px}.calc-tabs{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:14px;display:grid}.calc-tab{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:700;transition:all .15s}.calc-tab.active{background:var(--primary,#065f46);color:#fff;border-color:var(--primary,#065f46)}.calc-amounts{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px;margin-bottom:12px;display:grid}.calc-amt-btn{color:#0f172a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:7px 8px;font-size:11px;font-weight:700;transition:all .15s}.calc-amt-btn.selected{border-color:var(--primary,#059669);color:var(--primary-dark,#064e3b);background:#ecfdf5}.calc-custom label{color:#64748b;margin-bottom:4px;font-size:11px;display:block}.calc-input-row{background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;margin-bottom:14px;padding:0 10px;display:flex}.calc-prefix{color:#64748b;margin-right:6px;font-size:12px;font-weight:700}.calc-input{border:none;outline:none;width:100%;padding:8px 0;font-size:13px;font-weight:700}.calc-summary{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.calc-summary-val span{color:#64748b;font-size:10px;display:block}.calc-summary-val strong{color:var(--primary-dark,#065f46);font-size:15px}.calc-submit-btn{background:var(--primary,#047857);color:#fff;border-radius:8px;padding:9px 16px;font-size:12px;font-weight:800;text-decoration:none;box-shadow:0 2px 8px #0478574d}.langkah-header{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-bottom:1.5px solid #fed7aa;padding:18px 16px 14px}.langkah-header-inner{max-width:480px;margin:0 auto}.langkah-greeting{margin-bottom:12px}.langkah-greeting-top{align-items:center;gap:6px;margin-bottom:4px;display:flex}.langkah-wave{font-size:18px}.langkah-hello{color:#9a3412;font-size:13px}.langkah-greeting-question{color:#7c2d12;font-size:18px;font-weight:800;line-height:1.25}.langkah-brand-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.langkah-brand{align-items:center;gap:8px;display:flex}.langkah-logo-mark{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;padding:2px;display:flex}.langkah-brand-name{color:var(--primary,#ea580c);font-size:14px;font-weight:800}.langkah-search{flex:1;position:relative}.langkah-search-ic{color:var(--primary,#ea580c);display:flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.langkah-search-input{background:#fff;border:1px solid #fdba74;border-radius:999px;outline:none;width:100%;padding:8px 12px 8px 32px;font-size:11px}.langkah-hero-wrap{max-width:480px;margin:0 auto;padding:12px 16px 0}.langkah-hero-wrap .hero-slider{border-radius:20px;overflow:hidden}.langkah-story-card{background:#fff;border:1.5px solid #fed7aa;border-radius:20px;padding:18px;box-shadow:0 4px 14px #ff6b3514}.story-badge-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.story-tag{color:var(--primary,#ea580c);background:#fff7ed;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:800}.story-donors{color:#9a3412;font-size:11px;font-weight:700}.story-title{color:#431407;margin-bottom:6px;font-size:15px;font-weight:800;line-height:1.35}.story-summary{color:#78350f;margin-bottom:10px;font-size:12px;line-height:1.45}.story-quote{color:#9a3412;border-left:3px solid #f97316;margin-bottom:12px;padding-left:10px;font-size:12px;font-style:italic}.story-btn{text-align:center;background:var(--primary,#ea580c);color:#fff;border-radius:999px;padding:9px 16px;font-size:12px;font-weight:800;text-decoration:none;display:block}.langkah-categories-row{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.langkah-cat-pill{white-space:nowrap;color:#9a3412;cursor:pointer;background:#fff;border:1px solid #fed7aa;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:700}.langkah-cat-pill.active{background:var(--primary,#ea580c);color:#fff;border-color:var(--primary,#ea580c)}.langkah-volunteer-cta{background:#fff;border:1px solid #fdba74;border-radius:14px;flex-direction:column;gap:10px;margin-top:14px;padding:14px;display:flex}.volunteer-info h4{color:#7c2d12;margin-bottom:2px;font-size:13px;font-weight:800}.volunteer-info p{color:#9a3412;font-size:11px;line-height:1.35}.langkah-volunteer-btn{background:var(--primary,#ea580c);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 16px;font-size:12px;font-weight:800;transition:all .2s}.langkah-volunteer-btn.joined{background:#059669}.berbagi-legal-strip{color:#e2e8f0;background:#0f172a;border-bottom:1px solid #1e293b;padding:6px 16px}.legal-strip-inner{align-items:center;gap:8px;max-width:480px;margin:0 auto;font-size:10px;display:flex}.legal-strip-pill{background:var(--primary,#1e3a8a);color:#93c5fd;border-radius:3px;padding:1px 6px;font-weight:800}.legal-strip-text{opacity:.85}.berbagi-navbar{background:var(--primary,#1e3a8a);color:#fff;padding:12px 16px}.berbagi-navbar-inner{max-width:480px;margin:0 auto}.berbagi-brand{align-items:center;gap:10px;margin-bottom:10px;display:flex}.berbagi-logo-mark{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:3px;display:flex}.berbagi-logo-mark img{object-fit:contain;width:100%;height:100%}.berbagi-title{color:#fff;font-size:15px;font-weight:800;display:block}.berbagi-sub{color:#bfdbfe;font-size:10px}.berbagi-search{position:relative}.berbagi-search-ic{color:var(--primary,#1e40af);display:flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.berbagi-search-input{background:#fff;border:none;border-radius:6px;outline:none;width:100%;padding:8px 12px 8px 32px;font-size:12px}.berbagi-hero-wrap{max-width:480px;margin:0 auto;padding:12px 16px 0}.berbagi-toggle-wrapper{background:#e2e8f0;border-radius:10px;grid-template-columns:repeat(2,1fr);gap:8px;padding:4px;display:grid}.berbagi-toggle-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:800;transition:all .15s;display:flex}.berbagi-toggle-btn.active{color:var(--primary,#1e3a8a);background:#fff;box-shadow:0 2px 6px #00000014}.berbagi-bank-box{background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;padding:16px}.bank-box-header{margin-bottom:12px}.bank-pill{color:var(--primary,#1e40af);background:#dbeafe;border-radius:4px;margin-bottom:4px;padding:2px 8px;font-size:10px;font-weight:800;display:inline-block}.bank-box-header h3{color:#0f172a;margin-bottom:2px;font-size:14px;font-weight:800}.bank-box-header p{color:#475569;font-size:11px}.bank-cards-list{flex-direction:column;gap:8px;display:flex}.bank-card-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.bank-card-info{flex-direction:column;display:flex}.bank-name{color:#64748b;font-size:11px}.bank-number{color:var(--primary,#1e3a8a);letter-spacing:.5px;font-size:14px;font-weight:800}.bank-holder{color:#94a3b8;font-size:10px}.bank-copy-btn{background:var(--primary,#1e3a8a);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .15s}.bank-copy-btn:hover{background:var(--primary-dark,#1d4ed8)}.yatim-top-notice{background:linear-gradient(135deg, var(--primary,#7c3aed) 0%, var(--primary-dark,#6d28d9) 100%);color:#fff;text-align:center;letter-spacing:.2px;padding:8px 16px;font-size:11px;font-weight:700}.yatim-navbar{background:var(--primary-dark,#5b21b6);color:#fff;padding:12px 16px}.yatim-navbar-inner{max-width:480px;margin:0 auto}.yatim-brand{align-items:center;gap:10px;margin-bottom:10px;display:flex}.yatim-logo-mark{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:3px;display:flex}.yatim-logo-mark img{object-fit:contain;width:100%;height:100%}.yatim-brand-title{color:#fff;font-size:15px;font-weight:800;display:block}.yatim-brand-sub{color:#ddd6fe;font-size:10px}.yatim-search{position:relative}.yatim-search-ic{color:var(--primary,#7c3aed);display:flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.yatim-search-input{background:#fff;border:none;border-radius:8px;outline:none;width:100%;padding:8px 12px 8px 32px;font-size:12px}.yatim-hero-wrap{max-width:480px;margin:0 auto;padding:12px 16px 0}.yatim-selector-card{background:#fff;border:1.5px solid #ddd6fe;border-radius:16px;padding:18px;box-shadow:0 4px 16px #7c3aed14}.yatim-selector-header{margin-bottom:14px}.yatim-pill{color:var(--primary-dark,#6d28d9);background:#ede9fe;border-radius:4px;margin-bottom:4px;padding:2px 8px;font-size:10px;font-weight:800;display:inline-block}.yatim-selector-header h3{color:#4c1d95;margin-bottom:4px;font-size:15px;font-weight:800}.yatim-selector-header p{color:#64748b;font-size:11px;line-height:1.4}.yatim-mode-tabs{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:14px;display:grid}.yatim-mode-tab{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:700;transition:all .15s}.yatim-mode-tab.active{background:var(--primary,#7c3aed);color:#fff;border-color:var(--primary,#7c3aed)}.orphan-cards-grid{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.orphan-card{background:#faf5ff;border:1.5px solid #e9d5ff;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.orphan-card.selected{border-color:var(--primary,#7c3aed);background:#f5f3ff;box-shadow:0 2px 8px #7c3aed26}.orphan-avatar{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:32px;display:flex;box-shadow:0 2px 6px #00000014}.orphan-info{flex:1}.orphan-name-row{align-items:center;gap:8px;margin-bottom:2px;display:flex}.orphan-name-row h4{color:#2e1065;font-size:13px;font-weight:800}.orphan-tag{color:#b45309;background:#fef3c7;border-radius:4px;padding:1px 6px;font-size:9px;font-weight:800}.orphan-meta{color:#64748b;margin-bottom:2px;font-size:11px}.orphan-dream{color:var(--primary,#7c3aed);margin-bottom:6px;font-size:11px;font-weight:700}.orphan-progress-box{align-items:center;gap:8px;display:flex}.orphan-progress-bar{background:#e9d5ff;border-radius:999px;flex:1;height:6px;overflow:hidden}.orphan-bar-fill{background:linear-gradient(90deg, var(--primary,#7c3aed), #f59e0b);border-radius:999px;height:100%}.orphan-funded-lbl{color:#6b21a8;font-size:10px;font-weight:700}.orphan-action-btn{background:var(--primary,#7c3aed);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:7px 12px;font-size:11px;font-weight:800}.scholarship-tiers-grid{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.scholarship-tier-card{cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:12px 14px;transition:all .2s}.scholarship-tier-card.selected{border-color:var(--primary,#7c3aed);background:#faf5ff}.tier-head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.tier-head h4{color:#1e1b4b;font-size:13px;font-weight:800}.tier-amount{color:var(--primary,#7c3aed);font-size:13px;font-weight:800}.tier-desc{color:#64748b;margin-bottom:6px;font-size:11px;line-height:1.35}.tier-select-indicator{color:var(--primary,#7c3aed);font-size:10px;font-weight:700}.yatim-cta-row{margin-top:10px}.yatim-submit-btn{text-align:center;background:linear-gradient(135deg, var(--primary,#7c3aed) 0%, var(--primary-dark,#6d28d9) 100%);color:#fff;border-radius:10px;padding:11px 16px;font-size:13px;font-weight:800;text-decoration:none;display:block;box-shadow:0 4px 12px #7c3aed59}.yatim-stats-box{background:#fff;border:1.5px solid #e9d5ff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #7c3aed0f}.yatim-stats-header{margin-bottom:16px}.yatim-stats-header h3{color:#2e1065;margin-bottom:4px;font-size:15px;font-weight:800}.yatim-stats-header p{color:#64748b;font-size:12px}.yatim-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.yatim-stat-item{text-align:center;background:#faf5ff;border:1px solid #f3e8ff;border-radius:10px;padding:12px}.yatim-stat-val{color:var(--primary,#7c3aed);margin-bottom:2px;font-size:20px;font-weight:900}.yatim-stat-lbl{color:#4c1d95;font-size:11px;font-weight:600;line-height:1.25}.conf-wrapper{flex-direction:column;gap:20px;display:flex}.conf-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.conf-stat-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 4px 12px #00000005}.conf-stat-card.pending{background:linear-gradient(135deg,#fffdfa 0%,#fffbeb 100%);border-color:#fde68a}.conf-stat-card.verified{background:linear-gradient(135deg,#fafffa 0%,#f0fdf4 100%);border-color:#bbf7d0}.conf-stat-card .stat-icon{font-size:32px;line-height:1}.conf-stat-card .stat-info{flex-direction:column;display:flex}.conf-stat-card .stat-label{color:#64748b;margin-bottom:2px;font-size:12px;font-weight:600}.conf-stat-card .stat-val{color:#0f172a;font-size:20px;font-weight:800;line-height:1.2}.conf-stat-card.pending .stat-val{color:#b45309}.conf-stat-card.verified .stat-val{color:#15803d}.conf-stat-card .stat-sub{color:#64748b;margin-top:2px;font-size:11.5px;font-weight:600}.conf-alert{border-radius:10px;align-items:center;gap:10px;padding:12px 18px;font-size:13px;font-weight:600;animation:.2s ease-out tyZoomIn;display:flex}.conf-alert.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.conf-alert.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.conf-controls-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.conf-tabs{background:#f1f5f9;border-radius:10px;align-items:center;gap:6px;padding:4px;display:flex;overflow-x:auto}.conf-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:all .15s;display:inline-flex}.conf-tab:hover{color:#0f172a}.conf-tab.active{color:#0f172a;background:#fff;font-weight:700;box-shadow:0 2px 6px #0000000f}.tab-badge{border-radius:999px;padding:1px 6px;font-size:11px;font-weight:800}.tab-badge.orange{color:#b45309;background:#fef3c7}.tab-badge.green{color:#15803d;background:#dcfce7}.tab-badge.red{color:#b91c1c;background:#fee2e2}.conf-filters-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.conf-select{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:8px 12px;font-size:12.5px;font-weight:500}.conf-select:focus{border-color:var(--primary,#0b6e4f)}.conf-search-input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:220px;padding:8px 14px;font-size:12.5px}.conf-search-input:focus{border-color:var(--primary,#0b6e4f)}.conf-table-wrap{overflow-x:auto}.conf-table th{color:#475569;background:#f8fafc;border-bottom:1.5px solid #e2e8f0;padding:12px 16px;font-size:12px;font-weight:700}.conf-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 16px}.conf-row.pending{background:#fffdfa}.conf-row:hover{background:#f8fafc}.conf-col-donor .donor-name{color:#0f172a;font-size:13.5px;font-weight:700;display:block}.conf-col-donor .donor-phone{color:#64748b;margin-top:2px;font-size:11.5px}.conf-col-donor .donor-note{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:260px;margin-top:4px;font-size:11.5px;font-style:italic;overflow:hidden}.conf-col-donor .donation-date{color:#94a3b8;margin-top:4px;font-size:11px;display:block}.conf-col-campaign .campaign-title{color:#334155;text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-size:12.5px;font-weight:600;overflow:hidden}.conf-col-campaign .donation-amount{color:#0f172a;margin-top:4px;font-size:15px;font-weight:800}.method-badge{white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:11.5px;font-weight:700;display:inline-block}.method-badge.manual{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.method-badge.qris{color:#a21caf;background:#fdf4ff;border:1px solid #f0abfc}.method-badge.gateway{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.conf-badge{white-space:nowrap;border-radius:8px;padding:4px 10px;font-size:11.5px;font-weight:800;display:inline-block}.conf-badge.verified{color:#166534;background:#dcfce7;border:1px solid #86efac}.conf-badge.pending{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.conf-badge.rejected{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.btn-view-proof{color:#15803d;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #86efac;border-radius:8px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex}.btn-view-proof:hover{background:#ecfdf5;border-color:#22c55e}.no-proof-text{color:#94a3b8;font-size:11.5px;font-style:italic}.action-buttons-wrap{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.btn-action-approve{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .15s}.btn-action-approve:hover{background:#15803d}.btn-action-reject{color:#b91c1c;cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .15s}.btn-action-reject:hover{background:#fecaca}.btn-action-cancel{color:#64748b;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:600}.btn-action-cancel:hover{color:#b91c1c;background:#f1f5f9}.btn-action-reapprove{color:#16a34a;cursor:pointer;background:0 0;border:1px solid #86efac;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:700}.btn-action-reapprove:hover{background:#dcfce7}.btn-action-wa{color:#15803d;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;align-items:center;gap:4px;padding:5px 10px;font-size:11.5px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.btn-action-wa:hover{color:#fff;background:#22c55e;border-color:#22c55e}.conf-empty-state{text-align:center;padding:48px 20px}.conf-empty-state .empty-icon{margin-bottom:10px;font-size:40px;display:block}.conf-empty-state h4{color:#0f172a;margin:0 0 6px;font-size:16px;font-weight:700}.conf-empty-state p{color:#64748b;max-width:400px;margin:0 auto;font-size:13px}.conf-proof-modal{max-width:520px}.rich-editor-container{background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #00000008}.rich-editor-container:focus-within{border-color:var(--primary,#0b6e4f);box-shadow:0 0 0 3px #0b6e4f1f}.rich-editor-toolbar{background:#f8fafc;border-bottom:1.5px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 10px;display:flex}.toolbar-group{border-right:1px solid #e2e8f0;align-items:center;gap:3px;padding-right:6px;display:flex}.toolbar-group:last-child{border-right:none;padding-right:0}.toolbar-btn{color:#334155;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:6px 9px;font-size:13px;font-weight:600;line-height:1;transition:all .15s;display:inline-flex}.toolbar-btn:hover{color:#0f172a;background:#e2e8f0}.toolbar-btn.highlight-btn{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.toolbar-btn.highlight-btn:hover{color:#047857;background:#d1fae5}.toolbar-btn.mode-switch{background:#f1f5f9;border-color:#cbd5e1;font-size:12px}.toolbar-btn.mode-switch.active{color:#fff;background:#0f172a}.toolbar-select{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:5px 8px;font-size:12px;font-weight:600}.toolbar-select:focus{border-color:var(--primary,#0b6e4f)}.case-dropdown-wrap{position:relative}.case-menu{z-index:50;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:2px;min-width:210px;margin-top:4px;padding:4px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001f}.case-menu button{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 12px;font-size:12.5px;transition:all .15s}.case-menu button:hover{color:#0f172a;background:#f1f5f9}.rich-editor-body{color:#1e293b;outline:none;padding:16px 20px;font-size:14px;line-height:1.75;overflow-y:auto}.rich-editor-body:empty:before{content:attr(data-placeholder);color:#94a3b8;cursor:text}.rich-editor-body p{margin:0 0 12px}.rich-editor-body h2{color:#0f172a;margin:16px 0 8px;font-size:18px;font-weight:800}.rich-editor-body h3{color:#1e293b;margin:14px 0 6px;font-size:16px;font-weight:700}.rich-editor-body blockquote{border-left:4px solid var(--primary,#0b6e4f);color:#475569;background:#f8fafc;border-radius:0 8px 8px 0;margin:12px 0;padding:8px 16px;font-style:italic}.rich-editor-body ul,.rich-editor-body ol{margin:0 0 12px;padding-left:24px}.rich-editor-body img{border-radius:12px;max-width:100%;height:auto;display:inline-block;box-shadow:0 4px 14px #00000014}.rich-editor-body a{color:var(--primary,#0b6e4f);text-decoration:underline}.rich-editor-code{color:#f8fafc;box-sizing:border-box;resize:vertical;background:#0f172a;border:none;outline:none;width:100%;padding:16px 20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.6}.rich-editor-footer{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:8px 14px;font-size:11.5px;display:flex}.story-rich-content{color:#334155;word-break:break-word;font-size:14.5px;line-height:1.8}.story-rich-content p{margin:0 0 14px}.story-rich-content h2{color:#0f172a;margin:20px 0 10px;font-size:18px;font-weight:800}.story-rich-content h3{color:#1e293b;margin:16px 0 8px;font-size:16px;font-weight:700}.story-rich-content blockquote{border-left:4px solid var(--primary,#0b6e4f);color:#475569;background:#f8fafc;border-radius:0 10px 10px 0;margin:16px 0;padding:10px 18px;font-style:italic}.story-rich-content ul,.story-rich-content ol{margin:0 0 14px;padding-left:24px}.story-rich-content img{border-radius:12px;max-width:100%;height:auto;margin:12px 0;box-shadow:0 4px 16px #00000014}.story-rich-content a{color:var(--primary,#0b6e4f);font-weight:600;text-decoration:underline}.campaign-details-container{flex-direction:column;gap:16px;margin-top:24px;display:flex}.campaign-stats-bar{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;grid-template-columns:1fr 1fr 1fr;padding:14px 10px;display:grid;box-shadow:0 4px 16px #00000008}.campaign-stats-bar .stat-col{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.campaign-stats-bar .stat-col.divider{border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.campaign-stats-bar .stat-icon{font-size:20px;line-height:1}.campaign-stats-bar .stat-text{color:#64748b;font-size:11.5px;line-height:1.3}.campaign-stats-bar .stat-text strong{color:#0f172a;font-size:13.5px;font-weight:800;display:block}.campaign-section-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;padding:20px;box-shadow:0 4px 16px #00000008}.campaign-section-card .section-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;display:flex}.campaign-section-card .section-title{color:#0f172a;margin:0;font-size:16px;font-weight:800}.campaign-section-card .section-date{color:#64748b;font-size:12px;font-weight:600}.campaign-section-card .section-badge-pill{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700}.campaign-section-card .section-subtext{color:#94a3b8;font-size:12px;font-weight:500}.expandable-content{transition:max-height .3s;position:relative;overflow:hidden}.expandable-content.collapsed{max-height:240px}.expandable-content.expanded{max-height:none}.expandable-content .fade-overlay{pointer-events:none;background:linear-gradient(#fff0 0%,#fffffffa 100%);height:90px;position:absolute;bottom:0;left:0;right:0}.btn-toggle-expand{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;gap:6px;width:100%;max-width:180px;margin:12px auto 0;padding:8px 16px;font-size:12.5px;font-weight:700;transition:all .15s;display:flex}.btn-toggle-expand:hover{color:#0f172a;background:#e2e8f0}.updates-list{flex-direction:column;gap:20px;display:flex}.update-item{border-bottom:1px solid #f1f5f9;padding-bottom:16px}.update-item:last-child{border-bottom:none;padding-bottom:0}.update-title{color:#0f172a;margin:0 0 4px;font-size:15px;font-weight:800;line-height:1.45}.update-date{color:#64748b;margin-bottom:10px;font-size:11.5px;display:block}.update-photo-wrap{border-radius:12px;margin:10px 0 12px;overflow:hidden;box-shadow:0 4px 14px #0000000f}.update-photo{object-fit:contain;background:#0f172a;width:100%;max-height:480px;display:block}.update-text{color:#334155;font-size:13.5px;line-height:1.7}.empty-update-box,.empty-donor-box{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:24px 16px;font-size:13px}.donor-list{flex-direction:column;gap:12px;display:flex}.donor-item{background:#fafbfc;border:1px solid #f1f5f9;border-radius:14px;align-items:flex-start;gap:12px;padding:12px 14px;transition:background .15s;display:flex}.donor-item:hover{background:#f8fafc;border-color:#e2e8f0}.donor-avatar{color:#64748b;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.donor-content{flex:1;min-width:0}.donor-top-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.donor-name{color:#0f172a;font-size:13.5px;font-weight:700;display:block}.donor-time{color:#94a3b8;margin-top:2px;font-size:11px;display:block}.donor-amount{color:#0f172a;white-space:nowrap;font-size:14px;font-weight:800}.donor-prayer{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:6px;padding:6px 10px;font-size:12px;font-style:italic;line-height:1.45}.donor-prayer p{margin:0}.btn-show-more-donors{width:100%;color:var(--primary,#0b6e4f);cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;margin-top:4px;padding:10px;font-size:13px;font-weight:700;transition:all .15s}.btn-show-more-donors:hover{border-color:var(--primary,#0b6e4f);background:#f8fafc}.org-info-card .org-info-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.org-info-card .org-info-logo{object-fit:contain;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:44px;height:44px;padding:2px}.org-info-card .org-info-logo-placeholder{font-size:28px}.org-info-card strong{color:#0f172a;font-size:14px;font-weight:800;display:block}.org-info-card p{color:#64748b;margin:2px 0 0;font-size:12px}.btn-contact-org{color:#15803d;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.btn-contact-org:hover{color:#fff;background:#22c55e}.cover-photo-wrapper{background:#f8fafc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.cover-photo-bg{display:none!important}.cover-photo-main{z-index:2;width:100%;height:100%;display:block;position:relative;object-fit:cover!important}.rich-story-content{color:#334155;word-break:break-word;font-size:14px;line-height:1.8}.rich-story-content p{margin-bottom:12px}.rich-story-content p:last-child{margin-bottom:0}.rich-story-content h2{color:#0f172a;margin:18px 0 10px;font-size:18px;font-weight:800;line-height:1.35}.rich-story-content h3{color:#1e293b;margin:16px 0 8px;font-size:16px;font-weight:700;line-height:1.4}.rich-story-content img{border-radius:12px;max-width:100%;height:auto;margin:14px 0;display:block;box-shadow:0 4px 14px #00000014}.rich-story-content blockquote{border-left:4px solid var(--primary,#059669);background:color-mix(in srgb, var(--primary,#059669) 6%, #fff);color:#1e293b;border-radius:0 8px 8px 0;margin:14px 0;padding:10px 16px;font-style:italic}.rich-story-content ul,.rich-story-content ol{margin:10px 0 14px;padding-left:22px}.rich-story-content li{margin-bottom:6px}.rich-story-content a{color:var(--primary,#059669);font-weight:600;text-decoration:underline}.rich-story-content a:hover{filter:brightness(.85)}
