/* =====================================================
   ACCESS BANK MOBILE — CORE STYLESHEET
===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --orange: #e87722;
  --orange-dark: #b85c10;
  --blue: #4d90fe;
  --green: #4caf50;
  --bg: #0d0d0d;
  --surface: #141414;
  --surface2: #1c1c1c;
  --surface3: #242424;
  --border: rgba(255,255,255,0.06);
  --text: #f0f0f0;
  --text-muted: #777;
  --text-sub: #555;
  --radius: 18px;
  --radius-sm: 12px;
  --transition: 0.25s cubic-bezier(0.4,0,0.2,1);
  --font-display: 'Cursive', monospace;
  --font-body: 'DM Sans', sans-serif;
  --font-amt: 'DM Sans', sans-serif;
  --nav-h: 100px;
  --topbar-h: 60px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;width:100%;background:#000;font-family:var(--font-body);color:var(--text);overflow:hidden;}
a{text-decoration:none;color:inherit;}
button{font-family:var(--font-body);cursor:pointer;border:none;outline:none;}

/* PHONE WRAP */
.phone-wrap{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#000;}
.phone-screen{width:100%;max-width:430px;height:100svh;background:var(--bg);position:relative;overflow:hidden;display:flex;flex-direction:column;}

/* PRELOADER */
#preloader{position:fixed;inset:0;z-index:9999;background:#0d0d0d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;transition:opacity 0.6s ease,visibility 0.6s ease;}
#preloader.hide{opacity:0;visibility:hidden;pointer-events:none;}
.preloader-logo{display:flex;align-items:center;gap:10px;animation:logoIn 0.8s cubic-bezier(0.34,1.56,0.64,1) both;}
.preloader-diamond{width:48px;height:48px;background:linear-gradient(135deg,var(--orange),var(--orange-dark));clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);animation:diamondPulse 1.4s ease-in-out infinite;}
.preloader-brand{font-family:var(--font-body);font-size:28px;font-weight:800;letter-spacing:-0.5px;color:#fff;}
.preloader-brand span{color:var(--orange);}
.preloader-bar-wrap{width:160px;height:3px;background:var(--surface3);border-radius:99px;overflow:hidden;}
.preloader-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--orange),#ff);border-radius:99px;animation:barFill 1.8s ease forwards 0.3s;}
.preloader-tagline{font-size:12px;color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;animation:fadeUp 0.8s ease both 0.5s;}
@keyframes logoIn{from{opacity:0;transform:scale(0.6) translateY(20px);}to{opacity:1;transform:scale(1) translateY(0);}}
@keyframes diamondPulse{0%,100%{transform:scale(1) rotate(0deg);}50%{transform:scale(1.1) rotate(5deg);}}
@keyframes barFill{from{width:0%;}to{width:100%;}}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}

/* TOP BAR */
.top-bar{position:sticky;top:0;z-index:100;height:var(--topbar-h);background:var(--bg);display:flex;align-items:center;padding:0 16px;gap:12px;border-bottom:1px solid var(--border);}
.top-bar h5{font-family:var(--font-display);font-size:17px;font-weight:700;color:#fff;margin:0;flex:1;text-align:center;}
.back-btn{width:36px;height:36px;border-radius:10px;background:var(--surface2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;transition:background var(--transition);}
.back-btn:hover{background:var(--surface3);}
.home-top-bar{position:sticky;top:0;z-index:100;height:var(--topbar-h);background:var(--bg);display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--border);}
.home-top-bar .left-icons{display:flex;gap:14px;color:#fff;font-size:18px;}
.home-top-bar .left-icons i{cursor:pointer;transition:opacity var(--transition);}
.profile-pic{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--orange-dark));display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;font-family:var(--font-display);}
.home-greeting{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:var(--bg);border-bottom:1px solid var(--border);}
.home-greeting span{font-size:14px;color:var(--text-muted);}
.home-greeting b{color:#fff;}

/* SCROLL */
.content-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--nav-h) + 16px);}
.content-scroll::-webkit-scrollbar{display:none;}

/* CARD SWIPER */
.card-swiper-wrap{overflow:hidden;padding:16px 0 8px;}
.card-swiper{display:flex;transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);will-change:transform;cursor:grab;user-select:none;}
.card-swiper:active{cursor:grabbing;}
.card-slide{min-width:100%;padding:0 16px;}
.home-card{border-radius:var(--radius);padding:20px;position:relative;overflow:hidden;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;}
.home-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 120% -20%,rgba(255,255,255,0.1) 0%,transparent 60%);pointer-events:none;}
.card-premier{background:linear-gradient(135deg,#1a0f00,#5c2e00,#e87722);}
.card-current{background:linear-gradient(135deg,#0a1628,#1a3a6b,#4d90fe);}
.card-dollar{background:linear-gradient(135deg,#0a1f0a,#1b4d1e,#4caf50);}
.card-fixed{background:linear-gradient(135deg,#1a0a28,#4a1260,#9c27b0);}
.card-target{background:linear-gradient(135deg,#1f1000,#7a4000,#ff9800);}
.card-domiciliary{background:linear-gradient(135deg,#001f24,#004d5a,#00bcd4);}
.card-top{display:flex;justify-content:space-between;align-items:flex-start;}
.acc-name{font-family:var(--font-display);font-size:16px;font-weight:700;color:#fff;}
.acc-details{font-size:11px;color:rgba(255,255,255,0.6);margin-top:2px;}
.access-logo-row{display:flex;align-items:center;gap:5px;font-family:var(--font-display);font-size:13px;color:rgba(255,255,255,0.7);font-weight:600;}
.balance-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:24px;}
.balance-label{font-size:10px;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:0.5px;text-align: end;}
.balance-amt{font-family:var(--font-body);font-size:17px;font-weight:800;color:#fff;margin-top:2px;text-align: end;}
.card-actions{display:flex;gap:6px;align-self:flex-end;}
.card-icon-btn{width:30px;height:30px;border-radius:8px;background:rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;transition:background var(--transition);}
.card-icon-btn:hover{background:rgba(255,255,255,0.25);}

/* DOTS */
.dots{display:flex;justify-content:center;gap:5px;padding:4px 0 0;}
.dot{width:5px;height:5px;border-radius:50%;background:var(--surface3);cursor:pointer;transition:all var(--transition);}
.dot.active{width:18px;border-radius:3px;background:var(--orange);}

/* QUICK ACTIONS */
.quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:12px 16px;}
.quick-action-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 6px;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border);transition:all var(--transition);cursor:pointer;}
.quick-action-item:hover,.quick-action-item:active{background:var(--surface2);transform:scale(0.96);}
.quick-action-item i{font-size:18px;color:var(--orange);}
.quick-action-item span{font-size:9.5px;color:var(--text-muted);text-align:center;line-height:1.3;word-break:break-word;}

/* RECENT */
.recent-section{padding:16px;}
.rs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
.rs-header h6{font-family:var(--font-display);font-size:15px;font-weight:700;color:#fff;margin:0;}
.period-toggle{display:flex;gap:4px;}
.period-btn{padding:4px 10px;border-radius:8px;font-size:11px;font-weight:500;background:var(--surface2);color:var(--text-muted);transition:all var(--transition);}
.period-btn.active{background:var(--orange);color:#fff;}
.no-tx{display:flex;align-items:center;gap:8px;justify-content:center;padding:28px 0;color:var(--text-muted);font-size:13px;}
.tx-list{display:flex;flex-direction:column;gap:2px;}
.tx-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);transition:background var(--transition);cursor:pointer;}
.tx-item:hover{background:var(--surface2);}
.tx-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;}
.tx-info{flex:1;min-width:0;}
.tx-desc{font-size:13px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tx-date{font-size:11px;color:var(--text-muted);margin-top:2px;}
.tx-amount{font-family:var(--font-display);font-size:14px;font-weight:700;text-align:right;white-space:nowrap;}
.tx-amount.credit{color:var(--green);}
.tx-amount.debit{color:#ff5252;}

/* FEATURED */
.featured-section{padding:0 16px 16px;}
.fs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
.fs-header h6{font-family:var(--font-display);font-size:15px;font-weight:700;color:#fff;margin:0;}
.fs-header a{font-size:12px;color:var(--orange);}
.featured-banner{border-radius:var(--radius);background:linear-gradient(135deg,#1a0f00,#3d1f00);border:1px solid rgba(232,119,34,0.25);padding:20px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative;}
.featured-banner::after{content:'';position:absolute;right:-20px;top:-20px;width:120px;height:120px;background:radial-gradient(circle,rgba(232,119,34,0.2) 0%,transparent 70%);}
.banner-text h4{font-family:var(--font-display);font-size:20px;font-weight:800;color:#fff;text-transform:uppercase;line-height:1.1;}
.banner-text p{font-size:11px;color:rgba(255,255,255,0.6);margin-top:6px;line-height:1.4;}
.banner-text .small-text{font-size:9.5px;color:var(--text-muted);margin-top:6px;line-height:1.4;}
.lock-img{font-size:52px;position:relative;z-index:1;}

/* BOTTOM NAV */
.bottom-nav{position:sticky;bottom:0;z-index:100;height:var(--nav-h);background:var(--surface);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-around;padding:0 8px 21px;flex-shrink:0;}
.nav-item-b{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 10px;color:var(--text-sub);font-size:9.5px;font-weight:500;transition:color var(--transition);border-radius:10px;min-width:52px;}
.nav-item-b i{font-size:18px;}
.nav-item-b.active{color:var(--orange);}
.nav-item-b:hover{color:rgba(232,119,34,0.8);}
.rewards-icon{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--orange),var(--orange-dark));display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;}

/* MENU */
.menu-overlay{position:absolute;inset:0;z-index:500;visibility:hidden;pointer-events:none;}
.menu-overlay.open{visibility:visible;pointer-events:all;}
.menu-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.65);opacity:0;transition:opacity 0.3s ease;backdrop-filter:blur(4px);}
.menu-overlay.open .menu-backdrop{opacity:1;}
.menu-panel{position:absolute;top:0;left:0;bottom:0;width:78%;background:var(--surface);transform:translateX(-100%);transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column;border-right:1px solid var(--border);}
.menu-overlay.open .menu-panel{transform:translateX(0);}
.menu-header{height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--border);}
.menu-header h5{font-family:var(--font-display);font-size:17px;font-weight:700;color:#fff;margin:0;}
.menu-close-btn{width:32px;height:32px;border-radius:8px;background:var(--surface2);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:14px;}
.menu-search{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--surface);}
.menu-search i{color:var(--text-muted);font-size:14px;}
.menu-search input{flex:1;background:transparent;border:none;color:var(--text);font-size:14px;outline:none;font-family:var(--font-body);}
.menu-search input::placeholder{color:var(--text-muted);}
.menu-items-list{flex:1;overflow-y:auto;padding:8px 0;}
.menu-items-list::-webkit-scrollbar{display:none;}
.menu-item{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;color:var(--text);font-size:14px;transition:background var(--transition);}
.menu-item:hover{background:var(--surface2);}
.menu-item.logout{color:#ff5252;margin-top:8px;border-top:1px solid var(--border);}
.menu-arrow{color:var(--text-muted);font-size:12px;}

/* SECTION CARDS */
.section-card{margin:0 16px 12px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;}
.list-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background var(--transition);}
.list-row:last-child{border-bottom:none;}
.list-row:hover{background:var(--surface2);}
.list-row-left{display:flex;align-items:center;gap:12px;}
.list-row-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;}
.list-row-text .row-title{font-size:14px;font-weight:500;color:var(--text);}
.list-row-text .row-sub{font-size:11px;color:var(--text-muted);margin-top:1px;}
.list-row-badge{font-size:10px;font-weight:600;background:rgba(156,39,176,0.2);color:#ce93d8;padding:3px 8px;border-radius:6px;}

/* TRANSFER TABS */
.transfer-tabs{display:flex;background:var(--surface);border-bottom:1px solid var(--border);padding:0 16px;gap:0;overflow-x:auto;flex-shrink:0;}
.transfer-tabs::-webkit-scrollbar{display:none;}
.transfer-tab{padding:12px 14px;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;transition:all var(--transition);}
.transfer-tab.active{color:var(--orange);border-bottom-color:var(--orange);}

/* LIMIT */
.limit-section{padding:12px 16px;}
.limit-label{font-size:11px;color:var(--text-muted);margin-bottom:6px;}
.upgrade{color:var(--orange);cursor:pointer;margin-left:4px;}
.limit-bar-bg{height:4px;background:var(--surface3);border-radius:99px;overflow:hidden;}
.limit-bar-fill{height:100%;background:var(--orange);border-radius:99px;transition:width 1s ease;}
.limit-stats{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;}
.used-sq,.remaining-sq{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:4px;}
.used-sq{background:var(--orange);}
.remaining-sq{background:var(--surface3);margin-left:4px;margin-right:0;}
.used{color:var(--orange);}
.remaining{color:var(--text-muted);}

/* BENEFICIARIES */
.section-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px 8px;}
.section-header h6{font-family:var(--font-display);font-size:14px;font-weight:700;color:#fff;margin:0;}
.section-header a{font-size:12px;color:var(--orange);}
.beneficiary-list{display:flex;gap:12px;overflow-x:auto;padding:0 16px 12px;-webkit-overflow-scrolling:touch;}
.beneficiary-list::-webkit-scrollbar{display:none;}
.beneficiary-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;}
.beneficiary-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;transition:transform var(--transition);}
.beneficiary-avatar:hover{transform:scale(1.1);}
.beneficiary-item span{font-size:9.5px;color:var(--text-muted);white-space:nowrap;}

/* FORM */
.form-section{padding:8px 16px;}
.input-field{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;display:flex;align-items:center;color:var(--text-muted);font-size:14px;margin-bottom:10px;transition:border-color var(--transition);cursor:text;}
.input-field:focus-within{border-color:var(--orange);}
.input-field input,.input-field select{flex:1;background:transparent;border:none;color:var(--text);font-size:14px;outline:none;font-family:var(--font-body);}
.input-field input::placeholder{color:var(--text-muted);}
.input-field select option{background:var(--surface2);}
.naira{color:var(--orange);font-weight:600;margin-right:6px;}
.max-amount{font-size:10px;color:var(--text-muted);margin:-4px 0 10px 4px;}
.generate-btn{width:100%;padding:11px;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:1px;border-radius:var(--radius-sm);transition:all var(--transition);margin-top:1px;}
.generate-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(232,119,34,0.35);}
.generate-btn:active{transform:translateY(0);}
.generate-btn:disabled{opacity:0.6;cursor:not-allowed;transform:none;}

/* ACCOUNT CARD in transfer */
.account-card{border-radius:var(--radius);padding:18px 20px;position:relative;overflow:hidden;}
.account-card .acc-num{font-family:var(--font-display);font-size:16px;font-weight:700;color:#fff;}
.account-card .acc-type{font-size:12px;color:rgba(255,255,255,0.6);margin-top:2px;}
.account-card .acc-status{font-size:11px;color:rgba(255,255,255,0.5);margin-top:10px;}
.account-card .acc-status span{color:rgba(255,255,255,0.8);font-weight:600;}
.account-card .card-icons{display:flex;gap:6px;margin-top:12px;}

/* PROFILE */
.profile-hero{display:flex;flex-direction:column;align-items:center;padding:28px 16px 20px;}
.profile-avatar-lg{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--orange-dark));display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;position:relative;border:3px solid rgba(232,119,34,0.4);margin-bottom:12px;font-family:var(--font-display);}
.edit-badge{position:absolute;bottom:0;right:0;width:22px;height:22px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;border:2px solid var(--bg);}
.profile-name{font-family:var(--font-display);font-size:20px;font-weight:800;color:#fff;}
.profile-sub{font-size:12px;color:var(--text-muted);margin-top:4px;}

/* TOGGLE */
.toggle-switch{width:36px;height:20px;border-radius:99px;background:var(--surface3);cursor:pointer;position:relative;transition:background var(--transition);}
.toggle-switch::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--text-muted);transition:all var(--transition);}
.toggle-switch.on{background:var(--orange);}
.toggle-switch.on::after{left:18px;background:#fff;}

/* NOTIFICATIONS */
.notif-item{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background var(--transition);}
.notif-item:hover{background:var(--surface2);}
.notif-item.unread{background:rgba(232,119,34,0.04);}
.notif-icon-wrap{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;}
.notif-title{font-size:13px;font-weight:600;color:var(--text);}
.notif-body{font-size:12px;color:var(--text-muted);margin-top:2px;line-height:1.4;}
.notif-time{font-size:10px;color:var(--text-sub);margin-top:4px;}
.unread-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);flex-shrink:0;margin-top:5px;}

/* MODAL */
.modal-overlay{position:absolute;inset:0;z-index:400;background:rgba(0,0,0,0.7);display:flex;align-items:flex-end;opacity:0;visibility:hidden;transition:all 0.3s ease;backdrop-filter:blur(4px);}
.modal-overlay.show{opacity:1;visibility:visible;}
.modal-sheet{width:100%;background:var(--surface);border-radius:24px 24px 0 0;padding:6px 20px;transform:translateY(100%);transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);max-height:85vh;overflow-y:auto;}
.modal-sheet::-webkit-scrollbar{display:none;}
.modal-overlay.show .modal-sheet{transform:translateY(0);}
.modal-handle{width:40px;height:4px;border-radius:99px;background:var(--surface3);margin:0 auto 20px;}
.modal-title{font-family:var(--font-display);font-size:18px;font-weight:700;color:#fff;margin-bottom:16px;}

/* OTP */
.otp-wrap{display:flex;gap:10px;justify-content:center;margin:16px 0;}
.otp-input{width:48px;height:56px;border-radius:12px;background:var(--surface2);border:2px solid var(--border);color:var(--text);font-size:22px;font-weight:700;text-align:center;outline:none;transition:border-color var(--transition);font-family:var(--font-display);}
.otp-input:focus{border-color:var(--orange);}

/* SUCCESS */
.success-wrap{display:flex;flex-direction:column;align-items:center;padding:40px 24px;gap:16px;}
.success-icon{width:72px;height:72px;border-radius:50%;background:rgba(76,175,80,0.15);display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--green);animation:popIn 0.5s cubic-bezier(0.34,1.56,0.64,1);}
.success-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:#fff;}
.success-sub{font-size:14px;color:var(--text-muted);text-align:center;line-height:1.5;}
@keyframes popIn{from{transform:scale(0);opacity:0;}to{transform:scale(1);opacity:1;}}

/* UTILITY */
.spacer{height:32px;}
.mt-12{margin-top:12px;}
.mt-16{margin-top:16px;}
.p-16{padding:16px;}
.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-size:10px;font-weight:600;}
.badge-success{background:rgba(76,175,80,0.15);color:var(--green);}
.badge-warning{background:rgba(255,152,0,0.15);color:#ff9800;}
.badge-info{background:rgba(77,144,254,0.15);color:var(--blue);}
@keyframes ripple{to{transform:scale(4);opacity:0;}}
.ripple-host{position:relative;overflow:hidden;}
.ripple-effect{position:absolute;border-radius:50%;background:rgba(255,255,255,0.15);width:60px;height:60px;margin:-30px;animation:ripple 0.6s linear;pointer-events:none;}

/* STATS */
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 16px 12px;}
.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px;}
.stat-label{font-size:11px;color:var(--text-muted);}
.stat-value{font-family:var(--font-display);font-size:18px;font-weight:700;color:#fff;margin-top:4px;}
.stat-change{font-size:10px;margin-top:3px;}
.stat-change.up{color:var(--green);}
.stat-change.down{color:#ff5252;}

/* MOBILE TOPUP GRID */
.network-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:0 16px 12px;}
.network-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 6px;border-radius:var(--radius-sm);background:var(--surface);border:2px solid var(--border);cursor:pointer;transition:all var(--transition);}
.network-btn.active{border-color:var(--orange);}
.network-btn .net-logo{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;font-family:var(--font-display);}
.network-btn span{font-size:9px;color:var(--text-muted);}

/* ═══════════════════════════════════════════════════════════════════
   TOAST BAR  — append to assets/css/access.css
   ═══════════════════════════════════════════════════════════════════ */

.toast-bar {
  position: fixed;
  bottom: 80px;                          /* sits above the bottom nav */
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(30, 30, 30, 0.96);
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 11px 20px;
  border-radius: 24px;
  white-space: nowrap;
  max-width: calc(100vw - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.22s ease, transform 0.22s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* When .show is added via JS */
.toast-bar.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Inside phone-wrap, constrain to the phone screen width */
.phone-screen .toast-bar {
  position: absolute;
  bottom: 72px;
  left: 50%;
  max-width: calc(100% - 32px);
}


/* ═══════════════════════════════════════════════════════════════════
   CURRENCY SYMBOL SPAN  (.naira)
   Used in transfer amount input fields — shows ₦ / $ / £ / € etc.
   ═══════════════════════════════════════════════════════════════════ */

.naira {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-muted, #777);
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1;
  font-style: normal;
  letter-spacing: -0.3px;
  /* Smooth swap when symbol changes via JS */
  transition: opacity 0.15s ease;
}

/* Highlight when the parent input-field is focused */
.input-field:focus-within .naira {
  color: var(--orange, #e87722);
}

/* ═══════════════════════════════════════════════════════════════
   TRANSFER RECEIPT  — append to assets/css/access.css
   ═══════════════════════════════════════════════════════════════ */

/* ── Success check circle ────────────────────────────────────── */
.receipt-check-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4caf50, #2e7d32);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  box-shadow: 0 4px 20px rgba(76,175,80,0.35);
  animation: popIn 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
}
.receipt-check-circle i {
  color: #fff;
  font-size: 26px;
}
@keyframes popIn {
  0%   { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.receipt-success-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
}
.receipt-success-sub {
  font-size: 10px;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ── Receipt card (white paper) ──────────────────────────────── */
.receipt-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px 18px 10px;
  margin: 0 0 8px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
  /* Tear-edge top and bottom */
  -webkit-mask-image: radial-gradient(circle at 0px 0px, transparent 12px, black 12px),
                      radial-gradient(circle at 100% 0px, transparent 12px, black 12px);
  mask-composite: intersect;
}

/* ── Receipt header row ──────────────────────────────────────── */
.receipt-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.receipt-logo {
  display: flex;
  align-items: center;
}
.receipt-logo-text {
  align-items: center;
}
.receipt-slash-wrap {
  text-align: right;
}
.receipt-slash {
  width: 38px;
  height: 4px;
  background: linear-gradient(90deg, #e87722, #f4a261);
  border-radius: 2px;
  transform: rotate(-30deg);
  margin-bottom: 2px;
  margin-left: auto;
}
.receipt-tagline {
  font-size: 9px;
  color: #999;
  letter-spacing: 0.5px;
  text-align: right;
}

/* ── Receipt title ───────────────────────────────────────────── */
.receipt-title-row {
  font-size: 12px;
  font-weight: bolder;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 2px;
}
.receipt-generated {
  font-size: 8px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}

/* ── Divider ─────────────────────────────────────────────────── */
.receipt-divider {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 8px 0;
}

/* ── Receipt rows ────────────────────────────────────────────── */
.receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6px 0;
  border-bottom: 1px solid #f3f3f3;
  gap: 10px;
}
.rr-label {
  font-size: 9px;
  color: #e87722;
  font-weight: 600;
  min-width: 108px;
  flex-shrink: 0;
  padding-top: 1px;
}
.rr-value {
  font-size: 11px;
  color: #1a1a1a;
  font-weight: 500;
  text-align: right;
  word-break: break-all;
}
.rr-ref {
  font-size: 9.5px;
  font-family: 'Courier New', monospace;
  color: #333;
}
.rr-status {
  color: #2e7d32;
  font-weight: 700;
}
.rr-benef-val {
  text-align: right;
  line-height: 1.6;
}

/* ── Receipt footer ──────────────────────────────────────────── */
.receipt-footer {
  font-size: 8.5px;
  color: #aaa;
  text-align: center;
  line-height: 1.55;
  margin-top: 10px;
}
.receipt-footer strong {
  color: #888;
}

/* ── Action buttons (Image / Share) ─────────────────────────── */
.receipt-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.receipt-action-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 4px 4px;
  background: #1e1e1e;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.15s;
}
.receipt-action-btn i {
  font-size: 18px;
}
.receipt-action-btn:active { background: #2a2a2a; }
.receipt-action-share {
  background: #e87722;
  border-color: transparent;
}
.receipt-action-share:active { background: #c9651a; }