@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/8;cursor:pointer;flex-shrink:0;width:100%;position:relative;overflow:hidden}.slide img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.slide-caption{color:#fff;background:linear-gradient(#0000,#0000008c);padding:26px 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:0 0 190px;overflow:hidden;box-shadow:0 4px 10px #0000001a}.base-card .card-thumb{aspect-ratio:16/10;background:var(--bg-soft);width:100%;overflow:hidden}.base-card .card-thumb img{object-fit:cover;width:100%;height:100%}.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:16px;display:flex}.program-card{border-radius:var(--radius-sm);cursor:pointer;background:#fff;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000001a}.program-image{background:var(--bg-soft);flex-shrink:0;width:42%}.program-image img{object-fit:cover;width:100%;height:100%}.program-details{flex-direction:column;flex:1;min-width:0;padding:12px 14px;display:flex}.program-details h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.program-details .progress-bar{margin:8px 0 6px}.details-row{color:var(--text-muted);justify-content:space-between;font-size:11px;display:flex}.details-row.strong{color:var(--text-dark);margin-top:2px;font-size:12px;font-weight:700}.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:var(--bg-soft);border-radius:8px;flex-shrink:0;width:96px;height:78px;overflow:hidden}.news-thumbnail img{object-fit:cover;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:var(--bg-soft);width:100%}.detail-hero-img img{object-fit:cover;width:100%;height:100%}.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;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:14px;right:16px}.donate-close svg{width:15px;height:15px}.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:168px}.program-image{width:38%}}.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{text-align:center;padding:8px 16px 0}.template-source-pill{color:var(--text-muted);border:1px solid var(--border);background:#0000000a;border-radius:999px;padding:3px 12px;font-size:11px;display:inline-block}.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-template-4 .program-thumb,.template-langkahkebaikan .program-thumb{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{color:#fff;background:#00aeef;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{color:#fff;cursor:pointer;white-space:nowrap;background:#00aeef;border:none;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:800;transition:all .2s;box-shadow:0 2px 8px #00aeef59}.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{color:#fff;background:#00aeef;border-radius:999px;padding:10px 20px;font-size:12px;font-weight:800;text-decoration:none;display:inline-block;box-shadow:0 4px 12px #00aeef4d}.bismillah-banner{color:#fef3c7;text-align:center;background:linear-gradient(135deg,#0b6e4f 0%,#047857 100%);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{color:#fff;background:#064e3b;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:#047857;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.masjid-search-input{background:#fff;border:1px solid #065f46;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:#059669;transform:translateY(-2px)}.masjid-cat-icon{color:#047857;background:#ecfdf5;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:8px;display:flex}.masjid-cat-card h4{color:#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:#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:#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:#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{color:#fff;background:#065f46;border-color:#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{color:#065f46;background:#ecfdf5;border-color:#059669}.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:#065f46;font-size:15px}.calc-submit-btn{color:#fff;background:#047857;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:#ea580c;font-size:14px;font-weight:800}.langkah-search{flex:1;position:relative}.langkah-search-ic{color:#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:#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;color:#fff;background:#ea580c;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{color:#fff;background:#ea580c;border-color:#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{color:#fff;cursor:pointer;background:#ea580c;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{color:#93c5fd;background:#1e3a8a;border-radius:3px;padding:1px 6px;font-weight:800}.legal-strip-text{opacity:.85}.berbagi-navbar{color:#fff;background:#1e3a8a;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:#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:#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:#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:#1e3a8a;letter-spacing:.5px;font-size:14px;font-weight:800}.bank-holder{color:#94a3b8;font-size:10px}.bank-copy-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1e3a8a;border:none;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .15s}.bank-copy-btn:hover{background:#1d4ed8}.template-6,.template-template-6{--org-primary:#7c3aed;--org-primary-dark:#6d28d9;--org-primary-light:#faf5ff;--org-accent:#f59e0b}.yatim-top-notice{color:#fff;text-align:center;letter-spacing:.2px;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);padding:8px 16px;font-size:11px;font-weight:700}.yatim-navbar{color:#fff;background:#5b21b6;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:#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:#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{color:#fff;background:#7c3aed;border-color:#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{background:#f5f3ff;border-color:#7c3aed;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:#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,#7c3aed,#f59e0b);border-radius:999px;height:100%}.orphan-funded-lbl{color:#6b21a8;font-size:10px;font-weight:700}.orphan-action-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#7c3aed;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{background:#faf5ff;border-color:#7c3aed}.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:#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:#7c3aed;font-size:10px;font-weight:700}.yatim-cta-row{margin-top:10px}.yatim-submit-btn{text-align:center;color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);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:#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}
