/* Modern-only AI surfaces (Legacy theme never loads this file) */

.ish-ai-snapshot {
  margin: 18px 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.14), rgba(13, 15, 21, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: default;
  user-select: text;
}

.ish-ai-snapshot__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
}

.ish-ai-snapshot__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.22);
  color: #f5f3ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ish-ai-snapshot__note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.ish-ai-snapshot__summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.55;
}

.ish-ai-snapshot__bullets {
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.ish-ai-search-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(108, 99, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.ish-ai-search-hint i {
  color: #b9b2ff;
}

.ish-ai-search-hint__link {
  border: 0;
  padding: 0;
  background: none;
  color: #b9b2ff;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.ish-video-upnext__head small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.ish-theme-modern.ish-modern-light .ish-ai-snapshot,
body.ish-theme-modern.ish-modern-sepia .ish-ai-snapshot,
body.ish-theme-modern.ish-modern-contrast .ish-ai-snapshot {
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.08), rgba(255, 255, 255, 0.92));
  border-color: rgba(17, 24, 39, 0.12);
}

body.ish-theme-modern.ish-modern-light .ish-ai-snapshot__summary,
body.ish-theme-modern.ish-modern-sepia .ish-ai-snapshot__summary,
body.ish-theme-modern.ish-modern-contrast .ish-ai-snapshot__summary {
  color: #111827;
}

body.ish-theme-modern.ish-modern-light .ish-ai-snapshot__bullets,
body.ish-theme-modern.ish-modern-sepia .ish-ai-snapshot__bullets,
body.ish-theme-modern.ish-modern-contrast .ish-ai-snapshot__bullets {
  color: #374151;
}

body.ish-theme-modern.ish-modern-light .ish-ai-search-hint,
body.ish-theme-modern.ish-modern-sepia .ish-ai-search-hint,
body.ish-theme-modern.ish-modern-contrast .ish-ai-search-hint {
  background: rgba(108, 99, 255, 0.08);
  color: #374151;
}

.ish-video-search {
  margin: 0 0 18px;
}

.ish-video-search__open-chat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(108, 99, 255, 0.35);
  border-radius: 12px;
  background: rgba(108, 99, 255, 0.14);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ish-video-search__open-chat i {
  color: #b9b2ff;
}
