/*
  Rentadora Luxury UI System
  Compiled visual layer from /assets/scss/luxury-system.scss and /assets/less/luxury-theme.less
  Scope: visual-only redesign. No routes, controllers, database or business logic touched.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --lux-bg:#050814;
  --lux-bg-2:#08111f;
  --lux-surface:rgba(12,18,38,.84);
  --lux-surface-2:rgba(17,26,52,.92);
  --lux-surface-3:rgba(255,255,255,.055);
  --lux-card:linear-gradient(145deg,rgba(18,28,58,.94),rgba(8,13,29,.94));
  --lux-card-soft:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  --lux-line:rgba(255,255,255,.105);
  --lux-line-strong:rgba(255,255,255,.18);
  --lux-text:#f7fbff;
  --lux-muted:#aebbd0;
  --lux-faint:#758299;
  --lux-cyan:#12d8ff;
  --lux-blue:#2b5cff;
  --lux-violet:#7c3aed;
  --lux-pink:#ff2ea6;
  --lux-gold:#f8c65a;
  --lux-green:#10b981;
  --lux-red:#ef4444;
  --lux-radius:24px;
  --lux-radius-sm:16px;
  --lux-shadow:0 24px 70px rgba(0,0,0,.36);
  --lux-shadow-soft:0 14px 38px rgba(0,0,0,.24);
  --lux-glow:0 0 0 1px rgba(255,255,255,.07),0 22px 65px rgba(18,216,255,.08);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{
  color:var(--lux-text)!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  background:
    radial-gradient(900px 480px at -6% 5%,rgba(18,216,255,.18),transparent 58%),
    radial-gradient(740px 420px at 102% 8%,rgba(124,58,237,.18),transparent 58%),
    radial-gradient(760px 420px at 70% 110%,rgba(255,46,166,.10),transparent 58%),
    linear-gradient(180deg,#040713 0%,#07101f 54%,#050814 100%)!important;
  min-height:100vh;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.027) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.027) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 82%);
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.035) 22%,transparent 44%);
  transform:translateX(-80%);
  animation:luxSweep 12s ease-in-out infinite;
}
@keyframes luxSweep{0%,18%{transform:translateX(-90%)}46%,100%{transform:translateX(110%)}}

::selection{background:rgba(18,216,255,.28);color:#fff;}
a{transition:color .18s ease,background .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
a:hover{text-decoration:none!important;}

/* AdminLTE shell */
.wrapper,.content-wrapper,.main-footer{background:transparent!important;}
.content-wrapper{min-height:100vh!important;overflow-x:hidden;}
.main-header{
  min-height:66px;
  background:rgba(5,9,20,.72)!important;
  border-bottom:1px solid var(--lux-line)!important;
  backdrop-filter:blur(22px) saturate(135%);
  box-shadow:0 12px 36px rgba(0,0,0,.16);
}
.main-header .nav-link{color:rgba(247,251,255,.86)!important;border-radius:14px;margin:.16rem .22rem;}
.main-header .nav-link:hover{background:rgba(255,255,255,.08)!important;color:#fff!important;}
.navbar-badge{font-size:.68rem;border:2px solid #070b18;box-shadow:0 8px 18px rgba(239,68,68,.25);}
.main-footer{
  color:var(--lux-muted)!important;
  border-top:1px solid var(--lux-line)!important;
  background:rgba(5,9,20,.55)!important;
  backdrop-filter:blur(18px);
}

.main-sidebar{
  background:
    linear-gradient(180deg,rgba(8,13,29,.98),rgba(10,16,35,.96) 38%,rgba(4,7,17,.98)),
    radial-gradient(360px 320px at 50% -5%,rgba(18,216,255,.16),transparent 70%)!important;
  border-right:1px solid var(--lux-line)!important;
  box-shadow:18px 0 60px rgba(0,0,0,.24)!important;
}
.brand-link{
  border-bottom:1px solid var(--lux-line)!important;
  color:#fff!important;
  background:linear-gradient(180deg,rgba(255,255,255,.05),transparent)!important;
}
.brand-link .brand-text{color:#fff!important;font-weight:900!important;letter-spacing:-.025em;}
.brand-link small{letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--lux-cyan)!important;}
.brand-logo-round{
  width:74px!important;height:74px!important;border-radius:24px!important;
  object-fit:cover;background:#fff;padding:6px;
  box-shadow:0 22px 50px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.18)!important;
}
.user-card{
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;
  border:1px solid var(--lux-line)!important;
  border-radius:22px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.main-sidebar .nav-pills .nav-link{
  color:rgba(247,251,255,.78)!important;
  margin:.18rem .78rem!important;
  border-radius:18px!important;
  padding:.78rem .95rem!important;
  border:1px solid transparent;
  font-weight:750;
  letter-spacing:-.01em;
}
.main-sidebar .nav-pills .nav-link .nav-icon{color:rgba(18,216,255,.78)!important;width:24px!important;}
.main-sidebar .nav-pills .nav-link:hover{
  color:#fff!important;
  background:rgba(255,255,255,.075)!important;
  border-color:rgba(255,255,255,.11)!important;
  transform:translateX(2px);
}
.main-sidebar .nav-pills .nav-link.active{
  color:#fff!important;
  background:linear-gradient(135deg,rgba(18,216,255,.24),rgba(124,58,237,.22))!important;
  border-color:rgba(18,216,255,.24)!important;
  box-shadow:0 12px 34px rgba(18,216,255,.10),inset 0 1px 0 rgba(255,255,255,.12);
}

.content-header{padding:26px 1rem 8px!important;}
.content-header h1{
  font-weight:950!important;
  letter-spacing:-.055em!important;
  font-size:clamp(2rem,4vw,3.4rem)!important;
  color:#fff!important;
  line-height:.94!important;
}
.content-header h1::after{
  content:"";
  display:block;
  width:88px;
  height:4px;
  margin-top:16px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--lux-cyan),var(--lux-violet),var(--lux-pink));
  box-shadow:0 0 24px rgba(18,216,255,.35);
}
.container-fluid{max-width:1620px;}

/* Cards and panels */
.card,.small-box,.info-box,.modal-content,.glass,.preview-card,.role-card,.vx-hero,.vx-card,.vx-task,.panel .card{
  background:var(--lux-card)!important;
  border:1px solid var(--lux-line)!important;
  border-radius:var(--lux-radius)!important;
  box-shadow:var(--lux-shadow-soft)!important;
  color:var(--lux-text)!important;
  overflow:hidden;
}
.card,.small-box,.info-box{position:relative;}
.card::before,.small-box::before,.info-box::before,.modal-content::before,.auth-card::before,.role-card::before,.preview-card::before,.vx-card::before,.vx-hero::before,.vx-task::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.14),transparent 34%,rgba(18,216,255,.055));
  opacity:.65;
}
.card > *,.small-box > *,.info-box > *,.modal-content > *,.auth-card > *,.role-card > *,.preview-card > *,.vx-card > *,.vx-hero > *,.vx-task > *{position:relative;z-index:1;}
.card-header,.modal-header{
  background:rgba(255,255,255,.035)!important;
  border-bottom:1px solid var(--lux-line)!important;
  padding:1.05rem 1.2rem!important;
}
.card-title{font-weight:900!important;color:#fff!important;letter-spacing:-.015em;}
.card-body{color:var(--lux-text)!important;}
.card-footer,.modal-footer{background:rgba(255,255,255,.025)!important;border-top:1px solid var(--lux-line)!important;}
.card-primary.card-outline,.card-info.card-outline,.card-warning.card-outline,.card-danger.card-outline,.card-dark.card-outline,.card-success.card-outline{border-top:1px solid rgba(18,216,255,.28)!important;}

.small-box{min-height:140px;transition:transform .18s ease,box-shadow .18s ease;}
.small-box:hover{transform:translateY(-3px);box-shadow:var(--lux-shadow)!important;}
.small-box .inner{padding:22px!important;}
.small-box h3{font-size:clamp(2.1rem,3.4vw,3.25rem)!important;font-weight:950!important;letter-spacing:-.05em;color:#fff!important;}
.small-box p{font-weight:800;color:rgba(247,251,255,.78)!important;}
.small-box .icon{opacity:.28!important;}
.small-box .icon>i{font-size:78px!important;color:#fff!important;}
.small-box-footer{
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  font-weight:850!important;
}
.bg-info,.bg-success,.bg-warning,.bg-danger,.bg-primary,.bg-secondary,.bg-dark{
  background:var(--lux-card)!important;
  color:#fff!important;
}
.bg-info::after,.bg-success::after,.bg-warning::after,.bg-danger::after,.bg-primary::after,.bg-secondary::after,.bg-dark::after{
  content:"";position:absolute;inset:auto 0 0 0;height:5px;background:linear-gradient(90deg,var(--lux-cyan),var(--lux-violet),var(--lux-pink));
}

/* Typography */
.text-muted,.text-white-50,.small{color:var(--lux-muted)!important;}
strong,b{font-weight:900;}
hr{border-top:1px solid var(--lux-line)!important;}
.display-1,.display-2,.display-3,.display-4,.display-5,h1,h2,h3,h4,h5{letter-spacing:-.035em;}

/* Forms */
.form-control,.form-select,.custom-select,input[type="file"].form-control,textarea.form-control,select.form-control{
  background:rgba(5,10,24,.76)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  color:#fff!important;
  border-radius:16px!important;
  min-height:46px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
textarea.form-control{min-height:96px;}
.form-control::placeholder{color:rgba(174,187,208,.72)!important;}
.form-control:focus,.form-select:focus,.custom-select:focus,select.form-control:focus,textarea.form-control:focus{
  background:rgba(8,15,34,.94)!important;
  border-color:rgba(18,216,255,.55)!important;
  box-shadow:0 0 0 .22rem rgba(18,216,255,.10),0 0 36px rgba(18,216,255,.08)!important;
  color:#fff!important;
}
label{font-weight:800;color:rgba(247,251,255,.84);letter-spacing:-.01em;}
.form-check-input{accent-color:var(--lux-cyan);}
.input-group-text{background:rgba(255,255,255,.07)!important;border:1px solid var(--lux-line)!important;color:#fff!important;border-radius:16px!important;}

/* Buttons */
.btn{
  border-radius:16px!important;
  font-weight:850!important;
  letter-spacing:-.01em;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease!important;
}
.btn:hover{transform:translateY(-1px);}
.btn:active{transform:translateY(0) scale(.99);}
.btn-primary,.btn-info,.btn-auth,.btn-neon,.btn-admin{
  background:linear-gradient(135deg,var(--lux-cyan),var(--lux-blue) 45%,var(--lux-violet))!important;
  border-color:transparent!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(43,92,255,.24)!important;
}
.btn-success{background:linear-gradient(135deg,var(--lux-green),#34d399)!important;border-color:transparent!important;color:#03140e!important;}
.btn-warning,.btn-driver{background:linear-gradient(135deg,var(--lux-gold),#f59e0b)!important;border-color:transparent!important;color:#1e1300!important;}
.btn-danger{background:linear-gradient(135deg,#ef4444,#f43f5e)!important;border-color:transparent!important;color:#fff!important;}
.btn-secondary,.btn-dark{background:rgba(255,255,255,.10)!important;border-color:var(--lux-line)!important;color:#fff!important;}
.btn-outline-primary,.btn-outline-info,.btn-outline-light,.btn-outline-secondary,.btn-outline-dark{
  border-color:rgba(18,216,255,.28)!important;
  color:rgba(247,251,255,.92)!important;
  background:rgba(255,255,255,.035)!important;
}
.btn-outline-primary:hover,.btn-outline-info:hover,.btn-outline-light:hover,.btn-outline-secondary:hover,.btn-outline-dark:hover{
  background:rgba(18,216,255,.13)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(18,216,255,.10)!important;
}
.btn-sm{border-radius:13px!important;font-weight:850!important;}
.btn-block,.w-100{justify-content:center;}

/* Tables */
.table-responsive{border-radius:22px!important;border:1px solid var(--lux-line);background:rgba(255,255,255,.025);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.table{color:var(--lux-text)!important;margin-bottom:0!important;}
.table thead th{
  border-top:none!important;
  border-bottom:1px solid var(--lux-line)!important;
  color:rgba(247,251,255,.88)!important;
  background:rgba(255,255,255,.055)!important;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.075em;
  white-space:nowrap;
}
.table td,.table th{border-top:1px solid rgba(255,255,255,.075)!important;vertical-align:middle!important;}
.table-striped tbody tr:nth-of-type(odd){background:rgba(255,255,255,.025)!important;}
.table-hover tbody tr:hover,.table tbody tr:hover{background:rgba(18,216,255,.055)!important;}
.table td,.table td *,.table th,.table th *{color:var(--lux-text);}
.list-group-item{background:rgba(255,255,255,.045)!important;border-color:var(--lux-line)!important;color:var(--lux-text)!important;}

/* Badges, chips, alerts, progress */
.badge,.status-chip,.vx-chip{
  display:inline-flex!important;
  align-items:center;
  gap:.35rem;
  border-radius:999px!important;
  padding:.46rem .72rem!important;
  font-weight:900!important;
  letter-spacing:-.01em;
  border:1px solid rgba(255,255,255,.10);
}
.badge-primary,.badge-info{background:rgba(18,216,255,.18)!important;color:#7ee9ff!important;}
.badge-success{background:rgba(16,185,129,.18)!important;color:#8ff3c7!important;}
.badge-warning{background:rgba(248,198,90,.20)!important;color:#ffe29a!important;}
.badge-danger{background:rgba(239,68,68,.20)!important;color:#ff9aa7!important;}
.badge-secondary{background:rgba(255,255,255,.10)!important;color:#dbeafe!important;}
.alert{
  border-radius:18px!important;
  border:1px solid var(--lux-line)!important;
  background:rgba(18,216,255,.08)!important;
  color:#dffaff!important;
}
.progress{height:.72rem!important;background:rgba(255,255,255,.08)!important;border-radius:999px!important;overflow:hidden;}
.progress-bar{background:linear-gradient(90deg,var(--lux-cyan),var(--lux-violet))!important;}

/* Modals, dropdowns */
.modal-backdrop.show{opacity:.72!important;backdrop-filter:blur(8px);}
.modal-content{backdrop-filter:blur(18px);}
.modal-title{font-weight:950;color:#fff;}
.close,.btn-close{color:#fff!important;text-shadow:none!important;opacity:.86!important;}
.dropdown-menu{
  background:rgba(8,13,29,.96)!important;
  border:1px solid var(--lux-line)!important;
  border-radius:18px!important;
  box-shadow:var(--lux-shadow)!important;
  backdrop-filter:blur(16px);
}
.dropdown-item{color:rgba(247,251,255,.86)!important;font-weight:750;}
.dropdown-item:hover{background:rgba(18,216,255,.10)!important;color:#fff!important;}

/* Auth / role screens */
.auth-wrap{max-width:1080px!important;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:32px 16px!important;}
.auth-card{
  position:relative;
  background:var(--lux-card)!important;
  border:1px solid var(--lux-line)!important;
  border-radius:32px!important;
  box-shadow:var(--lux-shadow)!important;
  overflow:hidden;
}
.auth-card::after,.hero.glass::after{
  content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;
  background:radial-gradient(circle,rgba(18,216,255,.22),transparent 68%);pointer-events:none;
}
.auth-card h1,.hero h1{font-weight:950!important;letter-spacing:-.055em!important;}
.icon-box,.icon{
  background:linear-gradient(135deg,var(--lux-cyan),var(--lux-violet))!important;
  color:#fff!important;
  box-shadow:0 18px 48px rgba(18,216,255,.18)!important;
}
.driver,.btn-driver + *,.icon.driver{background:linear-gradient(135deg,var(--lux-gold),#f97316)!important;color:#1c1100!important;}

/* Public landing */
.topbar{
  background:rgba(5,9,20,.72)!important;
  backdrop-filter:blur(24px) saturate(145%);
  border-bottom:1px solid var(--lux-line)!important;
}
.brand-logo{filter:drop-shadow(0 12px 22px rgba(0,0,0,.28));}
.nav-link{font-weight:850!important;}
.hero{position:relative;}
.hero h1,.section h2{font-weight:950!important;letter-spacing:-.07em!important;}
.eyebrow{
  background:rgba(255,255,255,.065)!important;
  border-color:var(--lux-line)!important;
  color:#85efff!important;
  box-shadow:var(--lux-glow)!important;
}
.gradient{background:linear-gradient(90deg,var(--lux-cyan),#7dd3fc,var(--lux-violet),var(--lux-pink))!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;}
.glass,.preview-card,.catalog-card,.cardx,.contact-item{
  background:var(--lux-card-soft)!important;
  border:1px solid var(--lux-line)!important;
  border-radius:28px!important;
  box-shadow:var(--lux-shadow-soft)!important;
  backdrop-filter:blur(16px);
}
.cardx,.catalog-card,.contact-item,.role-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.cardx:hover,.catalog-card:hover,.contact-item:hover,.role-card:hover{transform:translateY(-4px);box-shadow:var(--lux-shadow)!important;border-color:rgba(18,216,255,.24)!important;}
.icon-box{border-radius:26px!important;}
.phone-dot{background:linear-gradient(135deg,var(--lux-cyan),var(--lux-violet))!important;box-shadow:0 18px 45px rgba(18,216,255,.22)!important;color:#fff!important;}
.mini-bar{border-radius:999px!important;background:linear-gradient(90deg,var(--lux-cyan),var(--lux-violet),var(--lux-pink),var(--lux-gold))!important;}

/* Driver PWA */
.vx-shell{padding:18px;}
.vx-kpi{background:rgba(255,255,255,.06)!important;border:1px solid var(--lux-line)!important;border-radius:18px!important;}
.vx-value{font-weight:950!important;letter-spacing:-.04em;color:#fff!important;}
.vx-label{color:var(--lux-muted)!important;font-weight:900;}
.vx-tab{border:1px solid var(--lux-line)!important;background:rgba(255,255,255,.045)!important;color:#edf7ff!important;border-radius:16px!important;}
.vx-tab.active{background:linear-gradient(135deg,rgba(18,216,255,.18),rgba(124,58,237,.18))!important;color:#fff!important;}
.sig{background:rgba(255,255,255,.95)!important;border-radius:18px!important;border:2px solid rgba(18,216,255,.35)!important;width:100%;min-height:180px;}
.hidden{display:none!important;}

/* Tracking / maps */
#map,#liveMap,#pickMap,.mapboxgl-map{border-radius:24px;overflow:hidden;background:#050814;}
#liveMap,#pickMap{min-height:360px;}
.mapboxgl-ctrl-group{border-radius:14px!important;overflow:hidden;background:rgba(8,13,29,.92)!important;border:1px solid var(--lux-line)!important;}
.mapboxgl-popup-content{background:rgba(8,13,29,.95)!important;color:#fff!important;border:1px solid var(--lux-line)!important;border-radius:16px!important;box-shadow:var(--lux-shadow-soft)!important;}
.mapboxgl-popup-tip{border-top-color:rgba(8,13,29,.95)!important;}

/* SweetAlert2 + Alertify */
.swal2-popup{
  background:linear-gradient(145deg,rgba(15,23,48,.98),rgba(7,11,24,.98))!important;
  color:#fff!important;
  border:1px solid var(--lux-line)!important;
  border-radius:28px!important;
  box-shadow:var(--lux-shadow)!important;
}
.swal2-title{font-weight:950!important;letter-spacing:-.035em!important;color:#fff!important;}
.swal2-html-container{color:var(--lux-muted)!important;}
.swal2-confirm,.swal2-cancel{border-radius:16px!important;font-weight:900!important;}
.alertify-notifier .ajs-message{
  background:linear-gradient(135deg,rgba(18,28,58,.96),rgba(8,13,29,.96))!important;
  color:#fff!important;
  border:1px solid var(--lux-line)!important;
  border-radius:18px!important;
  box-shadow:var(--lux-shadow-soft)!important;
  text-shadow:none!important;
}
.alertify .ajs-dialog{background:var(--lux-card)!important;color:#fff!important;border-radius:24px!important;border:1px solid var(--lux-line)!important;box-shadow:var(--lux-shadow)!important;}

/* Chart cards */
.lux-chart-card{padding:22px;border-radius:24px;background:var(--lux-card);border:1px solid var(--lux-line);box-shadow:var(--lux-shadow-soft);}
.lux-chart-wrap{height:280px;position:relative;}

/* Utilities */
.lux-pill{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.48rem .82rem;background:rgba(18,216,255,.10);border:1px solid rgba(18,216,255,.18);color:#a8f2ff;font-weight:900;}
.lux-gradient-text{background:linear-gradient(90deg,var(--lux-cyan),var(--lux-violet),var(--lux-pink));-webkit-background-clip:text;background-clip:text;color:transparent;}
.lux-muted{color:var(--lux-muted)!important;}
.lux-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;}

/* Mobile */
@media (max-width:1199.98px){
  .content-header h1{font-size:2.7rem!important;}
}
@media (max-width:991.98px){
  .main-sidebar{
    position:fixed!important;top:0!important;bottom:0!important;left:0!important;z-index:1060!important;
    width:min(88vw,340px)!important;max-width:340px!important;margin-left:0!important;
    transform:translateX(-106%);transition:transform .24s ease!important;
  }
  body.sidebar-open .main-sidebar{transform:translateX(0)!important;}
  body.sidebar-collapse .main-sidebar{transform:translateX(-106%);}
  body.sidebar-open::before{content:"";position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1050;backdrop-filter:blur(3px);mask-image:none;}
  .content-wrapper,.main-header,.main-footer{margin-left:0!important;}
  .main-header{position:sticky!important;top:0;z-index:1040;}
  .content-header{padding-top:18px!important;}
  .content-header h1{font-size:2.25rem!important;}
  .container-fluid{padding-left:1rem!important;padding-right:1rem!important;}
  .card-header{gap:10px;flex-wrap:wrap;}
  .btn,.form-control,.custom-select,.form-select{min-height:46px;}
  .row>[class*="col-"]{margin-bottom:.65rem;}
  .hero-grid,.contact-grid,.cards,.steps,.catalog-grid{grid-template-columns:1fr!important;}
  .auth-wrap{padding:18px!important;}
}
@media (max-width:767.98px){
  body{font-size:15px;}
  .main-header{min-height:60px;}
  .content-header h1{font-size:2rem!important;line-height:1!important;}
  .card,.small-box,.info-box,.modal-content,.auth-card,.role-card,.preview-card,.glass,.vx-card,.vx-hero,.vx-task{border-radius:20px!important;}
  .card-body{padding:1rem!important;}
  .small-box{min-height:124px;}
  .small-box .inner{padding:18px!important;}
  .small-box h3{font-size:2.1rem!important;}
  .table-mobile-cards,.table-responsive>.table{min-width:0!important;}
  .table-mobile-cards thead{display:none!important;}
  .table-mobile-cards tbody,.table-mobile-cards tr,.table-mobile-cards td{display:block!important;width:100%!important;}
  .table-mobile-cards tbody tr{
    margin:0 0 14px!important;
    padding:12px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.047)!important;
    border:1px solid var(--lux-line)!important;
    box-shadow:0 12px 30px rgba(0,0,0,.16)!important;
  }
  .table-mobile-cards tbody td{
    border:none!important;
    padding:.55rem .25rem!important;
    display:flex!important;
    justify-content:space-between!important;
    align-items:flex-start!important;
    gap:14px!important;
    text-align:right!important;
    white-space:normal!important;
  }
  .table-mobile-cards tbody td::before{
    content:attr(data-label);
    color:var(--lux-muted)!important;
    font-weight:900!important;
    text-align:left!important;
    min-width:106px;
    max-width:45%;
  }
  .table-mobile-cards tbody td:empty{display:none!important;}
  .modal-dialog{margin:.75rem!important;}
  .modal-body{max-height:calc(100vh - 170px);overflow:auto;}
  .hero h1{font-size:clamp(2.7rem,15vw,4.3rem)!important;}
  .section h2{font-size:clamp(2.4rem,13vw,3.8rem)!important;}
  .cta-row{display:grid!important;grid-template-columns:1fr!important;}
  .btn-neon,.btn-ghost{width:100%;}
  .preview-card{min-height:auto!important;}
  #map{height:58vh!important;border-radius:0 0 24px 24px!important;}
  .vx-shell{padding:12px;}
  .vx-tabs{display:grid!important;grid-template-columns:1fr 1fr;}
}
@media (max-width:575.98px){
  .content-header h1{font-size:1.85rem!important;}
  .brand-logo-round{width:62px!important;height:62px!important;border-radius:20px!important;}
  .main-sidebar .nav-pills .nav-link{margin:.16rem .55rem!important;padding:.72rem .82rem!important;}
  .auth-card{padding:1.3rem!important;}
  .auth-card h1{font-size:2.25rem!important;}
  .icon-box,.icon{width:76px!important;height:76px!important;font-size:32px!important;border-radius:22px!important;}
  .role-card .fw-bold{font-size:2rem!important;}
  .vx-tabs{grid-template-columns:1fr!important;}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}
}

/* FINAL PREMIUM LOGISTICS UPDATE */
.lux-admin-shell .content-wrapper{background:radial-gradient(900px 360px at 20% 0%,rgba(18,216,255,.08),transparent 55%),linear-gradient(180deg,#07111f 0%,#0b1220 100%)!important;color:#e5edf8}
.lux-avatar{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--lux-cyan),var(--lux-violet));display:flex;align-items:center;justify-content:center;font-weight:950;color:#fff;box-shadow:0 14px 28px rgba(18,216,255,.15)}
.lux-page-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(30,41,59,.82));border:1px solid rgba(255,255,255,.09);border-radius:28px;padding:28px;box-shadow:0 22px 60px rgba(0,0,0,.22)}
.lux-page-hero h2{margin:0;font-weight:950;letter-spacing:-.04em;font-size:clamp(28px,4vw,46px);color:#fff}.lux-page-hero p{margin:10px 0 0;color:#b7c7db;max-width:760px;font-size:16px;line-height:1.65}.lux-kicker{display:inline-flex;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:rgba(18,216,255,.12);color:#9beafe;border:1px solid rgba(18,216,255,.24);font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.lux-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.lux-stat-card,.lux-mini-kpi{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:22px;box-shadow:0 18px 44px rgba(0,0,0,.18);height:100%}.lux-stat-card span,.lux-mini-kpi span{display:block;color:#9fb3cc;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.lux-stat-card strong,.lux-mini-kpi strong{display:block;color:#fff;font-size:34px;line-height:1.1;font-weight:950;margin-top:8px}.lux-stat-card small{color:#94a3b8}.lux-table-card,.lux-map-card{background:rgba(15,23,42,.88)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:26px!important;box-shadow:0 22px 60px rgba(0,0,0,.22)!important;overflow:hidden}.lux-table-card .card-header,.lux-map-card .card-header{background:rgba(255,255,255,.04)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:#fff}.lux-table-card .table{color:#dbeafe}.lux-table-card .table thead th{border-top:0;border-bottom:1px solid rgba(255,255,255,.12);color:#9fb3cc;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.lux-table-card .table td{border-top:1px solid rgba(255,255,255,.06);vertical-align:middle}.lux-signal{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:rgba(148,163,184,.14);color:#cbd5e1}.lux-signal:before{content:'';width:8px;height:8px;border-radius:999px;background:#94a3b8}.lux-signal.online{background:rgba(16,185,129,.12);color:#bbf7d0}.lux-signal.online:before{background:#10b981;box-shadow:0 0 0 6px rgba(16,185,129,.12)}.lux-signal.stale{background:rgba(245,158,11,.12);color:#fde68a}.lux-signal.stale:before{background:#f59e0b}.lux-task-list{max-height:72vh;overflow:auto}.lux-task-row{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.07);color:#e5edf8}.lux-task-row:hover{background:rgba(255,255,255,.04)}.lux-empty{padding:24px;color:#94a3b8;text-align:center}.lux-fleet-marker{width:46px;height:46px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:24px;background:linear-gradient(135deg,#12d8ff,#7c3aed);border:2px solid rgba(255,255,255,.8);box-shadow:0 16px 28px rgba(0,0,0,.34)}.lux-fleet-marker.stale{background:linear-gradient(135deg,#f59e0b,#ef4444)}.lux-fleet-marker.no_gps{background:linear-gradient(135deg,#64748b,#334155)}.fc{color:#e5edf8}.fc .fc-toolbar-title{color:#fff;font-weight:950;letter-spacing:-.03em}.fc .fc-button{border-radius:12px!important;background:#1d4ed8!important;border-color:#1d4ed8!important;font-weight:800!important}.fc-theme-standard td,.fc-theme-standard th,.fc-theme-standard .fc-scrollgrid{border-color:rgba(255,255,255,.10)!important}.fc .fc-daygrid-day-number,.fc .fc-col-header-cell-cushion{color:#dbeafe}.fc-event-delivery{background:#2563eb!important;border-color:#2563eb!important}.fc-event-return{background:#10b981!important;border-color:#10b981!important}.fc-event-other{background:#7c3aed!important;border-color:#7c3aed!important}@media(max-width:768px){.lux-page-hero{padding:20px;border-radius:22px}.lux-table-card .table-mobile-cards thead{display:none}.lux-table-card .table-mobile-cards tr{display:block;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;margin-bottom:12px;padding:12px}.lux-table-card .table-mobile-cards td{display:flex;justify-content:space-between;gap:16px;border:0!important;text-align:right!important}.lux-table-card .table-mobile-cards td:before{content:attr(data-label);font-weight:900;color:#94a3b8;text-align:left}.lux-task-list{max-height:none}}

/* Premium DataTables / pagination */
.dataTables_wrapper{color:inherit}.dataTables_wrapper .dataTables_length label,.dataTables_wrapper .dataTables_filter label,.dataTables_wrapper .dataTables_info{color:rgba(255,255,255,.72);font-weight:700}.dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_length select{border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;border-radius:12px!important;padding:8px 12px!important}.dataTables_wrapper .page-link{border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.08)!important;color:#dbeafe!important;border-radius:12px!important;margin:0 3px;font-weight:800}.dataTables_wrapper .page-item.active .page-link{background:linear-gradient(135deg,#12b8e8,#7c3aed)!important;color:#fff!important;box-shadow:0 12px 28px rgba(18,184,232,.25)}.dataTables_wrapper .page-item.disabled .page-link{opacity:.45}.lux-table-card .dataTables_wrapper{padding-top:6px}.lux-table-card table.dataTable{border-collapse:separate!important;border-spacing:0 8px!important}.lux-table-card table.dataTable tbody tr{background:rgba(255,255,255,.05)!important}.lux-table-card table.dataTable tbody td{border-top:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.lux-table-card table.dataTable tbody td:first-child{border-left:1px solid rgba(255,255,255,.08)!important;border-radius:14px 0 0 14px}.lux-table-card table.dataTable tbody td:last-child{border-right:1px solid rgba(255,255,255,.08)!important;border-radius:0 14px 14px 0}

/* Customer AI Chatbot */
.client-chatbot-root{position:fixed;right:22px;bottom:22px;z-index:99999;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#0f172a}.client-chatbot-fab{border:0;border-radius:999px;padding:14px 18px;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#12d8ff,#2b5cff 48%,#7c3aed);color:#fff;box-shadow:0 24px 70px rgba(43,92,255,.36);font-weight:950;letter-spacing:-.02em}.client-chatbot-fab span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18)}.client-chatbot-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 28px));height:620px;max-height:calc(100vh - 110px);display:none;flex-direction:column;overflow:hidden;border-radius:30px;background:linear-gradient(180deg,#ffffff,#f6f9ff);box-shadow:0 36px 110px rgba(2,6,23,.42);border:1px solid rgba(148,163,184,.26)}.client-chatbot-root.open .client-chatbot-panel{display:flex;animation:chatIn .18s ease-out}.client-chatbot-root.open .client-chatbot-fab{display:none}@keyframes chatIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.client-chatbot-head{padding:18px;background:linear-gradient(135deg,#07111f,#0b1730 55%,#17135a);color:#fff;display:flex;align-items:center;gap:12px}.client-chatbot-avatar{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#12d8ff,#7c3aed);box-shadow:0 14px 34px rgba(18,216,255,.24)}.client-chatbot-head strong{display:block;font-size:16px}.client-chatbot-head small{display:flex;align-items:center;gap:7px;color:#cbd5e1;font-weight:700}.client-chatbot-head small span{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 6px rgba(16,185,129,.14)}.client-chatbot-close{margin-left:auto;width:36px;height:36px;border:0;border-radius:14px;background:rgba(255,255,255,.12);color:#fff;font-size:28px;line-height:1}.client-chatbot-body{min-height:0;flex:1;display:flex;flex-direction:column}.client-chatbot-lead{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 14px;background:#eef5ff;border-bottom:1px solid #dfe8f5}.client-chatbot-lead input{border:1px solid #d8e2f0;border-radius:14px;padding:10px 12px;font-size:13px;outline:0;background:#fff}.client-chatbot-lead input:nth-child(3){grid-column:1 / -1}.client-chatbot-messages{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.client-chatbot-msg{max-width:86%;padding:12px 14px;border-radius:18px;line-height:1.45;font-size:14px;box-shadow:0 10px 24px rgba(15,23,42,.07);white-space:normal}.client-chatbot-msg.bot{align-self:flex-start;background:#fff;border:1px solid #e6eef8;color:#1f2937;border-bottom-left-radius:7px}.client-chatbot-msg.user{align-self:flex-end;background:linear-gradient(135deg,#2b5cff,#7c3aed);color:#fff;border-bottom-right-radius:7px}.client-chatbot-quick{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 8px}.client-chatbot-chip{border:1px solid #dce8f6;background:#f8fbff;color:#1e3a8a;border-radius:999px;padding:8px 11px;font-weight:850;font-size:12px}.client-chatbot-typing{display:none;align-self:flex-start;gap:5px;background:#fff;border:1px solid #e6eef8;border-radius:999px;padding:11px 13px}.client-chatbot-typing i{display:block;width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:typing 1s infinite ease-in-out}.client-chatbot-typing i:nth-child(2){animation-delay:.14s}.client-chatbot-typing i:nth-child(3){animation-delay:.28s}@keyframes typing{50%{transform:translateY(-4px);opacity:.45}}.client-chatbot-form{padding:13px;background:#fff;border-top:1px solid #e6eef8;display:flex;gap:9px}.client-chatbot-form input{flex:1;border:1px solid #d8e2f0;border-radius:17px;padding:13px 14px;outline:0}.client-chatbot-form input:focus{border-color:#2b5cff;box-shadow:0 0 0 4px rgba(43,92,255,.1)}.client-chatbot-form button{width:48px;border:0;border-radius:17px;background:linear-gradient(135deg,#12d8ff,#7c3aed);color:#fff}.lux-chat-preview{border-radius:28px;background:#f6f9ff;border:1px solid #e6eef8;padding:14px}.lux-chat-preview-head{display:flex;gap:12px;align-items:center;background:#081426;color:#fff;border-radius:22px;padding:14px;margin-bottom:12px}.lux-chat-preview-head span{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#12d8ff,#7c3aed)}.lux-chat-preview-head small{display:block;color:#cbd5e1}.lux-chat-bubble{padding:10px 12px;border-radius:16px;margin:8px 0;font-size:13px;line-height:1.4}.lux-chat-bubble.bot{background:#fff;border:1px solid #e6eef8}.lux-chat-bubble.user{background:linear-gradient(135deg,#2b5cff,#7c3aed);color:#fff;margin-left:35px}@media(max-width:640px){.client-chatbot-root{right:14px;bottom:14px}.client-chatbot-panel{position:fixed;inset:12px;width:auto;height:auto;max-height:none;bottom:12px;border-radius:24px}.client-chatbot-fab strong{display:none}.client-chatbot-fab{padding:13px}.client-chatbot-lead{grid-template-columns:1fr}.client-chatbot-lead input:nth-child(3){grid-column:auto}}
