:root {
    --dh-primary: #f1bc16;
    --dh-primary-dark: #c99500;
    --dh-primary-soft: #fff2bf;
    --dh-ink: #15202b;
    --dh-ink-soft: #5d6773;
    --dh-surface: #ffffff;
    --dh-surface-alt: #f6f1e7;
    --dh-surface-soft: #eef3f7;
    --dh-border: #d8e0e8;
    --dh-border-strong: #bbc5d1;
    --dh-success: #1f7a54;
    --dh-warning: #996607;
    --dh-danger: #bc4431;
    --dh-sidebar: #16202a;
    --dh-sidebar-soft: #20303f;
    --dh-radius: 24px;
    --dh-radius-sm: 18px;
    --dh-shadow-sm: 0 16px 35px rgba(15, 23, 42, 0.08);
    --dh-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--dh-ink);
    font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(241, 188, 22, 0.22), transparent 36%),
        radial-gradient(circle at top right, rgba(33, 150, 243, 0.08), transparent 28%),
        linear-gradient(180deg, #fcfaf4 0%, #f2f5f8 100%);
}

img,
svg,
iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dh-ink);
    font-weight: 800;
    letter-spacing: -0.03em;
}

a {
    color: inherit;
}

.text-muted {
    color: var(--dh-ink-soft) !important;
}

.btn,
.btn-dark,
.btn-outline-dark,
.dh-primary-btn,
.dh-outline-btn {
    border-radius: 999px !important;
    font-weight: 700;
}

.btn-outline-dark {
    border-color: rgba(21, 32, 43, 0.18);
    color: var(--dh-ink);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: var(--dh-ink);
    border-color: var(--dh-ink);
    color: #ffffff;
}

.form-control,
.form-select {
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid var(--dh-border);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(241, 188, 22, 0.9);
    box-shadow: 0 0 0 0.25rem rgba(241, 188, 22, 0.18);
}

.form-control.form-control-sm,
.form-select.form-select-sm {
    min-height: 42px;
    border-radius: 14px;
}

.alert {
    border: 0;
    box-shadow: var(--dh-shadow-sm);
}

.dh-public-body {
    position: relative;
}

.dh-public-body::before {
    content: "";
    position: fixed;
    inset: 0 0 auto;
    height: 560px;
    background:
        radial-gradient(circle at 18% 12%, rgba(241, 188, 22, 0.24), transparent 34%),
        radial-gradient(circle at 82% 2%, rgba(36, 52, 71, 0.09), transparent 28%);
    pointer-events: none;
    z-index: -1;
}

.dh-app-body {
    background:
        radial-gradient(circle at top left, rgba(241, 188, 22, 0.18), transparent 20%),
        linear-gradient(180deg, #edf2f7 0%, #f7f8fb 100%);
}

.dh-shell {
    min-height: 100vh;
}

.dh-shell-main {
    min-height: 100vh;
}

.dh-shell-content {
    position: relative;
}

.dh-card {
    background: var(--dh-surface);
    border: 1px solid rgba(21, 32, 43, 0.07);
    border-radius: var(--dh-radius);
    box-shadow: var(--dh-shadow-sm);
}

.dh-card-muted {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.94) 100%);
}

.dh-brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.48rem 0.9rem;
    border-radius: 999px;
    background: rgba(241, 188, 22, 0.16);
    border: 1px solid rgba(241, 188, 22, 0.28);
    color: var(--dh-ink);
    font-size: 0.92rem;
    font-weight: 800;
}

.dh-brand-pill::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--dh-primary);
    box-shadow: 0 0 0 5px rgba(241, 188, 22, 0.2);
}

.dh-primary-btn {
    background: var(--dh-primary);
    border-color: var(--dh-primary);
    color: #111827;
}

.dh-primary-btn:hover,
.dh-primary-btn:focus {
    background: var(--dh-primary-dark);
    border-color: var(--dh-primary-dark);
    color: #111827;
}

.dh-outline-btn {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(21, 32, 43, 0.12);
    color: var(--dh-ink);
}

.dh-outline-btn:hover,
.dh-outline-btn:focus {
    background: #ffffff;
    border-color: rgba(21, 32, 43, 0.18);
    color: var(--dh-ink);
}

.dh-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--dh-ink-soft);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dh-section-eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--dh-primary), rgba(241, 188, 22, 0));
}

.dh-section-title {
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.02;
    margin-bottom: 0;
}

.dh-section-copy {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--dh-ink-soft);
}

.dh-public-navbar {
    padding: 1.15rem 0;
}

.dh-public-navbar .container {
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.dh-public-navbar .navbar-collapse {
    background: transparent;
}

.dh-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    flex: 1 1 auto;
    min-width: 0;
}

.dh-wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-size: 1.78rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
}

.dh-wordmark-dark {
    color: var(--dh-ink);
}

.dh-wordmark-accent {
    color: var(--dh-primary-dark);
}

.dh-wordmark-inverse .dh-wordmark-dark {
    color: #ffffff;
}

.dh-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffd64e 0%, #e9aa00 100%);
    color: #17212b;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 16px 34px rgba(233, 170, 0, 0.28);
}

.dh-brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.62rem;
    line-height: 1.1;
    min-width: 0;
}

.dh-brand-title {
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.dh-brand-subtitle {
    display: block;
    color: var(--dh-ink-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.35;
    max-width: 18rem;
}

.dh-center-wordmark {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--dh-ink);
}

.dh-center-logo {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid rgba(21, 32, 43, 0.08);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.dh-public-navbar .nav-link {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    color: var(--dh-ink-soft);
    font-weight: 700;
}

.dh-public-navbar .nav-link.active,
.dh-public-navbar .nav-link:hover {
    color: var(--dh-ink);
    background: rgba(255, 255, 255, 0.74);
}

.dh-public-toggler {
    flex: 0 0 auto;
    border: 1px solid rgba(21, 32, 43, 0.12);
    border-radius: 18px;
    padding: 0.62rem 0.8rem;
    background: rgba(255, 255, 255, 0.72);
}

.dh-public-main {
    position: relative;
}

.dh-hero {
    padding: 4.5rem 0 2.75rem;
}

.dh-hero-copy {
    max-width: 640px;
}

.dh-hero-copy .display-3,
.dh-hero-copy .display-4 {
    line-height: 0.98;
    font-size: clamp(2.65rem, 5vw, 4.9rem);
    letter-spacing: -0.05em;
}

.dh-hero-copy .lead {
    font-size: 1.14rem;
    line-height: 1.85;
}

.dh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-top: 2rem;
}

.dh-public-stat {
    height: 100%;
    padding: 1.25rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(21, 32, 43, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.dh-public-stat-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.dh-public-stat-label {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.9rem;
    color: var(--dh-ink-soft);
    font-weight: 700;
}

.dh-showcase {
    position: relative;
    padding: 1.5rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(241, 188, 22, 0.22), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 246, 249, 0.98) 100%);
    border: 1px solid rgba(21, 32, 43, 0.08);
    box-shadow: var(--dh-shadow);
}

.dh-showcase-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.dh-showcase-title {
    margin-bottom: 0.2rem;
    font-size: 1.35rem;
}

.dh-showcase-chip {
    display: inline-flex;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(21, 32, 43, 0.08);
    color: var(--dh-ink);
    font-size: 0.8rem;
    font-weight: 800;
}

.dh-showcase-panel {
    padding: 1.15rem;
    border-radius: 24px;
    background: rgba(21, 32, 43, 0.04);
    border: 1px solid rgba(21, 32, 43, 0.08);
}

.dh-showcase-panel strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.dh-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.dh-mini-card {
    padding: 1.1rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(21, 32, 43, 0.07);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.dh-mini-card-label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--dh-ink-soft);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.dh-mini-card-value {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.dh-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.85rem;
}

.dh-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    line-height: 1.55;
    color: var(--dh-ink-soft);
}

.dh-check-list li::before {
    content: "";
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: var(--dh-primary);
    box-shadow: 0 0 0 6px rgba(241, 188, 22, 0.18);
}

.dh-feature-card {
    height: 100%;
    padding: 1.75rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(21, 32, 43, 0.07);
    box-shadow: var(--dh-shadow-sm);
}

.dh-feature-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.25rem;
}

.dh-feature-card p {
    margin-bottom: 0;
    color: var(--dh-ink-soft);
    line-height: 1.75;
}

.dh-cta-card {
    padding: 2.2rem;
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(21, 32, 43, 0.97) 0%, rgba(31, 46, 61, 0.96) 100%);
    color: #ffffff;
    box-shadow: var(--dh-shadow);
}

.dh-cta-card h2,
.dh-cta-card p {
    color: #ffffff;
}

.dh-cta-card p {
    opacity: 0.82;
}

.dh-tenant-public-hero {
    padding: 4rem 0 2.75rem;
}

.dh-chip-soft {
    display: inline-flex;
    align-items: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(21, 32, 43, 0.08);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--dh-ink);
}

.dh-public-showcase-card {
    padding: 1.25rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(241, 188, 22, 0.18), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 251, 0.96) 100%);
    border: 1px solid rgba(21, 32, 43, 0.08);
    box-shadow: var(--dh-shadow);
}

.dh-public-hero-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
    margin-bottom: 1rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

.dh-public-showcase-fallback {
    min-height: 260px;
    padding: 1.8rem;
    border-radius: 24px;
    margin-bottom: 1rem;
    background:
        linear-gradient(150deg, rgba(21, 32, 43, 0.94) 0%, rgba(38, 50, 65, 0.96) 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.dh-public-showcase-kicker {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 1rem;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dh-public-showcase-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.dh-public-showcase-fallback .text-muted {
    color: rgba(255, 255, 255, 0.72) !important;
}

.dh-public-stat-card {
    background: rgba(255, 255, 255, 0.85);
}

.dh-contact-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(21, 32, 43, 0.08);
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.dh-contact-line:hover {
    transform: translateY(-1px);
    border-color: rgba(21, 32, 43, 0.14);
}

.dh-contact-label {
    color: var(--dh-ink-soft);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dh-contact-value {
    font-weight: 800;
    color: var(--dh-ink);
}

.dh-location-panel {
    padding: 1.4rem;
    border-radius: 24px;
    background: rgba(241, 188, 22, 0.1);
    border: 1px solid rgba(241, 188, 22, 0.22);
}

.dh-location-copy {
    font-size: 1.08rem;
    line-height: 1.75;
    color: var(--dh-ink);
}

.dh-public-footer {
    margin-top: 4rem;
    padding: 3rem 0 3.5rem;
    border-top: 1px solid rgba(21, 32, 43, 0.08);
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
}

.dh-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem;
}

.dh-footer-links {
    display: grid;
    gap: 0.7rem;
}

.dh-footer-links a {
    text-decoration: none;
    color: var(--dh-ink-soft);
    font-weight: 700;
}

.dh-footer-links a:hover {
    color: var(--dh-ink);
}

.dh-sidebar {
    background: transparent;
    min-height: 100vh;
}

.dh-sidebar.offcanvas-xl {
    --bs-offcanvas-width: 338px;
    --bs-offcanvas-border-width: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dh-sidebar.offcanvas-xl .offcanvas-body {
    padding: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.dh-sidebar-panel {
    position: sticky;
    top: 1rem;
    padding: 1.15rem;
    min-height: calc(100vh - 2rem);
    overflow-y: auto;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(22, 32, 42, 0.98) 0%, rgba(19, 28, 37, 0.98) 100%);
    color: #f7fafc;
    box-shadow: 0 26px 52px rgba(15, 23, 42, 0.2);
}

.dh-sidebar-header {
    padding: 0.9rem 0.6rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 1rem;
}

.dh-sidebar-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dh-sidebar-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--dh-primary);
}

.dh-sidebar-title {
    margin-top: 0.6rem;
    margin-bottom: 0.35rem;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.dh-sidebar-subtitle {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
    line-height: 1.6;
}

.dh-sidebar .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 700;
    transition: all 0.2s ease;
}

.dh-sidebar .nav-link.active,
.dh-sidebar .nav-link:hover {
    background: linear-gradient(90deg, rgba(241, 188, 22, 0.22) 0%, rgba(241, 188, 22, 0.08) 100%);
    color: #ffffff;
    transform: translateX(2px);
}

.dh-sidebar-note {
    margin-top: auto;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.6;
}

.dh-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(21, 32, 43, 0.07);
}

.dh-topbar-title {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.dh-topbar-subtitle {
    color: var(--dh-ink-soft);
    font-size: 0.95rem;
}

.dh-sidebar-toggle {
    min-width: 82px;
}

.dh-topbar-primary {
    flex: 1 1 auto;
}

.dh-topbar-copy {
    min-width: 0;
}

.dh-topbar-actions {
    flex: 0 0 auto;
}

.dh-topbar-actions > * {
    min-width: 0;
}

.dh-action-cluster {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.dh-action-cluster > * {
    min-width: 0;
}

.dh-action-cluster .btn {
    border-radius: 999px;
}

.dh-user-chip {
    padding: 0.8rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(21, 32, 43, 0.08);
    line-height: 1.35;
    min-width: 0;
}

.dh-token-break {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table,
.table-responsive > .dh-table {
    width: max-content;
    min-width: 100%;
}

.dh-table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.dh-table-actions--end {
    justify-content: flex-end;
}

.dh-table-actions form {
    margin: 0;
}

.dh-table-actions .btn {
    border-radius: 999px;
}

code,
.alert,
.dh-empty,
.dh-list-card,
.dh-panel-copy,
.dh-sidebar-subtitle,
.dh-topbar-subtitle,
.form-text {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.table-responsive td,
.table-responsive th {
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
}

.table-responsive code {
    white-space: nowrap;
}

.dh-slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.dh-slot-day {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.95rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(21, 32, 43, 0.07);
}

.dh-slot-day > .fw-semibold {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(21, 32, 43, 0.08);
    color: var(--dh-ink);
}

.dh-slot-day .dh-slot-option + .dh-slot-option {
    margin-top: 0.1rem;
}

.dh-booking-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.dh-booking-summary-item {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(21, 32, 43, 0.07);
}

.dh-booking-summary-label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--dh-ink-soft);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dh-booking-engine-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(241, 188, 22, 0.1);
    border: 1px solid rgba(241, 188, 22, 0.22);
}

.dh-rate-card {
    position: relative;
    overflow: hidden;
}

.dh-rate-price {
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--dh-ink);
}

.dh-booking-side .dh-list-card {
    background: rgba(255, 255, 255, 0.9);
}

.dh-booking-side .btn {
    border-radius: 999px;
}

.dh-booking-calendar-shell,
.dh-day-slot-panel {
    padding: 1rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(21, 32, 43, 0.07);
}

.dh-booking-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.45rem;
    margin-bottom: 0.6rem;
    color: var(--dh-ink-soft);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dh-booking-calendar-weekdays span {
    display: flex;
    justify-content: center;
}

.dh-booking-calendar {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.45rem;
}

.dh-month-day {
    min-height: 78px;
    padding: 0.7rem 0.45rem;
    border: 1px solid rgba(21, 32, 43, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    text-align: center;
    transition: all 0.18s ease;
}

.dh-month-day.is-empty {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.dh-month-day.is-available {
    color: var(--dh-ink);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.dh-month-day.is-available:hover,
.dh-month-day.is-available:focus {
    border-color: rgba(241, 188, 22, 0.55);
    transform: translateY(-1px);
}

.dh-month-day.is-selected {
    border-color: rgba(241, 188, 22, 0.92);
    background: linear-gradient(180deg, rgba(255, 248, 220, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 14px 30px rgba(241, 188, 22, 0.2);
}

.dh-month-day.is-unavailable {
    color: rgba(21, 32, 43, 0.42);
    background: rgba(226, 232, 240, 0.78);
    border-style: dashed;
    cursor: not-allowed;
}

.dh-month-day-number {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
}

.dh-month-day-note {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.2;
}

.dh-day-slot-panel {
    min-height: 100%;
}

.dh-time-slot-list {
    display: grid;
    gap: 0.7rem;
}

.dh-slot-option {
    position: relative;
    display: block;
    margin: 0;
}

.dh-slot-option-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dh-slot-option-label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 100%;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(21, 32, 43, 0.08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    transition: all 0.18s ease;
}

.dh-slot-option-label:hover {
    border-color: rgba(241, 188, 22, 0.44);
    transform: translateY(-1px);
}

.dh-slot-option-input:checked + .dh-slot-option-label {
    border-color: rgba(241, 188, 22, 0.88);
    background: linear-gradient(180deg, rgba(255, 248, 220, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 16px 34px rgba(241, 188, 22, 0.18);
}

.dh-slot-option-title {
    font-weight: 800;
    color: var(--dh-ink);
}

.dh-slot-option-meta,
.dh-slot-option-note {
    color: var(--dh-ink-soft);
    font-size: 0.92rem;
}

.dh-kpi {
    min-height: 148px;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
}

.dh-kpi::after {
    content: "";
    position: absolute;
    inset: auto -18px -28px auto;
    width: 110px;
    height: 110px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(241, 188, 22, 0.18) 0%, rgba(241, 188, 22, 0) 68%);
}

.dh-kpi-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--dh-ink-soft);
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dh-kpi-value {
    position: relative;
    z-index: 1;
    margin-top: 0.9rem;
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.dh-kpi-note {
    position: relative;
    z-index: 1;
    margin-top: 0.35rem;
    color: var(--dh-ink-soft);
    font-size: 0.94rem;
}

.dh-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.dh-panel-title {
    margin-bottom: 0.25rem;
    font-size: 1.2rem;
}

.dh-panel-copy {
    color: var(--dh-ink-soft);
    font-size: 0.94rem;
}

.dh-highlight-card {
    padding: 1.6rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(241, 188, 22, 0.18), transparent 28%),
        linear-gradient(145deg, #ffffff 0%, #f6f8fb 100%);
    border: 1px solid rgba(21, 32, 43, 0.07);
    box-shadow: var(--dh-shadow-sm);
}

.dh-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.2rem;
}

.dh-highlight-item {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(21, 32, 43, 0.07);
}

.dh-highlight-item strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
}

.dh-table {
    margin-bottom: 0;
}

.dh-table thead th {
    padding: 0 0 0.9rem;
    color: var(--dh-ink-soft);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(21, 32, 43, 0.08);
}

.dh-table tbody td {
    padding: 1rem 0;
    border-color: rgba(21, 32, 43, 0.06);
    vertical-align: middle;
}

.dh-table tbody tr:last-child td {
    border-bottom: 0;
}

.dh-table tbody tr:hover {
    background: rgba(241, 188, 22, 0.05);
}

.dh-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.dh-badge.success {
    background: rgba(31, 122, 84, 0.12);
    color: var(--dh-success);
}

.dh-badge.warning {
    background: rgba(153, 102, 7, 0.12);
    color: var(--dh-warning);
}

.dh-badge.danger {
    background: rgba(188, 68, 49, 0.12);
    color: var(--dh-danger);
}

.dh-list-card {
    padding: 1rem 1.15rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(21, 32, 43, 0.07);
}

.dh-inline-action {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.dh-copy-field {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
}

.dh-copy-field .form-control {
    min-width: 0;
}

.dh-membership-card {
    position: relative;
    overflow: hidden;
    padding: 1.55rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(241, 188, 22, 0.22), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 248, 251, 0.96) 100%);
    border: 1px solid rgba(21, 32, 43, 0.08);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

.dh-membership-card::after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -26px;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(241, 188, 22, 0.22) 0%, rgba(241, 188, 22, 0) 72%);
}

.dh-membership-card-logo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(21, 32, 43, 0.08);
    background: rgba(255, 255, 255, 0.94);
}

.dh-membership-card-kicker {
    color: var(--dh-ink-soft);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dh-membership-card-number {
    font-size: clamp(1.55rem, 4vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.dh-membership-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.1rem;
}

.dh-membership-card-meta {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(21, 32, 43, 0.07);
}

.dh-availability-board {
    min-height: 320px;
}

.dh-availability-helper {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(241, 188, 22, 0.12);
    border: 1px solid rgba(241, 188, 22, 0.22);
    color: var(--dh-ink);
}

.dh-invoice-card {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(21, 32, 43, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.dh-list-card + .dh-list-card {
    margin-top: 0.85rem;
}

.dh-empty {
    padding: 1.75rem;
    border: 1px dashed rgba(21, 32, 43, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--dh-ink-soft);
}

.dh-auth-shell {
    padding: 3rem 0 4rem;
}

.dh-auth-card {
    overflow: hidden;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(21, 32, 43, 0.08);
    box-shadow: var(--dh-shadow);
}

.dh-auth-side {
    height: 100%;
    padding: 2.25rem;
    background:
        radial-gradient(circle at top left, rgba(241, 188, 22, 0.25), transparent 35%),
        linear-gradient(180deg, rgba(245, 248, 251, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
}

.dh-auth-form {
    padding: 2.25rem;
}

.dh-auth-meta {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(21, 32, 43, 0.06);
    color: var(--dh-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.dh-auth-list {
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.8rem;
}

.dh-auth-list li {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(21, 32, 43, 0.06);
    color: var(--dh-ink-soft);
    line-height: 1.6;
}

.dh-login-grid {
    display: grid;
    gap: 1.25rem;
}

.dh-login-card {
    height: 100%;
    padding: 1.75rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(21, 32, 43, 0.08);
    box-shadow: var(--dh-shadow-sm);
}

.dh-login-card .dh-badge {
    margin-bottom: 1rem;
}

.fc .fc-toolbar-title {
    font-size: 1.25rem;
    font-weight: 900;
}

.fc .fc-scrollgrid,
.fc .fc-theme-standard td,
.fc .fc-theme-standard th {
    border-color: rgba(21, 32, 43, 0.08);
}

.fc .fc-col-header-cell-cushion,
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    color: var(--dh-ink-soft);
    font-weight: 800;
}

.fc .fc-button-primary {
    background: var(--dh-primary);
    border-color: var(--dh-primary);
    color: #111827;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:hover {
    background: var(--dh-primary-dark);
    border-color: var(--dh-primary-dark);
    color: #111827;
}

.fc .fc-button {
    border-radius: 999px;
    font-weight: 800;
    box-shadow: none !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.fc .fc-event {
    border: 0;
    border-radius: 16px;
    padding: 0.18rem 0.36rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.fc .fc-event-main {
    white-space: normal;
}

.fc .fc-timegrid-event .fc-event-time,
.fc .fc-timegrid-event .fc-event-title,
.fc .fc-daygrid-event .fc-event-title {
    font-size: 0.95rem;
    line-height: 1.35;
    font-weight: 800;
}

.fc .fc-timegrid-event .fc-event-time {
    opacity: 0.92;
}

.fc .fc-list-event-time,
.fc .fc-list-event-title {
    font-size: 0.95rem;
}

.dh-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.2rem;
}

.dh-inline-links a {
    color: var(--dh-ink-soft);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.dh-inline-links a:hover,
.dh-inline-links a:focus {
    color: var(--dh-ink);
}

.dh-legal-document {
    color: var(--dh-ink);
    line-height: 1.9;
    white-space: pre-line;
}

.dh-cookie-banner {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem 1rem calc(max(env(safe-area-inset-bottom), 0px) + 1.2rem);
    max-height: 100dvh;
    pointer-events: none;
}

.dh-cookie-panel {
    position: relative;
    width: min(100%, 1120px);
    max-width: calc(100vw - 2rem);
    margin: 0;
    padding: 1.3rem 1.45rem;
    background: var(--dh-cookie-bg, #ffffff);
    color: var(--dh-cookie-text, var(--dh-ink));
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
    pointer-events: auto;
    max-height: calc(100dvh - 2rem);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.dh-cookie-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    border-radius: 24px 24px 0 0;
    background: rgba(15, 23, 42, 0.08);
}

.dh-cookie-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 430px);
    gap: 1.65rem;
    align-items: center;
}

.dh-cookie-copy {
    min-width: 0;
}

.dh-cookie-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(21, 32, 43, 0.72);
    margin-bottom: 0.75rem;
}

.dh-cookie-kicker__icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    color: var(--dh-cookie-button-bg, #0073ce);
}

.dh-cookie-kicker__icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.dh-cookie-title {
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--dh-cookie-text, var(--dh-ink));
    margin-bottom: 0.45rem;
}

.dh-cookie-text,
.dh-cookie-footnote {
    font-size: 0.93rem;
    line-height: 1.6;
    color: rgba(21, 32, 43, 0.8);
    overflow-wrap: anywhere;
}

.dh-cookie-caption {
    font-size: 0.85rem;
    line-height: 1.55;
    color: rgba(21, 32, 43, 0.68);
    margin-top: 0.5rem;
    overflow-wrap: anywhere;
}

.dh-cookie-footnote {
    margin-top: 0.55rem;
}

.dh-cookie-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    min-width: 0;
}

.dh-cookie-links a {
    font-size: 0.87rem;
    font-weight: 700;
    color: var(--dh-cookie-text, var(--dh-ink));
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.dh-cookie-policy-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: underline !important;
    text-underline-offset: 0.18em;
    max-width: 100%;
    white-space: normal;
}

.dh-cookie-policy-link::before {
    content: none;
}

.dh-cookie-form {
    width: 100%;
    max-width: 430px;
    min-width: 0;
}

.dh-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0.75rem;
    min-width: 0;
}

.dh-cookie-actions .btn,
.dh-cookie-customize-actions .btn {
    display: inline-flex;
    min-height: 46px;
    padding: 0.76rem 1.15rem !important;
    border-radius: 999px !important;
    font-size: 0.9rem;
    font-weight: 800 !important;
    max-width: 100%;
    white-space: normal !important;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.dh-cookie-primary-btn {
    background: var(--dh-cookie-button-bg, #0073ce) !important;
    color: var(--dh-cookie-button-text, #ffffff) !important;
    border: 1px solid var(--dh-cookie-button-bg, #0073ce) !important;
    box-shadow: 0 14px 28px rgba(0, 115, 206, 0.2) !important;
}

.dh-cookie-primary-btn:hover,
.dh-cookie-primary-btn:focus {
    background: var(--dh-cookie-button-bg, #0073ce) !important;
    color: var(--dh-cookie-button-text, #ffffff) !important;
    border-color: var(--dh-cookie-button-bg, #0073ce) !important;
    opacity: 0.96;
    transform: translateY(-1px);
}

.dh-cookie-secondary-btn {
    background: rgba(243, 245, 248, 0.92) !important;
    color: #203040 !important;
    border: 1px solid rgba(21, 32, 43, 0.12) !important;
}

.dh-cookie-secondary-btn:hover,
.dh-cookie-secondary-btn:focus {
    background: #e9edf2 !important;
    color: #15202b !important;
    border-color: rgba(21, 32, 43, 0.18) !important;
}

.dh-cookie-customize {
    display: none;
    margin-top: 1.05rem;
    padding: 1.1rem 1.05rem 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 14px 28px rgba(15, 23, 42, 0.04);
}

.dh-cookie-customize.is-open {
    display: block;
}

.dh-cookie-customize-head {
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--dh-cookie-text, var(--dh-ink));
    margin-bottom: 0.45rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.dh-cookie-customize-head::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--dh-cookie-button-bg, #0073ce);
    box-shadow: 0 0 0 5px rgba(15, 23, 42, 0.06);
}

.dh-cookie-customize-copy {
    font-size: 0.86rem;
    line-height: 1.6;
    color: rgba(21, 32, 43, 0.68);
    margin-bottom: 0.9rem;
}

.dh-cookie-purpose-list {
    display: grid;
    gap: 0.75rem;
}

.dh-cookie-purpose {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
}

.dh-cookie-purpose-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.dh-cookie-purpose-title {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--dh-cookie-text, var(--dh-ink));
}

.dh-cookie-purpose-text {
    font-size: 0.84rem;
    line-height: 1.45;
    color: rgba(21, 32, 43, 0.76);
    overflow-wrap: anywhere;
}

.dh-cookie-purpose .form-check-input {
    width: 2.6rem;
    height: 1.45rem;
    margin-top: 0.1rem;
    border-color: rgba(21, 32, 43, 0.18);
    background-color: rgba(148, 163, 184, 0.16);
}

.dh-cookie-purpose .form-check-input:checked {
    background-color: var(--dh-cookie-button-bg, #0073ce);
    border-color: var(--dh-cookie-button-bg, #0073ce);
}

.dh-cookie-customize-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.9rem;
}

.dh-cookie-customize-links {
    margin-top: 0.95rem;
}

.dh-cookie-customize-links .dh-cookie-policy-link {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--dh-cookie-text, var(--dh-ink));
    font-size: 0.87rem;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 0.18em;
}

.dh-cookie-customize-actions .dh-cookie-primary-btn {
    background: var(--dh-cookie-button-bg, #0073ce) !important;
    border-color: var(--dh-cookie-button-bg, #0073ce) !important;
    color: var(--dh-cookie-button-text, #ffffff) !important;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12) !important;
}

.dh-cookie-panel.is-expanded .dh-cookie-layout {
    grid-template-columns: 1fr;
    gap: 1.1rem;
}

.dh-cookie-panel.is-expanded .dh-cookie-form {
    max-width: none;
}

.dh-cookie-panel.is-expanded .dh-cookie-actions {
    justify-content: flex-start;
}

@media (max-width: 1279px) {
    .dh-cookie-panel {
        padding: 1.15rem 1.2rem;
    }

    .dh-cookie-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .dh-cookie-form {
        max-width: none;
    }

    .dh-cookie-actions {
        justify-content: flex-start;
    }
}

.dh-cookie-reopen {
    position: fixed;
    right: 1rem;
    left: auto;
    top: auto;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
    transform: none;
    z-index: 1070;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.dh-cookie-reopen__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.dh-cookie-reopen__icon svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.dh-cookie-reopen:hover,
.dh-cookie-reopen:focus {
    color: inherit;
    transform: translateY(-2px);
}

.dh-eps-sidebar-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.dh-eps-entity-list {
    display: grid;
    gap: 0.95rem;
}

.dh-eps-entity-card {
    display: grid;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.dh-eps-entity-card:hover,
.dh-eps-entity-card:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    border-color: rgba(245, 178, 0, 0.35);
}

.dh-eps-entity-card.is-selected {
    border-color: rgba(245, 178, 0, 0.5);
    box-shadow: 0 18px 36px rgba(217, 163, 20, 0.14);
    background: linear-gradient(180deg, #fffdf6 0%, #fff7da 100%);
}

.dh-eps-entity-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.85rem;
}

.dh-eps-entity-copy {
    min-width: 0;
}

.dh-eps-entity-name {
    font-weight: 800;
    font-size: 1rem;
    color: var(--dh-ink);
}

.dh-eps-entity-code {
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(21, 32, 43, 0.52);
}

.dh-eps-entity-summary {
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(21, 32, 43, 0.7);
}

.dh-eps-entity-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.dh-eps-mini-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.dh-eps-mini-stat {
    display: grid;
    gap: 0.22rem;
    padding: 0.72rem 0.8rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.dh-eps-mini-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(21, 32, 43, 0.48);
}

.dh-eps-mini-stat strong {
    font-size: 0.92rem;
    color: var(--dh-ink);
}

.dh-eps-metric-card {
    position: relative;
    overflow: hidden;
    border-color: rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.dh-eps-metric-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #f5b200 0%, #d89900 100%);
}

.dh-eps-convention-empty {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1rem;
    padding: 1.1rem;
    border-radius: 26px;
    border: 1px solid rgba(245, 178, 0, 0.2);
    background: linear-gradient(180deg, rgba(255, 250, 229, 0.85) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.dh-eps-convention-empty-copy {
    min-width: 0;
}

.dh-eps-sample-card {
    display: grid;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.dh-eps-sample-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.dh-eps-sample-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.dh-eps-sample-grid div {
    display: grid;
    gap: 0.2rem;
    padding: 0.8rem 0.85rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.dh-eps-sample-grid span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(21, 32, 43, 0.48);
}

.dh-eps-sample-grid strong {
    font-size: 1rem;
    color: var(--dh-ink);
}

.dh-eps-document-box {
    padding: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

@media (max-width: 1199px) {
    .dh-sidebar-panel {
        position: static;
        min-height: auto;
    }

    .dh-topbar-actions {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch !important;
        gap: 0.75rem;
    }

    .dh-topbar-actions > form,
    .dh-topbar-actions > a,
    .dh-topbar-actions > button,
    .dh-topbar-actions > div {
        flex: 1 1 220px;
    }

    .dh-topbar-actions > .dh-user-chip {
        flex-basis: 100%;
        width: 100%;
    }

    .dh-topbar-actions .btn {
        width: 100%;
    }

    .dh-sidebar.offcanvas-xl {
        background: transparent;
        height: 100dvh;
        max-height: 100dvh;
    }

    .dh-sidebar.offcanvas-xl .offcanvas-body {
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .dh-sidebar.offcanvas-xl .dh-sidebar-panel {
        min-height: 100%;
        max-height: none;
        border-radius: 0 30px 30px 0;
        overflow: visible;
    }

    .dh-sidebar.offcanvas-xl.show,
    .dh-sidebar.offcanvas-xl.showing {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .dh-footer-grid,
    .dh-highlight-grid,
    .dh-showcase-grid {
        grid-template-columns: 1fr;
    }

    .dh-sidebar {
        min-height: auto;
    }

    .dh-topbar {
        position: static;
        padding: 1rem 1rem 1.15rem;
    }

    .dh-topbar-actions {
        width: 100%;
        justify-content: flex-start;
        align-items: stretch !important;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .dh-topbar-actions > form,
    .dh-topbar-actions > a,
    .dh-topbar-actions > button,
    .dh-topbar-actions > div {
        width: auto;
        flex: 1 1 172px;
    }

    .dh-topbar-actions > .dh-user-chip {
        flex-basis: 100%;
        width: 100%;
        text-align: left !important;
    }

    .dh-topbar-actions .btn {
        width: 100%;
    }

    .dh-hero {
        padding-top: 2.75rem;
    }

    .dh-public-navbar .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.84);
        box-shadow: var(--dh-shadow-sm);
    }

    .dh-public-navbar .container {
        flex-wrap: wrap;
        align-items: center;
    }

    .dh-brand-lockup {
        flex: 1 1 calc(100% - 74px);
        max-width: calc(100% - 74px);
    }

    .dh-public-nav-list {
        width: 100%;
        align-items: stretch !important;
        gap: 0.5rem;
    }

    .dh-public-nav-list .nav-item {
        width: 100%;
    }

    .dh-public-navbar .nav-link {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
        width: 100%;
    }

    .dh-public-hero-image {
        height: 280px;
    }

    .dh-contact-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .dh-cookie-banner {
        inset: 0;
        align-items: flex-end;
        padding: 0.75rem 0.75rem calc(max(env(safe-area-inset-bottom), 0px) + 0.95rem);
    }

    .dh-cookie-reopen {
        right: 0.75rem;
        left: auto;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 4.75rem);
        transform: none;
    }

    .dh-cookie-reopen:hover,
    .dh-cookie-reopen:focus {
        transform: translateY(-1px);
    }

    .dh-sidebar.offcanvas-xl {
        width: min(100vw, 338px);
    }

    .dh-eps-convention-empty {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .dh-section-title {
        font-size: 2.2rem;
    }

    .dh-card,
    .dh-showcase,
    .dh-auth-card,
    .dh-cta-card {
        border-radius: 24px;
    }

    .dh-auth-side,
    .dh-auth-form {
        padding: 1.5rem;
    }

    .dh-center-logo {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .dh-center-wordmark {
        font-size: 1.1rem;
    }

    .dh-wordmark {
        font-size: 1.58rem;
    }

    .dh-brand-subtitle {
        font-size: 0.76rem;
        max-width: 11.5rem;
        line-height: 1.4;
    }

    .dh-public-navbar {
        padding: 0.9rem 0;
    }

    .dh-public-navbar .container {
        gap: 0.75rem;
        align-items: center;
    }

    .dh-public-toggler {
        margin-top: 0.1rem;
    }

    .dh-topbar-title {
        font-size: 1.18rem;
    }

    .dh-topbar-subtitle {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .dh-sidebar-toggle {
        min-width: auto;
    }

    .dh-user-chip {
        flex: 1 1 100%;
        width: 100%;
        text-align: left !important;
    }

    .dh-topbar-actions {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .dh-topbar-actions > form,
    .dh-topbar-actions > a,
    .dh-topbar-actions > button,
    .dh-topbar-actions > div {
        width: auto;
        flex: 1 1 100%;
    }

    .dh-topbar-actions .btn {
        width: 100%;
    }

    .dh-action-cluster > * {
        flex: 1 1 calc(50% - 0.75rem);
    }

    .dh-action-cluster > *:first-child {
        flex-basis: 100%;
    }

    .dh-tenant-public-hero {
        padding-top: 2.8rem;
    }

    .dh-public-showcase-card {
        padding: 1rem;
    }

    .dh-public-hero-image {
        height: 220px;
    }

    .dh-cookie-panel {
        width: 100%;
        max-height: calc(100dvh - 1.5rem);
        overflow-y: auto;
        padding: 1rem;
        border-radius: 22px;
        max-width: 100%;
    }

    .dh-cookie-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .dh-cookie-actions {
        justify-content: stretch;
    }

    .dh-cookie-actions .btn,
    .dh-cookie-customize-actions .btn {
        width: 100%;
    }

    .dh-cookie-purpose {
        flex-direction: column;
    }

    .dh-cookie-purpose .form-check {
        align-self: flex-end;
    }

    .dh-eps-mini-stats {
        grid-template-columns: 1fr;
    }

    .dh-eps-convention-empty,
    .dh-eps-sample-grid {
        grid-template-columns: 1fr;
    }

    .dh-sidebar.offcanvas-xl .offcanvas-body {
        overflow-y: auto;
    }

    .dh-sidebar.offcanvas-xl .dh-sidebar-panel {
        min-height: 100%;
    }

    .dh-slot-grid {
        grid-template-columns: 1fr;
    }

    .dh-booking-summary-grid {
        grid-template-columns: 1fr;
    }

    .dh-booking-calendar {
        gap: 0.25rem;
    }

    .dh-month-day {
        min-height: 58px;
        border-radius: 16px;
        padding: 0.4rem 0.15rem;
        gap: 0;
    }

    .dh-month-day-number {
        font-size: 0.95rem;
    }

    .dh-month-day-note {
        display: none;
    }

    .dh-table-actions--end {
        justify-content: flex-start;
    }

    .dh-booking-engine-head {
        flex-direction: column;
    }

    .dh-membership-card-grid {
        grid-template-columns: 1fr;
    }

    .dh-copy-field {
        flex-direction: column;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        align-items: stretch;
    }

    .fc .fc-toolbar {
        flex-direction: column;
    }

    .fc .fc-toolbar-chunk {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.45rem;
    }

    .fc .fc-timegrid-event .fc-event-time,
    .fc .fc-timegrid-event .fc-event-title,
    .fc .fc-daygrid-event .fc-event-title {
        font-size: 0.88rem;
    }
}

@media (max-width: 575px) {
    .dh-brand-subtitle {
        max-width: 10rem;
    }

    .dh-cookie-reopen {
        width: 50px;
        height: 50px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 5rem);
    }

    .dh-booking-calendar-weekdays {
        gap: 0.2rem;
        font-size: 0.68rem;
    }

    .dh-month-day {
        min-height: 54px;
        border-radius: 14px;
    }
}

.dh-journey-step {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1rem;
    background: #fff;
}

.dh-journey-step.is-complete {
    border-color: rgba(25, 135, 84, 0.22);
    background: rgba(25, 135, 84, 0.06);
}
