.gt-al-panel {
  margin: 0.75rem 0;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  z-index: 5;
  position: sticky;
  top: 0;
}
.gt-al-panel-forecast {
  border: 1px solid rgba(0, 170, 255, 0.45);
  background: linear-gradient(180deg, rgba(8, 20, 36, 0.98) 0%, rgba(6, 14, 26, 0.99) 100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.gt-al-panel-chat {
  border: 1px solid rgba(0, 255, 136, 0.35);
  background: linear-gradient(180deg, rgba(6, 24, 18, 0.55) 0%, rgba(6, 14, 26, 0.85) 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.gt-al-spin {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: #00aaff;
  border-radius: 50%;
  animation: gt-al-rotate 0.85s linear infinite;
  flex-shrink: 0;
  margin-top: 2px;
}
.gt-al-panel-chat .gt-al-spin {
  border-top-color: #00ff88;
}
@keyframes gt-al-rotate {
  to {
    transform: rotate(360deg);
  }
}
.gt-al-body {
  min-width: 0;
  flex: 1;
}
.gt-al-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.25rem;
}
.gt-al-panel-chat .gt-al-title {
  color: #b8ffe0;
}
.gt-al-msg {
  font-size: 12px;
  color: #d8e8f4;
  line-height: 1.45;
}
.gt-al-timer {
  margin-top: 0.35rem;
  font-size: 11px;
  font-family: ui-monospace, monospace;
  color: #00aaff;
}
.gt-al-panel-chat .gt-al-timer {
  color: #66ff99;
}
.gt-al-hint {
  margin-top: 0.25rem;
  font-size: 10px;
  color: #8ab4d0;
}
.gt-al-forecast-slot {
  margin: 0.75rem 0 0.5rem;
  min-height: 4px;
}
