/* ../../../../../tmp/tmp-41766-6k57foWBN3GY/ehgzli/ehgzli/public/scss/ehgzli-web.bundle.css */
.ehgzli-page,
.ehgzli-portal,
.ehgzli-hero,
.ehgzli-section {
  --ehgzli-sp-1: 5px;
  --ehgzli-sp-2: 8px;
  --ehgzli-sp-3: 13px;
  --ehgzli-sp-4: 21px;
  --ehgzli-sp-5: 34px;
  --ehgzli-sp-6: 55px;
  --ehgzli-sp-7: 89px;
  --ehgzli-w-text: 65ch;
  --ehgzli-w-aside: 40ch;
  --ehgzli-w-form: 26rem;
  font-family: var(--font-stack);
  color: var(--text-color);
  line-height: var(--line-height-normal, 1.618);
}
.ehgzli-hero {
  background: linear-gradient(-135deg, var(--blue-500) 0%, var(--blue-700) 100%);
  color: var(--white, #fff);
  text-align: center;
  padding: var(--ehgzli-sp-7) var(--ehgzli-sp-4);
}
.ehgzli-hero h1 {
  font-size: var(--text-8xl);
  line-height: 1.1;
  margin: 0 0 var(--ehgzli-sp-3) 0;
  font-weight: var(--weight-bold);
}
.ehgzli-hero .ehgzli-tagline {
  font-size: var(--text-xl);
  opacity: 0.9;
  margin-bottom: var(--ehgzli-sp-5);
  max-width: var(--ehgzli-w-text);
  margin-right: auto;
  margin-left: auto;
}
.ehgzli-hero .ehgzli-cta {
  display: inline-block;
  padding: var(--ehgzli-sp-3) var(--ehgzli-sp-5);
  font-size: var(--text-lg);
  background: var(--white, #fff);
  color: var(--blue-700);
  border-radius: var(--border-radius-md, 6px);
  text-decoration: none;
  font-weight: var(--weight-semibold);
  transition: transform 0.2s;
}
.ehgzli-hero .ehgzli-cta:hover {
  transform: translateY(-1px);
  text-decoration: none;
}
.ehgzli-features {
  max-width: calc(var(--ehgzli-w-text) * 1.618);
  margin: var(--ehgzli-sp-6) auto;
  padding: 0 var(--ehgzli-sp-4);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--ehgzli-sp-5);
}
.ehgzli-feature {
  text-align: center;
}
.ehgzli-feature .ehgzli-icon {
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 auto var(--ehgzli-sp-3);
  color: var(--blue-600);
}
.ehgzli-feature h3 {
  font-size: var(--text-xl);
  margin: var(--ehgzli-sp-2) 0;
  font-weight: var(--weight-semibold);
}
.ehgzli-feature p {
  color: var(--text-muted);
  font-size: var(--text-base);
  line-height: 1.5;
  max-width: var(--ehgzli-w-aside);
  margin: 0 auto;
}
.ehgzli-portal {
  max-width: calc(var(--ehgzli-w-text) * 1.272);
  margin: var(--ehgzli-sp-5) auto;
  padding: var(--ehgzli-sp-4);
}
.ehgzli-portal h1 {
  font-size: var(--text-4xl);
  margin-bottom: var(--ehgzli-sp-2);
  font-weight: var(--weight-semibold);
}
.ehgzli-portal .ehgzli-subtitle {
  color: var(--text-muted);
  margin-bottom: var(--ehgzli-sp-5);
  font-size: var(--text-base);
}
.ehgzli-portal .ehgzli-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--ehgzli-sp-3);
}
.ehgzli-portal .ehgzli-tile {
  display: block;
  background: var(--fg-color, #fff);
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-md, 8px);
  padding: var(--ehgzli-sp-4);
  text-decoration: none;
  color: var(--text-color);
  transition: border-color 0.2s, transform 0.2s;
}
.ehgzli-portal .ehgzli-tile:hover {
  border-color: var(--blue-500);
  transform: translateY(-2px);
  text-decoration: none;
}
.ehgzli-portal .ehgzli-tile .ehgzli-tile-icon {
  width: 28px;
  height: 28px;
  color: var(--blue-600);
  margin-bottom: var(--ehgzli-sp-2);
}
.ehgzli-portal .ehgzli-tile .ehgzli-tile-title {
  font-weight: var(--weight-semibold);
  font-size: var(--text-lg);
  margin-bottom: var(--ehgzli-sp-1);
}
.ehgzli-portal .ehgzli-tile .ehgzli-tile-sub {
  color: var(--text-muted);
  font-size: var(--text-xs);
}
.ehgzli-longform {
  max-width: var(--ehgzli-w-text);
  margin: var(--ehgzli-sp-6) auto;
  padding: var(--ehgzli-sp-4);
  line-height: 1.618;
}
.ehgzli-longform h1 {
  font-size: var(--text-5xl);
  margin-bottom: var(--ehgzli-sp-4);
}
.ehgzli-longform h2 {
  font-size: var(--text-2xl);
  margin: var(--ehgzli-sp-5) 0 var(--ehgzli-sp-3);
}
.ehgzli-longform p {
  margin-bottom: var(--ehgzli-sp-3);
}
.ehgzli-longform ul,
.ehgzli-longform ol {
  margin-bottom: var(--ehgzli-sp-3);
  padding-right: var(--ehgzli-sp-4);
}
.ehgzli-pricing-grid {
  max-width: calc(var(--ehgzli-w-text) * 1.618);
  margin: var(--ehgzli-sp-6) auto;
  padding: 0 var(--ehgzli-sp-4);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--ehgzli-sp-4);
}
.ehgzli-pricing-card {
  background: var(--fg-color, #fff);
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-lg, 10px);
  padding: var(--ehgzli-sp-5);
  text-align: center;
}
.ehgzli-pricing-card.ehgzli-pricing-featured {
  border-color: var(--blue-500);
  border-width: 2px;
  transform: scale(1.034);
}
.ehgzli-pricing-card .ehgzli-price-name {
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
}
.ehgzli-pricing-card .ehgzli-price-amt {
  font-size: var(--text-7xl);
  margin: var(--ehgzli-sp-3) 0;
}
.ehgzli-pricing-card .ehgzli-price-unit {
  color: var(--text-muted);
  font-size: var(--text-sm);
}
.ehgzli-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: var(--ehgzli-sp-4) 0 0;
  text-align: right;
}
.ehgzli-pricing-card li {
  padding: var(--ehgzli-sp-1) 0;
  color: var(--text-color);
  font-size: var(--text-base);
}
.ehgzli-directory {
  max-width: calc(var(--ehgzli-w-text) * 1.618);
  margin: var(--ehgzli-sp-6) auto;
  padding: 0 var(--ehgzli-sp-4);
}
.ehgzli-directory .ehgzli-dir-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--ehgzli-sp-3);
}
.ehgzli-directory .ehgzli-dir-card {
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-md, 8px);
  padding: var(--ehgzli-sp-4);
  background: var(--fg-color, #fff);
}
.ehgzli-directory .ehgzli-dir-card h3 {
  font-size: var(--text-lg);
  margin: 0 0 var(--ehgzli-sp-1);
}
.ehgzli-directory .ehgzli-dir-card .ehgzli-dir-meta {
  color: var(--text-muted);
  font-size: var(--text-sm);
}
.ehgzli-kiosk {
  min-height: 100vh;
  background: var(--bg-color, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ehgzli-sp-4);
}
.ehgzli-kiosk .ehgzli-kiosk-panel {
  max-width: var(--ehgzli-w-form);
  width: 100%;
  padding: var(--ehgzli-sp-6);
  background: var(--fg-color, #fff);
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-lg, 10px);
  text-align: center;
}
.ehgzli-kiosk h1 {
  font-size: var(--text-6xl);
  margin-bottom: var(--ehgzli-sp-4);
}
@media (prefers-reduced-motion: reduce) {
  .ehgzli-hero .ehgzli-cta,
  .ehgzli-portal .ehgzli-tile {
    transition: none;
  }
}
[dir=rtl] .ehgzli-portal .ehgzli-tile-sub,
[dir=rtl] .ehgzli-feature p,
[dir=rtl] .ehgzli-longform {
  text-align: left;
}
.ehgzli-form {
  max-width: var(--ehgzli-w-form);
  margin: 0 auto;
}
.ehgzli-input {
  width: 100%;
  padding: var(--ehgzli-sp-2) var(--ehgzli-sp-3);
  font-size: var(--text-base);
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-md, 6px);
  background: var(--fg-color, #fff);
  color: var(--text-color);
}
.ehgzli-input:focus {
  outline: 2px solid var(--blue-500);
  outline-offset: 1px;
  border-color: var(--blue-500);
}
.ehgzli-caption {
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin: var(--ehgzli-sp-3) 0 0 0;
}
.ehgzli-error {
  color: var(--red-600);
  font-size: var(--text-2xl);
  margin-bottom: var(--ehgzli-sp-4);
}
.ehgzli-embed-book {
  max-width: var(--ehgzli-w-form);
  margin: var(--ehgzli-sp-4) auto;
  padding: var(--ehgzli-sp-4);
}
.ehgzli-feedback {
  margin-top: var(--ehgzli-sp-3);
  font-size: var(--text-sm);
  padding: var(--ehgzli-sp-2) var(--ehgzli-sp-3);
  border-radius: var(--border-radius-md, 6px);
}
.ehgzli-feedback-ok {
  background: var(--green-50);
  color: var(--green-700);
}
.ehgzli-feedback-error {
  background: var(--red-50);
  color: var(--red-700);
}
.ehgzli-portal-inner {
  max-width: calc(var(--ehgzli-w-text) * 1.272);
  margin: var(--ehgzli-sp-5) auto;
  padding: var(--ehgzli-sp-4);
}
.ehgzli-portal-inner .back {
  color: var(--text-muted);
  text-decoration: none;
  font-size: var(--text-sm);
}
.ehgzli-portal-inner h1 {
  font-size: var(--text-4xl);
  margin: var(--ehgzli-sp-3) 0;
}
.ehgzli-portal-inner table {
  width: 100%;
  border-collapse: collapse;
  margin-top: var(--ehgzli-sp-4);
}
.ehgzli-portal-inner th,
.ehgzli-portal-inner td {
  padding: var(--ehgzli-sp-2) var(--ehgzli-sp-3);
  border-bottom: 1px solid var(--gray-200);
  text-align: right;
}
.ehgzli-portal-inner th {
  background: var(--gray-50);
  font-weight: var(--weight-semibold);
}
.ehgzli-portal-inner .empty {
  color: var(--text-muted);
  padding: var(--ehgzli-sp-4);
  background: var(--gray-50);
  border-radius: var(--border-radius-md);
}
.ehgzli-portal-inner .entry {
  padding: var(--ehgzli-sp-3) 0;
  border-bottom: 1px solid var(--gray-200);
}
.ehgzli-portal-inner .type {
  display: inline-block;
  padding: var(--ehgzli-sp-1) var(--ehgzli-sp-2);
  font-size: var(--text-xs);
  background: var(--blue-50);
  color: var(--blue-700);
  border-radius: var(--border-radius-sm, 4px);
  margin-left: var(--ehgzli-sp-2);
}
.ehgzli-portal-inner .amount {
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.ehgzli-portal-inner .status-Paid {
  color: var(--green-700);
}
.ehgzli-portal-inner .status-Overdue {
  color: var(--red-600);
}
.ehgzli-portal-inner .fallback {
  padding: var(--ehgzli-sp-4);
  background: var(--yellow-50, #fffbe4);
  color: var(--text-muted);
  border-radius: var(--border-radius-md);
}
.ehgzli-portal-inner .fallback a {
  color: var(--blue-700);
  font-weight: var(--weight-semibold);
}
.ehgzli-portal-inner #jitsi-container {
  width: 100%;
  height: 75vh;
  background: var(--gray-900);
  border-radius: var(--border-radius-md);
}
.ehgzli-tv {
  background: var(--gray-900);
  color: var(--white, #fff);
  min-height: 100vh;
  padding: var(--ehgzli-sp-6);
}
.ehgzli-tv .ehgzli-tv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--ehgzli-sp-6);
  border-bottom: 2px solid var(--gray-700);
  padding-bottom: var(--ehgzli-sp-3);
}
.ehgzli-tv .ehgzli-tv-branch {
  font-size: var(--text-9xl);
  font-weight: var(--weight-bold);
}
.ehgzli-tv .ehgzli-tv-time {
  font-size: var(--text-7xl);
  color: var(--blue-300);
}
.ehgzli-copilot {
  padding: var(--ehgzli-sp-4);
  max-width: calc(var(--ehgzli-w-text) * 1.618);
  margin: 0 auto;
}
.ehgzli-copilot-header {
  display: flex;
  align-items: center;
  gap: var(--ehgzli-sp-3);
  margin-bottom: var(--ehgzli-sp-5);
  flex-wrap: wrap;
}
.ehgzli-copilot-header h2 {
  margin: 0;
  font-size: var(--text-3xl);
  font-weight: var(--weight-semibold);
}
.ehgzli-copilot-header .ehgzli-copilot-sub {
  flex: 1 1 60%;
  min-width: 240px;
  font-size: var(--text-base);
}
.ehgzli-copilot-header .ehgzli-copilot-refresh {
  flex-shrink: 0;
}
.ehgzli-copilot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--ehgzli-sp-4);
}
.ehgzli-copilot-card {
  background: var(--fg-color, #fff);
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-lg, 10px);
  padding: var(--ehgzli-sp-4);
}
.ehgzli-copilot-card h3 {
  display: flex;
  align-items: center;
  gap: var(--ehgzli-sp-2);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  margin: 0 0 var(--ehgzli-sp-3);
}
.ehgzli-copilot-icon {
  width: 21px;
  height: 21px;
  color: var(--blue-600);
}
.ehgzli-copilot-body {
  font-size: var(--text-base);
  line-height: 1.5;
}
.ehgzli-copilot-row {
  padding: var(--ehgzli-sp-2) 0;
  border-bottom: 1px solid var(--gray-200);
}
.ehgzli-copilot-row:last-child {
  border-bottom: none;
}
.ehgzli-copilot-row .badge {
  margin-right: var(--ehgzli-sp-1);
  font-variant-numeric: tabular-nums;
}
.ehgzli-status {
  max-width: var(--ehgzli-w-text);
  margin: var(--ehgzli-sp-5) auto;
  padding: var(--ehgzli-sp-4);
}
.ehgzli-status h1 {
  font-size: var(--text-4xl);
  margin-bottom: var(--ehgzli-sp-4);
}
.ehgzli-status .ehgzli-status-banner {
  padding: var(--ehgzli-sp-3) var(--ehgzli-sp-4);
  border-radius: var(--border-radius-md, 6px);
  margin-bottom: var(--ehgzli-sp-4);
  font-size: var(--text-lg);
}
.ehgzli-status .ehgzli-status-ok {
  background: var(--green-50);
  color: var(--green-700);
  border-right: 3px solid var(--green-500);
}
.ehgzli-status .ehgzli-status-degraded {
  background: var(--yellow-50, #fffbe4);
  color: var(--orange-700);
  border-right: 3px solid var(--orange-500);
}
.ehgzli-status .ehgzli-status-unknown {
  background: var(--gray-50);
  color: var(--gray-700);
  border-right: 3px solid var(--gray-400);
}
.ehgzli-status .ehgzli-status-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: var(--ehgzli-sp-4);
}
.ehgzli-status .ehgzli-status-table th,
.ehgzli-status .ehgzli-status-table td {
  padding: var(--ehgzli-sp-2) var(--ehgzli-sp-3);
  border-bottom: 1px solid var(--gray-200);
  text-align: right;
}
.ehgzli-status .ehgzli-status-table th {
  background: var(--gray-50);
  font-weight: var(--weight-semibold);
}
:root {
  --ehgzli_brand_primary_50: var(--ehgzli_brand_primary_50, #E6F5F4);
  --ehgzli_brand_primary_100: var(--ehgzli_brand_primary_100, #C2E6E3);
  --ehgzli_brand_primary_500: var(--ehgzli_brand_primary_500, #0B5D6E);
  --ehgzli_brand_primary_700: var(--ehgzli_brand_primary_700, #063540);
  --ehgzli_space_xs: var(--ehgzli_space_xs, 8px);
  --ehgzli_space_sm: var(--ehgzli_space_sm, 13px);
  --ehgzli_space_md: var(--ehgzli_space_md, 21px);
  --ehgzli_space_lg: var(--ehgzli_space_lg, 34px);
  --ehgzli_space_xl: var(--ehgzli_space_xl, 55px);
  --ehgzli_size_md: var(--ehgzli_size_md, 16px);
  --ehgzli_size_lg: var(--ehgzli_size_lg, 20px);
  --ehgzli_size_xl: var(--ehgzli_size_xl, 26px);
  --ehgzli_size_2xl: var(--ehgzli_size_2xl, 42px);
  --ehgzli_size_3xl: var(--ehgzli_size_3xl, 68px);
  --ehgzli_radius_md: var(--ehgzli_radius_md, 4px);
  --ehgzli_radius_lg: var(--ehgzli_radius_lg, 8px);
  --ehgzli_radius_full: var(--ehgzli_radius_full, 9999px);
  --ehgzli_motion_fast: var(--ehgzli_motion_fast, 100ms);
  --ehgzli_motion_medium: var(--ehgzli_motion_medium, 162ms);
  --ehgzli_motion_slow: var(--ehgzli_motion_slow, 262ms);
  --ehgzli-ease: cubic-bezier(0.4, 0, 0.2, 1);
}
[data-theme=dark],
[color-scheme=dark] {
  --ehgzli_brand_primary_50: #0B2D2C;
  --ehgzli_brand_primary_100: #0F3D3B;
  --ehgzli_brand_primary_500: #2BA398;
  --ehgzli_brand_primary_700: #54CDBC;
}
.ehgzli-page,
.ehgzli-portal {
  --ehgzli-text-on-bg: #1a1a1a;
  --ehgzli-link: #00564f;
  --ehgzli-link-visited: #5a2580;
  --ehgzli-error: #b91c1c;
  --ehgzli-success: #047857;
  --ehgzli-focus-ring: #0d9488;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-contrast: more) {
  .ehgzli-page,
  .ehgzli-portal {
    --ehgzli-text-on-bg: #000000;
    --ehgzli-link: #003633;
    --ehgzli-error: #7f1d1d;
    --ehgzli-border-color: #000000;
  }
  .ehgzli-page .btn,
  .ehgzli-page .form-control,
  .ehgzli-portal .btn,
  .ehgzli-portal .form-control {
    border: 2px solid #000000;
  }
}
.ehgzli-page a:focus-visible,
.ehgzli-page button:focus-visible,
.ehgzli-page [role=button]:focus-visible,
.ehgzli-page [role=link]:focus-visible,
.ehgzli-page input[type=button]:focus-visible,
.ehgzli-page input[type=submit]:focus-visible,
.ehgzli-portal a:focus-visible,
.ehgzli-portal button:focus-visible,
.ehgzli-portal [role=button]:focus-visible,
.ehgzli-portal [role=link]:focus-visible,
.ehgzli-portal input[type=button]:focus-visible,
.ehgzli-portal input[type=submit]:focus-visible {
  outline: 3px solid var(--ehgzli-focus-ring, #0d9488);
  outline-offset: 2px;
  scroll-margin-top: 80px;
}
.ehgzli-page .btn,
.ehgzli-page .cta-button,
.ehgzli-page .touch-target,
.ehgzli-portal .btn,
.ehgzli-portal .cta-button,
.ehgzli-portal .touch-target {
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ehgzli-skip-link {
  position: absolute;
  right: -9999px;
  top: 0;
  z-index: 9999;
  padding: 8px 16px;
  background: #000;
  color: #fff;
}
.ehgzli-skip-link:focus {
  right: 8px;
  top: 8px;
}
.ehgzli-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ehgzli-slot-grid .ehgzli-slot-chip {
  min-width: 72px;
  font-variant-numeric: tabular-nums;
}
.ehgzli-slot-grid .ehgzli-slot-chip.disabled {
  text-decoration: line-through;
  opacity: 0.55;
}
.ehgzli-ped-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  margin-top: 8px;
}
.ehgzli-ped-card {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--bg-color);
}
.ehgzli-ped-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-color);
}
.ehgzli-ped-body table {
  margin-bottom: 0;
  font-size: 12px;
}
.ehgzli-ped-body dl {
  margin: 0;
  display: grid;
  grid-template-columns: max-content auto;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 2px;
}
.ehgzli-ped-body dt {
  color: var(--text-muted);
  font-weight: 500;
}
.ehgzli-ped-body ul {
  padding-right: 18px;
  margin-bottom: 0;
}
/*# sourceMappingURL=ehgzli-web.bundle.PLC6DAV7.css.map */
