.elementor-8729 .elementor-element.elementor-element-3b69188{--display:flex;overflow:visible;}/* Start custom CSS *//* =========================
   AUTOMATUSLABS DASHBOARD UI
   ========================= */

.al-dashboard{
  min-height:100vh;
  padding:32px 22px;
  background:
    radial-gradient(900px 500px at 15% 30%, rgba(40,70,255,.12), transparent 60%),
    radial-gradient(900px 500px at 85% 35%, rgba(255,120,40,.10), transparent 60%),
    radial-gradient(900px 600px at 35% 90%, rgba(120,70,255,.10), transparent 65%),
    #050608;
  color:#fff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.al-shell{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 240px 1fr;
  gap:22px;
}

/* SIDEBAR */
.al-side{
  position:relative;
  border-radius:18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  overflow:hidden;
  padding:18px 14px;
  min-height:720px;
}

.al-side-top{ padding:6px 6px 12px; }

.al-side-badge{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 12px;
  border-radius:14px;
  background: linear-gradient(90deg, rgba(255,90,0,.22), rgba(90,120,255,.14));
  border:1px solid rgba(255,255,255,.06);
}

.al-badge-dot{
  width:10px;height:10px;border-radius:999px;
  background: #ff5a00;
  box-shadow: 0 0 18px rgba(255,90,0,.65);
}

.al-badge-text{ font-weight:700; letter-spacing:.2px; }

.al-nav{ display:flex; flex-direction:column; gap:6px; padding:6px; }

.al-nav-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border-radius:14px;
  color: rgba(255,255,255,.78);
  text-decoration:none;
  border:1px solid transparent;
  transition: all .18s ease;
}

.al-nav-item:hover{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.06);
  color:#fff;
}

.al-nav-item.is-active{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
  color:#fff;
}

.al-ico{ width:22px; text-align:center; opacity:.9; }

.al-pill{
  margin-left:auto;
  font-size:12px;
  padding:4px 8px;
  border-radius:999px;
  background: rgba(255,60,60,.20);
  border:1px solid rgba(255,60,60,.25);
  color:#fff;
}

.al-side-fade{
  position:absolute; inset:auto -30% -30% -30%;
  height:340px;
  background:
    radial-gradient(closest-side, rgba(40,70,255,.14), transparent 70%),
    radial-gradient(closest-side, rgba(255,120,40,.10), transparent 70%);
  filter: blur(18px);
  pointer-events:none;
}

/* MAIN */
.al-main{ display:flex; flex-direction:column; gap:18px; }

.al-panel{
  border-radius:18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  padding:18px;
  overflow:hidden;
}

.al-panel-head{ padding:6px 6px 12px; }

.al-h2{
  margin:0;
  font-size:22px;
  letter-spacing:.2px;
}

/* Metric row */
.al-metric-row{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top:6px;
}

.al-metric{
  border-radius:14px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.06);
  padding:14px 14px 12px;
  min-height:92px;
}

.al-metric-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.al-metric-label{
  font-size:12px;
  color: rgba(255,255,255,.70);
  letter-spacing:.2px;
}

.al-metric-val{
  margin-top:8px;
  font-size:34px;
  font-weight:800;
  line-height:1;
}

.al-metric-sub{
  margin-top:8px;
  font-size:12px;
  color: rgba(255,255,255,.55);
}

/* Tiny bar icon */
.al-mini-bars{
  width:48px; height:24px; border-radius:8px;
  opacity:.95;
  background:
    linear-gradient(to top, rgba(255,255,255,.14), rgba(255,255,255,0)),
    linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
  position:relative;
  overflow:hidden;
}
.al-mini-bars:before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(90deg,
      transparent 0 8px,
      rgba(255,255,255,.18) 8px 12px,
      transparent 12px 20px,
      rgba(255,255,255,.18) 20px 24px,
      transparent 24px 32px,
      rgba(255,255,255,.18) 32px 36px,
      transparent 36px 44px,
      rgba(255,255,255,.18) 44px 48px);
  opacity:.55;
}
.bars-blue{ box-shadow: inset 0 0 0 999px rgba(60,120,255,.14); }
.bars-green{ box-shadow: inset 0 0 0 999px rgba(40,210,160,.14); }
.bars-orange{ box-shadow: inset 0 0 0 999px rgba(255,130,40,.14); }
.bars-purple{ box-shadow: inset 0 0 0 999px rgba(130,90,255,.14); }

/* Charts */
.al-charts{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  margin-top:12px;
}

.al-chart{
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  padding:14px;
  min-height:210px;
}

.al-chart-title{
  font-weight:700;
  margin-bottom:10px;
}

.al-chart-box{
  position:relative;
  height:150px;
  border-radius:12px;
  background:
    linear-gradient(to bottom, rgba(255,255,255,.04), rgba(255,255,255,.00));
  border: 1px solid rgba(255,255,255,.06);
  overflow:hidden;
}

.al-fake-line{
  position:absolute;
  left:-10%;
  right:-10%;
  top:24%;
  height:2px;
  opacity:.9;
  filter: blur(.2px);
}
.line-blue{
  background: linear-gradient(90deg, rgba(60,120,255,.0), rgba(60,120,255,.95), rgba(60,120,255,.0));
  transform: translateY(14px) rotate(-3deg);
}
.line-purple{
  background: linear-gradient(90deg, rgba(130,90,255,.0), rgba(130,90,255,.92), rgba(130,90,255,.0));
  transform: translateY(36px) rotate(2deg);
}
.line-orange{
  background: linear-gradient(90deg, rgba(255,130,40,.0), rgba(255,130,40,.90), rgba(255,130,40,.0));
  transform: translateY(56px) rotate(-1deg);
}

.al-axis{
  position:absolute;
  inset:auto 10px 10px 10px;
  display:flex;
  justify-content:space-between;
  font-size:11px;
  color: rgba(255,255,255,.45);
}

/* Lower row */
.al-lower{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:12px;
}

.al-card{
  border-radius:18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  padding:16px;
  overflow:hidden;
}

.al-card-title{
  font-size:18px;
  font-weight:800;
  margin-bottom:12px;
}

/* Quick stats grid */
.al-quick-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

.al-mini{
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  padding:14px;
  min-height:92px;
}

.al-mini-label{
  font-size:12px;
  color: rgba(255,255,255,.60);
}

.al-mini-val{
  margin-top:10px;
  font-size:28px;
  font-weight:900;
  letter-spacing:.2px;
}

/* Tabs + systems cards */
.al-tabs{
  display:flex;
  gap:14px;
  align-items:flex-end;
  margin-bottom:14px;
}

.al-tab{
  font-weight:800;
  color: rgba(255,255,255,.55);
  padding-bottom:8px;
  cursor:default;
}

.al-tab.is-active{
  color:#fff;
  position:relative;
}

.al-tab.is-active:after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:2px;
  border-radius:99px;
  background: #ff5a00;
  box-shadow: 0 0 18px rgba(255,90,0,.35);
}

.al-sys-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

.al-sys{
  display:flex;
  gap:12px;
  align-items:flex-start;
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  padding:14px;
  min-height:92px;
}

.al-sys-ico{
  width:40px; height:40px;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(120,90,255,.16);
  border: 1px solid rgba(120,90,255,.22);
}

.al-sys-title{
  font-weight:900;
  margin-top:2px;
}

.al-sys-sub{
  margin-top:6px;
  font-size:12px;
  color: rgba(255,255,255,.55);
  line-height:1.35;
}

/* Responsive */
@media (max-width: 1024px){
  .al-shell{ grid-template-columns: 1fr; }
  .al-side{ min-height:auto; }
  .al-metric-row{ grid-template-columns: 1fr 1fr; }
  .al-charts{ grid-template-columns: 1fr; }
  .al-lower{ grid-template-columns: 1fr; }
  .al-sys-grid{ grid-template-columns: 1fr; }
}/* End custom CSS */