/* Enterprise Monitor NEXT - Base + Dashboard + Clientes */
:root{--bg:#eef3fa;--panel:#fff;--ink:#001433;--muted:#62718f;--line:#d9e4f4;--blue:#1677ff;--dark:#06172f;--green:#20c878;--orange:#f59e0b;--red:#e83c5b;--shadow:0 18px 55px rgba(18,38,63,.10);--sidebar:290px;--sidebar-mini:86px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}.app-shell{min-height:100vh}
.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:linear-gradient(180deg,#06172f,#071d3b);color:#fff;padding:26px 20px;display:flex;flex-direction:column;transition:.2s}
.brand{display:flex;align-items:center;gap:14px;margin-bottom:22px}.brand-mark{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#1677ff,#18d5a0);display:grid;place-items:center;font-size:28px;font-weight:950}.brand-text strong{display:block;font-size:20px}.brand-text span{color:#9bb7d9}
.collapse-btn{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;border-radius:16px;padding:12px 14px;display:flex;gap:10px;align-items:center;cursor:pointer;font-weight:800;margin-bottom:16px}
.menu{display:flex;flex-direction:column;gap:8px}.menu a{color:#eaf3ff;text-decoration:none;border-radius:16px;padding:15px 16px;display:flex;gap:12px;align-items:center;font-weight:800}.menu a.active,.menu a:hover{background:var(--blue)}
.sidebar-footer{margin-top:auto;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px;display:flex;flex-direction:column;color:#c8d9f2}
.main{margin-left:var(--sidebar);min-height:100vh;transition:.2s}.topbar{min-height:124px;background:rgba(255,255,255,.78);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:24px 36px;position:sticky;top:0;backdrop-filter:blur(14px);z-index:20}
.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--muted);font-weight:800;font-size:13px}.breadcrumbs a{color:#0b5be7;text-decoration:none}.breadcrumbs b{color:var(--ink)}.kicker{font-weight:950;font-size:14px}h1{font-size:42px;margin:5px 0 0;letter-spacing:-1.3px}.topbar p{color:var(--muted);font-size:18px;margin:8px 0 0}
.user-pill{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px 14px;box-shadow:var(--shadow)}.user-pill>span{width:42px;height:42px;border-radius:50%;background:#e5efff;color:#0b5be7;font-weight:950;display:grid;place-items:center}.user-pill small{color:var(--muted)}
.content{padding:34px 36px}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:26px}.panel h2,.panel h3{margin:0}.panel p{color:var(--muted);font-size:15px;margin:6px 0 0}.panel-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:18px}.panel-head a{font-weight:900;color:#0b5be7;text-decoration:none}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px}.btn{border:0;border-radius:14px;padding:13px 18px;font-weight:950;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#e5efff;color:#0b5be7}.btn.primary{background:var(--dark);color:#fff}
.empty-state{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:36px;text-align:center}.empty-icon{width:72px;height:72px;border-radius:24px;background:#eef4ff;display:grid;place-items:center;font-size:36px;margin:0 auto 14px}.empty-state h3{font-size:24px;margin:0}.empty-state p{color:var(--muted);font-size:17px}
.noc-grid{display:flex;flex-direction:column;gap:22px}.noc-hero{border-radius:28px;padding:34px;background:radial-gradient(circle at 15% 10%,rgba(22,119,255,.25),transparent 35%),linear-gradient(135deg,#071936,#0b2b5c);color:white;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow)}.noc-hero h2{font-size:36px;margin:12px 0 6px}.noc-hero p{color:#c9dcfb;margin:0;font-size:18px}.live-pill{background:rgba(32,200,120,.16);border:1px solid rgba(32,200,120,.4);color:#8ff0bd;border-radius:999px;padding:8px 12px;font-weight:900}.hero-score{text-align:right}.hero-score strong{display:block;font-size:48px}.hero-score span{color:#c9dcfb}
.kpi-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.kpi-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.kpi-icon{width:50px;height:50px;border-radius:17px;background:#eef4ff;display:grid;place-items:center;margin-bottom:14px}.kpi-card strong{display:block;font-size:34px}.kpi-card span{color:var(--muted);font-weight:900}.kpi-card.online .kpi-icon{background:#dcfce7}.kpi-card.warning .kpi-icon{background:#ffedd5}.kpi-card.danger .kpi-icon{background:#ffe4e6}
.dashboard-columns{display:grid;grid-template-columns:1.4fr 1fr;gap:22px}.client-list,.event-list{display:flex;flex-direction:column;gap:10px}.client-row{display:grid;grid-template-columns:1fr auto 90px;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-left:6px solid var(--green);border-radius:16px;background:#fbfdff}.client-row.danger{border-left-color:var(--red)}.client-row.warning{border-left-color:var(--orange)}.client-row b{display:block}.client-row span{color:var(--muted);font-size:13px}.mini-pills{display:flex;gap:8px}.mini-pills span{border-radius:999px;padding:6px 12px;font-weight:950}.mini-pills .ok{background:#dcfce7;color:#087a3a}.mini-pills .warn{background:#ffedd5;color:#a15c00}.mini-pills .bad{background:#ffe4e6;color:#b91c1c}.client-row>strong{text-align:right}
.event-item{display:grid;grid-template-columns:14px 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:16px}.event-dot{width:12px;height:12px;border-radius:50%;background:var(--blue)}.event-item.offline .event-dot{background:var(--red)}.event-item.ruim .event-dot{background:var(--orange)}.event-item.online .event-dot{background:var(--green)}.event-item b{display:block}.event-item span{display:block;color:var(--muted);font-size:13px}.event-item small{color:var(--muted);font-weight:900}.soft-empty{padding:22px;border-radius:16px;background:#f6f9ff;color:var(--muted)}
.clientes-page{display:flex;flex-direction:column;gap:22px}.clientes-hero{background:linear-gradient(135deg,#06172f,#0b2b5c);color:#fff;border-radius:28px;padding:30px 34px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:20px}.clientes-hero h2{font-size:34px;margin:12px 0 6px}.clientes-hero p{color:#c9dcfb;margin:0;font-size:17px}.clientes-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.clientes-kpis article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.clientes-kpis span{width:48px;height:48px;border-radius:16px;background:#eef4ff;display:grid;place-items:center;margin-bottom:12px}.clientes-kpis strong{display:block;font-size:32px}.clientes-kpis b{color:var(--muted)}.search-panel{display:grid;grid-template-columns:1fr 130px auto;gap:12px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)}.search-panel input{border:1px solid var(--line);border-radius:14px;padding:14px 16px;font-size:16px}
.clients-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.client-card{background:#fff;border:1px solid var(--line);border-left:7px solid var(--green);border-radius:24px;padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px}.client-card.danger{border-left-color:var(--red)}.client-card.warning{border-left-color:var(--orange)}.client-top{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start}.client-icon{width:52px;height:52px;border-radius:17px;background:#eef4ff;display:grid;place-items:center;font-size:25px}.client-top h3{margin:0;font-size:19px;line-height:1.15}.client-top span{display:block;margin-top:5px;color:var(--muted);font-size:13px}.client-pills{display:flex;gap:10px}.client-pills span{border-radius:999px;padding:7px 12px;font-weight:950}.client-pills .ok{background:#dcfce7;color:#087a3a}.client-pills .warn{background:#ffedd5;color:#a15c00}.client-pills .bad{background:#ffe4e6;color:#b91c1c}.availability>div:first-child{display:flex;justify-content:space-between}.availability b{font-size:14px}.availability strong{font-size:15px}.bar{height:9px;background:#e5eaf2;border-radius:99px;margin-top:8px;overflow:hidden}.bar i{display:block;height:100%;background:var(--green);border-radius:99px}.client-card.warning .bar i{background:var(--orange)}.client-card.danger .bar i{background:var(--red)}.client-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted)}.client-actions{display:flex;gap:9px;flex-wrap:wrap}.client-actions a{background:#e5efff;color:#0b5be7;text-decoration:none;border-radius:13px;padding:10px 14px;font-weight:950}.client-actions a.danger{background:#ffe4e6;color:#b91c1c}
body.sidebar-collapsed .sidebar{width:var(--sidebar-mini);padding:24px 14px}body.sidebar-collapsed .main{margin-left:var(--sidebar-mini)}body.sidebar-collapsed .brand-text,body.sidebar-collapsed .menu span,body.sidebar-collapsed .collapse-btn span,body.sidebar-collapsed .sidebar-footer{display:none}body.sidebar-collapsed .brand,body.sidebar-collapsed .collapse-btn,body.sidebar-collapsed .menu a{justify-content:center}
@media(max-width:1300px){.clients-grid{grid-template-columns:repeat(2,1fr)}.kpi-row{grid-template-columns:repeat(2,1fr)}.dashboard-columns{grid-template-columns:1fr}.grid{grid-template-columns:1fr}}@media(max-width:1000px){.sidebar{width:var(--sidebar-mini);padding:24px 14px}.main{margin-left:var(--sidebar-mini)}.brand-text,.menu span,.collapse-btn span,.sidebar-footer{display:none}.topbar{align-items:flex-start;flex-direction:column}.content{padding:22px}h1{font-size:32px}.noc-hero,.clientes-hero{align-items:flex-start;flex-direction:column}.hero-score{text-align:left}.client-row{grid-template-columns:1fr}.clientes-kpis,.clients-grid,.search-panel{grid-template-columns:1fr}}
.brand-mark-image{overflow:hidden;background:#07172f;border:1px solid rgba(255,255,255,.14)}
.brand-mark-image img{width:100%;height:100%;object-fit:cover;display:block}

/* PATCH 054.1 - Mobile navigation and app-like layout */
.mobile-menu-btn,.sidebar-backdrop{display:none}
@media (max-width:700px){
  html{-webkit-text-size-adjust:100%;overflow-x:hidden}
  body{min-width:0;overflow-x:hidden}
  body.mobile-sidebar-open{overflow:hidden}
  .app-shell{min-width:0}

  .sidebar,body.sidebar-collapsed .sidebar{
    position:fixed;inset:0 auto 0 0;z-index:1100;width:min(82vw,286px);
    padding:calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));
    transform:translateX(-105%);transition:transform .22s ease;overflow-y:auto;overflow-x:hidden;
    box-shadow:18px 0 50px rgba(2,15,35,.28)
  }
  body.mobile-sidebar-open .sidebar{transform:translateX(0)}
  .sidebar-backdrop{position:fixed;inset:0;z-index:1090;border:0;background:rgba(2,15,35,.52);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .2s}
  body.mobile-sidebar-open .sidebar-backdrop{display:block;opacity:1;pointer-events:auto}

  .brand{justify-content:flex-start;gap:12px;margin-bottom:18px}
  .brand-mark{width:48px;height:48px;border-radius:15px;flex:0 0 48px}
  .brand-text{display:block!important}.brand-text strong{font-size:18px}.brand-text span{font-size:13px}
  .collapse-btn,body.sidebar-collapsed .collapse-btn{display:none}
  .menu{gap:7px}.menu a,body.sidebar-collapsed .menu a{width:100%;min-height:46px;margin:0;padding:11px 13px;border-radius:14px;justify-content:flex-start;gap:12px;font-size:18px}
  .menu span{display:inline!important;font-size:14px}.sidebar-footer{display:flex!important;padding:13px;font-size:12px}

  .main,body.sidebar-collapsed .main{margin-left:0;min-width:0;width:100%}
  .topbar{position:sticky;top:0;z-index:1000;min-height:0;padding:calc(10px + env(safe-area-inset-top)) 12px 11px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}
  .mobile-menu-btn{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:14px;background:#071d3b;color:#fff;font-size:21px;font-weight:900;box-shadow:0 8px 22px rgba(7,29,59,.16)}
  .topbar-copy{min-width:0}.breadcrumbs,.topbar .kicker,.topbar p{display:none}
  .topbar h1{font-size:18px;line-height:1.15;letter-spacing:-.3px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .user-menu{width:auto;min-width:0}.user-pill{width:44px;height:44px;padding:0;border-radius:14px;justify-content:center;box-shadow:none}.user-pill>span{width:34px;height:34px;flex:0 0 34px;font-size:13px}.user-pill>div{display:none}.user-menu-dropdown{position:fixed;left:12px;right:12px;top:calc(66px + env(safe-area-inset-top));width:auto;min-width:0}

  .content{padding:14px 12px calc(82px + env(safe-area-inset-bottom));min-width:0}
  .panel,.empty-state{padding:15px;border-radius:18px}.panel-head{flex-direction:column}.btn{min-height:42px;padding:10px 13px}

  .push-fab{width:46px;height:46px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));border-radius:15px;font-size:19px}
  .push-panel{right:10px;left:10px;bottom:calc(68px + env(safe-area-inset-bottom));width:auto;max-height:72vh;overflow-y:auto;padding:16px}
  .push-toast{right:12px;left:12px;bottom:calc(70px + env(safe-area-inset-bottom))}
}
@media(max-width:390px){
  .topbar{grid-template-columns:42px minmax(0,1fr) 42px;padding-left:9px;padding-right:9px;gap:8px}
  .mobile-menu-btn,.user-pill{width:42px;height:42px}.content{padding-left:9px;padding-right:9px}
}

/* PATCH 073.2.0 - Cabecalho corporativo global e navegacao responsiva */
.topbar{
  min-height:0;
  padding:0;
  display:block;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 35px rgba(17,42,78,.06)
}
.topbar-primary{
  min-height:82px;
  padding:10px 36px;
  display:grid;
  grid-template-columns:minmax(210px,auto) minmax(0,1fr) auto;
  gap:22px;
  align-items:center
}
.topbar-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-width:0;
  color:var(--ink);
  text-decoration:none
}
.topbar-brand-logo{
  width:112px;
  height:62px;
  flex:0 0 112px;
  overflow:hidden;
  display:block;
  border-radius:16px;
  background:#06172f;
  border:1px solid rgba(15,43,83,.16);
  box-shadow:0 10px 26px rgba(6,23,47,.18)
}
.topbar-brand-logo img{width:100%;height:100%;display:block;object-fit:cover}
.topbar-brand-copy{display:flex;flex-direction:column;line-height:1.05;white-space:nowrap}
.topbar-brand-copy strong{font-size:17px;font-weight:950;letter-spacing:-.3px}
.topbar-brand-copy small{margin-top:4px;color:var(--muted);font-size:12px;font-weight:850;letter-spacing:.2px}
.topbar-nav{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
  scroll-behavior:smooth
}
.topbar-nav::-webkit-scrollbar{display:none}
.topbar-nav a{
  min-height:44px;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 12px;
  border:1px solid transparent;
  border-radius:13px;
  color:#344766;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease
}
.topbar-nav a:hover{background:#eff5ff;color:#075ed1;border-color:#d7e6fb;transform:translateY(-1px)}
.topbar-nav a.active{background:#071d3b;color:#fff;border-color:#071d3b;box-shadow:0 9px 22px rgba(7,29,59,.16)}
.topbar-nav-icon{font-size:16px;line-height:1}
.topbar-primary .user-menu{justify-self:end}
.topbar-page{padding:17px 36px 22px;border-top:1px solid rgba(217,228,244,.88)}
.topbar-page .topbar-copy{max-width:1180px}
.topbar-page h1{font-size:38px;margin-top:4px}
.topbar-page p{font-size:17px;margin-top:6px}

@media(max-width:1480px){
  .topbar-primary{grid-template-columns:auto minmax(0,1fr) auto;gap:14px;padding-left:24px;padding-right:24px}
  .topbar-brand-copy{display:none}
  .topbar-brand-logo{width:96px;height:54px;flex-basis:96px}
  .topbar-nav a{padding-left:10px;padding-right:10px}
  .topbar-page{padding-left:24px;padding-right:24px}
}

@media(max-width:1000px) and (min-width:701px){
  .topbar{display:block;align-items:initial;flex-direction:initial}
  .topbar-primary{grid-template-columns:82px minmax(0,1fr) auto;padding:9px 18px;gap:12px}
  .topbar-brand-logo{width:78px;height:44px;flex-basis:78px;border-radius:13px}
  .topbar-nav{justify-content:flex-start}
  .topbar-nav a{min-height:40px;padding:8px 10px;font-size:12px}
  .topbar-page{padding:14px 22px 18px}
  .topbar-page h1{font-size:32px}
}

@media(max-width:700px){
  .topbar{display:block;min-height:0;padding:0;align-items:initial;flex-direction:initial}
  .topbar-primary{
    min-height:0;
    padding:calc(8px + env(safe-area-inset-top)) 10px 0;
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    grid-template-rows:48px auto;
    column-gap:9px;
    row-gap:7px;
    align-items:center
  }
  .topbar-primary .mobile-menu-btn{grid-column:1;grid-row:1;display:grid}
  .topbar-brand{grid-column:2;grid-row:1;justify-self:center;max-width:100%}
  .topbar-brand-logo{width:76px;height:43px;flex-basis:76px;border-radius:12px;box-shadow:0 6px 16px rgba(6,23,47,.16)}
  .topbar-brand-copy{display:none}
  .topbar-primary .user-menu{grid-column:3;grid-row:1;justify-self:end}
  .topbar-nav{
    grid-column:1 / -1;
    grid-row:2;
    width:calc(100% + 20px);
    margin-left:-10px;
    padding:7px 10px 9px;
    justify-content:flex-start;
    border-top:1px solid #edf2f9;
    background:rgba(247,250,255,.86)
  }
  .topbar-nav a{min-height:38px;padding:7px 10px;border-radius:11px;font-size:12px;gap:6px}
  .topbar-nav-icon{font-size:15px}
  .topbar-page{padding:9px 12px 11px;border-top:1px solid var(--line)}
  .topbar-page .breadcrumbs,.topbar-page .kicker,.topbar-page p{display:none}
  .topbar-page h1{font-size:20px;line-height:1.15;letter-spacing:-.35px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .user-menu-dropdown{top:calc(60px + env(safe-area-inset-top))}
}

@media(max-width:390px){
  .topbar-primary{grid-template-columns:42px minmax(0,1fr) 42px;padding-left:8px;padding-right:8px;column-gap:7px}
  .topbar-brand-logo{width:70px;height:40px;flex-basis:70px}
  .topbar-nav{width:calc(100% + 16px);margin-left:-8px;padding-left:8px;padding-right:8px}
  .topbar-page{padding-left:9px;padding-right:9px}
}

/* PATCH 073.2.1 - Cabecalho com identidade visual e somente menu lateral */
.topbar{
  min-height:0;
  padding:0;
  display:block;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 35px rgba(17,42,78,.06)
}
.topbar-primary{
  min-height:154px;
  padding:10px 36px;
  display:grid;
  grid-template-columns:minmax(250px,360px) minmax(0,1fr) auto;
  gap:34px;
  align-items:center
}
.topbar-brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
  text-decoration:none
}
.topbar-brand-logo{
  width:100%;
  max-width:360px;
  aspect-ratio:16 / 6;
  overflow:hidden;
  display:block;
  border-radius:0;
  background:#06172f;
  border:0;
  box-shadow:none
}
.topbar-brand-logo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover
}
.topbar-copy{
  min-width:0;
  align-self:center;
  padding:8px 0
}
.topbar-copy .breadcrumbs{margin-bottom:7px}
.topbar-copy h1{font-size:38px;line-height:1.08;margin:5px 0 0;letter-spacing:-1.15px}
.topbar-copy p{font-size:17px;line-height:1.45;margin:8px 0 0;color:var(--muted)}
.topbar-primary .user-menu{justify-self:end;align-self:start;margin-top:12px}

/* O menu lateral permanece como a unica navegacao global. */
.topbar-nav,.topbar-page,.topbar-brand-copy{display:none!important}

@media(max-width:1480px){
  .topbar-primary{grid-template-columns:minmax(210px,300px) minmax(0,1fr) auto;gap:24px;padding-left:26px;padding-right:26px;min-height:138px}
  .topbar-copy h1{font-size:34px}
  .topbar-copy p{font-size:16px}
}

@media(max-width:1100px) and (min-width:701px){
  .topbar-primary{grid-template-columns:minmax(180px,240px) minmax(0,1fr) auto;gap:18px;padding:9px 20px;min-height:122px}
  .topbar-copy h1{font-size:30px}
  .topbar-copy p{font-size:15px;margin-top:6px}
  .topbar-primary .user-menu{margin-top:8px}
}

@media(max-width:700px){
  .topbar{display:block;min-height:0;padding:0}
  .topbar-primary{
    min-height:0;
    padding:calc(8px + env(safe-area-inset-top)) 10px 10px;
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    grid-template-rows:58px auto;
    column-gap:9px;
    row-gap:9px;
    align-items:center
  }
  .topbar-primary .mobile-menu-btn{grid-column:1;grid-row:1;display:grid}
  .topbar-brand{grid-column:2;grid-row:1;justify-self:center;width:min(190px,70vw)}
  .topbar-brand-logo{width:100%;max-width:190px;aspect-ratio:16 / 6}
  .topbar-primary .user-menu{grid-column:3;grid-row:1;justify-self:end;align-self:center;margin:0}
  .topbar-copy{grid-column:1 / -1;grid-row:2;width:100%;padding:9px 4px 1px;text-align:left;border-top:1px solid var(--line)}
  .topbar-copy .breadcrumbs,.topbar-copy .kicker{display:none}
  .topbar-copy h1{font-size:22px;line-height:1.14;letter-spacing:-.45px;margin:0;white-space:normal;overflow:visible;text-overflow:clip}
  .topbar-copy p{display:block;font-size:14px;line-height:1.35;margin:5px 0 0;color:var(--muted)}
  .user-menu-dropdown{top:calc(68px + env(safe-area-inset-top))}
}

@media(max-width:390px){
  .topbar-primary{grid-template-columns:42px minmax(0,1fr) 42px;padding-left:8px;padding-right:8px;column-gap:7px}
  .topbar-brand{width:min(165px,66vw)}
  .topbar-brand-logo{max-width:165px}
  .topbar-copy{padding-left:2px;padding-right:2px}
  .topbar-copy h1{font-size:20px}
  .topbar-copy p{font-size:13px}
}

/* PATCH 073.2.2 - Logo Enterprise ampliada e recortada no cabecalho */
.topbar-primary{
  grid-template-columns:minmax(300px,390px) minmax(0,1fr) auto;
  min-height:172px;
  gap:34px
}
.topbar-brand-logo{
  width:100%;
  max-width:390px;
  height:auto;
  aspect-ratio:auto;
  overflow:visible;
  background:transparent
}
.topbar-brand-logo img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain
}

@media(max-width:1480px){
  .topbar-primary{
    grid-template-columns:minmax(255px,340px) minmax(0,1fr) auto;
    min-height:156px;
    gap:26px
  }
  .topbar-brand-logo{max-width:340px}
}

@media(max-width:1100px) and (min-width:701px){
  .topbar-primary{
    grid-template-columns:minmax(205px,275px) minmax(0,1fr) auto;
    min-height:132px;
    gap:20px
  }
  .topbar-brand-logo{max-width:275px}
}

@media(max-width:700px){
  .topbar-primary{
    grid-template-rows:82px auto;
    row-gap:8px
  }
  .topbar-brand{
    width:min(185px,68vw)
  }
  .topbar-brand-logo{
    width:100%;
    max-width:185px;
    height:auto;
    aspect-ratio:auto
  }
  .topbar-brand-logo img{
    width:100%;
    height:auto;
    object-fit:contain
  }
}

@media(max-width:390px){
  .topbar-primary{grid-template-rows:76px auto}
  .topbar-brand{width:min(168px,64vw)}
  .topbar-brand-logo{max-width:168px}
}

/* PATCH 073.2.3 - Logo maior e mais proxima do titulo */
@media(min-width:1101px){
  .topbar-primary{
    grid-template-columns:max-content minmax(0,1fr) auto;
    gap:22px;
  }
  .topbar-brand{width:auto;justify-self:start}
  .topbar-brand-logo{
    width:auto;
    max-width:none;
    height:96px;
    flex:0 0 auto;
  }
  .topbar-brand-logo img{
    width:auto;
    height:100%;
    max-width:none;
  }
}

@media(max-width:1480px) and (min-width:1101px){
  .topbar-primary{gap:18px}
  .topbar-brand-logo{height:88px}
}

@media(max-width:1100px) and (min-width:701px){
  .topbar-primary{
    grid-template-columns:max-content minmax(0,1fr) auto;
    gap:16px;
  }
  .topbar-brand{width:auto;justify-self:start}
  .topbar-brand-logo{
    width:auto;
    max-width:none;
    height:72px;
  }
  .topbar-brand-logo img{
    width:auto;
    height:100%;
    max-width:none;
  }
}

@media(max-width:700px){
  .topbar-primary{
    grid-template-columns:44px minmax(0,1fr) 44px;
  }
  .topbar-brand{width:min(200px,72vw)}
  .topbar-brand-logo{width:100%;max-width:200px;height:auto}
  .topbar-brand-logo img{width:100%;height:auto;max-width:100%}
}

@media(max-width:390px){
  .topbar-primary{grid-template-columns:42px minmax(0,1fr) 42px}
  .topbar-brand{width:min(178px,68vw)}
  .topbar-brand-logo{max-width:178px}
}

/* PATCH 073.2.4 - Refinamento do cabecalho no celular */
@media(max-width:700px){
  .topbar-primary{
    grid-template-rows:66px auto;
    padding:calc(4px + env(safe-area-inset-top)) 10px 7px;
    row-gap:5px;
  }
  .topbar-brand{width:min(220px,76vw)}
  .topbar-brand-logo{max-width:220px}
  .topbar-copy{padding-top:7px}
}

@media(max-width:390px){
  .topbar-primary{
    grid-template-rows:62px auto;
    padding-top:calc(3px + env(safe-area-inset-top));
    padding-bottom:6px;
    row-gap:4px;
  }
  .topbar-brand{width:min(196px,72vw)}
  .topbar-brand-logo{max-width:196px}
  .topbar-copy{padding-top:6px}
}

/* PATCH 073.2.5 - Logo mobile maior e centralizacao absoluta */
@media(max-width:700px){
  .topbar-primary{
    position:relative;
    grid-template-rows:76px auto;
    padding:calc(3px + env(safe-area-inset-top)) 10px 7px;
    row-gap:4px;
  }
  .topbar-primary .mobile-menu-btn,
  .topbar-primary .user-menu{position:relative;z-index:3}
  .topbar-brand{
    position:absolute;
    left:50%;
    top:calc(2px + env(safe-area-inset-top));
    transform:translateX(-50%);
    width:min(245px,76vw);
    max-width:calc(100% - 108px);
    justify-self:auto;
    z-index:2;
  }
  .topbar-brand-logo{
    width:100%;
    max-width:245px;
  }
  .topbar-copy{padding-top:5px}
}

@media(max-width:390px){
  .topbar-primary{
    grid-template-rows:72px auto;
    padding-top:calc(2px + env(safe-area-inset-top));
    padding-bottom:6px;
    row-gap:3px;
  }
  .topbar-brand{
    top:calc(1px + env(safe-area-inset-top));
    width:min(220px,72vw);
    max-width:calc(100% - 102px);
  }
  .topbar-brand-logo{max-width:220px}
  .topbar-copy{padding-top:4px}
}

/* PATCH 073.2.6 - Logo mobile maior e levemente mais baixa */
@media(max-width:700px){
  .topbar-primary{
    grid-template-rows:84px auto;
  }
  .topbar-brand{
    top:calc(8px + env(safe-area-inset-top));
    width:min(270px,82vw);
    max-width:calc(100% - 106px);
  }
  .topbar-brand-logo{
    max-width:270px;
  }
}

@media(max-width:390px){
  .topbar-primary{
    grid-template-rows:80px auto;
  }
  .topbar-brand{
    top:calc(6px + env(safe-area-inset-top));
    width:min(242px,78vw);
    max-width:calc(100% - 98px);
  }
  .topbar-brand-logo{
    max-width:242px;
  }
}

/* PATCH 073.2.7 - Logo mobile ampliada com centralizacao preservada */
@media(max-width:700px){
  .topbar-primary{
    grid-template-rows:102px auto;
  }
  .topbar-brand{
    top:calc(9px + env(safe-area-inset-top));
    width:min(320px,88vw);
    max-width:calc(100% - 76px);
  }
  .topbar-brand-logo{
    max-width:320px;
  }
}

@media(max-width:390px){
  .topbar-primary{
    grid-template-rows:96px auto;
  }
  .topbar-brand{
    top:calc(8px + env(safe-area-inset-top));
    width:min(292px,86vw);
    max-width:calc(100% - 68px);
  }
  .topbar-brand-logo{
    max-width:292px;
  }
}

/* PATCH 073.2.8 - Logo mobile maior, mais baixa e com centralizacao optica */
@media(max-width:700px){
  .topbar-primary{
    grid-template-rows:122px auto;
  }
  .topbar-brand{
    left:calc(50% + 8px);
    top:calc(18px + env(safe-area-inset-top));
    width:min(350px,92vw);
    max-width:calc(100% - 62px);
    transform:translateX(-50%) scale(1.08);
    transform-origin:top center;
  }
  .topbar-brand-logo{
    width:100%;
    max-width:350px;
  }
  .topbar-brand-logo img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}

@media(max-width:390px){
  .topbar-primary{
    grid-template-rows:116px auto;
  }
  .topbar-brand{
    left:calc(50% + 7px);
    top:calc(16px + env(safe-area-inset-top));
    width:min(330px,91vw);
    max-width:calc(100% - 56px);
    transform:translateX(-50%) scale(1.08);
  }
  .topbar-brand-logo{
    max-width:330px;
  }
}

/* PATCH 073.2.9 - Logo mobile 20% maior, mais a direita e mais baixa */
@media(max-width:700px){
  .topbar-primary{
    grid-template-rows:140px auto;
  }
  .topbar-brand{
    left:calc(50% + 20px);
    top:calc(28px + env(safe-area-inset-top));
    width:min(350px,92vw);
    max-width:calc(100% - 46px);
    transform:translateX(-50%) scale(1.30);
    transform-origin:top center;
  }
  .topbar-brand-logo{
    width:100%;
    max-width:350px;
  }
}

@media(max-width:390px){
  .topbar-primary{
    grid-template-rows:134px auto;
  }
  .topbar-brand{
    left:calc(50% + 18px);
    top:calc(26px + env(safe-area-inset-top));
    width:min(330px,91vw);
    max-width:calc(100% - 42px);
    transform:translateX(-50%) scale(1.30);
  }
  .topbar-brand-logo{
    max-width:330px;
  }
}


/* PATCH 073.3.50 - KPIs do Dashboard controlados pela largura real do container */
#dashboardKpiGrid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: stretch !important;
}
#dashboardKpiGrid .ops-kpi {
    min-width: 0 !important;
    box-sizing: border-box !important;
}
#dashboardKpiGrid[data-kpi-columns="2"] .ops-kpi {
    min-height: 150px !important;
    padding: 12px 12px 14px !important;
    border-radius: 18px !important;
}
#dashboardKpiGrid[data-kpi-columns="2"] .ops-kpi::after {
    width: 68px !important;
    height: 68px !important;
    right: -23px !important;
    top: -23px !important;
}
#dashboardKpiGrid[data-kpi-columns="2"] .ops-kpi > span {
    width: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
    font-size: 17px !important;
}
#dashboardKpiGrid[data-kpi-columns="2"] .ops-kpi > strong {
    margin-top: 9px !important;
    font-size: 25px !important;
    line-height: 1 !important;
}
#dashboardKpiGrid[data-kpi-columns="2"] .ops-kpi > b {
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
}
#dashboardKpiGrid[data-kpi-columns="2"] .ops-kpi > small {
    display: block !important;
    margin-top: 3px !important;
    font-size: 9px !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere !important;
}
@media screen and (max-width: 360px) {
    #dashboardKpiGrid { gap: 8px !important; }
    #dashboardKpiGrid[data-kpi-columns="2"] .ops-kpi {
        min-height: 142px !important;
        padding: 10px 10px 12px !important;
    }
}

/* PATCH 075.1 - Executive Overview + Indice Geral de Saude + KPIs */
.executive-overview{--exec-accent:#22c55e;--exec-soft:#dcfce7;position:relative;overflow:hidden;border-radius:28px;padding:26px;background:linear-gradient(135deg,#07152f 0%,#0b2858 55%,#0b5be7 130%);color:#fff;box-shadow:0 24px 55px rgba(6,26,59,.20);margin-bottom:16px}
.executive-overview::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-130px;top:-190px;background:radial-gradient(circle,rgba(255,255,255,.19),rgba(255,255,255,0) 68%)}
.executive-overview::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);pointer-events:none}
.executive-excellent{--exec-accent:#22c55e;--exec-soft:#dcfce7}.executive-good{--exec-accent:#14b8a6;--exec-soft:#ccfbf1}.executive-warning{--exec-accent:#f59e0b;--exec-soft:#fef3c7}.executive-critical{--exec-accent:#f97316;--exec-soft:#ffedd5}.executive-emergency{--exec-accent:#ef4444;--exec-soft:#fee2e2}
.executive-main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px) 230px;gap:24px;align-items:center}
.executive-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:950;letter-spacing:.14em;color:#b9d4ff;text-transform:uppercase}
.executive-copy h1{margin:8px 0 7px;font-size:clamp(25px,3vw,42px);line-height:1.02;letter-spacing:-.035em}.executive-copy>p{margin:0;max-width:690px;color:#cfddf5;font-weight:650;line-height:1.55}
.executive-status-line{display:flex;align-items:center;gap:9px;margin-top:18px;flex-wrap:wrap}.executive-status-line b{font-size:14px}.executive-status-line small{color:#aec3e4;font-weight:750}.executive-live-dot{width:10px;height:10px;border-radius:50%;background:var(--exec-accent);box-shadow:0 0 0 7px color-mix(in srgb,var(--exec-accent) 18%,transparent);animation:executivePulse 1.9s infinite}
@keyframes executivePulse{50%{box-shadow:0 0 0 12px transparent}}
.executive-score{position:relative;width:205px;height:205px;justify-self:end;display:grid;place-items:center}.executive-score svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.executive-ring-bg,.executive-ring-value{fill:none;stroke-width:12}.executive-ring-bg{stroke:rgba(255,255,255,.13)}.executive-ring-value{stroke:var(--exec-accent);stroke-linecap:round;transition:stroke-dasharray .8s ease;filter:drop-shadow(0 0 9px color-mix(in srgb,var(--exec-accent) 55%,transparent))}.executive-score>div{text-align:center;display:grid;gap:2px}.executive-score strong{font-size:48px;line-height:1;font-weight:1000;letter-spacing:-.06em}.executive-score strong small{font-size:20px;margin-left:2px}.executive-score>div>span{font-size:11px;color:#c7d8f2;font-weight:850;text-transform:uppercase;letter-spacing:.08em;max-width:100px}
.executive-health-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:22px}.executive-health-card{background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.12);border-radius:17px;padding:13px;backdrop-filter:blur(8px)}.executive-health-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px}.executive-health-head span{font-size:17px}.executive-health-head b{font-size:11px;color:#dbe7fa}.executive-health-head strong{font-size:14px}.executive-health-bar{height:5px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;margin:10px 0 7px}.executive-health-bar i{display:block;height:100%;border-radius:inherit;background:var(--exec-accent);transition:width .7s ease}.executive-health-card small{display:block;color:#aebfdb;font-size:10px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.executive-kpis{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;margin-bottom:18px!important}.executive-kpi{position:relative;overflow:hidden;min-width:0;display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;border:1px solid #e3eaf5;border-radius:18px;background:#fff;padding:15px;box-shadow:0 9px 24px rgba(15,42,87,.06)}.executive-kpi::after{content:"";position:absolute;width:64px;height:64px;border-radius:50%;right:-24px;top:-28px;background:var(--kpi-soft,#eef4ff)}.executive-kpi>span{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:var(--kpi-soft,#eef4ff);font-size:18px}.executive-kpi>div{min-width:0;display:grid;gap:2px}.executive-kpi small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#71809c;font-weight:950;white-space:nowrap}.executive-kpi strong{font-size:25px;line-height:1;color:#091c3d;font-weight:1000;letter-spacing:-.03em}.executive-kpi strong b{font:inherit}.executive-kpi strong i{font-style:normal;font-size:13px;color:#8a98af;margin-left:2px}.executive-kpi em{font-style:normal;font-size:10px;color:#64748b;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-primary{--kpi-soft:#e8f0ff}.kpi-success{--kpi-soft:#dcfce7}.kpi-info{--kpi-soft:#e0f2fe}.kpi-cyan{--kpi-soft:#cffafe}.kpi-danger{--kpi-soft:#fee2e2}.kpi-purple{--kpi-soft:#f3e8ff}
@media(max-width:1280px){.executive-health-grid{grid-template-columns:repeat(3,1fr)}.executive-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.executive-overview{padding:20px;border-radius:22px}.executive-main{grid-template-columns:1fr;text-align:center}.executive-score{justify-self:center;width:175px;height:175px}.executive-status-line{justify-content:center}.executive-health-grid{grid-template-columns:1fr 1fr}.executive-health-card:last-child{grid-column:1/-1}.executive-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.executive-kpi{padding:12px;grid-template-columns:34px 1fr}.executive-kpi>span{width:34px;height:34px}.executive-kpi strong{font-size:22px}}
@media(max-width:390px){.executive-health-grid{grid-template-columns:1fr}.executive-health-card:last-child{grid-column:auto}.executive-kpi{gap:8px;padding:10px}.executive-kpi small{font-size:8px}.executive-kpi strong{font-size:20px}}


/* PATCH 075.1.1 - Executive Intelligence Refinement */
.executive-insight{margin-top:15px;max-width:760px;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-left:3px solid var(--exec-accent);border-radius:12px;background:rgba(5,18,43,.22);color:#edf5ff;font-size:13px;font-weight:760;line-height:1.45;backdrop-filter:blur(8px)}
.executive-trend{display:inline-flex;align-items:center;justify-content:center;gap:5px;font-style:normal;font-size:10px;font-weight:900;letter-spacing:.02em;border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.09);color:#dbeafe;white-space:nowrap}.executive-trend b{font-size:15px;line-height:1}.executive-trend.trend-up{color:#86efac;background:rgba(34,197,94,.13)}.executive-trend.trend-down{color:#fdba74;background:rgba(249,115,22,.15)}.executive-trend.trend-stable{color:#bfdbfe;background:rgba(59,130,246,.14)}
.executive-health-card{transition:transform .2s ease,border-color .2s ease,background .2s ease}.executive-health-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.115)}
.executive-health-card small{white-space:normal;line-height:1.3;min-height:26px}
.executive-kpi{transition:transform .2s ease,box-shadow .2s ease}.executive-kpi:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,42,87,.10)}
.executive-score{filter:drop-shadow(0 14px 22px rgba(0,0,0,.13))}
@media(max-width:760px){.executive-insight{margin-left:auto;margin-right:auto;text-align:left}.executive-trend{margin-left:auto;margin-right:auto}.executive-health-card small{min-height:0}}

/* PATCH 075.1.2 - Tendencia centralizada no espaco operacional */
.executive-intelligence{align-self:center;justify-self:stretch;min-width:0;padding:16px 18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(10px);text-align:center}
.executive-intelligence-kicker{display:block;margin-bottom:9px;color:#a9c6ef;font-size:9px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.executive-intelligence .executive-trend{display:inline-flex;font-size:13px;padding:8px 13px}
.executive-intelligence .executive-trend b{font-size:20px}
.executive-intelligence p{margin:10px auto 0;max-width:285px;color:#c7d7ee;font-size:11px;font-weight:750;line-height:1.45}
@media(max-width:1180px){.executive-main{grid-template-columns:minmax(0,1fr) 230px}.executive-intelligence{grid-column:1/2;max-width:620px;text-align:left}.executive-intelligence p{margin-left:0}.executive-score{grid-column:2;grid-row:1/3}}
@media(max-width:760px){.executive-main{grid-template-columns:1fr}.executive-intelligence{grid-column:auto;max-width:none;text-align:center}.executive-intelligence p{margin-left:auto;margin-right:auto}.executive-score{grid-column:auto;grid-row:auto}}

/* PATCH 075.1.3 - Executive Intelligence Premium */
.executive-premium-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(285px,.8fr) 245px;gap:25px;align-items:center}
.executive-situation{margin-top:16px;max-width:760px;padding:13px 15px;border:1px solid rgba(255,255,255,.13);border-left:3px solid var(--exec-accent);border-radius:13px;background:rgba(4,16,39,.22)}
.executive-situation-title{display:block;margin-bottom:5px;font-size:9px;font-weight:950;letter-spacing:.13em;color:#9dbce8}.executive-situation p{margin:0!important;color:#f2f7ff!important;font-size:13px!important;line-height:1.45!important}
.executive-intelligence-premium{text-align:left;padding:18px 19px}.executive-intelligence-premium .executive-trend{margin-bottom:12px}.executive-intelligence-list{display:grid;gap:9px;margin:0;padding:0;list-style:none}.executive-intelligence-list li{display:grid;grid-template-columns:8px 1fr;gap:8px;align-items:start;color:#cfddf2;font-size:10px;font-weight:750;line-height:1.4}.executive-intelligence-list li i{width:6px;height:6px;border-radius:50%;margin-top:4px;background:var(--exec-accent);box-shadow:0 0 9px color-mix(in srgb,var(--exec-accent) 65%,transparent)}
.executive-score-column{display:grid;justify-items:center;align-content:center}.executive-score-column .executive-score{width:225px;height:225px;justify-self:center}.executive-score-state{margin-top:-8px;padding:5px 11px;border-radius:999px;background:color-mix(in srgb,var(--exec-accent) 16%,transparent);color:var(--exec-accent);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.executive-score-period{margin-top:5px;color:#9eb5d7;font-size:9px;font-weight:750}
.executive-health-grid{margin-top:18px}.executive-health-card{padding:11px 13px}.executive-health-bar{margin:8px 0 7px}.executive-health-badges{display:flex;gap:10px;align-items:center;font-size:10px;font-weight:900}.executive-health-badges .ok{color:#86efac}.executive-health-badges .warn{color:#fde047}.executive-health-badges .bad{color:#fca5a5}
.executive-availability{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(180px,1fr) auto;gap:14px;align-items:center;margin-top:13px;padding:10px 13px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(255,255,255,.055)}.executive-availability>div:first-child{display:flex;align-items:baseline;gap:10px}.executive-availability span{font-size:9px;font-weight:950;letter-spacing:.1em;color:#b7cdec}.executive-availability strong{font-size:19px}.executive-availability-track{height:7px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}.executive-availability-track i{display:block;height:100%;border-radius:inherit;background:var(--exec-accent);transition:width .7s ease;box-shadow:0 0 13px color-mix(in srgb,var(--exec-accent) 50%,transparent)}.executive-availability small{color:#9fb4d2;font-size:9px;font-weight:750}
@media(max-width:1250px){.executive-premium-grid{grid-template-columns:minmax(0,1fr) 230px}.executive-intelligence-premium{grid-column:1}.executive-score-column{grid-column:2;grid-row:1/3}.executive-availability{grid-template-columns:auto 1fr}.executive-availability small{grid-column:1/-1}}
@media(max-width:760px){.executive-premium-grid{grid-template-columns:1fr;text-align:center}.executive-intelligence-premium,.executive-score-column{grid-column:auto;grid-row:auto}.executive-intelligence-premium{text-align:left}.executive-situation{text-align:left}.executive-score-column .executive-score{width:195px;height:195px}.executive-availability{grid-template-columns:1fr;text-align:left}.executive-availability>div:first-child{justify-content:space-between}.executive-availability small{grid-column:auto}.executive-health-badges{justify-content:center}}

/* PATCH 075.1.5 - Estados completos dos equipamentos */
.executive-health-badges .planned{color:#7dd3fc}.executive-kpi #kpi-equipment-status{display:flex;align-items:center;gap:7px;overflow:visible;text-overflow:clip}.executive-kpi #kpi-equipment-status span{display:inline-flex;align-items:center;gap:2px;font-size:10px;font-weight:950}.executive-kpi #kpi-equipment-status b{font:inherit}.kpi-state-warn{color:#d79a00}.kpi-state-bad{color:#dc3545}.kpi-state-planned{color:#1687d9}@media(max-width:760px){.executive-kpi #kpi-equipment-status{gap:5px}.executive-kpi #kpi-equipment-status span{font-size:9px}}

/* PATCH 075.2 - Timeline Inteligente, Feed Operacional e Heatmap */
.noc-intelligence-grid{display:grid;grid-template-columns:1.25fr 1fr .9fr;gap:18px;align-items:stretch}.noc-widget{background:#fff;border:1px solid #dce7f5;border-radius:24px;padding:20px;box-shadow:0 16px 42px rgba(19,49,92,.09);min-width:0}.noc-widget-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:15px}.noc-widget-head span{display:block;color:#0b5be7;font-size:10px;font-weight:950;letter-spacing:.14em}.noc-widget-head h2{margin:4px 0 3px;color:#06172f;font-size:20px}.noc-widget-head p{margin:0;color:#667894;font-size:12px;font-weight:800;line-height:1.4}.noc-widget-head a{color:#0b5be7;text-decoration:none;font-size:12px;font-weight:950;white-space:nowrap}.noc-widget-head>b{border-radius:999px;background:#dcfce7;color:#15803d;padding:7px 10px;font-size:10px;letter-spacing:.08em}.noc-timeline,.noc-feed{display:flex;flex-direction:column;gap:9px;max-height:350px;overflow:auto;padding-right:3px}.noc-timeline-item{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:11px;align-items:start;border:1px solid #e3ebf6;border-radius:16px;padding:12px;background:#fbfdff}.noc-timeline-item>i{width:10px;height:10px;border-radius:50%;margin-top:5px;background:#f59e0b;box-shadow:0 0 0 5px rgba(245,158,11,.12)}.noc-timeline-item.success>i{background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12)}.noc-timeline-item.danger>i{background:#ef4444;box-shadow:0 0 0 5px rgba(239,68,68,.12)}.noc-timeline-item b,.noc-timeline-item strong{display:block}.noc-timeline-item b{font-size:11px;color:#0b5be7;text-transform:uppercase}.noc-timeline-item strong{margin:3px 0;color:#06172f}.noc-timeline-item p{margin:0;color:#60718c;font-size:12px;font-weight:800;line-height:1.35}.noc-timeline-item span{display:block;margin-top:6px;color:#8a98ad;font-size:10px;font-weight:900}.noc-timeline-item time,.noc-feed-item time{color:#71809a;font-size:11px;font-weight:950;white-space:nowrap}.noc-feed-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;border-bottom:1px solid #edf2f8;padding:9px 2px}.noc-feed-item>span{width:34px;height:34px;border-radius:11px;background:#eef4ff;display:grid;place-items:center}.noc-feed-item b{display:block;color:#06172f;font-size:12px}.noc-feed-item p{margin:3px 0 0;color:#6d7c93;font-size:11px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.noc-feed-item.danger>span{background:#ffe4e6}.noc-feed-item.warning>span{background:#fef3c7}.noc-feed-item.success>span{background:#dcfce7}.noc-heatmap-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.noc-heatmap-kpis div{border-radius:14px;background:#f3f7fd;padding:10px;text-align:center}.noc-heatmap-kpis small{display:block;color:#71809a;font-size:9px;font-weight:950;text-transform:uppercase}.noc-heatmap-kpis strong{display:block;margin-top:3px;color:#06172f;font-size:22px}.noc-heatmap{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}.noc-heatmap>span{display:flex;flex-direction:column;align-items:center;gap:4px}.noc-heatmap i,.noc-heatmap-legend i{display:block;width:100%;aspect-ratio:1;border-radius:7px;background:#edf2f8}.noc-heatmap small{font-size:8px;color:#7a889e;font-weight:800}.noc-heatmap .level-1 i,.noc-heatmap-legend .level-1{background:#bfdbfe}.noc-heatmap .level-2 i,.noc-heatmap-legend .level-2{background:#60a5fa}.noc-heatmap .level-3 i,.noc-heatmap-legend .level-3{background:#f59e0b}.noc-heatmap .level-4 i,.noc-heatmap-legend .level-4{background:#ef4444}.noc-heatmap-legend{display:flex;justify-content:flex-end;align-items:center;gap:5px;margin-top:12px;color:#71809a;font-size:9px;font-weight:900}.noc-heatmap-legend i{width:13px;height:13px;aspect-ratio:auto;border-radius:4px}.noc-empty{border:1px dashed #cddbed;border-radius:15px;padding:18px;text-align:center;color:#71809a;font-weight:850;background:#f8fbff}@media(max-width:1250px){.noc-intelligence-grid{grid-template-columns:1fr 1fr}.noc-heatmap-widget{grid-column:1/-1}.noc-heatmap{grid-template-columns:repeat(12,1fr)}}@media(max-width:780px){.noc-intelligence-grid{grid-template-columns:1fr}.noc-heatmap-widget{grid-column:auto}.noc-widget{padding:15px;border-radius:19px}.noc-widget-head{flex-direction:column}.noc-heatmap{grid-template-columns:repeat(6,1fr)}.noc-timeline,.noc-feed{max-height:none}}

/* PATCH 075.2.3 - Heatmap regressivo: hora atual em destaque */
.noc-heatmap>span{position:relative}
.noc-heatmap>span em{font-style:normal;font-size:7px;font-weight:950;letter-spacing:.08em;color:#0b5be7;margin-top:-1px}
.noc-heatmap>span.is-now i{outline:2px solid #0b5be7;outline-offset:2px;box-shadow:0 0 0 5px rgba(11,91,231,.10)}
.noc-heatmap>span.is-now small{color:#0b5be7;font-weight:950}

/* PATCH 075.2.4 - Heatmap exclusivo na Dashboard */
.noc-heatmap-section{display:block;margin-top:18px}
.noc-heatmap-widget-full{width:100%;padding:22px 24px}
.noc-heatmap-head{align-items:center;margin-bottom:18px}
.noc-heatmap-content{display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px;align-items:center}
.noc-heatmap-widget-full .noc-heatmap-kpis{margin:0;grid-template-columns:repeat(3,1fr);gap:10px}
.noc-heatmap-widget-full .noc-heatmap-kpis div{min-height:82px;display:flex;flex-direction:column;justify-content:center}
.noc-heatmap-main{min-width:0}
.noc-heatmap-widget-full .noc-heatmap{grid-template-columns:repeat(24,minmax(28px,1fr));gap:7px;align-items:start}
.noc-heatmap-widget-full .noc-heatmap>span{min-width:0}
.noc-heatmap-widget-full .noc-heatmap i{aspect-ratio:auto;height:48px;display:grid;place-items:center;transition:transform .18s ease,box-shadow .18s ease}
.noc-heatmap-widget-full .noc-heatmap i b{font-size:11px;color:#51627d;opacity:.85}
.noc-heatmap-widget-full .noc-heatmap .level-2 i b,.noc-heatmap-widget-full .noc-heatmap .level-3 i b,.noc-heatmap-widget-full .noc-heatmap .level-4 i b{color:#fff}
.noc-heatmap-widget-full .noc-heatmap>span:hover i{transform:translateY(-3px);box-shadow:0 8px 18px rgba(17,48,91,.16)}
.noc-heatmap-widget-full .noc-heatmap small{font-size:8px;white-space:nowrap}
.noc-heatmap-widget-full .noc-heatmap>span em{min-height:10px}
@media(max-width:1250px){.noc-heatmap-content{grid-template-columns:1fr}.noc-heatmap-widget-full .noc-heatmap{grid-template-columns:repeat(12,1fr)}}
@media(max-width:780px){.noc-heatmap-widget-full{padding:16px}.noc-heatmap-head{align-items:flex-start}.noc-heatmap-widget-full .noc-heatmap-kpis{grid-template-columns:repeat(3,1fr)}.noc-heatmap-widget-full .noc-heatmap{grid-template-columns:repeat(6,1fr)}.noc-heatmap-widget-full .noc-heatmap i{height:42px}}

/* PATCH 075.2.6 - contagem visivel no heatmap em desktop e mobile */
.noc-heatmap-widget-full .noc-heatmap i b{display:block;position:relative;z-index:1;line-height:1;font-size:clamp(10px,.75vw,14px);font-weight:950;color:#51627d;opacity:1;text-shadow:none}
.noc-heatmap-widget-full .noc-heatmap .level-2 i b,.noc-heatmap-widget-full .noc-heatmap .level-3 i b,.noc-heatmap-widget-full .noc-heatmap .level-4 i b{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.16)}
.noc-heatmap-widget-full .noc-heatmap .level-0 i b,.noc-heatmap-widget-full .noc-heatmap .level-1 i b{color:#52637e}
@media(max-width:780px){.noc-heatmap-widget-full .noc-heatmap i b{font-size:16px}}


/* PATCH 075.2.7 - Heatmap: contagem garantida no mobile/PWA e cache bust */
.noc-heatmap-widget-full .noc-heatmap > span > i{
  position:relative;
  display:grid!important;
  place-items:center!important;
}
.noc-heatmap-widget-full .noc-heatmap > span > i > b{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:2!important;
}
@media(max-width:780px){
  .noc-heatmap-widget-full .noc-heatmap > span > i{min-height:54px;height:54px!important;}
  .noc-heatmap-widget-full .noc-heatmap > span > i > b{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    font-size:17px!important;
    line-height:1!important;
    font-weight:950!important;
  }
  .noc-heatmap-widget-full .noc-heatmap > span > i:empty::after{
    content:attr(data-count);
  }
}


/* PATCH 076 - Central de Operacoes Inteligente */
.ops-intelligence-076{margin:22px 0;padding:22px;border:1px solid #dbe7f6;border-radius:24px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 18px 45px rgba(15,43,83,.08)}
.ops-intelligence-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.ops-intelligence-title>div:first-child>span{font-size:11px;font-weight:900;letter-spacing:.14em;color:#0b63ce}.ops-intelligence-title h2{margin:4px 0;font-size:25px;color:#071b3a}.ops-intelligence-title p{margin:0;color:#65758f;font-weight:700}
.ops-trend-pill{min-width:230px;padding:12px 16px;border-radius:16px;display:grid;grid-template-columns:auto 1fr;gap:1px 10px;align-items:center}.ops-trend-pill b{grid-row:1/3;font-size:26px}.ops-trend-pill span{font-weight:900}.ops-trend-pill small{font-weight:700}.trend-improving{background:#dcfce7;color:#08783e}.trend-worsening{background:#fee2e2;color:#b42318}.trend-stable{background:#e8f1ff;color:#1858a8}
.ops-ranking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ops-ranking-card{border:1px solid #dbe6f4;border-radius:20px;padding:16px;background:#fff;min-width:0}.ops-ranking-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.ops-ranking-card>header div{display:flex;align-items:center;gap:8px}.ops-ranking-card h3{margin:0;font-size:17px;color:#071b3a}.ops-ranking-card header a{font-size:12px;font-weight:900;color:#0866d9;text-decoration:none}
.ops-ranking-list{display:grid;gap:8px}.ops-ranking-list>a{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;border-radius:14px;background:#f6f9fd;text-decoration:none;color:#071b3a;overflow:hidden}.ops-ranking-list>a:hover{background:#edf5ff;transform:translateY(-1px)}.ops-ranking-list em{font-style:normal;font-weight:900;color:#0b63ce}.ops-ranking-list b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-ranking-list small{display:block;margin-top:2px;color:#6b7b94;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-ranking-list strong{font-size:20px}.ops-ranking-list i{position:absolute;left:0;bottom:0;height:3px;width:var(--score);background:linear-gradient(90deg,#20c997,#ffb000,#ef4444)}.ops-ranking-empty{padding:22px;text-align:center;color:#7b8aa2;font-weight:800}
@media(max-width:1100px){.ops-ranking-grid{grid-template-columns:1fr}.ops-intelligence-title{align-items:flex-start}.ops-trend-pill{min-width:210px}}
@media(max-width:700px){.ops-intelligence-076{padding:16px;border-radius:20px}.ops-intelligence-title{display:grid}.ops-trend-pill{width:100%;box-sizing:border-box}.ops-ranking-card{padding:13px}.ops-ranking-card>header{align-items:flex-start}.ops-ranking-card h3{font-size:16px}}
/* PATCH 076.1 - scores, comparativos e leitura automatica */
.ops-analysis-brief{display:flex;align-items:center;gap:12px;margin:-4px 0 16px;padding:13px 16px;border:1px solid #cfe1f7;border-radius:16px;background:linear-gradient(90deg,#eef6ff,#f8fbff);color:#203d63}.ops-analysis-brief>span{display:grid;place-items:center;flex:0 0 36px;height:36px;border-radius:12px;background:#fff;font-size:20px;box-shadow:0 6px 18px rgba(15,67,125,.1)}.ops-analysis-brief p{margin:0;font-weight:800;line-height:1.45}
.ops-ranking-list>a.ops-rank-row{grid-template-columns:34px minmax(0,1fr) auto;padding:10px 11px}.ops-rank-row aside{display:grid;justify-items:end;gap:2px}.ops-rank-row aside strong{line-height:1}.ops-rank-row aside small{font-size:11px;font-weight:900}.ops-score{display:inline-flex!important;width:max-content;margin-top:5px!important;padding:3px 7px;border-radius:999px;font-size:10px!important;font-weight:900!important;letter-spacing:.02em;white-space:nowrap}.score-critical,.score-danger{color:#b42318;background:#fee4e2}.score-warning{color:#9a6700;background:#fff1c2}.score-good{color:#067647;background:#d1fadf}.score-excellent{color:#075985;background:#dff3ff}.ops-change.trend-improving{color:#07883d}.ops-change.trend-worsening{color:#d92d20}.ops-change.trend-stable{color:#52647d}
@media(max-width:700px){.ops-analysis-brief{align-items:flex-start;padding:12px}.ops-analysis-brief p{font-size:13px}.ops-ranking-list>a.ops-rank-row{grid-template-columns:28px minmax(0,1fr) auto;gap:8px}.ops-score{font-size:9px!important}.ops-rank-row aside strong{font-size:18px}}


/* PATCH 076.2 - Inteligencia Preditiva */
.predictive-intelligence-0762{margin:20px 0;background:#fff;border:1px solid #dbe7f6;border-radius:24px;padding:22px;box-shadow:0 14px 34px rgba(10,43,91,.08)}
.predictive-title{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.predictive-title>div:first-child>span{color:#0b5be7;font-size:11px;font-weight:950;letter-spacing:1.4px}.predictive-title h2{margin:5px 0 3px;color:#061a3b;font-size:25px}.predictive-title p{margin:0;color:#657590;font-weight:750}.predictive-confidence{min-width:110px;text-align:center;border-radius:18px;padding:10px 14px;background:#eef6ff;border:1px solid #cfe2ff}.predictive-confidence small{display:block;color:#6b7d99;font-size:9px;font-weight:950;letter-spacing:1px}.predictive-confidence strong{display:block;color:#0b5be7;margin-top:3px}
.predictive-analysis{display:flex;gap:12px;align-items:center;margin:15px 0;padding:13px 15px;border-radius:16px;background:linear-gradient(90deg,#f0f7ff,#fbfdff);border:1px solid #cfe2ff}.predictive-analysis span{font-size:22px}.predictive-analysis p{margin:0;color:#183657;font-weight:850;line-height:1.45}
.predictive-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.predictive-kpis article{border-radius:17px;padding:14px;background:#f6f9fe;border:1px solid #dce7f5}.predictive-kpis small{display:block;color:#72829b;font-size:9px;font-weight:950;letter-spacing:.8px}.predictive-kpis strong{display:block;color:#071b3a;font-size:27px;line-height:1.1;margin:5px 0}.predictive-kpis span{font-size:11px;font-weight:850;color:#64748b}.predictive-kpis .trend-worsening{color:#dc2626}.predictive-kpis .trend-improving{color:#059669}.predictive-kpis .trend-stable{color:#2563eb}
.predictive-body{display:grid;grid-template-columns:1.35fr 1fr;gap:14px}.predictive-chart-card,.predictive-risk-card{border:1px solid #dce7f5;border-radius:18px;padding:15px;background:#fbfdff}.predictive-chart-card header,.predictive-risk-card header{display:flex;align-items:center;justify-content:space-between}.predictive-chart-card h3,.predictive-risk-card h3{margin:0;color:#071b3a}.predictive-chart-card header small,.predictive-risk-card header small{color:#7a8aa2;font-weight:800}
.predictive-bars-scroll{width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.predictive-bars{height:185px;display:flex;align-items:flex-end;gap:7px;margin-top:14px;padding:15px 2px 4px;min-width:100%}.predictive-bars>.predictive-day{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;min-width:0;border:0;background:transparent;padding:0;cursor:pointer;font:inherit}.predictive-bars>.predictive-day:focus-visible{outline:3px solid #0b5be7;outline-offset:3px;border-radius:10px}.predictive-bars i{height:max(5px,var(--h));width:100%;max-width:42px;border-radius:9px 9px 4px 4px;background:#b9d1f5;position:relative;transition:height .35s ease}.predictive-bars .current i{background:linear-gradient(180deg,#0b5be7,#4d91f5)}.predictive-bars i b{position:absolute;top:-17px;left:0;right:0;text-align:center;color:#526886;font-size:10px}.predictive-bars .current i b{color:#0b5be7}.predictive-bars small{font-size:9px;font-weight:850;color:#7a8aa2;margin-top:6px;white-space:nowrap}
.predictive-risk-list{display:grid;gap:9px;margin-top:12px}.predictive-risk-list a{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;text-decoration:none;border-radius:14px;padding:10px 11px;background:#f4f8fd;border-left:4px solid #60a5fa}.predictive-risk-list a.risk-moderado{border-left-color:#f59e0b;background:#fffaf0}.predictive-risk-list a.risk-alto{border-left-color:#ef4444;background:#fff5f5}.predictive-risk-list a>span{font-size:20px}.predictive-risk-list b{display:block;color:#071b3a}.predictive-risk-list div small{display:block;color:#667792;font-weight:750;margin-top:2px}.predictive-risk-list aside{text-align:right}.predictive-risk-list aside strong{display:block;color:#071b3a;font-size:18px}.predictive-risk-list aside small{font-size:9px;font-weight:950;color:#687995}.predictive-empty{text-align:center;padding:30px;color:#718198;font-weight:850}
@media(max-width:900px){.predictive-kpis{grid-template-columns:repeat(2,1fr)}.predictive-body{grid-template-columns:1fr}.predictive-title{align-items:center}.predictive-title h2{font-size:21px}}
@media(max-width:560px){.predictive-intelligence-0762{padding:15px;border-radius:20px}.predictive-title{display:block}.predictive-confidence{margin-top:12px;width:max-content}.predictive-kpis{gap:8px}.predictive-kpis article{padding:11px}.predictive-chart-card{overflow:hidden}.predictive-bars-scroll{margin-inline:-4px;padding-inline:4px}.predictive-bars{height:175px;gap:7px;min-width:760px}.predictive-bars>.predictive-day{min-width:46px}.predictive-bars small{font-size:10px}.predictive-risk-list a{grid-template-columns:30px 1fr auto;padding:9px}.predictive-risk-list div small{font-size:10px}}

/* PATCH 076.3 - Drill Down Inteligente da Predicao */
.predictive-day-modal{position:fixed;inset:0;z-index:10050;background:rgba(2,18,45,.58);display:grid;place-items:center;padding:18px;backdrop-filter:blur(5px)}
.predictive-day-dialog{width:min(430px,100%);position:relative;background:#fff;border:1px solid #d4e3f7;border-radius:24px;padding:24px;box-shadow:0 28px 80px rgba(2,20,55,.32)}
.predictive-day-close{position:absolute;right:14px;top:12px;border:0;background:#edf4ff;color:#173b68;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1;cursor:pointer}
.predictive-day-kicker{color:#0b5be7;font-size:10px;font-weight:950;letter-spacing:1.2px}.predictive-day-dialog h3{margin:7px 0 2px;color:#071b3a;font-size:25px}.predictive-day-total{display:block;color:#183657;font-size:19px;margin-bottom:16px}
.predictive-day-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.predictive-day-stats span{background:#f4f8fd;border:1px solid #dce7f5;border-radius:14px;padding:11px 8px;text-align:center;color:#667792;font-size:11px;font-weight:800}.predictive-day-stats b{display:block;color:#071b3a;font-size:19px;margin-bottom:3px}
.predictive-day-action{display:block;margin-top:16px;text-align:center;text-decoration:none;background:#061a3b;color:#fff;border-radius:14px;padding:13px 16px;font-weight:900}.predictive-day-action:hover{background:#0b5be7}
@media(max-width:560px){.predictive-day-dialog{padding:21px 16px}.predictive-day-stats{grid-template-columns:1fr}.predictive-day-stats span{display:flex;align-items:center;justify-content:space-between;text-align:left}.predictive-day-stats b{display:inline;margin:0}}

/* PATCH 076.4 - Inteligencia de Causa Raiz Estatistica */
.root-cause-intelligence-0764{margin:20px 0;background:#fff;border:1px solid #dbe7f6;border-radius:24px;padding:22px;box-shadow:0 14px 34px rgba(10,43,91,.08)}
.root-cause-title{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.root-cause-title>div:first-child>span{color:#0b5be7;font-size:11px;font-weight:950;letter-spacing:1.4px}.root-cause-title h2{margin:5px 0 3px;color:#061a3b;font-size:25px}.root-cause-title p{margin:0;color:#657590;font-weight:750}.root-cause-confidence{min-width:110px;text-align:center;border-radius:18px;padding:10px 14px;background:#f4efff;border:1px solid #ddcffd}.root-cause-confidence small{display:block;color:#75678f;font-size:9px;font-weight:950;letter-spacing:1px}.root-cause-confidence strong{display:block;color:#6d28d9;margin-top:3px}
.root-cause-analysis{display:flex;gap:12px;align-items:center;margin:15px 0;padding:13px 15px;border-radius:16px;background:linear-gradient(90deg,#f5f0ff,#fbfdff);border:1px solid #ddd2f7}.root-cause-analysis>span{font-size:22px}.root-cause-analysis p{margin:0;color:#23395b;font-weight:850;line-height:1.45}
.root-cause-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.root-cause-card,.root-contributor-card{border:1px solid #dce7f5;border-radius:18px;padding:15px;background:#fbfdff}.root-cause-card>header,.root-contributor-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.root-cause-card h3,.root-contributor-card h3{margin:0;color:#071b3a}.root-cause-card header small,.root-contributor-card header small{color:#7a8aa2;font-weight:800}
.root-cause-bars,.root-contributors{display:grid;gap:9px}.root-cause-bars>a{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;text-decoration:none;border-radius:14px;padding:11px;background:#f4f8fd;color:#071b3a}.root-cause-bars>a:hover,.root-contributors>a:hover{transform:translateY(-1px);background:#edf5ff}.root-cause-bars>a>span{font-size:21px}.root-cause-bars b,.root-contributors b{display:block}.root-cause-bars small,.root-contributors small{display:block;color:#667792;font-weight:750;margin-top:2px}.root-cause-bars i{display:block;height:5px;border-radius:999px;background:#d9e8fa;margin-top:8px;overflow:hidden}.root-cause-bars i:after{content:"";display:block;width:var(--cause);height:100%;border-radius:inherit;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ef4444)}.root-cause-bars aside strong{font-size:20px}.root-cause-bars .cause-gateway{border-left:4px solid #ef4444}.root-cause-bars .cause-wan{border-left:4px solid #f59e0b}.root-cause-bars .cause-equipment{border-left:4px solid #3b82f6}.root-cause-bars .cause-performance{border-left:4px solid #8b5cf6}.root-cause-bars .cause-external{border-left:4px solid #06b6d4}.root-cause-bars .cause-other{border-left:4px solid #94a3b8}
.root-contributors>a{display:grid;grid-template-columns:28px 32px minmax(0,1fr) auto;gap:8px;align-items:center;text-decoration:none;border-radius:14px;padding:10px;background:#f4f8fd;color:#071b3a}.root-contributors em{font-style:normal;font-weight:950;color:#0b63ce}.root-contributors>a>span{font-size:20px}.root-contributors aside strong{font-size:18px}.root-cause-empty{padding:28px;text-align:center;color:#718198;font-weight:850}
.predictive-day-root{display:flex;gap:10px;align-items:center;margin-top:12px;padding:12px;border-radius:14px;background:#f5f0ff;border:1px solid #ddd2f7}.predictive-day-root>span{font-size:23px}.predictive-day-root small{display:block;color:#75678f;font-size:9px;font-weight:950;letter-spacing:.7px}.predictive-day-root b{display:block;color:#2f2354;margin-top:2px}.predictive-day-root em{display:block;color:#6b5a89;font-size:11px;font-style:normal;font-weight:800;margin-top:2px}
@media(max-width:900px){.root-cause-grid{grid-template-columns:1fr}.root-cause-title{align-items:center}}
@media(max-width:560px){.root-cause-intelligence-0764{padding:15px;border-radius:20px}.root-cause-title{display:block}.root-cause-confidence{margin-top:12px;width:max-content}.root-cause-analysis{align-items:flex-start}.root-cause-card,.root-contributor-card{padding:12px}.root-cause-card>header,.root-contributor-card>header{align-items:flex-start}.root-cause-bars>a{grid-template-columns:30px minmax(0,1fr) auto;padding:10px}.root-contributors>a{grid-template-columns:25px 28px minmax(0,1fr) auto;padding:9px}.root-cause-bars small,.root-contributors small{font-size:10px}.root-cause-bars aside strong,.root-contributors aside strong{font-size:16px}}


/* PATCH 077.0 - Executive Morning Brief */
.morning-brief-077{margin:18px 0;background:linear-gradient(135deg,#0c2245 0%,#123867 58%,#0d6b74 100%);border:1px solid rgba(126,211,255,.2);border-radius:22px;padding:24px;color:#fff;box-shadow:0 18px 45px rgba(5,27,58,.18);overflow:hidden;position:relative}.morning-brief-077:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-160px;top:-210px;background:rgba(255,255,255,.07)}.morning-brief-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;position:relative;z-index:1}.morning-brief-head>div:first-child{max-width:850px}.morning-brief-head>div:first-child>span{font-size:11px;letter-spacing:.16em;font-weight:800;color:#8fdcf4}.morning-brief-head h2{margin:7px 0 8px;font-size:27px}.morning-brief-head p{margin:0;color:#d8e7f6;line-height:1.55}.morning-score{min-width:180px;text-align:center;background:rgba(1,16,38,.32);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:14px 18px}.morning-score small{display:block;font-size:10px;letter-spacing:.12em;color:#a9c8df}.morning-score strong{display:block;font-size:38px;line-height:1;margin:8px 0}.morning-score strong i{font-size:14px;font-style:normal;color:#b9d2e7}.morning-score em{display:block;font-style:normal;font-weight:800;color:#69e8bb}.morning-score>span{display:block;margin-top:8px;font-size:12px;font-weight:800}.morning-score .trend-improving{color:#65e6b2}.morning-score .trend-worsening{color:#ff9b9b}.morning-score .trend-stable{color:#d5e8f7}.morning-brief-grid{display:grid;grid-template-columns:1.15fr 1.15fr .8fr;gap:14px;margin-top:18px;position:relative;z-index:1}.morning-card{background:#fff;color:#16283c;border-radius:17px;padding:16px;box-shadow:0 12px 30px rgba(5,28,58,.16)}.morning-card>header{display:flex;gap:10px;align-items:center;margin-bottom:13px}.morning-card>header>span{font-size:22px}.morning-card h3{margin:0;font-size:15px}.morning-card header p{margin:3px 0 0;font-size:11px;color:#718096}.morning-change-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.morning-change-grid>div{min-height:68px;border-radius:12px;padding:9px;background:#f4f7fb;display:grid;grid-template-columns:auto 1fr;gap:3px 7px;align-items:center}.morning-change-grid span{grid-row:1/3;font-size:18px}.morning-change-grid small{font-size:10px;color:#6d7c8e}.morning-change-grid strong{font-size:18px}.morning-change-grid .tone-success{background:#eafaf3}.morning-change-grid .tone-warning{background:#fff8e4}.morning-change-grid .tone-danger{background:#fff0f0}.morning-priority-list{display:grid;gap:8px}.morning-priority-list a{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:10px;text-decoration:none;color:inherit;background:#f5f8fc;border-radius:12px;padding:9px 11px;border:1px solid #e8eef5}.morning-priority-list a:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,49,84,.1)}.morning-priority-list a>i{width:8px;height:34px;border-radius:10px;background:#7a8da3}.morning-priority-list .priority-high>i{background:#ef4444}.morning-priority-list .priority-medium>i{background:#f59e0b}.morning-priority-list .priority-low>i{background:#22c55e}.morning-priority-list small,.morning-priority-list span{display:block;color:#748397;font-size:10px}.morning-priority-list b{display:block;font-size:12px;margin:2px 0}.morning-priority-list em{font-style:normal;font-size:10px;font-weight:800;color:#1662a7}.morning-empty{padding:22px;text-align:center;color:#21785a;background:#eefbf5;border-radius:12px}.morning-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.morning-kpi-grid>div{background:#f3f7fb;border-radius:12px;padding:12px}.morning-kpi-grid small{display:block;color:#718096;font-size:10px}.morning-kpi-grid strong{display:block;margin-top:5px;font-size:17px;color:#123c67}.morning-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:13px;position:relative;z-index:1}.morning-highlights a{display:flex;gap:10px;align-items:center;color:#fff;text-decoration:none;background:rgba(1,17,39,.24);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:11px 13px}.morning-highlights a>span{font-size:22px}.morning-highlights small,.morning-highlights b,.morning-highlights em{display:block}.morning-highlights small{font-size:9px;letter-spacing:.07em;color:#9fd5e9}.morning-highlights b{font-size:12px;margin:2px 0}.morning-highlights em{font-size:10px;font-style:normal;color:#d8e7f3}@media(max-width:1050px){.morning-brief-grid{grid-template-columns:1fr 1fr}.morning-kpis{grid-column:1/-1}.morning-highlights{grid-template-columns:1fr 1fr 1fr}}@media(max-width:700px){.morning-brief-077{padding:17px;border-radius:18px}.morning-brief-head{display:block}.morning-brief-head h2{font-size:22px}.morning-score{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:left}.morning-score small,.morning-score>span{grid-column:1/-1}.morning-score strong{font-size:32px}.morning-brief-grid{grid-template-columns:1fr}.morning-kpis{grid-column:auto}.morning-change-grid{grid-template-columns:1fr 1fr}.morning-highlights{grid-template-columns:1fr}.morning-priority-list a{grid-template-columns:7px 1fr}.morning-priority-list em{display:none}}

/* PATCH 082.0 - Navegacao compacta por grupos */
.sidebar{padding:18px 14px}.brand{margin-bottom:12px}.collapse-btn{margin-bottom:10px}.menu-groups{gap:4px;overflow-y:auto;overflow-x:hidden;padding-right:3px;scrollbar-width:thin}.menu-group{border-radius:13px;overflow:hidden}.menu-group-toggle{width:100%;min-height:42px;border:0;border-radius:13px;background:transparent;color:#eaf3ff;padding:9px 11px;display:grid;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:9px;text-align:left;font:800 13px/1.2 inherit;cursor:pointer}.menu-group-toggle:hover,.menu-group.is-open>.menu-group-toggle,.menu-group.has-active>.menu-group-toggle{background:rgba(255,255,255,.1)}.menu-group-icon,.menu-item-icon{display:grid;place-items:center;width:24px;font-size:16px}.menu-group-chevron{font-size:21px;line-height:1;transition:transform .18s ease;text-align:center}.menu-group.is-open .menu-group-chevron{transform:rotate(90deg)}.menu-group-items{display:block;max-height:0;overflow:hidden;padding:0 0 0 9px;opacity:0;visibility:hidden;transition:max-height .22s ease,opacity .16s ease,visibility 0s linear .22s}.menu-group.is-open .menu-group-items{max-height:520px;opacity:1;visibility:visible;transition:max-height .24s ease,opacity .18s ease,visibility 0s}.menu-group-items a{min-height:35px;border-radius:10px;padding:7px 10px;gap:8px;font-size:12px;font-weight:750;color:#dceaff}.menu-group-items a.active,.menu-group-items a:hover{background:var(--blue);color:#fff}.sidebar-footer{margin-top:10px;padding:11px 13px;border-radius:13px;font-size:11px}.menu-group-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.sidebar-collapsed .menu-group-label,body.sidebar-collapsed .menu-group-chevron,body.sidebar-collapsed .menu-group-items{display:none}body.sidebar-collapsed .menu-group-toggle{display:flex;justify-content:center;padding:9px}body.sidebar-collapsed .menu-group{overflow:visible}
@media(min-width:701px){.menu-group:hover>.menu-group-toggle{background:rgba(255,255,255,.1)}}
@media(max-width:700px){.sidebar{padding:16px 12px}.menu-groups{gap:5px}.menu-group-toggle{min-height:44px;font-size:14px}.menu-group-items a{min-height:39px;font-size:13px;padding:9px 10px}.menu-group-label,.menu-group-chevron{display:initial!important}.menu-group-items{display:block!important}}

/* PATCH 083.0 - Premium UI Navigation: hierarquia visual dos submenus */
.menu-group{
  position:relative;
  border:1px solid transparent;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.menu-group.is-open{
  background:rgba(67,112,174,.16);
  border-color:rgba(173,207,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.menu-group.is-open>.menu-group-toggle{
  background:rgba(255,255,255,.10);
  color:#fff;
  font-weight:900;
}
.menu-group-items{
  position:relative;
  margin:4px 7px 7px 12px;
  padding:5px 5px 5px 15px;
  border-radius:0 11px 11px 0;
  background:linear-gradient(90deg,rgba(67,113,177,.24),rgba(65,105,163,.12));
}
.menu-group-items::before{
  content:"";
  position:absolute;
  left:5px;
  top:9px;
  bottom:9px;
  width:2px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(115,174,255,.72),rgba(115,174,255,.18));
  box-shadow:0 0 10px rgba(83,151,255,.18);
}
.menu-group-items a{
  position:relative;
  margin:1px 0;
  color:#e5f0ff;
  font-weight:700;
  transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.menu-group-items a::before{
  content:"";
  position:absolute;
  left:-11px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:rgba(154,197,255,.72);
  box-shadow:0 0 0 3px rgba(94,155,236,.10);
}
.menu-group-items a:hover{
  background:rgba(70,139,235,.28);
  color:#fff;
  transform:translateX(2px);
}
.menu-group-items a.active{
  background:linear-gradient(135deg,#1c78ff,#247fff);
  color:#fff;
  box-shadow:0 8px 18px rgba(20,103,231,.24);
}
.menu-group-items a.active::before{
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.14);
}
.menu-group.has-active:not(.is-open)>.menu-group-toggle{
  background:rgba(37,118,235,.18);
  color:#fff;
}
@media(min-width:701px){
  .menu-group-toggle:hover{background:rgba(255,255,255,.075)}
  .menu-group.is-open>.menu-group-toggle:hover{background:rgba(255,255,255,.12)}
}
@media(max-width:700px){
  .menu-group.is-open{background:rgba(67,112,174,.14)}
  .menu-group-items{margin:5px 6px 8px 11px;padding:6px 5px 6px 16px;background:linear-gradient(90deg,rgba(67,113,177,.26),rgba(65,105,163,.13))}
  .menu-group-items::before{left:6px;top:10px;bottom:10px}
  .menu-group-items a{margin:2px 0}
}


/* PATCH 083.0.0 - acesso flutuante ao menu principal no celular. */
.mobile-floating-menu{display:none}
@media(max-width:700px){
  .mobile-floating-menu{
    position:fixed;
    left:14px;
    bottom:calc(14px + env(safe-area-inset-bottom,0px));
    z-index:1250;
    min-width:64px;
    height:64px;
    padding:8px 11px;
    border:0;
    border-radius:20px;
    background:linear-gradient(145deg,#0b5ed7,#0849ad);
    color:#fff;
    box-shadow:0 14px 36px rgba(4,32,77,.32);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
    transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
  }
  .mobile-floating-menu:active{transform:scale(.94)}
  .mobile-floating-menu:focus-visible{outline:3px solid rgba(22,119,255,.34);outline-offset:3px}
  .mobile-floating-menu-icon{font-size:25px;font-weight:900;line-height:1}
  .mobile-floating-menu-label{font-size:10px;font-weight:900;line-height:1.1;letter-spacing:.02em}
  body.mobile-sidebar-open .mobile-floating-menu{
    background:linear-gradient(145deg,#b42318,#8f1c14);
    box-shadow:0 14px 36px rgba(112,20,14,.32);
  }
}
@media(min-width:701px){.mobile-floating-menu{display:none!important}}


/* PATCH 076.5 - filtro de periodo da Central de Operacoes */
.ops-intelligence-controls{display:grid;gap:10px;justify-items:end;min-width:300px}
.ops-period-filter{display:grid;gap:7px;width:100%;padding:10px;border:1px solid #d4e2f3;border-radius:16px;background:#fff}
.ops-period-filter>label{font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#60728e}
.ops-period-filter select,.ops-period-filter input{min-height:38px;border:1px solid #cbd9eb;border-radius:11px;background:#f8fbff;color:#102846;font:inherit;font-weight:800;padding:7px 10px}
.ops-period-custom{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end}
.ops-period-custom[hidden]{display:none}
.ops-period-custom label{display:grid;gap:4px;font-size:10px;font-weight:900;color:#60728e}
.ops-period-custom button{min-height:38px;border:0;border-radius:11px;padding:0 15px;background:#0866d9;color:#fff;font-weight:900;cursor:pointer}
@media(max-width:1100px){.ops-intelligence-controls{width:100%;min-width:0;justify-items:stretch}.ops-period-filter{box-sizing:border-box}}
@media(max-width:700px){.ops-period-custom{grid-template-columns:1fr}.ops-period-custom button{width:100%}}

/* Clientes: cards compactos somente no mobile. */
@media (max-width: 760px) {
  #clients-grid.view-cards { gap: 12px; }
  #clients-grid.view-cards .client-card { padding: 16px; border-radius: 20px; gap: 12px; }
  #clients-grid.view-cards .client-top { gap: 11px; align-items: center; }
  #clients-grid.view-cards .client-icon { width: 52px; height: 52px; min-width: 52px; border-radius: 15px; font-size: 27px; }
  #clients-grid.view-cards .client-top h3 { font-size: 21px; line-height: 1.08; margin: 0 0 4px; }
  #clients-grid.view-cards .client-top span { font-size: 13px; line-height: 1.25; }
  #clients-grid.view-cards .client-location-pending { font-size: 12px; margin-top: 3px; }
  #clients-grid.view-cards .client-pills { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin: 0; }
  #clients-grid.view-cards .client-pills > span { justify-content: center; min-width: 0; padding: 7px 5px; border-radius: 12px; font-size: 13px; line-height: 1; }
  #clients-grid.view-cards .availability { margin: 0; gap: 7px; }
  #clients-grid.view-cards .availability > div:first-child { align-items: center; }
  #clients-grid.view-cards .availability b { font-size: 14px; }
  #clients-grid.view-cards .availability strong { font-size: 17px; }
  #clients-grid.view-cards .availability .bar { height: 7px; }
  #clients-grid.view-cards .client-meta { gap: 7px 12px; margin: 0; font-size: 13px; }
  #clients-grid.view-cards .client-meta > span:not(.client-gateway-state) { white-space: nowrap; }
  #clients-grid.view-cards .client-gateway-state { width: 100%; padding: 7px 10px; text-align: center; font-size: 12px; line-height: 1.15; }
  #clients-grid.view-cards .client-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 0; }
  #clients-grid.view-cards .client-actions button,
  #clients-grid.view-cards .client-actions a { display: flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 7px; border-radius: 11px; font-size: 12px; line-height: 1.1; text-align: center; }
}

@media (max-width: 390px) {
  #clients-grid.view-cards .client-card { padding: 14px; }
  #clients-grid.view-cards .client-top h3 { font-size: 19px; }
  #clients-grid.view-cards .client-pills > span { font-size: 12px; padding: 7px 3px; }
}

/* Clientes: correcao final mobile para lista e cards. */
@media (max-width: 900px) {
  #clients-grid.view-list .client-actions { grid-area: actions; display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 4px !important; min-width: 176px !important; }
  #clients-grid.view-list .client-actions button,
  #clients-grid.view-list .client-actions a { width: 100% !important; height: auto !important; min-height: 30px !important; padding: 5px 6px !important; font-size: 10px !important; line-height: 1.1 !important; display: flex !important; align-items: center !important; justify-content: center !important; white-space: nowrap !important; }
  #clients-grid.view-list .client-actions button::first-letter,
  #clients-grid.view-list .client-actions a::first-letter { font-size: inherit !important; }
}

@media (max-width: 760px) {
  #clients-grid.view-cards { gap: 9px !important; }
  #clients-grid.view-cards .client-card { padding: 10px 11px !important; border-radius: 17px !important; gap: 7px !important; border-left-width: 5px !important; }
  #clients-grid.view-cards .client-top { grid-template-columns: 36px minmax(0,1fr) !important; gap: 8px !important; align-items: center !important; }
  #clients-grid.view-cards .client-icon { width: 36px !important; height: 36px !important; min-width: 36px !important; border-radius: 11px !important; font-size: 18px !important; }
  #clients-grid.view-cards .client-top h3 { font-size: 15px !important; line-height: 1.05 !important; margin: 0 !important; }
  #clients-grid.view-cards .client-top span { font-size: 10px !important; line-height: 1.15 !important; margin-top: 2px !important; }
  #clients-grid.view-cards .client-pills { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 4px !important; margin: 0 !important; }
  #clients-grid.view-cards .client-pills > span { padding: 4px 5px !important; border-radius: 10px !important; font-size: 10px !important; line-height: 1 !important; text-align: center !important; }
  #clients-grid.view-cards .availability { margin: 0 !important; }
  #clients-grid.view-cards .availability b,
  #clients-grid.view-cards .availability strong { font-size: 11px !important; }
  #clients-grid.view-cards .availability .bar { height: 5px !important; margin-top: 4px !important; }
  #clients-grid.view-cards .client-meta { gap: 5px 8px !important; margin: 0 !important; font-size: 10px !important; line-height: 1.15 !important; }
  #clients-grid.view-cards .client-gateway-state { width: auto !important; padding: 4px 6px !important; font-size: 10px !important; line-height: 1.1 !important; }
  #clients-grid.view-cards .client-actions { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 4px !important; margin: 0 !important; }
  #clients-grid.view-cards .client-actions button,
  #clients-grid.view-cards .client-actions a { display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important; min-width: 0 !important; min-height: 28px !important; height: auto !important; padding: 4px 2px !important; border-radius: 8px !important; font-size: 9px !important; line-height: 1 !important; white-space: nowrap !important; }
}

@media (max-width: 390px) {
  #clients-grid.view-cards .client-actions { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  #clients-grid.view-cards .client-actions button,
  #clients-grid.view-cards .client-actions a { font-size: 10px !important; }
}
