/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zpw8bi8hd3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zpw8bi8hd3] {
    flex: 1;
}

.sidebar[b-zpw8bi8hd3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zpw8bi8hd3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zpw8bi8hd3]  a, .top-row[b-zpw8bi8hd3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zpw8bi8hd3]  a:hover, .top-row[b-zpw8bi8hd3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zpw8bi8hd3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zpw8bi8hd3] {
        justify-content: space-between;
    }

    .top-row[b-zpw8bi8hd3]  a, .top-row[b-zpw8bi8hd3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zpw8bi8hd3] {
        flex-direction: row;
    }

    .sidebar[b-zpw8bi8hd3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zpw8bi8hd3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zpw8bi8hd3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zpw8bi8hd3], article[b-zpw8bi8hd3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zpw8bi8hd3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zpw8bi8hd3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavIconGlyph.razor.rz.scp.css */
.carbuyer-nav-icon[b-xy28q2qixf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
    color: currentColor;
}

.carbuyer-nav-icon[b-xy28q2qixf]  svg {
    display: block;
    width: 100%;
    height: 100%;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* =========================================================
   AutoCheckAI responsive navigation
   ========================================================= */

.carbuyer-topbar[b-9kw0hfl45z] {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 0.62rem clamp(0.75rem, 1.5vw, 1.5rem);
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(248, 250, 252, 0.96);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
    /* Dropdowns must be allowed to escape the sticky header. */
    overflow: visible;
}

.carbuyer-topbar-inner[b-9kw0hfl45z] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(0.7rem, 1.3vw, 1.25rem);
    width: min(100%, 1680px);
    min-height: 3rem;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.carbuyer-brand[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: center;
    gap: 0.68rem;
    min-width: 0;
    color: #172033;
    text-decoration: none;
    white-space: nowrap;
}

.carbuyer-brand:hover[b-9kw0hfl45z] {
    color: #172033;
}

.carbuyer-brand-mark[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.42rem;
    height: 2.42rem;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 0.82rem;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.carbuyer-brand-mark img[b-9kw0hfl45z] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carbuyer-brand-copy[b-9kw0hfl45z] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.05;
}

.carbuyer-brand-name[b-9kw0hfl45z] {
    color: #172033;
    font-size: 1.02rem;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.carbuyer-brand-tagline[b-9kw0hfl45z] {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.69rem;
    font-weight: 750;
}

/* =========================================================
   Desktop primary navigation
   ========================================================= */

.carbuyer-desktop-nav[b-9kw0hfl45z] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-width: 0;
    padding: 0.28rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
    overflow: visible;
}


.carbuyer-public-nav[b-9kw0hfl45z] {
    justify-self: center;
    max-width: max-content;
}

.carbuyer-nav-link[b-9kw0hfl45z],
.carbuyer-more-trigger[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    min-height: 2.35rem;
    padding: 0.5rem 0.68rem;
    border: 0;
    border-radius: 999px;
    color: #475569;
    background: transparent;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.carbuyer-nav-link:hover[b-9kw0hfl45z],
.carbuyer-more-trigger:hover[b-9kw0hfl45z] {
    color: #1d4ed8;
    background: #eff6ff;
}

.carbuyer-nav-link.active[b-9kw0hfl45z],
.carbuyer-more-trigger.active[b-9kw0hfl45z],
.carbuyer-more-trigger.is-open[b-9kw0hfl45z] {
    color: #ffffff;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.carbuyer-nav-link:focus-visible[b-9kw0hfl45z],
.carbuyer-more-trigger:focus-visible[b-9kw0hfl45z],
.carbuyer-account-trigger:focus-visible[b-9kw0hfl45z],
.carbuyer-mobile-toggle:focus-visible[b-9kw0hfl45z],
.carbuyer-dropdown-action:focus-visible[b-9kw0hfl45z],
.carbuyer-mobile-nav-link:focus-visible[b-9kw0hfl45z],
.carbuyer-mobile-utility-link:focus-visible[b-9kw0hfl45z] {
    outline: 3px solid rgba(59, 130, 246, 0.32);
    outline-offset: 2px;
}

.carbuyer-chevron[b-9kw0hfl45z] {
    display: inline-block;
    width: 0.42rem;
    height: 0.42rem;
    margin-left: 0.08rem;
    border-right: 1.8px solid currentColor;
    border-bottom: 1.8px solid currentColor;
    transform: translateY(-0.1rem) rotate(45deg);
    transition: transform 150ms ease;
}

.is-open > .carbuyer-chevron[b-9kw0hfl45z],
.carbuyer-more-trigger.is-open .carbuyer-chevron[b-9kw0hfl45z] {
    transform: translateY(0.1rem) rotate(225deg);
}

/* =========================================================
   Desktop dropdowns
   ========================================================= */

.carbuyer-nav-dropdown-wrap[b-9kw0hfl45z],
.carbuyer-account-dropdown-wrap[b-9kw0hfl45z] {
    position: relative;
    display: inline-flex;
    z-index: 2;
}

.carbuyer-dropdown-menu[b-9kw0hfl45z] {
    position: absolute;
    top: calc(100% + 0.7rem);
    z-index: 1100;
    padding: 0.5rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.18);
    animation: carbuyer-menu-in-b-9kw0hfl45z 130ms ease-out;
}

@keyframes carbuyer-menu-in-b-9kw0hfl45z {
    from { opacity: 0; }
    to { opacity: 1; }
}

.carbuyer-more-menu[b-9kw0hfl45z] {
    right: -0.75rem;
    width: min(38rem, calc(100vw - 2rem));
    padding: 0;
    overflow: hidden;
    border-color: rgba(96, 165, 250, 0.24);
    background: #ffffff;
    box-shadow:
        0 30px 70px rgba(15, 23, 42, 0.22),
        0 8px 24px rgba(37, 99, 235, 0.1);
}

.carbuyer-quick-menu-header[b-9kw0hfl45z] {
    display: grid;
    gap: 0.16rem;
    padding: 1rem 1.05rem 0.9rem;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 0%, rgba(96, 165, 250, 0.42), transparent 42%),
        linear-gradient(135deg, #172554, #1d4ed8 68%, #2563eb);
}

.carbuyer-quick-menu-kicker[b-9kw0hfl45z] {
    color: #bfdbfe;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.carbuyer-quick-menu-header strong[b-9kw0hfl45z] {
    font-size: 1.02rem;
    font-weight: 950;
    letter-spacing: -0.025em;
}

.carbuyer-quick-menu-header small[b-9kw0hfl45z] {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.75rem;
    font-weight: 650;
}

.carbuyer-quick-menu-grid[b-9kw0hfl45z] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    padding: 0.75rem;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.carbuyer-quick-link[b-9kw0hfl45z] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.68rem;
    min-height: 4.35rem;
    padding: 0.72rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    color: #334155;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.035);
    transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.carbuyer-quick-link:hover[b-9kw0hfl45z] {
    color: #1d4ed8;
    border-color: #93c5fd;
    background: #f8fbff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.1);
    transform: translateY(-1px);
}

.carbuyer-quick-link:focus-visible[b-9kw0hfl45z],
.carbuyer-quick-menu-footer a:focus-visible[b-9kw0hfl45z] {
    outline: 3px solid rgba(59, 130, 246, 0.3);
    outline-offset: 2px;
}

.carbuyer-quick-link-primary[b-9kw0hfl45z] {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.carbuyer-quick-link-primary:hover[b-9kw0hfl45z] {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #172554, #1d4ed8);
}

.carbuyer-quick-link-icon[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 auto;
    border-radius: 0.72rem;
    color: #1d4ed8;
    background: #eff6ff;
}

.carbuyer-quick-link-primary .carbuyer-quick-link-icon[b-9kw0hfl45z] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.carbuyer-quick-link-copy[b-9kw0hfl45z] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.carbuyer-quick-link-copy strong[b-9kw0hfl45z] {
    overflow: hidden;
    color: inherit;
    font-size: 0.84rem;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carbuyer-quick-link-copy small[b-9kw0hfl45z] {
    overflow: hidden;
    color: #64748b;
    font-size: 0.69rem;
    font-weight: 650;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carbuyer-quick-link-primary .carbuyer-quick-link-copy small[b-9kw0hfl45z] {
    color: rgba(255, 255, 255, 0.72);
}

.carbuyer-quick-link-arrow[b-9kw0hfl45z] {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 900;
    transition: transform 150ms ease, color 150ms ease;
}

.carbuyer-quick-link:hover .carbuyer-quick-link-arrow[b-9kw0hfl45z] {
    color: currentColor;
    transform: translateX(0.14rem);
}

.carbuyer-quick-menu-footer[b-9kw0hfl45z] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.25rem;
    padding: 0.55rem 0.65rem 0.65rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.carbuyer-quick-menu-footer a[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    min-height: 2.45rem;
    padding: 0.45rem 0.5rem;
    border-radius: 0.7rem;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
}

.carbuyer-quick-menu-footer a:hover[b-9kw0hfl45z] {
    color: #1d4ed8;
    background: #eaf2ff;
}

.carbuyer-account-menu[b-9kw0hfl45z] {
    right: 0;
    width: min(19rem, calc(100vw - 2rem));
}

.carbuyer-dropdown-action[b-9kw0hfl45z] {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    width: 100%;
    padding: 0.7rem 0.75rem;
    border: 0;
    border-radius: 0.76rem;
    color: #334155;
    background: transparent;
    font: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 140ms ease, background 140ms ease;
}

.carbuyer-dropdown-action:hover[b-9kw0hfl45z],
.carbuyer-dropdown-action.active[b-9kw0hfl45z] {
    color: #1d4ed8;
    background: #eff6ff;
}

.carbuyer-dropdown-action > span:last-child[b-9kw0hfl45z] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.carbuyer-dropdown-action strong[b-9kw0hfl45z] {
    color: inherit;
    font-size: 0.88rem;
    font-weight: 900;
}

.carbuyer-dropdown-action small[b-9kw0hfl45z] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.25;
}

.carbuyer-account-menu-header[b-9kw0hfl45z] {
    display: flex;
    align-items: center;
    gap: 0.68rem;
    margin-bottom: 0.35rem;
    padding: 0.62rem 0.65rem 0.75rem;
    border-bottom: 1px solid #e2e8f0;
}

.carbuyer-account-menu-header > span:last-child[b-9kw0hfl45z] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.carbuyer-account-menu-header strong[b-9kw0hfl45z] {
    overflow: hidden;
    color: #172033;
    font-size: 0.9rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carbuyer-account-menu-header small[b-9kw0hfl45z] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
}

.carbuyer-dropdown-logout-form[b-9kw0hfl45z],
.carbuyer-mobile-logout-form[b-9kw0hfl45z] {
    margin: 0;
}

.carbuyer-dropdown-logout[b-9kw0hfl45z] {
    color: #b91c1c;
}

.carbuyer-dropdown-logout:hover[b-9kw0hfl45z] {
    color: #991b1b;
    background: #fef2f2;
}

/* =========================================================
   Desktop actions
   ========================================================= */

.carbuyer-desktop-actions[b-9kw0hfl45z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    min-width: max-content;
}

.carbuyer-language[b-9kw0hfl45z] {
    display: inline-flex;
    margin: 0;
}

.carbuyer-language select[b-9kw0hfl45z],
.carbuyer-mobile-language select[b-9kw0hfl45z] {
    border: 1px solid rgba(148, 163, 184, 0.34);
    color: #172033;
    background: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.carbuyer-language select[b-9kw0hfl45z] {
    width: 7.4rem;
    min-height: 2.35rem;
    padding: 0.45rem 1.85rem 0.45rem 0.72rem;
    border-radius: 999px;
    font-size: 0.82rem;
}

.carbuyer-language select:focus[b-9kw0hfl45z],
.carbuyer-mobile-language select:focus[b-9kw0hfl45z] {
    border-color: #60a5fa;
    outline: 3px solid rgba(59, 130, 246, 0.18);
}

.carbuyer-pro-active-button[b-9kw0hfl45z],
.carbuyer-coin-balance-button[b-9kw0hfl45z],
.carbuyer-upgrade-button[b-9kw0hfl45z],
.carbuyer-login-button[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.52rem 0.8rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.carbuyer-pro-active-button[b-9kw0hfl45z] {
    color: #ffffff;
    border: 1px solid rgba(29, 78, 216, 0.24);
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.carbuyer-coin-balance-button[b-9kw0hfl45z] {
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
}

.carbuyer-upgrade-button[b-9kw0hfl45z] {
    color: #ffffff;
    background: linear-gradient(135deg, #111827, #2563eb);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.2);
}

.carbuyer-login-button[b-9kw0hfl45z] {
    color: #334155;
    border: 1px solid #cbd5e1;
    background: #ffffff;
}

.carbuyer-pro-active-button:hover[b-9kw0hfl45z],
.carbuyer-upgrade-button:hover[b-9kw0hfl45z] {
    color: #ffffff;
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.carbuyer-coin-balance-button:hover[b-9kw0hfl45z],
.carbuyer-login-button:hover[b-9kw0hfl45z] {
    color: #1d4ed8;
    transform: translateY(-1px);
}

.carbuyer-account-trigger[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    min-height: 2.35rem;
    max-width: 10.5rem;
    padding: 0.34rem 0.65rem 0.34rem 0.36rem;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 999px;
    color: #334155;
    background: #ffffff;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 850;
    cursor: pointer;
}

.carbuyer-account-trigger:hover[b-9kw0hfl45z],
.carbuyer-account-trigger.is-open[b-9kw0hfl45z] {
    color: #1d4ed8;
    border-color: #93c5fd;
    background: #eff6ff;
}

.carbuyer-account-avatar[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.72rem;
    height: 1.72rem;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #0284c7, #2563eb);
    font-size: 0.78rem;
    font-weight: 950;
}

.carbuyer-account-avatar-large[b-9kw0hfl45z] {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.9rem;
}

.carbuyer-account-label[b-9kw0hfl45z] {
    overflow: hidden;
    max-width: 6.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =========================================================
   Mobile navigation
   ========================================================= */

.carbuyer-mobile-toggle[b-9kw0hfl45z] {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
    width: 2.65rem;
    height: 2.65rem;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 0.82rem;
    background: #ffffff;
    cursor: pointer;
}

.carbuyer-mobile-toggle span[b-9kw0hfl45z] {
    display: block;
    width: 1.15rem;
    height: 2px;
    border-radius: 999px;
    background: #334155;
    transition: transform 160ms ease, opacity 160ms ease;
}

.is-menu-open .carbuyer-mobile-toggle span:nth-child(1)[b-9kw0hfl45z] {
    transform: translateY(0.38rem) rotate(45deg);
}

.is-menu-open .carbuyer-mobile-toggle span:nth-child(2)[b-9kw0hfl45z] {
    opacity: 0;
}

.is-menu-open .carbuyer-mobile-toggle span:nth-child(3)[b-9kw0hfl45z] {
    transform: translateY(-0.38rem) rotate(-45deg);
}

.carbuyer-mobile-panel[b-9kw0hfl45z] {
    display: none;
}

.carbuyer-nav-backdrop[b-9kw0hfl45z] {
    position: fixed;
    inset: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(1px);
}

/* =========================================================
   Responsive breakpoints
   ========================================================= */

@media (max-width: 1440px) {
    .carbuyer-topbar-inner[b-9kw0hfl45z] {
        gap: 0.65rem;
    }

    .carbuyer-brand-tagline[b-9kw0hfl45z] {
        display: none;
    }

    .carbuyer-nav-link[b-9kw0hfl45z],
    .carbuyer-more-trigger[b-9kw0hfl45z] {
        padding-inline: 0.58rem;
        font-size: 0.78rem;
    }

    .carbuyer-language select[b-9kw0hfl45z] {
        width: 6.5rem;
    }

    .carbuyer-account-label[b-9kw0hfl45z] {
        max-width: 4.6rem;
    }
}

@media (max-width: 1180px) {
    .carbuyer-brand-copy[b-9kw0hfl45z] {
        display: none;
    }

    .carbuyer-nav-link[b-9kw0hfl45z],
    .carbuyer-more-trigger[b-9kw0hfl45z] {
        gap: 0.3rem;
        padding-inline: 0.5rem;
    }

    .carbuyer-account-label[b-9kw0hfl45z] {
        display: none;
    }

    .carbuyer-account-trigger[b-9kw0hfl45z] {
        padding-right: 0.42rem;
    }

    .carbuyer-language select[b-9kw0hfl45z] {
        width: 6rem;
    }
}

@media (max-width: 1180px) and (min-width: 981px) {
    .carbuyer-more-menu[b-9kw0hfl45z] {
        right: -5.5rem;
        width: min(35rem, calc(100vw - 1.5rem));
    }
}

@media (max-width: 1120px) {
    .carbuyer-topbar[b-9kw0hfl45z] {
        padding: 0.55rem 0.72rem;
    }

    .carbuyer-topbar-inner[b-9kw0hfl45z] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .carbuyer-brand-copy[b-9kw0hfl45z] {
        display: flex;
    }

    .carbuyer-brand-tagline[b-9kw0hfl45z] {
        display: none;
    }

    .carbuyer-desktop-nav[b-9kw0hfl45z],
    .carbuyer-desktop-actions[b-9kw0hfl45z] {
        display: none;
    }

    .carbuyer-mobile-toggle[b-9kw0hfl45z] {
        display: inline-flex;
    }

    .carbuyer-mobile-panel[b-9kw0hfl45z] {
        display: block;
        width: min(100%, 42rem);
        max-height: calc(100dvh - 5rem);
        margin: 0.62rem auto 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        border: 1px solid rgba(148, 163, 184, 0.24);
        border-radius: 1.1rem;
        background: rgba(255, 255, 255, 0.99);
        box-shadow: 0 22px 50px rgba(15, 23, 42, 0.18);
        animation: carbuyer-mobile-menu-in-b-9kw0hfl45z 150ms ease-out;
    }

    @keyframes carbuyer-mobile-menu-in-b-9kw0hfl45z {
        from { opacity: 0; transform: translateY(-0.45rem); }
        to { opacity: 1; transform: translateY(0); }
    }

    .carbuyer-mobile-nav[b-9kw0hfl45z] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.42rem;
        padding: 0.68rem;
    }

    .carbuyer-mobile-nav-link[b-9kw0hfl45z] {
        display: flex;
        align-items: center;
        gap: 0.62rem;
        min-height: 3rem;
        padding: 0.7rem 0.78rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.85rem;
        color: #334155;
        background: #ffffff;
        font-size: 0.88rem;
        font-weight: 850;
        text-decoration: none;
    }

    .carbuyer-mobile-nav-link:hover[b-9kw0hfl45z] {
        color: #1d4ed8;
        border-color: #bfdbfe;
        background: #eff6ff;
    }

    .carbuyer-mobile-nav-link.active[b-9kw0hfl45z],
    .carbuyer-mobile-nav-link-primary[b-9kw0hfl45z] {
        color: #ffffff;
        border-color: transparent;
        background: linear-gradient(135deg, #1e3a8a, #2563eb);
        box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
    }

    .carbuyer-mobile-utilities[b-9kw0hfl45z] {
        display: grid;
        gap: 0.48rem;
        padding: 0.68rem;
        border-top: 1px solid #e2e8f0;
        background: #f8fafc;
        border-radius: 0 0 1.1rem 1.1rem;
    }

    .carbuyer-mobile-language[b-9kw0hfl45z] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.75rem;
        min-height: 3rem;
        padding: 0.58rem 0.72rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.82rem;
        color: #334155;
        background: #ffffff;
        font-size: 0.86rem;
        font-weight: 850;
    }

    .carbuyer-mobile-language select[b-9kw0hfl45z] {
        min-width: 8rem;
        padding: 0.42rem 1.75rem 0.42rem 0.65rem;
        border-radius: 0.65rem;
        font-size: 0.82rem;
    }

    .carbuyer-mobile-plan[b-9kw0hfl45z] {
        width: 100%;
        border-radius: 0.82rem;
    }

    .carbuyer-mobile-utility-link[b-9kw0hfl45z] {
        display: flex;
        align-items: center;
        gap: 0.62rem;
        width: 100%;
        min-height: 3rem;
        padding: 0.68rem 0.76rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.82rem;
        color: #334155;
        background: #ffffff;
        font: inherit;
        font-size: 0.86rem;
        font-weight: 850;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
    }

    .carbuyer-mobile-utility-link:hover[b-9kw0hfl45z] {
        color: #1d4ed8;
        border-color: #bfdbfe;
        background: #eff6ff;
    }

    .carbuyer-mobile-logout[b-9kw0hfl45z] {
        color: #b91c1c;
    }

    .carbuyer-mobile-logout:hover[b-9kw0hfl45z] {
        color: #991b1b;
        border-color: #fecaca;
        background: #fef2f2;
    }
}

@media (max-width: 560px) {
    .carbuyer-brand-name[b-9kw0hfl45z] {
        font-size: 0.96rem;
    }

    .carbuyer-brand-mark[b-9kw0hfl45z] {
        width: 2.28rem;
        height: 2.28rem;
    }

    .carbuyer-mobile-nav[b-9kw0hfl45z] {
        grid-template-columns: 1fr;
    }

    .carbuyer-mobile-language[b-9kw0hfl45z] {
        grid-template-columns: 1fr;
    }

    .carbuyer-mobile-language select[b-9kw0hfl45z] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carbuyer-dropdown-menu[b-9kw0hfl45z],
    .carbuyer-mobile-panel[b-9kw0hfl45z],
    .carbuyer-quick-link[b-9kw0hfl45z],
    .carbuyer-quick-link-arrow[b-9kw0hfl45z],
    .carbuyer-nav-link[b-9kw0hfl45z],
    .carbuyer-more-trigger[b-9kw0hfl45z],
    .carbuyer-mobile-toggle span[b-9kw0hfl45z] {
        animation: none;
        transition: none;
    }
}

/* The quick menu contains only secondary workflows; Analyse remains in the primary HUD. */
.carbuyer-quick-menu-footer-two[b-9kw0hfl45z] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Phase 2.0A: simplified five-destination navigation. */
.carbuyer-nav-count[b-9kw0hfl45z] {
    display: inline-grid;
    min-width: 1.35rem;
    height: 1.35rem;
    place-items: center;
    margin-left: .2rem;
    padding: 0 .3rem;
    border-radius: 999px;
    background: #eaf1ff;
    color: #0b4ed1;
    font-size: .68rem;
    font-weight: 850;
}

.carbuyer-nav-link.active .carbuyer-nav-count[b-9kw0hfl45z],
.carbuyer-mobile-nav-link.active .carbuyer-nav-count[b-9kw0hfl45z] {
    background: rgba(255,255,255,.22);
    color: inherit;
}

.carbuyer-plan-compact[b-9kw0hfl45z] {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #dce4ef;
    border-radius: 12px;
    color: #142033;
    text-decoration: none;
    background: #f7f9fc;
}

.carbuyer-plan-compact span[b-9kw0hfl45z] { color: #1463ff; font-size: .7rem; font-weight: 850; }
.carbuyer-plan-compact strong[b-9kw0hfl45z] { font-size: .95rem; }
.carbuyer-plan-compact small[b-9kw0hfl45z] { color: #60708a; font-size: .7rem; }
.phase-2a-account-menu[b-9kw0hfl45z] { min-width: 260px; }

@media (max-width: 1080px) {
    .carbuyer-brand-tagline[b-9kw0hfl45z],
    .carbuyer-account-copy[b-9kw0hfl45z],
    .carbuyer-plan-compact small[b-9kw0hfl45z] { display: none; }
}

/* =========================================================
   Phase 2.0F.4B.1 — unified language selector
   ========================================================= */
.carbuyer-language-control[b-9kw0hfl45z] {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .6rem;
    width: 100%;
    margin: 0 0 .38rem;
    padding: .68rem;
    border: 1px solid #dbe7f7;
    border-radius: .9rem;
    color: #172033;
    background: linear-gradient(145deg, #f8fbff, #eef5ff);
}

.carbuyer-language-control-icon[b-9kw0hfl45z] {
    display: inline-grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 auto;
    border-radius: .72rem;
    color: #1d4ed8;
    background: #ffffff;
    box-shadow: 0 5px 14px rgba(37, 99, 235, .09);
}

.carbuyer-language-control-icon svg[b-9kw0hfl45z] {
    width: 1.12rem;
    height: 1.12rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.carbuyer-language-control-copy[b-9kw0hfl45z] {
    display: grid;
    gap: .08rem;
    min-width: 0;
    line-height: 1.1;
}

.carbuyer-language-control-copy small[b-9kw0hfl45z] {
    color: #64748b;
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.carbuyer-language-control-copy strong[b-9kw0hfl45z] {
    overflow: hidden;
    color: #172033;
    font-size: .86rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carbuyer-language-control select[b-9kw0hfl45z],
.carbuyer-mobile-language select[b-9kw0hfl45z] {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 2.55rem;
    padding: .55rem 2rem .55rem .72rem;
    border: 1px solid #cbd9eb;
    border-radius: .72rem;
    color: #172033;
    background-color: #ffffff;
    font: inherit;
    font-size: .8rem;
    font-weight: 800;
    cursor: pointer;
}

.carbuyer-language-control select:hover[b-9kw0hfl45z],
.carbuyer-mobile-language select:hover[b-9kw0hfl45z] {
    border-color: #93b4e8;
}

.carbuyer-language-control select:focus[b-9kw0hfl45z],
.carbuyer-mobile-language select:focus[b-9kw0hfl45z] {
    border-color: #3b82f6;
    outline: 3px solid rgba(59, 130, 246, .18);
}

.carbuyer-mobile-language[b-9kw0hfl45z] {
    grid-template-columns: auto minmax(0, 1fr);
    gap: .6rem;
    padding: .68rem;
    background: linear-gradient(145deg, #ffffff, #f3f7ff);
}

@media (max-width: 560px) {
    .carbuyer-mobile-language[b-9kw0hfl45z] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .carbuyer-mobile-language select[b-9kw0hfl45z] {
        grid-column: 1 / -1;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kf2jc6pinz],
.components-reconnect-repeated-attempt-visible[b-kf2jc6pinz],
.components-reconnect-failed-visible[b-kf2jc6pinz],
.components-pause-visible[b-kf2jc6pinz],
.components-resume-failed-visible[b-kf2jc6pinz],
.components-rejoining-animation[b-kf2jc6pinz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kf2jc6pinz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kf2jc6pinz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kf2jc6pinz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kf2jc6pinz],
#components-reconnect-modal.components-reconnect-retrying[b-kf2jc6pinz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kf2jc6pinz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kf2jc6pinz],
#components-reconnect-modal.components-reconnect-failed[b-kf2jc6pinz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kf2jc6pinz] {
    display: block;
}


#components-reconnect-modal[b-kf2jc6pinz] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-kf2jc6pinz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kf2jc6pinz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kf2jc6pinz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kf2jc6pinz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kf2jc6pinz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kf2jc6pinz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kf2jc6pinz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kf2jc6pinz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kf2jc6pinz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kf2jc6pinz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kf2jc6pinz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kf2jc6pinz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kf2jc6pinz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kf2jc6pinz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kf2jc6pinz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kf2jc6pinz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kf2jc6pinz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kf2jc6pinz {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
