/* Chrome extension side panel — dar embed görünümü */
body.embed-mode .sidebar,
body.embed-mode .mobile-bottom-nav,
body.embed-mode .ambient-bg,
body.embed-mode .history-section {
  display: none !important;
}

body.embed-mode .main {
  grid-template-columns: 1fr;
}

body.embed-mode .content-column {
  max-width: none;
}

body.embed-mode .workspace-card {
  border-radius: 0;
  min-height: calc(100vh - 120px);
}

body.embed-mode .header {
  padding: 0.65rem 0.85rem;
}

body.embed-mode .lang-bar {
  flex-wrap: wrap;
  gap: 0.35rem;
}

body.embed-mode .subtitle,
body.embed-mode .brand-badge {
  display: none;
}

body.embed-mode .footer.action-bar {
  position: sticky;
  bottom: 0;
}

body.embed-mode .timeline-section {
  max-height: 120px;
}

body.embed-mode .coach-panel {
  max-height: 45vh;
  overflow-y: auto;
}
