/* Enterprise Intelligence Platform — Premium executive dashboard (modern) */
:root {
  --bg: #f4f5f7;
  --bg-elevated: #fafbfc;
  --bg-card: #ffffff;
  --text: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --accent: #0f2847;
  --accent-mid: #1e3a5f;
  --accent-light: #2d5a8a;
  --accent-soft: rgba(15, 40, 71, 0.08);
  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --success: #0d9488;
  --success-soft: rgba(13, 148, 136, 0.1);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 2px 4px -2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 15px -3px rgba(15, 23, 42, 0.06), 0 4px 6px -4px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.06), 0 8px 10px -6px rgba(15, 23, 42, 0.04);
  --font-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --transition: 0.2s ease;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.app-shell {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 100vh;
}

.app-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  background: radial-gradient(circle at top left, #2b4c74 0%, #1a3557 32%, #0f2847 68%, #0a1c32 100%);
  color: #fff;
  padding: 1.15rem 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.app-sidebar-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.app-sidebar-subtitle {
  margin: 0.2rem 0 1rem 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

.app-content {
  min-width: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0.75rem;
  z-index: 1200;
  background: var(--accent-mid);
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.skip-link:focus {
  top: 0.75rem;
}

/* Header */
.site-header {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
  color: #fff;
  padding: 0.85rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-md);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header-brand {
  flex-shrink: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.header-logo-wrap {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.logo {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.logo:hover {
  color: #fff;
  opacity: 0.92;
}
.logo:focus {
  outline: none;
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.4);
}

.header-discover-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.header-discover-link:hover,
.header-discover-link:focus {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.header-discover-link.is-active {
  background: rgba(255, 255, 255, 0.28);
}

.header-discover-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Vertical dropdown in header (visible only when on dashboard) */
.header-vertical-wrap {
  display: none;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
body[class*="vertical-"] .header-vertical-wrap {
  display: flex;
}
.header-vertical-label {
  font-size: 0.85rem;
  font-weight: 500;
  opacity: 0.9;
  color: #fff;
}
.header-vertical-select {
  font-size: 0.9rem;
  font-family: var(--font-sans);
  font-weight: 500;
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.15);
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  min-width: 180px;
}
.header-vertical-select:hover {
  background-color: rgba(255,255,255,0.25);
}
.header-vertical-select:focus {
  outline: none;
  border-color: rgba(255,255,255,0.6);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.2);
}
.header-vertical-select option {
  background: var(--accent-mid);
  color: #fff;
}

/* Main */
.main {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 1.8rem);
}

/* Two-step flow */
.view-hidden {
  display: none !important;
}

.view-verticals {
  padding-bottom: 3rem;
}

.section-verticals-hero .headline {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.01em;
}

.verticals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.vertical-card {
  display: block;
  width: 100%;
  text-align: left;
  font-family: var(--font-sans);
  background: var(--bg-card);
  padding: 1.4rem;
  border-radius: 14px;
  border: 1px solid #dbe5f1;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  text-decoration: none;
  color: inherit;
}

.vertical-card:hover {
  border-color: var(--accent-mid);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.vertical-card-selected {
  border-color: var(--accent-mid);
  box-shadow: 0 0 0 2px var(--accent-soft);
}

.vertical-card:focus {
  outline: none;
  border-color: var(--accent-mid);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.vertical-card h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.01em;
}

.vertical-card .client-q {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin: 0 0 0.4rem 0;
  font-style: italic;
  line-height: 1.45;
}

.vertical-card .lens {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0.4rem 0 0.85rem 0;
  line-height: 1.45;
}

.vertical-cta {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-mid);
  letter-spacing: 0.02em;
}

/* Data marketplace (home) */
.section-marketplace {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}

.section-marketplace .section-title {
  margin-bottom: 0.35rem;
}

.section-marketplace .section-desc {
  margin-bottom: 1.75rem;
}

.marketplace-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.marketplace-item {
  background: var(--bg-card);
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), border-color var(--transition);
  cursor: pointer;
}

.marketplace-item:hover {
  box-shadow: var(--shadow);
  border-color: var(--accent-mid);
}

.marketplace-item:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--accent-soft);
}

.marketplace-name {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.marketplace-desc {
  margin: 0 0 0.6rem 0;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

.marketplace-tags {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.marketplace-item-discover {
  border-color: var(--accent-mid);
  background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-elevated) 100%);
}

.marketplace-item-discover .marketplace-name {
  color: var(--accent-mid);
}

/* Modal overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  cursor: pointer;
}

.modal-box {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--border-light);
  background: var(--bg-elevated);
}

.modal-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--accent);
}

.modal-close {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--text-muted);
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
}

.modal-close:hover {
  color: var(--text);
  background: var(--border-light);
}

.modal-body {
  padding: 1.25rem 1.5rem;
  overflow-y: auto;
}

.modal-desc {
  margin: 0 0 1.25rem 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.modal-chart-wrap {
  position: relative;
  height: 320px;
  min-height: 280px;
}

.modal-chart-wrap canvas {
  max-height: 320px;
}

/* Discover Insights with AI modal */
.discover-modal-box {
  max-width: 1100px;
  width: 95%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.discover-modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  min-height: 480px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .discover-modal-body {
    grid-template-columns: 1fr;
    min-height: 420px;
  }
}

.discover-page-workspace {
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #fff;
}

.discover-chat-column {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.discover-chat-messages {
  flex: 1;
  min-height: 180px;
  max-height: 260px;
  overflow-y: auto;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.discover-msg {
  display: flex;
  align-items: flex-start;
}

.discover-msg-user {
  justify-content: flex-end;
}

.discover-msg-assistant .discover-bubble {
  background: var(--bg-elevated);
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
  border-bottom-left-radius: 4px;
}

.discover-msg-user .discover-bubble {
  background: var(--accent-mid);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.discover-bubble {
  max-width: 90%;
  padding: 0.6rem 0.9rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  line-height: 1.5;
}

.discover-msg-loading .discover-bubble {
  color: var(--text-muted);
  font-style: italic;
}

.discover-demo-prompts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  flex-shrink: 0;
}

.discover-prompts-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}

.discover-prompt-chip {
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  font-family: var(--font-sans);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--accent-mid);
  cursor: pointer;
  font-weight: 500;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.discover-prompt-chip:hover {
  background: var(--accent-mid);
  color: #fff;
  border-color: var(--accent-mid);
}

.discover-chat-input-wrap {
  display: flex;
  gap: 0.5rem;
  padding-top: 0.5rem;
  flex-shrink: 0;
}

.discover-chat-input {
  flex: 1;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  font-family: var(--font-sans);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
}

.discover-chat-input:focus {
  outline: none;
  border-color: var(--accent-mid);
}

.discover-chat-send {
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: var(--font-sans);
  background: var(--accent-mid);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition);
}

.discover-chat-send:hover:not(:disabled) {
  background: var(--accent-light);
}

.discover-chat-send:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.discover-result-column {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: var(--bg-elevated);
  border-radius: var(--radius);
  padding: 1rem;
  border: 1px solid var(--border-light);
}

.discover-result-title {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}

.discover-result-desc {
  margin: 0 0 0.75rem 0;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
  flex-shrink: 0;
}

.discover-charts-container {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-right: 0.25rem;
}

.discover-chart-card {
  flex-shrink: 0;
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-light);
}

.discover-chart-card-title {
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent);
}

.discover-chart-card-wrap {
  position: relative;
  height: 240px;
}

.discover-chart-card-wrap canvas {
  max-height: 240px;
}

/* Discover floating button (homepage) */
.discover-floating-wrapper {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 800;
  font-family: var(--font-sans);
}

.discover-floating-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: var(--font-sans);
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
  border: none;
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.discover-floating-trigger:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-1px);
}

.view-dashboard {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.view-dashboard .section {
  order: 0;
  background: var(--bg-card);
  border: 1px solid #dfe7f2;
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03), 0 8px 24px rgba(15, 23, 42, 0.04);
  padding: 1.2rem 1.25rem;
  margin-bottom: 0;
}

/* ——— Vertical color: only the dropdown menu ——— */
body.vertical-banking_insurance .header-vertical-select { border-left: 4px solid #0d5c4a; }
body.vertical-tech_digital .header-vertical-select { border-left: 4px solid #7c3aed; }
body.vertical-retail_fb .header-vertical-select { border-left: 4px solid #ea580c; }
body.vertical-public_sector .header-vertical-select { border-left: 4px solid #2563eb; }
body.vertical-property_realestate .header-vertical-select { border-left: 4px solid #14b8a6; }
body.vertical-fmcg_trade .header-vertical-select { border-left: 4px solid #e11d48; }
body.vertical-transport_infra .header-vertical-select { border-left: 4px solid #4f46e5; }

/* Sections */
.section {
  margin-bottom: 3rem;
}

.dashboard-menu {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 0.85rem 0.7rem;
  backdrop-filter: blur(6px);
}

.dashboard-menu-list,
.dashboard-menu-list ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.dashboard-menu-list > li {
  margin: 0.3rem 0;
}

.dashboard-menu-list ul li {
  margin: 0.18rem 0;
}

.dashboard-menu-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  margin: 0.15rem 0 0.35rem 0;
}

.dashboard-menu-group-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.menu-item-icon {
  width: 1.1rem;
  min-width: 1.1rem;
  height: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  line-height: 1;
}

.dashboard-menu-group-block {
  margin: 0.65rem 0 0.2rem 0 !important;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-menu-group-toggle {
  appearance: none;
  width: 100%;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  padding-right: 1.1rem;
  cursor: pointer;
  text-align: left;
  position: relative;
}

.dashboard-menu-group-toggle::after {
  content: "▾";
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  position: absolute;
  right: 0.1rem;
  margin-top: -1.45rem;
  transition: transform var(--transition);
}

.dashboard-menu-group-toggle[aria-expanded="false"]::after {
  transform: rotate(-90deg);
}

.dashboard-submenu[hidden] {
  display: none;
}

.dashboard-menu-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.1rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: normal;
}

.dashboard-menu a,
.dashboard-menu a:visited {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.dashboard-menu-link,
.dashboard-menu-list ul a {
  display: block;
  border-radius: 9px;
  padding: 0.44rem 0.5rem;
  font-size: 0.88rem;
  font-weight: 500;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.dashboard-menu-link {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.dashboard-menu-list ul a {
  margin-left: 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}

.dashboard-menu a:hover,
.dashboard-menu a:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
}

.dashboard-menu a.is-active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
}

.discover-page-trigger {
  margin-top: 0.5rem;
}

@media (max-width: 980px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    position: static;
    height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .header-inner {
    flex-wrap: wrap;
  }
}

.section-title {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--accent);
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.02em;
}

.section-desc {
  color: var(--text-muted);
  margin: 0 0 1.5rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Hero / Executive overview */
.section-hero .headline {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 0.5rem 0;
  max-width: 48em;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.saas-hero {
  background: linear-gradient(120deg, #f8fbff 0%, #f2f7fc 100%);
}

.saas-kicker {
  margin: 0 0 0.35rem 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-light);
}

.saas-hero-chips {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.saas-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.58rem;
  border-radius: 999px;
  border: 1px solid #d3e2f2;
  background: #ffffff;
  color: var(--accent-mid);
  font-size: 0.76rem;
  font-weight: 600;
}

.insights-carousel-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
}

.insights-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(520px, 1fr);
  gap: 0.8rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.3rem;
}

.insight-catalog-card {
  scroll-snap-align: start;
  border: 1px solid #dbe5f1;
  background: #fff;
  border-radius: 12px;
  padding: 1.1rem;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

.insight-catalog-card h3 {
  margin: 0.3rem 0 0.45rem 0;
  font-size: 1.1rem;
  color: var(--accent);
}

.insight-catalog-card p {
  margin: 0 0 0.65rem 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.insight-catalog-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #d3e2f2;
  color: var(--accent-mid);
  background: #f7fbff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.insights-carousel-nav {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #d3e2f2;
  background: #fff;
  color: var(--accent-mid);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.insights-carousel-nav:hover,
.insights-carousel-nav:focus {
  background: #f1f7fd;
}

.insight-card-chart-wrap {
  margin-top: auto;
  height: 170px;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.55rem;
}

.insight-card-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

.hero-copy {
  color: var(--text-secondary);
  margin: 0 0 1.25rem 0;
  max-width: 48em;
  line-height: 1.55;
}

@media (max-width: 780px) {
  .insights-carousel-wrap {
    grid-template-columns: 1fr;
  }

  .insights-carousel-nav {
    display: none;
  }

  .insights-carousel-track {
    grid-auto-columns: minmax(280px, 1fr);
  }

  .insight-catalog-card {
    min-height: 300px;
  }
}

.hero-main {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  margin-bottom: 1.75rem;
}
.hero-chart-col {
  flex: 1 1 58%;
  min-width: 0;
  order: 1;
}
.hero-cards-col {
  flex: 0 0 38%;
  min-width: 0;
  order: 2;
}
.hero-kpi-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
}
.hero-kpi-grid .kpi-card.hero-hide {
  display: none !important;
}
.hero-chart-title {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}
.hero-cards-title {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}
.hero-chart-wrap {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  padding: 1rem 1.25rem;
  height: 320px;
  box-shadow: var(--shadow-sm);
}
.hero-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
  max-height: 320px;
}
@media (max-width: 900px) {
  .hero-main { flex-direction: column; }
  .hero-chart-col { order: 1; flex: 1 1 auto; }
  .hero-cards-col { order: 2; flex: 1 1 auto; }
}

/* KPI cards — premium */
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.kpi-card {
  background: var(--bg-card);
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
  transition: box-shadow var(--transition), transform var(--transition);
}

.kpi-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.kpi-label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.kpi-value {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.kpi-value.kpi-text {
  font-size: 1.05rem;
  font-weight: 600;
}

.kpi-value.kpi-small {
  font-size: 0.9rem;
  font-weight: 600;
}

.kpi-desc {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.35;
  font-weight: 400;
}

/* Insight cards */
.insight-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 700px) {
  .insight-row { grid-template-columns: 1fr; }
}

.insight-card {
  background: var(--bg-card);
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
  border-left: 4px solid var(--accent-mid);
  transition: box-shadow var(--transition);
}

.insight-card:hover {
  box-shadow: var(--shadow-md);
}

.insight-card h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}

.insight-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Chat widget */
.chat-widget {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  margin-bottom: 1rem;
}

.chat-messages {
  min-height: 200px;
  max-height: 380px;
  overflow-y: auto;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.chat-msg {
  display: flex;
  align-items: flex-start;
}

.chat-msg-user {
  justify-content: flex-end;
}

.chat-msg-assistant {
  justify-content: flex-start;
}

.chat-bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  line-height: 1.5;
}

.chat-msg-user .chat-bubble {
  background: var(--accent-mid);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.chat-msg-assistant .chat-bubble {
  background: var(--bg-elevated);
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
  border-bottom-left-radius: 4px;
}

.chat-msg.chat-loading .chat-bubble {
  color: var(--text-muted);
  font-style: italic;
}

.chat-input-wrap {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--border-light);
  background: var(--bg-elevated);
}

.chat-input {
  flex: 1;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: var(--font-sans);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.chat-input::placeholder {
  color: var(--text-muted);
}

.chat-input:focus {
  outline: none;
  border-color: var(--accent-mid);
  box-shadow: 0 0 0 2px var(--accent-soft);
}

.chat-send {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-sans);
  background: var(--accent-mid);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition);
}

.chat-send:hover {
  background: var(--accent-light);
}

.chat-send:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Floating chat widget */
.chat-floating-wrapper {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 900;
  font-family: var(--font-sans);
}

.chat-floating-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: var(--font-sans);
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
  border: none;
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.chat-floating-trigger:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-1px);
}

.chat-floating-trigger[aria-expanded="true"] {
  background: var(--accent-mid);
}

.chat-floating-panel {
  position: absolute;
  bottom: calc(100% + 0.75rem);
  right: 0;
  width: min(420px, calc(100vw - 2rem));
  max-height: min(75vh, 560px);
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
}

.chat-floating-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.chat-floating-panel[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.chat-floating-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.25rem;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
  color: #fff;
  flex-shrink: 0;
}

.chat-panel-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.chat-floating-close {
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}

.chat-floating-close:hover {
  background: rgba(255,255,255,0.2);
}

.chat-floating-panel .chat-widget {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.chat-floating-panel .chat-messages {
  min-height: 160px;
  max-height: 220px;
  flex: 1;
}

.chat-floating-panel .chat-input-wrap {
  flex-shrink: 0;
}

.demo-prompts-inline {
  padding: 0.5rem 1rem;
  margin: 0;
  border-top: 1px solid var(--border-light);
  background: var(--bg-elevated);
}

.demo-prompts-inline .prompt-chip {
  padding: 0.35rem 0.7rem;
  font-size: 0.8rem;
}

.demo-prompts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.prompts-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}

.prompt-chip {
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  font-family: var(--font-sans);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--accent-mid);
  cursor: pointer;
  font-weight: 500;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.prompt-chip:hover {
  background: var(--accent-mid);
  color: #fff;
  border-color: var(--accent-mid);
}

.interpretation-box {
  background: var(--bg-card);
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
}

.interpretation-box h3 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}

.interpretation-dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.4rem 1rem;
  margin: 0;
}

.interpretation-dl dt {
  font-weight: 500;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.interpretation-dl dd {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.executive-summary {
  background: linear-gradient(135deg, var(--bg-elevated) 0%, #f1f5f9 100%);
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}

.executive-summary h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}

.executive-summary p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* Chart & table layouts */
.footfall-layout,
.audience-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 700px) {
  .footfall-layout,
  .audience-layout { grid-template-columns: 1fr; }
}

.chart-wrap {
  background: var(--bg-card);
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
  height: 280px;
  transition: box-shadow var(--transition);
}

.chart-wrap:hover {
  box-shadow: var(--shadow-md);
}

.chart-wide {
  grid-column: 1 / -1;
  margin-bottom: 1rem;
}

.table-wrap {
  overflow-x: auto;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid #dbe5f1;
  box-shadow: var(--shadow-sm);
}

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
}

.data-table th,
.data-table td {
  padding: 0.75rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid var(--border-light);
}

.data-table th {
  background: #f3f7fc;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  position: sticky;
  top: 0;
  z-index: 1;
}

.data-table tbody tr {
  transition: background var(--transition);
}

.data-table tbody tr:hover td {
  background: var(--accent-soft);
}

.data-table tbody tr:nth-child(even) td {
  background: #fcfdff;
}

.data-table td {
  color: var(--text-secondary);
}

/* API docs */
.api-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.api-meta-card {
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  background: #fbfdff;
}

.api-meta-card h3 {
  margin: 0 0 0.35rem 0;
  font-size: 0.88rem;
  color: var(--accent);
}

.api-meta-card p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.api-spec-block {
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #fff;
  padding: 1rem 1rem 0.8rem 1rem;
  margin-bottom: 0.85rem;
}

.api-spec-block h3 {
  margin: 0 0 0.45rem 0;
  font-size: 1rem;
  color: var(--accent);
}

.api-spec-block p {
  margin: 0 0 0.5rem 0;
}

.api-spec-sub {
  font-size: 0.83rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 0.6rem !important;
}

.api-field-list {
  margin: 0 0 0.45rem 0;
  padding-left: 1.1rem;
}

.api-field-list li {
  margin: 0.2rem 0;
  color: var(--text-secondary);
}

.api-code {
  margin: 0.45rem 0 0.6rem 0;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  border: 1px solid #d9e4f2;
  background: #f6faff;
  overflow-x: auto;
  font-size: 0.8rem;
  line-height: 1.45;
}

/* Data catalogue page */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 0.95rem;
}

.catalog-item {
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #fff;
  padding: 0.95rem;
}

.catalog-item h3 {
  margin: 0 0 0.35rem 0;
  font-size: 0.98rem;
  color: var(--accent);
}

.catalog-feature-title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.catalog-feature-icon {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #cfe0f2;
  background: #eef5fc;
  font-size: 0.72rem;
  line-height: 1;
}

.catalog-item p {
  margin: 0 0 0.65rem 0;
  font-size: 0.86rem;
  color: var(--text-secondary);
}

.catalog-chart-wrap {
  border: 1px solid #e1eaf4;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.6rem;
  height: 220px;
}

.catalog-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

.catalog-detail-link {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent-mid);
  text-decoration: none;
}

.catalog-detail-link:hover,
.catalog-detail-link:focus {
  text-decoration: underline;
}

.catalog-placeholder-note {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.45;
  padding: 0.5rem;
}

.catalog-placeholder-icon {
  font-size: 4.2rem;
  line-height: 1;
  filter: saturate(1.05);
}

.catalog-explorer-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.catalog-explorer-controls label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.catalog-control-select {
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  border: 1px solid #cfdceb;
  background: #fff;
  font: inherit;
}

.catalog-explorer-layout {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 0.9rem;
}

.catalog-map {
  height: 460px;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  overflow: hidden;
  background: #eef3f8;
}

.catalog-map .leaflet-interactive {
  cursor: pointer;
}

.catalog-insight-panel {
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #fbfdff;
  padding: 0.9rem;
}

.catalog-insight-panel h3 {
  margin: 0 0 0.4rem 0;
  color: var(--accent);
}

@media (max-width: 980px) {
  .catalog-explorer-layout {
    grid-template-columns: 1fr;
  }

  .catalog-map {
    height: 360px;
  }
}

/* Recommendation card */
.recommendation-card {
  background: var(--bg-card);
  padding: 1.6rem 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
  border-left: 4px solid var(--success);
  background: linear-gradient(to right, var(--success-soft) 0%, var(--bg-card) 12%);
}

.recommendation-card h3 {
  margin: 0 0 0.75rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--accent);
}

.rec-rationale {
  margin: 0 0 1rem 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}

.rec-zones {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.rec-zone-item {
  background: var(--bg-elevated);
  padding: 0.9rem 1.1rem;
  border-radius: var(--radius-sm);
  min-width: 160px;
  border: 1px solid var(--border-light);
  transition: box-shadow var(--transition);
}

.rec-zone-item:hover {
  box-shadow: var(--shadow-sm);
}

.rec-zone-item strong {
  display: block;
  color: var(--accent);
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.rec-zone-item span {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.rec-confidence {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Industry grid (if used elsewhere) */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.25rem;
}

.industry-card {
  background: var(--bg-card);
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow);
}

.industry-card h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}

.industry-card .client-q {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin: 0 0 0.35rem 0;
  font-style: italic;
}

.industry-card .lens,
.industry-card .value {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0.35rem 0 0 0;
}

/* Telco data layers */
.telco-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

@media (max-width: 800px) {
  .telco-grid { grid-template-columns: 1fr; }
}

.telco-block {
  background: var(--bg-card);
  padding: 1.2rem 1.15rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition);
}

.telco-block:hover {
  box-shadow: var(--shadow);
}

.telco-block h3 {
  margin: 0 0 0.4rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}

.telco-block-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
}

.telco-block .table-wrap {
  max-height: 200px;
  overflow-y: auto;
  border-radius: var(--radius-sm);
}

.telco-block .data-table {
  font-size: 0.85rem;
}

.telco-block .data-table th,
.telco-block .data-table td {
  padding: 0.55rem 0.75rem;
}

/* Map */
.map-container {
  height: 420px;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.map-legend {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Footer */
.site-footer {
  text-align: center;
  padding: 1.75rem 2rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  border-top: 1px solid var(--border);
  background: var(--bg-elevated);
  font-weight: 500;
}

@media (max-width: 900px) {
  .view-dashboard .section {
    padding: 1rem;
  }

  .chat-floating-wrapper,
  .discover-floating-wrapper {
    right: 1rem;
    bottom: 1rem;
  }
}
