/* FLAITOPS World — Copilot + globo Mapbox + painel operacional */
body.workspace-world-focus .workspace-main{
  grid-template-columns:228px minmax(240px,.68fr) minmax(0,1.05fr) minmax(290px,.34fr);
  gap:.62rem;
  padding:0 .62rem .62rem 0;
  align-items:stretch;
}
body.light-theme.workspace-world-focus .workspace-main{background:#f0f3f1}
body.workspace-world-focus:not(.light-theme) .workspace-main{background:#0a0f18}
body.workspace-world-focus.workspace-world-passenger .workspace-main{
  grid-template-columns:228px minmax(260px,.44fr) minmax(0,1fr);
}
/* Layout unificado: painéis à direita da rail, ordem = ordem de seleção (JS) */
body.workspace-pane-layout.workspace-passenger .workspace-main,
body.workspace-pane-layout.workspace-student .workspace-main,
body.workspace-pane-layout.workspace-professional .workspace-main{
  gap:.62rem;
  padding:0 .62rem .62rem 0;
  align-items:stretch;
}
body.workspace-pane-layout.workspace-world-focus .workspace-main{
  grid-template-rows:1fr!important;
}
body.light-theme.workspace-pane-layout.workspace-world-focus .workspace-main{background:#f0f3f1}
body.workspace-pane-layout.workspace-world-focus:not(.light-theme) .workspace-main{background:#0a0f18}
body.workspace-pane-layout.workspace-passenger .workspace-chat-pane,
body.workspace-pane-layout.workspace-passenger .workspace-desk-pane,
body.workspace-pane-layout.workspace-student .workspace-chat-pane,
body.workspace-pane-layout.workspace-student .workspace-desk-pane,
body.workspace-pane-layout.workspace-world-focus .workspace-chat-pane,
body.workspace-pane-layout.workspace-world-focus .workspace-world-map-pane{
  grid-column:unset;
  grid-row:unset;
  margin-top:.62rem;
  margin-bottom:.62rem;
}
body.workspace-pane-layout .workspace-world-wrap:not([hidden]){
  display:contents!important;
}
body.workspace-pane-layout.workspace-pane-desk-open .workspace-desk-pane{
  display:flex!important;
  flex-direction:column;
  min-height:0;
  min-width:0;
}
body.workspace-pane-layout.workspace-pane-world-open .workspace-world-map-pane{
  display:flex!important;
  flex-direction:column;
  min-height:0;
  min-width:0;
}
body.workspace-pane-layout:not(.workspace-pane-desk-open) .workspace-desk-pane{display:none!important}
body.workspace-pane-layout.workspace-pane-chat-open .workspace-chat-pane{display:flex!important;flex-direction:column;min-height:0}
body.workspace-pane-layout:not(.workspace-pane-chat-open) .workspace-chat-pane{display:none!important}
body.workspace-pane-layout:not(.workspace-pane-world-open) .workspace-world-wrap{display:none!important}

/* Anular grelha fixa passageiro/estudante/prof. — painéis dinâmicos sem precisar do World */
body.workspace-pane-layout.workspace-unified-shell.workspace-passenger .workspace-main,
body.workspace-pane-layout.workspace-unified-shell.workspace-student .workspace-main,
body.workspace-pane-layout.workspace-unified-shell.workspace-professional .workspace-main,
body.workspace-pane-layout.workspace-passenger .workspace-main,
body.workspace-pane-layout.workspace-student .workspace-main{
  gap:.62rem;
  padding:0 .62rem .62rem 0;
  align-items:stretch;
}
body.workspace-pane-layout.workspace-unified-shell .workspace-chat-pane,
body.workspace-pane-layout.workspace-unified-shell .workspace-desk-pane,
body.workspace-pane-layout.workspace-unified-shell .workspace-world-map-pane,
body.workspace-pane-layout.workspace-passenger .workspace-chat-pane,
body.workspace-pane-layout.workspace-passenger .workspace-desk-pane,
body.workspace-pane-layout.workspace-student .workspace-chat-pane,
body.workspace-pane-layout.workspace-student .workspace-desk-pane,
body.workspace-pane-layout.workspace-world-focus .workspace-chat-pane,
body.workspace-pane-layout.workspace-world-focus .workspace-world-map-pane{
  grid-column:initial;
  grid-row:initial;
}
/* Não forçar desk/chat sempre visíveis — só quando o JS marca o painel aberto */
body.workspace-pane-layout.workspace-unified-shell.workspace-passenger .workspace-main,
body.workspace-pane-layout.workspace-unified-shell.workspace-professional .workspace-main,
body.workspace-pane-layout.workspace-unified-shell.workspace-student .workspace-main{
  grid-template-columns:revert!important;
  grid-template-rows:1fr;
}
body.workspace-world-focus .workspace-world-wrap{
  display:contents!important;
}
body.light-theme.workspace-world-focus .workspace-chat-pane{
  grid-column:2;
  grid-row:1;
  display:flex;
  flex-direction:column;
  min-height:0;
  background:#fff;
  border:none;
  border-radius:var(--ws-card-radius,14px);
  box-shadow:var(--ws-card-shadow,0 8px 28px rgba(8,24,18,.06));
  margin-top:.62rem;
  margin-bottom:.62rem;
  overflow:hidden;
}
body.workspace-world-focus:not(.light-theme) .workspace-chat-pane{
  grid-column:2;
  grid-row:1;
  display:flex;
  flex-direction:column;
  min-height:0;
  margin-top:.62rem;
  margin-bottom:.62rem;
  overflow:hidden;
  border:none;
  box-shadow:none;
  border-radius:.75rem;
  background:var(--panel2,#0b1018);
}
body.light-theme.workspace-world-focus .workspace-world-map-pane{
  grid-column:3;
  grid-row:1;
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
  background:#0a1218;
  border:none;
  border-radius:var(--ws-card-radius,14px);
  box-shadow:var(--ws-card-shadow,0 8px 28px rgba(8,24,18,.06));
  margin-top:.62rem;
  margin-bottom:.62rem;
  overflow:hidden;
}
body.workspace-world-focus:not(.light-theme) .workspace-world-map-pane{
  grid-column:3;
  grid-row:1;
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
  background:#0a1218;
  border:none;
  box-shadow:none;
  border-radius:.75rem;
  margin-top:.62rem;
  margin-bottom:.62rem;
  overflow:hidden;
}
body.light-theme.workspace-world-focus.workspace-world-passenger .workspace-world-map-pane{
  border-right:none;
}
body.light-theme.workspace-world-focus .workspace-world-panel{
  /* overlay rules below own layout; keep only light surface hints here */
  background:#f8faf9;
}
body.workspace-world-focus:not(.light-theme) .workspace-world-panel{
  /* base; overlay abaixo sobrescreve */
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
  overflow:hidden;
}
/* Painel World em overlay sobre o mapa (todos os modos) — mapa não redimensiona */
body.workspace-world-focus .workspace-world-map-pane{
  position:relative;
}
body.workspace-world-focus .workspace-world-panel{
  position:absolute;
  right:.7rem;
  top:.7rem;
  bottom:.7rem;
  width:min(340px,42%);
  max-width:360px;
  z-index:50;
  display:flex;
  flex-direction:column;
  grid-column:unset!important;
  grid-row:unset!important;
  margin:0!important;
  border-radius:1rem;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 48px rgba(0,0,0,.38);
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(12px);
  transform:translateX(calc(100% + 1.2rem));
  opacity:0;
  pointer-events:none;
  transition:transform .28s ease,opacity .28s ease;
  overflow:hidden;
}
/* Nunca mostrar barras horizontais no painel de aeroportos */
body.workspace-world-focus .workspace-world-panel,
body.workspace-world-focus .workspace-world-panel .world-panel-body,
body.workspace-world-focus .workspace-world-panel .world-panel-airport-block{
  overflow-x:hidden!important;
}
body.workspace-world-focus .workspace-world-panel .world-panel-airport-block{
  overflow-y:visible!important;
  max-height:none!important;
  flex:0 0 auto!important;
  width:100%!important;
  min-width:0!important;
}
body.workspace-world-focus.workspace-world-panel-open .workspace-world-map-pane{
  overflow:visible;
}
body.workspace-world-focus:not(.light-theme) .workspace-world-panel{
  border-color:rgba(255,255,255,.08);
  background:rgba(11,16,24,.94);
  box-shadow:0 18px 48px rgba(0,0,0,.45);
}
body.workspace-world-focus.workspace-world-panel-open .workspace-world-panel{
  transform:translateX(0);
  opacity:1;
  pointer-events:auto;
}
body.workspace-world-focus .world-panel-backdrop{
  position:absolute;inset:0;z-index:4;background:rgba(6,10,16,.28);
  opacity:0;pointer-events:none;transition:opacity .28s ease;
}
body.workspace-world-focus.workspace-world-panel-open .world-panel-backdrop{
  opacity:1;pointer-events:auto;
}
/* Passageiro: painel overlay — stack vertical, sem scroll horizontal */
body.workspace-world-focus.workspace-world-passenger .workspace-world-panel{
  width:min(320px,42%);
  max-width:340px;
}
.world-panel--passenger{
  display:flex;flex-direction:column;min-height:0;overflow-x:hidden;
}
.world-panel--passenger .world-panel-head{padding:.7rem .8rem .55rem}
.world-panel--passenger .world-panel-head h2{font-size:.9rem;letter-spacing:.02em}
.world-panel--passenger .world-panel-head p{font-size:.64rem}
.world-panel--passenger .world-panel-body{
  padding:.55rem .7rem .75rem;
  overflow-x:hidden!important;
  overflow-y:auto;
  scrollbar-width:thin;
  scrollbar-color:rgba(72,255,31,.28) transparent;
}
.world-panel--passenger .world-panel-body::-webkit-scrollbar{width:4px;height:0}
.world-panel--passenger .world-panel-body::-webkit-scrollbar-track{background:transparent}
.world-panel--passenger .world-panel-body::-webkit-scrollbar-thumb{
  background:rgba(72,255,31,.28);border-radius:999px;
}
.world-panel--passenger .world-panel-card{
  padding:.55rem .6rem;margin-bottom:0;
  border-radius:.65rem;
}
.world-panel--passenger .world-panel-card + .world-panel-card{margin-top:.4rem}
.world-panel--passenger .world-panel-card h3{font-size:.58rem;letter-spacing:.08em}
.world-panel--passenger .world-panel-summary{
  margin:0 0 .45rem;font-size:.7rem;line-height:1.45;color:#2a3a30;
}
.world-panel--passenger .world-panel-card--bot-intro{
  border-left:2px solid #48ff1f;
  background:rgba(72,255,31,.06);
}
.world-panel--passenger .world-panel-card--bot-intro .world-panel-summary{margin:0}
.world-panel--passenger .world-panel-metrics{grid-template-columns:1fr 1fr;gap:.35rem}
.world-panel--passenger .world-panel-metric{padding:.4rem .45rem;border-radius:.55rem}
.world-panel--passenger .world-panel-foot-wrap,
.world-panel--passenger .world-panel-tabs{display:none}
.world-panel--passenger .world-panel-btn{font-size:.68rem;padding:.58rem .7rem;width:100%;margin-top:.15rem}
.world-panel--passenger .world-panel-btn--ghost{display:none}
.world-panel--passenger .world-panel-icao-badge{
  flex-shrink:0;min-width:2.6rem;height:2.1rem;padding:0 .4rem;
  display:inline-grid;place-items:center;
  border-radius:.45rem;font-size:.68rem;font-weight:800;letter-spacing:.06em;
  color:#0a120e;background:linear-gradient(180deg,#7dff4a,#48ff1f);
  box-shadow:0 0 16px rgba(72,255,31,.22);
}
.world-panel--passenger .world-panel-status--compact.is-ok{
  border-color:rgba(72,255,31,.22);
  background:rgba(72,255,31,.08);
  color:#128a00;
}
.world-panel--passenger .world-panel-status--compact.is-warning{
  border-color:rgba(255,152,0,.28);
  background:rgba(255,152,0,.1);
  color:#ef6c00;
}
/* Tema escuro — painel passageiro estilo HUD */
body:not(.light-theme) .world-panel--passenger .world-panel-head{
  border-bottom:1px solid rgba(72,255,31,.12);
  background:linear-gradient(180deg,rgba(72,255,31,.06),transparent);
}
body:not(.light-theme) .world-panel--passenger .world-panel-card{
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
}
body:not(.light-theme) .world-panel--passenger .world-panel-card h3{color:rgba(136,216,64,.78)}
body:not(.light-theme) .world-panel--passenger .world-panel-summary{color:rgba(220,230,240,.78)}
body:not(.light-theme) .world-panel--passenger .world-panel-card--bot-intro{
  background:rgba(72,255,31,.05);
  border-color:rgba(72,255,31,.14);
}
body:not(.light-theme) .world-panel--passenger .world-panel-metric{
  border:1px solid rgba(255,255,255,.06);
  background:rgba(0,0,0,.22);
}
body:not(.light-theme) .world-panel--passenger .world-panel-status--compact.is-ok{color:#88d840}
body:not(.light-theme) .world-panel--passenger .world-panel-status--compact.is-warning{color:#ffb74d}
.world-panel-close{
  appearance:none;border:0;background:transparent;color:#8a9690;cursor:pointer;
  width:28px;height:28px;border-radius:999px;display:grid;place-items:center;
}
.world-panel-close:hover{background:rgba(8,24,18,.06);color:#0f1a14}
.world-panel-close .material-symbols-rounded{font-size:1.05rem}
.workspace-world-wrap[hidden]{display:none!important}

/* Copilot column */
.world-copilot-head{
  display:flex;align-items:center;justify-content:space-between;gap:.65rem;
  padding:.75rem .85rem;border-bottom:1px solid rgba(8,24,18,.08);background:#fff;flex-shrink:0;
}
.world-copilot-head-main{display:flex;align-items:center;gap:.55rem;min-width:0}
.world-copilot-head-main .material-symbols-rounded{
  width:34px;height:34px;border-radius:.75rem;display:grid;place-items:center;
  background:rgba(31,201,0,.12);color:#128a00;font-size:1.15rem;
}
.world-copilot-head h2{margin:0;font-size:.82rem;font-weight:900;color:#0f1a14;letter-spacing:-.02em}
.world-copilot-head p{margin:.1rem 0 0;font-size:.62rem;color:#8a9690}
.world-copilot-badge{
  border-radius:999px;padding:.22rem .5rem;font-size:.58rem;font-weight:900;
  background:linear-gradient(135deg,#1fc900,#48ff1f);color:#06120a;letter-spacing:.04em;
}
body.workspace-world-focus .workspace-chat-feed{
  flex:1;min-height:0;overflow:auto;padding:.5rem .75rem 1rem;
  width:100%;max-width:none;margin:0;
}
body.workspace-world-focus .workspace-chat-cta{display:none!important}
body.workspace-world-focus .workspace-chat-chips{display:none!important}
body.workspace-world-focus .workspace-pro-quick{display:none!important}

.world-copilot-welcome{
  border:1px solid rgba(8,24,18,.08);border-radius:1rem;background:#fff;
  padding:.9rem 1rem;margin:.35rem 0 .65rem;box-shadow:0 8px 24px rgba(8,24,18,.04);
}
.world-copilot-welcome h3{margin:0 0 .35rem;font-size:.82rem;font-weight:900;color:#0f1a14}
.world-copilot-welcome > p{margin:0 0 .65rem;font-size:.72rem;line-height:1.45;color:#5c6b62}
.world-copilot-capabilities{
  list-style:none;margin:0;padding:0;display:grid;gap:.35rem;
}
.world-copilot-capabilities li{
  display:flex;align-items:center;gap:.45rem;font-size:.68rem;color:#2a3a30;font-weight:650;
}
.world-copilot-capabilities .material-symbols-rounded{font-size:1rem;color:#128a00}
.world-copilot-prompts{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.7rem}
.world-copilot-prompt{
  appearance:none;border:1px solid rgba(8,24,18,.1);border-radius:999px;background:#f8faf9;
  color:#2a3a30;font:inherit;font-size:.62rem;font-weight:750;padding:.38rem .62rem;cursor:pointer;
}
.world-copilot-prompt:hover{border-color:rgba(31,201,0,.28);background:rgba(31,201,0,.08);color:#128a00}

.world-copilot-card{
  border:1px solid rgba(8,24,18,.08);border-radius:.9rem;background:#f8faf9;padding:.7rem .75rem;
}
.world-copilot-card-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.55rem}
.world-copilot-card-head .material-symbols-rounded{
  width:36px;height:36px;border-radius:.7rem;display:grid;place-items:center;
  background:rgba(31,201,0,.12);color:#128a00;font-size:1.1rem;
}
.world-copilot-card-head strong{display:block;font-size:.78rem;color:#0f1a14}
.world-copilot-card-head span{display:block;font-size:.64rem;color:#5c6b62;margin-top:.05rem}
.world-copilot-card-metrics{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;margin-bottom:.5rem;
}
.world-copilot-card-metric{
  border:1px solid rgba(8,24,18,.06);border-radius:.65rem;padding:.4rem .45rem;background:#fff;
  display:flex;align-items:center;gap:.35rem;
}
.world-copilot-card-metric .material-symbols-rounded{font-size:.95rem;color:#128a00}
.world-copilot-card-metric strong{display:block;font-size:.66rem;color:#0f1a14}
.world-copilot-card-metric small{display:block;font-size:.56rem;color:#8a9690}
.world-copilot-card-metar{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.58rem;line-height:1.45;
  color:#2a3a30;word-break:break-word;margin:0;
}

/* Map */
.workspace-world-map-pane{
  position:relative;
  background:#0a1218;
}
/* Sem fade-in — a animação de opacity fazia o mapa “piscar” a cada ready/resize */
.world-map-compose-dock{
  /* Mais à esquerda para não ficar cortado pelo painel/chat à direita */
  position:absolute;left:max(.85rem,calc(46% - 2.2rem));
  bottom:max(.85rem,env(safe-area-inset-bottom));
  transform:translateX(-50%);z-index:4;width:min(680px,calc(100% - 2rem));
  display:flex;flex-direction:column;align-items:center;gap:.55rem;pointer-events:none;
}
body.workspace-world-focus.workspace-world-panel-open .world-map-compose-dock{
  left:max(.75rem,calc((100% - min(340px,42%)) * .46));
  width:min(600px,calc(100% - min(340px,42%) - 1.8rem));
}
body.workspace-world-focus.workspace-world-passenger.workspace-world-panel-open .world-map-compose-dock{
  left:max(.75rem,calc((100% - min(320px,40%)) * .46));
  width:min(580px,calc(100% - min(320px,40%) - 1.8rem));
}
.world-map-compose-dock::before{
  content:"";position:absolute;left:-8%;right:-8%;bottom:-.35rem;height:150%;
  background:linear-gradient(180deg,transparent 0%,rgba(8,16,24,.42) 38%,rgba(8,16,24,.78) 100%);
  pointer-events:none;z-index:-1;border-radius:1.2rem;
}
.world-map-compose-dock > *{pointer-events:auto;width:100%}
.world-map-typing-area{
  opacity:.88;filter:saturate(.92) brightness(.96);
  transition:opacity .42s ease,filter .42s ease;
}
.world-map-compose-dock:hover .world-map-typing-area,
.world-map-compose-dock:focus-within .world-map-typing-area{opacity:1;filter:none}
.world-map-search-form{width:100%;margin:0}
.world-map-search-tube{
  position:relative;overflow:hidden;min-height:54px;width:100%;
  display:flex;flex-direction:column;align-items:stretch;gap:.38rem;
  border-radius:1.1rem;
  border:1px solid rgba(8,24,18,.08);background:#fff;
  box-shadow:0 8px 24px rgba(8,24,18,.06),0 2px 8px rgba(8,24,18,.04);
  padding:.45rem .48rem .42rem;
  transition:border-color .65s ease,box-shadow .65s ease,transform .65s ease;
}
.world-map-search-tube:not(.has-route-chips){
  flex-direction:row;align-items:center;gap:.35rem;border-radius:999px;padding:.38rem .48rem .38rem .9rem;
}
.world-map-tube-input-row{
  display:flex;align-items:center;gap:.35rem;width:100%;min-width:0;
}
.world-map-search-tube:not(.has-route-chips) .world-map-tube-input-row{flex:1}
.world-map-search-tube::before{
  content:"";position:absolute;inset:-60% -20%;
  background:radial-gradient(circle at 80% 50%,rgba(31,201,0,.14),transparent 14%),linear-gradient(110deg,transparent 20%,rgba(31,201,0,.05),transparent 48%);
  opacity:.45;transform:translateX(-28%);animation:ctaSweepSoft 8s ease-in-out infinite;pointer-events:none;
}
.world-map-search-tube:hover,
.world-map-search-tube.is-active,
.world-map-search-tube:focus-within{
  border-color:rgba(31,201,0,.28);
  box-shadow:0 12px 32px rgba(8,24,18,.08),0 0 20px rgba(31,201,0,.08);
  transform:translateY(-1px);
}
.world-map-search-tube .input-icon{color:#8a9690;font-size:1rem;margin-right:.35rem;flex-shrink:0;position:relative;z-index:1}
.world-map-search-input{
  position:relative;z-index:1;flex:1;min-width:0;border:0;outline:0;background:transparent;
  color:#0f1a14;font:inherit;font-size:.82rem;font-weight:500;
}
.world-map-search-input::placeholder{color:#8a9690;font-weight:500}
.world-map-search-tube .send-button{position:relative;z-index:1;flex-shrink:0;margin:0;cursor:pointer}
.world-map-search-tube.is-thinking{border-color:rgba(31,201,0,.42);box-shadow:0 0 0 2px rgba(31,201,0,.12),0 12px 32px rgba(8,24,18,.08)}
.world-map-search-tube.is-thinking .world-map-search-input::placeholder{
  color:#128a00;font-weight:650;animation:worldSearchPulse 1.2s ease-in-out infinite;
}
@keyframes worldSearchPulse{0%,100%{opacity:.55}50%{opacity:1}}
.world-map-filters-wrap{
  display:flex;flex-direction:column;align-items:center;gap:.42rem;
}
.world-map-mode-list{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:.38rem .5rem;width:100%;margin:0;padding:0;
}
.world-map-mode-chip{
  appearance:none;cursor:pointer;border:1px solid rgba(255,255,255,.16);
  background:rgba(8,16,24,.58);backdrop-filter:blur(12px);color:rgba(226,236,244,.78);
  font:inherit;font-size:.7rem;font-weight:650;line-height:1.3;padding:.28rem .58rem;border-radius:999px;
  display:inline-flex;align-items:center;gap:.22rem;white-space:nowrap;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease,filter .18s ease;
}
.world-map-mode-chip:hover:not(.is-active){
  border-color:rgba(72,255,31,.32);background:rgba(72,255,31,.1);color:#f2fff0;
  box-shadow:0 0 0 1px rgba(72,255,31,.1),0 6px 18px rgba(0,0,0,.28);
  transform:translateY(-1px) scale(1.04);
}
.world-map-mode-chip:active:not(.is-active){
  transform:translateY(0) scale(.98);
}
.world-map-mode-chip.is-active{
  border-color:rgba(31,201,0,.42);background:rgba(31,201,0,.2);color:#e8ffe8;
  box-shadow:0 0 0 1px rgba(31,201,0,.12),inset 0 1px 0 rgba(255,255,255,.06),0 0 14px rgba(72,255,31,.12);
}
.world-map-mode-chip.is-active:hover{
  border-color:rgba(72,255,31,.55);background:rgba(31,201,0,.28);color:#fff;
  box-shadow:0 0 0 1px rgba(72,255,31,.18),0 0 18px rgba(72,255,31,.22);
  transform:translateY(-1px) scale(1.03);
}
.world-map-mode-chip.is-active:active{
  transform:translateY(0) scale(.98);
}
.world-map-mode-chip .world-map-chip-badge{
  min-width:14px;height:14px;margin-left:.05rem;font-size:.48rem;
}
.world-map-route-subfilters{
  width:100%;display:flex;justify-content:center;
}
.world-route-subfilters-inner{
  display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;
}
.world-map-route-subfilters .route-filter-chip{font-size:.6rem}
.world-map-chip{
  appearance:none;border:1px solid transparent;border-radius:999px;background:rgba(255,255,255,.06);
  color:rgba(198,211,226,.72);font:inherit;font-size:.62rem;font-weight:750;padding:.36rem .62rem;cursor:pointer;
  transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
  display:inline-flex;align-items:center;gap:.28rem;white-space:nowrap;
}
.world-map-chip.is-active{
  border-color:rgba(72,255,31,.42);background:rgba(72,255,31,.16);color:#f4f8f6;
  box-shadow:0 0 0 1px rgba(72,255,31,.08),inset 0 1px 0 rgba(255,255,255,.06);
}
.world-map-chip:hover:not(.is-active){border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:rgba(226,236,244,.88)}
.world-map-chip-badge{
  min-width:16px;height:16px;border-radius:999px;padding:0 .28rem;
  background:#ff6b8a;color:#fff;font-size:.52rem;font-weight:900;display:grid;place-items:center;
}
.flaitops-world-map{flex:1;min-height:0;position:relative;background:#0d1824}
.flaitops-world-map-canvas{position:absolute;inset:0}
.flaitops-world-map .mapboxgl-canvas{outline:none}
.flaitops-world-map-fallback{
  position:absolute;inset:0;display:grid;place-items:center;padding:1.5rem;text-align:center;
  background:radial-gradient(circle at 30% 20%,rgba(72,255,31,.08),transparent 40%),linear-gradient(180deg,#0d1824,#060a10);
  color:rgba(198,211,226,.78);font-size:.78rem;line-height:1.5;
}
.world-map-weather-overlay{
  /* legado — meteorologia real usa tiles RainViewer no Mapbox */
  display:none!important;
}
.world-map-legend{
  position:absolute;left:.75rem;bottom:9.2rem;z-index:2;display:grid;gap:.28rem;padding:.55rem .65rem;
  border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:rgba(8,16,24,.82);backdrop-filter:blur(8px);
  font-size:.58rem;color:rgba(198,211,226,.78);
}
.world-map-legend span{display:inline-flex;align-items:center;gap:.35rem}
.world-map-legend i{width:16px;height:2px;border-radius:999px;display:inline-block}
.world-map-legend i.is-active{background:#fff}
.world-map-legend i.is-planned{background:repeating-linear-gradient(90deg,#48ff1f 0 4px,transparent 4px 7px)}
.world-map-legend i.is-great-circle{background:#5ecbff}
.world-map-legend i.is-alert{background:#ff6b8a}
.world-map-legend i.is-status-ok,
.world-map-legend i.is-status-warning,
.world-map-legend i.is-status-critical,
.world-map-legend i.is-status-unknown{
  width:8px;height:8px;border-radius:999px;box-shadow:none;
}
.world-map-legend i.is-status-ok{background:#48ff1f}
.world-map-legend i.is-status-warning{background:#ffb020}
.world-map-legend i.is-status-critical{background:#ff5a5a}
.world-map-legend i.is-status-unknown{background:#9aa4b2}
.world-map-legend i.is-weather{
  width:18px;height:8px;border-radius:2px;
  background:linear-gradient(90deg,#1fc900 0%,#ffe082 45%,#ff6b8a 100%);
}
.world-map-legend-weather em{
  font-style:normal;margin-left:.2rem;color:rgba(180,220,255,.85);font-weight:700;font-variant-numeric:tabular-nums;
}
.world-map-foot{
  position:absolute;left:.75rem;right:.75rem;bottom:9.2rem;z-index:2;
  display:flex;align-items:center;justify-content:space-between;gap:.5rem;pointer-events:none;
}
.world-map-updated{
  padding:.22rem .5rem;border-radius:.45rem;background:rgba(8,16,24,.78);
  color:rgba(198,211,226,.72);font-size:.56rem;font-weight:700;
}
.world-map-tools{
  position:absolute;right:.75rem;top:50%;transform:translateY(-50%);z-index:2;
  display:grid;gap:.35rem;pointer-events:auto;
}
.world-map-tools button{
  width:34px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:.65rem;background:rgba(8,16,24,.82);
  color:#f4f8f6;cursor:pointer;display:grid;place-items:center;
}
.world-map-tools button .material-symbols-rounded{font-size:1rem}
.world-map-zoom{
  position:absolute;right:.75rem;bottom:9.2rem;z-index:2;display:grid;gap:.35rem;
}
.world-map-zoom button{
  width:34px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:.65rem;background:rgba(8,16,24,.82);
  color:#f4f8f6;cursor:pointer;display:grid;place-items:center;
}

/* Panel */
.world-panel-head{padding:.8rem .9rem .65rem;border-bottom:1px solid rgba(8,24,18,.08);background:#fff}
.world-panel-head-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}
.world-panel-title-row{display:flex;align-items:center;gap:.45rem}
.world-panel-flag{font-size:1.15rem;line-height:1}
.world-panel-head h2{margin:0;font-size:1.05rem;font-weight:900;letter-spacing:-.03em;color:#0f1a14}
.world-panel-head p{margin:.15rem 0 0;font-size:.68rem;color:#5c6b62}
.world-panel-status{
  display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;padding:.28rem .55rem;
  font-size:.6rem;font-weight:800;background:rgba(31,201,0,.12);color:#128a00;white-space:nowrap;
}
.world-panel-status .material-symbols-rounded{font-size:.9rem}
.world-panel-tabs{display:flex;gap:.3rem;margin-top:.6rem;overflow:auto;scrollbar-width:none}
.world-panel-tabs button{
  appearance:none;border:0;border-radius:999px;background:transparent;color:#5c6b62;
  font:inherit;font-size:.62rem;font-weight:750;padding:.36rem .62rem;cursor:pointer;white-space:nowrap;
}
.world-panel-tabs button.is-active{background:rgba(31,201,0,.12);color:#128a00}
.world-panel-body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.75rem .9rem .85rem}
.world-panel-card{
  border:1px solid rgba(8,24,18,.08);border-radius:.9rem;background:#fff;padding:.7rem .75rem;margin-bottom:.6rem;
  box-shadow:0 8px 24px rgba(8,24,18,.04);
}
.world-panel-card h3{margin:0 0 .45rem;font-size:.64rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#8a9690}
.world-panel-metar{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.58rem;line-height:1.45;
  color:#2a3a30;word-break:break-word;margin:0;
}
.world-panel-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}
.world-panel-metric{
  border:1px solid rgba(8,24,18,.08);border-radius:.75rem;padding:.5rem .55rem;background:#f8faf9;
  display:flex;align-items:flex-start;gap:.4rem;
}
.world-panel-metric .material-symbols-rounded{font-size:1rem;color:#128a00;margin-top:.05rem}
.world-panel-metric strong{display:block;font-size:.72rem;color:#0f1a14}
.world-panel-metric span{display:block;margin-top:.06rem;font-size:.56rem;color:#8a9690}
.world-panel-notam{border-top:1px solid rgba(8,24,18,.08);padding-top:.5rem;margin-top:.5rem}
.world-panel-notam:first-of-type{border-top:0;padding-top:0;margin-top:0}
.world-panel-notam strong{display:block;font-size:.66rem;color:#0f1a14}
.world-panel-notam p{margin:.12rem 0 0;font-size:.6rem;line-height:1.4;color:#5c6b62}
.world-panel-badge{display:inline-flex;margin-bottom:.22rem;border-radius:999px;padding:.16rem .42rem;font-size:.54rem;font-weight:800}
.world-panel-badge.is-critical{background:rgba(229,57,53,.12);color:#c62828}
.world-panel-badge.is-warning{background:rgba(255,152,0,.14);color:#ef6c00}
.world-panel-actions{margin-top:.65rem}
.world-panel-btn{
  appearance:none;width:100%;border:0;border-radius:.75rem;
  background:linear-gradient(135deg,#1fc900,#48ff1f);color:#06120a;
  font:inherit;font-size:.74rem;font-weight:900;padding:.68rem .8rem;cursor:pointer;
  box-shadow:0 10px 24px rgba(31,201,0,.18);
}
.world-panel-btn--ghost{
  margin-top:.4rem;border:1px solid rgba(8,24,18,.1);background:#fff;color:#2a3a30;box-shadow:none;font-weight:750;
}
.world-panel-foot-wrap{
  border-top:1px solid rgba(8,24,18,.08);background:#fff;padding:.65rem .9rem .75rem;
}
.world-panel-foot-title{margin:0 0 .45rem;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#8a9690}
.world-panel-foot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}
.world-panel-stat{border:1px solid rgba(8,24,18,.08);border-radius:.75rem;padding:.48rem .52rem;background:#f8faf9}
.world-panel-stat strong{display:block;font-size:.86rem;font-weight:900;color:#0f1a14}
.world-panel-stat span{display:block;margin-top:.06rem;font-size:.56rem;color:#8a9690}

@media(max-width:1280px){
  body.workspace-world-focus .workspace-main{grid-template-columns:56px minmax(220px,.62fr) minmax(0,1fr) minmax(250px,.34fr)}
}
@media(max-width:760px){
  .world-map-compose-dock{width:calc(100% - 1rem);bottom:max(.65rem,env(safe-area-inset-bottom))}
  .world-map-mode-chip{font-size:.64rem;padding:.24rem .48rem}
  .world-map-legend,.world-map-zoom,.world-map-foot{bottom:8.4rem}
}
@media(max-width:1180px){
  body.workspace-world-focus .workspace-main{grid-template-columns:1fr;grid-template-rows:auto minmax(280px,1fr) minmax(240px,.9fr) minmax(260px,.85fr);padding:.5rem;gap:.5rem}
  body.workspace-world-focus .workspace-rail{display:none}
  body.workspace-world-focus .workspace-chat-pane{grid-column:1;grid-row:1;border-right:0;border-bottom:0;max-height:38vh;margin:0}
  body.workspace-world-focus .workspace-world-map-pane{grid-column:1;grid-row:2;margin:0;min-height:320px}
  body.workspace-world-focus .workspace-world-panel{grid-column:1;grid-row:3;max-height:42vh;margin:0}
}

/* Painéis do ambiente — fechar, largura e estado na rail */
body.workspace-pane-layout .workspace-chat-pane,
body.workspace-pane-layout .workspace-desk-pane,
body.workspace-pane-layout .workspace-world-map-pane{position:relative}
.workspace-pane-close{
  position:absolute;top:.5rem;right:.5rem;z-index:12;
  width:24px;height:24px;border:1px solid rgba(8,24,18,.1);border-radius:999px;
  background:rgba(255,255,255,.92);color:#8a9690;cursor:pointer;
  display:grid;place-items:center;padding:0;box-shadow:0 4px 14px rgba(8,18,30,.08);
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.workspace-pane-close:hover{background:#fff;color:#0f1a14;border-color:rgba(31,201,0,.28)}
.workspace-pane-close .material-symbols-rounded{font-size:.95rem;line-height:1}
body.workspace-pane-layout .workspace-world-map-pane .workspace-pane-close{
  top:.65rem;right:.65rem;background:rgba(10,18,30,.72);border-color:rgba(255,255,255,.14);color:#dfe8e2;
}
body.workspace-pane-layout .workspace-world-map-pane .workspace-pane-close:hover{
  background:rgba(10,18,30,.9);color:#fff;border-color:rgba(72,255,31,.35);
}
.workspace-rail-item.is-pane-open{position:relative}
.workspace-rail-item.is-pane-open::after{
  content:'';position:absolute;top:50%;right:.5rem;width:7px;height:7px;border-radius:999px;
  background:#1fc900;transform:translateY(-50%);pointer-events:none;
  box-shadow:0 0 0 2px rgba(31,201,0,.22);
}
body.workspace-rail-collapsed .workspace-rail-item.is-pane-open::after{
  right:.18rem;top:.2rem;transform:none;
}
.workspace-rail-item.is-pane-open .workspace-rail-label::after{display:none}
.psg-card--pane-settings{margin-top:.85rem}
.ws-pane-settings-grid{display:grid;gap:.65rem}
.ws-pane-settings-field{display:grid;gap:.35rem;font-size:.68rem;color:#5c6b62}
.ws-pane-settings-field strong{color:#0f1a14}
.ws-pane-settings-field input[type=range]{width:100%}
.ws-pane-settings-field select{
  min-height:34px;border:1px solid rgba(8,24,18,.1);border-radius:.65rem;padding:.35rem .55rem;
  font:inherit;font-size:.68rem;background:#fff;color:#0f1a14;
}
body.workspace-pane-layout:not(.light-theme) .ws-pane-settings-field select,
body.workspace-world-focus:not(.light-theme) .ws-pane-settings-field select{
  border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#e8eef4;color-scheme:dark;
}
body.workspace-pane-layout:not(.light-theme) .ws-pane-settings-field select option,
body.workspace-world-focus:not(.light-theme) .ws-pane-settings-field select option{
  background:#121820;color:#e8eef4;
}
body.workspace-pane-layout:not(.light-theme) .ws-pane-settings-field strong,
body.workspace-world-focus:not(.light-theme) .ws-pane-settings-field strong{color:#e8eef4}
.ws-pane-settings-check{display:flex;align-items:flex-start;gap:.45rem;font-size:.68rem;color:#2a3a30}
.ws-pane-settings-hint{margin:0;font-size:.62rem;line-height:1.4;color:#8a9690}
body.workspace-pane-layout.workspace-pane-world-open .world-map-compose-dock{width:min(720px,calc(100% - 3rem))}

/* Rail: tema aberto = bolinha verde; sombreado só no hover (não na seleção) */
.workspace-rail--passenger .workspace-rail-item.active:not(:hover),
.workspace-rail--professional .workspace-rail-item.active:not(:hover),
.workspace-rail--student .workspace-rail-item.active:not(:hover),
body:not(.light-theme) .workspace-rail--passenger .workspace-rail-item.active:not(:hover),
body:not(.light-theme) .workspace-rail--student .workspace-rail-item.active:not(:hover),
body:not(.light-theme) .workspace-rail-menu--pro .workspace-rail-item.active:not(:hover),
body:not(.light-theme) .workspace-rail .workspace-rail-item.active:not(:hover),
body.light-theme .workspace-rail--passenger .workspace-rail-item.active:not(:hover),
body.light-theme .workspace-rail--professional .workspace-rail-item.active:not(:hover),
body.light-theme .workspace-rail--student .workspace-rail-item.active:not(:hover),
body.light-theme .workspace-rail-menu--pro .workspace-rail-item.active:not(:hover),
body.light-theme .workspace-rail .workspace-rail-item.active:not(:hover),
body.workspace-student:not(.light-theme) .workspace-rail--student .workspace-rail-item.active:not(:hover){
  background:transparent!important;
}
.workspace-rail--passenger .workspace-rail-item.active:not(:hover) .workspace-rail-label,
.workspace-rail--passenger .workspace-rail-item.active:not(:hover) .material-symbols-rounded,
.workspace-rail--professional .workspace-rail-item.active:not(:hover) .workspace-rail-label,
.workspace-rail--professional .workspace-rail-item.active:not(:hover) .material-symbols-rounded,
.workspace-rail--student .workspace-rail-item.active:not(:hover) .workspace-rail-label,
.workspace-rail--student .workspace-rail-item.active:not(:hover) .material-symbols-rounded,
body:not(.light-theme) .workspace-rail .workspace-rail-item.active:not(:hover) .rail-icon,
body:not(.light-theme) .workspace-rail .workspace-rail-item.active:not(:hover) .workspace-rail-label,
body.light-theme .workspace-rail .workspace-rail-item.active:not(:hover) .rail-icon,
body.light-theme .workspace-rail .workspace-rail-item.active:not(:hover) .workspace-rail-label{
  color:inherit;
}

/* FLAITOPS Route Explorer */
.route-tube-chips{
  display:flex;flex-wrap:nowrap;align-items:center;gap:.32rem;
  overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;
  max-width:100%;position:relative;z-index:2;
  -webkit-overflow-scrolling:touch;
}
.world-map-tube-chips{
  flex:0 0 auto;width:100%;padding:.08rem .1rem .12rem;
  mask-image:linear-gradient(90deg,#000 92%,transparent);
}
.route-tube-chips::-webkit-scrollbar{height:4px}
.route-tube-chips::-webkit-scrollbar-thumb{background:rgba(8,24,18,.12);border-radius:999px}
.workspace-compose-tube.has-route-chips .route-tube-chips{
  max-width:100%;
}
.workspace-compose-tube.has-route-chips .workspace-compose-facade{opacity:0}
.world-map-search-tube .route-tube-chips,
.world-map-search-tube .world-map-tube-chips{
  max-width:none;flex-wrap:nowrap;
}
.world-panel-airport-queue{
  display:flex;flex-wrap:wrap;gap:.35rem;padding:.7rem .85rem .35rem;
  border-bottom:1px solid rgba(8,24,18,.06);background:#fff;flex-shrink:0;
}
.world-panel-airport-pill{
  appearance:none;border:1px solid rgba(8,24,18,.1);border-radius:999px;
  background:#f8faf9;color:#2a3a30;padding:.34rem .65rem;font:inherit;font-size:.62rem;font-weight:750;
  line-height:1.25;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;
}
.world-panel-airport-pill:hover{border-color:rgba(31,201,0,.24);color:#128a00}
.world-panel-airport-pill.is-active{
  border-color:rgba(31,201,0,.34);background:rgba(31,201,0,.1);color:#128a00;
}
.world-panel-body--stack{
  display:flex;flex-direction:column;gap:.65rem;
  overflow-x:hidden;overflow-y:auto;
  scrollbar-width:thin;scrollbar-color:rgba(72,255,31,.28) transparent;
}
.world-panel-body--stack::-webkit-scrollbar{width:4px}
.world-panel-body--stack::-webkit-scrollbar-track{background:transparent}
.world-panel-body--stack::-webkit-scrollbar-thumb{
  background:rgba(72,255,31,.28);border-radius:999px;
}
/* legado: se ainda existir row, força stack (sem barras horizontais) */
.world-panel-body--row{
  display:flex;flex-direction:column;align-items:stretch;gap:.65rem;
  overflow-x:hidden;overflow-y:auto;
  padding:.55rem .65rem .65rem;
}
.world-panel-body--row .world-panel-airport-block{
  flex:0 0 auto;max-height:none;overflow:visible;
}
.world-panel-body--row .world-panel-actions--inline{
  flex:0 0 auto;display:block;padding-bottom:0;
}
.world-panel-body--row .world-panel-actions--inline .world-panel-btn{width:100%}
.world-panel-head--stack{padding:.65rem .75rem .45rem;border-bottom:1px solid rgba(8,24,18,.06)}
.world-panel-stack-title{margin:0;font-size:.88rem;font-weight:850;color:#0f1a14}
.world-panel-airport-block{
  border:1px solid rgba(8,24,18,.08);border-radius:.85rem;background:#fff;
  padding:.55rem .6rem .65rem;
  overflow:hidden;
}
.world-panel--passenger .world-panel-airport-block{
  border:1px solid rgba(255,255,255,.08);
  border-radius:.8rem;
  background:
    linear-gradient(135deg,rgba(72,255,31,.04),transparent 42%),
    rgba(255,255,255,.03);
  padding:.65rem .65rem .7rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.world-panel-airport-block.is-primary{
  border-color:rgba(31,201,0,.28);
  box-shadow:inset 3px 0 0 #1fc900;
}
.world-panel--passenger .world-panel-airport-block.is-primary{
  border-color:rgba(72,255,31,.28);
  box-shadow:
    inset 2px 0 0 #48ff1f,
    inset 0 1px 0 rgba(255,255,255,.04),
    0 0 20px rgba(72,255,31,.06);
}
.world-panel-airport-block-head{
  display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem;
  margin-bottom:.5rem;
}
.world-panel-airport-block-head h2{margin:0;font-size:.86rem;line-height:1.2}
.world-panel-airport-block-head p{margin:.12rem 0 0;font-size:.62rem;color:#6a7a72}
.world-panel-status--compact{font-size:.58rem;padding:.18rem .42rem}
.world-panel-metrics--passenger{grid-template-columns:1fr 1fr}
.world-panel-metar--encoded{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.62rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;
}
.world-panel-card--admin .world-panel-admin-item + .world-panel-admin-item{margin-top:.45rem;padding-top:.45rem;border-top:1px solid rgba(8,24,18,.06)}
.world-panel-admin-item strong{display:block;font-size:.64rem;margin-bottom:.18rem;color:#2a3a30}
.world-panel-admin-item p{margin:0;font-size:.68rem;line-height:1.45;color:#2a3a30}
.world-panel--professional .world-panel-airport-block{background:#f8faf9}

/* Painel profissional — layout estilo briefing operacional */
.world-panel--professional{
  display:flex;flex-direction:column;min-height:0;
}
.world-panel-head--pro{
  padding:.75rem .85rem 0;border-bottom:1px solid rgba(8,24,18,.06);background:transparent;flex-shrink:0;
}
.world-panel-head--pro .world-panel-head-top{align-items:center}
.world-panel-head--pro h2{margin:0;font-size:.98rem;font-weight:900;letter-spacing:-.03em;color:#0f1a14;line-height:1.2;white-space:nowrap}
.world-panel-title-row--pro{align-items:center;flex-wrap:wrap;min-width:0}
.world-panel-title-row--pro h2{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}
.world-panel-title-row--pro .world-panel-status{margin-left:.15rem;flex-shrink:0}
.world-panel-head-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}
.world-panel-icon-btn{
  appearance:none;border:0;background:transparent;color:#8a9690;cursor:pointer;
  width:30px;height:30px;border-radius:999px;display:grid;place-items:center;padding:0;
}
.world-panel-icon-btn:hover{background:rgba(8,24,18,.06);color:#0f1a14}
.world-panel-icon-btn .material-symbols-rounded{font-size:1.05rem}
.world-panel-status.is-warning{background:rgba(255,152,0,.14);color:#ef6c00}
.world-panel-status.is-critical{background:rgba(229,57,53,.12);color:#c62828}
.world-panel-status.is-ok{background:rgba(31,201,0,.12);color:#128a00}
.world-panel-tabs--pro{
  display:flex;gap:.15rem;margin-top:.55rem;overflow:auto;scrollbar-width:none;
  border-bottom:1px solid rgba(8,24,18,.06);padding-bottom:0;
}
.world-panel-tabs--pro button{
  appearance:none;border:0;border-radius:0;background:transparent;color:#6a7a72;
  font:inherit;font-size:.62rem;font-weight:800;padding:.42rem .55rem .5rem;cursor:pointer;white-space:nowrap;
  border-bottom:2px solid transparent;margin-bottom:-1px;
  display:inline-flex;align-items:center;gap:.32rem;
}
.world-panel-tabs--pro button.is-active{
  color:#128a00;border-bottom-color:#1fc900;background:transparent;
}
.world-panel-tab-badge{
  min-width:16px;height:16px;border-radius:999px;padding:0 .28rem;
  background:#ff9800;color:#1a1208;font-size:.52rem;font-weight:900;line-height:16px;text-align:center;
}
.world-panel-body--pro{
  flex:1;overflow:auto;padding:.5rem .75rem .8rem;display:flex;flex-direction:column;gap:.5rem;
}
.world-panel-title-stack{min-width:0;display:grid;gap:.22rem}
.world-panel-title-meta{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}
.world-panel-head-time{font-size:.58rem;font-weight:700;color:#8a9690}
.world-panel-status-dot{
  width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 8px currentColor;
}
.world-panel-status .material-symbols-rounded{display:none}
.world-panel--professional .world-panel-status{
  gap:.3rem;padding:0;font-size:.62rem;font-weight:750;
  background:transparent;border-radius:0;
}
.world-panel--professional .world-panel-status.is-ok,
.world-panel--professional .world-panel-status.is-warning,
.world-panel--professional .world-panel-status.is-critical,
.world-panel--professional .world-panel-status.is-unknown{
  background:transparent;
}
.world-panel-head-sub{
  margin:0;font-size:.62rem;font-weight:650;color:#8a9690;line-height:1.35;
}
.world-panel-suitability-note--inline{
  margin:.1rem 0 0;font-size:.56rem;color:#8a9690;
}
.world-panel-wx-block--flat{
  border:0;border-radius:0;background:transparent;padding:0;
}
.world-panel-wx-block--flat .world-panel-metar--pro{margin:0;padding-right:1.5rem}
.world-panel-tabs--pro button{
  text-transform:uppercase;letter-spacing:.05em;
}
.world-panel--professional:not(.world-panel--compare) .world-panel-tabs--pro button.is-active{
  color:#0f1a14;border-bottom-color:#0f1a14;
}
.world-panel--compare .world-panel-tabs--pro button.is-active{
  color:#128a00;border-bottom-color:#1fc900;
}
.world-panel-section--pro{
  padding:.7rem 0;border-top:1px solid rgba(8,24,18,.06);
}
.world-panel-section--pro:first-child{border-top:0;padding-top:.45rem}
.world-panel-card-clean{
  border:1px solid rgba(8,24,18,.07);
  border-radius:.9rem;
  background:rgba(8,24,18,.03);
  padding:.65rem .7rem .7rem;
}
.world-panel-card-clean .world-panel-card-head{
  margin-bottom:.48rem;
}
.world-panel-card-clean .world-panel-card-head h3{
  display:inline-flex;align-items:center;gap:.3rem;
}
.world-panel-card-clean .world-panel-card-head h3 .material-symbols-rounded{
  font-size:.95rem;opacity:.75;
}
.world-panel-total{
  font-size:.58rem;font-weight:750;color:#8a9690;white-space:nowrap;
}
.world-panel-wx-stack{display:grid;gap:.45rem}
.world-panel-wx-stack--mock{gap:.4rem}
.world-panel-wx-line{display:grid;gap:.18rem}
.world-panel-wx-tag{
  font-size:.52rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;
}
.world-panel-wx-tag.is-metar{color:#f0c040}
.world-panel-wx-tag.is-taf{color:#8a9690}
.world-panel-metar--pro.is-metar{color:#f0c040}
.world-panel-metar--pro.is-taf{color:#5c6b62}
.world-panel-wx-block{
  position:relative;
  border:1px solid rgba(8,24,18,.06);
  border-radius:.7rem;
  background:rgba(255,255,255,.55);
  padding:.45rem .7rem .45rem .55rem;
}
.world-panel-wx-label{
  display:block;font-size:.52rem;font-weight:800;letter-spacing:.05em;
  text-transform:uppercase;color:#8a9690;margin-bottom:.18rem;
}
.world-panel-wx-block .world-panel-metar--pro{margin:0;padding-right:1.4rem}
.world-panel-ops-list{display:grid;gap:.05rem}
.world-panel-ops-list--clean{gap:0}
.world-panel-ops-row{
  appearance:none;width:100%;border:0;background:transparent;color:inherit;font:inherit;
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:.55rem;align-items:center;
  padding:.48rem 0;border-bottom:1px solid rgba(8,24,18,.05);text-align:left;
}
.world-panel-ops-row:last-child{border-bottom:0}
.world-panel-ops-label{
  font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#8a9690;
}
.world-panel-ops-main{
  display:inline-flex;align-items:center;justify-content:flex-end;gap:.4rem;min-width:0;justify-self:end;
}
.world-panel-ops-value{
  font-size:.68rem;font-weight:750;color:#0f1a14;text-align:right;line-height:1.35;
  display:inline-flex;flex-direction:column;align-items:flex-end;gap:.08rem;
}
.world-panel-ops-value .world-panel-status-dot{
  display:inline-block;margin-right:.28rem;vertical-align:middle;
}
.world-panel-ops-value.is-ok{color:#128a00;flex-direction:row;align-items:center}
.world-panel-ops-value.is-warning{color:#ef6c00;flex-direction:row;align-items:center}
.world-panel-ops-value em{
  display:block;font-style:normal;font-size:.52rem;font-weight:650;color:#8a9690;line-height:1.3;
}
.world-panel-ops-cam{
  width:78px;height:42px;object-fit:cover;border-radius:.35rem;
  border:1px solid rgba(8,24,18,.1);background:#0a1210;flex-shrink:0;
}
.world-panel-ops-row.is-action{cursor:pointer;border-radius:.4rem;margin:0 -.15rem;padding-left:.15rem;padding-right:.15rem}
.world-panel-ops-row.is-action:hover{background:rgba(31,201,0,.05)}
.world-panel-ops-chevron{font-size:1rem;color:#8a9690}
.world-panel-copy-btn{
  appearance:none;border:0;background:transparent;color:#8a9690;cursor:pointer;
  position:absolute;top:.35rem;right:.3rem;width:26px;height:26px;border-radius:999px;
  display:grid;place-items:center;padding:0;
}
.world-panel-copy-btn:hover{background:rgba(8,24,18,.06);color:#0f1a14}
.world-panel-copy-btn .material-symbols-rounded{font-size:.95rem}
.world-panel-notam-chips{display:flex;flex-wrap:wrap;gap:.45rem .7rem;margin-bottom:.45rem}
.world-panel-notam-chips--dots .world-panel-notam-chip{
  background:transparent;padding:0;border-radius:0;gap:.28rem;color:#5c6b62;font-weight:750;
}
.world-panel-notam-chip{
  display:inline-flex;align-items:center;border-radius:999px;padding:.18rem .5rem;
  font-size:.56rem;font-weight:800;line-height:1.2;
}
.world-panel-notam-dot{
  width:7px;height:7px;border-radius:999px;flex-shrink:0;display:inline-block;
}
.world-panel-notam-dot.is-critical{background:#e53935}
.world-panel-notam-dot.is-warning{background:#ff9800}
.world-panel-notam-dot.is-info{background:#42a5f5}
.world-panel-notam-item{display:grid;gap:0}
.world-panel-notam-item .world-panel-notam-row{
  border:0;border-radius:.45rem;background:transparent;padding:.38rem .1rem;
  grid-template-columns:auto minmax(0,1fr) auto;
}
.world-panel-notam-item .world-panel-notam-row:hover{background:rgba(8,24,18,.03)}
.world-panel-notam-copy strong{font-size:.62rem;font-weight:700;color:#0f1a14}
.world-panel-notam-copy strong em{font-style:normal;font-weight:850;color:#5c6b62}
.world-panel-notam-body{
  margin:0 0 .25rem;padding:.5rem .6rem;border:1px solid rgba(8,24,18,.06);
  border-radius:.65rem;background:rgba(8,24,18,.02);
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.58rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:#2a3a30;
}
.world-panel-section-title{
  margin:0 0 .5rem;font-size:.64rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;color:#8a9690;
}
.world-panel-card--pro,
.world-panel-section--pro{
  border:0;border-radius:0;background:transparent;padding:0;margin:0;box-shadow:none;
}
.world-panel-card-head{
  display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem;
}
.world-panel-card-head h3,
.world-panel-section--pro > .world-panel-card-head h3,
.world-panel-section-title{
  margin:0;font-size:.64rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;color:#8a9690;
}
.world-panel-metar--pro{
  margin:0 0 .5rem;color:#128a00;font-size:.6rem;line-height:1.55;white-space:pre-wrap;
}
.world-panel-metrics-inline{
  display:flex;flex-wrap:wrap;gap:.35rem .55rem;
}
.world-panel-metric-inline{
  font-size:.58rem;line-height:1.45;color:#5c6b62;white-space:nowrap;
}
.world-panel-metric-inline em{font-style:normal;color:#8a9690;font-weight:700}
.world-panel-metric-inline strong{color:#0f1a14;font-weight:800}
.world-panel-taf-lines{display:grid;gap:.28rem;margin-top:.1rem}
.world-panel-taf-line{
  margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.58rem;line-height:1.5;color:#128a00;
}
.world-panel-taf-kw{color:#88d840;font-weight:800}
.world-panel-notam-list{display:grid;gap:.4rem}
.world-panel-notam-row{
  appearance:none;width:100%;border:1px solid rgba(8,24,18,.06);border-radius:.75rem;
  background:rgba(8,24,18,.025);padding:.52rem .55rem;display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;gap:.45rem;align-items:center;
  cursor:pointer;text-align:left;font:inherit;
  transition:border-color .18s ease,background .18s ease;
}
.world-panel-notam-row:hover{border-color:rgba(31,201,0,.18);background:rgba(31,201,0,.04)}
.world-panel-notam-copy{min-width:0;display:grid;gap:.12rem}
.world-panel-notam-copy strong{display:block;font-size:.62rem;line-height:1.35;color:#0f1a14;font-weight:750}
.world-panel-notam-copy small{font-size:.54rem;line-height:1.35;color:#8a9690}
.world-panel-notam-chevron{font-size:1.1rem;color:#8a9690;opacity:.7;transition:transform .18s ease}
.world-panel-badge.is-critical{background:rgba(229,57,53,.14);color:#e53935}
.world-panel-badge.is-warning{background:rgba(255,193,7,.16);color:#f9a825}
.world-panel-badge.is-info{background:rgba(33,150,243,.14);color:#42a5f5}
.world-panel-view-all{
  appearance:none;width:100%;border:0;background:transparent;margin-top:.55rem;
  font:inherit;font-size:.6rem;font-weight:800;color:#128a00;cursor:pointer;padding:.2rem 0;
}
.world-panel-view-all:hover{text-decoration:underline}
.world-panel-link{
  appearance:none;border:0;background:transparent;padding:0;
  font:inherit;font-size:.58rem;font-weight:800;color:#128a00;cursor:pointer;
}
.world-panel-link:hover{text-decoration:underline}
.world-panel-impact-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;
}
.world-panel-impact-cell{
  display:flex;align-items:flex-start;gap:.45rem;padding:.58rem .6rem;border-radius:.75rem;
  background:rgba(8,24,18,.03);min-width:0;border:1px solid rgba(8,24,18,.05);
}
.world-panel-impact-cell .material-symbols-rounded{font-size:1rem;color:#8a9690;flex-shrink:0;margin-top:.08rem}
.world-panel-impact-title{display:block;font-size:.54rem;font-weight:750;color:#8a9690;text-transform:uppercase;letter-spacing:.03em}
.world-panel-impact-code{display:block;margin-top:.1rem;font-size:.72rem;font-weight:900;line-height:1.2}
.world-panel-impact-status{display:block;margin-top:.04rem;font-size:.58rem;font-weight:750;line-height:1.25}
.world-panel-impact-cell.is-ok .world-panel-impact-code,
.world-panel-impact-cell.is-ok .world-panel-impact-status{color:#128a00}
.world-panel-impact-cell.is-warning .world-panel-impact-code,
.world-panel-impact-cell.is-warning .world-panel-impact-status{color:#ef6c00}
.world-panel-impact-cell.is-critical .world-panel-impact-code,
.world-panel-impact-cell.is-critical .world-panel-impact-status{color:#e53935}
.world-panel-card-head time{font-size:.58rem;font-weight:700;color:#8a9690;white-space:nowrap}
.world-panel-empty{margin:0;font-size:.68rem;line-height:1.5;color:#8a9690}
.world-panel-foot-wrap--pro{
  flex-shrink:0;border-top:1px solid rgba(8,24,18,.06);background:transparent;
  padding:.65rem .85rem .8rem;display:grid;gap:.42rem;
}
.world-panel-btn--briefing{
  display:flex;align-items:center;justify-content:center;gap:.45rem;
  min-height:42px;font-size:.72rem;
}
.world-panel-btn--briefing .world-panel-btn-arrow{font-size:1rem;margin-left:auto}
.world-panel-btn--ghost{
  display:flex;align-items:center;justify-content:center;gap:.35rem;
  min-height:38px;font-size:.68rem;font-weight:750;
}
.world-panel-airport-queue--pro{
  padding:.55rem .85rem .35rem;border-bottom:1px solid rgba(8,24,18,.06);background:transparent;flex-shrink:0;
}
.world-panel-airport-queue--pro.is-compare{
  display:flex;align-items:center;justify-content:space-between;gap:.45rem;
  padding:.15rem 0 .55rem;border-bottom:0;
}
.world-panel-airport-pills{display:flex;flex-wrap:wrap;gap:.35rem;min-width:0}
.world-panel-airport-order-item{
  display:inline-flex;align-items:center;gap:.1rem;
}
.world-panel-airport-pill-ord{
  display:inline-grid;place-items:center;min-width:.85rem;
  font-size:.55rem;font-weight:800;opacity:.55;letter-spacing:0;
}
.world-panel-airport-reorder{
  display:inline-flex;flex-direction:column;gap:0;margin-left:.05rem;
}
.world-panel-reorder-btn{
  width:18px!important;height:14px!important;padding:0!important;min-width:0!important;
  opacity:.45;
}
.world-panel-reorder-btn:hover{opacity:.9}
.world-panel-reorder-btn:disabled{opacity:.18;pointer-events:none}
.world-panel-reorder-btn .material-symbols-rounded{font-size:.85rem!important;line-height:1}
.world-panel-airport-pill.has-dot{
  display:inline-flex;align-items:center;gap:.32rem;
}
.world-panel-airport-pill-dot{
  width:7px;height:7px;border-radius:999px;background:#48ff1f;box-shadow:none;
}
.world-panel-airport-pill-dot.is-ok{background:#48ff1f;box-shadow:none}
.world-panel-airport-pill-dot.is-warning{background:#ffb020;box-shadow:none}
.world-panel-airport-pill-dot.is-critical{background:#ff5a5a;box-shadow:none}
.world-panel-airport-pill-dot.is-unknown{background:#9aa4b2;box-shadow:none}
.world-panel-status-block .world-panel-card-head h3,
.world-panel-considerations .world-panel-card-head h3,
.world-panel-notam-counts .world-panel-card-head h3{
  letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;
}
.world-panel-status-list{
  list-style:none;margin:0;padding:0;display:grid;gap:.35rem;
}
.world-panel-status-list--compact{gap:.22rem}
.world-panel-status-row{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;
  font-size:.72rem;font-weight:650;color:inherit;padding:.15rem 0;
}
.world-panel-status-row strong{font-weight:800;letter-spacing:.02em}
.world-panel-status-row span{
  display:inline-flex;align-items:center;gap:.35rem;font-weight:700;
}
.world-panel-status-row.is-ok .world-panel-status-dot,
.world-panel-compare-status-text.is-ok .world-panel-status-dot{background:#48ff1f}
.world-panel-status-row.is-warning .world-panel-status-dot,
.world-panel-compare-status-text.is-warning .world-panel-status-dot{background:#ffb020}
.world-panel-status-row.is-critical .world-panel-status-dot,
.world-panel-compare-status-text.is-critical .world-panel-status-dot{background:#ff5a5a}
.world-panel-status-row.is-unknown .world-panel-status-dot,
.world-panel-compare-status-text.is-unknown .world-panel-status-dot{background:#9aa4b2}
.world-panel-suitability{
  margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgba(8,24,18,.08);
}
.world-panel-suitability h4{
  margin:0 0 .45rem;font-size:.62rem;font-weight:800;letter-spacing:.08em;
  text-transform:uppercase;opacity:.72;
}
.world-panel-suitability-note{
  margin:0;font-size:.68rem;line-height:1.45;opacity:.78;font-weight:600;
}
.world-panel-suitability-note--inline{
  margin:.35rem 0 0;font-size:.58rem;opacity:.7;max-width:28rem;
}
.world-panel-compare-status-text{
  display:inline-flex;align-items:center;gap:.3rem;font-size:.64rem;font-weight:750;white-space:nowrap;
}
.world-panel-consider-list{
  list-style:none;margin:0;padding:0;display:grid;gap:.65rem;
}
.world-panel-consider-list li strong{
  display:block;font-size:.68rem;font-weight:800;margin-bottom:.2rem;
}
.world-panel-consider-list li p{
  margin:0;font-size:.68rem;line-height:1.45;opacity:.8;font-weight:550;
}
.world-panel-wx-cols--clean{gap:.55rem}
.world-panel-card-head--sub{margin-top:.65rem}
.world-panel-card-head--sub h4{
  margin:0;font-size:.6rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.7;
}
.world-map-legend i.is-status-selected{
  width:10px;height:10px;border-radius:999px;background:transparent;
  border:1.5px solid rgba(245,248,250,.88);box-shadow:none;
}
.world-map-legend i.is-status-major{
  width:8px;height:8px;border-radius:999px;background:#d5dde6;opacity:.85;box-shadow:none;
}
.world-panel-charts-block{margin-top:.15rem}
.world-panel-charts-head{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;
}
.world-panel-charts-open-link{
  display:inline-flex;align-items:center;gap:.28rem;border:0;background:transparent;
  color:#48ff1f;font-size:.62rem;font-weight:750;cursor:pointer;padding:0;letter-spacing:.01em;
}
.world-panel-charts-open-link .material-symbols-rounded{font-size:.9rem}
.world-panel-charts-open-link:hover{opacity:.85}
.world-panel-charts-grid{
  display:grid;grid-template-columns:repeat(var(--chart-cols,2),minmax(0,1fr));gap:.55rem;margin-top:.45rem;
}
.world-panel-charts-icao{
  display:block;font-size:.62rem;font-weight:800;letter-spacing:.04em;margin-bottom:.35rem;opacity:.8;
}
.world-panel-charts-btns{display:flex;flex-wrap:wrap;gap:.28rem}
.world-panel-chart-btn{
  border:1px solid rgba(8,24,18,.12);background:rgba(8,24,18,.03);color:inherit;
  border-radius:8px;padding:.28rem .42rem;font-size:.58rem;font-weight:800;letter-spacing:.02em;
  cursor:pointer;min-width:3.1rem;
}
.world-panel-chart-btn:hover{border-color:rgba(31,201,0,.35)}
.world-panel-chart-btn.is-active{
  border-color:rgba(72,255,31,.55);background:rgba(72,255,31,.14);color:#48ff1f;
}
.world-panel-chart-btn.is-pending{opacity:.55}
.world-panel-chart-btn.is-unavailable{opacity:.4}
.world-panel-charts-note{
  margin:.55rem 0 0;font-size:.55rem;opacity:.62;line-height:1.35;
}

.world-chart-viewer{
  position:absolute;inset:0;z-index:28;pointer-events:none;
}
.world-chart-viewer-card{
  pointer-events:auto;position:absolute;left:5%;top:10%;
  width:min(420px,46vw);height:min(520px,70vh);
  display:flex;flex-direction:column;
  background:rgba(10,16,22,.94);border:1px solid rgba(255,255,255,.12);
  border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.45);overflow:hidden;
  backdrop-filter:blur(10px);
}
.world-chart-viewer.is-maximized .world-chart-viewer-card{
  left:3%;top:4%;width:min(720px,70vw);height:min(820px,88vh);
}
.world-chart-viewer-head{
  display:flex;align-items:center;justify-content:space-between;gap:.5rem;
  padding:.55rem .65rem;border-bottom:1px solid rgba(255,255,255,.08);cursor:default;
}
.world-chart-viewer-title{
  display:inline-flex;align-items:center;gap:.4rem;min-width:0;
}
.world-chart-viewer-title strong{
  font-size:.72rem;font-weight:800;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  color:#e8eef4;
}
.world-chart-viewer-status{
  width:8px;height:8px;border-radius:999px;background:#9aa4b2;flex-shrink:0;
}
.world-chart-viewer-status.is-ok{background:#48ff1f}
.world-chart-viewer-status.is-warning{background:#ffb020}
.world-chart-viewer-status.is-critical{background:#ff5a5a}
.world-chart-viewer-actions{display:inline-flex;gap:.15rem}
.world-chart-viewer-body{
  flex:1;min-height:0;background:#0b1016;position:relative;overflow:auto;
  display:grid;place-items:stretch;
}
.world-chart-viewer-frame{
  width:100%;height:100%;border:0;background:#fff;transform-origin:top left;
}
.world-chart-viewer.is-inverted .world-chart-viewer-frame{filter:invert(1) hue-rotate(180deg)}
.world-chart-viewer-empty{
  display:grid;place-content:center;gap:.75rem;padding:1.25rem;text-align:center;color:rgba(232,238,244,.82);
}
.world-chart-viewer-empty p{margin:0;font-size:.72rem;line-height:1.45}
.world-chart-viewer-source{font-size:.58rem;opacity:.65}
.world-chart-viewer-foot{
  display:flex;align-items:center;justify-content:space-between;gap:.5rem;
  padding:.4rem .55rem;border-top:1px solid rgba(255,255,255,.08);
}
.world-chart-viewer-zoom{
  display:inline-flex;align-items:center;gap:.35rem;font-size:.62rem;font-weight:750;color:rgba(232,238,244,.85);
}
.world-chart-viewer-zoom button{
  width:22px;height:22px;border-radius:6px;border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);color:inherit;cursor:pointer;line-height:1;
}
.world-chart-viewer-invert{
  width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);color:rgba(232,238,244,.85);cursor:pointer;
  display:inline-grid;place-items:center;
}
.world-chart-viewer-invert.is-on{border-color:rgba(72,255,31,.45);color:#48ff1f}
.world-chart-viewer-invert .material-symbols-rounded{font-size:1rem}

@media (max-width:760px){
  .world-panel-charts-grid{grid-template-columns:1fr}
  .world-chart-viewer-card{
    left:4%;right:4%;top:8%;width:auto;height:min(58vh,480px);
  }
}

.world-panel-head--compare .world-panel-compare-title{
  margin:0;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8a9690;
}
.world-panel-compare-scroll{overflow:auto;margin:0 -.15rem;padding:0 .15rem}
.world-panel-compare-table{
  width:100%;border-collapse:collapse;min-width:280px;font-size:.68rem;
}
.world-panel-compare-table th,
.world-panel-compare-table td{
  padding:.42rem .35rem;text-align:center;border-bottom:1px solid rgba(8,24,18,.06);vertical-align:middle;
}
.world-panel-compare-table thead th{
  font-size:.62rem;font-weight:800;color:#6a7a72;letter-spacing:.02em;
}
.world-panel-compare-table tbody th{
  text-align:left;font-weight:700;color:#6a7a72;white-space:nowrap;padding-left:0;
}
.world-panel-compare-table td{font-weight:750;color:#0f1a14}
.world-panel-compare-table td.is-critical{color:#e53935}
.world-panel-compare-table td.is-ok{color:#128a00}
.world-panel-compare-table--clean{
  min-width:320px;table-layout:fixed;
}
.world-panel-compare-table--clean thead th{
  font-size:.68rem;font-weight:850;color:#0f1a14;padding:.35rem .4rem .5rem;text-align:left;
}
.world-panel-compare-table--clean thead th.world-panel-compare-corner{width:38%}
.world-panel-compare-table--clean tbody th,
.world-panel-compare-table--clean tbody td{
  padding:.55rem .4rem;vertical-align:top;text-align:left;border-bottom:1px solid rgba(8,24,18,.07);
}
.world-panel-compare-row-label{
  display:inline-flex;align-items:center;gap:.4rem;font-size:.62rem;font-weight:700;color:#6a7a72;
}
.world-panel-compare-row-label .material-symbols-rounded{
  font-size:1.05rem;opacity:.72;color:#8a9690;
}
.world-panel-compare-cell--wx pre{
  margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.58rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;color:inherit;
}
.world-panel-compare-cell--cam{padding-top:.4rem}
.world-panel-compare-cam{
  width:92px;height:50px;object-fit:cover;border-radius:.3rem;
  border:1px solid rgba(8,24,18,.1);background:#0a1210;display:block;
}
.world-panel-compare-cell--suit strong{
  display:block;font-size:.78rem;font-weight:850;line-height:1.2;
}
.world-panel-compare-cell--suit em{
  display:block;margin-top:.18rem;font-style:normal;font-size:.52rem;font-weight:650;color:#8a9690;line-height:1.35;
}
.world-panel-compare-cell--suit strong.is-ok,
.world-panel-compare-status-text.is-ok{color:#128a00}
.world-panel-compare-cell--suit strong.is-warning,
.world-panel-compare-status-text.is-warning{color:#ef6c00}
.world-panel-compare-cell--suit strong.is-critical,
.world-panel-compare-status-text.is-critical{color:#e53935}
.world-panel-compare-block--clean{padding-top:.15rem}
.world-panel-compare-status{
  display:inline-grid;place-items:center;width:14px;height:14px;
}
.world-panel-compare-status i{
  width:8px;height:8px;border-radius:999px;background:currentColor;box-shadow:0 0 8px currentColor;
}
.world-panel-compare-status.is-ok{color:#88d840}
.world-panel-compare-status.is-warning{color:#ffb020}
.world-panel-compare-status.is-critical{color:#ff5a5a}
.world-panel-wx-cols{
  display:grid;grid-template-columns:repeat(var(--wx-cols,3),minmax(0,1fr));gap:.45rem;
}
.world-panel-wx-col{
  border:1px solid rgba(8,24,18,.08);border-radius:.75rem;padding:.55rem .5rem .5rem;
  background:rgba(8,24,18,.03);display:grid;gap:.35rem;min-width:0;
}
.world-panel-wx-col-icao{font-size:.68rem;font-weight:850;letter-spacing:.02em}
.world-panel-wx-col-metar,
.world-panel-wx-col-taf{
  margin:0;white-space:pre-wrap;word-break:break-word;font:inherit;font-size:.58rem;line-height:1.35;color:#4a5a52;
}
.world-panel-wx-col-badge{
  justify-self:start;border-radius:999px;padding:.18rem .45rem;font-size:.58rem;font-weight:800;
}
.world-panel-wx-col-badge.is-ok{background:rgba(31,201,0,.14);color:#128a00}
.world-panel-wx-col-badge.is-warning{background:rgba(255,152,0,.16);color:#ef6c00}
.world-panel-wx-col-badge.is-critical{background:rgba(229,57,53,.14);color:#c62828}
.world-panel-compare-notam-list{display:grid;gap:.35rem}
.world-panel-compare-notam-item{
  border:1px solid rgba(8,24,18,.08);border-radius:.7rem;background:rgba(8,24,18,.03);
  overflow:hidden;
}
.world-panel-compare-notam{
  appearance:none;border:0;border-radius:0;background:transparent;
  color:inherit;font:inherit;cursor:pointer;display:grid;
  grid-template-columns:auto auto minmax(0,1fr) auto;gap:.4rem;align-items:center;
  padding:.48rem .55rem;text-align:left;width:100%;
}
.world-panel-compare-notam-item:hover{border-color:rgba(31,201,0,.28)}
.world-panel-compare-notam-item.is-expanded{border-color:rgba(31,201,0,.34)}
.world-panel-compare-notam-icao{font-size:.62rem;font-weight:850;color:#6a7a72}
.world-panel-compare-notam-copy{min-width:0;display:grid;gap:.1rem}
.world-panel-compare-notam-copy strong{
  font-size:.68rem;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.world-panel-compare-notam-copy em{font-style:normal;font-size:.55rem;color:#8a9690}
.world-panel-compare-notam-detail{
  border-top:1px solid rgba(8,24,18,.06);
  padding:.15rem .55rem .55rem;
}
.world-panel-compare-notam-detail[hidden]{display:none!important}
.world-panel-compare-notam-body{
  margin:0;padding:.35rem .15rem .45rem;white-space:pre-wrap;word-break:break-word;
  font:inherit;font-size:.62rem;line-height:1.45;color:#4a5a52;
  border:0;background:transparent;
}
.world-panel-btn--briefing .material-symbols-rounded:first-child{font-size:1.05rem;opacity:.9}
@media(max-width:420px){
  .world-panel-wx-cols{grid-template-columns:1fr}
}
@media(max-width:1180px){
  .world-panel-metrics--pro{grid-template-columns:repeat(2,minmax(0,1fr))}
}
/* Overlay mantém-se no layout unificado (não voltar a coluna lateral — causava piscar) */
body.workspace-pane-layout.workspace-pane-world-open .workspace-world-panel[hidden]{
  display:none!important;
}
body.workspace-pane-layout.workspace-pane-world-open .workspace-world-map-pane{
  min-width:0;
  position:relative;
}
.route-airport-chip{
  display:inline-flex;align-items:center;gap:.25rem;flex:0 0 auto;white-space:nowrap;
  border:1px solid rgba(31,201,0,.22);border-radius:999px;background:rgba(31,201,0,.08);
  color:#0f1a14;font-size:.68rem;font-weight:750;padding:.22rem .35rem .22rem .55rem;
}
.route-airport-chip-remove{
  width:22px;height:22px;border:0;border-radius:999px;background:transparent;color:#5c6b62;cursor:pointer;
  display:grid;place-items:center;padding:0;
}
.route-airport-chip-remove .material-symbols-rounded{font-size:.9rem}
.world-route-filters-wrap .route-filter-chip{font-size:.62rem}
.route-results-panel-wrap{display:flex!important;flex-direction:column;min-height:0;background:#f3f5f4}
.route-results-panel{display:flex;flex-direction:column;min-height:0;height:100%}
.route-results-head{padding:.95rem 1rem .75rem;border-bottom:1px solid rgba(8,24,18,.08);background:#fff}
.route-results-head h2{margin:0;font-size:1rem;font-weight:900;color:#0f1a14;letter-spacing:-.03em}
.route-results-head p{margin:.25rem 0 0;font-size:.7rem;color:#5c6b62;font-weight:650}
.route-results-body{flex:1;overflow:auto;padding:.85rem .95rem .95rem}
.route-results-foot{
  flex-shrink:0;padding:.75rem .95rem .9rem;border-top:1px solid rgba(8,24,18,.08);background:#fff;
}
.route-results-empty{margin:0;font-size:.74rem;color:#5c6b62;line-height:1.5}
.route-recommend-banner{
  display:flex;align-items:center;gap:.65rem;margin-bottom:.85rem;padding:.72rem .8rem;
  border:1px solid rgba(31,201,0,.22);border-radius:1rem;
  background:linear-gradient(135deg,rgba(31,201,0,.1),rgba(72,255,31,.06));box-shadow:0 8px 24px rgba(31,201,0,.08);
}
.route-recommend-icon{color:#128a00;font-size:1.35rem;flex-shrink:0}
.route-recommend-copy{flex:1;min-width:0}
.route-recommend-copy small{display:block;font-size:.58rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#128a00}
.route-recommend-copy strong{display:block;margin-top:.12rem;font-size:.82rem;font-weight:900;color:#0f1a14;letter-spacing:-.01em}
.route-recommend-apply{
  appearance:none;border:1px solid rgba(31,201,0,.28);border-radius:999px;background:#fff;color:#128a00;
  font:inherit;font-size:.64rem;font-weight:800;padding:.38rem .72rem;cursor:pointer;flex-shrink:0;
}
.route-recommend-apply:hover{background:rgba(31,201,0,.08)}
.route-status{
  border-radius:.85rem;padding:.6rem .72rem;font-size:.7rem;font-weight:750;margin-bottom:.55rem;
}
.route-status--warn{background:rgba(255,107,138,.12);color:#b4234d;border:1px solid rgba(255,107,138,.18)}
.route-status--ok{background:rgba(31,201,0,.1);color:#128a00;border:1px solid rgba(31,201,0,.18)}
.route-results-group{margin-bottom:.9rem}
.route-results-group h3{margin:0 0 .5rem;font-size:.66rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;color:#8a9690}
.route-results-list{display:grid;gap:.55rem}
.route-result-card{
  appearance:none;width:100%;border:1px solid rgba(8,24,18,.08);border-radius:1rem;background:#fff;
  padding:.72rem .8rem;display:grid;gap:.45rem;cursor:pointer;text-align:left;
  box-shadow:0 6px 20px rgba(8,18,30,.05);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease;
}
.route-result-card:hover{border-color:rgba(31,201,0,.24);transform:translateY(-1px)}
.route-result-card.is-selected{
  border-color:rgba(31,201,0,.38);background:linear-gradient(180deg,rgba(31,201,0,.07),#fff);
  box-shadow:0 10px 28px rgba(31,201,0,.12);
}
.route-result-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}
.route-result-path{display:flex;align-items:center;flex-wrap:wrap;gap:.2rem .28rem;min-width:0}
.route-result-iata{
  display:inline-flex;align-items:center;justify-content:center;min-width:2.1rem;
  padding:.18rem .42rem;border-radius:.55rem;background:#f3f6f4;font-size:.72rem;font-weight:900;color:#0f1a14;
}
.route-result-arrow{font-size:.85rem;color:#8a9690}
.route-result-airline{font-size:.64rem;font-weight:750;color:#5c6b62;white-space:nowrap}
.route-result-via{margin:0;font-size:.62rem;color:#8a9690;line-height:1.35}
.route-result-badges{display:flex;flex-wrap:wrap;gap:.32rem}
.route-badge{
  display:inline-flex;align-items:center;border-radius:999px;padding:.22rem .5rem;
  font-size:.58rem;font-weight:800;background:#f0f3f1;color:#5c6b62;border:1px solid rgba(8,24,18,.06);
}
.route-badge--accent{background:rgba(31,201,0,.12);color:#128a00;border-color:rgba(31,201,0,.18)}
.route-badge--safe{background:rgba(66,133,244,.1);color:#1a5fb4;border-color:rgba(66,133,244,.16)}
.route-badge--recommended{background:rgba(31,201,0,.16);color:#0d6b00;border-color:rgba(31,201,0,.22)}
.route-briefing-btn{
  appearance:none;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  border:0;border-radius:.9rem;padding:.72rem .85rem;cursor:pointer;
  background:linear-gradient(135deg,#1fc900,#48ff1f);color:#06120a;
  font:inherit;font-size:.76rem;font-weight:900;box-shadow:0 10px 24px rgba(31,201,0,.2);
}
.route-briefing-btn .material-symbols-rounded{font-size:1rem}
.route-briefing-panel{display:flex;flex-direction:column;min-height:0;height:100%;background:#f3f5f4}
.route-briefing-head{
  display:flex;align-items:flex-start;gap:.55rem;padding:.9rem 1rem .75rem;border-bottom:1px solid rgba(8,24,18,.08);background:#fff;
}
.route-briefing-back{
  width:34px;height:34px;border:1px solid rgba(8,24,18,.1);border-radius:.75rem;background:#fff;color:#5c6b62;cursor:pointer;
  display:grid;place-items:center;flex-shrink:0;padding:0;
}
.route-briefing-head h2{margin:0;font-size:.95rem;font-weight:900;color:#0f1a14}
.route-briefing-head p{margin:.15rem 0 0;font-size:.68rem;color:#5c6b62}
.route-briefing-body{flex:1;overflow:auto;padding:.85rem .95rem 1rem;display:grid;gap:.7rem}
.route-briefing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
.route-briefing-card{
  border:1px solid rgba(8,24,18,.08);border-radius:.9rem;background:#fff;padding:.65rem .72rem;
  box-shadow:0 4px 16px rgba(8,18,30,.04);
}
.route-briefing-card h3{margin:0 0 .35rem;font-size:.58rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#8a9690}
.route-briefing-card strong{display:block;font-size:.88rem;font-weight:900;color:#0f1a14}
.route-briefing-card span{display:block;margin-top:.12rem;font-size:.62rem;color:#5c6b62}
.route-briefing-section{
  border:1px solid rgba(8,24,18,.08);border-radius:.95rem;background:#fff;padding:.72rem .8rem;
  box-shadow:0 4px 16px rgba(8,18,30,.04);
}
.route-briefing-section h3{margin:0 0 .4rem;font-size:.64rem;font-weight:850;letter-spacing:.03em;text-transform:uppercase;color:#8a9690}
.route-briefing-section p{margin:0;font-size:.7rem;line-height:1.5;color:#2a3a30}
.route-briefing-list{margin:.45rem 0 0;padding-left:1rem;font-size:.68rem;color:#2a3a30;line-height:1.55}
.route-briefing-placeholder{background:linear-gradient(180deg,#fff,#f8faf9)}
.route-briefing-placeholder p{color:#8a9690;font-style:italic}
body.workspace-world-route-explorer.workspace-world-passenger .workspace-world-panel,
body.workspace-world-route-explorer .workspace-world-panel{
  transform:translateX(0)!important;opacity:1!important;pointer-events:auto!important;
}

/* Tema escuro — superfícies estilo Learning Center (sem molduras brancas) */
body.workspace-open:not(.light-theme),
body.workspace-passenger:not(.light-theme),
body.workspace-professional:not(.light-theme),
body.workspace-student:not(.light-theme){
  --ws-shell-bg:#0a0f18;
  --ws-card-bg:#121820;
  --ws-card-bg-map:#0d1520;
  --ws-card-shadow:0 4px 28px rgba(0,0,0,.45);
  --ws-card-radius:14px;
}
body.workspace-open.light-theme{
  --ws-shell-bg:#eef1f4;
  --ws-card-bg:#fff;
  --ws-card-bg-map:#fff;
  --ws-card-shadow:0 8px 28px rgba(8,24,18,.06);
  --ws-card-radius:14px;
}
body.workspace-open.light-theme.workspace-world-focus .workspace-main,
body.workspace-open.light-theme.workspace-pane-layout .workspace-main{
  background:var(--ws-shell-bg)!important;
}
body.workspace-unified-shell:not(.light-theme) .workspace-main,
body.workspace-world-focus:not(.light-theme) .workspace-main,
body.workspace-pane-layout:not(.light-theme) .workspace-main{
  background:var(--ws-shell-bg)!important;
  gap:.68rem;
  padding:0 .68rem .68rem 0;
}
body.workspace-open:not(.light-theme) .workspace-rail,
body.workspace-unified-shell:not(.light-theme) .workspace-rail,
body.workspace-world-focus:not(.light-theme) .workspace-rail,
body.workspace-pane-layout:not(.light-theme) .workspace-rail{
  border-right:none!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.workspace-unified-shell .workspace-chat-pane,
body.workspace-unified-shell .workspace-desk-pane,
body.workspace-unified-shell .workspace-world-map-pane,
body.workspace-world-focus .workspace-chat-pane,
body.workspace-world-focus .workspace-desk-pane,
body.workspace-world-focus .workspace-world-map-pane,
body.workspace-pane-layout .workspace-chat-pane,
body.workspace-pane-layout .workspace-desk-pane,
body.workspace-pane-layout .workspace-world-map-pane{
  border:none!important;
  box-shadow:var(--ws-card-shadow)!important;
  border-radius:var(--ws-card-radius)!important;
  overflow:hidden;
}
body.workspace-unified-shell .workspace-world-map-pane,
body.workspace-world-focus .workspace-world-map-pane,
body.workspace-pane-layout .workspace-world-map-pane{
  background:var(--ws-card-bg-map)!important;
}
body.workspace-unified-shell .workspace-chat-pane,
body.workspace-unified-shell .workspace-desk-pane,
body.workspace-world-focus .workspace-chat-pane,
body.workspace-world-focus .workspace-desk-pane,
body.workspace-pane-layout .workspace-chat-pane,
body.workspace-pane-layout .workspace-desk-pane{
  background:var(--ws-card-bg)!important;
}
body.workspace-open:not(.light-theme) .world-map-search-tube{
  border:1px solid rgba(255,255,255,.06)!important;
  background:rgba(14,20,32,.92)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.38)!important;
  backdrop-filter:blur(14px);
}
body.workspace-open:not(.light-theme) .world-map-search-tube .world-map-search{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-map-search-tube .world-map-search::placeholder{
  color:rgba(196,208,220,.52);
}
body.workspace-open:not(.light-theme) .world-map-mode-chip{
  border-color:rgba(255,255,255,.06);
  background:rgba(255,255,255,.04);
  color:rgba(220,230,240,.82);
}
body.workspace-open:not(.light-theme) .world-map-mode-chip.is-active{
  border-color:rgba(136,200,72,.32);
  background:rgba(110,170,55,.26);
  color:#e8f5dc;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 12px rgba(72,255,31,.1);
}
body.workspace-open:not(.light-theme) .world-map-mode-chip:hover:not(.is-active){
  border-color:rgba(72,255,31,.28);
  background:rgba(72,255,31,.1);
  color:#f2fff0;
  box-shadow:0 0 0 1px rgba(72,255,31,.08),0 6px 16px rgba(0,0,0,.3);
}
body.workspace-open:not(.light-theme) .world-map-mode-chip.is-active:hover{
  border-color:rgba(72,255,31,.5);
  background:rgba(110,170,55,.36);
  color:#fff;
}
body.workspace-open:not(.light-theme) .world-map-legend,
body.workspace-open:not(.light-theme) .world-map-tools button,
body.workspace-open:not(.light-theme) .world-map-zoom button{
  border-color:rgba(255,255,255,.06)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.32);
}
body.workspace-open:not(.light-theme) .flaitops-world-map{
  background:var(--ws-card-bg-map);
}
body.workspace-pane-layout:not(.light-theme) .workspace-pane-close,
body.workspace-world-focus:not(.light-theme) .workspace-pane-close{
  background:rgba(14,20,32,.82);
  border-color:rgba(255,255,255,.06);
  color:#dfe8e2;
  box-shadow:none;
}
body.workspace-pane-layout:not(.light-theme) .workspace-pane-close:hover,
body.workspace-world-focus:not(.light-theme) .workspace-pane-close:hover{
  background:rgba(18,26,40,.95);
  color:#fff;
  border-color:rgba(136,216,64,.28);
}
body.light-theme .world-map-search-tube{
  border:1px solid rgba(8,24,18,.06);
  background:#fff;
  box-shadow:var(--ws-card-shadow);
}
body.workspace-pane-layout:not(.light-theme) .workspace-world-panel,
body.workspace-world-focus:not(.light-theme) .workspace-world-panel:not(.world-panel--passenger){
  background:var(--ws-card-bg)!important;
  border:none!important;
  box-shadow:var(--ws-card-shadow)!important;
}

/* Profissional OPS — tema escuro */
body.workspace-unified-shell.workspace-professional:not(.light-theme) .workspace-desk-pane,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .workspace-ops-scroll{
  background:transparent!important;
}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-section-title{color:var(--muted)}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-toolbar,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-row{
  border:1px solid rgba(255,255,255,.05)!important;
  background:rgba(18,24,36,.9)!important;
  box-shadow:0 4px 22px rgba(0,0,0,.32)!important;
}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-search-field{
  border-color:rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.04)!important;
}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-search-field input,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-row-code,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-wx-grid strong,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-wx-grid em,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-notam-line strong{color:var(--text)!important}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-search-label,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-row-meta,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-wx-grid div,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-notam-line p{color:var(--muted)!important}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-chip{
  border-color:rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.04)!important;
  color:var(--text)!important;
}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-row-raw{
  background:rgba(255,255,255,.04)!important;
  border-color:rgba(255,255,255,.06)!important;
  color:var(--text)!important;
}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-wx-cell,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-row-notam,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-notam-line,
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-row-expand{
  border-color:rgba(255,255,255,.06)!important;
}
body.workspace-unified-shell.workspace-professional:not(.light-theme) .ops-wx-head strong{color:var(--green)!important}

/* Painel profissional World — tema escuro */
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-head--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-head--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-head--pro{
  border-bottom-color:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-head--pro h2,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-head--pro h2,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-head--pro h2,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-metric--pro strong,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-metric--pro strong,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-metric--pro strong,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam--pro strong,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam--pro strong,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam--pro strong,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell strong,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell strong,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell strong{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-head--pro p,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-head--pro p,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-head--pro p,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-metric-label,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-metric-label,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-metric-label,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-card-head h3,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-card-head h3,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-card-head h3,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-card-head time,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-card-head time,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-card-head time,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam--pro p,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam--pro p,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam--pro p,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-title,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-title,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-title,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-empty,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-empty,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-empty{
  color:rgba(196,208,220,.72);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-card--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-card--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-card--pro{
  border-color:rgba(255,255,255,.05);
  background:rgba(255,255,255,.03);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-metric--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-metric--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-metric--pro,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell{
  background:rgba(255,255,255,.04);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-metar--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-metar--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-metar--pro{
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-tabs--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-tabs--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-tabs--pro{
  border-bottom-color:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-tabs--pro button,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-tabs--pro button,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-tabs--pro button{
  color:rgba(196,208,220,.62);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-tabs--pro button.is-active,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-tabs--pro button.is-active,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-tabs--pro button.is-active{
  color:#e8eef4;border-bottom-color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-panel--compare .world-panel-tabs--pro button.is-active,
body.workspace-pane-layout:not(.light-theme) .world-panel--compare .world-panel-tabs--pro button.is-active,
body.workspace-world-focus:not(.light-theme) .world-panel--compare .world-panel-tabs--pro button.is-active{
  color:#88d840;border-bottom-color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-head-sub,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-head-sub,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-head-sub,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-label,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-label,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-label,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-row-label,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-row-label,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-row-label{
  color:rgba(196,208,220,.62);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-value,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-value,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-value,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-table--clean thead th,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-table--clean thead th,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-table--clean thead th{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-value.is-ok,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-value.is-ok,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-value.is-ok,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-table td.is-ok,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-table td.is-ok,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-table td.is-ok,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-cell--suit strong.is-ok,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-cell--suit strong.is-ok,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-cell--suit strong.is-ok,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-status-text.is-ok,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-status-text.is-ok,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-status-text.is-ok{
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-row,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-row,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-row,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-table--clean tbody th,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-table--clean tbody th,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-table--clean tbody th,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-table--clean tbody td,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-table--clean tbody td{
  border-bottom-color:rgba(255,255,255,.07);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-wx-block--flat,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-wx-block--flat,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-wx-block--flat{
  background:transparent;border:0;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-cam,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-cam,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-cam,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-cam,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-cam,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-cam{
  border-color:rgba(255,255,255,.1);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-status.is-ok,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-status.is-ok,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-status.is-ok{
  background:transparent;color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-btn--briefing,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-btn--briefing,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-btn--briefing{
  background:#1fc900;color:#061208;border:0;border-radius:.55rem;font-weight:850;
  box-shadow:none;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-foot-wrap--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-foot-wrap--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-foot-wrap--pro,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-airport-queue--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-airport-queue--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-airport-queue--pro{
  border-color:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-table th,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-table th,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-table th,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-title,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-title,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-title,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-notam-icao,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-notam-icao,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-notam-icao{
  color:rgba(196,208,220,.72);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-table td,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-table td,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-table td,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-notam-copy strong,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-notam-copy strong,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-notam-copy strong,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-wx-col-icao,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-wx-col-icao,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-wx-col-icao{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-table th,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-table th,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-table th,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-table td,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-table td,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-table td{
  border-bottom-color:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-wx-col,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-wx-col,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-wx-col,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-notam-item,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-notam-item,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-notam-item{
  border-color:rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-compare-notam-body,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-compare-notam-body,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-compare-notam-body{
  color:rgba(196,208,220,.82);
  border-top-color:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-chart-btn,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-chart-btn,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-chart-btn{
  border-color:rgba(255,255,255,.1);
  background:rgba(255,255,255,.03);
  color:rgba(232,238,244,.88);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-chart-btn.is-active,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-chart-btn.is-active,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-chart-btn.is-active{
  border-color:rgba(72,255,31,.5);
  background:rgba(72,255,31,.12);
  color:#48ff1f;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-charts-note,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-charts-note,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-charts-note{
  color:rgba(196,208,220,.62);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-suitability-note,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-suitability-note,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-suitability-note,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-suitability,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-suitability,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-suitability{
  border-top-color:rgba(255,255,255,.08);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-suitability-note,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-suitability-note,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-suitability-note,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-consider-list li p,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-consider-list li p,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-consider-list li p{
  color:rgba(196,208,220,.78);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-wx-col-metar,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-wx-col-metar,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-wx-col-metar,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-wx-col-taf,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-wx-col-taf,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-wx-col-taf{
  color:rgba(196,208,220,.78);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-icon-btn,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-icon-btn,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-icon-btn{
  color:rgba(196,208,220,.72);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-icon-btn:hover,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-icon-btn:hover,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-icon-btn:hover{
  background:rgba(255,255,255,.06);color:#fff;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-btn--ghost,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-btn--ghost,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-btn--ghost{
  border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-airport-pill,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-airport-pill,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-airport-pill{
  border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#dfe8e2;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-airport-pill.is-active,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-airport-pill.is-active,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-airport-pill.is-active{
  border-color:rgba(136,216,64,.28);background:rgba(136,216,64,.12);color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam--pro{
  border-top-color:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-link,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-link,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-link,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-view-all,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-view-all,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-view-all{
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-section--pro,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-section--pro,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-section--pro{
  border-top-color:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-metric-inline strong,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-metric-inline strong,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-metric-inline strong,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-row,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-row,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-row{
  border-color:rgba(255,255,255,.06);background:rgba(255,255,255,.03);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-row:hover,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-row:hover,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-row:hover{
  border-color:rgba(136,216,64,.2);background:rgba(136,216,64,.06);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-card-clean,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-card-clean,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-card-clean{
  border-color:rgba(255,255,255,.07);background:rgba(255,255,255,.03);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-wx-block,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-wx-block,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-wx-block{
  border-color:rgba(255,255,255,.06);background:rgba(0,0,0,.22);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-body,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-body,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-body{
  border-color:rgba(255,255,255,.06);background:rgba(0,0,0,.18);color:rgba(220,230,240,.88);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-head-time,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-head-time,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-head-time,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-label,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-label,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-label,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong em,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong em,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong em{
  color:rgba(196,208,220,.62);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-value,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-value,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-value,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-copy strong{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-value.is-ok,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-value.is-ok,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-value.is-ok{
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-row,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-row,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-row{
  border-bottom-color:rgba(255,255,255,.05);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-metar--pro.is-metar,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-metar--pro.is-metar,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-metar--pro.is-metar,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-wx-tag.is-metar,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-wx-tag.is-metar,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-wx-tag.is-metar{
  color:#f0c040;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-metar--pro.is-taf,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-metar--pro.is-taf,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-metar--pro.is-taf{
  color:rgba(232,238,244,.88);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-item .world-panel-notam-row:hover,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-item .world-panel-notam-row:hover,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-item .world-panel-notam-row:hover,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-ops-row.is-action:hover,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-ops-row.is-action:hover,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-ops-row.is-action:hover{
  background:rgba(255,255,255,.04);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-chips--dots .world-panel-notam-chip,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-chips--dots .world-panel-notam-chip,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-chips--dots .world-panel-notam-chip{
  color:rgba(196,208,220,.78);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-taf-line,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-taf-line,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-taf-line{
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell{
  border-color:rgba(255,255,255,.05);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-ok .world-panel-impact-code,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-ok .world-panel-impact-code,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-ok .world-panel-impact-code,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-ok .world-panel-impact-status,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-ok .world-panel-impact-status,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-ok .world-panel-impact-status{
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-warning .world-panel-impact-code,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-warning .world-panel-impact-code,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-warning .world-panel-impact-code,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-warning .world-panel-impact-status,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-warning .world-panel-impact-status,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-warning .world-panel-impact-status{
  color:#fb923c;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-critical .world-panel-impact-code,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-critical .world-panel-impact-code,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-critical .world-panel-impact-code,
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-critical .world-panel-impact-status,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-critical .world-panel-impact-status,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-impact-cell.is-critical .world-panel-impact-status{
  color:#f87171;
}

/* Fase 2 — World / Route Explorer / Copilot em tema escuro */
body.workspace-open:not(.light-theme) .world-copilot-head,
body.workspace-pane-layout:not(.light-theme) .world-copilot-head,
body.workspace-world-focus:not(.light-theme) .world-copilot-head,
body.workspace-open:not(.light-theme) .world-panel-head:not(.world-panel-head--pro),
body.workspace-pane-layout:not(.light-theme) .world-panel-head:not(.world-panel-head--pro),
body.workspace-world-focus:not(.light-theme) .world-panel-head:not(.world-panel-head--pro),
body.workspace-open:not(.light-theme) .world-panel-airport-queue,
body.workspace-pane-layout:not(.light-theme) .world-panel-airport-queue,
body.workspace-world-focus:not(.light-theme) .world-panel-airport-queue,
body.workspace-open:not(.light-theme) .world-panel-foot-wrap,
body.workspace-pane-layout:not(.light-theme) .world-panel-foot-wrap,
body.workspace-world-focus:not(.light-theme) .world-panel-foot-wrap{
  border-color:rgba(255,255,255,.06);
  background:transparent;
}
body.workspace-open:not(.light-theme) .world-copilot-welcome,
body.workspace-pane-layout:not(.light-theme) .world-copilot-welcome,
body.workspace-world-focus:not(.light-theme) .world-copilot-welcome,
body.workspace-open:not(.light-theme) .world-copilot-card,
body.workspace-pane-layout:not(.light-theme) .world-copilot-card,
body.workspace-world-focus:not(.light-theme) .world-copilot-card,
body.workspace-open:not(.light-theme) .world-panel-card,
body.workspace-pane-layout:not(.light-theme) .world-panel-card,
body.workspace-world-focus:not(.light-theme) .world-panel-card,
body.workspace-open:not(.light-theme) .world-panel-airport-block,
body.workspace-pane-layout:not(.light-theme) .world-panel-airport-block,
body.workspace-world-focus:not(.light-theme) .world-panel-airport-block{
  border-color:rgba(255,255,255,.05);
  background:rgba(255,255,255,.03);
  box-shadow:none;
}
body.workspace-open:not(.light-theme) .world-copilot-card-metric,
body.workspace-pane-layout:not(.light-theme) .world-copilot-card-metric,
body.workspace-world-focus:not(.light-theme) .world-copilot-card-metric,
body.workspace-open:not(.light-theme) .world-panel-metric,
body.workspace-pane-layout:not(.light-theme) .world-panel-metric,
body.workspace-world-focus:not(.light-theme) .world-panel-metric,
body.workspace-open:not(.light-theme) .world-panel-stat,
body.workspace-pane-layout:not(.light-theme) .world-panel-stat,
body.workspace-world-focus:not(.light-theme) .world-panel-stat{
  border-color:rgba(255,255,255,.05);
  background:rgba(255,255,255,.04);
}
body.workspace-open:not(.light-theme) .world-copilot-prompt,
body.workspace-pane-layout:not(.light-theme) .world-copilot-prompt,
body.workspace-world-focus:not(.light-theme) .world-copilot-prompt{
  border-color:rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#dfe8e2;
}
body.workspace-open:not(.light-theme) .world-copilot-prompt:hover,
body.workspace-pane-layout:not(.light-theme) .world-copilot-prompt:hover,
body.workspace-world-focus:not(.light-theme) .world-copilot-prompt:hover{
  border-color:rgba(136,216,64,.24);
  background:rgba(136,216,64,.08);
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel-btn--ghost,
body.workspace-pane-layout:not(.light-theme) .world-panel-btn--ghost,
body.workspace-world-focus:not(.light-theme) .world-panel-btn--ghost{
  border-color:rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-panel-airport-pill,
body.workspace-pane-layout:not(.light-theme) .world-panel-airport-pill,
body.workspace-world-focus:not(.light-theme) .world-panel-airport-pill{
  border-color:rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#dfe8e2;
}
body.workspace-open:not(.light-theme) .world-panel-airport-pill.is-active,
body.workspace-pane-layout:not(.light-theme) .world-panel-airport-pill.is-active,
body.workspace-world-focus:not(.light-theme) .world-panel-airport-pill.is-active{
  border-color:rgba(136,216,64,.28);
  background:rgba(136,216,64,.12);
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-airport-block,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-airport-block,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-airport-block{
  background:rgba(255,255,255,.03);
}
body.workspace-open:not(.light-theme) .world-copilot-head h2,
body.workspace-pane-layout:not(.light-theme) .world-copilot-head h2,
body.workspace-world-focus:not(.light-theme) .world-copilot-head h2,
body.workspace-open:not(.light-theme) .world-copilot-welcome h3,
body.workspace-pane-layout:not(.light-theme) .world-copilot-welcome h3,
body.workspace-world-focus:not(.light-theme) .world-copilot-welcome h3,
body.workspace-open:not(.light-theme) .world-copilot-card-head strong,
body.workspace-pane-layout:not(.light-theme) .world-copilot-card-head strong,
body.workspace-world-focus:not(.light-theme) .world-copilot-card-head strong,
body.workspace-open:not(.light-theme) .world-panel-head h2,
body.workspace-pane-layout:not(.light-theme) .world-panel-head h2,
body.workspace-world-focus:not(.light-theme) .world-panel-head h2,
body.workspace-open:not(.light-theme) .world-panel-metric strong,
body.workspace-pane-layout:not(.light-theme) .world-panel-metric strong,
body.workspace-world-focus:not(.light-theme) .world-panel-metric strong,
body.workspace-open:not(.light-theme) .world-panel-notam strong,
body.workspace-pane-layout:not(.light-theme) .world-panel-notam strong,
body.workspace-world-focus:not(.light-theme) .world-panel-notam strong,
body.workspace-open:not(.light-theme) .world-panel-stat strong,
body.workspace-pane-layout:not(.light-theme) .world-panel-stat strong,
body.workspace-world-focus:not(.light-theme) .world-panel-stat strong,
body.workspace-open:not(.light-theme) .world-panel-stack-title,
body.workspace-pane-layout:not(.light-theme) .world-panel-stack-title,
body.workspace-world-focus:not(.light-theme) .world-panel-stack-title,
body.workspace-open:not(.light-theme) .world-panel-airport-block-head h2,
body.workspace-pane-layout:not(.light-theme) .world-panel-airport-block-head h2,
body.workspace-world-focus:not(.light-theme) .world-panel-airport-block-head h2{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .world-copilot-head p,
body.workspace-pane-layout:not(.light-theme) .world-copilot-head p,
body.workspace-world-focus:not(.light-theme) .world-copilot-head p,
body.workspace-open:not(.light-theme) .world-copilot-welcome > p,
body.workspace-pane-layout:not(.light-theme) .world-copilot-welcome > p,
body.workspace-world-focus:not(.light-theme) .world-copilot-welcome > p,
body.workspace-open:not(.light-theme) .world-copilot-capabilities li,
body.workspace-pane-layout:not(.light-theme) .world-copilot-capabilities li,
body.workspace-world-focus:not(.light-theme) .world-copilot-capabilities li,
body.workspace-open:not(.light-theme) .world-copilot-card-head span,
body.workspace-pane-layout:not(.light-theme) .world-copilot-card-head span,
body.workspace-world-focus:not(.light-theme) .world-copilot-card-head span,
body.workspace-open:not(.light-theme) .world-panel-head p,
body.workspace-pane-layout:not(.light-theme) .world-panel-head p,
body.workspace-world-focus:not(.light-theme) .world-panel-head p,
body.workspace-open:not(.light-theme) .world-panel-card h3,
body.workspace-pane-layout:not(.light-theme) .world-panel-card h3,
body.workspace-world-focus:not(.light-theme) .world-panel-card h3,
body.workspace-open:not(.light-theme) .world-panel-foot-title,
body.workspace-pane-layout:not(.light-theme) .world-panel-foot-title,
body.workspace-world-focus:not(.light-theme) .world-panel-foot-title,
body.workspace-open:not(.light-theme) .world-panel-metric span,
body.workspace-pane-layout:not(.light-theme) .world-panel-metric span,
body.workspace-world-focus:not(.light-theme) .world-panel-metric span,
body.workspace-open:not(.light-theme) .world-panel-notam p,
body.workspace-pane-layout:not(.light-theme) .world-panel-notam p,
body.workspace-world-focus:not(.light-theme) .world-panel-notam p,
body.workspace-open:not(.light-theme) .world-panel--passenger .world-panel-summary,
body.workspace-pane-layout:not(.light-theme) .world-panel--passenger .world-panel-summary,
body.workspace-world-focus:not(.light-theme) .world-panel--passenger .world-panel-summary{
  color:rgba(196,208,220,.72);
}
body.workspace-open:not(.light-theme) .world-copilot-card-metar,
body.workspace-pane-layout:not(.light-theme) .world-copilot-card-metar,
body.workspace-world-focus:not(.light-theme) .world-copilot-card-metar,
body.workspace-open:not(.light-theme) .world-panel-metar,
body.workspace-pane-layout:not(.light-theme) .world-panel-metar,
body.workspace-world-focus:not(.light-theme) .world-panel-metar{
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel-tabs button,
body.workspace-pane-layout:not(.light-theme) .world-panel-tabs button,
body.workspace-world-focus:not(.light-theme) .world-panel-tabs button{
  color:rgba(196,208,220,.62);
}
body.workspace-open:not(.light-theme) .world-panel-tabs button.is-active,
body.workspace-pane-layout:not(.light-theme) .world-panel-tabs button.is-active,
body.workspace-world-focus:not(.light-theme) .world-panel-tabs button.is-active{
  background:rgba(136,216,64,.12);
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel-close,
body.workspace-pane-layout:not(.light-theme) .world-panel-close,
body.workspace-world-focus:not(.light-theme) .world-panel-close{
  color:rgba(196,208,220,.62);
}
body.workspace-open:not(.light-theme) .world-panel-close:hover,
body.workspace-pane-layout:not(.light-theme) .world-panel-close:hover,
body.workspace-world-focus:not(.light-theme) .world-panel-close:hover{
  background:rgba(255,255,255,.06);
  color:#fff;
}
body.workspace-open:not(.light-theme) .world-map-search-input,
body.workspace-pane-layout:not(.light-theme) .world-map-search-input,
body.workspace-world-focus:not(.light-theme) .world-map-search-input{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .route-results-panel-wrap,
body.workspace-pane-layout:not(.light-theme) .route-results-panel-wrap,
body.workspace-world-focus:not(.light-theme) .route-results-panel-wrap,
body.workspace-open:not(.light-theme) .route-briefing-panel,
body.workspace-pane-layout:not(.light-theme) .route-briefing-panel,
body.workspace-world-focus:not(.light-theme) .route-briefing-panel{
  background:var(--ws-card-bg,#121820);
}
body.workspace-open:not(.light-theme) .route-results-head,
body.workspace-pane-layout:not(.light-theme) .route-results-head,
body.workspace-world-focus:not(.light-theme) .route-results-head,
body.workspace-open:not(.light-theme) .route-results-foot,
body.workspace-pane-layout:not(.light-theme) .route-results-foot,
body.workspace-world-focus:not(.light-theme) .route-results-foot,
body.workspace-open:not(.light-theme) .route-briefing-head,
body.workspace-pane-layout:not(.light-theme) .route-briefing-head,
body.workspace-world-focus:not(.light-theme) .route-briefing-head{
  border-color:rgba(255,255,255,.06);
  background:transparent;
}
body.workspace-open:not(.light-theme) .route-result-card,
body.workspace-pane-layout:not(.light-theme) .route-result-card,
body.workspace-world-focus:not(.light-theme) .route-result-card,
body.workspace-open:not(.light-theme) .route-briefing-card,
body.workspace-pane-layout:not(.light-theme) .route-briefing-card,
body.workspace-world-focus:not(.light-theme) .route-briefing-card,
body.workspace-open:not(.light-theme) .route-briefing-section,
body.workspace-pane-layout:not(.light-theme) .route-briefing-section,
body.workspace-world-focus:not(.light-theme) .route-briefing-section{
  border-color:rgba(255,255,255,.05);
  background:rgba(255,255,255,.03);
  box-shadow:none;
}
body.workspace-open:not(.light-theme) .route-result-card.is-selected,
body.workspace-pane-layout:not(.light-theme) .route-result-card.is-selected,
body.workspace-world-focus:not(.light-theme) .route-result-card.is-selected{
  border-color:rgba(136,216,64,.28);
  background:linear-gradient(180deg,rgba(136,216,64,.08),rgba(255,255,255,.02));
  box-shadow:0 10px 28px rgba(0,0,0,.28);
}
body.workspace-open:not(.light-theme) .route-briefing-back,
body.workspace-pane-layout:not(.light-theme) .route-briefing-back,
body.workspace-world-focus:not(.light-theme) .route-briefing-back,
body.workspace-open:not(.light-theme) .route-recommend-apply,
body.workspace-pane-layout:not(.light-theme) .route-recommend-apply,
body.workspace-world-focus:not(.light-theme) .route-recommend-apply{
  border-color:rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#88d840;
}
body.workspace-open:not(.light-theme) .route-results-head h2,
body.workspace-pane-layout:not(.light-theme) .route-results-head h2,
body.workspace-world-focus:not(.light-theme) .route-results-head h2,
body.workspace-open:not(.light-theme) .route-briefing-head h2,
body.workspace-pane-layout:not(.light-theme) .route-briefing-head h2,
body.workspace-world-focus:not(.light-theme) .route-briefing-head h2,
body.workspace-open:not(.light-theme) .route-result-iata,
body.workspace-pane-layout:not(.light-theme) .route-result-iata,
body.workspace-world-focus:not(.light-theme) .route-result-iata,
body.workspace-open:not(.light-theme) .route-briefing-card strong,
body.workspace-pane-layout:not(.light-theme) .route-briefing-card strong,
body.workspace-world-focus:not(.light-theme) .route-briefing-card strong,
body.workspace-open:not(.light-theme) .route-recommend-copy strong,
body.workspace-pane-layout:not(.light-theme) .route-recommend-copy strong,
body.workspace-world-focus:not(.light-theme) .route-recommend-copy strong{
  color:#e8eef4;
}
body.workspace-open:not(.light-theme) .route-results-head p,
body.workspace-pane-layout:not(.light-theme) .route-results-head p,
body.workspace-world-focus:not(.light-theme) .route-results-head p,
body.workspace-open:not(.light-theme) .route-briefing-head p,
body.workspace-pane-layout:not(.light-theme) .route-briefing-head p,
body.workspace-world-focus:not(.light-theme) .route-briefing-head p,
body.workspace-open:not(.light-theme) .route-results-empty,
body.workspace-pane-layout:not(.light-theme) .route-results-empty,
body.workspace-world-focus:not(.light-theme) .route-results-empty,
body.workspace-open:not(.light-theme) .route-results-group h3,
body.workspace-pane-layout:not(.light-theme) .route-results-group h3,
body.workspace-world-focus:not(.light-theme) .route-results-group h3,
body.workspace-open:not(.light-theme) .route-result-airline,
body.workspace-pane-layout:not(.light-theme) .route-result-airline,
body.workspace-world-focus:not(.light-theme) .route-result-airline,
body.workspace-open:not(.light-theme) .route-result-via,
body.workspace-pane-layout:not(.light-theme) .route-result-via,
body.workspace-world-focus:not(.light-theme) .route-result-via,
body.workspace-open:not(.light-theme) .route-briefing-card span,
body.workspace-pane-layout:not(.light-theme) .route-briefing-card span,
body.workspace-world-focus:not(.light-theme) .route-briefing-card span,
body.workspace-open:not(.light-theme) .route-briefing-section p,
body.workspace-pane-layout:not(.light-theme) .route-briefing-section p,
body.workspace-world-focus:not(.light-theme) .route-briefing-section p{
  color:rgba(196,208,220,.72);
}
body.workspace-open:not(.light-theme) .route-result-iata,
body.workspace-pane-layout:not(.light-theme) .route-result-iata,
body.workspace-world-focus:not(.light-theme) .route-result-iata{
  background:rgba(255,255,255,.05);
}
body.workspace-open:not(.light-theme) .route-badge,
body.workspace-pane-layout:not(.light-theme) .route-badge,
body.workspace-world-focus:not(.light-theme) .route-badge{
  background:rgba(255,255,255,.04);
  color:rgba(196,208,220,.78);
  border-color:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .route-briefing-placeholder,
body.workspace-pane-layout:not(.light-theme) .route-briefing-placeholder,
body.workspace-world-focus:not(.light-theme) .route-briefing-placeholder{
  background:rgba(255,255,255,.03);
}
body.workspace-open:not(.light-theme) .route-airport-chip,
body.workspace-pane-layout:not(.light-theme) .route-airport-chip,
body.workspace-world-focus:not(.light-theme) .route-airport-chip{
  color:#e8eef4;
}
body.workspace-pane-layout:not(.light-theme) .ws-pane-settings-field,
body.workspace-world-focus:not(.light-theme) .ws-pane-settings-field{
  color:rgba(196,208,220,.72);
}
body.workspace-pane-layout:not(.light-theme) .ws-pane-settings-check,
body.workspace-world-focus:not(.light-theme) .ws-pane-settings-check{
  color:rgba(196,208,220,.78);
}

/* Conflict Tracker — lista vertical à DIREITA (activada por Avisos) */
.world-situational-tracker,
.world-situational-tracker--right{
  position:absolute;top:4.4rem;right:.72rem;left:auto;z-index:40;width:min(340px,calc(100% - 1.4rem));
  display:flex;flex-direction:column;max-height:calc(100% - 7.4rem);
  border:1px solid rgba(136,216,64,.22);border-radius:18px;
  background:linear-gradient(180deg,rgba(8,16,26,.97),rgba(5,10,18,.94));
  backdrop-filter:blur(18px) saturate(1.15);box-shadow:0 18px 52px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.05);
  overflow:hidden;animation:worldAlertsSlideIn .28s ease both;
  pointer-events:auto;
}
@keyframes worldAlertsSlideIn{
  from{opacity:0;transform:translateX(14px)}
  to{opacity:1;transform:translateX(0)}
}
.world-situational-tracker[hidden]{display:none!important}
.world-situational-tracker.is-collapsed{width:48px;min-width:48px}
.world-situational-tracker.is-collapsed .world-situational-body,
.world-situational-tracker.is-collapsed .world-situational-header small,
.world-situational-tracker.is-collapsed .world-situational-header strong,
.world-situational-tracker.is-collapsed .world-situational-count-badge{display:none}
.world-situational-header{
  display:flex;align-items:center;justify-content:space-between;gap:.5rem;
  padding:.65rem .75rem;border-bottom:1px solid rgba(255,255,255,.06);
  background:linear-gradient(90deg,rgba(136,216,64,.08),transparent 70%);
}
.world-situational-header small{
  display:block;font-size:.52rem;font-weight:800;letter-spacing:.1em;color:#88d840;text-transform:uppercase;
}
.world-situational-header strong{font-size:.84rem;line-height:1.2;color:#eef4f8}
.world-situational-header-actions{display:inline-flex;align-items:center;gap:.35rem}
.world-situational-count-badge{
  min-width:22px;height:22px;padding:0 .4rem;border-radius:999px;display:inline-grid;place-items:center;
  background:rgba(255,107,138,.92);color:#fff;font-size:.62rem;font-weight:800;
}
.world-situational-toggle,
.world-situational-dismiss,
.world-situational-item-detail-close{
  display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;
  border:0;border-radius:8px;background:rgba(255,255,255,.06);color:#dbe6ee;cursor:pointer;
}
.world-situational-dismiss:hover{background:rgba(255,255,255,.12);color:#fff}
.world-situational-dismiss .material-symbols-rounded{font-size:1.05rem}
.world-situational-body{overflow:auto;padding:.55rem .65rem .7rem;scrollbar-width:thin}
.world-situational-count{font-size:.58rem;color:rgba(196,208,220,.72);margin:0 0 .45rem}
.world-situational-count strong{color:#88d840}
.world-situational-list{display:flex;flex-direction:column;gap:.38rem}
.world-situational-list-block{
  border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  transition:border-color .2s ease,background .2s ease;
}
.world-situational-list-block.is-expanded{
  border-color:rgba(255,176,32,.55);background:rgba(255,176,32,.08);
}
.world-situational-list-item{
  display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;
  border:0;border-radius:0;background:transparent;
  padding:.55rem .6rem;text-align:left;cursor:pointer;color:#e8eef4;
}
.world-situational-list-item-top{display:inline-flex;align-items:center;gap:.4rem}
.world-situational-flag{
  width:22px;height:16px;object-fit:cover;border-radius:3px;
  border:1px solid rgba(255,255,255,.14);flex:0 0 auto;background:rgba(255,255,255,.06);
}
.world-situational-flag--detail{width:42px;height:30px;margin:0 0 .4rem;display:block}
.world-situational-list-block:not(.is-expanded) .world-situational-list-item:hover{
  background:rgba(136,216,64,.06);
}
.world-situational-list-item strong{font-size:.72rem;line-height:1.25}
.world-situational-list-item small{font-size:.56rem;color:rgba(196,208,220,.72)}
.world-situational-list-cta{
  margin-top:.15rem;font-size:.54rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#88d840;
}
.world-situational-item-detail{
  border-top:1px solid rgba(255,176,32,.22);
  padding:.55rem .65rem .65rem;
  animation:worldAlertsSlideIn .22s ease both;
}
.world-situational-item-detail-head{
  display:flex;align-items:center;justify-content:space-between;gap:.35rem;margin-bottom:.35rem;
}
.world-situational-item-detail-close{width:24px;height:24px}
.world-situational-item-detail-close .material-symbols-rounded{font-size:16px}
.world-situational-empty{font-size:.62rem;color:rgba(196,208,220,.72);margin:.2rem 0}
.world-situational-empty-wrap{display:grid;gap:.45rem;padding:.15rem 0 .35rem}
.world-situational-empty-hint{margin:0;font-size:.56rem;line-height:1.4;color:rgba(160,176,190,.62)}
.world-situational-cat-skeleton{
  display:flex;flex-wrap:wrap;gap:.28rem;margin-top:.15rem;
}
.world-situational-cat-skeleton span{
  font-size:.52rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;
  padding:.18rem .4rem;border-radius:999px;
  border:1px solid rgba(255,255,255,.08);color:rgba(180,196,210,.7);
  background:rgba(255,255,255,.03);
}
.world-situational-group{display:grid;gap:.32rem;margin:0 0 .55rem}
.world-situational-group-head{
  display:flex;align-items:center;justify-content:space-between;gap:.4rem;
  padding:.1rem .05rem;
}
.world-situational-group-head strong{
  font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;
  color:rgba(200,214,226,.78);
}
.world-situational-group-head em{
  font-style:normal;font-size:.56rem;font-weight:800;color:#88d840;
  min-width:1.1rem;text-align:right;
}
.world-situational-severity{
  display:inline-flex;align-items:center;border-radius:999px;padding:.12rem .42rem;
  font-size:.52rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
}
.world-situational-severity.is-critical{background:rgba(255,107,138,.18);color:#ff8da6}
.world-situational-severity.is-warning{background:rgba(255,176,32,.16);color:#ffc861}
.world-situational-severity.is-info{background:rgba(72,255,31,.12);color:#9dff78}
.world-alert-map-popup{
  z-index:30!important;
}
.world-alert-map-popup .mapboxgl-popup-content{
  padding:0;border-radius:14px;background:#10151c;color:#f4f7fb;
  box-shadow:0 18px 48px rgba(0,0,0,.72),0 0 0 1px rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.16);
  overflow:hidden;min-width:300px;max-width:380px;
  opacity:1;isolation:isolate;backdrop-filter:none;-webkit-backdrop-filter:none;
}
.world-alert-map-popup .mapboxgl-popup-tip{border-top-color:#10151c}
.world-alert-map-popup .mapboxgl-popup-close-button{
  color:#fff;font-size:18px;padding:8px 12px;z-index:3;right:2px;top:2px;
  text-shadow:0 1px 3px rgba(0,0,0,.75);background:transparent;
}
.world-alert-popup-card{padding:.7rem .8rem}
.world-alert-popup-card--rich{
  display:grid;grid-template-columns:96px minmax(0,1fr);gap:0;padding:0;min-width:300px;max-width:380px;
  background:#10151c;
}
.world-alert-popup-card--rich.is-critical{box-shadow:inset 3px 0 0 #e53935}
.world-alert-popup-card--rich.is-warning{box-shadow:inset 3px 0 0 #e0a21a}
.world-alert-popup-card--rich.is-info{box-shadow:inset 3px 0 0 #5b8fa8}
.world-alert-popup-media{
  width:96px;height:100%;min-height:132px;object-fit:cover;display:block;background:#1c2430;
}
.world-alert-popup-media--placeholder{
  display:grid;place-items:center;color:rgba(230,238,246,.88);
  background:linear-gradient(165deg,#243041 0%,#151c28 100%);
}
.world-alert-popup-media--placeholder .material-symbols-rounded{font-size:30px;opacity:.95}
.world-alert-popup-copy{
  padding:.78rem .85rem .8rem .8rem;display:grid;gap:.28rem;align-content:start;
  background:#10151c;
}
.world-alert-popup-top{
  display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding-right:1.4rem;
}
.world-alert-popup-badge{
  display:inline-flex;align-items:center;border-radius:6px;padding:.16rem .42rem;
  font-size:.58rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1;
}
.world-alert-popup-badge.is-critical{background:rgba(229,57,53,.22);color:#ff8a80}
.world-alert-popup-badge.is-warning{background:rgba(224,162,26,.2);color:#ffd54f}
.world-alert-popup-badge.is-info{background:rgba(91,143,168,.22);color:#90caf9}
.world-alert-popup-kicker{
  font-size:.58rem;font-style:normal;color:rgba(196,208,220,.78);letter-spacing:.02em;font-weight:600;
}
.world-alert-popup-card strong{
  display:block;font-size:.98rem;line-height:1.25;color:#ffffff;font-weight:800;margin-top:.1rem;
}
.world-alert-popup-loc{
  font-size:.62rem;font-style:normal;color:rgba(196,208,220,.88);font-weight:600;
}
.world-alert-popup-body,
.world-alert-popup-card p{
  margin:.18rem 0 0;font-size:.74rem;line-height:1.45;color:#eef3f8;
  white-space:pre-wrap;display:block;overflow:visible;
  -webkit-line-clamp:unset;
}
.world-panel-alert-body{white-space:pre-wrap;margin:.15rem 0 0}
.world-alert-popup-source{
  font-size:.56rem;font-weight:700;color:#8fd36a;margin-top:.28rem;
  padding-top:.35rem;border-top:1px solid rgba(255,255,255,.08);
}
body.light-theme .world-alert-map-popup .mapboxgl-popup-content,
body.light-theme .world-alert-popup-card--rich,
body.light-theme .world-alert-popup-copy{
  background:#ffffff;color:#152018;border-color:rgba(8,24,18,.12);
}
body.light-theme .world-alert-map-popup .mapboxgl-popup-tip{border-top-color:#ffffff}
body.light-theme .world-alert-popup-card strong{color:#111827}
body.light-theme .world-alert-popup-body,
body.light-theme .world-alert-popup-card p{color:#2f3b45}
body.light-theme .world-alert-map-popup .mapboxgl-popup-close-button{color:#111827;text-shadow:none}
body.light-theme .world-alert-popup-source{color:#2e7d32;border-top-color:rgba(8,24,18,.08)}
.world-panel-head--alert h2{font-size:1rem}
.world-situational-type{font-size:.56rem;color:rgba(196,208,220,.75)}
.world-situational-detail-loc{margin:0 0 .45rem;font-size:.62rem;color:rgba(196,208,220,.78)}
.world-situational-detail-media{margin:0 0 .55rem;border-radius:8px;overflow:hidden;background:#1c2430;position:relative}
.world-situational-detail-photo{
  display:block;width:100%;height:110px;object-fit:cover;background:#1c2430;
}
.world-situational-detail-photo--placeholder{
  display:grid;place-items:center;height:88px;color:rgba(230,238,246,.75);
  background:linear-gradient(165deg,#243041 0%,#151c28 100%);
}
.world-situational-detail-photo--placeholder .material-symbols-rounded{font-size:26px;opacity:.9}
.world-situational-detail-photo-credit{
  position:absolute;right:.4rem;bottom:.35rem;padding:.1rem .35rem;border-radius:4px;
  font-size:.5rem;font-weight:700;letter-spacing:.02em;color:rgba(255,255,255,.9);
  background:rgba(0,0,0,.45);
}
.world-situational-detail-body{font-size:.68rem;line-height:1.45;color:rgba(232,238,244,.92);white-space:pre-wrap}
.world-situational-detail-empty{margin:0;font-size:.62rem;line-height:1.4;color:rgba(196,208,220,.72);font-style:italic}
.world-situational-detail-meta{margin:.55rem 0 0;font-size:.56rem;color:rgba(196,208,220,.68)}
.world-situational-detail-source{margin:.35rem 0 0;font-size:.56rem;color:#88d840;font-weight:700}
body.light-theme .world-situational-tracker{background:rgba(255,255,255,.96);border-color:rgba(8,24,18,.1)}
body.light-theme .world-situational-header strong,
body.light-theme .world-situational-list-item{color:#1a2620}
body.light-theme .world-situational-list-block{background:rgba(8,24,18,.03);border-color:rgba(8,24,18,.06)}
@media (max-width:760px){
  .world-situational-tracker,
  .world-situational-tracker--right{top:4.2rem;width:min(280px,calc(100% - 1rem));right:.55rem}
}

/* Widget bola FLAITOPS — ao lado do logo Mapbox (canto inferior esquerdo do mapa) */
.workspace-chat-launcher{
  position:fixed;left:max(1rem,env(safe-area-inset-left));
  bottom:max(1rem,env(safe-area-inset-bottom));
  z-index:140;width:48px;height:48px;padding:0;border:0;border-radius:999px;
  cursor:pointer;background:transparent;
  box-shadow:0 8px 24px rgba(0,0,0,.35),0 0 18px rgba(72,255,31,.18);
  display:grid;place-items:center;overflow:hidden;
  opacity:0;transform:scale(.86) translateY(8px);pointer-events:none;
  transition:opacity .28s ease,transform .28s ease,box-shadow .28s ease;
}
.workspace-chat-launcher--map{
  position:absolute;
  /* Logo Mapbox ~88px — widget logo a seguir, alinhado ao rodapé do mapa */
  left:6.1rem;bottom:.28rem;z-index:6;
}
.workspace-chat-launcher.is-visible{
  opacity:1;transform:scale(1) translateY(0);pointer-events:auto;
}
.workspace-chat-launcher[hidden]{display:none!important}
.workspace-chat-launcher:hover{
  box-shadow:0 10px 28px rgba(0,0,0,.42),0 0 26px rgba(72,255,31,.3);
  transform:scale(1.06) translateY(0);
}
.workspace-chat-launcher-logo{
  width:100%;height:100%;object-fit:contain;display:block;
  border-radius:999px;pointer-events:none;
  filter:drop-shadow(0 0 10px rgba(72,255,31,.28));
}
/* Empurra ligeiramente a atribuição Mapbox para não colidir com o widget */
body.workspace-chat-launcher-visible .flaitops-world-map .mapboxgl-ctrl-bottom-left{
  left:0;bottom:0;
}
body.workspace-chat-launcher-visible .flaitops-world-map .mapboxgl-ctrl-logo{
  margin:0 0 0 .15rem;
}
@media (max-width:760px){
  .workspace-chat-launcher--map{left:5.4rem;bottom:.2rem;width:42px;height:42px}
}

.world-panel-card--situation{display:grid;gap:.45rem}
.world-panel-situational-row{
  display:grid;gap:.22rem;width:100%;text-align:left;cursor:pointer;
  border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.04);
  padding:.55rem .62rem;color:#e8eef4;
}
.world-panel-situational-row.is-warning{border-color:rgba(255,176,32,.35);background:rgba(255,176,32,.08)}
.world-panel-situational-row.is-critical{border-color:rgba(255,107,138,.35);background:rgba(255,107,138,.08)}
.world-panel-situational-row.is-info{border-color:rgba(72,255,31,.28);background:rgba(72,255,31,.06)}
.world-panel-situational-title{font-size:.78rem;font-weight:800;line-height:1.25}
.world-panel-situational-row p{margin:0;font-size:.68rem;line-height:1.4;color:rgba(232,238,244,.9)}
.world-panel-situational-row small{font-size:.58rem;color:#88d840;font-weight:700}
body.light-theme .world-panel-situational-row{color:#1a2620;background:rgba(8,24,18,.03)}
body.light-theme .world-panel-situational-row p{color:#2a3a30}

/* ═══════════════════════════════════════════════════════════
   Analyse Pro — tubo único + Assistant drawer + ficha sheet
   ═══════════════════════════════════════════════════════════ */

/* Um só input: esconder typing do chat pane no Analyse */
body.workspace-world-focus.workspace-professional .workspace-typing-area,
body.workspace-world-focus.workspace-professional #workspaceTypingArea,
body.workspace-world-focus.workspace-professional .workspace-compose-facade,
body.workspace-world-focus.workspace-professional #workspaceChatChips,
body.workspace-world-focus.workspace-professional .workspace-chat-chips,
body.workspace-world-focus.workspace-professional .workspace-pro-quick{
  display:none!important;
}

/* Assistant fechado = sem coluna de chat (override do display:flex profissional) */
body.workspace-pane-layout.workspace-professional.workspace-world-focus:not(.workspace-pane-chat-open) .workspace-chat-pane{
  display:none!important;
}
body.workspace-pane-layout.workspace-professional.workspace-world-focus.workspace-pane-chat-open .workspace-chat-pane,
body.workspace-pane-layout.workspace-professional.workspace-world-focus.workspace-pane-chat-open .workspace-chat-pane.workspace-chat-pane--assist-modal{
  display:flex!important;
  flex-direction:column;
  min-width:0;
}

/* FLAITOPS Assist — janela flutuante (Analyse Pro) */
body.workspace-assist-modal-open .workspace-chat-pane.workspace-chat-pane--assist-modal,
body.workspace-pane-layout.workspace-professional.workspace-world-focus.workspace-pane-chat-open .workspace-chat-pane.workspace-chat-pane--assist-modal{
  position:fixed!important;
  margin:0!important;
  grid-column:unset!important;
  grid-row:unset!important;
  z-index:46;
  border-radius:1.15rem!important;
  border:1px solid rgba(255,255,255,.1)!important;
  background:#0e1218!important;
  box-shadow:0 28px 72px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.04)!important;
  overflow:hidden;
  -webkit-font-smoothing:auto;
  -moz-osx-font-smoothing:auto;
  text-rendering:geometricPrecision;
  transition:width .22s ease,height .22s ease,left .22s ease,right .22s ease,top .22s ease,bottom .22s ease,transform .22s ease,max-width .22s ease;
}
@media (prefers-reduced-motion:reduce){
  body.workspace-assist-modal-open .workspace-chat-pane.workspace-chat-pane--assist-modal{
    transition:none;
  }
}
/* Compacto: ancorado por JS por cima do botão F (fallback CSS) */
body.workspace-assist-modal-open.workspace-assist-modal-compact .workspace-chat-pane.workspace-chat-pane--assist-modal,
body.workspace-pane-layout.workspace-professional.workspace-world-focus.workspace-pane-chat-open.workspace-assist-modal-compact .workspace-chat-pane.workspace-chat-pane--assist-modal{
  left:max(0.75rem,env(safe-area-inset-left))!important;
  right:auto!important;
  top:auto!important;
  bottom:max(5.2rem,calc(env(safe-area-inset-bottom) + 4.6rem))!important;
  transform:none;
  width:min(340px,calc(100vw - 1.6rem))!important;
  max-width:340px!important;
  height:min(420px,calc(100vh - 7.5rem));
  max-height:calc(100vh - 7.5rem);
}
/* Expandido: centrado na página */
body.workspace-assist-modal-open.workspace-assist-modal-expanded .workspace-chat-pane.workspace-chat-pane--assist-modal,
body.workspace-pane-layout.workspace-professional.workspace-world-focus.workspace-pane-chat-open.workspace-assist-modal-expanded .workspace-chat-pane.workspace-chat-pane--assist-modal{
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  transform:translate(-50%,-50%);
  width:min(520px,calc(100vw - 2.4rem))!important;
  max-width:520px!important;
  height:min(780px,calc(100vh - 4rem));
  max-height:calc(100vh - 4rem);
}
body.workspace-assist-modal-open .workspace-world-map-pane{
  position:relative;
}
body.workspace-assist-modal-open.workspace-assist-modal-expanded .workspace-world-map-pane::after{
  content:'';
  position:absolute;inset:0;z-index:8;pointer-events:none;
  background:rgba(4,8,14,.38);
  border-radius:inherit;
}
body.workspace-assist-modal-open.workspace-assist-modal-compact .workspace-world-map-pane::after{
  content:none;display:none;
}
.workspace-assist-modal-head{
  flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  padding:1rem 3.6rem .85rem 1rem;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg,rgba(22,28,36,.9),transparent);
  position:relative;
}
.workspace-assist-modal-brand{
  display:flex;flex-direction:column;align-items:center;gap:.42rem;text-align:center;
}
.workspace-assist-modal-logo{
  width:36px;height:36px;border-radius:999px;object-fit:cover;
  box-shadow:0 0 0 2px rgba(72,255,31,.22);
}
.workspace-assist-modal-copy strong{
  display:inline-flex;align-items:center;gap:.28rem;
  font-size:.92rem;font-weight:750;letter-spacing:-.01em;color:#f3f7fb;
}
.workspace-assist-modal-spark{color:#48ff1f;font-size:.72rem}
.workspace-assist-modal-copy em{
  display:block;margin-top:.12rem;font-style:normal;font-size:.62rem;font-weight:500;color:#8fa3b5;
}
.workspace-assist-modal-expand{
  position:absolute;top:.7rem;right:2.55rem;z-index:2;
  width:32px;height:32px;border-radius:999px;
  display:grid;place-items:center;
  background:transparent;border:0;color:rgba(220,230,240,.78);
  cursor:pointer;
}
.workspace-assist-modal-expand:hover{
  background:rgba(255,255,255,.08);color:#fff;
}
.workspace-assist-modal-expand .material-symbols-rounded{font-size:1.15rem;line-height:1}
.workspace-assist-modal-expand[aria-pressed="true"]{color:#48ff1f}
body.workspace-assist-modal-compact .workspace-assist-modal-head{
  padding:.72rem 3.4rem .62rem .85rem;
}
body.workspace-assist-modal-compact .workspace-assist-modal-logo{width:28px;height:28px}
body.workspace-assist-modal-compact .workspace-assist-modal-copy strong{font-size:.82rem}
body.workspace-assist-modal-compact .workspace-assist-modal-copy em{font-size:.58rem}
body.workspace-assist-modal-open .workspace-chat-pane--assist-modal .workspace-pane-close{
  position:absolute;top:.7rem;right:.7rem;z-index:2;
  background:transparent;border:0;color:rgba(220,230,240,.78);
  box-shadow:none;
}
body.workspace-assist-modal-open .workspace-chat-pane--assist-modal .workspace-pane-close:hover{
  background:rgba(255,255,255,.08);color:#fff;
}
body.workspace-assist-modal-open .workspace-chat-pane--assist-modal .workspace-chat-feed{
  padding:.75rem .9rem 1rem;
}
body.workspace-assist-modal-compact .workspace-chat-pane--assist-modal .workspace-chat-feed{
  padding:.55rem .7rem .75rem;
}
/* Input dentro do modal Assist */
body.workspace-world-focus.workspace-professional.workspace-pane-chat-open .workspace-typing-area,
body.workspace-world-focus.workspace-professional.workspace-pane-chat-open #workspaceTypingArea{
  display:block!important;
  flex-shrink:0;
  padding:.55rem .75rem .85rem;
  border-top:1px solid rgba(255,255,255,.07);
  background:rgba(8,12,18,.96);
}
body.workspace-world-focus.workspace-professional.workspace-pane-chat-open .workspace-compose-facade{
  display:none!important;
}
body.workspace-world-focus.workspace-professional.workspace-pane-chat-open .workspace-pro-compose-foot{
  display:block;flex-shrink:0;
}
/* Tubo do mapa mantém-se centrado (mapa full-width) */
body.workspace-world-focus.workspace-professional.workspace-pane-chat-open .world-map-compose-dock--analyse{
  width:min(920px,calc(100% - 2.4rem));
  left:50%;
}
body.workspace-world-focus.workspace-professional.workspace-pane-chat-open.workspace-world-panel-open .world-map-compose-dock--analyse{
  left:calc((100% - min(320px,36%)) / 2);
  width:min(860px,calc(100% - min(320px,36%) - 2rem));
}

/* Analyse com Assistant: mapa full bleed, sem coluna lateral */
body.workspace-pane-layout.workspace-professional.workspace-world-focus.workspace-pane-chat-open .workspace-main{
  gap:.5rem;
}
body.workspace-pane-layout.workspace-professional.workspace-world-focus.workspace-pane-chat-open .workspace-world-map-pane{
  margin-top:.5rem;
  margin-bottom:.5rem;
}

/* Tubo Analyse — pill dark integrado no mapa */
body.workspace-world-focus.workspace-professional .world-map-compose-dock--analyse{
  left:50%;
  width:min(920px,calc(100% - 2.4rem));
  gap:.42rem;
  bottom:max(.95rem,env(safe-area-inset-bottom));
}
body.workspace-world-focus.workspace-professional.workspace-world-panel-open .world-map-compose-dock--analyse{
  left:calc((100% - min(320px,36%)) / 2);
  width:min(860px,calc(100% - min(320px,36%) - 2rem));
}

/* Stack Analyse: chips → modos (sem tubo de conversação) */
.world-map-compose-dock--analyse{
  gap:.4rem;
}
.world-map-compose-dock--no-tube .world-map-typing-area{display:none!important}
.world-map-compose-dock--analyse.world-map-compose-dock--no-tube{
  width:auto;
  max-width:min(960px,calc(100% - 2rem));
}
.world-map-compose-dock .world-map-selection-chips{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:.35rem;width:auto;max-width:100%;margin:0 auto;padding:0;
  overflow:visible;mask-image:none;-webkit-mask-image:none;
  pointer-events:auto;
}
.world-map-compose-dock .world-map-selection-chips[hidden]{
  display:none!important;
}
.world-map-compose-dock--analyse .world-map-mode-list{
  flex-wrap:nowrap;justify-content:center;gap:.32rem;
  overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;
  padding:.05rem 0;
}
.world-map-compose-dock--analyse .world-map-mode-list::-webkit-scrollbar{display:none;height:0}
.world-map-compose-dock--analyse .world-map-mode-chip{
  font-size:.66rem;padding:.26rem .56rem;
}
.world-mode-popover,
.world-etops-popover{
  position:absolute;z-index:24;width:min(300px,calc(100% - 1.5rem));
  border:1px solid rgba(72,255,31,.28);
  border-radius:1rem;
  background:linear-gradient(180deg,rgba(14,22,32,.98),rgba(8,14,22,.98));
  box-shadow:0 18px 48px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.04);
  padding:.85rem .9rem .95rem;
  color:rgba(232,238,244,.94);
  backdrop-filter:blur(14px);
  --popover-anchor-x:50%;
}
.world-mode-popover::after,
.world-etops-popover::after{
  content:"";position:absolute;left:var(--popover-anchor-x,50%);bottom:-6px;
  width:12px;height:12px;transform:translateX(-50%) rotate(45deg);
  background:rgba(8,14,22,.98);
  border-right:1px solid rgba(72,255,31,.28);
  border-bottom:1px solid rgba(72,255,31,.28);
  pointer-events:none;
}
.world-intensity-field{display:grid;gap:.35rem;margin:.55rem 0 .15rem}
.world-intensity-field > span{
  font-size:.62rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:rgba(196,208,220,.62);
}
.world-intensity-row{display:flex;align-items:center;gap:.55rem}
.world-intensity-row input[type="range"]{
  flex:1;accent-color:#48ff1f;height:0.28rem;cursor:pointer;
}
.world-intensity-row em{
  min-width:2.4rem;text-align:right;font-style:normal;font-size:.62rem;font-weight:750;color:rgba(196,208,220,.78);
}
.world-sigwx-details-toggle{
  appearance:none;width:100%;margin:.45rem 0 .2rem;border:0;background:transparent;
  color:rgba(196,208,220,.72);display:flex;align-items:center;justify-content:space-between;
  font:inherit;font-size:.62rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;padding:.2rem 0;
}
.world-sigwx-details-toggle:hover{color:#fff}
.world-sigwx-details-toggle .material-symbols-rounded{font-size:1rem}
.world-layer-popover{width:min(260px,calc(100% - 1.5rem))}
.world-feature-hover-popup .mapboxgl-popup-content{
  background:rgba(10,16,22,.94);
  color:#eef3f6;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  padding:.5rem .65rem;
  box-shadow:0 10px 26px rgba(0,0,0,.42);
}
.world-feature-hover-popup .mapboxgl-popup-tip{border-top-color:rgba(10,16,22,.94)}
.world-feature-hover-tip,.world-airport-hover-tip{
  display:grid;gap:.14rem;font-size:.68rem;line-height:1.3;color:#e8eef5;
}
.world-feature-hover-tip strong,.world-airport-hover-tip strong{
  font-size:.74rem;font-weight:780;color:#f4f8fb;
}
.world-feature-hover-tip span,.world-airport-hover-tip span{color:rgba(220,230,240,.88)}
.world-feature-hover-tip em,.world-airport-hover-tip em{
  font-style:normal;font-size:.58rem;color:rgba(160,210,170,.85);
}
.world-traffic-flight-popup{
  z-index:32 !important;
}
.world-traffic-flight-popup .mapboxgl-popup-content{
  padding:0;margin:0;background:transparent;box-shadow:none;border:0;border-radius:0;
}
.world-traffic-flight-popup .mapboxgl-popup-tip{
  border:0;width:0;height:0;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-right:9px solid rgba(72,255,31,.4);
}
.world-traffic-flight-card{
  position:relative;
  width:292px;
  border:1px solid rgba(72,255,31,.28);
  border-radius:16px;
  background:linear-gradient(165deg, rgba(10,16,22,.92) 0%, rgba(7,11,16,.95) 100%);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.35),
    0 16px 40px rgba(0,0,0,.5),
    0 0 24px rgba(72,255,31,.06);
  color:#e8eef4;overflow:hidden;
  font-family:"IBM Plex Sans","Segoe UI",sans-serif;
}
.world-traffic-flight-chrome{
  pointer-events:none;position:absolute;inset:0;border-radius:inherit;
  background:
    radial-gradient(100% 70% at 0% 0%, rgba(72,255,31,.07), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 35%);
}
.world-traffic-flight-card.is-pinned{
  border-color:rgba(72,255,31,.48);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.35),
    0 16px 40px rgba(0,0,0,.5),
    0 0 28px rgba(72,255,31,.14);
}
.world-traffic-flight-head{
  position:relative;z-index:1;
  display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;
  padding:.7rem .75rem .2rem;
}
.world-traffic-flight-head-main{min-width:0}
.world-traffic-flight-brand{
  display:inline-flex;align-items:center;gap:.3rem;
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:.46rem;font-weight:750;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(72,255,31,.88);margin-bottom:.28rem;
}
.world-traffic-flight-live-dot{
  width:6px;height:6px;border-radius:999px;background:#48ff1f;
  box-shadow:0 0 8px rgba(72,255,31,.7);flex-shrink:0;
}
.world-traffic-flight-callsign-row{
  display:flex;align-items:center;gap:.45rem;min-width:0;
}
.world-traffic-flight-callsign-row strong{
  font-size:1.15rem;font-weight:800;letter-spacing:.02em;color:#f7fbff;line-height:1.05;
}
.world-traffic-flight-airline{
  flex:0 0 auto;
  min-width:1.7rem;height:1.35rem;padding:0 .35rem;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:6px;
  border:1px solid rgba(72,255,31,.28);
  background:rgba(72,255,31,.08);
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:.55rem;font-weight:800;letter-spacing:.04em;color:#48ff1f;
}
.world-traffic-flight-head-actions{
  display:inline-flex;align-items:center;gap:.28rem;flex-shrink:0;
}
.world-traffic-flight-icon-btn{
  width:1.45rem;height:1.45rem;border:1px solid rgba(255,255,255,.1);
  border-radius:8px;background:rgba(255,255,255,.03);color:rgba(220,230,240,.72);cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
}
.world-traffic-flight-icon-btn:hover,
.world-traffic-flight-icon-btn.is-on{
  background:rgba(72,255,31,.12);color:#fff;border-color:rgba(72,255,31,.4);
}
.world-traffic-flight-icon-btn.is-on{color:#48ff1f}
.world-traffic-flight-icon-btn .material-symbols-rounded{font-size:1rem}
.world-traffic-flight-route{
  position:relative;z-index:1;
  padding:.2rem .75rem .55rem;
}
.world-traffic-flight-route strong{
  display:block;font-size:.92rem;font-weight:750;letter-spacing:.04em;color:#f2f7fb;
}
.world-traffic-flight-route em{
  display:block;margin-top:.18rem;font-style:normal;font-size:.62rem;font-weight:600;
  color:rgba(170,186,200,.72);letter-spacing:.02em;
}
.world-traffic-flight-metrics{
  position:relative;z-index:1;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.2rem;
  margin:0 .75rem .55rem;padding:.42rem .2rem;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.world-traffic-flight-metrics span{
  display:grid;gap:.1rem;justify-items:center;text-align:center;min-width:0;
}
.world-traffic-flight-metrics i{
  font-style:normal;font-size:.42rem;font-weight:750;letter-spacing:.1em;
  text-transform:uppercase;color:rgba(150,170,160,.62);
}
.world-traffic-flight-metrics b{
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:.78rem;font-weight:750;color:#f7fbff;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;
}
.world-traffic-flight-track{
  position:relative;z-index:1;
  margin:0 .75rem .55rem;
}
.world-traffic-flight-track.is-empty{
  text-align:center;font-size:.55rem;color:rgba(160,180,170,.55);padding:.2rem 0;
}
.world-traffic-flight-track-row{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;
  gap:.45rem;align-items:center;
}
.world-traffic-flight-track-row > strong{
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:.62rem;font-weight:800;letter-spacing:.04em;color:rgba(210,224,214,.88);
}
.world-traffic-flight-track-bar{
  position:relative;height:2px;border-radius:999px;
  background:rgba(72,255,31,.18);
}
.world-traffic-flight-track-fill{
  display:block;height:100%;border-radius:inherit;background:#48ff1f;
  box-shadow:0 0 8px rgba(72,255,31,.45);
}
.world-traffic-flight-track-plane{
  position:absolute;top:50%;transform:translate(-50%,-50%);
  width:1.15rem;height:1.15rem;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#0b1218;border:1px solid rgba(72,255,31,.55);
  color:#48ff1f;box-shadow:0 0 10px rgba(72,255,31,.25);
}
.world-traffic-flight-track-plane .material-symbols-rounded{font-size:.85rem}
.world-traffic-flight-track p{
  margin:.4rem 0 0;text-align:center;
  font-size:.58rem;font-weight:600;color:rgba(170,190,180,.7);
}
.world-traffic-flight-photo{
  position:relative;z-index:1;
  display:block;margin:0 .75rem .45rem;aspect-ratio:16/9;overflow:hidden;
  border-radius:10px;
  background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.08);
}
.world-traffic-flight-photo img{
  width:100%;height:100%;object-fit:cover;display:block;background:#0c1218;
}
.world-traffic-flight-photo.is-empty{
  display:flex;align-items:center;justify-content:center;
  font-size:.55rem;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(180,194,208,.45);min-height:4rem;
}
.world-traffic-flight-credit{
  position:relative;z-index:1;
  margin:-.2rem .75rem .4rem;font-size:.44rem;line-height:1.3;letter-spacing:.04em;
  color:rgba(150,166,182,.45);text-transform:uppercase;
}
.world-traffic-flight-actions{
  position:relative;z-index:1;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;
  padding:0 .75rem .75rem;
}
.world-traffic-flight-action{
  display:grid;justify-items:center;gap:.18rem;
  padding:.42rem .2rem .38rem;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.03);
  color:rgba(200,214,224,.78);
  cursor:pointer;
}
.world-traffic-flight-action:hover:not(:disabled),
.world-traffic-flight-action.is-on{
  border-color:rgba(72,255,31,.35);
  background:rgba(72,255,31,.08);
  color:#f4faf6;
}
.world-traffic-flight-action.is-on{color:#48ff1f}
.world-traffic-flight-action:disabled{
  opacity:.38;cursor:not-allowed;
}
.world-traffic-flight-action .material-symbols-rounded{font-size:1.1rem}
.world-traffic-flight-action em{
  font-style:normal;font-size:.5rem;font-weight:700;letter-spacing:.04em;
}
@media (max-width:720px){
  .world-traffic-flight-card{width:min(292px,82vw)}
}
.world-nattracks-popover{width:min(300px,calc(100% - 1.5rem))}
.world-nattracks-dirs{display:flex;flex-wrap:nowrap;gap:.35rem}
.world-nattracks-dirs .world-etops-min-btn{flex:1;text-align:center}
.world-nattracks-meta{
  display:flex;justify-content:space-between;gap:.5rem;margin:0 0 .65rem;
  font-size:.62rem;font-weight:750;letter-spacing:.04em;color:rgba(196,208,220,.72);
}
.world-nattracks-note{
  margin:.15rem 0 0;font-size:.58rem;line-height:1.4;color:rgba(196,208,220,.58);
}
.world-nattracks-source{
  margin:.35rem 0 0;font-size:.52rem;line-height:1.35;color:rgba(196,208,220,.42);
}
.world-sigwx-popover{width:min(340px,calc(100% - 1.5rem))}
.world-sigwx-layers-field{display:grid;gap:.45rem;margin:.55rem 0 .35rem}
.world-sigwx-layer-toggle{
  align-items:flex-start!important;
  gap:.65rem;
  padding:.35rem 0;
  border-top:1px solid rgba(255,255,255,.06);
}
.world-sigwx-layer-toggle:first-of-type{border-top:0;padding-top:0}
.world-sigwx-layer-copy{display:grid;gap:.12rem;min-width:0}
.world-sigwx-layer-copy strong{
  display:block;font-size:.72rem;font-weight:650;color:rgba(235,242,248,.94);line-height:1.25;
}
.world-sigwx-layer-copy em{
  display:block;font-style:normal;font-size:.58rem;line-height:1.35;color:rgba(170,186,202,.72);font-weight:500;
}
.world-sigwx-meta{
  margin:0 0 .65rem;font-size:.62rem;font-weight:700;letter-spacing:.03em;color:rgba(196,208,220,.72);
}
.world-sigwx-forecasts{display:flex;flex-wrap:nowrap;gap:.35rem}
.world-sigwx-forecasts .world-etops-min-btn{flex:1;text-align:center}
.world-sigwx-terms{
  list-style:none;margin:0;padding:0;display:grid;gap:.4rem;max-height:9.5rem;overflow:auto;
}
.world-sigwx-terms li{display:flex;gap:.45rem;align-items:flex-start}
.world-sigwx-terms i{
  width:8px;height:8px;border-radius:999px;margin-top:.28rem;flex:0 0 auto;
  box-shadow:0 0 0 1px rgba(255,255,255,.12);
}
.world-sigwx-terms strong{
  display:block;font-size:.66rem;font-weight:750;color:rgba(236,242,248,.92);
}
.world-sigwx-terms span{
  display:block;font-size:.56rem;line-height:1.35;color:rgba(196,208,220,.58);
}
.world-sigwx-awc{
  margin-top:.55rem;display:inline-flex;align-items:center;gap:.3rem;
  font-size:.62rem;font-weight:700;color:#9ad4ff;text-decoration:none;
}
.world-sigwx-awc:hover{color:#c8e7ff}
.world-sigwx-awc .material-symbols-rounded{font-size:.95rem}

/* SIGWX detail card (click) — estilo AWC simplificado */
.world-sigwx-detail-popup,
.world-wx-feature-popup{
  -webkit-font-smoothing:auto;
  -moz-osx-font-smoothing:auto;
  text-rendering:geometricPrecision;
}
.world-sigwx-detail-popup .mapboxgl-popup-content{
  padding:0;border-radius:.85rem;background:#0c1018;
  border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 36px rgba(0,0,0,.45);
  color:#e8eef4;overflow:hidden;
  backdrop-filter:none;-webkit-backdrop-filter:none;
}
.world-sigwx-detail-popup .mapboxgl-popup-tip{border-top-color:#0c1018}
.world-sigwx-detail-popup.is-centered .mapboxgl-popup-tip{display:none}
.world-sigwx-detail-popup.is-centered{
  z-index:28;
}
.world-sigwx-card{min-width:240px;max-width:360px}
.world-sigwx-card.is-sigmet{max-width:380px}
.world-sigwx-card-head{
  display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;
  padding:.7rem .75rem .55rem;border-bottom:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(36,72,110,.35),transparent);
}
.world-sigwx-card-head strong{display:block;font-size:.84rem;font-weight:700;letter-spacing:0;color:#f3f7fb}
.world-sigwx-card-head em{display:block;margin-top:.18rem;font-style:normal;font-size:.62rem;font-weight:500;color:#9aafc0}
.world-sigwx-card-close{
  appearance:none;border:0;background:transparent;color:rgba(200,210,220,.7);
  width:28px;height:28px;border-radius:999px;cursor:pointer;display:grid;place-items:center;flex-shrink:0;
}
.world-sigwx-card-close:hover{background:rgba(255,255,255,.08);color:#fff}
.world-sigwx-card-close .material-symbols-rounded{font-size:1rem}
.world-sigwx-card-body{display:grid;gap:.32rem;padding:.6rem .75rem .75rem}
.world-sigwx-card-row{
  display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;
  font-size:.74rem;line-height:1.4;
}
.world-sigwx-card-row span{color:#93a6b8;font-weight:500;flex:0 1 42%}
.world-sigwx-card-row strong{color:#f2f6fa;font-weight:600;text-align:right;flex:1}
.world-sigwx-card-empty{margin:0;font-size:.7rem;color:#9aafc0}
.world-sigwx-card-narrative{
  margin:.35rem 0 0;padding-top:.4rem;border-top:1px solid rgba(255,255,255,.06);
  font-size:.66rem;line-height:1.45;color:#a8bacb;font-weight:500;
}
.world-sigwx-card-raw{
  margin:.45rem 0 0;padding:.55rem .6rem;border-radius:8px;
  background:#070a10;border:1px solid rgba(255,255,255,.08);
  color:#dce6f0;font-size:.64rem;line-height:1.45;font-weight:500;
  white-space:pre-wrap;word-break:break-word;max-height:160px;overflow:auto;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  -webkit-font-smoothing:auto;
}

/* Weather feature → FLAITOPS Assist (DATA / ASSIST — flat swap, sem 3D para tipografia nítida) */
.world-wx-feature-popup .mapboxgl-popup-content{
  background:#0c0e12;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 16px 40px rgba(0,0,0,.5);
  overflow:visible;
  backdrop-filter:none;-webkit-backdrop-filter:none;
}
.world-wx-feature-card{
  width:min(360px,calc(100vw - 2rem));
  max-height:min(560px,72vh);
  display:flex;flex-direction:column;
}
.world-wx-feature-card.is-sigmet{width:min(380px,calc(100vw - 2rem))}
.world-wx-flip-scene{
  max-height:min(560px,72vh);
  perspective:none;
}
.world-wx-flip-inner{
  display:grid;
  transform:none;
  transform-style:flat;
}
.world-wx-flip-inner.is-flipped{transform:none}
.world-wx-feature-card.is-reduced-motion .world-wx-flip-inner,
.world-wx-feature-card.is-reduced-motion .world-wx-flip-inner.is-flipped{
  transition:none;
}
.world-wx-flip-face{
  grid-area:1 / 1;
  display:flex;flex-direction:column;
  min-width:0;max-height:min(560px,72vh);overflow:auto;
  background:#0c0e12;
  border-radius:.85rem;
  scrollbar-width:thin;
  transform:none;
  backface-visibility:visible;
  -webkit-backface-visibility:visible;
  transition:opacity .16s ease;
}
.world-wx-flip-front{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.world-wx-flip-back{
  opacity:0;visibility:hidden;pointer-events:none;z-index:0;
}
.world-wx-flip-inner.is-flipped .world-wx-flip-front{
  opacity:0;visibility:hidden;pointer-events:none;z-index:0;
}
.world-wx-flip-inner.is-flipped .world-wx-flip-back{
  opacity:1;visibility:visible;pointer-events:auto;z-index:1;
}
.world-wx-feature-head{
  background:linear-gradient(180deg,rgba(28,34,42,.55),transparent);
  align-items:flex-start;
}
.world-wx-feature-head-copy{min-width:0;flex:1}
.world-wx-feature-head-actions{
  display:inline-flex;align-items:center;gap:.2rem;flex-shrink:0;
}
.world-wx-flaitops-mark{
  display:block;width:18px;height:18px;object-fit:contain;
  pointer-events:none;user-select:none;
}
.world-wx-assist-toggle{
  appearance:none;width:28px;height:28px;border-radius:999px;cursor:pointer;
  border:1px solid rgba(72,255,31,.22);background:rgba(255,255,255,.03);
  display:grid;place-items:center;padding:0;position:relative;
  transition:border-color .15s,background .15s,transform .15s;
}
.world-wx-assist-toggle:hover{
  border-color:rgba(72,255,31,.45);background:rgba(72,255,31,.08);
}
.world-wx-assist-toggle.is-active{
  border-color:rgba(72,255,31,.5);background:rgba(72,255,31,.12);
}
.world-wx-assist-toggle.is-attention{
  border-color:rgba(72,255,31,.55);background:rgba(72,255,31,.14);
  box-shadow:0 0 0 0 rgba(72,255,31,.45);
  animation:world-wx-assist-glow 1.6s ease-out infinite;
}
.world-wx-assist-pulse{
  position:absolute;inset:-4px;border-radius:999px;pointer-events:none;
  border:1px solid rgba(72,255,31,.45);
  animation:world-wx-assist-ring 1.6s ease-out infinite;
}
@keyframes world-wx-assist-glow{
  0%,100%{box-shadow:0 0 0 0 rgba(72,255,31,.0),0 0 10px rgba(72,255,31,.25)}
  50%{box-shadow:0 0 0 6px rgba(72,255,31,.0),0 0 18px rgba(72,255,31,.55)}
}
@keyframes world-wx-assist-ring{
  0%{transform:scale(.85);opacity:.9}
  100%{transform:scale(1.45);opacity:0}
}
@media (prefers-reduced-motion: reduce){
  .world-wx-assist-toggle.is-attention{animation:none;box-shadow:0 0 12px rgba(72,255,31,.35)}
  .world-wx-assist-pulse{animation:none;opacity:.55}
}
.world-wx-assist-toggle .world-wx-flaitops-mark{width:16px;height:16px;position:relative;z-index:1}
.world-wx-assist-brand{
  display:flex;align-items:center;gap:.55rem;
}
.world-wx-assist-mark,
.world-wx-assist-brand .world-wx-flaitops-mark{
  width:26px;height:26px;flex-shrink:0;object-fit:contain;
  border:0;background:transparent;border-radius:0;padding:0;
}
.world-wx-assist-status{
  display:inline-flex;align-items:center;gap:.35rem;margin-top:.12rem;
  font-style:normal;font-size:.58rem;font-weight:650;letter-spacing:.02em;
  color:rgba(180,196,210,.78);
}
.world-wx-assist-status-dot{
  width:6px;height:6px;border-radius:999px;background:#48ff1f;
  box-shadow:0 0 8px rgba(72,255,31,.55);flex-shrink:0;
}
.world-wx-assist-phenom{
  margin:.35rem 0 0;font-size:.56rem;color:rgba(160,176,192,.62);font-weight:600;
}
.world-wx-assist-body{
  display:grid;gap:0;padding:.05rem 0 .2rem;
}
.world-wx-assist-block{
  padding:.5rem .8rem .55rem;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.world-wx-assist-block:last-of-type{border-bottom:0}
.world-wx-assist-block h4{
  margin:0 0 .4rem;font-size:.54rem;font-weight:750;
  letter-spacing:.08em;text-transform:uppercase;color:rgba(150,166,182,.58);
  display:inline-flex;align-items:center;gap:.3rem;
}
.world-wx-assist-block h4 .material-symbols-rounded{
  font-size:.85rem;color:rgba(72,255,31,.85);
}
.world-wx-assist-summary-row{
  display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap;
}
.world-wx-assist-summary-row strong{
  font-size:.8rem;font-weight:800;color:rgba(245,248,252,.96);letter-spacing:.01em;
}
.world-wx-assist-summary-text{
  margin:.35rem 0 0;font-size:.66rem;line-height:1.45;
  color:rgba(190,204,218,.86);font-weight:500;
}
.world-wx-assist-badge{
  display:inline-flex;align-items:center;padding:.14rem .42rem;border-radius:999px;
  border:1px solid rgba(72,255,31,.35);color:#48ff1f;
  font-style:normal;font-size:.52rem;font-weight:800;letter-spacing:.04em;
}
.world-wx-assist-impact,
.world-wx-assist-actions-clean{
  list-style:none;margin:0;padding:0;display:grid;gap:.38rem;
}
.world-wx-assist-impact li{
  display:flex;align-items:flex-start;gap:.5rem;
  font-size:.66rem;line-height:1.4;color:rgba(210,220,230,.9);font-weight:550;
}
.world-wx-assist-impact .material-symbols-rounded{
  font-size:1.05rem;color:rgba(72,255,31,.8);flex-shrink:0;margin-top:.02rem;
}
.world-wx-assist-actions-clean li{
  position:relative;padding-left:.85rem;
  font-size:.66rem;line-height:1.4;color:rgba(210,220,230,.9);font-weight:550;
}
.world-wx-assist-actions-clean li::before{
  content:"";position:absolute;left:0;top:.48em;
  width:4px;height:4px;border-radius:999px;background:rgba(72,255,31,.7);
}
.world-wx-assist-insight{
  background:rgba(72,255,31,.045);
  border-bottom-color:rgba(72,255,31,.12);
}
.world-wx-assist-insight p{
  margin:0;font-size:.68rem;line-height:1.45;
  color:rgba(220,232,242,.92);font-weight:550;
}
.world-wx-assist-news-hint{
  margin:0 0 .45rem;font-size:.55rem;font-weight:600;
  color:rgba(160,176,190,.7);line-height:1.35;
}
.world-wx-assist-news-loading,
.world-wx-assist-news-empty{
  margin:0;font-size:.62rem;color:rgba(170,184,198,.72);
}
.world-wx-assist-news-group{display:grid;gap:.35rem;margin-bottom:.55rem}
.world-wx-assist-news-group:last-child{margin-bottom:0}
.world-wx-assist-news-group-label{
  font-size:.52rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase;
  color:rgba(72,255,31,.72);
}
.world-wx-assist-news-item{
  display:grid;gap:.12rem;padding:.4rem .45rem;border-radius:.55rem;text-decoration:none;
  border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);
  transition:border-color .15s,background .15s;
}
.world-wx-assist-news-item:hover{
  border-color:rgba(72,255,31,.28);background:rgba(72,255,31,.06);
}
.world-wx-assist-news-source{
  font-size:.52rem;font-weight:750;letter-spacing:.03em;text-transform:uppercase;
  color:rgba(180,198,214,.7);
}
.world-wx-assist-news-item strong{
  font-size:.64rem;font-weight:700;color:rgba(210,228,255,.95);line-height:1.3;
}
.world-wx-assist-news-item em{
  font-style:normal;font-size:.52rem;font-weight:600;color:rgba(150,166,182,.65);
}
.world-wx-assist-follow{
  border-bottom:0;
}
.world-wx-assist-ask{
  display:flex;align-items:center;gap:.35rem;
  border:1px solid rgba(255,255,255,.1);border-radius:.7rem;
  background:rgba(255,255,255,.03);padding:.2rem .3rem .2rem .65rem;
}
.world-wx-assist-ask input{
  flex:1;min-width:0;border:0;background:transparent;outline:0;
  color:rgba(236,242,248,.94);font:inherit;font-size:.68rem;font-weight:550;
  padding:.4rem 0;
}
.world-wx-assist-ask input::placeholder{color:rgba(150,166,182,.55)}
.world-wx-assist-send{
  appearance:none;border:0;background:transparent;color:rgba(72,255,31,.85);
  width:32px;height:32px;border-radius:999px;cursor:pointer;display:grid;place-items:center;
}
.world-wx-assist-send:hover{background:rgba(72,255,31,.1);color:#48ff1f}
.world-wx-assist-send .material-symbols-rounded{font-size:1.05rem}
.world-wx-assist-continue{
  appearance:none;margin-top:.45rem;width:100%;
  border:0;border-radius:0;background:transparent;
  color:rgba(72,255,31,.82);
  font:inherit;font-size:.62rem;font-weight:700;letter-spacing:.02em;
  padding:.2rem 0;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:flex-start;gap:.25rem;
}
.world-wx-assist-continue .material-symbols-rounded{font-size:.95rem}
.world-wx-assist-continue:hover{color:#48ff1f}
.world-wx-assist-foot{padding:.35rem .8rem .6rem}
.world-wx-assist-disclaimer{
  margin:0;font-size:.5rem;line-height:1.35;
  color:rgba(140,156,172,.55);font-weight:500;
}
.world-wx-assist-soft-err{
  margin:.35rem 0 0;font-size:.55rem;color:rgba(255,170,120,.75);
}
.world-wx-assist-soft-err button{
  appearance:none;border:0;background:none;color:#48ff1f;
  font:inherit;font-size:inherit;cursor:pointer;text-decoration:underline;padding:0;
}
.world-wx-assist-loading,
.world-wx-assist-error{
  display:grid;justify-items:center;gap:.55rem;padding:1.4rem 1rem;text-align:center;
}
.world-wx-assist-loading p,
.world-wx-assist-error p{
  margin:0;font-size:.68rem;color:rgba(180,196,210,.78);font-weight:600;
}
.world-wx-assist-fspin{
  width:32px;height:32px;display:grid;place-items:center;
  animation:world-wx-fspin 1s ease-in-out infinite;
}
.world-wx-assist-fspin .world-wx-flaitops-mark{width:22px;height:22px}
@keyframes world-wx-fspin{
  0%,100%{opacity:.55;transform:scale(.96)}
  50%{opacity:1;transform:scale(1)}
}
@media (prefers-reduced-motion:reduce){
  .world-wx-assist-fspin{animation:none}
  .world-wx-flip-inner{transition:none}
}
.world-wx-assist-retry{
  appearance:none;border:1px solid rgba(72,255,31,.35);border-radius:.65rem;
  background:rgba(72,255,31,.08);color:#48ff1f;
  font:inherit;font-size:.68rem;font-weight:750;padding:.4rem .85rem;cursor:pointer;
}
.world-wx-assist-retry:hover{background:rgba(72,255,31,.14)}

.world-etops-popover-head{
  display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;
}
.world-etops-popover-title{
  display:inline-flex;align-items:center;gap:.35rem;font-size:.86rem;font-weight:800;
}
.world-etops-popover-title .material-symbols-rounded{font-size:1.05rem;color:var(--green,#48ff1f)}
.world-etops-popover-dot{
  width:7px;height:7px;border-radius:999px;background:#48ff1f;box-shadow:0 0 8px rgba(72,255,31,.55);
}
.world-etops-popover-close{
  appearance:none;border:0;background:transparent;color:rgba(196,208,220,.7);
  width:28px;height:28px;border-radius:999px;display:grid;place-items:center;cursor:pointer;padding:0;
}
.world-etops-popover-close:hover{background:rgba(255,255,255,.06);color:#fff}
.world-etops-field{display:grid;gap:.35rem;margin-bottom:.7rem}
.world-etops-field > span{
  font-size:.62rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:rgba(196,208,220,.62);
}
.world-etops-field select{
  appearance:none;width:100%;border:1px solid rgba(255,255,255,.12);border-radius:.7rem;
  background:rgba(255,255,255,.04);color:inherit;font:inherit;font-size:.78rem;font-weight:650;
  padding:.55rem .7rem;outline:0;
}
.world-etops-field select:focus{border-color:rgba(72,255,31,.4)}
.world-etops-minutes{display:flex;flex-wrap:wrap;gap:.35rem}
.world-etops-min-btn{
  appearance:none;border:1px solid rgba(255,255,255,.12);border-radius:999px;
  background:rgba(255,255,255,.04);color:rgba(232,238,244,.82);
  font:inherit;font-size:.72rem;font-weight:750;padding:.34rem .7rem;cursor:pointer;
}
.world-etops-min-btn:hover{border-color:rgba(72,255,31,.35);color:#48ff1f}
.world-etops-min-btn.is-active{
  border-color:rgba(72,255,31,.45);background:rgba(72,255,31,.16);color:#48ff1f;
}
.world-etops-min-btn.is-disabled,
.world-etops-min-btn:disabled{
  opacity:.38;cursor:not-allowed;pointer-events:none;
  border-color:rgba(255,255,255,.08);color:rgba(180,190,200,.45);background:rgba(255,255,255,.02);
}
.world-live-wx-popover .world-etops-toggle{margin:.2rem 0}
.world-live-wx-popover .world-live-wx-presets,
.world-live-wx-popover .world-live-wx-layers,
.world-live-wx-popover .world-live-wx-forecasts{flex-wrap:wrap}
.world-live-wx-popover .world-live-wx-presets .world-etops-min-btn{font-size:.62rem}
.world-live-wx-play-row{margin:.35rem 0 .15rem}
.world-live-wx-play-row .world-etops-min-btn{
  display:inline-flex;align-items:center;gap:.3rem;
}
.world-live-wx-play-row .material-symbols-rounded{font-size:1rem}
.world-map-legend-livewx{
  display:none;flex-direction:column;gap:.22rem;min-width:132px;
  padding:.15rem 0 0;margin-top:.15rem;
  border-top:1px solid rgba(255,255,255,.08);
}
.world-map-legend-livewx:not([hidden]){display:inline-flex}
.world-livewx-legend-label{
  font-size:.58rem;font-weight:700;letter-spacing:.04em;
  text-transform:uppercase;color:rgba(210,222,232,.72);
}
.world-livewx-legend-bar{
  display:block;height:5px;border-radius:999px;
  background:linear-gradient(90deg,
    rgba(170,210,255,.55) 0%,
    rgba(90,170,230,.7) 22%,
    rgba(60,200,190,.75) 42%,
    rgba(230,200,80,.8) 64%,
    rgba(230,140,60,.85) 82%,
    rgba(210,70,60,.9) 100%);
  opacity:.85;
}
.world-livewx-legend-scale{
  display:flex;justify-content:space-between;gap:.2rem;
}
.world-livewx-legend-scale em{
  font-style:normal;font-size:.5rem;font-weight:650;
  color:rgba(190,204,216,.62);
}
.world-livewx-stamp{
  position:absolute;left:12px;bottom:5.6rem;z-index:4;
  padding:.28rem .55rem;border-radius:8px;
  background:rgba(8,14,20,.62);border:1px solid rgba(255,255,255,.08);
  color:rgba(210,222,232,.78);font-size:.58rem;font-weight:650;
  letter-spacing:.02em;backdrop-filter:blur(8px);pointer-events:none;
  display:none;
}
.workspace-world-map-pane.is-live-weather-active .world-livewx-stamp:not([hidden]),
.is-live-weather-active .world-livewx-stamp:not([hidden]){display:block}
.world-live-wx-particle-canvas{z-index:1}
.world-livewx-lightning{
  position:absolute;inset:0;z-index:8;pointer-events:none;
  overflow:hidden;opacity:1;background:transparent;
  --lx:50%; --ly:40%; --flash-scale:1;
}
.world-livewx-lightning::before{
  content:"";position:absolute;
  left:var(--lx);top:var(--ly);
  width:calc(min(9vw, 72px) * var(--flash-scale, 1));
  height:calc(min(9vw, 72px) * var(--flash-scale, 1));
  transform:translate(-50%,-50%) scale(.7);
  border-radius:50%;
  /* Glow orgânico — sem anel duro */
  background:radial-gradient(circle,
    rgba(255,255,255,.92) 0%,
    rgba(255,250,235,.38) 18%,
    rgba(200,220,255,.14) 42%,
    transparent 72%);
  mix-blend-mode:screen;
  opacity:0;
  filter:blur(1.1px);
  box-shadow:none;
  outline:none;
  will-change:opacity, transform;
}
.world-livewx-lightning.is-flash-sm::before{
  width:calc(min(6vw, 48px) * var(--flash-scale, 1));
  height:calc(min(6vw, 48px) * var(--flash-scale, 1));
  background:radial-gradient(circle,
    rgba(255,255,255,.82) 0%,
    rgba(240,248,255,.28) 24%,
    transparent 68%);
}
.world-livewx-lightning.is-flash-lg::before{
  width:calc(min(12vw, 96px) * var(--flash-scale, 1));
  height:calc(min(12vw, 96px) * var(--flash-scale, 1));
  filter:blur(1.35px);
}
/* Strike principal: sobe suave → pico → afterglow → some */
.world-livewx-lightning.is-flash::before{
  animation:world-livewx-bolt-storm 1.65s cubic-bezier(.22,.61,.28,1) 1;
}
/* Strike mais discreto / distante */
.world-livewx-lightning.is-flash-soft::before{
  width:calc(min(7.5vw, 60px) * var(--flash-scale, 1));
  height:calc(min(7.5vw, 60px) * var(--flash-scale, 1));
  animation:world-livewx-bolt-storm-soft 1.9s cubic-bezier(.25,.7,.3,1) 1;
}
@keyframes world-livewx-bolt-storm{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.55)}
  8%{opacity:.22;transform:translate(-50%,-50%) scale(.78)}
  16%{opacity:.55;transform:translate(-50%,-50%) scale(.92)}
  22%{opacity:.95;transform:translate(-50%,-50%) scale(1.06)}
  30%{opacity:.4;transform:translate(-50%,-50%) scale(.98)}
  38%{opacity:.78;transform:translate(-50%,-50%) scale(1.02)}
  52%{opacity:.32;transform:translate(-50%,-50%) scale(.96)}
  72%{opacity:.12;transform:translate(-50%,-50%) scale(.9)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(.82)}
}
@keyframes world-livewx-bolt-storm-soft{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.6)}
  12%{opacity:.18;transform:translate(-50%,-50%) scale(.8)}
  28%{opacity:.58;transform:translate(-50%,-50%) scale(1)}
  45%{opacity:.28;transform:translate(-50%,-50%) scale(.97)}
  62%{opacity:.42;transform:translate(-50%,-50%) scale(1.01)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(.88)}
}
@media (prefers-reduced-motion: reduce){
  .world-livewx-lightning::before,
  .world-livewx-lightning.is-flash::before,
  .world-livewx-lightning.is-flash-soft::before{animation:none!important;opacity:0!important}
}
.world-hurricane-play-control{
  position:absolute;z-index:26;display:flex;align-items:center;gap:.45rem;
  left:.75rem;bottom:12.6rem;
  padding:.28rem .35rem .28rem .28rem;border-radius:999px;
  background:rgba(8,14,22,.88);border:1px solid rgba(72,255,31,.28);
  backdrop-filter:blur(10px);box-shadow:0 10px 28px rgba(0,0,0,.32);
  pointer-events:auto;max-width:min(260px, calc(100% - 24px));
}
.world-hurricane-play-control[hidden]{display:none!important}
.world-hurricane-play-btn{
  width:34px;height:34px;border:0;border-radius:999px;padding:0;
  display:grid;place-items:center;cursor:pointer;flex-shrink:0;
  background:rgba(72,255,31,.18);color:#d8ffc4;
}
.world-hurricane-play-btn:hover{background:rgba(72,255,31,.3)}
.world-hurricane-play-btn .material-symbols-rounded{font-size:1.25rem}
.world-hurricane-play-copy{
  display:grid;gap:.05rem;min-width:0;flex:1;
}
.world-hurricane-play-copy strong{
  font-size:.68rem;font-weight:750;color:rgba(240,246,252,.95);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.world-hurricane-play-copy em{
  font-style:normal;font-size:.55rem;font-weight:600;
  color:rgba(180,198,214,.72);
}
.world-hurricane-play-close{
  width:24px;height:24px;border:0;border-radius:999px;padding:0;
  display:grid;place-items:center;cursor:pointer;flex-shrink:0;
  background:transparent;color:rgba(200,210,220,.7);
}
.world-hurricane-play-close:hover{color:#fff;background:rgba(255,255,255,.08)}
.world-hurricane-play-close .material-symbols-rounded{font-size:.95rem}
@media(max-width:720px){
  .world-hurricane-play-control{bottom:11.6rem;left:.65rem}
}
.world-etops-toggle{
  display:flex;align-items:center;justify-content:space-between;gap:.75rem;
  font-size:.74rem;font-weight:650;color:rgba(220,230,238,.88);cursor:pointer;margin:0;
  position:relative;
}
.world-etops-switch{position:relative;display:inline-flex;flex-shrink:0}
.world-etops-toggle input{position:absolute;opacity:0;pointer-events:none}
.world-etops-toggle i{
  width:36px;height:20px;border-radius:999px;background:rgba(255,255,255,.12);
  position:relative;flex-shrink:0;transition:background .18s ease;display:block;
}
.world-etops-toggle i::after{
  content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;
  background:#fff;transition:transform .18s ease;
}
.world-etops-toggle input:checked + i{background:#48ff1f}
.world-etops-toggle input:checked + i::after{transform:translateX(16px)}
.world-traffic-airline-tube{
  display:flex;align-items:center;gap:.28rem;
  margin-top:.28rem;padding:.14rem .28rem .14rem .4rem;
  max-width:100%;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(8,14,20,.5);
}
.world-traffic-airline-tube.is-full{opacity:.55}
.world-traffic-airline-icon{
  font-size:.85rem;color:rgba(180,196,210,.62);flex-shrink:0;
  line-height:1;
}
.world-traffic-airline-input{
  flex:1;min-width:0;border:0;outline:0;background:transparent;
  color:rgba(230,238,246,.95);font-size:.64rem;font-weight:600;
  letter-spacing:.01em;line-height:1.2;padding:.1rem 0;
}
.world-traffic-airline-input::placeholder{color:rgba(160,176,190,.48);font-weight:500}
.world-traffic-airline-input:disabled{cursor:not-allowed}
.world-traffic-airline-add{
  width:22px;height:22px;border:0;border-radius:999px;padding:0;
  display:grid;place-items:center;cursor:pointer;flex-shrink:0;
  background:rgba(72,255,31,.14);color:#b8ff9a;
}
.world-traffic-airline-add:hover{background:rgba(72,255,31,.26)}
.world-traffic-airline-add:disabled{opacity:.4;cursor:not-allowed}
.world-traffic-airline-add .material-symbols-rounded{font-size:.9rem}
.world-traffic-airline-chips{
  display:flex;flex-wrap:wrap;gap:.28rem;margin-top:.35rem;
}
.world-traffic-airline-chip{
  display:inline-flex;align-items:center;gap:.22rem;
  padding:.14rem .22rem .14rem .4rem;border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(12,20,28,.7);
  color:rgba(220,230,238,.9);font-size:.56rem;
}
.world-traffic-airline-chip strong{font-weight:750;letter-spacing:.03em}
.world-traffic-airline-chip em{
  font-style:normal;opacity:.62;max-width:9rem;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.world-map-compose-dock--analyse .world-map-search-tube--analyse,
.world-map-compose-dock--analyse .world-map-search-tube{
  flex-direction:row!important;align-items:center;border-radius:999px!important;
}
.world-map-compose-dock--analyse .world-map-tube-input-row{flex:1;min-width:0}
.world-selection-chip{
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(10,16,22,.78)!important;
  backdrop-filter:blur(10px);
  color:rgba(232,238,244,.94)!important;
  font-size:.64rem!important;font-weight:700!important;
  padding:.28rem .38rem .28rem .5rem!important;
  box-shadow:0 6px 18px rgba(0,0,0,.28);
}
.world-selection-chip-dot{
  width:7px;height:7px;border-radius:999px;flex-shrink:0;
  background:#1fc900;box-shadow:0 0 8px rgba(31,201,0,.55);
}
.world-selection-chip-dot.is-ok{background:#48ff1f;box-shadow:0 0 0 1px rgba(255,255,255,.35)}
.world-selection-chip-dot.is-warning{background:#ffb020;box-shadow:0 0 0 1px rgba(255,255,255,.35)}
.world-selection-chip-dot.is-critical{background:#ff5a5a;box-shadow:0 0 0 1px rgba(255,255,255,.35)}
.world-selection-chip-dot.is-unknown{background:#9aa4b2;box-shadow:0 0 0 1px rgba(255,255,255,.28)}
.world-airport-hover-popup .mapboxgl-popup-content{
  background:rgba(10,16,22,.92);
  color:#eef3f6;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  padding:.45rem .6rem;
  box-shadow:0 8px 22px rgba(0,0,0,.35);
}
.world-airport-hover-popup .mapboxgl-popup-tip{border-top-color:rgba(10,16,22,.92)}
.world-airport-hover-tip{display:grid;gap:.12rem;font-size:.72rem;line-height:1.25;min-width:7rem}
.world-airport-hover-tip strong{font-size:.78rem;letter-spacing:.02em}
.world-airport-hover-tip span{opacity:.82}
.world-airport-hover-tip em{font-style:normal;font-size:.68rem;opacity:.9}
.world-airport-hover-tip em.is-ok{color:#88d840}
.world-airport-hover-tip em.is-warning{color:#ffb020}
.world-airport-hover-tip em.is-critical{color:#ff7a7a}
.world-airport-hover-tip em.is-unknown{color:#9aa4b2}
.world-selection-chip .route-airport-chip-remove{
  color:rgba(190,204,220,.72);
}
.world-selection-chip .route-airport-chip-remove:hover{
  color:#e8ffe8;background:rgba(255,255,255,.06);
}
body.workspace-open:not(.light-theme) .world-selection-chip,
body.workspace-pane-layout:not(.light-theme) .world-selection-chip,
body.workspace-world-focus:not(.light-theme) .world-selection-chip{
  color:rgba(232,238,244,.94)!important;
}

.world-map-search-tube--analyse{
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(10,14,20,.88)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.04)!important;
  padding:.32rem .4rem .32rem .38rem!important;
  min-height:52px;
}
.world-map-search-tube--analyse::before{opacity:.22}
.world-map-search-tube--analyse:hover,
.world-map-search-tube--analyse.is-active,
.world-map-search-tube--analyse:focus-within{
  border-color:rgba(31,201,0,.32)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.4),0 0 0 1px rgba(31,201,0,.1)!important;
}
.world-map-search-tube--analyse .world-map-search-input{
  color:rgba(240,246,252,.95)!important;
  font-size:.8rem;
}
.world-map-search-tube--analyse .world-map-search-input::placeholder{
  color:rgba(170,184,176,.72)!important;
}
.world-map-assistant-btn{
  appearance:none;flex-shrink:0;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.1);
  background:rgba(8,14,18,.9);padding:0;cursor:pointer;display:grid;place-items:center;
  position:relative;z-index:1;overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.world-map-assistant-btn img{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block}
.world-map-assistant-btn:hover{
  border-color:rgba(31,201,0,.55);
  box-shadow:0 0 0 2px rgba(31,201,0,.16),0 0 18px rgba(72,255,31,.28);
  transform:scale(1.08);
}
.world-map-assistant-btn:active{
  transform:scale(.96);
}
.world-map-assistant-btn.is-open{
  border-color:rgba(31,201,0,.55);
  box-shadow:0 0 0 2px rgba(31,201,0,.18),0 0 16px rgba(31,201,0,.2);
}
.world-map-assistant-btn.is-open:hover{
  box-shadow:0 0 0 2px rgba(31,201,0,.28),0 0 22px rgba(72,255,31,.4);
}
.world-map-assistant-btn.is-attention{
  border-color:rgba(31,201,0,.7);
  animation:worldAssistantPulse 1.4s ease-in-out infinite;
  box-shadow:0 0 0 2px rgba(31,201,0,.22),0 0 22px rgba(31,201,0,.45);
}
.world-map-assistant-chip{
  width:32px;height:32px;margin:0;
  border-color:rgba(72,255,31,.28);
  background:rgba(6,12,16,.92);
}
.world-map-assistant-chip img{width:100%;height:100%}
.world-map-mode-settings-btn{
  width:auto;min-width:32px;padding:.28rem .42rem!important;
  display:inline-flex;align-items:center;justify-content:center;
  transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.world-map-mode-settings-btn .material-symbols-rounded{font-size:1.05rem;line-height:1}
.world-map-mode-settings-btn:hover{
  border-color:rgba(72,255,31,.4)!important;
  color:#48ff1f;
  background:rgba(72,255,31,.1);
  transform:translateY(-1px) rotate(18deg) scale(1.06);
  box-shadow:0 0 12px rgba(72,255,31,.18);
}
.world-map-mode-settings-btn:active{
  transform:translateY(0) rotate(0deg) scale(.96);
}
.world-map-mode-settings-btn.is-active,
.world-map-mode-settings-btn[aria-expanded="true"]{
  border-color:rgba(72,255,31,.45);
  color:#48ff1f;
}
.world-mode-chip-vis-control{
  display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0;
}
.world-mode-chip-vis-state{
  font-size:.62rem;font-weight:800;letter-spacing:.06em;
  color:rgba(160,176,190,.7);min-width:1.7rem;text-align:right;
}
.world-mode-chip-vis-state.is-on{color:#48ff1f}
@keyframes worldAssistantPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 2px rgba(31,201,0,.18),0 0 14px rgba(31,201,0,.28)}
  50%{transform:scale(1.07);box-shadow:0 0 0 3px rgba(31,201,0,.28),0 0 28px rgba(31,201,0,.55)}
}
@media (prefers-reduced-motion:reduce){
  .world-map-assistant-btn.is-attention{animation:none}
  .world-map-mode-chip,
  .world-map-mode-chip:hover:not(.is-active),
  .world-map-mode-chip.is-active:hover,
  .world-map-assistant-btn:hover,
  .world-map-mode-settings-btn:hover{
    transform:none;
    transition:border-color .15s ease,background .15s ease,color .15s ease;
  }
}
.world-map-search-tube--analyse .world-map-send-btn.ai-orb,
.world-map-search-tube--analyse .send-button.ai-orb{
  width:38px;height:38px;min-width:38px;border-radius:999px!important;
  background:linear-gradient(135deg,#1fc900,#76ff5c)!important;color:#061208!important;border:0!important;
  display:grid;place-items:center;position:relative;overflow:visible!important;
  box-shadow:0 0 10px rgba(72,255,31,.2),0 4px 14px rgba(31,201,0,.28)!important;
  animation:aiOrbBreathSoft 6s ease-in-out infinite;
}
.world-map-search-tube--analyse .world-map-send-btn .material-symbols-rounded,
.world-map-search-tube--analyse .send-button:not(.ai-orb) .material-symbols-rounded{
  font-size:1.05rem;font-variation-settings:'FILL' 1;
}
.world-map-search-tube--analyse .send-button.ai-orb .ai-star{
  color:rgba(3,17,9,.94);
}

/* Ficha operacional contínua (sem cards) */
.world-panel-sheet-block{
  padding:.55rem 0 .65rem;
  border-top:1px solid rgba(8,24,18,.07);
  background:transparent;border-radius:0;box-shadow:none;
}
.world-panel-sheet-block:first-child{border-top:0;padding-top:.2rem}
.world-panel-sheet-block .world-panel-card-head{
  display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;
  margin:0 0 .4rem;
}
.world-panel-sheet-block .world-panel-card-head h3{
  margin:0;font-size:.62rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase;color:#8a9690;
}
.world-panel-view-all-row{
  appearance:none;width:100%;margin-top:.35rem;padding:.42rem 0;border:0;background:transparent;
  color:#128a00;font:inherit;font-size:.64rem;font-weight:750;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;gap:.4rem;
}
.world-panel-view-all-row:hover{color:#0f1a14}
.world-panel-view-all-row .material-symbols-rounded{font-size:1rem;opacity:.7}
.world-panel-notam-actions{
  display:flex;flex-wrap:wrap;gap:.35rem;padding:0 0 .35rem .1rem;
}
.world-panel-notam-action{
  appearance:none;cursor:pointer;border:1px solid rgba(31,201,0,.22);
  background:rgba(31,201,0,.08);color:#128a00;border-radius:999px;
  font:inherit;font-size:.58rem;font-weight:750;padding:.28rem .55rem;
  display:inline-flex;align-items:center;gap:.28rem;
}
.world-panel-notam-action:hover{background:rgba(31,201,0,.14);border-color:rgba(31,201,0,.35)}
.world-panel-notam-action .material-symbols-rounded{font-size:.85rem}
.world-panel-notam-action-mark{
  width:14px;height:14px;border-radius:999px;object-fit:cover;flex-shrink:0;display:block;
}

body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-sheet-block,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-sheet-block,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-sheet-block{
  border-top-color:rgba(255,255,255,.08);
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-view-all-row,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-view-all-row,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-view-all-row{
  color:#88d840;
}
body.workspace-open:not(.light-theme) .world-panel--professional .world-panel-notam-action,
body.workspace-pane-layout:not(.light-theme) .world-panel--professional .world-panel-notam-action,
body.workspace-world-focus:not(.light-theme) .world-panel--professional .world-panel-notam-action{
  border-color:rgba(72,255,31,.22);background:rgba(72,255,31,.08);color:#88d840;
}

@media (max-width:1440px){
  body.workspace-assist-modal-open.workspace-assist-modal-expanded .workspace-chat-pane--assist-modal{
    width:min(480px,calc(100vw - 1.6rem))!important;
  }
}
@media (max-width:1366px){
  body.workspace-world-focus.workspace-professional .world-map-compose-dock--analyse{
    width:min(720px,calc(100% - 1.6rem));
  }
  body.workspace-assist-modal-open.workspace-assist-modal-expanded .workspace-chat-pane--assist-modal{
    width:min(440px,calc(100vw - 1.4rem))!important;
    height:min(720px,calc(100vh - 3.6rem));
  }
  body.workspace-assist-modal-open.workspace-assist-modal-compact .workspace-chat-pane--assist-modal{
    width:min(320px,calc(100vw - 1.2rem))!important;
    height:min(380px,calc(100vh - 7rem));
  }
}
@media (max-width:760px){
  body.workspace-assist-modal-open.workspace-assist-modal-compact .workspace-chat-pane--assist-modal,
  body.workspace-assist-modal-open.workspace-assist-modal-expanded .workspace-chat-pane--assist-modal{
    left:50%!important;
    right:auto!important;
    top:auto!important;
    bottom:max(.75rem,env(safe-area-inset-bottom))!important;
    transform:translateX(-50%);
    width:min(100vw - 1rem,420px)!important;
    max-width:none!important;
    height:min(62vh,560px);
  }
}
