@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";

/* src/styles.css */
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: "Barlow-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Barlow-Medium"), url("./media/BarlowCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow-MediumItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Barlow-MediumItalic"), url("./media/BarlowCondensed-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Barlow-Bold"), url("./media/BarlowCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Barlow-SemiBold"), url("./media/BarlowCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Barlow-Regular"), url("./media/BarlowCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow-LightItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Barlow-LightItalic"), url("./media/BarlowCondensed-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Barlow-BoldItalic"), url("./media/BarlowCondensed-BoldItalic.ttf") format("truetype");
}
:root {
  --mh-primary: #006949;
  --mh-primary-mid: #06855e;
  --mh-primary-light: #90f7c7;
  --mh-primary-text: #005138;
  --mh-primary-gradient:
    linear-gradient(
      135deg,
      #006949 0%,
      #06855e 100%);
  --mh-bg-page: #faf8f4;
  --mh-bg-list: #ffffff;
  --mh-bg-card: #ffffff;
  --mh-bg-surface: #f1f3ff;
  --mh-bg-container: #e8eeff;
  --mh-bg-container-high: #e3e8f9;
  --mh-text-primary: #0f1a14;
  --mh-text-label: oklch(0.55 0.02 150);
  --mh-text-secondary: #3d4a41;
  --mh-text-muted: #bccabf;
  --mh-danger: #ba1a1a;
  --mh-danger-bg: #ffdad6;
  --mh-warning: #F59E0B;
  --mh-warning-bg: #FEF3C7;
  --mh-success: #006949;
  --mh-success-bg: #90f7c7;
  --mh-info: #3B82F6;
  --mh-info-bg: #EFF6FF;
  --mh-border: #bccabf;
  --mh-border-strong: #6d7a71;
  --mh-radius-sm: 8px;
  --mh-radius-md: 12px;
  --mh-radius-lg: 16px;
  --mh-radius-xl: 24px;
  --mh-radius-full: 9999px;
  --mh-bed-vacant: #90f7c7;
  --mh-bed-occupied: #ffdad6;
  --mh-bed-notice: #FEF3C7;
  --mh-bed-offline: #e8eeff;
}
:root {
  --p-primary-50: #f0fdf4;
  --p-primary-100: #dcfce7;
  --p-primary-200: #bbf7d0;
  --p-primary-300: #86efac;
  --p-primary-400: #4ade80;
  --p-primary-500: #1DB954;
  --p-primary-600: #16a34a;
  --p-primary-700: #15803d;
  --p-primary-800: #166534;
  --p-primary-900: #14532d;
  --p-primary-950: #052e16;
  --p-primary-color: #1DB954;
  --p-primary-hover-color: #15803D;
  --p-primary-active-color: #15803D;
  --p-primary-color-text: #ffffff;
}
:root {
  --p-surface-0: #ffffff;
  --p-surface-50: #F9FAFB;
  --p-surface-100: #F3F4F6;
  --p-surface-200: #E5E7EB;
  --p-surface-300: #D1D5DB;
  --p-surface-400: #9CA3AF;
  --p-surface-500: #6B7280;
  --p-surface-600: #4B5563;
  --p-surface-700: #374151;
  --p-surface-800: #1F2937;
  --p-surface-900: #111827;
  --p-surface-950: #030712;
  --p-content-background: #ffffff;
  --p-highlight-background: #DCFCE7;
  --p-highlight-color: #14532D;
  --p-highlight-focus-background: #bbf7d0;
  --p-highlight-focus-color: #14532D;
}
:root {
  --p-border-radius: 8px;
  --p-content-border-radius: 12px;
  --p-inputtext-border-radius: 12px;
  --p-textarea-border-radius: 12px;
  --p-select-border-radius: 12px;
  --p-multiselect-border-radius: 12px;
  --p-datepicker-border-radius: 12px;
  --p-inputnumber-border-radius: 12px;
  --p-inputmask-border-radius: 12px;
  --p-autocomplete-border-radius: 12px;
  --p-password-border-radius: 12px;
  --p-button-border-radius: 12px;
  --p-chip-border-radius: 9999px;
  --p-tag-border-radius: 9999px;
  --p-badge-border-radius: 9999px;
  --p-dialog-border-radius: 16px;
  --p-drawer-border-radius: 16px;
  --p-card-border-radius: 16px;
  --p-panel-border-radius: 12px;
  --p-overlay-select-border-radius: 12px;
  --p-overlay-multiselect-border-radius: 12px;
  --p-overlay-autocomplete-border-radius: 12px;
}
:root {
  --p-inputtext-background: #ffffff;
  --p-inputtext-disabled-background: #F3F4F6;
  --p-inputtext-filled-background: #F3F4F6;
  --p-inputtext-border-color: #E5E7EB;
  --p-inputtext-hover-border-color: #1DB954;
  --p-inputtext-focus-border-color: #1DB954;
  --p-inputtext-invalid-border-color: #EF4444;
  --p-inputtext-color: #111827;
  --p-inputtext-disabled-color: #9CA3AF;
  --p-inputtext-placeholder-color: #9CA3AF;
  --p-inputtext-shadow: none;
  --p-inputtext-padding-x: 1rem;
  --p-inputtext-padding-y: 0.875rem;
  --p-inputtext-font-size: 0.9375rem;
  --p-textarea-background: #ffffff;
  --p-textarea-border-color: #E5E7EB;
  --p-textarea-hover-border-color: #1DB954;
  --p-textarea-focus-border-color: #1DB954;
  --p-textarea-invalid-border-color: #EF4444;
  --p-textarea-color: #111827;
  --p-textarea-placeholder-color: #9CA3AF;
  --p-select-background: #ffffff;
  --p-select-disabled-background: #F3F4F6;
  --p-select-border-color: #E5E7EB;
  --p-select-hover-border-color: #1DB954;
  --p-select-focus-border-color: #1DB954;
  --p-select-invalid-border-color: #EF4444;
  --p-select-color: #111827;
  --p-select-placeholder-color: #9CA3AF;
  --p-select-padding-x: 0.875rem;
  --p-select-padding-y: 0.75rem;
  --p-multiselect-background: #ffffff;
  --p-multiselect-border-color: #E5E7EB;
  --p-multiselect-hover-border-color: #1DB954;
  --p-multiselect-focus-border-color: #1DB954;
  --p-multiselect-color: #111827;
  --p-multiselect-placeholder-color: #9CA3AF;
  --p-inputnumber-button-background: #F3F4F6;
  --p-inputnumber-button-hover-background: #E5E7EB;
  --p-inputnumber-button-color: #374151;
  --p-password-meter-background: #E5E7EB;
  --p-password-weak-color: #EF4444;
  --p-password-medium-color: #F59E0B;
  --p-password-strong-color: #1DB954;
  --p-inputotp-input-width: 3rem;
  --p-inputotp-input-height: 3rem;
  --p-inputotp-input-border-radius: 12px;
  --p-inputotp-input-font-size: 1.25rem;
}
:root {
  --p-button-primary-background: #1DB954;
  --p-button-primary-hover-background: #15803D;
  --p-button-primary-active-background: #15803D;
  --p-button-primary-border-color: #1DB954;
  --p-button-primary-hover-border-color: #15803D;
  --p-button-primary-color: #ffffff;
  --p-button-primary-hover-color: #ffffff;
  --p-button-secondary-background: #F3F4F6;
  --p-button-secondary-hover-background: #E5E7EB;
  --p-button-secondary-border-color: #E5E7EB;
  --p-button-secondary-color: #374151;
  --p-button-outlined-primary-border-color: #1DB954;
  --p-button-outlined-primary-color: #1DB954;
  --p-button-outlined-primary-hover-background: #DCFCE7;
  --p-button-danger-background: #EF4444;
  --p-button-danger-hover-background: #DC2626;
  --p-button-danger-color: #ffffff;
  --p-button-padding-x: 1.25rem;
  --p-button-padding-y: 0.75rem;
  --p-button-font-size: 0.9375rem;
  --p-button-font-weight: 600;
  --p-button-sm-padding-x: 0.875rem;
  --p-button-sm-padding-y: 0.5rem;
  --p-button-sm-font-size: 0.8125rem;
}
:root {
  --p-checkbox-border-color: #D1D5DB;
  --p-checkbox-hover-border-color: #1DB954;
  --p-checkbox-checked-background: #1DB954;
  --p-checkbox-checked-border-color: #1DB954;
  --p-checkbox-checked-color: #ffffff;
  --p-checkbox-border-radius: 4px;
  --p-checkbox-width: 18px;
  --p-checkbox-height: 18px;
  --p-radiobutton-border-color: #D1D5DB;
  --p-radiobutton-hover-border-color: #1DB954;
  --p-radiobutton-checked-background: #1DB954;
  --p-radiobutton-checked-border-color: #1DB954;
  --p-radiobutton-width: 18px;
  --p-radiobutton-height: 18px;
}
:root {
  --p-toggleswitch-background: #D1D5DB;
  --p-toggleswitch-checked-background: #1DB954;
  --p-toggleswitch-hover-background: #9CA3AF;
  --p-toggleswitch-checked-hover-background: #15803D;
  --p-toggleswitch-border-radius: 9999px;
  --p-toggleswitch-width: 2.75rem;
  --p-toggleswitch-height: 1.5rem;
  --p-toggleswitch-handle-background: #ffffff;
}
:root {
  --p-datepicker-background: #ffffff;
  --p-datepicker-border-color: #E5E7EB;
  --p-datepicker-color: #111827;
  --p-datepicker-header-background: #ffffff;
  --p-datepicker-header-color: #111827;
  --p-datepicker-today-background: #DCFCE7;
  --p-datepicker-today-color: #15803D;
  --p-datepicker-selected-background: #1DB954;
  --p-datepicker-selected-color: #ffffff;
  --p-datepicker-day-hover-background: #F3F4F6;
  --p-datepicker-navigation-button-hover-background: #F3F4F6;
}
:root {
  --p-datatable-header-background: #F9FAFB;
  --p-datatable-header-color: #374151;
  --p-datatable-header-cell-background: #F9FAFB;
  --p-datatable-header-cell-hover-background: #F3F4F6;
  --p-datatable-header-cell-color: #374151;
  --p-datatable-header-cell-font-weight: 600;
  --p-datatable-row-background: #ffffff;
  --p-datatable-row-hover-background: #F9FAFB;
  --p-datatable-row-color: #111827;
  --p-datatable-row-selected-background: #DCFCE7;
  --p-datatable-row-selected-color: #14532D;
  --p-datatable-border-color: #E5E7EB;
  --p-datatable-cell-padding-x: 0.875rem;
  --p-datatable-cell-padding-y: 0.75rem;
  --p-datatable-striped-row-background: #F9FAFB;
}
:root {
  --p-paginator-background: #ffffff;
  --p-paginator-border-color: #E5E7EB;
  --p-paginator-color: #374151;
  --p-paginator-page-background: transparent;
  --p-paginator-page-hover-background: #F3F4F6;
  --p-paginator-page-selected-background: #1DB954;
  --p-paginator-page-selected-color: #ffffff;
  --p-paginator-page-border-radius: 8px;
}
:root {
  --p-dialog-background: #ffffff;
  --p-dialog-border-color: #E5E7EB;
  --p-dialog-color: #111827;
  --p-dialog-header-background: #ffffff;
  --p-dialog-header-color: #111827;
  --p-dialog-header-padding: 1.25rem 1.5rem 1rem;
  --p-dialog-header-font-size: 1.0625rem;
  --p-dialog-header-font-weight: 600;
  --p-dialog-content-padding: 0 1.5rem 1.5rem;
  --p-dialog-footer-padding: 1rem 1.5rem 1.25rem;
  --p-dialog-footer-gap: 0.75rem;
  --p-drawer-background: #ffffff;
  --p-drawer-border-color: #E5E7EB;
  --p-drawer-header-background: #ffffff;
  --p-drawer-header-color: #111827;
  --p-drawer-content-padding: 0 1.25rem 1.25rem;
}
:root {
  --p-toast-border-radius: 12px;
  --p-toast-success-background: #DCFCE7;
  --p-toast-success-border-color: #1DB954;
  --p-toast-success-color: #14532D;
  --p-toast-error-background: #FEE2E2;
  --p-toast-error-border-color: #EF4444;
  --p-toast-error-color: #991B1B;
  --p-toast-warn-background: #FEF3C7;
  --p-toast-warn-border-color: #F59E0B;
  --p-toast-warn-color: #92400E;
  --p-toast-info-background: #EFF6FF;
  --p-toast-info-border-color: #3B82F6;
  --p-toast-info-color: #1E40AF;
  --p-toast-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}
:root {
  --p-tag-primary-background: #DCFCE7;
  --p-tag-primary-color: #14532D;
  --p-tag-success-background: #DCFCE7;
  --p-tag-success-color: #14532D;
  --p-tag-warn-background: #FEF3C7;
  --p-tag-warn-color: #92400E;
  --p-tag-danger-background: #FEE2E2;
  --p-tag-danger-color: #991B1B;
  --p-tag-info-background: #EFF6FF;
  --p-tag-info-color: #1E40AF;
  --p-tag-padding-x: 0.625rem;
  --p-tag-padding-y: 0.25rem;
  --p-tag-font-size: 0.75rem;
  --p-tag-font-weight: 600;
  --p-badge-primary-background: #1DB954;
  --p-badge-primary-color: #ffffff;
  --p-badge-danger-background: #EF4444;
  --p-badge-danger-color: #ffffff;
  --p-badge-warn-background: #F59E0B;
  --p-badge-warn-color: #ffffff;
}
:root {
  --p-progressbar-background: #E5E7EB;
  --p-progressbar-value-background: #1DB954;
  --p-progressbar-border-radius: 9999px;
  --p-progressbar-height: 8px;
  --p-progressspinner-color-1: #1DB954;
  --p-progressspinner-color-2: #15803D;
  --p-progressspinner-color-3: #1DB954;
  --p-progressspinner-color-4: #DCFCE7;
}
:root {
  --p-skeleton-background: #F3F4F6;
  --p-skeleton-animation-background: #E5E7EB;
  --p-skeleton-border-radius: 8px;
}
:root {
  --p-overlay-select-background: #ffffff;
  --p-overlay-select-border-color: #E5E7EB;
  --p-overlay-select-border-radius: 12px;
  --p-overlay-select-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --p-select-option-hover-background: #F3F4F6;
  --p-select-option-selected-background: #DCFCE7;
  --p-select-option-selected-color: #14532D;
  --p-select-option-color: #111827;
  --p-select-option-padding-x: 0.875rem;
  --p-select-option-padding-y: 0.625rem;
  --p-select-option-border-radius: 8px;
}
:root {
  --p-tabs-tab-active-color: #1DB954;
  --p-tabs-tab-active-border-color: #1DB954;
  --p-tabs-tab-color: #6B7280;
  --p-tabs-tab-hover-color: #374151;
  --p-tabs-nav-border-color: #E5E7EB;
  --p-tabs-active-bar-background: #1DB954;
  --p-tabs-active-bar-height: 2px;
}
:root {
  --p-stepper-step-active-background: #1DB954;
  --p-stepper-step-active-color: #ffffff;
  --p-stepper-step-background: #E5E7EB;
  --p-stepper-step-color: #6B7280;
  --p-stepper-connector-background: #E5E7EB;
  --p-stepper-connector-active-background: #1DB954;
}
:root {
  --p-fileupload-border-color: #E5E7EB;
  --p-fileupload-hover-border-color: #1DB954;
  --p-fileupload-background: #F9FAFB;
  --p-fileupload-border-radius: 12px;
}
:root {
  --p-focus-ring-color: #1DB954;
  --p-focus-ring-width: 2px;
  --p-focus-ring-offset: 2px;
  --p-focus-ring-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1DB954;
}
.p-datatable .p-datatable-thead > tr > th {
  background: #F9FAFB;
  color: #374151;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #E5E7EB;
  padding: 0.75rem 0.875rem;
}
.p-datatable .p-datatable-tbody > tr > td {
  padding: 0.75rem 0.875rem;
  font-size: 0.9375rem;
  color: #111827;
  border-bottom: 1px solid #F3F4F6;
}
.p-datatable .p-datatable-tbody > tr:hover > td {
  background: #F9FAFB;
}
.mh-bottom-form.p-dialog {
  border-radius: 20px 20px 0 0;
  margin: 0;
  max-height: 92vh;
  background: #FAF8F4;
}
.mh-bottom-form .p-dialog-header {
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid oklch(0.92 0.01 150);
  padding: 1.25rem 1.5rem 1rem;
  background: #FAF8F4;
}
.mh-bottom-form .p-dialog-header-title {
  font-family:
    "Inter Tight",
    Inter,
    system-ui,
    sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0F1A14;
  letter-spacing: -0.015em;
}
.mh-bottom-form .p-dialog-content {
  background: #FAF8F4;
  padding: 1.25rem 1.5rem 0.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mh-bottom-form .p-dialog-footer {
  background: #FAF8F4;
  border-top: none;
  padding: 0.75rem 1.5rem 1.75rem;
}
.mh-bottom-form .p-dialog-header::before {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  background: oklch(0.85 0.01 150);
  border-radius: 9999px;
  margin: 0 auto 0.875rem;
}
.mh-tree-overlay.p-dialog {
  border-radius: 16px;
  max-height: 80vh;
  width: min(calc(100vw - 2rem), 380px) !important;
  background: #FAF8F4;
}
.mh-tree-overlay .p-dialog-header {
  background: #FAF8F4;
  border-bottom: 1px solid oklch(0.92 0.01 150);
  padding: 1.125rem 1.5rem 0.875rem;
  border-radius: 16px 16px 0 0;
}
.mh-tree-overlay .p-dialog-header-title {
  font-family:
    "Inter Tight",
    Inter,
    system-ui,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0F1A14;
  letter-spacing: -0.015em;
}
.mh-tree-overlay .p-dialog-content {
  background: #FAF8F4;
  padding: 1.125rem 1.5rem 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.p-paginator .p-paginator-page.p-paginator-page-selected {
  background: #1DB954;
  color: #ffffff;
  border-radius: 8px;
}
.p-select-overlay .p-select-option.p-select-option-selected {
  background: #DCFCE7;
  color: #14532D;
  font-weight: 500;
}
.p-floatlabel:has(input:focus) label,
.p-floatlabel:has(input:not(:placeholder-shown)) label {
  color: #1DB954;
}
.p-checkbox.p-checkbox-checked .p-checkbox-box {
  background: #1DB954;
  border-color: #1DB954;
}
.p-toggleswitch.p-toggleswitch-checked .p-toggleswitch-slider {
  background: #1DB954;
}
.p-inputotp .p-inputotp-input {
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 12px;
  border: 2px solid #E5E7EB;
  text-align: center;
}
.p-inputotp .p-inputotp-input:focus {
  border-color: #1DB954;
  box-shadow: 0 0 0 3px #DCFCE7;
}
.p-progressbar .p-progressbar-value {
  background: #1DB954;
  border-radius: 9999px;
}
.p-skeleton {
  background: #F3F4F6;
  border-radius: 8px;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #F9FAFB;
}
::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1DB954;
}
.mh-bed-vacant {
  background: var(--mh-bed-vacant);
  color: #15803D;
  font-weight: 600;
}
.mh-bed-occupied {
  background: var(--mh-bed-occupied);
  color: #B91C1C;
  font-weight: 600;
}
.mh-bed-notice {
  background: var(--mh-bed-notice);
  color: #B45309;
  font-weight: 600;
}
.mh-bed-offline {
  background: var(--mh-bed-offline);
  color: #6B7280;
  font-weight: 600;
}
.mh-badge-success {
  background: var(--mh-success-bg);
  color: var(--mh-success);
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.mh-badge-danger {
  background: var(--mh-danger-bg);
  color: var(--mh-danger);
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.mh-badge-warning {
  background: var(--mh-warning-bg);
  color: var(--mh-warning);
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.mh-badge-info {
  background: var(--mh-info-bg);
  color: var(--mh-info);
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.mh-kpi-card {
  background: var(--mh-bg-card);
  border: 1px solid var(--mh-border);
  border-radius: var(--mh-radius-md);
  padding: 1rem;
}
.mh-kpi-label {
  font-size: 0.75rem;
  color: var(--mh-text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}
.mh-kpi-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--mh-text-primary);
  line-height: 1.2;
}
.mh-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mh-primary-light);
  color: var(--mh-primary-text);
  font-weight: 700;
  font-size: 0.8125rem;
  border-radius: 9999px;
  flex-shrink: 0;
}
.mh-avatar-sm {
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
}
.mh-avatar-md {
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
}
.mh-avatar-lg {
  width: 52px;
  height: 52px;
  font-size: 1rem;
}
.mh-section-heading {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mh-text-muted);
  margin-bottom: 0.5rem;
}
.mh-card {
  background: var(--mh-bg-card);
  border: 1px solid var(--mh-border);
  border-radius: var(--mh-radius-md);
  padding: 1rem;
}
.mh-btn-primary {
  width: 100%;
  background: var(--mh-primary);
  color: #ffffff;
  border: none;
  border-radius: var(--mh-radius-md);
  padding: 0.875rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.mh-btn-primary:hover {
  background: var(--mh-primary-dark);
}
.mh-btn-primary:disabled {
  background: #9CA3AF;
  cursor: not-allowed;
}
.mh-btn-whatsapp {
  background: #25D366;
  color: #ffffff;
  border: none;
  border-radius: var(--mh-radius-sm);
  padding: 0.375rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.mh-btn-whatsapp:hover {
  background: #1ebe57;
}
.mh-btn-outline {
  background: transparent;
  color: var(--mh-primary);
  border: 1.5px solid var(--mh-primary);
  border-radius: var(--mh-radius-sm);
  padding: 0.375rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.mh-btn-outline:hover {
  background: var(--mh-primary-light);
}
.mh-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--mh-text-secondary);
  margin-bottom: 0.375rem;
}
.mh-error {
  font-size: 0.75rem;
  color: var(--mh-danger);
  margin-top: 0.25rem;
}
.mh-divider {
  border: none;
  border-top: 1px solid var(--mh-border);
  margin: 1rem 0;
}
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-100px\] {
    top: -100px;
  }
  .right-\[-100px\] {
    right: -100px;
  }
  .bottom-\[-50px\] {
    bottom: -50px;
  }
  .left-\[-50px\] {
    left: -50px;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-20 {
    z-index: calc(20 * -1);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-1\/2 {
    height: calc(1 / 2 * 100%);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[390px\] {
    width: 390px;
  }
  .w-full {
    width: 100%;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-\[60px\] {
    --tw-blur: blur(60px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[80px\] {
    --tw-blur: blur(80px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-within\:ring-2 {
    &:focus-within {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .active\:scale-\[0\.98\] {
    &:active {
      scale: 0.98;
    }
  }
}
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: var(--mh-bg-page);
  color: var(--mh-text-primary);
  font-family:
    "Inter",
    "Barlow-Regular",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  color: var(--mh-text-primary);
  line-height: 1.3;
}
p {
  margin: 0;
}
a {
  color: var(--mh-primary);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--mh-primary-dark);
  text-decoration: underline;
}
label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--mh-text-secondary);
}
*:focus-visible {
  outline: 2px solid var(--mh-primary);
  outline-offset: 2px;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-track {
  background: var(--mh-bg-page);
}
*::-webkit-scrollbar-thumb {
  background: var(--mh-border-strong);
  border-radius: 9999px;
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--mh-primary);
}
*[routerLink] {
  cursor: pointer;
}
.mh-app-shell {
  display: flex;
  height: 100vh;
  overflow: hidden;
}
.mh-sidebar {
  display: none;
  width: 240px;
  flex-shrink: 0;
  height: 100vh;
  background: var(--mh-bg-card);
  border-right: 1px solid var(--mh-border);
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (min-width: 1280px) {
  .mh-sidebar {
    display: flex;
    flex-direction: column;
  }
}
.mh-content {
  flex: 1;
  overflow-y: auto;
  background: var(--mh-bg-page);
  min-height: 100vh;
  margin-left: 0;
}
@media (min-width: 1280px) {
  .mh-content {
    margin-left: 240px;
  }
}
.mh-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: var(--mh-bg-card);
  border-top: 1px solid var(--mh-border);
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 100;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (min-width: 1280px) {
  .mh-bottom-nav {
    display: none;
  }
}
.mh-page {
  padding: 1rem 1rem 80px;
}
@media (min-width: 768px) {
  .mh-page {
    padding: 1.5rem 1.5rem 80px;
  }
}
@media (min-width: 1280px) {
  .mh-page {
    padding: 2rem 2.5rem;
  }
}
.mh-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.mh-page-title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--mh-text-primary);
}
.mh-page-subtitle {
  font-size: 0.8125rem;
  color: var(--mh-text-muted);
  margin-top: 2px;
}
.mh-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .mh-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .mh-stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.mh-room-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .mh-room-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .mh-room-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.mh-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .mh-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mh-form-grid .mh-col-full {
  grid-column: 1 / -1;
}
.mh-col-xs {
  min-width: 80px;
}
.mh-col-sm {
  min-width: 120px;
}
.mh-col-md {
  min-width: 160px;
}
.mh-col-lg {
  min-width: 220px;
}
.mh-col-xl {
  min-width: 300px;
}
.mh-col-num {
  min-width: 100px;
  text-align: right;
}
.mh-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 1;
  padding: 6px 4px;
  color: var(--mh-text-muted);
  font-size: 0.6875rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.15s;
  text-decoration: none;
}
.mh-nav-item:hover {
  color: var(--mh-text-secondary);
  text-decoration: none;
}
.mh-nav-item.active {
  color: var(--mh-primary);
}
.mh-nav-item .mh-nav-icon {
  font-size: 1.375rem;
  line-height: 1;
}
.mh-sidebar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.75rem 1.25rem;
  color: var(--mh-text-secondary);
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: var(--mh-radius-sm);
  margin: 2px 0.5rem;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.mh-sidebar-item:hover {
  background: var(--mh-bg-surface);
  color: var(--mh-text-primary);
  text-decoration: none;
}
.mh-sidebar-item.active {
  background: var(--mh-primary-light);
  color: var(--mh-primary-dark);
  font-weight: 600;
}
.mh-sidebar-item .mh-nav-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.mh-loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.mh-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  text-align: center;
  color: var(--mh-text-muted);
}
.mh-empty-state .mh-empty-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.mh-empty-state .mh-empty-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--mh-text-secondary);
  margin-bottom: 0.375rem;
}
.mh-empty-state .mh-empty-subtitle {
  font-size: 0.875rem;
  color: var(--mh-text-muted);
}
.mh-fab {
  position: fixed;
  bottom: calc(64px + 16px);
  right: 1.25rem;
  width: 52px;
  height: 52px;
  background: var(--mh-primary);
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(29, 185, 84, 0.35);
  transition: background 0.15s, transform 0.15s;
  z-index: 90;
}
.mh-fab:hover {
  background: var(--mh-primary-dark);
  transform: scale(1.05);
}
@media (min-width: 1280px) {
  .mh-fab {
    bottom: 2rem;
  }
}
.mh-chips-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 1rem;
  scrollbar-width: none;
}
.mh-chips-row::-webkit-scrollbar {
  display: none;
}
.mh-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  border: 1.5px solid var(--mh-border);
  background: var(--mh-bg-card);
  color: var(--mh-text-secondary);
  transition: all 0.15s;
}
.mh-chip:hover {
  border-color: var(--mh-primary);
  color: var(--mh-primary);
}
.mh-chip.active {
  background: var(--mh-primary);
  border-color: var(--mh-primary);
  color: #ffffff;
}
.mh-divider-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0;
  color: var(--mh-text-muted);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mh-divider-label::before,
.mh-divider-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--mh-border);
}
.mh-section-heading {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mh-text-muted);
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.mh-section-heading:first-child {
  margin-top: 0;
}
.mh-skeleton-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--mh-border);
}
@keyframes mh-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mh-fade-in {
  animation: mh-fade-in 0.2s ease-out both;
}
@media print {
  .mh-bottom-nav,
  .mh-sidebar,
  .mh-fab {
    display: none !important;
  }
  .mh-content {
    margin-left: 0 !important;
  }
}
html.ios {
  --ion-default-font:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Roboto",
    sans-serif;
}
html.md {
  --ion-default-font:
    "Roboto",
    "Helvetica Neue",
    sans-serif;
}
html {
  --ion-default-dynamic-font: -apple-system-body;
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type {
  padding-top: 6px;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
html.ios ion-modal ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  z-index: 0;
}
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden {
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid,
html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0, 0, 0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
  overflow-y: hidden;
}
.menu-content-open ion-content {
  --overflow: hidden;
}
.menu-content-open .ion-content-scroll-host {
  overflow: hidden;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, .08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, .08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    transition: none !important;
  }
}
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
.popover-viewport:has(> ion-content) {
  overflow: hidden;
}
@supports not selector(:has(> ion-content)) {
  .popover-viewport {
    overflow: hidden;
  }
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html:not(.hydrated) body {
  display: none;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
html {
  font-family: var(--ion-font-family);
}
@supports (-webkit-touch-callout: none) {
  html {
    font: var(--ion-dynamic-font, 16px var(--ion-font-family));
  }
}
a {
  background-color: transparent;
  color: var(--ion-color-primary, #3880ff);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 1.625rem;
}
h2 {
  margin-top: 18px;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
body {
  font-family:
    "Inter",
    "Barlow-Regular",
    Arial,
    Helvetica,
    sans-serif;
  background-color: #d6d0c8;
  color: var(--mh-text-primary);
  margin: 0;
  display: flex;
  justify-content: center;
  min-height: 100dvh;
}
app-root {
  width: 100%;
  max-width: 430px;
  min-height: 100dvh;
  position: relative;
  background-color: var(--mh-bg-page);
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.18);
  overflow-x: hidden;
}
.p-toast {
  width: max-content !important;
  min-width: 220px !important;
  max-width: min(calc(100vw - 2rem), 380px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.p-toast .p-toast-message {
  font-size: 0.8125rem !important;
  padding: 0.65rem 0.875rem !important;
  border-radius: 10px !important;
}
.p-toast .p-toast-message-icon {
  font-size: 1rem !important;
  width: 1rem !important;
  height: 1rem !important;
  flex-shrink: 0 !important;
}
.p-toast .p-toast-summary {
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}
.p-toast .p-toast-detail {
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
  margin-top: 0.1rem !important;
  white-space: nowrap !important;
}
.p-toast .p-toast-message-content {
  gap: 0.5rem !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}
.p-toast .p-toast-close-button {
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0 !important;
}
@media (min-width: 391px) {
  .p-toast {
    min-width: 260px !important;
    max-width: min(calc(100vw - 3rem), 420px) !important;
  }
  .p-toast .p-toast-message {
    font-size: 0.875rem !important;
    padding: 0.75rem 1rem !important;
  }
  .p-toast .p-toast-summary {
    font-size: 0.875rem !important;
  }
  .p-toast .p-toast-detail {
    font-size: 0.8125rem !important;
    white-space: normal !important;
  }
}
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-gradient-position { syntax: "*"; inherits: false; }
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
