@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Libre+Baskerville:wght@700&display=swap');
:root{--blue:#07558f;--deep:#063a61;--green:#258f73;--mint:#edf7f4;--ink:#142b3d;--muted:#647787;--line:#dce7ed;--white:#fff;--shadow:0 18px 50px rgba(8,54,87,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.contact-strip{background:var(--deep);color:#dbeaf2;font-size:12px}.contact-strip .wrap{display:flex;gap:28px;padding:8px 0}.nav{height:82px;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:66px;height:58px;object-fit:contain}.brand strong{font-family:'Libre Baskerville',serif;color:var(--deep);font-size:17px;display:block}.brand small{color:var(--green);font-weight:800;font-size:14px}.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}.nav-links a:hover{color:var(--green)}.nav-links select{width:auto;padding:9px 30px 9px 10px}.menu-button{display:none;border:0;background:var(--deep);width:48px;height:48px;border-radius:12px;padding:11px}.menu-button i{display:block;height:2px;background:#fff;margin:6px 0}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 20px;font-weight:800;border:1px solid transparent;cursor:pointer}.primary{background:var(--green);color:#fff}.ghost{background:#fff;color:var(--deep)}.outline{border-color:var(--green);color:var(--green);background:#fff}.full{width:100%}.hero{height:680px;position:relative;overflow:hidden;background:var(--deep)}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 28%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,37,62,.90) 0%,rgba(4,52,85,.72) 48%,rgba(4,52,85,.15) 100%)}.hero-content{height:100%;display:flex;align-items:center;position:relative}.hero-copy{max-width:650px;color:#fff}.kicker{text-transform:uppercase;letter-spacing:1.7px;font-size:12px;font-weight:800;color:#8de0c4}.kicker.dark{color:var(--green)}h1,h2{font-family:'Libre Baskerville',serif;line-height:1.15;letter-spacing:-.6px}h1{font-size:clamp(44px,5.6vw,72px);margin:18px 0}h2{font-size:clamp(34px,4vw,50px);color:var(--deep);margin:14px 0 20px}.hero p{font-size:19px;line-height:1.7;color:#e5eef4;max-width:600px}.hero-actions{display:flex;gap:12px;margin-top:30px}.trust{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:25px 24px;border-right:1px solid var(--line)}.trust-grid div:last-child{border:0}.trust-grid b,.trust-grid span{display:block}.trust-grid b{color:var(--deep)}.trust-grid span{color:var(--muted);font-size:13px;margin-top:5px}.section{padding:90px 0}.soft{background:#f5faf9}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.lead{font-size:17px;line-height:1.75;color:var(--muted)}blockquote{margin:28px 0 0;padding:24px 26px;border-left:4px solid var(--green);background:var(--mint);font-family:'Libre Baskerville',serif;color:var(--deep);line-height:1.6}.about-photo{position:relative}.about-photo img{width:100%;height:520px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}.about-photo div{position:absolute;left:22px;bottom:22px;background:#fff;padding:16px 18px;border-radius:12px;box-shadow:var(--shadow)}.about-photo b,.about-photo span{display:block}.about-photo span{font-size:13px;color:var(--muted);margin-top:3px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:34px}.section-head>p{max-width:480px;color:var(--muted);line-height:1.7}.programme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.programme{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-columns:220px 1fr}.programme img{width:100%;height:100%;min-height:260px;object-fit:cover}.programme>div{padding:26px}.programme span{font-size:12px;text-transform:uppercase;letter-spacing:1.3px;color:var(--green);font-weight:800}.programme h3{font-size:22px;color:var(--deep);margin:10px 0}.programme p{color:var(--muted);line-height:1.65}.donation{padding:90px 0;background:linear-gradient(135deg,var(--deep),var(--blue));color:#fff}.donation-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.donation h2{color:#fff}.donation-intro p{color:#dbe8ef;font-size:17px;line-height:1.7}.donation-intro ul{list-style:none;padding:0;display:grid;gap:12px}.donation-intro li:before{content:'✓';margin-right:10px;color:#8de0c4;font-weight:900}.donation-card{background:#fff;color:var(--ink);padding:30px;border-radius:20px;box-shadow:0 25px 70px rgba(0,0,0,.18)}.donation-card h3{font-family:'Libre Baskerville',serif;color:var(--deep);font-size:30px;margin:0}.donation-card>p{color:var(--muted);font-size:14px}.donation-card label{display:block;font-size:12px;font-weight:800;color:var(--deep);margin:12px 0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}input,select{width:100%;padding:13px 14px;border:1px solid #cad9e2;border-radius:9px;background:#fff;font:inherit;color:var(--ink);margin-top:6px}input:focus,select:focus{outline:3px solid rgba(37,143,115,.13);border-color:var(--green)}.campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.campaign{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 30px rgba(8,54,87,.07)}.campaign-body{padding:24px}.campaign-body>span{color:var(--green);font-weight:800;font-size:12px;text-transform:uppercase}.campaign h3{font-size:21px;color:var(--deep)}.campaign p{color:var(--muted);line-height:1.6}.progress{height:8px;background:#e6edef;border-radius:99px;overflow:hidden;margin:18px 0 9px}.progress i{display:block;height:100%;background:var(--green)}.campaign small{display:block;color:var(--muted);margin-bottom:18px}.checks{list-style:none;padding:0;display:grid;gap:13px}.checks li:before{content:'✓';color:var(--green);margin-right:10px;font-weight:900}.bank{background:#fff;border-radius:18px;padding:30px;box-shadow:var(--shadow);border-top:4px solid var(--green)}.bank h3{color:var(--deep)}footer{background:var(--deep);color:#d8e6ee;padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px}.footer-brand img{width:78px;background:#fff;border-radius:10px;padding:5px}.footer-brand b,.footer-brand span{display:block}.footer-brand b{font-family:'Libre Baskerville',serif;color:#fff;margin-top:12px}.footer-brand span{color:#8de0c4;font-weight:800}.footer-grid h4{color:#fff}.footer-grid p{line-height:1.7;font-size:14px}.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:18px;font-size:12px}
@media(max-width:900px){.contact-strip{display:none}.nav-links{display:none;position:absolute;top:76px;left:20px;right:20px;background:#fff;padding:18px;flex-direction:column;align-items:stretch;border-radius:14px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.menu-button{display:block}.hero{height:620px}.hero-shade{background:linear-gradient(90deg,rgba(3,37,62,.88),rgba(3,37,62,.44))}.trust-grid{grid-template-columns:repeat(2,1fr)}.two-col,.donation-grid{grid-template-columns:1fr}.programme-grid{grid-template-columns:1fr}.campaign-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.wrap{width:min(100% - 28px,1180px)}.nav{height:76px}.brand img{width:58px;height:50px}.brand strong{font-size:13px}.brand small{font-size:11px}.hero{height:570px}.hero-image{object-position:58% center}.hero-shade{background:linear-gradient(90deg,rgba(3,37,62,.92),rgba(3,37,62,.60))}.hero-copy{padding-top:35px}h1{font-size:41px}.hero p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid div{padding:18px 13px}.section{padding:62px 0}.section-head{display:block}.two-col{gap:32px}.about-photo img{height:340px}.programme{grid-template-columns:1fr}.programme img{height:230px;min-height:0}.programme>div{padding:21px}.donation{padding:62px 0}.donation-grid{gap:32px}.donation-card{padding:22px}.form-row{grid-template-columns:1fr}.campaign-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:24px}}

/* Refined hero donation layout and unified account portal */
.hero-with-donate{height:auto;min-height:760px;padding:56px 0}.hero-layout{position:relative;min-height:648px;display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:58px;align-items:center}.hero-with-donate .hero-copy{max-width:620px}.hero-donation{padding:25px;border-radius:22px;border:1px solid rgba(255,255,255,.55);box-shadow:0 28px 80px rgba(0,0,0,.28)}.hero-donation h3{font-size:27px}.hero-donation label{margin:9px 0}.hero-donation input,.hero-donation select{padding:11px 12px}.glass{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.46);color:#fff;backdrop-filter:blur(8px)}.donor-shortcut{text-align:center!important;color:var(--muted)!important;font-size:12px!important;margin:14px 0 0!important}.donor-shortcut a{color:var(--green);font-weight:800}
.auth-page{background:#f3f8fa}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr}.auth-visual{position:relative;min-height:100vh;overflow:hidden;background:var(--deep)}.auth-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.auth-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,43,70,.15),rgba(4,43,70,.88))}.auth-visual>div{position:absolute;z-index:2;left:8%;right:8%;bottom:9%;color:#fff;max-width:650px}.auth-visual h1{font-size:clamp(38px,4vw,60px);margin:14px 0}.auth-visual p{font-size:17px;line-height:1.7;color:#e2eef3}.auth-panel{background:#fff;padding:46px clamp(28px,6vw,90px);display:flex;flex-direction:column;justify-content:center}.auth-panel>.brand{position:absolute;top:32px}.auth-copy{margin:70px 0 14px}.auth-copy h2{margin-bottom:8px}.auth-copy p{color:var(--muted)}.auth-form{display:grid;gap:4px}.auth-form label{font-size:13px;font-weight:800;color:var(--deep);margin-top:10px}.auth-foot{text-align:center;color:var(--muted)}.auth-foot a,.back-link{color:var(--green);font-weight:800}.notice{padding:13px 15px;border-radius:10px;margin:8px 0}.notice.error{background:#fff0ef;color:#a92d24;border:1px solid #ffd5d1}
.portal-body{background:#f4f8fa;min-height:100vh}.portal-top{height:86px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,5vw);position:sticky;top:0;z-index:10}.portal-top>div{display:flex;gap:18px;align-items:center}.portal-top>div a{color:var(--green);font-weight:800}.portal-wrap{width:min(1180px,calc(100% - 40px));margin:48px auto}.portal-heading{display:flex;justify-content:space-between;align-items:end;gap:24px}.portal-heading h2{margin-bottom:8px}.portal-heading p{color:var(--muted)}.portal-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:28px 0}.portal-kpis>div,.portal-card{background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 10px 28px rgba(8,54,87,.06)}.portal-kpis>div{padding:24px}.portal-kpis span,.portal-kpis b{display:block}.portal-kpis span{color:var(--muted);font-size:13px}.portal-kpis b{font-size:26px;color:var(--deep);margin-top:7px}.portal-card{padding:24px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--line);font-size:13px}th{color:var(--deep);background:#f7fafb}.status-pill{padding:5px 9px;border-radius:999px;font-weight:800;font-size:11px}.status-pill.successful{background:#e6f7f0;color:#16745d}.status-pill.pending,.status-pill.verification{background:#fff4d8;color:#8a5a00}.status-pill.failed{background:#ffe9e7;color:#a33128}
.admin-wrap{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f4f8fa}.sidebar{background:var(--deep);padding:26px 18px;color:#fff}.sidebar .brand b{color:#fff}.sidebar .brand img{background:#fff;border-radius:10px;padding:4px}.menu{display:grid;gap:6px;margin-top:35px}.menu a{padding:12px 14px;border-radius:9px;color:#dce9ef;font-weight:700;font-size:14px}.menu a:hover,.menu a.active{background:rgba(255,255,255,.12);color:#fff}.main{padding:34px}.admin-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.admin-top h1{font-size:32px;color:var(--deep)}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.card{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 24px rgba(8,54,87,.06)}.kpi{padding:20px}.kpi span,.kpi strong{display:block}.kpi span{font-size:12px;color:var(--muted)}.kpi strong{font-size:24px;color:var(--deep);margin-top:8px}.badge{padding:5px 8px;border-radius:99px;font-size:11px;font-weight:800}.badge.successful{background:#e6f7f0;color:#16745d}.badge.pending,.badge.verification{background:#fff4d8;color:#8a5a00}.badge.failed{background:#ffe9e7;color:#a33128}
@media(max-width:980px){.hero-layout{grid-template-columns:1fr;gap:34px}.hero-with-donate{padding:44px 0}.hero-with-donate .hero-copy{padding-top:20px}.hero-image{object-position:center}.hero-shade{background:linear-gradient(180deg,rgba(3,37,62,.82),rgba(3,37,62,.72))}.auth-shell{grid-template-columns:1fr}.auth-visual{display:none}.auth-panel{min-height:100vh}.admin-wrap{grid-template-columns:1fr}.sidebar{display:none}.kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.hero-with-donate{min-height:0;padding:34px 0}.hero-layout{min-height:0}.hero-with-donate .hero-copy{padding-top:0}.hero-donation{padding:20px}.auth-panel{padding:100px 24px 38px}.auth-panel>.brand{top:24px}.portal-top{padding:0 16px}.portal-top .brand span{display:none}.portal-top>div span{display:none}.portal-wrap{width:min(100% - 28px,1180px);margin:28px auto}.portal-heading{align-items:stretch;flex-direction:column}.portal-kpis{grid-template-columns:1fr}.main{padding:18px}.kpis{grid-template-columns:1fr}}
/* BBHA production authentication and role dashboards */
.bbha-auth{background:#f5f9fb;min-height:100vh}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr)}.auth-layout.reverse .auth-story{order:2}.auth-story{position:relative;overflow:hidden;background:var(--deep);min-height:100vh}.auth-story>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.auth-story-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,43,70,.15),rgba(4,43,70,.9))}.auth-story-content{position:absolute;z-index:2;left:8%;right:8%;bottom:8%;color:#fff;max-width:720px}.auth-label{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.auth-story-content h1{font-size:clamp(42px,4.7vw,66px);margin:20px 0 14px}.auth-story-content p{color:#e4eef3;font-size:17px;line-height:1.7;max-width:640px}.auth-trust{display:flex;gap:11px;flex-wrap:wrap;margin-top:24px}.auth-trust span{padding:8px 11px;border-radius:9px;background:rgba(255,255,255,.12);font-size:12px;font-weight:700}.auth-form-side{background:#fff;display:flex;align-items:center;justify-content:center;padding:54px clamp(28px,5vw,78px)}.auth-form-wrap{width:min(100%,560px)}.register-wrap{width:min(100%,680px)}.auth-brand{display:flex;align-items:center;gap:13px;margin-bottom:55px}.auth-brand img{width:78px;height:68px;object-fit:contain}.auth-brand b{display:block;color:var(--deep);font-family:'Libre Baskerville',serif;font-size:20px}.auth-brand small{display:block;color:var(--green);font-weight:800;margin-top:3px}.auth-heading>span{color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:1.5px;font-weight:800}.auth-heading h2{font-size:42px;margin:10px 0 8px}.auth-heading p{color:var(--muted);margin:0 0 22px}.real-form{display:grid;gap:15px}.real-form label{font-size:13px;font-weight:800;color:var(--deep)}.real-form input,.real-form select{margin-top:7px;border-radius:12px;padding:15px;background:#fff}.input-shell{position:relative}.input-shell input{margin:7px 0 0}.password-shell button{position:absolute;right:12px;bottom:10px;border:0;background:var(--mint);color:var(--green);font-weight:800;padding:7px 9px;border-radius:8px}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-meta{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:12px}.form-meta a{color:var(--green);font-weight:800}.check,.consent{display:flex!important;align-items:flex-start;gap:9px;color:var(--muted)!important;font-weight:600!important;line-height:1.5}.check input,.consent input{width:auto;margin:2px 0 0}.auth-submit{border:0;border-radius:12px;padding:16px;background:linear-gradient(135deg,var(--green),#19735f);color:#fff;font:inherit;font-weight:800;box-shadow:0 13px 28px rgba(37,143,115,.22);cursor:pointer}.auth-switch{text-align:center;color:var(--muted);margin:20px 0 12px}.auth-switch a,.return-site{color:var(--green);font-weight:800}.return-site{display:block;text-align:center;font-size:13px}.form-alert{padding:13px 15px;border-radius:10px;background:#fff0ef;border:1px solid #ffd4cf;color:#9d2e26;margin:0 0 16px}.welcome-banner{display:flex;gap:8px;flex-direction:column;padding:17px 20px;background:#e9f8f2;border:1px solid #bfe8da;color:#146c58;border-radius:14px;margin-bottom:22px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px}.card-title{display:flex;justify-content:space-between;align-items:center}.card-title h3{margin-bottom:3px}.card-title p{margin:0;color:var(--muted);font-size:13px}.profile-card dl{margin:20px 0}.profile-card dt{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-weight:800;margin-top:16px}.profile-card dd{margin:4px 0 0;color:var(--deep);font-weight:700;overflow-wrap:anywhere}.empty-table{display:flex;flex-direction:column;align-items:center;padding:35px;color:var(--muted)}.empty-table b{color:var(--deep);font-size:16px;margin-bottom:5px}.empty-state{text-align:center;padding:70px 30px}.empty-state p{color:var(--muted)}
.admin-shell{min-height:100vh;display:grid;grid-template-columns:272px minmax(0,1fr);background:#f3f7f9}.admin-sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#063a61,#052f4e);padding:24px 18px;display:flex;flex-direction:column;color:#fff}.admin-brand{display:flex;align-items:center;gap:11px;padding:0 8px 24px;border-bottom:1px solid rgba(255,255,255,.12)}.admin-brand img{width:62px;height:54px;object-fit:contain;background:#fff;border-radius:9px;padding:3px}.admin-brand b,.admin-brand small{display:block}.admin-brand b{font-family:'Libre Baskerville',serif}.admin-brand small{color:#99dbc6;font-size:11px;margin-top:4px}.admin-sidebar nav{display:grid;gap:5px;margin-top:25px}.admin-sidebar nav a{padding:13px 14px;border-radius:10px;color:#d9e8ef;font-weight:700;font-size:14px}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:rgba(255,255,255,.12);color:#fff}.sidebar-user{display:flex;align-items:center;gap:10px;margin-top:auto;padding:16px 9px;border-top:1px solid rgba(255,255,255,.12)}.sidebar-user>div{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--green);font-weight:800}.sidebar-user b,.sidebar-user small{display:block}.sidebar-user b{font-size:12px}.sidebar-user small{font-size:10px;color:#a9c8d7;margin-top:3px}.sidebar-logout{padding:12px 14px;border:1px solid rgba(255,255,255,.18);border-radius:10px;text-align:center;color:#fff;font-weight:800;font-size:13px}.admin-main{padding:35px clamp(22px,3vw,45px)}.admin-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px}.admin-header h1{font-size:34px;color:var(--deep);margin:8px 0}.admin-header p{color:var(--muted);margin:0}.admin-header-actions{display:flex;gap:10px}.admin-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.admin-kpis article,.admin-mini-grid article,.admin-panel{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 24px rgba(8,54,87,.05)}.admin-kpis article{padding:22px;border-top:4px solid var(--green)}.admin-kpis span,.admin-kpis b,.admin-kpis small{display:block}.admin-kpis span{font-size:12px;color:var(--muted);font-weight:700}.admin-kpis b{font-size:26px;color:var(--deep);margin:8px 0 5px}.admin-kpis small{color:#8293a0;font-size:11px}.admin-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:16px 0}.admin-mini-grid article{padding:18px}.admin-mini-grid span,.admin-mini-grid b{display:block}.admin-mini-grid span{color:var(--muted);font-size:12px}.admin-mini-grid b{color:var(--deep);font-size:20px;margin-top:6px}.gateway-ok{color:var(--green)!important;font-size:16px!important}.admin-panel{padding:22px}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px}.panel-heading h2{font-size:24px;margin:0}.panel-heading p{color:var(--muted);font-size:13px;margin:4px 0 0}.panel-heading a{color:var(--green);font-weight:800;font-size:13px}.cell-small{display:block;color:var(--muted);font-weight:400;margin-top:3px}
@media(max-width:1050px){.auth-layout{grid-template-columns:1fr}.auth-story{display:none}.auth-form-side{min-height:100vh}.admin-kpis{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.profile-card{order:-1}.admin-shell{grid-template-columns:1fr}.admin-sidebar{display:none}}
@media(max-width:650px){.auth-form-side{padding:28px 20px}.auth-brand{margin-bottom:34px}.auth-brand img{width:62px;height:54px}.auth-brand b{font-size:15px}.auth-heading h2{font-size:34px}.form-two{grid-template-columns:1fr}.form-meta{align-items:flex-start;flex-direction:column}.admin-main{padding:22px 14px}.admin-header{align-items:flex-start;flex-direction:column}.admin-header-actions{width:100%}.admin-header-actions .button{flex:1}.admin-kpis,.admin-mini-grid{grid-template-columns:1fr}.admin-header h1{font-size:29px}.portal-kpis{grid-template-columns:1fr}}
/* Final two-image policy: only the approved hero and education images are used. */
.about-values{background:linear-gradient(145deg,#063a61,#07558f);color:#fff;border-radius:24px;padding:42px;box-shadow:var(--shadow);min-height:390px;display:flex;flex-direction:column;justify-content:center}.about-values .value-mark{width:74px;height:74px;border-radius:20px;background:rgba(255,255,255,.14);display:grid;place-items:center;font-weight:900;letter-spacing:2px;margin-bottom:24px}.about-values h3{font-family:'Libre Baskerville',serif;font-size:32px;line-height:1.25;margin:0 0 14px}.about-values p{color:#dceaf2;line-height:1.75}.value-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.value-list span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800}.icon-programme{min-height:390px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#fff,#edf7f4);padding-top:30px}.programme-icon{width:70px;height:70px;border-radius:20px;margin:0 24px auto;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),#1b735f);color:#fff;font-size:22px;font-weight:900;box-shadow:0 12px 24px rgba(37,143,115,.22)}.image-programme img{content:url('education-child-final.png')}.hero-image{content:url('hero-children-final.png')}.clean-programmes .programme{overflow:hidden}.clean-programmes .programme>div:last-child{padding:24px}.clean-programmes .image-programme img{height:260px;width:100%;object-fit:cover;object-position:center}.auth-story>img{object-position:center}@media(max-width:650px){.about-values{min-height:0;padding:30px 24px}.about-values h3{font-size:26px}.icon-programme{min-height:330px}.clean-programmes .image-programme img{height:320px}}

/* BBHA 2026 executive dashboard upgrade */
:root{--brand-green:#0b5e91;--brand-green-2:#26853d;--brand-soft:#eef8f0;--brand-ink:#10233a;--brand-line:#dfe8e2;--brand-shadow:0 18px 50px rgba(21,72,38,.10)}
.admin-shell{min-height:100vh;background:#f4f7f5;display:grid;grid-template-columns:280px minmax(0,1fr)}
.admin-sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#0f5a25,#0a401b);color:#fff;padding:26px 20px;display:flex;flex-direction:column;box-shadow:18px 0 50px rgba(13,67,30,.10);z-index:20}
.admin-brand{display:flex;align-items:center;gap:13px;padding:0 8px 24px;border-bottom:1px solid rgba(255,255,255,.14)}.admin-brand img{width:55px;height:55px;object-fit:contain;background:#fff;border-radius:14px;padding:5px}.admin-brand b,.admin-brand small{display:block}.admin-brand b{font-size:18px}.admin-brand small{opacity:.72;font-size:11px;margin-top:3px}
.admin-sidebar nav{display:grid;gap:7px;margin-top:24px}.admin-sidebar nav a{padding:13px 15px;border-radius:12px;color:#e8f6ec;font-weight:700;font-size:14px;transition:.18s}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:#fff;color:var(--brand-green);transform:translateX(3px)}
.sidebar-user{margin-top:auto;display:flex;align-items:center;gap:11px;padding:15px 10px;border-top:1px solid rgba(255,255,255,.14)}.sidebar-user>div{width:40px;height:40px;border-radius:12px;background:#fff;color:var(--brand-green);display:grid;place-items:center;font-weight:900}.sidebar-user b,.sidebar-user small{display:block}.sidebar-user small{opacity:.7}.sidebar-logout{padding:12px 15px;border:1px solid rgba(255,255,255,.24);border-radius:11px;text-align:center;color:#fff;font-weight:700}
.admin-main{padding:34px 38px;min-width:0}.admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:28px}.admin-header h1{margin:8px 0;font-size:clamp(28px,3vw,42px);color:var(--brand-ink);letter-spacing:-1px}.admin-header p{color:#66786d;margin:0}.admin-header-actions{display:flex;gap:10px;flex-wrap:wrap}
.admin-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.admin-kpis article,.admin-mini-grid article,.admin-panel,.portal-card,.portal-kpis>div{background:#fff;border:1px solid var(--brand-line);border-radius:18px;box-shadow:var(--brand-shadow)}.admin-kpis article{padding:22px;position:relative;overflow:hidden}.admin-kpis article:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--brand-green)}.admin-kpis span,.admin-kpis small{display:block;color:#6d7d73}.admin-kpis b{display:block;font-size:28px;color:var(--brand-ink);margin:10px 0}.admin-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:16px 0}.admin-mini-grid article{padding:18px 22px}.admin-mini-grid span,.admin-mini-grid b{display:block}.admin-mini-grid span{color:#718078;font-size:13px}.admin-mini-grid b{margin-top:7px;color:var(--brand-ink)}.gateway-ok{color:var(--brand-green)!important}.admin-panel{padding:22px;margin-top:16px}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:17px}.panel-heading h2{margin:0;color:var(--brand-ink)}.panel-heading p{margin:4px 0 0;color:#748179}.table-wrap{overflow:auto;border:1px solid #e4ebe6;border-radius:14px}table{width:100%;border-collapse:collapse;min-width:850px}th{background:#f2f7f3;color:#607067;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.6px}th,td{padding:14px 16px;border-bottom:1px solid #e9efeb}tbody tr:hover{background:#f8fbf9}
.portal-body{background:#f4f7f5;min-height:100vh}.portal-top{height:82px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--brand-line);position:sticky;top:0;z-index:30}.portal-top>div{display:flex;align-items:center;gap:18px}.portal-top>div span{font-weight:800;color:var(--brand-ink)}.portal-top>div a{background:var(--brand-soft);color:var(--brand-green);padding:10px 14px;border-radius:10px;font-weight:700}.portal-wrap{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:34px 0 60px}.portal-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.portal-heading h2{font-size:38px;margin:6px 0;color:var(--brand-ink)}.portal-heading p{color:#697a70}.portal-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.portal-kpis>div{padding:22px}.portal-kpis span{display:block;color:#728078}.portal-kpis b{display:block;font-size:28px;color:var(--brand-green);margin-top:9px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;margin-top:18px}.portal-card{padding:22px}.profile-card dl{display:grid;grid-template-columns:1fr 1.5fr;gap:12px 16px}.profile-card dt{color:#748178}.profile-card dd{margin:0;font-weight:700;color:var(--brand-ink);overflow-wrap:anywhere}
@media(max-width:1100px){.admin-shell{grid-template-columns:230px 1fr}.admin-main{padding:28px 24px}.admin-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.admin-shell{display:block}.admin-sidebar{position:relative;height:auto;padding:13px 14px;display:grid;grid-template-columns:1fr auto;align-items:center}.admin-brand{padding:0;border:0}.admin-brand img{width:45px;height:45px}.admin-sidebar nav{grid-column:1/-1;display:flex;overflow-x:auto;margin:12px -2px 0;padding-bottom:3px}.admin-sidebar nav a{white-space:nowrap}.sidebar-user{display:none}.sidebar-logout{grid-column:2;padding:9px 12px}.admin-main{padding:22px 14px}.admin-header{display:block}.admin-header-actions{margin-top:16px}.admin-kpis,.admin-mini-grid{grid-template-columns:1fr 1fr}.admin-kpis article{padding:18px}.admin-kpis b{font-size:23px}.admin-panel{padding:14px}.panel-heading{align-items:flex-start}.portal-top{height:auto;padding:12px 14px}.portal-top .brand span{display:none}.portal-top>div span{display:none}.portal-wrap{width:calc(100% - 28px);padding-top:22px}.portal-heading{display:block}.portal-heading h2{font-size:30px}.portal-heading .button{margin-top:12px;width:100%}.portal-kpis{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:1fr}.profile-card{order:-1}.profile-card dl{grid-template-columns:1fr 1.4fr}}
@media(max-width:460px){.admin-kpis,.admin-mini-grid{grid-template-columns:1fr}.admin-header h1{font-size:29px}.panel-heading{display:block}.panel-heading>a{display:inline-block;margin-top:10px}}

.payment-operations{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;margin:0 0 24px}.wallet-card,.gateway-card{border-radius:24px;padding:28px;box-shadow:0 16px 45px rgba(11,70,36,.10)}.wallet-card{background:linear-gradient(135deg,#0d672b,#159447);color:#fff;position:relative;overflow:hidden}.wallet-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#ffffff12;right:-70px;bottom:-120px}.wallet-card-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.wallet-card span{font-weight:700;opacity:.85}.wallet-card h2{font-size:36px;margin:10px 0 4px;color:#fff}.wallet-card small{opacity:.85}.wallet-refresh{border:1px solid #ffffff55;color:#fff;background:#ffffff12;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.wallet-status{margin:22px 0 16px;padding:10px 12px;background:#ffffff12;border-radius:10px;font-size:13px}.wallet-status.ok{background:#d9fbe6;color:#075b27}.wallet-status.error{background:#ffe5e1;color:#9d241b}.wallet-actions{display:flex;gap:10px;position:relative;z-index:1}.wallet-card .button.primary{background:#fff;color:#126a31}.wallet-card .button.outline{border-color:#fff;color:#fff}.gateway-card{background:#fff;border:1px solid #e0ece3}.gateway-card h2{font-size:26px;margin:10px 0;color:#11271a}.gateway-card p{color:#637169;line-height:1.65}.gateway-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.gateway-badges span{background:#eef8f0;color:#0b5e91;padding:8px 10px;border-radius:999px;font-size:12px;font-weight:800}.pay-modal{position:fixed;inset:0;background:#07170fb8;z-index:999;display:grid;place-items:center;padding:18px}.pay-modal[hidden]{display:none}.pay-dialog{background:#fff;border-radius:24px;width:min(480px,100%);padding:28px;position:relative;box-shadow:0 30px 100px #0005}.pay-dialog h2{font-size:30px;margin:8px 0}.pay-dialog p{color:#68766d;line-height:1.55}.pay-dialog label{display:grid;gap:7px;margin:14px 0;font-weight:800}.pay-dialog input{padding:14px;border:1px solid #ceddd2;border-radius:11px;font:inherit}.pay-close{position:absolute;right:16px;top:13px;border:0;background:#eff5f0;width:36px;height:36px;border-radius:50%;font-size:24px;cursor:pointer}.payment-result{margin-top:12px;padding:11px;border-radius:9px}.payment-result:empty{display:none}.payment-result.success{background:#e2f8e9;color:#0e6c2c}.payment-result.error{background:#fee9e7;color:#a12920}.modal-open{overflow:hidden}
@media(max-width:850px){.payment-operations{grid-template-columns:1fr}.wallet-card,.gateway-card{padding:22px}.wallet-card h2{font-size:29px}.wallet-actions{flex-direction:column}.wallet-actions .button{width:100%}.pay-dialog{padding:24px 20px}}

/* BBHA global navigation loader — fast, branded and back-navigation safe */
.bbha-page-loader{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;background:rgba(255,255,255,.965);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.bbha-page-loader.is-active{opacity:1;visibility:visible}
.bbha-loader-card{display:grid;justify-items:center;gap:14px;padding:24px 28px;border-radius:24px;background:#fff;box-shadow:0 24px 80px rgba(15,83,35,.16);border:1px solid #dceadd;min-width:190px}
.bbha-loader-icon{position:relative;width:76px;height:76px;display:grid;place-items:center}
.bbha-loader-icon:before{content:"";position:absolute;inset:0;border-radius:50%;border:3px solid #dceadd;border-top-color:#1f7a24;animation:bbha-spin .75s linear infinite}
.bbha-loader-icon img{width:48px;height:48px;object-fit:contain}
.bbha-loader-card b{color:#16351d;font-size:15px}.bbha-loader-card small{color:#6d7e70;font-size:12px}
@keyframes bbha-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.bbha-loader-icon:before{animation-duration:1.5s}.bbha-page-loader{transition:none}}

/* Keep the unified green brand crisp on authentication and portal screens */
.auth-brand img,.admin-brand img,.portal-top .brand img,.sidebar .brand img{object-fit:contain;background:#fff;border-radius:14px;padding:4px}
.auth-brand img{width:82px;height:60px}.admin-brand img{width:96px;height:58px}.portal-top .brand img{width:76px;height:50px}

/* Programme visual panels */
.program-art{isolation:isolate;overflow:hidden;background:linear-gradient(145deg,#edf7ee,#d8efdc)!important;position:relative}
.program-art:before,.program-art:after{content:"";position:absolute;border-radius:50%;background:linear-gradient(145deg,rgba(31,122,36,.2),rgba(31,122,36,.04));filter:none}
.program-art:before{width:190px;height:190px;right:-38px;top:-58px}.program-art:after{width:120px;height:120px;left:-24px;bottom:-55px}
.program-art .art-symbol{position:absolute;inset:0;display:grid;place-items:center;font-size:70px;color:#1f7a24;text-shadow:0 10px 30px rgba(31,122,36,.16);z-index:2}
.nutrition-art{background:linear-gradient(145deg,#fff8df,#eaf6df)!important}.health-art{background:linear-gradient(145deg,#edf9f0,#d9f0e1)!important}.community-art{background:linear-gradient(145deg,#eff7e9,#dcefdc)!important}

/* Auth icon-only brand refinement */
.auth-brand.auth-brand-icon{display:flex;align-items:center;justify-content:flex-start;width:max-content;margin:0 0 34px;padding:0;background:transparent;border:0;box-shadow:none}
.auth-brand.auth-brand-icon img{width:104px;height:104px;object-fit:contain;background:transparent;border-radius:0;padding:0;filter:drop-shadow(0 10px 22px rgba(35,131,38,.12))}
@media(max-width:650px){.auth-brand.auth-brand-icon{margin-bottom:28px}.auth-brand.auth-brand-icon img{width:92px;height:92px}}

/* BBHA final brand polish */
.bbha-loader-card.icon-only{width:92px;height:92px;padding:16px;border-radius:28px;display:grid;place-items:center;background:#fff;box-shadow:0 24px 70px rgba(16,65,42,.22)}
.bbha-loader-card.icon-only .bbha-loader-icon{width:62px;height:62px;margin:0;border:0;background:transparent}
.bbha-loader-card.icon-only .bbha-loader-icon img{width:100%;height:100%;object-fit:contain}
.drawer-brand{display:flex!important;align-items:center!important;gap:14px!important;padding:22px 22px 18px!important;border-bottom:1px solid #e7eee9!important}
.drawer-brand img{width:54px!important;height:54px!important;object-fit:contain!important;flex:0 0 54px!important}
.drawer-brand div{display:block!important}.drawer-brand b{display:block;color:#153b2c;font-size:18px;letter-spacing:.02em}.drawer-brand span{display:block;color:#2a8b66;font-weight:700;font-size:13px;margin-top:2px}
.auth-brand{display:flex;align-items:center;gap:15px;margin-bottom:28px}.auth-brand img{width:72px;height:72px;object-fit:contain}.auth-brand-copy b{display:block;color:#103f5e;font-family:Georgia,serif;font-size:24px;line-height:1.1}.auth-brand-copy span{display:block;color:#299272;font-weight:800;font-size:16px;margin-top:5px}
@media(max-width:600px){.auth-brand img{width:62px;height:62px}.auth-brand-copy b{font-size:20px}.auth-brand-copy span{font-size:14px}}


/* Final authentication polish */
.auth-brand{width:max-content;text-decoration:none}.auth-brand img{width:70px!important;height:70px!important;background:#eff8f0!important;border-radius:20px!important;padding:9px!important}.auth-brand-copy b{font-family:'Libre Baskerville',Georgia,serif!important;color:#103f2b!important;font-size:21px!important;letter-spacing:.3px}.auth-brand-copy span{color:#248c52!important;font-size:14px!important}.auth-form-side{background:linear-gradient(180deg,#fff 0%,#f8fbf8 100%)}.auth-form-wrap{background:#fff;border:1px solid #e4ece5;border-radius:24px;padding:34px;box-shadow:0 24px 60px rgba(15,66,30,.09)}.auth-heading h2{font-family:'Libre Baskerville',Georgia,serif;color:#123323}.auth-submit{background:linear-gradient(135deg,#23852a,#17671d);box-shadow:0 14px 28px rgba(31,122,36,.22)}
@media(max-width:1050px){.auth-form-side{padding:32px 20px}.auth-form-wrap{max-width:620px}}
@media(max-width:650px){.auth-form-side{padding:22px 14px}.auth-form-wrap{padding:24px 20px;border-radius:20px}.auth-brand{margin-bottom:24px}.auth-brand img{width:60px!important;height:60px!important}.auth-brand-copy b{font-size:18px!important}.auth-brand-copy span{font-size:13px!important}.auth-heading h2{font-size:34px}}

/* 2026 production dashboard refinement */
.modern-admin-shell{grid-template-columns:286px minmax(0,1fr);background:#f3f7f4}.modern-admin-sidebar{background:linear-gradient(180deg,#0c5123 0%,#073716 100%);padding:22px 18px}.admin-sidebar-head{display:flex;align-items:center;justify-content:space-between}.modern-admin-sidebar .admin-brand{border:0;padding:0 6px 18px;gap:12px}.modern-admin-sidebar .admin-brand img{width:48px!important;height:48px!important;border-radius:14px!important;padding:6px!important}.modern-admin-sidebar .admin-brand b{font-size:14px;letter-spacing:.04em}.modern-admin-sidebar .admin-brand small{font-size:11px;color:#aee0bb}.admin-section-label{margin:20px 14px 7px;text-transform:uppercase;letter-spacing:.17em;font-size:10px;font-weight:800;color:#91bd9b}.modern-admin-sidebar nav{margin-top:0}.modern-admin-sidebar nav a{display:flex;align-items:center;min-height:46px}.admin-sidebar-close{display:none;border:0;background:#fff;color:#0b5e91;width:40px;height:40px;border-radius:12px;font-size:26px}.modern-admin-main{padding:30px clamp(22px,3vw,44px)}.admin-mobile-top{display:none}.modern-admin-header{align-items:center;padding:4px 0 8px}.modern-admin-header h1{font-size:36px;letter-spacing:-.03em}.modern-admin-kpis article{border-top:0;border-left:4px solid #24882d;border-radius:18px}.modern-payment-operations{margin-top:18px}.modern-wallet-card{background:linear-gradient(140deg,#0b5c28,#18843d 72%,#22a14c);border-radius:26px}.wallet-split{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.wallet-split>div{background:#ffffff14;border:1px solid #ffffff1f;padding:12px;border-radius:13px}.wallet-split span,.wallet-split b{display:block}.wallet-split b{margin-top:5px;color:#fff}.wallet-actions .wallet-send{background:#fff!important;color:#0d672b!important;border:1px solid #fff!important}.wallet-actions .wallet-recharge{background:#f6cf4a!important;color:#17371e!important;border:1px solid #f6cf4a!important;font-weight:900}.modern-gateway-card{border-radius:26px}.recharge-submit{background:#1d7f2c!important;color:#fff!important}.admin-sidebar-overlay{display:none}
.portal-brand{display:flex;align-items:center;gap:11px}.portal-brand img{width:52px;height:52px;object-fit:contain;background:#eef7ef;border-radius:14px;padding:6px}.portal-brand b,.portal-brand small{display:block}.portal-brand b{color:#143926;font-size:15px}.portal-brand small{color:#25854c;font-weight:700;font-size:12px}.donor-portal-wrap{padding-top:28px}.donor-hero{background:linear-gradient(135deg,#fff,#edf8ef);border:1px solid #dceade;border-radius:26px;padding:30px;display:flex;justify-content:space-between;align-items:center;gap:24px}.donor-hero h1{font-family:'Libre Baskerville',Georgia,serif;font-size:40px;margin:8px 0;color:#143926}.donor-hero p{color:#65766c;margin:0}.donor-kpis>div{border-radius:18px;border-top:4px solid #24882d}.donor-kpis small{display:block;color:#8a988f;font-size:11px;margin-top:4px}.donor-history-card,.donor-profile-card{border-radius:20px}.profile-avatar{width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#1c7d2a,#2ba857);display:grid;place-items:center;color:#fff;font-size:24px;font-weight:900}.donor-profile-card h3{margin:14px 0 3px}.donor-profile-card>p{color:#718078;margin-top:0}.donor-bottom-nav{display:none}
.bbha-loader-card.icon-only{width:74px!important;height:74px!important;padding:12px!important;border-radius:23px!important}.bbha-loader-card.icon-only .bbha-loader-icon{width:48px!important;height:48px!important}.bbha-loader-icon:before{inset:-4px!important}.bbha-loader-icon img{width:36px!important;height:36px!important}
@media(max-width:1050px){.modern-admin-shell{display:block}.modern-admin-sidebar{position:fixed!important;left:0;top:0;bottom:0;width:min(310px,88vw);height:100vh!important;z-index:1002;transform:translateX(-105%);transition:transform .25s ease;display:flex!important}.modern-admin-sidebar.open{transform:translateX(0)}.admin-sidebar-close{display:block}.admin-sidebar-overlay{display:block;position:fixed;inset:0;background:#06160db8;z-index:1001;opacity:0;visibility:hidden;transition:.2s}.admin-sidebar-overlay.open{opacity:1;visibility:visible}.admin-mobile-top{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e1ebe3;border-radius:18px;padding:10px 12px;margin-bottom:20px;position:sticky;top:8px;z-index:40;box-shadow:0 12px 30px rgba(12,76,31,.08)}.admin-menu-button{border:0;background:#0b5e91;color:#fff;width:44px;height:44px;border-radius:13px;font-size:22px}.admin-mobile-brand{display:flex;align-items:center;gap:8px}.admin-mobile-brand img{width:38px;height:38px}.admin-mobile-brand b,.admin-mobile-brand small{display:block}.admin-mobile-brand b{font-size:12px;color:#143926}.admin-mobile-brand small{font-size:10px;color:#27834c}.admin-mobile-user{width:40px;height:40px;border-radius:13px;background:#edf7ef;color:#0b5e91;display:grid;place-items:center;font-weight:900}.modern-admin-main{padding:12px 16px 30px}.modern-admin-header{display:flex}.modern-admin-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.modern-admin-header{display:block}.modern-admin-header h1{font-size:29px}.admin-header-actions{display:grid;grid-template-columns:1fr 1fr}.admin-header-actions .button{width:100%}.modern-admin-kpis,.admin-mini-grid{grid-template-columns:1fr}.payment-operations{grid-template-columns:1fr}.wallet-actions{display:grid;grid-template-columns:1fr 1fr}.wallet-actions .button{width:100%;padding:12px 8px}.donor-portal-top{padding:10px 14px;height:auto}.portal-brand img{width:44px;height:44px}.portal-brand b{font-size:12px}.portal-brand small{font-size:10px}.portal-account span{display:none}.donor-portal-wrap{width:calc(100% - 28px);padding-bottom:90px}.donor-hero{display:block;padding:22px}.donor-hero h1{font-size:30px}.donor-cta{width:100%;margin-top:18px}.donor-kpis{grid-template-columns:1fr}.donor-dashboard-grid{grid-template-columns:1fr}.donor-profile-card{order:-1}.donor-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:10px;right:10px;bottom:10px;background:#fff;border:1px solid #dce8de;border-radius:18px;box-shadow:0 18px 50px rgba(9,62,26,.18);z-index:80;padding:7px}.donor-bottom-nav a{padding:11px 5px;text-align:center;font-size:11px;font-weight:800;color:#68796e;border-radius:12px}.donor-bottom-nav a.active{background:#eaf6ec;color:#0b5e91}}

/* === BBHA FINAL APP/AUTH/DASHBOARD POLISH v18 === */
.bbha-page-loader{display:grid!important;place-items:center!important;padding:0!important}
.bbha-loader-card{display:grid!important;place-items:center!important;width:76px!important;height:76px!important;padding:0!important;border-radius:50%!important}
.bbha-loader-icon{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;margin:0!important}
.bbha-loader-icon img{display:block!important;width:36px!important;height:36px!important;object-fit:contain!important;margin:0!important}
@media(max-width:720px){
  .auth-shell,.auth-page,.dashboard-shell,.admin-shell{min-width:0!important;max-width:100%!important}
  .auth-card{width:min(100% - 28px,560px)!important;margin:24px auto!important;padding:24px 20px!important;border-radius:22px!important}
  .app-header,.dashboard-header,.admin-header{padding-inline:16px!important}
  .dashboard-grid,.stats-grid,.admin-grid{grid-template-columns:1fr!important;gap:14px!important}
  .table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
}

/* BBHA finance workflow and success UX */
.wallet-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}.wallet-bank{background:#0f4020!important;color:#fff!important;border-color:#0f4020!important;text-align:center}.withdrawals-page{max-width:1280px;margin:auto;padding:34px}.withdrawals-page>header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.withdrawals-page h1{font-family:'Libre Baskerville',Georgia,serif;color:#143926;font-size:42px;margin:8px 0}.withdrawals-page header p{color:#65766c;max-width:760px}.approval-page,.payment-success-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#f8fbf8,#edf7ef)}.approval-card,.payment-success-card{width:min(680px,100%);background:#fff;border:1px solid #dce9df;border-radius:28px;padding:34px;box-shadow:0 24px 70px rgba(10,70,28,.12)}.approval-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.approval-brand img{width:58px;height:58px}.approval-brand b,.approval-brand small{display:block}.approval-brand small{color:#25854c;font-weight:700}.approval-details{display:grid;grid-template-columns:160px 1fr;gap:12px 18px;background:#f5faf6;border-radius:18px;padding:20px}.approval-details dt{font-weight:800;color:#6b7b70}.approval-details dd{margin:0;color:#143926}.approval-actions{margin-top:22px}.approval-actions>div{display:flex;gap:12px;justify-content:flex-end}.success-mark{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#178536,#26b85b);color:white;font-size:48px;font-weight:900;margin:0 auto 20px;box-shadow:0 18px 40px rgba(24,133,54,.24)}.payment-success-card{text-align:center}.payment-success-card h1{font-family:'Libre Baskerville',Georgia,serif;color:#143926;font-size:42px}.payment-success-card p{color:#65766c;font-size:18px;line-height:1.7}.success-reference{background:#eef8f0;border:1px solid #d5ead9;border-radius:16px;padding:16px;margin:24px 0}.success-reference span,.success-reference b{display:block}.success-reference span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#6e7f73}.success-reference b{margin-top:5px;color:#0b5e91}.success-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.status-pill.approved{background:#e1f6e6;color:#137431}.status-pill.rejected,.status-pill.failed{background:#fee8e8;color:#a72525}.status-pill.processing{background:#fff4d9;color:#8c6400}
@media(max-width:760px){.wallet-actions{grid-template-columns:1fr!important}.withdrawals-page{padding:18px 14px}.withdrawals-page>header{display:block}.withdrawals-page>header .button{width:100%;margin-top:18px}.withdrawals-page h1{font-size:32px}.approval-card,.payment-success-card{padding:24px 18px;border-radius:22px}.approval-details{grid-template-columns:1fr;gap:4px}.approval-details dd{margin-bottom:12px}.approval-actions>div,.success-actions{grid-template-columns:1fr;display:grid}.payment-success-card h1{font-size:32px}}


/* BBHA international admin + donor system v20260806 */
.currency-total-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.currency-total{display:inline-flex;flex-direction:column;gap:2px;background:#eef8f0;border:1px solid #d5ead9;border-radius:12px;padding:8px 10px}.currency-total b{font-size:15px!important;color:#155f2b}.currency-total small{font-size:10px!important;color:#718078}.muted-total{color:#718078;font-weight:700}.multi-currency-kpi{min-height:132px}.premium-admin-panel{border-radius:24px!important;box-shadow:0 18px 50px rgba(12,76,31,.07)!important}.modern-admin-sidebar{overflow-y:auto;overscroll-behavior:contain}.modern-admin-sidebar nav a{border-radius:12px;margin:3px 0;padding:0 14px}.modern-admin-sidebar nav a.active{background:linear-gradient(135deg,#e8f6eb,#dff1e3);color:#126728;box-shadow:inset 3px 0 #1b8b38}.modern-admin-sidebar .sidebar-user{margin-top:auto}.admin-panel table th{white-space:nowrap}.admin-panel table td{vertical-align:middle}.admin-panel .cell-small{display:block;color:#829087;font-size:11px;margin-top:4px}.portal-kpis .multi-currency-kpi{align-items:flex-start!important}.portal-kpis .currency-total-list{margin-top:8px}
@media(min-width:1051px){.modern-admin-sidebar{position:sticky!important;top:0;height:100vh!important}.modern-admin-main{min-width:0}.modern-admin-shell{grid-template-columns:270px minmax(0,1fr)!important}}
@media(max-width:700px){.modern-admin-main{padding:10px 12px 26px!important}.admin-mobile-top{top:6px!important;margin-bottom:14px!important}.modern-admin-header{padding:4px 2px 12px!important}.modern-admin-header h1{font-size:28px!important;line-height:1.08}.modern-admin-header p{font-size:14px!important}.admin-panel{border-radius:18px!important}.panel-heading{padding:18px!important}.table-wrap{border-radius:0 0 18px 18px}.currency-total-list{gap:6px}.currency-total{padding:7px 9px}.donor-portal-wrap{width:calc(100% - 20px)!important}.donor-hero{border-radius:20px!important;padding:20px!important}.donor-kpis>div{padding:18px!important}}

/* === BBHA ADMIN DEFINITIVE VERTICAL NAV + AUTHORITATIVE WALLET v24 === */
.modern-admin-sidebar{display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:22px 18px!important;background:linear-gradient(180deg,#0d5b26 0%,#073f1b 100%)!important;color:#fff!important;overflow-y:auto!important;overflow-x:hidden!important}
.modern-admin-sidebar .admin-sidebar-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 26px!important;padding:0 0 22px!important;border-bottom:1px solid rgba(255,255,255,.14)!important;flex:0 0 auto!important}
.modern-admin-sidebar .admin-brand{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;color:#fff!important;text-decoration:none!important}
.modern-admin-sidebar .admin-brand img{width:48px!important;height:48px!important;flex:0 0 48px!important;padding:7px!important;background:#fff!important;border-radius:15px!important;object-fit:contain!important}
.modern-admin-sidebar .admin-brand span{min-width:0!important}.modern-admin-sidebar .admin-brand b{display:block!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.12!important;letter-spacing:.3px!important;color:#fff!important}.modern-admin-sidebar .admin-brand small{display:block!important;margin-top:5px!important;font-size:11px!important;color:#bde3c5!important}
.modern-admin-sidebar .admin-section-label{display:block!important;margin:0 0 8px!important;padding:0 10px!important;color:#9ed1aa!important;font-size:10px!important;font-weight:900!important;letter-spacing:2px!important;text-transform:uppercase!important}
.modern-admin-sidebar nav{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;width:100%!important;margin:0 0 24px!important;padding:0!important}
.modern-admin-sidebar nav a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;width:100%!important;min-height:48px!important;margin:0!important;padding:11px 13px!important;border-radius:13px!important;color:#eaf7ed!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important;white-space:normal!important}
.modern-admin-sidebar nav a i{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;flex:0 0 28px!important;border-radius:9px!important;background:rgba(255,255,255,.1)!important;font-style:normal!important;font-size:15px!important}
.modern-admin-sidebar nav a:hover{background:rgba(255,255,255,.10)!important}.modern-admin-sidebar nav a.active{background:#fff!important;color:#0e5a26!important;box-shadow:0 10px 24px rgba(0,0,0,.13)!important}.modern-admin-sidebar nav a.active i{background:#e7f4ea!important}
.modern-admin-sidebar .sidebar-user{margin-top:auto!important;display:flex!important;align-items:center!important;gap:11px!important;padding:14px!important;border-radius:15px!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.12)!important}.modern-admin-sidebar .sidebar-user>div{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:12px!important;background:#fff!important;color:#0e5a26!important;font-weight:900!important}.modern-admin-sidebar .sidebar-user span{min-width:0!important}.modern-admin-sidebar .sidebar-user b,.modern-admin-sidebar .sidebar-user small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.modern-admin-sidebar .sidebar-user small{margin-top:3px!important;color:#c6e5cd!important;font-size:10px!important}
.modern-admin-sidebar .sidebar-logout{display:flex!important;justify-content:center!important;margin-top:10px!important;padding:12px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:13px!important;color:#fff!important;text-decoration:none!important;font-weight:900!important}
.wallet-currency-list{display:grid;gap:12px;margin:18px 0}.wallet-currency{padding:17px;border-radius:18px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18)}.wallet-currency-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.wallet-currency-head span{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.16);font-size:11px;font-weight:900;letter-spacing:1px}.wallet-currency-head b{font-family:Georgia,serif;font-size:25px;text-align:right}.wallet-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:14px}.wallet-metrics>div{padding:11px;border-radius:13px;background:rgba(0,0,0,.09)}.wallet-metrics small,.wallet-metrics strong{display:block}.wallet-metrics small{font-size:10px;color:#d1ead6}.wallet-metrics strong{margin-top:5px;font-size:13px}.wallet-loading{padding:22px;text-align:center;border-radius:15px;background:rgba(255,255,255,.1)}
@media(max-width:1050px){.modern-admin-sidebar{position:fixed!important;top:0!important;bottom:0!important;left:0!important;width:min(86vw,320px)!important;height:100dvh!important;z-index:1200!important;transform:translateX(-105%)!important;transition:transform .25s ease!important;padding:18px 16px 24px!important}.modern-admin-sidebar.open{transform:translateX(0)!important}.modern-admin-sidebar .admin-sidebar-head{margin-bottom:22px!important}.modern-admin-sidebar nav{margin-bottom:20px!important}.modern-admin-sidebar .sidebar-user{margin-top:8px!important}.modern-admin-sidebar .admin-sidebar-close{display:grid!important}}
@media(max-width:620px){.wallet-metrics{grid-template-columns:1fr 1fr}.wallet-currency-head{display:block}.wallet-currency-head b{display:block;text-align:left;margin-top:8px;font-size:23px}.modern-admin-sidebar{width:min(90vw,330px)!important}.modern-admin-sidebar nav a{min-height:46px!important;font-size:14px!important}}

/* Bank withdrawals — professional treasury interface */
.withdrawals-page-pro{max-width:1240px;padding:clamp(20px,4vw,48px)}
.withdrawals-hero{background:linear-gradient(135deg,#ffffff 0%,#f3faf5 100%);border:1px solid #dfeae2;border-radius:26px;padding:clamp(22px,4vw,38px);box-shadow:0 18px 55px rgba(13,82,38,.08);align-items:center!important}
.withdrawals-heading{max-width:760px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#1f6f39;font-size:13px;font-weight:800;margin-bottom:24px}.back-link:hover{text-decoration:underline}
.withdrawals-hero h1{font-size:clamp(34px,5vw,52px);line-height:1.05;margin:10px 0 12px}.withdrawals-hero p{font-size:16px;line-height:1.65;margin:0!important;max-width:650px!important}
.withdrawal-primary-action{white-space:nowrap;min-height:48px;padding-inline:22px}
.withdrawal-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}
.withdrawal-summary-grid article{background:#fff;border:1px solid #e0eae3;border-radius:18px;padding:20px 22px;box-shadow:0 10px 30px rgba(11,74,32,.05)}
.withdrawal-summary-grid span,.withdrawal-summary-grid strong{display:block}.withdrawal-summary-grid span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#718078}.withdrawal-summary-grid strong{margin-top:7px;font-family:'Libre Baskerville',Georgia,serif;font-size:28px;color:#153d25}
.withdrawal-panel{padding:0!important;overflow:hidden;border-radius:22px!important}.withdrawal-panel-heading{padding:22px 24px;margin:0!important;border-bottom:1px solid #e6eee8}.withdrawal-panel-heading h2{font-size:24px}.withdrawal-panel-heading p{font-size:13px}
.withdrawal-panel .table-wrap{border:0;border-radius:0}.withdrawal-panel table{min-width:820px}.withdrawal-panel tbody tr:last-child td{border-bottom:0}
.empty-state-pro{display:grid;place-items:center;text-align:center;padding:48px 16px;color:#6b7a70}.empty-state-pro>span{width:56px;height:56px;border-radius:17px;display:grid;place-items:center;background:#eaf6ed;color:#167335;font-size:25px;margin-bottom:14px}.empty-state-pro strong{font-size:18px;color:#163d26}.empty-state-pro p{margin:6px 0 0;font-size:13px}
.withdrawal-dialog label small{font-weight:600;color:#75837a;font-size:11px}.withdrawal-dialog textarea{padding:14px;border:1px solid #ceddd2;border-radius:11px;font:inherit;resize:vertical}.withdrawal-dialog button[disabled]{opacity:.65;cursor:not-allowed}
@media(max-width:760px){.withdrawals-page-pro{padding:14px}.withdrawals-hero{padding:22px 18px;border-radius:20px}.withdrawals-hero>div{width:100%}.back-link{margin-bottom:18px}.withdrawal-primary-action{width:100%;margin-top:20px!important}.withdrawal-summary-grid{grid-template-columns:1fr 1fr;gap:10px}.withdrawal-summary-grid article{padding:16px}.withdrawal-summary-grid article:first-child{grid-column:1/-1}.withdrawal-panel-heading{padding:18px}.withdrawals-hero h1{font-size:34px}.pay-dialog.withdrawal-dialog{max-height:calc(100dvh - 28px);overflow:auto}}

/* BBHA account and wallet refinement */
.account-menu{position:relative}.account-menu-button{cursor:pointer}.account-menu-panel{position:absolute;right:0;top:calc(100% + 10px);width:230px;background:#fff;border:1px solid #dbe8de;border-radius:16px;padding:14px;box-shadow:0 18px 50px rgba(8,54,25,.16);z-index:120;display:none}.account-menu.open .account-menu-panel{display:grid}.account-menu-panel>b,.account-menu-panel>small{display:block}.account-menu-panel>b{color:#173c25;font-size:14px}.account-menu-panel>small{color:#74857a;font-size:11px;margin:3px 0 11px}.account-menu-panel>a{padding:11px 10px;border-radius:10px;color:#183b25;font-weight:800;font-size:13px}.account-menu-panel>a:hover{background:#edf7ef}.portal-account-button{border:0;background:#fff;display:flex;align-items:center;gap:10px;padding:7px 8px 7px 14px;border-radius:14px;color:#173c25;font-weight:800}.portal-account-button b{width:38px;height:38px;border-radius:12px;background:#edf7ef;color:#0b5e91;display:grid;place-items:center}.donor-account-menu .account-menu-panel{top:calc(100% + 8px)}
.modern-wallet-card .wallet-card-top small{display:none}.modern-wallet-card .wallet-card-top h2{margin-top:5px}.wallet-currency-list{gap:10px}.wallet-currency{padding:15px}.wallet-currency-head b{font-size:28px}.wallet-metrics{gap:8px;margin-top:12px}.wallet-metrics>div{padding:10px}.wallet-status{display:inline-flex;width:auto;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);font-size:11px}.modern-gateway-card p{max-width:480px}
.account-settings-body{margin:0;background:#f3f7f4;color:#173c25;font-family:Arial,sans-serif}.account-settings-shell{width:min(1080px,calc(100% - 28px));margin:auto;padding:22px 0 50px}.account-settings-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;border:1px solid #dce9df;border-radius:20px;padding:12px 16px;box-shadow:0 14px 40px rgba(8,67,27,.07)}.account-brand{display:flex;align-items:center;gap:10px}.account-brand img{width:44px;height:44px}.account-brand b,.account-brand small{display:block}.account-brand b{font-family:Georgia,serif;font-size:14px;color:#173c25}.account-brand small{font-size:11px;color:#27834c;margin-top:3px}.account-back,.account-signout{font-weight:800;color:#0b5e91}.account-signout{text-align:right}.account-settings-intro{padding:42px 4px 22px}.account-settings-intro h1{font-family:Georgia,serif;font-size:42px;margin:8px 0}.account-settings-intro p{margin:0;color:#6d7e73}.account-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.account-settings-card{background:#fff;border:1px solid #dce9df;border-radius:22px;padding:24px;box-shadow:0 15px 42px rgba(8,67,27,.06)}.account-settings-card h2{font-family:Georgia,serif;font-size:26px;margin:0 0 20px}.account-settings-card form{display:grid;gap:15px}.account-settings-card label{display:grid;gap:7px;font-weight:800;font-size:13px}.account-settings-card input{width:100%;box-sizing:border-box;border:1px solid #cfded3;border-radius:13px;padding:14px 15px;font:inherit}.account-settings-card input:focus{outline:3px solid #dff2e3;border-color:#27843d}.form-alert.success{background:#e9f8ed;color:#0b5e91}.form-alert.error{background:#fff0f0;color:#9a2b2b}
@media(max-width:700px){.account-settings-header{grid-template-columns:auto 1fr auto}.account-brand span{display:none}.account-settings-intro{padding-top:28px}.account-settings-intro h1{font-size:34px}.account-settings-grid{grid-template-columns:1fr}.account-settings-card{padding:19px}.portal-account-button span{display:none}.account-menu-panel{right:0;width:min(230px,calc(100vw - 28px))}.wallet-currency-head b{font-size:24px}.wallet-metrics{grid-template-columns:1fr 1fr}}

/* Compact professional wallet */
.modern-wallet-card{background:linear-gradient(145deg,#f7fcf8 0%,#e9f7ed 52%,#dff2e5 100%)!important;color:#123a24!important;border:1px solid #cfe7d5;box-shadow:0 18px 42px rgba(18,92,44,.10);padding:24px!important}
.modern-wallet-card:after{background:rgba(32,145,70,.06)!important;width:180px!important;height:180px!important}
.modern-wallet-card .wallet-card-top span{color:#2a7043!important;opacity:1!important}.modern-wallet-card .wallet-card-top h2{color:#123a24!important;font-size:31px!important}.modern-wallet-card .wallet-refresh{color:#0b5e91!important;background:#fff!important;border:1px solid #bddcc6!important;box-shadow:0 6px 18px rgba(22,107,44,.08)}
.wallet-currency-list{margin:14px 0 12px!important;gap:9px!important}.wallet-currency{background:#fff!important;border:1px solid #d7eadc!important;box-shadow:0 10px 24px rgba(26,91,46,.06);padding:15px 16px!important}.wallet-currency-head{align-items:center!important}.wallet-currency-head span{background:#e8f5eb!important;color:#0b5e91!important}.wallet-currency-head b{color:#123a24!important;font-size:27px!important}.wallet-summary-line{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.wallet-summary-line span{display:flex;justify-content:space-between;gap:8px;padding:9px 10px;border-radius:11px;background:#f5faf6;color:#66776c;font-size:11px}.wallet-summary-line strong{color:#173d27;font-size:12px}.modern-wallet-card .wallet-status{background:#fff!important;border:1px solid #d4e8d9!important;color:#477057!important;margin:8px 0 14px!important}.modern-wallet-card .wallet-actions{gap:9px}.modern-wallet-card .wallet-bank{background:#0b5e91!important}.compact-wallet-stat small{line-height:1.5}
@media(max-width:700px){.modern-wallet-card{padding:19px!important;border-radius:22px!important}.modern-wallet-card .wallet-card-top h2{font-size:27px!important}.wallet-currency-head b{font-size:23px!important}.wallet-summary-line{grid-template-columns:1fr}.wallet-summary-line span{padding:8px 10px}.modern-wallet-card .wallet-actions{grid-template-columns:1fr!important}.modern-wallet-card .wallet-actions .button{min-height:48px}.payment-operations{gap:15px!important}}


/* Final production payment experience */
.bbha-page-loader{background:rgba(246,250,247,.97)!important;padding:22px!important}.bbha-loader-card{width:min(390px,100%);text-align:center;background:#fff;border:1px solid #dfeae1;border-radius:28px;padding:34px 28px;box-shadow:0 28px 90px rgba(12,70,31,.16)}.bbha-loader-icon{width:82px;height:82px;margin:0 auto 18px;border-radius:24px;background:#eff8f0;display:grid;place-items:center;position:relative}.bbha-loader-icon img{width:58px;height:58px;object-fit:contain}.bbha-loader-spinner{width:34px;height:34px;margin:0 auto 18px;border:3px solid #dcece0;border-top-color:#1f812f;border-radius:50%;animation:bbhaSpin .8s linear infinite}.bbha-loader-card h2{margin:0;color:#153d25;font-size:24px}.bbha-loader-card p{margin:10px auto 0;color:#66756b;line-height:1.6;max-width:300px}.wallet-balance-skeleton{padding:18px;border-radius:18px;background:rgba(255,255,255,.11);display:grid;gap:11px}.wallet-balance-skeleton i,.wallet-balance-skeleton b,.wallet-balance-skeleton span{display:block;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(255,255,255,.28),rgba(255,255,255,.10));background-size:220% 100%;animation:bbhaShimmer 1.2s infinite}.wallet-balance-skeleton i{width:55px;height:21px}.wallet-balance-skeleton b{width:70%;height:38px}.wallet-balance-skeleton span{width:48%;height:13px}.wallet-available-only{padding:20px!important}.wallet-available-only small{display:block;margin-top:10px;color:#d7efdc}.operation-state{text-align:center;padding:18px 4px 4px}.operation-logo{width:92px;height:92px;margin:4px auto 22px;border-radius:28px;background:#eff8f0;display:grid;place-items:center;position:relative}.operation-logo img{width:58px;height:58px}.operation-logo i{position:absolute;inset:-7px;border:3px solid #d8eadc;border-top-color:#218436;border-radius:32px;animation:bbhaSpin .9s linear infinite}.operation-symbol{width:92px;height:92px;margin:4px auto 22px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:48px;font-weight:900;animation:bbhaPop .35s ease}.operation-symbol.success{background:linear-gradient(135deg,#178536,#2abb5d);box-shadow:0 18px 42px rgba(24,133,54,.24)}.operation-symbol.failed{background:linear-gradient(135deg,#c63232,#ef5350);box-shadow:0 18px 42px rgba(198,50,50,.22)}.operation-state h3{margin:0;color:#153d25;font-size:25px}.operation-state p{color:#68766d;line-height:1.6;margin:10px auto 0}.operation-reference{margin:20px 0;padding:14px;border-radius:15px;background:#f0f8f2;border:1px solid #dcebdd}.operation-reference span,.operation-reference b{display:block}.operation-reference span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#6e7d72}.operation-reference b{margin-top:5px;color:#0b5e91;word-break:break-all}.operation-actions{margin-top:20px}.wait-icon{position:relative}.wait-icon i{position:absolute;inset:-7px;border:3px solid #d8eadc;border-top-color:#218436;border-radius:28px;animation:bbhaSpin .9s linear infinite}.payment-status-actions{display:grid;gap:12px}.status-secondary-link{font-weight:800;color:#0b5e91;text-decoration:none}.payment-wait-card .status-symbol.success{animation:bbhaPop .35s ease}@keyframes bbhaSpin{to{transform:rotate(360deg)}}@keyframes bbhaShimmer{to{background-position:-220% 0}}@keyframes bbhaPop{0%{transform:scale(.72);opacity:0}100%{transform:scale(1);opacity:1}}@media(max-width:600px){.bbha-loader-card{padding:28px 20px;border-radius:23px}.pay-dialog{padding:24px 20px;border-radius:22px;max-height:calc(100vh - 28px);overflow:auto}.operation-state h3{font-size:22px}.wallet-actions{grid-template-columns:1fr!important}.success-actions{grid-template-columns:1fr}.payment-wait-card{padding:28px 20px!important}}

/* Approved BBHA blue/green portal branding */
:root{--brand:#0b5e91!important;--brand-dark:#063f68!important;--brand-green:#179777!important}
.modern-admin-sidebar,.admin-sidebar,.portal-sidebar{background:linear-gradient(180deg,#0b5e91 0%,#063f68 100%)!important}
.modern-admin-sidebar nav a.active,.portal-nav a.active{color:#0b5e91!important}.modern-admin-sidebar nav a.active i{background:#eaf4f8!important}
.modern-admin-sidebar .admin-section-label,.modern-admin-sidebar .admin-brand small,.portal-sidebar .nav-section{color:#a9d9e9!important}
.admin-menu-button,.auth-submit,.button.primary,.portal-topbar .mobile-open{background:#0b5e91!important}
.wallet-recharge,.cs-donate{background:#179777!important}.modern-wallet-card{background:linear-gradient(140deg,#063f68,#0b5e91 65%,#179777)!important}
.admin-brand img,.portal-brand img,.auth-brand img,.brand-lockup img,.admin-mobile-brand img{object-fit:contain!important;background:#fff!important;padding:4px!important}
.modern-admin-sidebar nav{gap:4px!important}.modern-admin-sidebar nav a{min-height:44px!important;padding:9px 12px!important}.admin-section-label{margin-top:16px!important}

/* Approved BBHA brand refinement */
.premium-logo img,.brand img,.auth-brand img,.sidebar-brand img,.admin-brand img{object-fit:contain!important;object-position:center!important;background:#fff!important;border-radius:12px!important;padding:3px!important}.premium-logo img{width:72px!important;height:64px!important}.premium-brand-copy b{color:#0b5e91!important}.premium-brand-copy small{color:#18965f!important}.premium-header,.admin-topbar,.sidebar{border-color:#d7e5eb!important}.button.primary,.donate-submit{background:linear-gradient(135deg,#0b5e91,#18965f)!important}.country-phone-wrap{display:grid;grid-template-columns:62px 1fr;gap:10px;align-items:center}.country-flag-box{height:52px;border:1px solid #cbdcd0;border-radius:13px;background:#f7faf9;display:grid;place-items:center;font-size:25px}.mobile-routing-note{margin-top:10px;padding:12px 14px;border-radius:12px;background:#eef7f4;color:#285266;font-size:14px;line-height:1.5}.mobile-routing-note.warning{background:#fff7e6;color:#744f00}.offline-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.offline-payment-card{border:1px solid #d7e5eb;border-radius:18px;padding:22px;background:#fff}.offline-payment-card h3{margin-top:0;color:#0b5e91}.payment-detail{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #edf2f4}.payment-detail:last-child{border-bottom:0}.payment-detail span{color:#60727d}.payment-detail b{text-align:right;color:#12364a}.official-email{word-break:break-word}@media(max-width:620px){.premium-logo img{width:58px!important;height:52px!important}.premium-brand-copy{display:none!important}.offline-payment-grid{grid-template-columns:1fr}}

/* Final fast branded loader */
.bbha-page-loader{background:rgba(248,251,250,.94)!important;backdrop-filter:blur(7px)!important}.bbha-loader-card.compact{min-width:0!important;width:auto!important;padding:18px 22px!important;border-radius:22px!important;gap:9px!important;box-shadow:0 18px 55px rgba(7,63,97,.15)!important}.bbha-loader-card.compact .bbha-loader-icon{width:68px!important;height:68px!important;margin:0 auto 4px!important;border-radius:20px!important}.bbha-loader-card.compact .bbha-loader-icon img{width:48px!important;height:48px!important}.bbha-loader-card.compact .bbha-loader-icon i{position:absolute;inset:-4px;border:3px solid #dce9ee;border-top-color:#0b5e91;border-radius:24px;animation:bbhaSpin .58s linear infinite}.bbha-loader-card.compact h2{font-size:18px!important}.bbha-loader-card.compact p{font-size:13px!important;margin-top:0!important}.bbha-loader-card.compact .bbha-loader-spinner{display:none!important}

/* Final advanced full-screen loader for every internal menu navigation */
html.bbha-loading,html.bbha-loading body{overflow:hidden!important;touch-action:none}
.bbha-navigation-loader{position:fixed!important;inset:0!important;z-index:2147483646!important;display:grid!important;place-items:center!important;padding:24px!important;background:rgba(247,250,251,.975)!important;backdrop-filter:blur(14px) saturate(115%)!important;-webkit-backdrop-filter:blur(14px) saturate(115%)!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility .12s ease!important}
.bbha-navigation-loader.is-active{opacity:1!important;visibility:visible!important;pointer-events:all!important}
.bbha-navigation-loader .bbha-loader-card.advanced{width:min(260px,calc(100vw - 48px))!important;min-width:0!important;height:auto!important;padding:28px 26px 24px!important;display:grid!important;place-items:center!important;gap:8px!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(11,94,145,.12)!important;box-shadow:0 28px 90px rgba(7,63,97,.18)!important;text-align:center!important}
.bbha-loader-mark{position:relative;width:82px;height:82px;display:grid;place-items:center;margin-bottom:8px}
.bbha-loader-mark img{position:relative;z-index:2;width:52px!important;height:52px!important;object-fit:contain!important}
.bbha-loader-mark span,.bbha-loader-mark i{position:absolute;inset:0;border-radius:28px}
.bbha-loader-mark span{background:linear-gradient(145deg,#eef7fb,#edf8f1)}
.bbha-loader-mark i{inset:-5px;border:3px solid rgba(11,94,145,.12);border-top-color:#0b5e91;border-right-color:#218b62;animation:bbhaAdvancedSpin .56s linear infinite}
.bbha-navigation-loader h2{margin:0!important;color:#103d5a!important;font-family:inherit!important;font-size:18px!important;font-weight:850!important;letter-spacing:-.01em}
.bbha-navigation-loader p{margin:0!important;color:#6b7a84!important;font-size:13px!important;line-height:1.45!important}
.bbha-loader-progress{width:100%;height:4px;margin-top:13px;border-radius:999px;background:#e7eef1;overflow:hidden}
.bbha-loader-progress b{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b5e91,#22946a);animation:bbhaProgress 1s ease-in-out infinite}
@keyframes bbhaAdvancedSpin{to{transform:rotate(360deg)}}
@keyframes bbhaProgress{0%{transform:translateX(-120%)}100%{transform:translateX(340%)}}
@media(max-width:560px){.bbha-navigation-loader .bbha-loader-card.advanced{width:210px!important;padding:24px 22px 21px!important;border-radius:26px!important}.bbha-loader-mark{width:72px;height:72px}.bbha-loader-mark img{width:46px!important;height:46px!important}}
@media(prefers-reduced-motion:reduce){.bbha-loader-mark i{animation-duration:1.2s}.bbha-loader-progress b{animation-duration:1.8s}.bbha-navigation-loader{transition:none!important}}


/* Final global loader behavior — compact, smooth and impossible to leave frozen. */
#bbhaGlobalLoader.bbha-page-loader{position:fixed!important;inset:0!important;z-index:2147483000!important;display:grid!important;place-items:center!important;padding:20px!important;background:rgba(247,250,251,.94)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .14s ease,visibility 0s linear .14s!important}
#bbhaGlobalLoader.bbha-page-loader.is-active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .14s ease!important}
#bbhaGlobalLoader .bbha-loader-card{width:min(260px,calc(100vw - 40px))!important;height:auto!important;min-width:0!important;display:grid!important;place-items:center!important;gap:8px!important;padding:22px 20px 18px!important;border-radius:24px!important;background:#fff!important;border:1px solid rgba(11,94,145,.13)!important;box-shadow:0 22px 65px rgba(8,54,82,.15)!important;text-align:center!important}
#bbhaGlobalLoader .bbha-loader-mark{position:relative!important;width:64px!important;height:64px!important;display:grid!important;place-items:center!important;margin:0 0 4px!important;border-radius:20px!important;background:#f4faf8!important}
#bbhaGlobalLoader .bbha-loader-mark img{display:block!important;width:42px!important;height:42px!important;object-fit:contain!important}
#bbhaGlobalLoader .bbha-loader-mark span,#bbhaGlobalLoader .bbha-loader-mark i{position:absolute!important;inset:-4px!important;border:3px solid rgba(11,94,145,.12)!important;border-top-color:#0b5e91!important;border-right-color:#24966f!important;border-radius:22px!important;animation:bbhaSpin .65s linear infinite!important}
#bbhaGlobalLoader .bbha-loader-mark i{inset:4px!important;border-width:2px!important;border-top-color:#24966f!important;border-right-color:transparent!important;animation-direction:reverse!important;animation-duration:.9s!important}
#bbhaGlobalLoader h2{margin:0!important;color:#123b55!important;font-size:18px!important;line-height:1.25!important;font-weight:800!important}
#bbhaGlobalLoader p{margin:0!important;color:#71808a!important;font-size:13px!important;line-height:1.4!important}
#bbhaGlobalLoader .bbha-loader-progress{width:100%!important;height:4px!important;margin-top:8px!important;overflow:hidden!important;border-radius:999px!important;background:#e9f0f3!important}
#bbhaGlobalLoader .bbha-loader-progress b{display:block!important;width:42%!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#0b5e91,#24966f)!important;animation:bbhaLoaderMove .8s ease-in-out infinite!important}
@keyframes bbhaLoaderMove{0%{transform:translateX(-120%)}100%{transform:translateX(340%)}}
@media(prefers-reduced-motion:reduce){#bbhaGlobalLoader *{animation-duration:1.5s!important}}

/* Global country-code selector: desktop and mobile */
.country-phone-wrap{position:relative!important;grid-template-columns:64px minmax(0,1fr)!important;width:100%!important;overflow:visible!important}
.country-flag-box{cursor:pointer!important;user-select:none!important;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}
.country-flag-box:hover,.country-flag-box:focus{border-color:#0b5e91!important;box-shadow:0 0 0 4px rgba(11,94,145,.11)!important;outline:0!important;transform:translateY(-1px)}
.country-code-panel{position:absolute;z-index:10020;top:calc(100% + 8px);left:0;width:min(430px,100%);max-height:390px;background:#fff;border:1px solid #d5e1e7;border-radius:16px;box-shadow:0 22px 70px rgba(12,47,66,.18);overflow:hidden}
.country-code-panel[hidden]{display:none!important}.country-code-search-wrap{padding:12px;border-bottom:1px solid #edf2f4;background:#f8fbfc}.country-code-search{width:100%;height:44px;border:1px solid #cddce4;border-radius:11px;padding:0 13px;font:inherit;color:#17374a;background:#fff}.country-code-list{max-height:322px;overflow:auto;padding:7px}.country-code-option{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;border:0;background:#fff;padding:10px 11px;border-radius:10px;text-align:left;cursor:pointer;color:#18384a}.country-code-option:hover,.country-code-option:focus{background:#eef7f8;outline:0}.country-code-option span{font-size:22px}.country-code-option b{font-size:14px;font-weight:750;white-space:normal}.country-code-option small{font-size:13px;color:#627782}.mobile-routing-note.success{background:#eaf8f0;color:#17673e}.donation-form,.donate-card,.method-fields{overflow:visible!important}
@media(min-width:761px){.country-code-panel{width:430px}.country-phone-wrap input{min-width:0!important;width:100%!important}}
@media(max-width:600px){.country-code-panel{position:fixed;left:14px;right:14px;top:auto;bottom:14px;width:auto;max-height:min(70vh,520px);border-radius:20px}.country-code-list{max-height:calc(min(70vh,520px) - 70px)}}

/* 2026-08-06 universal fast navigation loader — final override */
#bbhaGlobalLoader.bbha-navigation-loader{
  position:fixed!important;inset:0!important;z-index:2147483646!important;
  display:grid!important;place-items:center!important;padding:20px!important;
  background:rgba(247,250,251,.955)!important;
  -webkit-backdrop-filter:blur(8px) saturate(112%)!important;
  backdrop-filter:blur(8px) saturate(112%)!important;
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;
  transition:opacity .11s ease,visibility 0s linear .11s!important;
}
#bbhaGlobalLoader.bbha-navigation-loader.is-active{
  opacity:1!important;visibility:visible!important;pointer-events:auto!important;
  transition:opacity .11s ease!important;
}
#bbhaGlobalLoader .bbha-loader-card.advanced{
  width:min(238px,calc(100vw - 40px))!important;height:auto!important;min-width:0!important;
  display:grid!important;place-items:center!important;gap:7px!important;
  padding:24px 22px 20px!important;border-radius:26px!important;
  background:#fff!important;border:1px solid rgba(11,94,145,.12)!important;
  box-shadow:0 22px 70px rgba(7,55,84,.16)!important;text-align:center!important;
}
#bbhaGlobalLoader .bbha-loader-mark{position:relative!important;width:68px!important;height:68px!important;display:grid!important;place-items:center!important;margin:0 0 5px!important}
#bbhaGlobalLoader .bbha-loader-mark img{position:relative!important;z-index:2!important;width:43px!important;height:43px!important;object-fit:contain!important}
#bbhaGlobalLoader .bbha-loader-mark span,#bbhaGlobalLoader .bbha-loader-mark i{position:absolute!important;border-radius:22px!important;animation:bbhaUniversalSpin .62s linear infinite!important}
#bbhaGlobalLoader .bbha-loader-mark span{inset:0!important;background:linear-gradient(145deg,#eef7fb,#edf8f1)!important}
#bbhaGlobalLoader .bbha-loader-mark i{inset:-4px!important;border:3px solid rgba(11,94,145,.13)!important;border-top-color:#0b5e91!important;border-right-color:#24966f!important;background:transparent!important}
#bbhaGlobalLoader h2{margin:0!important;color:#103d5a!important;font:800 18px/1.25 inherit!important;letter-spacing:-.01em!important}
#bbhaGlobalLoader p{margin:0!important;color:#6b7a84!important;font:500 13px/1.45 inherit!important}
#bbhaGlobalLoader .bbha-loader-progress{width:100%!important;height:4px!important;margin-top:10px!important;border-radius:999px!important;background:#e8eff2!important;overflow:hidden!important}
#bbhaGlobalLoader .bbha-loader-progress b{display:block!important;width:40%!important;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,#0b5e91,#24966f)!important;animation:bbhaUniversalProgress .72s ease-in-out infinite!important}
html.bbha-loading{cursor:progress!important}
@keyframes bbhaUniversalSpin{to{transform:rotate(360deg)}}
@keyframes bbhaUniversalProgress{0%{transform:translateX(-115%)}100%{transform:translateX(360%)}}
@media(max-width:560px){#bbhaGlobalLoader .bbha-loader-card.advanced{width:208px!important;padding:22px 20px 18px!important;border-radius:24px!important}}
@media(prefers-reduced-motion:reduce){#bbhaGlobalLoader .bbha-loader-mark i{animation-duration:1.3s!important}#bbhaGlobalLoader .bbha-loader-progress b{animation-duration:1.5s!important}#bbhaGlobalLoader.bbha-navigation-loader{transition:none!important}}
