body {
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

.min-vh-app {
  min-height: calc(100vh - 116px);
}

.py-lg-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.sidebar-panel {
  min-height: calc(100vh - 57px);
}

.chat-page {
  min-height: calc(100vh - 180px);
}

.chat-history {
  min-height: 360px;
  max-height: 460px;
  overflow-y: auto;
  background: linear-gradient(180deg, rgba(248, 249, 250, 0.8), rgba(255, 255, 255, 0.98));
}

.chat-bubble {
  max-width: min(85%, 420px);
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.08);
}

.emulator-screen {
  min-height: 520px;
  border: 1px dashed rgba(13, 110, 253, 0.35);
}

.card {
  border-radius: 1rem;
}

.list-group-item {
  border-radius: 0.75rem !important;
}

.hero-metric-card {
  backdrop-filter: blur(8px);
}

@media (max-width: 991.98px) {
  .emulator-screen {
    min-height: 420px;
  }

  .chat-history {
    max-height: 380px;
  }
}
