/* VOZUA SMS · FINAL RESPONSIVE UI V4 · 03 AUG 2026
   This file is the final visual authority and intentionally overrides legacy layers. */
:root{
  --vz-sidebar-width:236px;
  --vz-bg:#f4f7fb;
  --vz-surface:#ffffff;
  --vz-surface-soft:#f8fafc;
  --vz-sidebar:#eef4fa;
  --vz-sidebar-2:#e7eff8;
  --vz-sidebar-text:#243b55;
  --vz-sidebar-muted:#71849a;
  --vz-primary:#1769d2;
  --vz-primary-soft:#e5f0ff;
  --vz-border:#dfe7f0;
  --vz-text:#18283d;
  --vz-muted:#6f7e90;
  --vz-danger:#b73a49;
  --vz-safe-bottom:env(safe-area-inset-bottom,0px);
}
html,body{width:100%!important;max-width:100%!important;min-height:100%!important;margin:0!important;overflow-x:hidden!important;background:var(--vz-bg)!important}
body{color:var(--vz-text)!important;font-size:13px!important}
body *{box-sizing:border-box!important}
img,svg,video,canvas{max-width:100%!important}

/* LOGIN — light, restrained and correctly split on desktop. */
body.public-role .auth-page{min-height:100dvh!important;height:auto!important;overflow-y:auto!important;background:linear-gradient(180deg,#f8fafc,#f2f6fb)!important}
body.public-role .auth-top{height:64px!important;max-width:1120px!important;margin:0 auto!important;padding:0 20px!important;background:transparent!important;border:0!important;box-shadow:none!important}
body.public-role .public-brand img{width:38px!important;height:38px!important;border-radius:11px!important}
body.public-role .public-brand strong{font-size:13px!important;color:#18314e!important}
body.public-role .public-brand small,body.public-role .auth-top>div{font-size:10px!important;color:#7c8998!important}
body.public-role .auth-main{
  display:grid!important;
  grid-template-columns:minmax(280px,.9fr) minmax(380px,1.1fr)!important;
  grid-template-areas:"visual form"!important;
  width:min(930px,calc(100% - 32px))!important;
  max-width:930px!important;
  min-height:500px!important;
  height:auto!important;
  margin:20px auto 34px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--vz-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 20px 55px rgba(33,59,91,.09)!important;
}
body.public-role .auth-aside{
  grid-area:visual!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  padding:42px!important;
  border:0!important;
  border-radius:18px 0 0 18px!important;
  background:linear-gradient(145deg,#f7faff,#edf4fb)!important;
  color:var(--vz-text)!important;
}
body.public-role .auth-aside-mark{width:50px!important;height:50px!important;margin:0 0 18px!important;border-radius:13px!important;background:#fff!important;box-shadow:0 8px 22px rgba(31,72,114,.08)!important}
body.public-role .auth-aside h2{max-width:310px!important;margin:0 0 12px!important;font-size:26px!important;line-height:1.2!important;letter-spacing:-.03em!important;color:#1b3552!important}
body.public-role .auth-aside>p{max-width:315px!important;margin:0!important;font-size:12px!important;line-height:1.65!important;color:#697b8f!important}
body.public-role .auth-panel{
  grid-area:form!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  padding:42px clamp(32px,5vw,54px)!important;
  border-left:1px solid var(--vz-border)!important;
  border-radius:0 18px 18px 0!important;
  background:#fff!important;
}
body.public-role .auth-heading{margin:0 0 22px!important;text-align:left!important}
body.public-role .auth-heading h1{margin:0 0 6px!important;font-size:28px!important;line-height:1.15!important;letter-spacing:-.035em!important;color:#172c45!important}
body.public-role .auth-heading p{margin:0!important;font-size:12px!important;color:#7a8796!important}
body.public-role .auth-form{display:grid!important;gap:13px!important}
body.public-role .auth-form label{display:grid!important;gap:6px!important;font-size:11px!important;font-weight:700!important;color:#31445b!important}
body.public-role .auth-form input:not([type="checkbox"]),body.public-role .auth-form select{width:100%!important;min-width:0!important;min-height:44px!important;height:44px!important;padding:0 13px!important;border:1px solid #d8e1ea!important;border-radius:9px!important;background:#fbfcfe!important;font-size:12px!important;color:#1c2e44!important;box-shadow:none!important}
body.public-role .auth-form input:not([type="checkbox"]):focus,body.public-role .auth-form select:focus{border-color:#6aa5e9!important;box-shadow:0 0 0 3px rgba(23,105,210,.09)!important;background:#fff!important}
body.public-role .password-field{position:relative!important}
body.public-role .password-field input{padding-right:62px!important}
body.public-role .password-toggle{right:7px!important;padding:7px 8px!important;border-radius:7px!important;background:#eef5fd!important;color:#1769d2!important;font-size:10px!important}
body.public-role .remember-row{display:block!important;margin:0!important;padding:0!important}
body.public-role .remember-row>span{display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:10.5px!important;font-weight:600!important;color:#536277!important;line-height:1.2!important}
body.public-role .remember-row input[type="checkbox"]{
  appearance:auto!important;
  -webkit-appearance:checkbox!important;
  display:inline-block!important;
  flex:0 0 15px!important;
  width:15px!important;
  max-width:15px!important;
  height:15px!important;
  min-height:15px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:3px!important;
  box-shadow:none!important;
  accent-color:var(--vz-primary)!important;
}
body.public-role .auth-form .btn{min-height:45px!important;height:45px!important;margin-top:2px!important;border-radius:9px!important;background:var(--vz-primary)!important;font-size:12px!important;font-weight:800!important;box-shadow:none!important}

/* APP SHELL — no clipping on desktop. */
body.customer-role .app-shell,body.admin-role .app-shell{display:block!important;width:100%!important;min-height:100dvh!important;overflow:visible!important;background:var(--vz-bg)!important}
body.customer-role .sidebar,body.admin-role .sidebar{
  position:fixed!important;
  inset:0 auto 0 0!important;
  z-index:1200!important;
  display:flex!important;
  flex-direction:column!important;
  width:var(--vz-sidebar-width)!important;
  max-width:var(--vz-sidebar-width)!important;
  height:100dvh!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  color:var(--vz-sidebar-text)!important;
  background:linear-gradient(180deg,var(--vz-sidebar) 0%,var(--vz-sidebar-2) 100%)!important;
  border-right:1px solid #d6e1ec!important;
  box-shadow:7px 0 24px rgba(35,58,84,.06)!important;
}
.sidebar-account{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:15px 13px 13px!important;
  background:rgba(255,255,255,.58)!important;
  border-bottom:1px solid #d8e3ed!important;
}
.sidebar-account img{flex:0 0 auto!important;width:39px!important;height:39px!important;padding:3px!important;border:1px solid #d9e4ef!important;border-radius:11px!important;background:#fff!important;box-shadow:none!important}
.sidebar-account>div{min-width:0!important;flex:1!important}
.sidebar-account strong,.sidebar-account small,.sidebar-account span{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.sidebar-account strong{font-size:12px!important;line-height:1.25!important;color:#1d3652!important}
.sidebar-account small{margin-top:2px!important;font-size:9.5px!important;color:#718398!important}
.sidebar-account span{margin-top:3px!important;font-size:9px!important;color:#1769d2!important}
.close-side{display:none!important;flex:0 0 34px!important;width:34px!important;height:34px!important;margin:0!important;padding:0!important;border:1px solid #d9e3ed!important;border-radius:9px!important;background:#fff!important;color:#405873!important;font-size:21px!important;line-height:1!important}
.sidebar nav{
  display:block!important;
  flex:1 1 auto!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:8px 9px 12px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:thin!important;
  scrollbar-color:#b9c9d9 transparent!important;
}
.sidebar nav::-webkit-scrollbar{width:5px!important}.sidebar nav::-webkit-scrollbar-thumb{background:#b9c9d9!important;border-radius:999px!important}
.sidebar .nav-label{display:block!important;margin:12px 10px 5px!important;padding:0!important;color:#8494a5!important;font-size:8px!important;font-weight:850!important;letter-spacing:.13em!important;text-transform:uppercase!important}
.sidebar nav a{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:38px!important;
  height:auto!important;
  margin:2px 0!important;
  padding:9px 10px!important;
  border:1px solid transparent!important;
  border-radius:9px!important;
  background:transparent!important;
  color:#486078!important;
  font-size:11px!important;
  font-weight:680!important;
  line-height:1.25!important;
  box-shadow:none!important;
}
.sidebar nav a i{display:grid!important;place-items:center!important;flex:0 0 20px!important;width:20px!important;color:#71869b!important;font-size:13px!important;font-style:normal!important}
.sidebar nav a span{min-width:0!important;overflow-wrap:anywhere!important}
.sidebar nav a:hover{background:rgba(255,255,255,.72)!important;color:#1f466f!important;border-color:#dce6ef!important}
.sidebar nav a.active{background:#fff!important;color:#155fae!important;border-color:#d4e2f0!important;box-shadow:inset 3px 0 0 #2d83df,0 4px 12px rgba(31,83,137,.05)!important}
.sidebar nav a.active i{color:#1769d2!important}
.sidebar-powered{flex:0 0 auto!important;margin:0!important;padding:9px 13px 7px!important;border-top:1px solid #d5e0ea!important;background:rgba(255,255,255,.34)!important;color:#8796a6!important;font-size:8.5px!important;text-align:left!important}
.sidebar .logout{
  position:static!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
  min-height:43px!important;
  margin:0 10px calc(10px + var(--vz-safe-bottom))!important;
  padding:9px 10px!important;
  border:1px solid #e4ced3!important;
  border-radius:9px!important;
  background:#fff7f8!important;
  color:#9d3543!important;
  box-shadow:none!important;
}
.sidebar .logout:hover{background:#fff0f2!important;border-color:#ddb7be!important;color:#922b39!important}
.logout-icon{display:grid!important;place-items:center!important;width:27px!important;height:27px!important;border-radius:7px!important;background:#ffe8eb!important;color:#a93442!important}
.logout-icon svg{width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.logout-copy b{display:block!important;font-size:10.5px!important}.logout-copy small{display:block!important;margin-top:1px!important;font-size:8.5px!important;color:#a96b74!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;margin-left:var(--vz-sidebar-width)!important;overflow:visible!important;background:var(--vz-bg)!important}
body.customer-role .topbar,body.admin-role .topbar{position:sticky!important;top:0!important;z-index:850!important;width:100%!important;max-width:100%!important;height:64px!important;padding:0 clamp(13px,2vw,24px)!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--vz-border)!important;box-shadow:0 3px 14px rgba(32,53,79,.035)!important;backdrop-filter:blur(12px)!important}
.top-title{min-width:0!important}.top-title h1{max-width:min(55vw,760px)!important;margin:0!important;font-size:14.5px!important;font-weight:790!important;line-height:1.2!important;color:#1d3048!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.top-title small{display:block!important;margin-top:2px!important;font-size:9px!important;color:#7d8b9b!important}
.top-actions{min-width:0!important;margin-left:auto!important;gap:7px!important}.icon-btn,.menu-btn,.account-button{flex:0 0 35px!important;width:35px!important;height:35px!important;padding:0!important;border:1px solid #dce5ee!important;border-radius:9px!important;background:#fff!important;color:#53677d!important;box-shadow:none!important}.icon-btn:hover,.menu-btn:hover,.account-button:hover{background:#f2f7fc!important;border-color:#cbd9e7!important;color:#1769d2!important}.icon-btn svg,.menu-btn svg,.account-button svg{width:17px!important;height:17px!important}.balance-pill{min-width:104px!important;max-width:140px!important;padding:6px 9px!important;border:1px solid #dfe7ef!important;border-radius:9px!important;background:#f8fafc!important;box-shadow:none!important}.balance-pill small{font-size:7.8px!important}.balance-pill b{font-size:9.8px!important;color:#24435f!important}
body.customer-role .content,body.admin-role .content{display:block!important;width:100%!important;max-width:1480px!important;min-width:0!important;margin:0 auto!important;padding:18px clamp(13px,2vw,26px) 34px!important;overflow:visible!important}
.content>*,.content .card,.content .metric,.page-grid>*,.dashboard-grid>*,.admin-overview-grid>*,.admin-insight-grid>*,.sender-layout>*,.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,.metric-grid,.performance-grid,.admin-metric-grid{width:100%!important;max-width:100%!important}
.card,.metric{border:1px solid var(--vz-border)!important;background:#fff!important;box-shadow:0 6px 20px rgba(34,58,86,.04)!important}
.content h1{font-size:24px!important}.content h2{font-size:20px!important}.content h3,.card-head h3{font-size:14.5px!important}.content p,.content label,.content td{overflow-wrap:anywhere!important}
.content input:not([type="checkbox"]):not([type="radio"]),.content select,.content textarea{width:100%!important;min-width:0!important;max-width:100%!important;font-size:12px!important}
.content input[type="checkbox"],.content input[type="radio"]{width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;padding:0!important;box-shadow:none!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!important}
.table-wrap table,.report-table-wrap table,.global-report-wrap table{max-width:none!important}
.sidebar-backdrop{display:block!important;position:fixed!important;inset:0!important;z-index:1190!important;opacity:0!important;visibility:hidden!important;background:rgba(28,45,64,.34)!important;transition:opacity .2s ease,visibility .2s ease!important}
.sidebar-backdrop.open{opacity:1!important;visibility:visible!important}

/* MOBILE — compact header, fully scrollable drawer, safe forms and cards. */
@media(max-width:960px){
  body.public-role .auth-main{grid-template-columns:1fr!important;grid-template-areas:"form"!important;width:min(560px,calc(100% - 20px))!important;min-height:0!important;margin:10px auto 22px!important;border-radius:15px!important}
  body.public-role .auth-aside{display:none!important}
  body.public-role .auth-panel{padding:30px 24px!important;border-left:0!important;border-radius:15px!important}
  body.customer-role .sidebar,body.admin-role .sidebar{
    width:min(288px,88vw)!important;
    max-width:min(288px,88vw)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    transform:translate3d(-105%,0,0)!important;
    transition:transform .22s ease!important;
    box-shadow:16px 0 38px rgba(32,50,71,.18)!important;
  }
  body.customer-role .sidebar.open,body.admin-role .sidebar.open{transform:translate3d(0,0,0)!important}
  .close-side{display:grid!important}
  body.sidebar-is-open{overflow:hidden!important;touch-action:none!important}
  body.sidebar-is-open .sidebar{touch-action:pan-y!important}
  body.customer-role .main,body.admin-role .main{width:100%!important;max-width:100%!important;margin-left:0!important}
  .menu-btn{display:grid!important}
  body.customer-role .content,body.admin-role .content{max-width:none!important;padding:14px 12px calc(82px + var(--vz-safe-bottom))!important}
  .page-grid,.dashboard-grid,.admin-overview-grid,.admin-insight-grid,.sender-layout,.account-settings-grid,.security-page,.platform-health-grid{grid-template-columns:1fr!important}
  .form-grid{grid-template-columns:1fr!important}
  .dashboard-stat-grid,.metric-grid,.performance-grid,.admin-metric-grid,.sender-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .bottom-nav{z-index:900!important;background:rgba(255,255,255,.98)!important;border-top:1px solid #dce5ee!important;box-shadow:0 -8px 26px rgba(31,51,75,.08)!important}
}
@media(max-width:680px){
  body.public-role .auth-top{height:58px!important;padding:0 12px!important}
  body.public-role .auth-top>div span,body.public-role .public-brand small{display:none!important}
  body.public-role .auth-main{width:calc(100% - 16px)!important;margin:8px auto 18px!important;border-radius:14px!important;box-shadow:0 13px 34px rgba(35,59,88,.08)!important}
  body.public-role .auth-panel{padding:25px 18px!important}
  body.public-role .auth-heading h1{font-size:24px!important}
  body.public-role .auth-form input:not([type="checkbox"]),body.public-role .auth-form select{height:43px!important;min-height:43px!important}
  body.customer-role .topbar,body.admin-role .topbar{height:60px!important;padding:0 9px!important;gap:8px!important}
  .top-title h1{max-width:42vw!important;font-size:13px!important}.top-title small{display:none!important}
  .top-actions{gap:5px!important}.icon-btn,.menu-btn,.account-button{flex-basis:34px!important;width:34px!important;height:34px!important}
  .top-actions .install-icon,.balance-pill{display:none!important}
  body.customer-role .content,body.admin-role .content{padding:12px 10px calc(80px + var(--vz-safe-bottom))!important}
  .content .card{padding:14px!important;border-radius:13px!important}.content h1{font-size:21px!important}.content h2{font-size:18px!important}.content h3,.card-head h3{font-size:14px!important}
  .dashboard-balance-card{display:block!important;min-height:0!important;padding:19px!important;border-radius:15px!important}.dashboard-balance-copy strong{font-size:29px!important}.dashboard-balance-actions{margin-top:16px!important;justify-content:space-between!important}
  .table-wrap,.report-table-wrap,.global-report-wrap{margin-left:0!important;margin-right:0!important;border-radius:10px!important}
  .btn,.content .btn{min-height:42px!important;padding:10px 13px!important;font-size:11.5px!important}
}
@media(max-width:430px){
  .dashboard-stat-grid,.metric-grid,.performance-grid,.admin-metric-grid,.sender-metric-grid{grid-template-columns:1fr!important}
  .dashboard-balance-actions .balance-symbol{display:none!important}.dashboard-balance-actions a{width:100%!important;text-align:center!important}
  .top-title h1{max-width:36vw!important}
}
@media(max-height:650px) and (max-width:960px){
  .sidebar-account{padding-top:10px!important;padding-bottom:9px!important}
  .sidebar nav{padding-top:5px!important;padding-bottom:7px!important}
  .sidebar .nav-label{margin-top:8px!important}
  .sidebar nav a{min-height:35px!important;padding-top:7px!important;padding-bottom:7px!important}
  .sidebar-powered{padding-top:6px!important;padding-bottom:5px!important}
  .sidebar .logout{min-height:39px!important;margin-bottom:calc(7px + var(--vz-safe-bottom))!important;padding-top:7px!important;padding-bottom:7px!important}
}

/* VOZUA SMS · ADVANCED OPERATIONS ADDITIONS */
.status.pending:before,.status.queued:before,.status.processing: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:.65!important;
}

.admin-quick-send-card{margin:18px 0!important;padding:18px!important}
.admin-quick-send-form{display:grid!important;grid-template-columns:minmax(150px,.7fr) minmax(170px,.75fr) minmax(260px,1.25fr);gap:13px!important;align-items:end!important}
.admin-quick-send-form label{min-width:0!important;margin:0!important}
.admin-quick-send-form .admin-send-phones,.admin-quick-send-form .admin-send-message{grid-column:auto!important}
.admin-quick-send-form textarea{min-height:78px!important;resize:vertical!important}
.admin-quick-send-form button{height:43px!important;min-height:43px!important;align-self:end!important}

.sender-search-mapping-form{display:grid!important;grid-template-columns:minmax(240px,1.35fr) minmax(190px,.8fr) minmax(210px,1fr) minmax(190px,.9fr) auto!important;gap:12px!important;align-items:end!important}
.sender-search-mapping-form label{min-width:0!important}
.sender-search-mapping-form .field-help{min-height:18px!important}
.sender-search-mapping-form .field-help.is-valid{color:#18794e!important}
.sender-admin-table-card{margin-top:16px!important}
.sender-row-actions{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px!important}
.icon-danger-btn{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;padding:0!important;border:1px solid #ebcfd4!important;border-radius:8px!important;background:#fff7f8!important;color:#a73747!important;font-size:18px!important;line-height:1!important;cursor:pointer!important}
.icon-danger-btn:hover{background:#ffedef!important;border-color:#ddb6be!important}
.sender-progress{display:flex!important;align-items:center!important;gap:5px!important;margin-bottom:7px!important;white-space:nowrap!important}
.sender-progress span{font-size:8.5px!important;font-weight:780!important;color:#8b98a7!important}
.sender-progress span.done{color:#1b6dba!important}
.sender-progress i{display:block!important;width:15px!important;height:2px!important;border-radius:999px!important;background:#dbe4ed!important}
.sender-progress i.done{background:#63a4e6!important}
.muted-action{font-size:10px!important;color:#8795a5!important}
.sms-send-progress{display:block!important;flex:1 1 100%!important;margin:0 0 8px!important;color:#61758a!important;font-size:10.5px!important}

/* Long admin/customer tables stay inside the content area. */
.admin-data-card,.sender-list-card,.sender-mapping-card,.admin-quick-send-card{min-width:0!important;max-width:100%!important;overflow:hidden!important}
.admin-data-card .table-wrap,.sender-list-card .table-wrap{max-width:100%!important}

@media(max-width:1180px){
  .admin-quick-send-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .admin-quick-send-form .admin-send-phones,.admin-quick-send-form .admin-send-message{grid-column:auto!important}
  .sender-search-mapping-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sender-search-mapping-form button{width:100%!important}
}
@media(max-width:760px){
  .admin-quick-send-card,.sender-mapping-card{padding:14px!important}
  .admin-quick-send-form,.sender-search-mapping-form{grid-template-columns:1fr!important;gap:11px!important}
  .admin-quick-send-form .admin-send-phones,.admin-quick-send-form .admin-send-message{grid-column:1!important}
  .admin-quick-send-form textarea{min-height:92px!important}
  .admin-quick-send-form button,.sender-search-mapping-form button{width:100%!important}
  .sender-progress{flex-wrap:wrap!important;white-space:normal!important}
  .sender-row-actions{min-width:150px!important}
  .sender-row-actions .btn{min-height:36px!important;padding:8px 10px!important}
}
@media(max-width:960px){
  body.customer-role .sidebar,body.admin-role .sidebar{
    background:linear-gradient(180deg,#f3f7fb 0%,#eaf1f8 100%)!important;
    border-right:1px solid #d5e0eb!important;
  }
  body.customer-role .sidebar nav,body.admin-role .sidebar nav{
    flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;
    padding-bottom:14px!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;
  }
  .sidebar-powered{margin-top:0!important}
  .sidebar .logout{margin-top:0!important;margin-bottom:calc(9px + var(--vz-safe-bottom))!important}
  .sidebar nav a{font-size:11.5px!important;min-height:40px!important}
}

/* Onfon complete integration */
.onfon-head{align-items:center}.onfon-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.onfon-status-grid>.card{padding:20px;display:flex;flex-direction:column;gap:7px;min-width:0}.onfon-status-grid span{font-size:12px;color:#67809a;text-transform:uppercase;letter-spacing:.08em}.onfon-status-grid strong{font-size:20px;color:#102a43}.onfon-status-grid small{line-height:1.5;overflow-wrap:anywhere}.onfon-two-column{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;margin-bottom:18px}.onfon-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.onfon-form label:first-of-type{grid-column:1/-1}.onfon-form label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}.onfon-form label small{font-weight:500;color:#71869a}.onfon-form .btn{grid-column:1/-1}.onfon-test-form{margin-top:10px}.integration-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.integration-list div{padding:13px;border:1px solid #e2eaf2;border-radius:14px;background:#f8fbfd;display:flex;flex-direction:column;gap:4px}.integration-list b{font-size:13px}.integration-list span{font-size:12px;color:#67809a}.onfon-rule{margin-top:16px;padding:16px;border-radius:16px;background:linear-gradient(135deg,#eef8ff,#f8fbff);border:1px solid #d9eaf7}.onfon-rule p{margin:7px 0 0;color:#536b80;line-height:1.6}.provider-management{grid-template-columns:1fr 1fr}.inline-provider-create{display:flex;gap:10px;margin-bottom:14px}.inline-provider-create input{flex:1}.provider-template-create{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:14px}.provider-template-create textarea{grid-column:1/-1}.provider-record-list{display:flex;flex-direction:column;gap:10px;max-height:560px;overflow:auto;padding-right:3px}.provider-record-list article{display:flex;align-items:flex-start;gap:8px;padding:12px;border:1px solid #e2eaf2;border-radius:14px;background:#fff}.provider-record-list article>form:first-child{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.provider-record-list label{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.provider-record-list small{color:#71869a}.template-record-list article>form:first-child{display:grid;grid-template-columns:1fr auto;flex:1}.template-record-list textarea,.template-record-list small{grid-column:1/-1}.provider-error{padding:12px 14px;margin-bottom:12px;background:#fff3f3;color:#a92b2b;border:1px solid #ffd8d8;border-radius:12px}.onfon-report-filter{display:grid;grid-template-columns:160px 160px 1fr auto;gap:12px;align-items:end}.onfon-report-filter label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:13px}.provider-json-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.provider-json-grid>div{min-width:0}.provider-json-grid pre{max-height:420px;overflow:auto;padding:15px;background:#102a43;color:#e8f4ff;border-radius:14px;font-size:12px;white-space:pre-wrap;word-break:break-word}.endpoint-copy{overflow-wrap:anywhere}
@media(max-width:1000px){.onfon-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.onfon-two-column,.provider-management{grid-template-columns:1fr}.onfon-report-filter{grid-template-columns:1fr 1fr}.onfon-report-filter label:nth-of-type(3),.onfon-report-filter .btn{grid-column:1/-1}}
@media(max-width:640px){.onfon-status-grid{grid-template-columns:1fr}.onfon-form,.integration-list,.onfon-report-filter,.provider-json-grid{grid-template-columns:1fr}.onfon-form label:first-of-type,.onfon-form .btn,.onfon-report-filter label:nth-of-type(3),.onfon-report-filter .btn{grid-column:auto}.provider-record-list article,.provider-record-list article>form:first-child{align-items:stretch;flex-direction:column}.provider-record-list article>form:last-child{align-self:flex-end}.template-record-list article>form:first-child{display:flex}.inline-provider-create{flex-direction:column}.provider-template-create{grid-template-columns:1fr}}


/* VOZUA SMS · PUBLIC WEBSITE & LOGIN POLISH · 03 AUG 2026 */
.vz-pro-header .vz-next-login{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
  width:auto!important;height:44px!important;min-width:104px!important;padding:0 17px!important;
  border:1px solid rgba(23,105,210,.20)!important;border-radius:13px!important;
  background:linear-gradient(135deg,#1769d2,#1388ef)!important;color:#fff!important;
  box-shadow:0 10px 24px rgba(23,105,210,.20)!important;font-size:13px!important;font-weight:800!important;
  line-height:1!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
.vz-pro-header .vz-next-login:hover{transform:translateY(-1px)!important;box-shadow:0 14px 30px rgba(23,105,210,.26)!important;filter:saturate(1.05)!important}
.vz-pro-header .vz-next-login svg{width:19px!important;height:19px!important;flex:0 0 19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.vz-pro-header .vz-next-login span{display:inline!important;white-space:nowrap!important}
.vz-pro-eyebrow{letter-spacing:.06em!important;text-transform:uppercase!important;font-size:11px!important}
.vz-pro-hero__copy h1{max-width:760px!important}
.vz-pro-hero__copy>p{max-width:760px!important}

body.public-role .auth-page{
  min-height:100dvh!important;background:
  radial-gradient(circle at 10% 12%,rgba(23,105,210,.08),transparent 30%),
  radial-gradient(circle at 90% 88%,rgba(19,136,239,.07),transparent 28%),
  #f5f8fc!important;
}
body.public-role .auth-top{flex:0 0 64px!important}
body.public-role .auth-main{
  align-self:center!important;margin:auto!important;min-height:500px!important;
  box-shadow:0 24px 70px rgba(28,55,87,.11)!important;
}
body.public-role .auth-panel{justify-content:center!important}
body.public-role .auth-form .btn{background:linear-gradient(135deg,#1769d2,#0f82ee)!important;box-shadow:0 12px 24px rgba(23,105,210,.17)!important}
body.public-role .auth-form .btn:hover{filter:brightness(.98)!important;transform:translateY(-1px)!important}

@media(max-width:760px){
  .vz-pro-header{padding:0 20px!important}
  .vz-pro-header .vz-next-login{min-width:92px!important;height:42px!important;padding:0 14px!important;border-radius:12px!important}
  body.public-role .auth-page{display:flex!important;min-height:100dvh!important}
  body.public-role .auth-top{flex:0 0 60px!important;height:60px!important}
  body.public-role .auth-main{
    width:calc(100% - 24px)!important;max-width:560px!important;min-height:0!important;
    margin:auto!important;border-radius:20px!important;box-shadow:0 18px 52px rgba(28,55,87,.10)!important;
  }
  body.public-role .auth-panel{padding:34px 24px!important;border-radius:20px!important}
  body.public-role .auth-heading{margin-bottom:24px!important}
  body.public-role .auth-heading h1{font-size:30px!important}
  body.public-role .auth-heading p{font-size:13px!important}
  body.public-role .auth-form input:not([type="checkbox"]){height:50px!important;min-height:50px!important;font-size:13px!important}
  body.public-role .auth-form .btn{height:50px!important;min-height:50px!important;font-size:13px!important}
}
@media(max-width:420px){
  .vz-pro-header .vz-next-brand strong{font-size:17px!important}
  .vz-pro-header .vz-next-login{min-width:88px!important;padding:0 12px!important;font-size:12px!important}
  body.public-role .auth-main{width:calc(100% - 20px)!important}
  body.public-role .auth-panel{padding:30px 20px!important}
}
