.page-container, .health-kare-page {
  min-height: 100vh;
  background: #fffbf7;
  font-family: "Nunito";
}

.header-background {
  background: linear-gradient(180deg, #60a88c 0%, #026d82 100%);
  height: 220px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header-content {
  padding: 1.5rem !important;
  padding-top: 60px !important;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-identifier {
  top: 1.25rem !important;
  left: 1.5rem !important;
  z-index: 100 !important;
}

.page-indicator {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 1rem !important;
  font-size: 0.625rem !important;
  font-weight: 600 !important;
  color: white !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.greeting-section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.greeting-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: white !important;
  margin: 0 !important;
  opacity: 0.95 !important;
}

.patient-name,
.user-name {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: white !important;
  margin: 0 !important;
}

.context-subtitle {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  margin-top: 0.5rem !important;
  line-height: 1.3 !important;
}

.header-actions {
  position: absolute;
  top: 60px;
  right: 1.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.header-action-btn {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  width: 44px !important;
  height: 44px !important;
  border-radius: 0.75rem !important;
}
.header-action-btn:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-1px);
}

.header-secondary-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.header-badge {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}

.white-container {
  background: #fffbf7;
  border-radius: 2.25rem 2.25rem 0 0;
  margin-top: -1.25rem;
  position: relative;
  z-index: 10;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  min-height: calc(100vh - 200px);
  padding: 2rem 1.5rem;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1f2937 !important;
  margin: 0 0 1rem 0 !important;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem !important;
  cursor: pointer;
}
.section-header .section-title {
  margin-bottom: 0 !important;
}

.feature-grid,
.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.action-tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.feature-tile,
.quick-action-tile {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.feature-tile:hover,
.quick-action-tile:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.feature-tile:active,
.quick-action-tile:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.feature-tile,
.quick-action-tile {
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.feature-tile .feature-icon-container,
.quick-action-tile .feature-icon-container {
  margin-bottom: 0.75rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.feature-tile .feature-label,
.feature-tile .action-label,
.quick-action-tile .feature-label,
.quick-action-tile .action-label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  font-weight: 500;
  color: #374151;
  line-height: 1.3;
}

.quick-action-tile .action-icon {
  background: linear-gradient(135deg, #60a88c 0%, rgb(128.9634146341, 186.0365853659, 163.8414634146) 100%);
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  box-shadow: 0 4px 12px rgba(96, 168, 140, 0.3);
}
.quick-action-tile .action-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #ef4444;
  color: #fffbf7;
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 600;
}

.stat-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.stat-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.stat-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.stat-card {
  padding: 1rem;
  text-align: center;
  cursor: pointer;
}
.stat-card .stat-icon {
  margin-bottom: 0.75rem;
}
.stat-card .stat-value {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #111827;
  margin-bottom: 0.25rem;
}
.stat-card .stat-label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4b5563;
  margin-bottom: 0.25rem;
}
.stat-card .stat-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #4b5563;
}

.progress-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.progress-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.progress-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.progress-card {
  padding: 1rem;
  cursor: pointer;
}
.progress-card .progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.progress-card .progress-header .progress-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1f2937;
}
.progress-card .progress-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
  margin: 0.5rem 0;
}
.progress-card .progress-bar .progress-fill {
  height: 100%;
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.progress-card .progress-bar .progress-fill.nutrition-fill {
  background: linear-gradient(135deg, #ff9800 0%, #f59e0b 100%);
}
.progress-card .progress-bar .progress-fill.fitness-fill {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}
.progress-card .progress-bar .progress-fill.wellness-fill {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}
.progress-card .progress-bar .progress-fill.medical-fill {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.wellness-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.wellness-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.wellness-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.wellness-card {
  padding: 0.75rem;
  text-align: center;
  cursor: pointer;
}
.wellness-card .wellness-icon {
  margin-bottom: 0.5rem;
}
.wellness-card .wellness-value {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 0.25rem;
}
.wellness-card .wellness-label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4b5563;
}

.alert-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.alert-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.alert-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.alert-card {
  border-left: 4px solid var(--alert-color, #3b82f6);
  padding: 1rem;
  margin-bottom: 0.75rem;
}
.alert-card.critical {
  --alert-color: #ef4444;
  background: hsl(0, 84.236453202%, 108.1960784314%);
}
.alert-card.warning {
  --alert-color: #f59e0b;
  background: rgb(254.0354330709, 245.6437007874, 231.4645669291);
}
.alert-card.info {
  --alert-color: #3b82f6;
  background: hsl(217.2192513369, 91.2195121951%, 104.8039215686%);
}
.alert-card.success {
  --alert-color: #10b981;
  background: rgb(181.828358209, 248.671641791, 226.5223880597);
}
.alert-card .alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.alert-card .alert-header .alert-icon {
  margin-right: 0.75rem;
}
.alert-card .alert-header .alert-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
}
.alert-card .alert-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
}

.category-list .category-item {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.category-list .category-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.category-list .category-item:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.category-list .category-item {
  padding: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.category-list .category-item .category-icon {
  margin-right: 1rem;
  width: 40px;
  display: flex;
  justify-content: center;
}
.category-list .category-item .category-content {
  flex: 1;
}
.category-list .category-item .category-content .category-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 0.25rem;
}
.category-list .category-item .category-content .category-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #4b5563;
}
.category-list .category-item .category-badge {
  margin-left: 0.75rem;
}
.category-list .category-item .category-arrow {
  margin-left: 0.75rem;
  color: #4b5563;
}

.bottom-padding {
  height: 120px;
}

.text-primary {
  color: #60a88c !important;
}

.text-secondary {
  color: #4b5563 !important;
}

.text-success {
  color: #10b981 !important;
}

.text-warning {
  color: #f59e0b !important;
}

.text-error {
  color: #ef4444 !important;
}

.text-white {
  color: #fffbf7 !important;
}

html,
body,
#q-app {
  font-family: "Nunito" !important;
}

.bg-primary {
  background-color: #60a88c !important;
}

.bg-page {
  background-color: #fffbf7 !important;
}

.bg-secondary {
  background-color: #f3f4f6 !important;
}

.bg-success {
  background-color: #10b981 !important;
}

.bg-warning {
  background-color: #f59e0b !important;
}

.bg-error {
  background-color: #ef4444 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.rounded-xl {
  border-radius: 1.25rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 125, 142, 0.1) !important;
}

.shadow {
  box-shadow: 0 2px 4px rgba(0, 125, 142, 0.1) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 125, 142, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 8px 15px rgba(0, 125, 142, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0 10px 25px rgba(0, 125, 142, 0.1) !important;
}

@media (max-width: 768px) {
  .feature-grid,
  .quick-actions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-content {
    padding: 1.25rem;
    padding-top: 50px;
  }
  .greeting-text {
    font-size: 1.5rem;
  }
  .patient-name,
  .user-name {
    font-size: 1.875rem;
  }
  .context-subtitle {
    font-size: 0.75rem;
  }
  .header-actions {
    top: 50px;
    right: 1.25rem;
  }
  .section-title {
    font-size: 1.125rem;
  }
  .page-identifier {
    top: 1rem !important;
    left: 1.25rem !important;
  }
  .page-indicator {
    padding: 0.25rem 0.5rem !important;
    font-size: 11px !important;
  }
}
@media (max-width: 480px) {
  .header-content {
    padding: 1rem;
    padding-top: 45px;
  }
  .greeting-text {
    font-size: 1.25rem;
  }
  .patient-name,
  .user-name {
    font-size: 1.5rem;
  }
  .context-subtitle {
    font-size: 0.625rem;
  }
  .header-actions {
    top: 45px;
    right: 1rem;
  }
  .section-title {
    font-size: 1rem;
  }
  .page-identifier {
    top: 0.75rem !important;
    left: 1rem !important;
  }
  .page-indicator {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.625rem !important;
    gap: 0.25rem !important;
  }
  .white-container {
    padding: 1.5rem 1rem;
  }
}
.theme-wellness .header-background {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.theme-fitness .header-background {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.theme-nutrition .header-background {
  background: linear-gradient(135deg, #ff9800 0%, #f59e0b 100%);
}

.theme-medical .header-background {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.theme-profile .header-background {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

@media (prefers-color-scheme: dark) {
  .white-container {
    background: #1f2937;
    color: #fffbf7;
  }
  .feature-tile,
  .quick-action-tile,
  .stat-card,
  .progress-card,
  .wellness-card {
    background: #374151;
    border-color: #4b5563;
    color: #fffbf7;
  }
  .alert-card {
    background: #374151;
    color: #fffbf7;
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.slide-up-enter-active,
.slide-up-leave-active {
  transition: all 0.3s ease;
}

.slide-up-enter-from {
  transform: translateY(20px);
  opacity: 0;
}

.slide-up-leave-to {
  transform: translateY(-20px);
  opacity: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.5s ease;
}

.bounce-leave-active {
  animation: bounce-out 0.3s ease;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.3);
    opacity: 0;
  }
}
.card-compact {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.card-compact:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.card-compact:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.card-compact {
  padding: 0.75rem;
}
.card-compact .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.card-compact .card-value {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 0.25rem;
}
.card-compact .card-label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4b5563;
}

.icon-xs {
  font-size: 12px !important;
}

.icon-sm {
  font-size: 16px !important;
}

.icon-md {
  font-size: 20px !important;
}

.icon-lg {
  font-size: 24px !important;
}

.icon-xl {
  font-size: 32px !important;
}

.icon-2xl {
  font-size: 48px !important;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
}

.btn-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
}

.btn-md {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

@media print {
  .header-background,
  .header-actions,
  .page-identifier {
    display: none !important;
  }
  .white-container {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem;
  }
  .card-base,
  .feature-tile,
  .quick-action-tile,
  .stat-card {
    box-shadow: none !important;
    border: 1px solid #d1d5db !important;
  }
}
@keyframes skeleton-breathe {
  0%, 100% {
    background-color: #F7F6F5;
  }
  50% {
    background-color: #E3E0DD;
  }
}
.page-container, .health-kare-page {
  min-height: 100vh;
  background: #fffbf7;
  font-family: "Nunito";
}

.header-background {
  background: linear-gradient(180deg, #60a88c 0%, #026d82 100%);
  height: 220px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header-content {
  padding: 1.5rem !important;
  padding-top: 60px !important;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-identifier {
  top: 1.25rem !important;
  left: 1.5rem !important;
  z-index: 100 !important;
}

.page-indicator {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 1rem !important;
  font-size: 0.625rem !important;
  font-weight: 600 !important;
  color: white !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.greeting-section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.greeting-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: white !important;
  margin: 0 !important;
  opacity: 0.95 !important;
}

.patient-name,
.user-name {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: white !important;
  margin: 0 !important;
}

.context-subtitle {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  margin-top: 0.5rem !important;
  line-height: 1.3 !important;
}

.header-actions {
  position: absolute;
  top: 60px;
  right: 1.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.header-action-btn {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  width: 44px !important;
  height: 44px !important;
  border-radius: 0.75rem !important;
}
.header-action-btn:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-1px);
}

.header-secondary-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.header-badge {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}

.white-container {
  background: #fffbf7;
  border-radius: 2.25rem 2.25rem 0 0;
  margin-top: -1.25rem;
  position: relative;
  z-index: 10;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  min-height: calc(100vh - 200px);
  padding: 2rem 1.5rem;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1f2937 !important;
  margin: 0 0 1rem 0 !important;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem !important;
  cursor: pointer;
}
.section-header .section-title {
  margin-bottom: 0 !important;
}

.feature-grid,
.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.action-tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.feature-tile,
.quick-action-tile {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.feature-tile:hover,
.quick-action-tile:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.feature-tile:active,
.quick-action-tile:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.feature-tile,
.quick-action-tile {
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.feature-tile .feature-icon-container,
.quick-action-tile .feature-icon-container {
  margin-bottom: 0.75rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.feature-tile .feature-label,
.feature-tile .action-label,
.quick-action-tile .feature-label,
.quick-action-tile .action-label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  font-weight: 500;
  color: #374151;
  line-height: 1.3;
}

.quick-action-tile .action-icon {
  background: linear-gradient(135deg, #60a88c 0%, rgb(128.9634146341, 186.0365853659, 163.8414634146) 100%);
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  box-shadow: 0 4px 12px rgba(96, 168, 140, 0.3);
}
.quick-action-tile .action-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #ef4444;
  color: #fffbf7;
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 600;
}

.stat-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.stat-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.stat-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.stat-card {
  padding: 1rem;
  text-align: center;
  cursor: pointer;
}
.stat-card .stat-icon {
  margin-bottom: 0.75rem;
}
.stat-card .stat-value {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #111827;
  margin-bottom: 0.25rem;
}
.stat-card .stat-label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4b5563;
  margin-bottom: 0.25rem;
}
.stat-card .stat-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #4b5563;
}

.progress-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.progress-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.progress-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.progress-card {
  padding: 1rem;
  cursor: pointer;
}
.progress-card .progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.progress-card .progress-header .progress-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1f2937;
}
.progress-card .progress-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
  margin: 0.5rem 0;
}
.progress-card .progress-bar .progress-fill {
  height: 100%;
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.progress-card .progress-bar .progress-fill.nutrition-fill {
  background: linear-gradient(135deg, #ff9800 0%, #f59e0b 100%);
}
.progress-card .progress-bar .progress-fill.fitness-fill {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}
.progress-card .progress-bar .progress-fill.wellness-fill {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}
.progress-card .progress-bar .progress-fill.medical-fill {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.wellness-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.wellness-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.wellness-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.wellness-card {
  padding: 0.75rem;
  text-align: center;
  cursor: pointer;
}
.wellness-card .wellness-icon {
  margin-bottom: 0.5rem;
}
.wellness-card .wellness-value {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 0.25rem;
}
.wellness-card .wellness-label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4b5563;
}

.alert-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.alert-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.alert-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.alert-card {
  border-left: 4px solid var(--alert-color, #3b82f6);
  padding: 1rem;
  margin-bottom: 0.75rem;
}
.alert-card.critical {
  --alert-color: #ef4444;
  background: hsl(0, 84.236453202%, 108.1960784314%);
}
.alert-card.warning {
  --alert-color: #f59e0b;
  background: rgb(254.0354330709, 245.6437007874, 231.4645669291);
}
.alert-card.info {
  --alert-color: #3b82f6;
  background: hsl(217.2192513369, 91.2195121951%, 104.8039215686%);
}
.alert-card.success {
  --alert-color: #10b981;
  background: rgb(181.828358209, 248.671641791, 226.5223880597);
}
.alert-card .alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.alert-card .alert-header .alert-icon {
  margin-right: 0.75rem;
}
.alert-card .alert-header .alert-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
}
.alert-card .alert-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
}

.category-list .category-item {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.category-list .category-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.category-list .category-item:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.category-list .category-item {
  padding: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.category-list .category-item .category-icon {
  margin-right: 1rem;
  width: 40px;
  display: flex;
  justify-content: center;
}
.category-list .category-item .category-content {
  flex: 1;
}
.category-list .category-item .category-content .category-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 0.25rem;
}
.category-list .category-item .category-content .category-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #4b5563;
}
.category-list .category-item .category-badge {
  margin-left: 0.75rem;
}
.category-list .category-item .category-arrow {
  margin-left: 0.75rem;
  color: #4b5563;
}

.bottom-padding {
  height: 120px;
}

.text-primary {
  color: #60a88c !important;
}

.text-secondary {
  color: #4b5563 !important;
}

.text-success {
  color: #10b981 !important;
}

.text-warning {
  color: #f59e0b !important;
}

.text-error {
  color: #ef4444 !important;
}

.text-white {
  color: #fffbf7 !important;
}

html,
body,
#q-app {
  font-family: "Nunito" !important;
}

.bg-primary {
  background-color: #60a88c !important;
}

.bg-page {
  background-color: #fffbf7 !important;
}

.bg-secondary {
  background-color: #f3f4f6 !important;
}

.bg-success {
  background-color: #10b981 !important;
}

.bg-warning {
  background-color: #f59e0b !important;
}

.bg-error {
  background-color: #ef4444 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.rounded-xl {
  border-radius: 1.25rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 125, 142, 0.1) !important;
}

.shadow {
  box-shadow: 0 2px 4px rgba(0, 125, 142, 0.1) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 125, 142, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 8px 15px rgba(0, 125, 142, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0 10px 25px rgba(0, 125, 142, 0.1) !important;
}

@media (max-width: 768px) {
  .feature-grid,
  .quick-actions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-content {
    padding: 1.25rem;
    padding-top: 50px;
  }
  .greeting-text {
    font-size: 1.5rem;
  }
  .patient-name,
  .user-name {
    font-size: 1.875rem;
  }
  .context-subtitle {
    font-size: 0.75rem;
  }
  .header-actions {
    top: 50px;
    right: 1.25rem;
  }
  .section-title {
    font-size: 1.125rem;
  }
  .page-identifier {
    top: 1rem !important;
    left: 1.25rem !important;
  }
  .page-indicator {
    padding: 0.25rem 0.5rem !important;
    font-size: 11px !important;
  }
}
@media (max-width: 480px) {
  .header-content {
    padding: 1rem;
    padding-top: 45px;
  }
  .greeting-text {
    font-size: 1.25rem;
  }
  .patient-name,
  .user-name {
    font-size: 1.5rem;
  }
  .context-subtitle {
    font-size: 0.625rem;
  }
  .header-actions {
    top: 45px;
    right: 1rem;
  }
  .section-title {
    font-size: 1rem;
  }
  .page-identifier {
    top: 0.75rem !important;
    left: 1rem !important;
  }
  .page-indicator {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.625rem !important;
    gap: 0.25rem !important;
  }
  .white-container {
    padding: 1.5rem 1rem;
  }
}
.theme-wellness .header-background {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.theme-fitness .header-background {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.theme-nutrition .header-background {
  background: linear-gradient(135deg, #ff9800 0%, #f59e0b 100%);
}

.theme-medical .header-background {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.theme-profile .header-background {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

@media (prefers-color-scheme: dark) {
  .white-container {
    background: #1f2937;
    color: #fffbf7;
  }
  .feature-tile,
  .quick-action-tile,
  .stat-card,
  .progress-card,
  .wellness-card {
    background: #374151;
    border-color: #4b5563;
    color: #fffbf7;
  }
  .alert-card {
    background: #374151;
    color: #fffbf7;
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.slide-up-enter-active,
.slide-up-leave-active {
  transition: all 0.3s ease;
}

.slide-up-enter-from {
  transform: translateY(20px);
  opacity: 0;
}

.slide-up-leave-to {
  transform: translateY(-20px);
  opacity: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.5s ease;
}

.bounce-leave-active {
  animation: bounce-out 0.3s ease;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.3);
    opacity: 0;
  }
}
.card-compact {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.card-compact:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.card-compact:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.card-compact {
  padding: 0.75rem;
}
.card-compact .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.card-compact .card-value {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 0.25rem;
}
.card-compact .card-label {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4b5563;
}

.icon-xs {
  font-size: 12px !important;
}

.icon-sm {
  font-size: 16px !important;
}

.icon-md {
  font-size: 20px !important;
}

.icon-lg {
  font-size: 24px !important;
}

.icon-xl {
  font-size: 32px !important;
}

.icon-2xl {
  font-size: 48px !important;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
}

.btn-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
}

.btn-md {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

@media print {
  .header-background,
  .header-actions,
  .page-identifier {
    display: none !important;
  }
  .white-container {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem;
  }
  .card-base,
  .feature-tile,
  .quick-action-tile,
  .stat-card {
    box-shadow: none !important;
    border: 1px solid #d1d5db !important;
  }
}
@keyframes skeleton-breathe {
  0%, 100% {
    background-color: #F7F6F5;
  }
  50% {
    background-color: #E3E0DD;
  }
}
* {
  box-sizing: border-box;
}

html,
body,
#q-app {
  background-color: #fffbf7;
  min-height: 100vh;
}

body {
  font-family: "Nunito";
  background: #fffbf7;
  margin: 0;
  padding: 0;
  color: #111827;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.card-base-style, .account-form-section .account-form-card, .branding-section .branding-card {
  background: #fffbf7;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.card-base-style:hover, .account-form-section .account-form-card:hover, .branding-section .branding-card:hover {
  box-shadow: 0 4px 6px rgba(0, 125, 142, 0.1);
  transform: translateY(-1px);
}
.card-base-style:active, .account-form-section .account-form-card:active, .branding-section .branding-card:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 125, 142, 0.1);
}

.q-card {
  border-radius: 0.75rem !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.q-btn {
  border-radius: 0.25rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.q-item {
  border-radius: 0.25rem !important;
  margin-bottom: 2px;
}

.q-list {
  padding: 0 !important;
}

.q-toolbar {
  min-height: 56px !important;
}

.q-layout .q-page-container {
  padding-bottom: 80px;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-pre-line {
  white-space: pre-line;
}

.cursor-pointer {
  cursor: pointer;
}

.full-width {
  width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.skeleton-loading {
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.interactive {
  transition: all 0.2s ease;
}
.interactive:hover {
  transform: translateY(-2px);
}
.interactive:active {
  transform: translateY(0);
}

@media print {
  .header-background,
  .bottom-navigation,
  .q-fab,
  .q-page-sticky {
    display: none !important;
  }
  .white-container {
    margin-top: 0 !important;
    box-shadow: none !important;
  }
}
.branding-section {
  margin-bottom: 24px;
}
.branding-section .branding-card {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.branding-section .branding-card .branding-content {
  flex: 1;
}
.branding-section .branding-card .branding-content .brand-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.branding-section .branding-card .branding-content .brand-title .brand-number {
  color: #8b5cf6;
  font-weight: 700;
}
.branding-section .branding-card .branding-content .brand-title .brand-subtitle {
  color: #374151;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-left: 8px;
}
.branding-section .branding-card .branding-content .brand-tagline {
  color: #4b5563;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.account-form-section .account-form-card {
  padding: 24px;
  margin-bottom: 16px;
}
.account-form-section .form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}

.custom-medicine-toast {
  border-radius: 24px !important;
  background: #e2937e !important;
  color: #ffffff !important;
  padding: 24px !important;
  min-width: 280px;
  max-width: 360px;
  box-shadow: 0px 6px 16px rgba(63, 48, 53, 0.06), 0px 12px 32px rgba(63, 48, 53, 0.04) !important;
  border: none !important;
}

.custom-medicine-toast .q-notification__message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff !important;
}

.custom-medicine-toast .q-notification__actions {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-medicine-toast .q-notification__actions .q-btn {
  color: #ffffff !important;
  padding: 0 !important;
  min-width: 16px !important;
  min-height: 16px !important;
  background: transparent !important;
}

.custom-medicine-toast .q-notification__actions .q-icon {
  font-size: 16px !important;
  color: #ffffff !important;
}

.stop-medicine-dialog {
  width: 313px;
  max-width: 90vw;
  border-radius: 24px !important;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0px 6px 16px rgba(63, 48, 53, 0.06), 0px 12px 32px rgba(63, 48, 53, 0.04) !important;
  position: relative;
}

.stop-close-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.stop-dialog-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.stop-warning-icon-bg {
  background: #fff0f1;
  border-radius: 9999px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.stop-warning-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(67%) sepia(17%) saturate(897%) hue-rotate(320deg) brightness(94%) contrast(86%);
}

.stop-dialog-title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #e2937e;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

.stop-dialog-message {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5a4134;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}

.stop-dialog-message strong {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.stop-dialog-buttons {
  display: flex;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}

.stop-close-button {
  flex: 1;
  min-width: 0;
  height: 44px;
  border-radius: 12px !important;
  border: 1px solid #8ec7af !important;
  color: #77bb9e !important;
  background: transparent !important;
  font-family: "Nunito", sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 8px 16px !important;
  white-space: nowrap;
}

.stop-confirm-button {
  flex: 1;
  min-width: 0;
  height: 44px;
  border-radius: 12px !important;
  background: #e2937e !important;
  color: #ffffff !important;
  font-family: "Nunito", sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 8px 8px !important;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}

.stop-confirm-button .q-btn__content {
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 20px !important;
}

@media (max-width: 768px) {
  .branding-card {
    flex-direction: column;
    text-align: center;
  }
  .branding-card .branding-content {
    text-align: center;
  }
}
.q-date .q-date__today {
  border: 1px solid #60a88c !important;
  border-radius: 12px !important;
}
.q-date .q-date__header {
  background-color: #60a88c !important;
  color: white !important;
}
.q-date .q-date__calendar-weekdays > div {
  color: #111827 !important;
  opacity: 1;
}
.q-date .q-date__arrow .q-btn {
  color: #60a88c !important;
}
.q-date .q-date__arrow .q-btn .q-icon {
  color: #60a88c !important;
}
.q-date .q-date__view {
  padding: 16px;
}
.q-date .q-date__calendar-days-container .q-date__calendar-weekdays {
  color: #6b7280 !important;
}
.q-date .q-date__calendar-item .q-btn {
  color: #60a88c !important;
  font-weight: 500;
  background-color: transparent !important;
}
.q-date .q-date__calendar-item--in .q-btn.bg-primary {
  background-color: #60a88c !important;
  color: #ffffff !important;
  font-weight: 600;
}
.q-date .q-date__today:not(.q-date__calendar-item--in) .q-btn {
  box-shadow: 0 0 0 1px #60a88c inset !important;
  color: #60a88c !important;
  font-weight: 600;
  background-color: transparent !important;
}
.q-date .q-date__calendar-item--out .q-btn {
  color: #d1d5db !important;
  opacity: 0.5;
  background-color: transparent !important;
}
.q-date .q-date__range .q-date__range-from,
.q-date .q-date__range .q-date__range-to {
  background-color: #60a88c !important;
  color: white !important;
}
.q-date .q-date__range .q-date__range-between {
  background-color: rgba(96, 168, 140, 0.2) !important;
}
.q-date .q-date__months-item .q-btn {
  color: #374151 !important;
  background-color: transparent !important;
}
.q-date .q-date__months-item .q-btn.q-btn--unelevated {
  background-color: #60a88c !important;
  color: white !important;
  font-weight: 600;
}
.q-date .q-date__years-item .q-btn {
  color: #374151 !important;
  background-color: transparent !important;
}
.q-date .q-date__years-item .q-btn.q-btn--unelevated {
  background-color: #60a88c !important;
  color: white !important;
  font-weight: 600;
}

/* Global background color */
html,
body,
#q-app {
	background-color: $brand-cream;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	font-family: "Nunito", sans-serif !important;
}

/* Ensure Quasar components respect the background */
#q-app {
	background-color: $brand-cream;
	min-height: 100vh;
}

/* Global styles for inline messages to prevent blocking */
.inline-message {
	position: relative !important;
	z-index: 100 !important;
	max-width: 100% !important;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
}
.q-popup {
	z-index: 1000 !important;
}

/* Prevent text overflow in banners */
.q-banner {
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
	max-width: 100% !important;
}

