/* Vozua SMS unified screen layer — public web, authentication and dashboards */
:root{
  --vz-blue:#0969ed;
  --vz-blue-strong:#0757c7;
  --vz-navy:#061a36;
  --vz-navy-soft:#0a3f73;
  --vz-orange:#ff6a2a;
  --vz-bg:#f4f7fb;
  --vz-surface:#ffffff;
  --vz-border:#e3eaf3;
  --vz-text:#13233a;
  --vz-muted:#68788e;
  --vz-radius:18px;
  --vz-shadow:0 18px 55px rgba(7,38,77,.10);
}

/* Authentication mirrors the current Vozua public website */
.auth-page{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at 8% 4%,rgba(9,105,237,.10),transparent 25%),
    radial-gradient(circle at 92% 96%,rgba(255,106,42,.10),transparent 25%),
    #f5f9ff;
}
.auth-top{
  width:100%;
  max-width:none;
  height:76px;
  padding:0 clamp(20px,4vw,64px);
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(222,231,242,.9);
  backdrop-filter:blur(18px);
  position:relative;
  z-index:2;
}
.auth-top .public-brand{gap:11px}
.auth-top .public-brand img{width:42px;height:42px;border-radius:13px;box-shadow:0 9px 24px rgba(9,105,237,.17)}
.auth-top .public-brand strong{font-size:15px;color:var(--vz-navy)}
.auth-top .public-brand small{font-size:10px;color:var(--vz-muted)}
.auth-top>div{gap:12px;color:var(--vz-muted);font-size:13px}
.auth-top>div a{padding:10px 16px;border:1px solid #cdddf0;border-radius:12px;color:var(--vz-blue);font-weight:800;background:#fff}
.auth-main{
  width:min(1180px,calc(100% - 40px));
  min-height:650px;
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);
  overflow:hidden;
  border:1px solid rgba(216,226,239,.95);
  border-radius:30px;
  background:#fff;
  box-shadow:0 34px 90px rgba(8,49,99,.15);
}
.auth-panel{
  padding:clamp(38px,6vw,72px);
  justify-content:center;
  background:#fff;
}
.auth-logo{margin:0 0 26px}
.auth-logo img{width:62px;height:62px;border-radius:18px;box-shadow:0 14px 32px rgba(9,105,237,.18)}
.auth-heading{margin-bottom:28px}
.auth-heading h1{margin:0 0 10px!important;font-size:clamp(30px,3vw,42px)!important;color:var(--vz-navy);letter-spacing:-.045em;line-height:1.05}
.auth-heading p{margin:0;color:var(--vz-muted);font-size:15px;line-height:1.6}
.auth-form{display:grid;gap:16px}
.auth-form label{gap:8px;color:#24344b;font-size:12px;font-weight:800}
.auth-form input,
.auth-form select{
  min-height:50px;
  border:1px solid #d9e4f0;
  border-radius:13px;
  background:#f9fbfe;
  padding:13px 15px;
  color:var(--vz-text);
  transition:border-color .18s,box-shadow .18s,background .18s;
}
.auth-form input:focus,
.auth-form select:focus{border-color:var(--vz-blue);box-shadow:0 0 0 4px rgba(9,105,237,.10);background:#fff}
.auth-form .password-field input{padding-right:70px}
.auth-form .password-toggle{right:8px;top:50%;transform:translateY(-50%);height:36px;padding:0 10px;border-radius:9px;color:var(--vz-blue);font-weight:800}
.auth-form .remember-row{margin-top:-3px}
.auth-form .remember-row span{display:flex;align-items:center;gap:9px;color:var(--vz-muted);font-weight:650}
.auth-form .remember-row input{min-height:0;width:17px;height:17px;accent-color:var(--vz-blue);padding:0}
.auth-form .btn{
  min-height:52px;
  margin-top:4px;
  border-radius:13px;
  background:linear-gradient(135deg,var(--vz-blue),#1685f8);
  box-shadow:0 14px 28px rgba(9,105,237,.23);
  font-size:14px;
}
.auth-switch{margin:22px 0 0!important;text-align:center;color:var(--vz-muted);font-size:13px}
.auth-switch a{color:var(--vz-blue)!important;font-weight:850}
.auth-aside{
  position:relative;
  overflow:hidden;
  padding:clamp(44px,6vw,78px);
  justify-content:flex-end;
  background:
    radial-gradient(circle at 75% 18%,rgba(37,172,255,.34),transparent 28%),
    radial-gradient(circle at 12% 90%,rgba(255,106,42,.20),transparent 30%),
    linear-gradient(145deg,#061a36,#074d91 70%,#0969ed);
  color:#fff;
}
.auth-aside:before{
  content:"";
  position:absolute;
  width:320px;height:320px;
  right:-120px;top:-90px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  box-shadow:0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025);
}
.auth-aside>*{position:relative;z-index:1}
.auth-aside .eyebrow{color:#7fd2ff;font-size:11px;letter-spacing:.16em}
.auth-aside h2{max-width:590px;margin:18px 0 16px;font-size:clamp(35px,4vw,54px);line-height:1.03;letter-spacing:-.05em}
.auth-aside>p{max-width:560px;margin:0;color:#d1e3f3;font-size:16px;line-height:1.7}
.auth-points{display:grid;grid-template-columns:1fr;gap:10px;margin-top:32px}
.auth-points span{position:relative;padding:13px 14px 13px 44px;border:1px solid rgba(255,255,255,.16);border-radius:13px;background:rgba(255,255,255,.075);font-size:13px;font-weight:700}
.auth-points span:before{content:"✓";position:absolute;left:15px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(111,217,255,.18);color:#8fe0ff;font-size:11px}

/* Shared logged-in application shell */
body.customer-role,body.admin-role{background:var(--vz-bg);color:var(--vz-text)}
.app-shell{grid-template-columns:268px minmax(0,1fr);background:var(--vz-bg)}
.sidebar{width:268px;padding:18px 14px;background:linear-gradient(180deg,#061a36 0%,#08284d 58%,#061a36 100%);border-right:1px solid rgba(255,255,255,.06);box-shadow:18px 0 55px rgba(5,26,54,.11)}
.sidebar-account{padding:5px 6px 18px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.10)}
.sidebar-account img{width:46px;height:46px;border-radius:14px;box-shadow:0 10px 26px rgba(0,0,0,.22)}
.sidebar-account strong{font-size:12px;line-height:1.3;color:#fff}
.sidebar-account small{margin-top:3px;color:#abc1d7;font-size:10px}
.sidebar-account span{margin-top:6px;color:#79d2ff;font-size:10px;font-weight:750}
.sidebar .nav-label{margin:18px 12px 7px;color:#7892ac;font-size:9px;font-weight:900;letter-spacing:.14em}
.sidebar nav{gap:3px;padding:0 2px}
.sidebar nav a{min-height:42px;padding:10px 12px;border-radius:11px;color:#bdccdb;font-size:12px;font-weight:650}
.sidebar nav a i{width:22px;color:#83a6c8;font-size:15px;text-align:center}
.sidebar nav a:hover{background:rgba(255,255,255,.065);color:#fff}
.sidebar nav a.active{background:linear-gradient(90deg,rgba(9,105,237,.30),rgba(9,105,237,.10));color:#fff;box-shadow:inset 3px 0 0 #42b5ff}
.sidebar nav a.active i{color:#8fd9ff}
.sidebar-powered{margin-top:auto;padding:16px 12px 11px;border-top:1px solid rgba(255,255,255,.08);color:#8198ae;font-size:9px}
.sidebar-powered b{display:block;margin-top:3px;color:#afc0d0;font-size:10px}
.sidebar .logout{margin-top:0;padding:11px 12px;border-top:0;border-radius:11px;color:#c7d4e0}
.sidebar .logout:hover{background:rgba(255,255,255,.06)}
.main{grid-column:2;min-width:0}
.topbar{height:74px;padding:0 clamp(16px,2.4vw,30px);background:rgba(255,255,255,.92);border-bottom:1px solid #e1e8f1;backdrop-filter:blur(18px)}
.top-title h1{margin:0;color:var(--vz-navy);font-size:17px;font-weight:850;letter-spacing:-.025em}
.top-title small{margin-top:3px;color:var(--vz-muted);font-size:10px}
.top-actions{gap:8px}
.icon-btn,.menu-btn{width:39px;height:39px;border:1px solid #e0e8f1;background:#fff;border-radius:11px;color:#53657a;box-shadow:none}
.icon-btn:hover,.menu-btn:hover{border-color:#c7d9ee;color:var(--vz-blue);background:#f6faff}
.balance-pill{min-width:105px;padding:7px 11px;border:1px solid #dfe8f2;border-radius:11px;background:#fff}
.balance-pill small{color:#8190a2;font-size:8px;text-transform:uppercase;letter-spacing:.07em}
.balance-pill b{color:var(--vz-navy);font-size:11px}
.avatar.small{width:37px;height:37px;border-radius:11px;background:linear-gradient(135deg,var(--vz-blue),#24a6ff);color:#fff;box-shadow:0 8px 18px rgba(9,105,237,.22)}
.content{max-width:1480px;padding:24px clamp(14px,2.3vw,30px) 60px}
.card{border:1px solid var(--vz-border);border-radius:var(--vz-radius);box-shadow:0 9px 28px rgba(8,43,82,.055);background:#fff}
.card-head{margin-bottom:16px}
.card-head h3{color:var(--vz-navy);font-size:17px!important}
.card-head p{color:var(--vz-muted);font-size:11px}
.card-head>a{color:var(--vz-blue)!important}

/* Customer dashboard */
.bank-balance-card{
  position:relative;
  overflow:hidden;
  min-height:205px;
  margin-bottom:16px;
  padding:27px 30px;
  border:0!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 85% 20%,rgba(72,188,255,.38),transparent 25%),
    linear-gradient(135deg,#061a36 0%,#074d91 67%,#0969ed 100%)!important;
  color:#fff!important;
  box-shadow:0 24px 55px rgba(8,58,112,.24)!important;
}
.bank-balance-card:after{content:"";position:absolute;width:300px;height:300px;right:-145px;bottom:-185px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.035),0 0 0 96px rgba(255,255,255,.025)}
.bank-balance-card .balance-card-top,.bank-balance-card .balance-card-bottom{position:relative;z-index:1}
.bank-balance-card .balance-card-top>div>span{color:#8ed8ff;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.bank-balance-card .balance-card-top strong{margin:7px 0 4px;color:#fff;font-size:clamp(38px,5vw,55px);letter-spacing:-.045em;line-height:1}
.bank-balance-card .balance-card-top small{color:#d3e6f6;font-size:11px}
.bank-balance-card .balance-card-top img{width:58px;height:58px;border-radius:17px;border:1px solid rgba(255,255,255,.24);box-shadow:0 13px 25px rgba(0,0,0,.18)}
.bank-balance-card .balance-card-bottom{margin-top:27px;padding-top:18px;border-top:1px solid rgba(255,255,255,.17)}
.bank-balance-card .balance-card-bottom span{color:#b8d3e8;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.bank-balance-card .balance-card-bottom b{color:#fff;font-size:14px}
.bank-balance-card .balance-card-bottom a{padding:11px 16px;border-radius:11px;background:var(--vz-orange);color:#fff;font-size:11px;font-weight:850;box-shadow:0 10px 20px rgba(255,106,42,.25)}
.performance-grid{gap:12px;margin-bottom:16px}
.performance-grid>a{min-height:132px;padding:18px;border:1px solid var(--vz-border);border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(8,43,82,.045)}
.performance-grid>a span{color:var(--vz-muted);font-size:10px;font-weight:750}
.performance-grid>a strong{margin:8px 0 6px;color:var(--vz-navy);font-size:27px;letter-spacing:-.035em}
.performance-grid>a small{font-size:10px}
.performance-grid>a i{color:var(--vz-blue)}
.performance-grid>a:hover{transform:translateY(-2px);border-color:#c9daec;box-shadow:0 14px 34px rgba(8,43,82,.08)}
.dashboard-grid.modern-dashboard{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:16px!important}
.recent-card,.quick-modern{border-radius:18px!important}
.quick-modern>a{padding:14px 0;border-color:#edf1f6}
.quick-modern>a .qa-icon{width:38px;height:38px;border-radius:11px;background:#eef6ff;color:var(--vz-blue)}
.quick-modern>a i{color:var(--vz-blue)}

/* Admin dashboard */
.admin-command-card{
  position:relative;
  overflow:hidden;
  margin-bottom:16px;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 86% 8%,rgba(89,203,255,.32),transparent 26%),
    linear-gradient(135deg,#061a36,#074a87 72%,#0969ed)!important;
  box-shadow:0 24px 56px rgba(7,52,101,.22)!important;
}
.admin-command-card .section-kicker{color:#84d7ff!important}
.admin-command-card h2{color:#fff!important}
.admin-command-card p{color:#d1e3f2!important}
.admin-provider-balance{background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.20)!important;backdrop-filter:blur(12px)}
.admin-provider-balance strong{color:#fff!important}
.admin-metric-grid{gap:12px!important}
.admin-metric-grid .metric,.admin-overview-grid .card,.platform-health-grid .card{border-radius:17px!important;border-color:var(--vz-border)!important;box-shadow:0 8px 26px rgba(8,43,82,.05)!important}
.admin-page-head{margin-bottom:16px}
.admin-page-head h2{color:var(--vz-navy);letter-spacing:-.035em}
.head-stat{border:1px solid #dbe6f1!important;background:#fff!important;border-radius:15px!important}
.head-stat strong{color:var(--vz-blue)!important}
.health-pill.online{background:#eafaf2!important;color:#16814b!important;border-color:#ccefdc!important}

/* Forms, tables and mobile navigation */
.content input,.content textarea,.content select{border-color:#dce5ef;background:#fbfcfe;border-radius:12px}
.content input:focus,.content textarea:focus,.content select:focus{border-color:var(--vz-blue);box-shadow:0 0 0 3px rgba(9,105,237,.09);background:#fff}
.content .btn{border-radius:11px;background:linear-gradient(135deg,var(--vz-blue),#1685f8);box-shadow:0 9px 20px rgba(9,105,237,.18)}
.content .btn.ghost{background:#fff;color:var(--vz-blue);border-color:#cbdcf0;box-shadow:none}
.table-wrap table th{color:#78889c;background:#f8fafd;font-size:9px;letter-spacing:.07em}
.table-wrap table td{color:#304056;border-color:#edf1f5}
.status.delivered{background:#eaf8f0;color:#167946}
.status.failed{background:#fff0f1;color:#ad3543}
.status.pending{background:#fff6e5;color:#9b6912}
.notification-drawer{border-left:1px solid #dce6f0;box-shadow:-20px 0 60px rgba(4,34,70,.16)}
.notification-head{background:linear-gradient(135deg,#061a36,#075095);color:#fff}
.notification-head small{color:#80d5ff}
.bottom-nav{border-color:#dce6f0!important;background:rgba(255,255,255,.96)!important;box-shadow:0 16px 42px rgba(7,42,83,.14)!important}
.bottom-nav a.active{background:#eaf4ff!important;color:var(--vz-blue)!important}

@media(max-width:960px){
  .auth-main{grid-template-columns:1fr;width:min(600px,calc(100% - 28px));min-height:auto;margin:22px auto 34px}
  .auth-aside{display:none}
  .app-shell{display:block}
  .main{margin-left:0}
  .sidebar{transform:translateX(-100%)}
  .sidebar.open{transform:translateX(0)}
  .content{padding-bottom:calc(88px + env(safe-area-inset-bottom))}
  .dashboard-grid.modern-dashboard{grid-template-columns:1fr}
}
@media(max-width:680px){
  .auth-top{height:64px;padding:0 14px}
  .auth-top>div span{display:none}
  .auth-top .public-brand img{width:38px;height:38px}
  .auth-main{width:calc(100% - 20px);margin:10px auto 22px;border-radius:21px;box-shadow:0 20px 55px rgba(8,49,99,.13)}
  .auth-panel{padding:27px 20px 25px}
  .auth-logo{margin-bottom:19px}
  .auth-logo img{width:52px;height:52px;border-radius:15px}
  .auth-heading h1{font-size:28px!important}
  .auth-heading p{font-size:13px}
  .auth-form{gap:13px}
  .auth-form input,.auth-form select{min-height:47px}
  .auth-form .btn{min-height:49px}
  .topbar{height:64px;padding:0 12px}
  .top-title h1{font-size:14px}
  .balance-pill{display:none}
  .content{padding:14px 11px calc(86px + env(safe-area-inset-bottom))}
  .bank-balance-card{min-height:184px;padding:22px 20px;border-radius:20px!important}
  .bank-balance-card .balance-card-top img{width:48px;height:48px}
  .bank-balance-card .balance-card-bottom{margin-top:22px}
  .bank-balance-card .balance-card-bottom a{padding:10px 12px}
  .performance-grid{grid-template-columns:1fr 1fr!important;gap:9px}
  .performance-grid>a{min-height:113px;padding:14px}
  .performance-grid>a:first-child{grid-column:1/-1}
  .performance-grid>a strong{font-size:24px}
  .card{border-radius:15px;padding:15px}
  .admin-command-card{border-radius:20px!important}
}

/* ========================================================================== 
   FINAL DESKTOP + RESPONSIVE SAFETY LAYER — 03 AUG 2026
   ========================================================================== */
html{max-width:100%;overflow-x:hidden;background:#f3f6fb}
body{max-width:100%;min-height:100dvh;overflow-x:hidden;background:#f3f6fb;color:#17243a}
body.public-role{background:#f4f7fb}
*,*:before,*:after{box-sizing:border-box}
img,svg,video,canvas{max-width:100%}
input,select,textarea,button{max-width:100%}

/* Authentication: balanced typography, full-height safety and no clipping. */
body.public-role .auth-page{
  min-height:100dvh!important;
  height:auto!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  background:
    radial-gradient(circle at 10% 8%,rgba(18,104,232,.12),transparent 30%),
    radial-gradient(circle at 92% 92%,rgba(31,154,255,.10),transparent 28%),
    linear-gradient(135deg,#f8fbff 0%,#eef4fc 100%)!important;
}
body.public-role .auth-top{
  width:100%!important;
  max-width:none!important;
  height:70px!important;
  padding:0 clamp(18px,4vw,58px)!important;
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid #dfe7f1!important;
  box-shadow:0 5px 22px rgba(15,47,87,.045)!important;
}
body.public-role .auth-main{
  width:min(1080px,calc(100% - 36px))!important;
  max-width:1080px!important;
  min-height:0!important;
  height:auto!important;
  margin:clamp(22px,4vh,42px) auto!important;
  padding:0!important;
  grid-template-columns:minmax(0,.94fr) minmax(360px,1.06fr)!important;
  border:1px solid #dbe5f0!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 26px 76px rgba(13,48,91,.13)!important;
}
body.public-role .auth-panel{min-width:0!important;padding:clamp(32px,4.6vw,52px)!important;background:#fff!important}
body.public-role .auth-logo{margin-bottom:18px!important}
body.public-role .auth-logo img{width:54px!important;height:54px!important;border-radius:15px!important}
body.public-role .auth-heading{margin-bottom:22px!important}
body.public-role .auth-heading h1{
  font-size:clamp(27px,2.7vw,34px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  overflow-wrap:anywhere;
}
body.public-role .auth-heading p{font-size:12.5px!important;line-height:1.55!important}
body.public-role .auth-form{gap:12px!important}
body.public-role .auth-form label{font-size:11.5px!important;gap:6px!important}
body.public-role .auth-form input,
body.public-role .auth-form select{width:100%!important;min-width:0!important;min-height:47px!important;font-size:13px!important}
body.public-role .auth-form .btn{min-height:48px!important;font-size:13px!important}
body.public-role .auth-aside{
  min-width:0!important;
  padding:clamp(36px,5vw,60px)!important;
  background:
    radial-gradient(circle at 85% 18%,rgba(76,177,255,.25),transparent 27%),
    linear-gradient(145deg,#071a33 0%,#0b3765 58%,#0d66c8 100%)!important;
  color:#fff!important;
}
body.public-role .auth-aside h2{font-size:clamp(24px,2.6vw,31px)!important;line-height:1.22!important;overflow-wrap:anywhere}
body.public-role .auth-aside>p{font-size:12.5px!important;line-height:1.7!important;color:#d3e2f2!important}
body.public-role .auth-points{gap:9px!important;margin-top:24px!important}
body.public-role .auth-points span{font-size:11px!important;color:#e5eef8!important}

/* Authenticated application shell. */
body.customer-role,
body.admin-role{background:#f2f5fa!important;color:#17243a!important}
body.customer-role .app-shell,
body.admin-role .app-shell{min-height:100dvh!important;background:#f2f5fa!important;overflow:visible!important}
body.customer-role .main,
body.admin-role .main{min-width:0!important;min-height:100dvh!important;background:
  radial-gradient(circle at 92% 3%,rgba(18,104,232,.075),transparent 27%),
  linear-gradient(180deg,#f8fafd 0,#f2f5fa 360px,#f2f5fa 100%)!important;overflow:visible!important}
body.customer-role .main:before,
body.admin-role .main:before,
body.customer-role .main:after,
body.admin-role .main:after{display:none!important}

.sidebar{
  background:
    radial-gradient(circle at 15% 5%,rgba(46,137,236,.20),transparent 25%),
    linear-gradient(180deg,#07172b 0%,#0a223d 55%,#07182c 100%)!important;
  color:#fff!important;
  border-right:1px solid rgba(130,174,220,.16)!important;
  box-shadow:14px 0 38px rgba(6,24,47,.13)!important;
}
.sidebar-account{
  flex:none!important;
  padding:18px 15px 15px!important;
  margin:0 0 7px!important;
  background:rgba(255,255,255,.035)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
}
.sidebar-account img{width:43px!important;height:43px!important;border-radius:13px!important;padding:4px!important;box-shadow:0 10px 24px rgba(0,0,0,.19)!important}
.sidebar-account strong{color:#fff!important;font-size:12.5px!important;font-weight:760!important;line-height:1.25!important}
.sidebar-account small{color:#acbed1!important;font-size:9.5px!important}
.sidebar-account span{color:#75bfff!important;font-size:9.5px!important}
.sidebar nav{
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:5px 10px 10px!important;
  scrollbar-width:thin;
  scrollbar-color:rgba(147,190,232,.28) transparent;
}
.sidebar nav::-webkit-scrollbar{width:5px}.sidebar nav::-webkit-scrollbar-thumb{background:rgba(147,190,232,.28);border-radius:20px}
.sidebar .nav-label{margin:12px 9px 5px!important;padding:0!important;color:#71879c!important;font-size:8px!important;letter-spacing:.14em!important}
.sidebar nav a{
  width:100%!important;
  min-height:39px!important;
  height:auto!important;
  margin:2px 0!important;
  padding:9px 11px!important;
  gap:10px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  color:#bdcad7!important;
  font-size:11.5px!important;
  font-weight:620!important;
  line-height:1.25!important;
  white-space:normal!important;
}
.sidebar nav a i{flex:0 0 20px!important;width:20px!important;color:#8fa9bf!important;font-size:14px!important}
.sidebar nav a span{min-width:0!important;overflow-wrap:anywhere}
.sidebar nav a:hover{background:rgba(255,255,255,.065)!important;color:#fff!important;border-color:rgba(255,255,255,.055)!important}
.sidebar nav a.active{
  background:linear-gradient(90deg,rgba(18,104,232,.30),rgba(21,133,248,.14))!important;
  color:#fff!important;
  border-color:rgba(106,181,255,.19)!important;
  box-shadow:inset 3px 0 0 #48a9ff!important;
}
.sidebar nav a.active:before{display:none!important}
.sidebar nav a.active i{color:#8fd2ff!important}
.sidebar-powered{flex:none!important;margin:0!important;padding:10px 14px 8px!important;background:rgba(255,255,255,.025)!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#7e93a7!important;font-size:8.5px!important}
.sidebar-powered b{color:#b7c7d5!important;font-size:9.5px!important}
.sidebar .logout{
  position:static!important;
  flex:none!important;
  width:auto!important;
  height:auto!important;
  margin:0 10px 12px!important;
  padding:10px 11px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.045)!important;
  color:#d4dfe9!important;
}
.sidebar .logout:hover{background:rgba(220,55,70,.14)!important;border-color:rgba(255,117,129,.16)!important;color:#fff!important}

.topbar{
  z-index:850!important;
  height:68px!important;
  padding:0 clamp(15px,2.2vw,28px)!important;
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid #dfe6ef!important;
  box-shadow:0 4px 18px rgba(12,39,73,.035)!important;
  backdrop-filter:blur(16px)!important;
}
.top-title{min-width:0!important}
.top-title h1{max-width:min(58vw,720px);font-size:15px!important;font-weight:760!important;line-height:1.25!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.top-title small{font-size:9.5px!important}
.top-actions{min-width:0!important;gap:7px!important}
.icon-btn,.menu-btn{flex:0 0 auto!important;width:36px!important;height:36px!important;border-radius:10px!important}
.balance-pill{min-width:100px!important;max-width:150px!important;padding:6px 10px!important}
.balance-pill b{font-size:10.5px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.avatar.small{flex:0 0 auto!important;width:34px!important;height:34px!important;border-radius:10px!important}

.content{
  width:100%!important;
  max-width:1480px!important;
  min-width:0!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:22px clamp(14px,2.1vw,28px) 42px!important;
  overflow:visible!important;
}
.content>*{max-width:100%;min-width:0}
.content .card,.content .metric{min-width:0}
.content h1{font-size:clamp(21px,2vw,28px)!important;line-height:1.2!important}
.content h2{font-size:clamp(19px,1.8vw,25px)!important;line-height:1.25!important}
.content h3,.card-head h3{font-size:15px!important;line-height:1.3!important}
.content p,.content li,.content td,.content label{overflow-wrap:anywhere}
.content .card{padding:clamp(15px,1.7vw,21px);border-radius:16px!important;border-color:#dde5ef!important;box-shadow:0 8px 26px rgba(13,42,78,.055)!important}
.page-grid,.dashboard-grid,.admin-overview-grid,.admin-insight-grid,.sender-layout,.platform-health-grid,.performance-grid,.metric-grid,.admin-metric-grid{min-width:0!important}
.page-grid>*,.dashboard-grid>*,.admin-overview-grid>*,.admin-insight-grid>*,.sender-layout>*{min-width:0!important}
.table-wrap,.report-table-wrap,.global-report-wrap{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch}
.table-wrap table{width:100%!important;min-width:720px}
.table-wrap th{white-space:nowrap}
.table-wrap td{vertical-align:middle}
.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.content input,.content textarea,.content select{width:100%!important;min-width:0!important;font-size:12px!important}
.content textarea{resize:vertical;min-height:96px}
.content .btn{font-size:11.5px!important;line-height:1.25!important;white-space:normal!important;text-align:center}
.sms-preview-card,.vz-modal-card{max-height:calc(100dvh - 34px)!important;overflow-y:auto!important}
.notification-drawer{max-width:calc(100vw - 18px)!important}
.status.sent{background:#e9f3ff!important;color:#1260bd!important;border-color:#cfe3fb!important}
.status.pending{background:#fff7e6!important;color:#8a6218!important}
.status.delivered{background:#e9f8f0!important;color:#147244!important}
.status.failed{background:#fff0f1!important;color:#a9303e!important}
.delivery-note{color:#52657b;font-size:10.5px;line-height:1.45}

@media(min-width:961px){
  body.customer-role .app-shell,
  body.admin-role .app-shell{display:block!important}
  body.customer-role .sidebar,
  body.admin-role .sidebar{
    position:fixed!important;
    inset:0 auto 0 0!important;
    width:248px!important;
    height:100dvh!important;
    display:flex!important;
    flex-direction:column!important;
    transform:none!important;
    overflow:hidden!important;
    z-index:920!important;
  }
  body.customer-role .main,
  body.admin-role .main{
    width:calc(100% - 248px)!important;
    margin-left:248px!important;
  }
  body.customer-role .topbar,
  body.admin-role .topbar{position:sticky!important;top:0!important;left:auto!important;right:auto!important;width:100%!important}
  .menu-btn{display:none!important}
}

@media(max-width:1100px) and (min-width:961px){
  body.customer-role .sidebar,body.admin-role .sidebar{width:224px!important}
  body.customer-role .main,body.admin-role .main{width:calc(100% - 224px)!important;margin-left:224px!important}
  .sidebar nav a{font-size:11px!important;padding:8px 9px!important}
  .content{padding-left:18px!important;padding-right:18px!important}
}

@media(max-width:960px){
  body.public-role .auth-main{grid-template-columns:1fr!important;width:min(610px,calc(100% - 26px))!important;margin:20px auto 30px!important}
  body.public-role .auth-aside{display:none!important}
  body.customer-role .app-shell,body.admin-role .app-shell{display:block!important}
  body.customer-role .main,body.admin-role .main{width:100%!important;margin-left:0!important}
  body.customer-role .sidebar,body.admin-role .sidebar{
    position:fixed!important;
    inset:0 auto 0 0!important;
    width:min(286px,86vw)!important;
    height:100dvh!important;
    display:flex!important;
    flex-direction:column!important;
    transform:translateX(-105%)!important;
    transition:transform .22s ease!important;
    overflow:hidden!important;
    z-index:1100!important;
  }
  body.customer-role .sidebar.open,body.admin-role .sidebar.open{transform:translateX(0)!important}
  .topbar{position:sticky!important;top:0!important;width:100%!important}
  .content{padding-bottom:calc(88px + env(safe-area-inset-bottom))!important}
  .form-grid{grid-template-columns:1fr!important}
  .page-grid,.dashboard-grid,.sender-layout,.admin-overview-grid,.admin-insight-grid{grid-template-columns:1fr!important}
  .sender-application{position:static!important}
}

@media(max-width:680px){
  body.public-role .auth-top{height:62px!important;padding:0 13px!important}
  body.public-role .auth-main{width:calc(100% - 18px)!important;margin:9px auto 20px!important;border-radius:18px!important}
  body.public-role .auth-panel{padding:25px 18px!important}
  body.public-role .auth-heading h1{font-size:26px!important}
  .topbar{height:62px!important;padding:0 10px!important}
  .top-title h1{max-width:46vw;font-size:13.5px!important}
  .install-icon{display:none!important}
  .content{padding:13px 10px calc(84px + env(safe-area-inset-bottom))!important}
  .content .card{padding:14px!important;border-radius:14px!important}
  .content h2{font-size:19px!important}
  .content h3,.card-head h3{font-size:14px!important}
  .performance-grid{grid-template-columns:1fr 1fr!important}
  .performance-grid>a:first-child{grid-column:1/-1}
  .table-wrap table{min-width:640px}
  .sms-preview-overlay{padding:8px!important}
  .sms-preview-card{width:100%!important;border-radius:16px!important}
}

@media(max-height:720px) and (min-width:961px){
  body.public-role .auth-main{margin:16px auto!important}
  body.public-role .auth-panel{padding-top:28px!important;padding-bottom:28px!important}
  body.public-role .auth-aside{padding-top:32px!important;padding-bottom:32px!important}
  .sidebar-account{padding-top:12px!important;padding-bottom:11px!important}
  .sidebar nav a{min-height:35px!important;padding-top:7px!important;padding-bottom:7px!important}
  .sidebar .nav-label{margin-top:8px!important}
}

/* ========================================================================== 
   VOZUA DESKTOP LITE — FINAL NO-CLIP OVERRIDE · 03 AUG 2026
   One predictable layout layer. Login form right, information panel left.
   ========================================================================== */
:root{
  --vz-shell-width:246px;
  --vz-lite-bg:#f4f6f9;
  --vz-lite-surface:#ffffff;
  --vz-lite-line:#dfe5ec;
  --vz-lite-text:#172236;
  --vz-lite-muted:#687487;
  --vz-lite-blue:#1268e8;
}
html,body{
  width:100%!important;
  max-width:100%!important;
  min-height:100%!important;
  height:auto!important;
  margin:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  background:var(--vz-lite-bg)!important;
}
body *{box-sizing:border-box!important}
img,svg,video,canvas,iframe{max-width:100%!important}

/* Light, compact authentication layout. */
body.public-role .auth-page{
  display:block!important;
  width:100%!important;
  min-height:100dvh!important;
  height:auto!important;
  overflow:visible!important;
  background:var(--vz-lite-bg)!important;
}
body.public-role .auth-top{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:64px!important;
  padding:0 clamp(18px,4vw,48px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  background:#fff!important;
  border-bottom:1px solid var(--vz-lite-line)!important;
  box-shadow:none!important;
}
body.public-role .auth-top .public-brand img{width:38px!important;height:38px!important;border-radius:11px!important;box-shadow:none!important}
body.public-role .auth-top .public-brand strong{font-size:14px!important}
body.public-role .auth-top .public-brand small{font-size:9.5px!important}
body.public-role .auth-top>div{font-size:11px!important;gap:10px!important}
body.public-role .auth-top>div a{padding:8px 13px!important;border-radius:9px!important;box-shadow:none!important}
body.public-role .auth-main{
  display:grid!important;
  grid-template-columns:minmax(300px,.86fr) minmax(390px,1.14fr)!important;
  grid-template-areas:"visual form"!important;
  width:min(980px,calc(100% - 32px))!important;
  max-width:980px!important;
  min-width:0!important;
  min-height:540px!important;
  height:auto!important;
  margin:clamp(24px,4vh,44px) auto!important;
  padding:0!important;
  overflow:visible!important;
  background:#fff!important;
  border:1px solid var(--vz-lite-line)!important;
  border-radius:18px!important;
  box-shadow:0 16px 45px rgba(23,43,72,.08)!important;
}
body.public-role .auth-panel{
  grid-area:form!important;
  min-width:0!important;
  width:100%!important;
  padding:clamp(34px,5vw,56px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:#fff!important;
  border-left:1px solid var(--vz-lite-line)!important;
  border-radius:0 18px 18px 0!important;
  box-shadow:none!important;
}
body.public-role .auth-aside{
  grid-area:visual!important;
  min-width:0!important;
  width:100%!important;
  padding:clamp(32px,4.2vw,48px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  color:var(--vz-lite-text)!important;
  background:#f8fafc!important;
  border-radius:18px 0 0 18px!important;
  box-shadow:none!important;
}
body.public-role .auth-aside:before,body.public-role .auth-aside:after{display:none!important;content:none!important}
body.public-role .auth-aside-mark{
  width:58px!important;
  height:58px!important;
  display:grid!important;
  place-items:center!important;
  margin-bottom:22px!important;
  padding:7px!important;
  border:1px solid #d9e4f2!important;
  border-radius:15px!important;
  background:#fff!important;
}
body.public-role .auth-aside-mark img{width:100%!important;height:100%!important;border-radius:10px!important;box-shadow:none!important}
body.public-role .auth-aside h2{
  max-width:340px!important;
  margin:0 0 12px!important;
  color:var(--vz-lite-text)!important;
  font-size:clamp(23px,2.5vw,31px)!important;
  line-height:1.18!important;
  letter-spacing:-.035em!important;
}
body.public-role .auth-aside>p{
  max-width:340px!important;
  margin:0!important;
  color:var(--vz-lite-muted)!important;
  font-size:12.5px!important;
  line-height:1.65!important;
}
body.public-role .auth-logo{display:none!important}
body.public-role .auth-heading{margin:0 0 22px!important}
body.public-role .auth-heading h1{
  margin:0 0 7px!important;
  color:var(--vz-lite-text)!important;
  font-size:clamp(26px,2.6vw,32px)!important;
  line-height:1.16!important;
  letter-spacing:-.035em!important;
}
body.public-role .auth-heading p{margin:0!important;color:var(--vz-lite-muted)!important;font-size:12.5px!important;line-height:1.5!important}
body.public-role .auth-form{display:grid!important;gap:13px!important;width:100%!important;min-width:0!important}
body.public-role .auth-form label{display:grid!important;gap:6px!important;min-width:0!important;color:#26354a!important;font-size:11.5px!important;font-weight:750!important}
body.public-role .auth-form input,body.public-role .auth-form select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  min-height:46px!important;
  padding:11px 13px!important;
  border:1px solid #d8e0e9!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--vz-lite-text)!important;
  font-size:13px!important;
  box-shadow:none!important;
}
body.public-role .auth-form input:focus,body.public-role .auth-form select:focus{border-color:var(--vz-lite-blue)!important;box-shadow:0 0 0 3px rgba(18,104,232,.09)!important;outline:0!important}
body.public-role .auth-form .btn{min-height:47px!important;border-radius:10px!important;font-size:13px!important;box-shadow:none!important}
body.public-role .password-toggle{font-size:10.5px!important}
body.public-role .remember-row{margin:0!important}
body.public-role .auth-switch{margin:17px 0 0!important;font-size:11.5px!important;text-align:center!important;color:var(--vz-lite-muted)!important}

/* Desktop app shell: no explicit content width, therefore no right-side clipping. */
body.customer-role .app-shell,body.admin-role .app-shell{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-height:100dvh!important;
  height:auto!important;
  overflow:visible!important;
  background:var(--vz-lite-bg)!important;
}
body.customer-role .sidebar,body.admin-role .sidebar{
  position:fixed!important;
  inset:0 auto 0 0!important;
  width:var(--vz-shell-width)!important;
  max-width:var(--vz-shell-width)!important;
  height:100dvh!important;
  overflow:hidden!important;
}
body.customer-role .main,body.admin-role .main{
  display:block!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  min-height:100dvh!important;
  height:auto!important;
  margin:0 0 0 var(--vz-shell-width)!important;
  overflow:visible!important;
  background:var(--vz-lite-bg)!important;
}
body.customer-role .topbar,body.admin-role .topbar{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  max-width:100%!important;
}
body.customer-role .content,body.admin-role .content{
  display:block!important;
  width:100%!important;
  max-width:1440px!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:20px clamp(14px,2vw,28px) 36px!important;
  overflow:visible!important;
}
.content>*,.card,.form-card,.page-grid>*,.dashboard-grid>*,.admin-overview-grid>*,.admin-insight-grid>*,.sender-layout>*{min-width:0!important;max-width:100%}
.page-grid,.dashboard-grid,.admin-overview-grid,.admin-insight-grid,.sender-layout,.performance-grid,.metric-grid,.admin-metric-grid{width:100%!important;max-width:100%!important}
.table-wrap,.report-table-wrap,.global-report-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important}
.table-wrap table,.report-table-wrap table,.global-report-wrap table{width:100%!important;max-width:none!important}

@media(max-width:1100px) and (min-width:961px){
  :root{--vz-shell-width:220px}
}
@media(max-width:960px){
  body.public-role .auth-main{
    grid-template-columns:1fr!important;
    grid-template-areas:"form"!important;
    width:min(560px,calc(100% - 22px))!important;
    min-height:0!important;
    margin:14px auto 24px!important;
    border-radius:16px!important;
  }
  body.public-role .auth-aside{display:none!important}
  body.public-role .auth-panel{border-left:0!important;border-radius:16px!important;padding:30px 24px!important}
  body.customer-role .sidebar,body.admin-role .sidebar{
    width:min(286px,86vw)!important;
    max-width:min(286px,86vw)!important;
    transform:translateX(-105%)!important;
  }
  body.customer-role .sidebar.open,body.admin-role .sidebar.open{transform:translateX(0)!important}
  body.customer-role .main,body.admin-role .main{width:100%!important;margin:0!important}
  body.customer-role .content,body.admin-role .content{max-width:none!important;padding:14px 11px calc(84px + env(safe-area-inset-bottom))!important}
}
@media(max-width:560px){
  body.public-role .auth-top{height:60px!important;padding:0 12px!important}
  body.public-role .auth-top>div span{display:none!important}
  body.public-role .auth-main{width:calc(100% - 16px)!important;margin:8px auto 18px!important}
  body.public-role .auth-panel{padding:25px 18px!important}
  body.public-role .auth-heading h1{font-size:25px!important}
}

/* ========================================================================== 
   VOZUA CLEAN SHELL V3 · 03 AUG 2026
   Final visual authority: light login, no clipped desktop pages, clean header,
   calm sidebar, static delivery states and simplified customer dashboard.
   ========================================================================== */
:root{
  --vz-shell-width:238px;
  --vz-app-bg:#f5f7fa;
  --vz-surface:#ffffff;
  --vz-border-clean:#e2e8f0;
  --vz-ink-clean:#172235;
  --vz-muted-clean:#6d7888;
  --vz-side-top:#102a45;
  --vz-side-bottom:#0c2036;
  --vz-blue-clean:#1469df;
}
html,body{width:100%!important;max-width:100%!important;min-height:100%!important;margin:0!important;background:var(--vz-app-bg)!important}
body{overflow-x:clip!important;overflow-y:auto!important;color:var(--vz-ink-clean)!important}
body *{box-sizing:border-box!important}

/* Login: information on the left, form on the right, no heavy background. */
body.public-role .auth-page{min-height:100dvh!important;background:#f5f7fa!important;overflow:visible!important}
body.public-role .auth-main{
  grid-template-columns:minmax(280px,.82fr) minmax(380px,1.18fr)!important;
  grid-template-areas:"visual form"!important;
  width:min(940px,calc(100% - 32px))!important;
  min-height:520px!important;
  margin:clamp(20px,4vh,40px) auto!important;
  overflow:hidden!important;
  border:1px solid #e0e6ed!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 18px 48px rgba(25,48,78,.09)!important;
}
body.public-role .auth-aside{
  grid-area:visual!important;
  padding:44px!important;
  background:linear-gradient(180deg,#f9fbfd,#f4f7fa)!important;
  border-radius:18px 0 0 18px!important;
  color:var(--vz-ink-clean)!important;
}
body.public-role .auth-aside h2{max-width:310px!important;font-size:27px!important;color:var(--vz-ink-clean)!important}
body.public-role .auth-aside>p{max-width:315px!important;font-size:12.5px!important;color:var(--vz-muted-clean)!important;line-height:1.65!important}
body.public-role .auth-aside-mark{width:54px!important;height:54px!important;margin-bottom:20px!important;border-radius:14px!important}
body.public-role .auth-panel{
  grid-area:form!important;
  padding:46px clamp(34px,5vw,58px)!important;
  border-left:1px solid #e4e9ef!important;
  border-radius:0 18px 18px 0!important;
  background:#fff!important;
}
body.public-role .auth-heading h1{font-size:29px!important}
body.public-role .auth-heading p{font-size:12px!important}
body.public-role .auth-form input{min-height:45px!important;border-radius:9px!important}
body.public-role .auth-form .btn{min-height:46px!important;border-radius:9px!important;background:#1469df!important;box-shadow:none!important}

/* Desktop structure: explicit remaining width and safe inner layouts. */
body.customer-role .sidebar,body.admin-role .sidebar{
  width:var(--vz-shell-width)!important;
  max-width:var(--vz-shell-width)!important;
  background:linear-gradient(180deg,var(--vz-side-top),var(--vz-side-bottom))!important;
  border-right:1px solid rgba(255,255,255,.055)!important;
  box-shadow:8px 0 28px rgba(12,32,54,.09)!important;
}
body.customer-role .main,body.admin-role .main{
  width:calc(100% - var(--vz-shell-width))!important;
  max-width:calc(100% - var(--vz-shell-width))!important;
  margin-left:var(--vz-shell-width)!important;
  min-width:0!important;
  overflow:visible!important;
  background:var(--vz-app-bg)!important;
}
body.customer-role .content,body.admin-role .content{
  width:100%!important;
  max-width:1460px!important;
  min-width:0!important;
  margin:0 auto!important;
  padding:20px clamp(14px,2vw,28px) 38px!important;
  overflow:visible!important;
}
.content>*{min-width:0!important;max-width:100%!important}
.page-grid,.dashboard-grid,.admin-overview-grid,.admin-insight-grid,.sender-layout,.platform-health-grid,.security-page,.account-settings-grid{min-width:0!important;max-width:100%!important}
.page-grid>*,.dashboard-grid>*,.admin-overview-grid>*,.admin-insight-grid>*,.sender-layout>*,.account-settings-grid>*{min-width:0!important;max-width:100%!important}
.table-wrap,.report-table-wrap,.global-report-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important}

/* Sidebar: compact hierarchy and calm contrast. */
.sidebar-account{padding:15px 13px 13px!important;gap:10px!important;background:rgba(255,255,255,.025)!important;border-bottom:1px solid rgba(255,255,255,.075)!important}
.sidebar-account img{width:39px!important;height:39px!important;border-radius:11px!important;box-shadow:none!important}
.sidebar-account strong{font-size:12.5px!important;line-height:1.25!important;color:#fff!important}
.sidebar-account small{font-size:9.5px!important;color:#a8bbcc!important}
.sidebar-account span{font-size:9px!important;color:#79baf0!important}
.sidebar nav{padding:9px 9px 4px!important;gap:2px!important}
.sidebar .nav-label{margin:11px 9px 5px!important;color:#7890a5!important;font-size:8px!important}
.sidebar nav a{min-height:38px!important;padding:9px 10px!important;border-radius:9px!important;color:#c4d0db!important;font-size:11.25px!important;font-weight:650!important}
.sidebar nav a i{width:20px!important;color:#8fa7ba!important}
.sidebar nav a:hover{background:rgba(255,255,255,.055)!important;border-color:transparent!important}
.sidebar nav a.active{background:rgba(32,132,224,.20)!important;border-color:rgba(99,177,242,.16)!important;box-shadow:inset 3px 0 0 #55aaf0!important}
.sidebar nav a.active i{color:#8bcaff!important}
.sidebar-powered{padding:9px 14px!important;background:transparent!important;border-top:1px solid rgba(255,255,255,.07)!important;color:#71869a!important}
.sidebar .logout{margin:0 10px 11px!important;padding:9px 10px!important;border-radius:9px!important;background:rgba(255,255,255,.035)!important}
.sidebar .logout-copy small{font-size:8.5px!important}

/* Professional header and real account settings icon. */
.topbar{height:66px!important;padding:0 clamp(14px,2vw,26px)!important;background:rgba(255,255,255,.97)!important;border-bottom:1px solid #e1e7ee!important;box-shadow:0 3px 16px rgba(23,45,75,.035)!important}
.top-title h1{font-size:15px!important;font-weight:780!important;color:#182438!important}
.top-title small{font-size:9.5px!important;color:#7b8795!important}
.top-actions{gap:7px!important}
.icon-btn,.menu-btn,.account-button{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border:1px solid #e0e6ed!important;border-radius:10px!important;background:#fff!important;color:#53657a!important;box-shadow:none!important}
.icon-btn:hover,.menu-btn:hover,.account-button:hover{background:#f4f8fc!important;border-color:#cbd9e7!important;color:#1469df!important}
.icon-btn svg,.menu-btn svg,.account-button svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.account-button{color:#163e66!important;background:#f4f8fc!important;border-color:#d7e3ef!important}
.balance-pill{min-width:106px!important;padding:6px 10px!important;border-radius:10px!important;background:#f8fafc!important;border-color:#e2e8ef!important;box-shadow:none!important}
.balance-pill small{font-size:8px!important}.balance-pill b{font-size:10px!important;color:#183b5e!important}

/* Clean customer dashboard. */
.dashboard-balance-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:164px;
  margin-bottom:14px;
  padding:26px 28px;
  border:1px solid #d9e5f1;
  border-radius:18px;
  background:linear-gradient(135deg,#f8fbff 0%,#edf6ff 55%,#f7fbff 100%);
  box-shadow:0 10px 30px rgba(33,78,126,.065);
}
.dashboard-balance-copy span{display:block;color:#56708a;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.dashboard-balance-copy strong{display:block;margin:8px 0 5px;color:#113b63;font-size:34px;line-height:1;letter-spacing:-.035em}
.dashboard-balance-copy strong small{font-size:13px;font-weight:750;color:#5f7890}
.dashboard-balance-copy p{margin:0;color:#6d7d8e;font-size:11.5px}
.dashboard-balance-actions{display:flex;align-items:center;gap:12px}
.balance-symbol{width:46px;height:46px;display:grid;place-items:center;border:1px solid #d6e6f5;border-radius:14px;background:#fff;color:#1469df}
.balance-symbol svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dashboard-balance-actions a{padding:11px 14px;border-radius:10px;background:#1469df;color:#fff;font-size:11px;font-weight:800;box-shadow:none}
.dashboard-balance-card.is-low-credit{background:linear-gradient(135deg,#fffaf2,#fff5e5 58%,#fffaf4);border-color:#f0dfbf}
.dashboard-balance-card.is-low-credit .dashboard-balance-copy strong{color:#8b5a10}
.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:14px}
.dashboard-stat-grid>a{min-width:0;padding:17px 18px;border:1px solid #e1e7ee;border-radius:14px;background:#fff;box-shadow:0 6px 20px rgba(28,52,83,.035)}
.dashboard-stat-grid span,.dashboard-stat-grid strong,.dashboard-stat-grid small{display:block}
.dashboard-stat-grid span{color:#748193;font-size:10px;font-weight:750}
.dashboard-stat-grid strong{margin:7px 0 5px;color:#1a2d43;font-size:25px;letter-spacing:-.03em}
.dashboard-stat-grid small{color:#8994a2;font-size:9.5px;line-height:1.4}
.clean-dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr)!important;gap:14px!important}
.clean-recent-card,.dashboard-quick-actions{border-radius:15px!important;box-shadow:0 6px 22px rgba(29,50,78,.04)!important}
.dashboard-quick-actions>a{padding:13px 0!important}
.dashboard-quick-actions .qa-icon{width:37px!important;height:37px!important;border-radius:10px!important;background:#f1f6fb!important;color:#1469df!important}
.dashboard-quick-actions .qa-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dashboard-quick-actions small{font-size:9.5px!important}

/* Account settings opened from the header icon. */
.account-settings-page{max-width:1040px;margin:0 auto}
.account-profile-card{display:flex;align-items:center;gap:14px;margin-bottom:14px;padding:18px 20px;border:1px solid #dfe6ed;border-radius:15px;background:#fff;box-shadow:0 6px 22px rgba(29,50,78,.04)}
.account-profile-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:#edf5fd;color:#1469df}
.account-profile-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.account-profile-card>div:nth-child(2){min-width:0;flex:1}.account-profile-card span{font-size:9px;color:#718093;text-transform:uppercase;letter-spacing:.09em;font-weight:850}.account-profile-card h2{margin:3px 0 2px!important;font-size:19px!important}.account-profile-card p{margin:0;color:#778496;font-size:11px;overflow-wrap:anywhere}.account-profile-card>b{padding:7px 10px;border-radius:999px;background:#f1f5f9;color:#52657a;font-size:9px;text-transform:uppercase;letter-spacing:.06em}
.account-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.account-form-card{padding:20px!important;border-radius:15px!important}
.account-form-card form{margin-top:12px!important;gap:13px!important}
.account-form-card input[readonly]{background:#f5f7f9!important;color:#7b8795!important}
.account-form-card .btn{justify-self:start;min-width:150px;box-shadow:none!important}

/* SMS status must never spin indefinitely. */
.status.pending:before{content:'•'!important;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;animation:none!important;transform:none!important;font-size:15px!important;line-height:.6!important}
.status.sent:before{content:'✓'!important;font-size:10px!important}
.sms-send-progress{display:block;flex:1;color:#64758a;font-size:10.5px;line-height:1.4}

@media(max-width:1180px) and (min-width:961px){
  :root{--vz-shell-width:218px}
  .dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .clean-dashboard-grid{grid-template-columns:1fr!important}
  .page-grid{grid-template-columns:minmax(0,1fr) minmax(260px,330px)!important}
}
@media(max-width:960px){
  body.customer-role .main,body.admin-role .main{width:100%!important;max-width:100%!important;margin-left:0!important}
  body.public-role .auth-main{grid-template-columns:1fr!important;grid-template-areas:"form"!important;overflow:hidden!important}
  body.public-role .auth-aside{display:none!important}
  body.public-role .auth-panel{border-left:0!important;border-radius:18px!important}
  .account-settings-grid,.clean-dashboard-grid{grid-template-columns:1fr!important}
}
@media(max-width:680px){
  .dashboard-balance-card{display:block;min-height:0;padding:20px}
  .dashboard-balance-copy strong{font-size:30px}
  .dashboard-balance-actions{margin-top:18px;justify-content:space-between}
  .dashboard-stat-grid{grid-template-columns:1fr 1fr}
  .account-profile-card{align-items:flex-start}.account-profile-card>b{margin-left:auto}
  .balance-pill{display:none!important}
}
@media(max-width:430px){
  .dashboard-stat-grid{grid-template-columns:1fr}
  .dashboard-balance-actions .balance-symbol{display:none}
  .dashboard-balance-actions a{width:100%;text-align:center}
}
