
:root{
  --v015-navy:#071b3a;
  --v015-navy2:#06142d;
  --v015-teal:#0796a5;
  --v015-teal2:#0f766e;
  --v015-soft:#f5f8fc;
  --v015-border:#e2e8f0;
  --v015-text:#0f1d3a;
  --v015-muted:#64748b;
}
body.v015-modern{
  background:#f6f8fb!important;
  color:var(--v015-text)!important;
}
body.v015-modern .v015-sidebar{
  position:fixed;
  left:0;
  top:0;
  bottom:0;
  width:248px;
  background:linear-gradient(180deg,var(--v015-navy),var(--v015-navy2));
  color:white;
  z-index:999;
  padding:22px 14px;
  box-shadow:12px 0 30px rgba(15,23,42,.16);
}
body.v015-modern .v015-brand{
  display:flex;
  align-items:center;
  gap:12px;
  padding:2px 8px 22px 8px;
  border-bottom:1px solid rgba(255,255,255,.11);
  margin-bottom:14px;
}
body.v015-modern .v015-logo{
  width:42px;
  height:42px;
  border-radius:14px;
  background:radial-gradient(circle at 30% 20%,#28f7db,#078ca7 55%,#0b315f);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:24px;
}
body.v015-modern .v015-brand-text{
  font-size:18px;
  line-height:1.12;
  font-weight:800;
}
body.v015-modern .v015-nav{display:flex;flex-direction:column;gap:7px;margin-top:10px}
body.v015-modern .v015-nav a{
  color:#e5edf7;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 12px;
  border-radius:12px;
  font-weight:700;
}
body.v015-modern .v015-nav a.active, body.v015-modern .v015-nav a:hover{
  background:linear-gradient(90deg,rgba(0,180,190,.95),rgba(0,102,132,.72));
  color:white;
}
body.v015-modern .v015-nav-ico{font-size:18px;width:22px;text-align:center}
body.v015-modern .v015-sync{
  position:absolute;
  left:18px;
  right:18px;
  bottom:22px;
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:16px;
  display:flex;
  gap:10px;
  align-items:center;
  font-size:13px;
  color:#d8e6f7;
}
body.v015-modern .v015-sync-dot{
  background:#10b981;
  color:white;
  border-radius:999px;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
body.v015-modern .container{
  margin-left:248px!important;
  max-width:none!important;
  padding:28px 28px 28px 34px!important;
}
body.v015-modern .topbar{
  margin-bottom:18px!important;
  align-items:center!important;
}
body.v015-modern h1{
  color:#101d3b!important;
  letter-spacing:-.02em;
}
body.v015-modern .card{
  border:1px solid var(--v015-border)!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(15,23,42,.055)!important;
}
body.v015-modern .grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
body.v015-modern .stat-value{
  color:#0f1d3a!important;
  font-size:25px!important;
}
body.v015-modern .button, body.v015-modern button{
  border-radius:10px!important;
  font-weight:800!important;
}
body.v015-modern button:not(.secondary), body.v015-modern .button:not(.secondary){
  background:linear-gradient(90deg,#0891a5,#028276)!important;
}
body.v015-modern table{
  font-size:13px!important;
}
body.v015-modern th{
  background:#f8fafc!important;
  color:#0f1d3a!important;
  font-weight:850!important;
}
body.v015-modern td, body.v015-modern th{
  border-bottom:1px solid #e8eef6!important;
}
body.v015-modern .row-day-b, body.v015-modern .day-b{
  background:#eaf6ff!important;
}
body.v015-modern .row-day-a, body.v015-modern .day-a{
  background:#ffffff!important;
}
body.v015-modern .row-day-a td, body.v015-modern .row-day-b td{
  background:inherit!important;
}
.v015-dashboard-page .v015-dashboard-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:18px;
  align-items:start;
}
.v015-dashboard-page .v015-left-flow{
  display:flex;
  flex-direction:column;
  gap:0;
}
.v015-side-panel{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.v015-side-card{
  background:#fff;
  border:1px solid var(--v015-border);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 26px rgba(15,23,42,.055);
}
.v015-side-card h3{
  margin:0 0 14px 0;
  color:#0f1d3a;
  font-size:18px;
}
.v015-kpi{
  display:flex;
  gap:12px;
  align-items:center;
  margin:14px 0;
}
.v015-kpi-ico{
  width:38px;
  height:38px;
  border-radius:999px;
  background:#e9f8f5;
  display:flex;
  align-items:center;
  justify-content:center;
}
.v015-kpi b{
  display:block;
  font-size:17px;
}
.v015-kpi span{
  color:var(--v015-muted);
  font-size:12px;
}
.v015-activity{
  border-left:2px solid #dbeafe;
  padding-left:14px;
  margin-left:7px;
}
.v015-activity div{
  position:relative;
  margin:0 0 16px 0;
  color:#334155;
  font-size:13px;
}
.v015-activity div:before{
  content:'';
  position:absolute;
  left:-20px;
  top:4px;
  width:8px;
  height:8px;
  background:#0b74d1;
  border-radius:999px;
}
.v015-plate-img{
  max-width:190px;
  max-height:56px;
  object-fit:contain;
  display:block;
}
.v015-vehicle-card .stat-value{
  display:flex;
  align-items:center;
  min-height:58px;
}
.v015-admin-link-card{
  background:#eefbf9;
  border:1px solid #bdebe5;
  border-radius:16px;
  padding:14px;
  margin:14px 0;
}
.v015-admin-link-card a{
  margin-top:8px;
  display:inline-flex;
}
.v015-form-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.v015-choice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:8px;
}
.v015-choice{
  border:1px solid var(--v015-border);
  border-radius:14px;
  padding:14px;
  background:#fff;
}
.v015-preview-box{
  border:1px solid var(--v015-border);
  border-radius:16px;
  padding:18px;
  background:#fff;
}
.v015-preview-box img{
  max-width:100%;
  max-height:150px;
  object-fit:contain;
  display:block;
  margin:12px 0;
}
@media(max-width:1100px){
  body.v015-modern .v015-sidebar{position:static;width:auto;border-radius:0}
  body.v015-modern .container{margin-left:0!important}
  .v015-dashboard-page .v015-dashboard-grid{grid-template-columns:1fr}
  body.v015-modern .grid{grid-template-columns:1fr!important}
  .v015-form-two,.v015-choice-grid{grid-template-columns:1fr}
}
