.hdv2-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--sidebar-current-width, var(--sidebar-width));
    background: var(--sidebar-background);
    color: var(--sidebar-foreground);
    border-right: 1px solid var(--sidebar-border);
    display: flex;
    flex-direction: column;
    transition: width 0.2s ease, transform 0.2s ease;
    z-index: 40;
    overflow: hidden;
}

.hdv2-sidebar__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.hdv2-sidebar__header {
    display: flex;
    align-items: center;
    height: var(--hdv2-cah-topbar-height, 3.25rem);
    min-height: var(--hdv2-cah-topbar-height, 3.25rem);
    padding: 0 0.35rem;
    border-bottom: 1px solid var(--sidebar-border);
    box-sizing: border-box;
}

.hdv2-sidebar__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    height: calc(var(--hdv2-cah-topbar-height, 3.25rem) - 0.5rem);
    max-height: calc(var(--hdv2-cah-topbar-height, 3.25rem) - 0.5rem);
    padding: 0 0.25rem;
    border-radius: 0.5rem;
    text-decoration: none;
    color: inherit;
}

.hdv2-sidebar__brand-icon {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.hdv2-sidebar__brand-wordmark {
    height: 60%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    display: block;
    flex-shrink: 1;
    min-width: 0;
}

[data-hdv2-theme="dark"] .hdv2-sidebar__brand-icon,
[data-hdv2-theme="dark"] .hdv2-sidebar__brand-wordmark {
    filter: brightness(0) invert(1);
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__menu-text,
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__badge,
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__balance,
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__user-body {
    display: none !important;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__brand {
    justify-content: center;
    padding-inline: 0.25rem;
    gap: 0;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__brand-wordmark {
    display: none;
}

.hdv2-sidebar__content {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 0.6rem 0.5rem;
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    position: relative;
    z-index: 1;
}

.hdv2-sidebar__spacer {
    flex: 1 1 auto;
    min-height: 0.75rem;
}

.hdv2-sidebar__content::-webkit-scrollbar {
    width: 6px;
}

.hdv2-sidebar__content::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
}

.hdv2-sidebar__content:hover::-webkit-scrollbar-thumb {
    background: var(--sidebar-border);
}

.hdv2-sidebar__group {
    margin-bottom: 0.25rem;
}

.hdv2-sidebar__group + .hdv2-sidebar__group {
    margin-top: 0.35rem;
}

.hdv2-sidebar__guest-auth {
    margin: 0 0.35rem;
    padding: 0.75rem 0.65rem;
    border-radius: 0.65rem;
    border: 1px dashed var(--sidebar-border);
    background: hsl(240 4.8% 97%);
    display: grid;
    gap: 0.45rem;
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__guest-auth {
    background: hsl(240 5% 14%);
}

.hdv2-sidebar__guest-text {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.45;
    color: hsl(240 3.8% 46.1%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__guest-text {
    color: hsl(240 5% 64.9%);
}

.hdv2-sidebar__guest-login,
.hdv2-sidebar__guest-register {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 2.05rem;
    padding: 0.45rem 0.65rem;
    border-radius: 0.55rem;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 0.84rem;
    font-weight: 600;
}

.hdv2-sidebar__guest-login {
    background: var(--sidebar-primary);
    color: var(--sidebar-primary-foreground);
}

.hdv2-sidebar__guest-login:hover {
    filter: brightness(1.05);
    color: var(--sidebar-primary-foreground);
}

.hdv2-sidebar__guest-register {
    background: transparent;
    color: inherit;
    border: 1px solid var(--sidebar-border);
}

.hdv2-sidebar__guest-register:hover {
    background: var(--sidebar-accent);
    color: var(--sidebar-accent-foreground);
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__guest-text,
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__guest-register {
    display: none;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__guest-auth {
    margin: 0 0.35rem;
    padding: 0.35rem;
    border: 0;
    background: transparent;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__guest-login {
    justify-content: center;
    padding: 0.45rem;
}

.hdv2-sidebar__menu-btn--login {
    color: var(--sidebar-primary);
    font-weight: 600;
}

.hdv2-sidebar__menu-btn--login:hover {
    background: var(--sidebar-accent);
    color: var(--sidebar-primary);
}

.hdv2-sidebar__group-label {
    padding: 0.4rem 0.65rem 0.3rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: hsl(240 3.8% 46.1%);
    white-space: nowrap;
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__group-label {
    color: hsl(240 5% 64.9%);
}

.hdv2-sidebar__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.1rem;
}

.hdv2-sidebar__menu-item {
    position: relative;
}

.hdv2-sidebar__menu-btn {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    min-height: 2.15rem;
    padding: 0.4rem 0.7rem;
    border: 0;
    border-radius: 0.5rem;
    background: transparent;
    color: inherit;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    box-sizing: border-box;
}

.hdv2-sidebar__menu-btn:hover {
    background: var(--sidebar-accent);
    color: var(--sidebar-accent-foreground);
}

.hdv2-sidebar__menu-btn.is-active {
    background: var(--sidebar-accent);
    color: var(--sidebar-primary);
    font-weight: 600;
}

.hdv2-sidebar__menu-icon {
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hdv2-sidebar__menu-icon svg {
    width: 1.05rem;
    height: 1.05rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__content {
    padding: 0.5rem 0 0.5rem !important;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__menu-item {
    width: 2.25rem !important;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__menu-btn {
    width: 2.25rem !important;
    min-height: 2.25rem !important;
    padding: 0 !important;
    justify-content: center !important;
    gap: 0 !important;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__group-label {
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__footer {
    padding: 0.5rem 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__user,
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__menu-btn--logout {
    width: 2.25rem !important;
    min-height: 2.25rem !important;
    padding: 0 !important;
    justify-content: center !important;
    gap: 0 !important;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__avatar {
    width: 1.55rem;
    height: 1.55rem;
}

.hdv2-cah-provider:not([data-state="collapsed"]) .hdv2-sidebar .hdv2-tooltip--right::after,
.hdv2-cah-provider:not([data-state="collapsed"]) .hdv2-sidebar .hdv2-tooltip--right::before {
    content: none;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar {
    overflow: visible;
    z-index: 45;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__inner,
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__content,
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__footer {
    overflow: visible;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__menu-item,
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__header {
    overflow: visible;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__menu-item:has(.hdv2-tooltip:hover),
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__menu-item:has(.hdv2-tooltip:focus-visible),
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__header:has(.hdv2-tooltip:hover),
.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__footer:has(.hdv2-tooltip:hover) {
    z-index: 3;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar .hdv2-tooltip--right::after {
    z-index: 60;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar .hdv2-tooltip--right::before {
    z-index: 59;
}

.hdv2-sidebar__menu-text {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-size: 0.84rem;
    white-space: nowrap;
}

.hdv2-sidebar__badge {
    min-width: 1.3rem;
    height: 1.3rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: var(--sidebar-primary);
    color: var(--sidebar-primary-foreground);
    font-size: 0.68rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hdv2-sidebar__badge.is-danger {
    background: hsl(0 72% 51%);
    color: #fff;
}

.hdv2-cah-provider[data-state="collapsed"] .hdv2-sidebar__balance {
    display: none;
}

.hdv2-sidebar__balance {
    margin: 0.5rem 0.5rem 0.15rem;
    flex-shrink: 0;
    padding: 0.65rem 0.8rem;
    border-radius: 0.625rem;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.78rem;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.hdv2-sidebar__balance .hdv2-sidebar__float-tip::after,
.hdv2-sidebar__balance .hdv2-sidebar__float-tip::before {
    content: none !important;
    display: none !important;
}

.hdv2-sidebar__balance-meta {
    line-height: 1.2;
    min-width: 0;
}

.hdv2-sidebar__balance-add {
    margin-left: auto;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    border: 1px solid hsl(0 0% 100% / 0.4);
    background: hsl(0 0% 100% / 0.16);
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.08s ease;
}

.hdv2-sidebar__balance-add:hover {
    background: hsl(0 0% 100% / 0.24);
    border-color: hsl(0 0% 100% / 0.58);
    color: #fff;
}

.hdv2-sidebar__balance-add:active {
    transform: scale(0.96);
}

.hdv2-sidebar__balance-add svg {
    width: 0.92rem;
    height: 0.92rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hdv2-sidebar__balance strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
}

.hdv2-sidebar__footer {
    border-top: 1px solid var(--sidebar-border);
    padding: 0.5rem 0.6rem;
    display: grid;
    gap: 0.15rem;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    min-width: 0;
}

.hdv2-sidebar__menu-btn--logout {
    color: hsl(0 72% 51%);
}

.hdv2-sidebar__menu-btn--logout:hover {
    background: hsl(0 84% 95%);
    color: hsl(0 72% 45%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__menu-btn--logout:hover {
    background: hsl(0 60% 18%);
    color: hsl(0 84% 80%);
}

.hdv2-sidebar__user {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0.45rem 0.65rem;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
}

.hdv2-sidebar__user:hover {
    background: var(--sidebar-accent);
}

.hdv2-sidebar__user:has(.hdv2-sidebar__user-type-tip:hover)::after,
.hdv2-sidebar__user:has(.hdv2-sidebar__user-type-tip:hover)::before,
.hdv2-sidebar__user:has(.hdv2-sidebar__verified-badge:hover)::after,
.hdv2-sidebar__user:has(.hdv2-sidebar__verified-badge:hover)::before,
.hdv2-sidebar__user:has(.hdv2-sidebar__user-type:hover)::after,
.hdv2-sidebar__user:has(.hdv2-sidebar__user-type:hover)::before {
    opacity: 0;
    visibility: hidden;
}

.hdv2-sidebar__avatar {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
}

.hdv2-sidebar__avatar--initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--sidebar-primary, #1e3a5f);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1;
}

.hdv2-sidebar__avatar--initials[hidden] {
    display: none !important;
}

.hdv2-sidebar__avatar[src=""] {
    display: none;
}

.hdv2-sidebar__user-body {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    overflow: hidden;
}

.hdv2-sidebar__user-text {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    overflow: hidden;
}

.hdv2-sidebar__user-name-row {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
    max-width: 100%;
    vertical-align: top;
}

.hdv2-sidebar__user-name {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hdv2-sidebar__verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 0.88rem;
    height: 0.88rem;
    line-height: 0;
    cursor: help;
    position: relative;
    z-index: 3;
    align-self: center;
    margin-top: -0.02rem;
}

.hdv2-sidebar__verified-badge-icon {
    display: block;
    width: 0.88rem;
    height: 0.88rem;
    pointer-events: none;
}

.hdv2-sidebar__verified-badge.is-standard .hdv2-sidebar__verified-badge-icon path,
.hdv2-sidebar__verified-badge.is-corporate .hdv2-sidebar__verified-badge-icon path {
    fill: currentColor;
    stroke: none;
}

.hdv2-sidebar__verified-badge.is-tahsilat .hdv2-sidebar__verified-badge-icon circle,
.hdv2-sidebar__verified-badge.is-tahsilat .hdv2-sidebar__verified-badge-icon path,
.hdv2-sidebar__verified-badge.is-tahsilat .hdv2-sidebar__verified-badge-icon polyline,
.hdv2-sidebar__verified-badge.is-regional .hdv2-sidebar__verified-badge-icon circle,
.hdv2-sidebar__verified-badge.is-regional .hdv2-sidebar__verified-badge-icon path,
.hdv2-sidebar__verified-badge.is-manual .hdv2-sidebar__verified-badge-icon path,
.hdv2-sidebar__verified-badge.is-manual .hdv2-sidebar__verified-badge-icon polyline {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hdv2-sidebar__verified-badge.is-standard {
    color: hsl(142 71% 38%);
}

.hdv2-sidebar__verified-badge.is-corporate {
    color: hsl(213 94% 48%);
}

.hdv2-sidebar__verified-badge.is-tahsilat {
    color: hsl(188 86% 36%);
}

.hdv2-sidebar__verified-badge.is-regional {
    color: hsl(41 96% 40%);
}

.hdv2-sidebar__verified-badge.is-manual {
    color: hsl(24 95% 48%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__verified-badge.is-standard {
    color: hsl(142 76% 62%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__verified-badge.is-corporate {
    color: hsl(213 94% 68%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__verified-badge.is-tahsilat {
    color: hsl(188 80% 62%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__verified-badge.is-regional {
    color: hsl(41 96% 58%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__verified-badge.is-manual {
    color: hsl(24 95% 62%);
}

.hdv2-sidebar__verified-badge:focus-visible {
    outline: 2px solid hsl(217.2 91.2% 59.8%);
    outline-offset: 2px;
    border-radius: 999px;
}

.hdv2-sidebar__user-type-tip:focus-visible {
    outline: 2px solid hsl(217.2 91.2% 59.8%);
    outline-offset: 2px;
}

.hdv2-sidebar__user-email {
    display: block;
    max-width: 100%;
    font-size: 0.71rem;
    line-height: 1.25;
    color: hsl(240 3.8% 46.1%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hdv2-sidebar__user-type {
    flex-shrink: 0;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.42rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
}

.hdv2-sidebar__user-type svg {
    width: 0.78rem;
    height: 0.78rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hdv2-sidebar__user-type--corporate {
    background: hsl(217 85% 94%);
    border-color: hsl(217 70% 86%);
    color: hsl(217 70% 34%);
}

.hdv2-sidebar__user-type--individual {
    background: hsl(240 5% 94%);
    border-color: hsl(240 6% 86%);
    color: hsl(240 5% 38%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__user-type--corporate {
    background: hsl(217 40% 22%);
    border-color: hsl(217 45% 30%);
    color: hsl(213 85% 78%);
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__user-type--individual {
    background: hsl(240 4% 22%);
    border-color: hsl(240 4% 28%);
    color: hsl(240 5% 72%);
}

.hdv2-sidebar__user-type-float {
    position: fixed;
    z-index: 120;
    padding: 0.28rem 0.55rem;
    border-radius: 0.4rem;
    background: hsl(220 26% 14%);
    color: #fff;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.14s ease, visibility 0.14s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hdv2-sidebar__user-type-float.is-visible {
    opacity: 1;
    visibility: visible;
}

.hdv2-sidebar__user-type-float.is-hiding {
    opacity: 0;
    visibility: hidden;
}

.hdv2-sidebar__user-type-float.is-measuring {
    position: fixed;
    left: -10000px;
    top: 0;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
}

.hdv2-sidebar__user-type-float::after {
    content: '';
    position: absolute;
    left: var(--hdv2-sidebar-float-arrow-left, 50%);
    bottom: -0.22rem;
    width: 0.45rem;
    height: 0.45rem;
    background: hsl(220 26% 14%);
    transform: translateX(-50%) rotate(45deg);
}

.hdv2-sidebar__user-type-float.is-below::after {
    bottom: auto;
    top: -0.22rem;
}

:root[data-hdv2-theme="dark"] .hdv2-sidebar__user-email {
    color: hsl(240 5% 64.9%);
}

.hdv2-sidebar__rail {
    position: absolute;
    top: 0;
    right: -0.35rem;
    width: 0.75rem;
    height: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 50;
    padding: 0;
}

.hdv2-sidebar__rail::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: transparent;
    transition: background 0.15s ease;
}

.hdv2-sidebar__rail:hover::after {
    background: var(--sidebar-border);
}

.hdv2-sidebar-trigger {
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid var(--hdv2-cah-border);
    border-radius: 0.5rem;
    background: var(--hdv2-cah-card);
    color: var(--hdv2-cah-fg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.hdv2-sidebar-trigger:hover {
    background: var(--hdv2-cah-accent);
}

.hdv2-sidebar-trigger svg {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
}

.hdv2-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: hsl(0 0% 0% / 0.45);
    z-index: 35;
}

@media (max-width: 768px) {
    .hdv2-sidebar {
        width: var(--sidebar-width);
        transform: translateX(-100%);
        box-shadow: 0 10px 30px hsl(0 0% 0% / 0.18);
    }

    .hdv2-cah-provider[data-mobile-open="true"] .hdv2-sidebar {
        transform: translateX(0);
    }

    .hdv2-cah-provider[data-mobile-open="true"] .hdv2-sidebar-overlay {
        display: block;
    }

    .hdv2-sidebar__rail {
        display: none;
    }
}
