/* WTWR_AI_PERMANENT_STRATEGY_TABS_V1 */
.wtwr-ai-strategy-shell{
  margin:18px 0;
  padding:14px;
  border:1px solid rgba(120,143,170,.28);
  border-radius:14px;
  background:rgba(7,15,28,.34);
}
.wtwr-ai-strategy-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:12px;
}
.wtwr-ai-strategy-head strong{
  display:block;
  color:#eef4ff;
  margin-top:3px;
}
.wtwr-ai-strategy-head small{
  color:#94a5ba;
}
.wtwr-ai-strategy-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.wtwr-ai-strategy-tabs button{
  position:relative;
}
.wtwr-ai-info{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:5px;
  width:18px;
  height:18px;
  border-radius:50%;
  font-size:12px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  opacity:.9;
}
.wtwr-ai-tab-count{
  font-weight:800;
}
.wtwr-ai-strategy-note{
  margin-top:10px;
  color:#aebdd0;
  font-size:12px;
  line-height:1.45;
}
.wtwr-ai-strategy-hidden{
  display:none!important;
}
.wtwr-ai-strategy-badges{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin:9px 0 8px;
}
.wtwr-ai-badges-label{
  color:#8fa0b5;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.wtwr-ai-signal-badge,
.wtwr-ai-confluence-badge{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(142,162,187,.35);
  border-radius:999px;
  padding:4px 8px;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.wtwr-ai-signal-badge{
  color:#dce8f8;
  background:rgba(129,150,179,.09);
}
.wtwr-ai-signal-badge.pair{
  color:#c8d8ed;
}
.wtwr-ai-signal-badge.personal{
  color:#f2dfaa;
}
.wtwr-ai-confluence-badge{
  color:#dfffc9;
  border-color:rgba(168,255,95,.48);
  background:rgba(168,255,95,.07);
}
.wtwr-ai-custom-help-modal[hidden]{
  display:none!important;
}
.wtwr-ai-custom-help-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.wtwr-ai-custom-help-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
}
.wtwr-ai-custom-help-dialog{
  position:relative;
  width:min(560px,100%);
  padding:24px;
  border:1px solid rgba(157,179,209,.32);
  border-radius:16px;
  background:#0d1726;
  box-shadow:0 24px 70px rgba(0,0,0,.5);
  color:#dce7f6;
}
.wtwr-ai-custom-help-dialog h3{
  margin:5px 0 12px;
}
.wtwr-ai-custom-help-dialog p{
  margin:0;
  line-height:1.6;
}
.wtwr-ai-custom-help-close{
  position:absolute;
  right:12px;
  top:9px;
  border:0;
  background:transparent;
  color:#fff;
  font-size:25px;
  cursor:pointer;
}
@media(max-width:700px){
  .wtwr-ai-strategy-head{
    align-items:flex-start;
    flex-direction:column;
  }
}
