::selection {
    background: rgba(96, 165, 250, 0.34);
    color: #ffffff;
}

.panel-page,
.panel-page * {
    -webkit-tap-highlight-color: rgba(96, 165, 250, 0.18);
}

.panel-page {
    color: #ffffff;
    padding-top: 116px;
}

.panel-page p,
.panel-page label,
.panel-page dt,
.panel-page .prose,
.panel-page .prose * {
    color: rgba(255, 255, 255, 0.72);
}

.panel-page h1,
.panel-page h2,
.panel-page h3,
.panel-page dd,
.panel-page strong,
.panel-page option {
    color: #ffffff;
}

.panel-page h1 {
    max-width: 760px;
    margin: 8px 0 10px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.04;
    font-weight: 900;
    overflow-wrap: normal;
    word-break: normal;
}

.checkout-compact {
    width: min(calc(100% - 40px), 1180px) !important;
    padding-top: 118px !important;
}

.checkout-compact > .panel-main > .panel-topbar {
    display: none !important;
}

.checkout-compact .panel-checkout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
    gap: 16px !important;
}

.checkout-compact .panel-card {
    padding: 18px !important;
    border-radius: 8px !important;
}

.checkout-compact h1 {
    display: none !important;
}

.checkout-compact h2,
.checkout-compact .summary-card h2,
.checkout-compact .order-card h2 {
    margin: 0 0 12px !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.checkout-compact h3,
.checkout-compact .order-card h3 {
    font-size: 1.05rem !important;
    line-height: 1.25 !important;
}

.checkout-compact p,
.checkout-compact label,
.checkout-compact dt,
.checkout-compact dd,
.checkout-compact span {
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
}

.checkout-compact .panel-badge,
.checkout-compact .vexora-badge {
    font-size: 0.68rem !important;
    letter-spacing: 0.12em !important;
}

.checkout-compact .summary-card dl {
    gap: 10px !important;
    margin: 14px 0 !important;
}

.checkout-compact .summary-card .total {
    font-size: 1rem !important;
}

.checkout-compact .summary-card .total dd,
.checkout-compact .order-card h3 {
    font-size: 1.15rem !important;
}

.checkout-compact input,
.checkout-compact select,
.checkout-compact textarea {
    min-height: 42px !important;
    font-size: 0.9rem !important;
}

.checkout-compact button,
.checkout-compact .vx-button {
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: 0.9rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
}

.checkout-compact .flex.items-end.gap-2 {
    align-items: end !important;
    gap: 8px !important;
}

.panel-page h2 {
    margin: 6px 0 12px;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.15;
    font-weight: 900;
    overflow-wrap: normal;
    word-break: normal;
}

.panel-page h3 {
    margin: 8px 0 6px;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 850;
    overflow-wrap: normal;
    word-break: normal;
}

.panel-page .panel-topbar {
    align-items: flex-start;
}

.panel-page .panel-topbar p {
    max-width: 520px;
}

.panel-page .panel-card,
.panel-page .summary-card,
.panel-page .order-card {
    background: linear-gradient(145deg, rgba(18, 24, 38, 0.96), rgba(7, 11, 20, 0.96));
    border-color: rgba(255, 255, 255, 0.14);
}

.panel-page .summary-card {
    position: sticky;
    top: 116px;
    align-self: start;
}

.panel-page input,
.panel-page select,
.panel-page textarea {
    min-height: 48px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    caret-color: #ffffff;
    padding: 0 14px;
}

.panel-page textarea {
    min-height: 120px;
    padding-top: 12px;
}

.panel-page select,
.panel-page option {
    background-color: #0b1020;
}

.panel-page input:focus,
.panel-page select:focus,
.panel-page textarea:focus {
    border-color: rgba(96, 165, 250, 0.72);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.22);
    outline: none;
}

.panel-page input[type="radio"],
.panel-page input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    height: 18px;
    padding: 0;
    accent-color: #60a5fa;
}

.panel-page .vx-button,
.panel-page button {
    user-select: none;
}

.panel-page .summary-card button {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: linear-gradient(135deg, #4f8cff, #2563eb);
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 14px 38px rgba(37, 99, 235, 0.26);
}

.panel-page .summary-card button * {
    color: inherit;
}

.panel-page .prose {
    scrollbar-color: rgba(96, 165, 250, 0.45) transparent;
}

@media (max-width: 980px) {
    .panel-page .summary-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 620px) {
    .panel-page {
        padding-top: 96px;
    }

    .panel-page h1 {
        font-size: clamp(1.75rem, 10vw, 2.65rem);
    }
}

.billing-compact {
    width: min(calc(100% - 32px), 1180px) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding-top: 118px !important;
    padding-bottom: 38px !important;
    color: #ffffff !important;
}

.billing-compact *,
.billing-compact *::before,
.billing-compact *::after {
    letter-spacing: 0 !important;
}

.billing-compact h1,
.billing-compact h2,
.billing-compact h3,
.billing-compact h4 {
    font-family: inherit !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    filter: none !important;
    text-shadow: none !important;
}

.billing-compact h1 {
    font-size: 1.75rem !important;
}

.billing-compact h2 {
    font-size: 1.25rem !important;
}

.billing-compact h3 {
    font-size: 1.125rem !important;
}

.billing-compact p,
.billing-compact span,
.billing-compact label,
.billing-compact dt,
.billing-compact dd,
.billing-compact li {
    color: inherit;
    font-family: inherit !important;
}

.billing-compact .vexora-card {
    background: rgba(10, 16, 32, 0.86) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.32) !important;
    backdrop-filter: blur(18px);
}

.billing-compact .vexora-badge {
    display: inline-flex !important;
    width: max-content !important;
    min-height: 24px !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(96, 165, 250, 0.28) !important;
    background: rgba(37, 99, 235, 0.16) !important;
    color: #bfdbfe !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.billing-compact input,
.billing-compact select,
.billing-compact textarea {
    min-height: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.09) !important;
    color: #ffffff !important;
    caret-color: #ffffff !important;
    font-size: 0.9rem !important;
}

.billing-compact input::placeholder,
.billing-compact textarea::placeholder {
    color: rgba(255, 255, 255, 0.48) !important;
}

.billing-compact button {
    font-family: inherit !important;
    font-size: 0.9rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    text-shadow: none !important;
}

.billing-compact a button,
.billing-compact button * {
    color: inherit !important;
}

@media (max-width: 700px) {
    .billing-compact {
        width: min(calc(100% - 24px), 1180px) !important;
        padding-top: 98px !important;
    }
}

.billing-plain {
    padding-top: 78px !important;
    padding-bottom: 42px !important;
    color: #f8fafc !important;
}

body:has(.billing-plain) .footer {
    display: none !important;
}

.billing-plain *,
.billing-plain *::before,
.billing-plain *::after {
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.billing-plain h1,
.billing-plain h2,
.billing-plain h3,
.billing-plain h4,
.billing-plain p,
.billing-plain label,
.billing-plain span,
.billing-plain div {
    font-family: inherit !important;
    filter: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.billing-plain h1,
.billing-plain h2 {
    margin: 0 !important;
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.billing-plain h3 {
    margin: 0 !important;
    font-size: 1.05rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.billing-plain h3 span {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.52) !important;
    font-size: 0.74rem !important;
    font-weight: 600 !important;
}

.billing-plain h4,
.billing-plain p,
.billing-plain label {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
}

.billing-plain .bg-background-secondary {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        rgba(9, 14, 28, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34) !important;
}

.billing-item {
    position: relative !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 18px !important;
    overflow: hidden !important;
    padding: 18px !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}

.billing-item a,
.billing-item button,
.billing-item input,
.billing-item select,
.billing-item textarea,
.billing-summary,
.billing-summary * {
    -webkit-user-select: auto !important;
    user-select: auto !important;
}

.billing-item > * {
    position: relative;
    z-index: 1;
}

.billing-plain .billing-item--media {
    min-height: 132px;
    background:
        linear-gradient(90deg, rgba(7, 11, 20, 0.94) 0%, rgba(7, 11, 20, 0.82) 44%, rgba(7, 11, 20, 0.56) 100%),
        var(--billing-bg) !important;
    background-position: center !important;
    background-size: cover !important;
}

.billing-item--media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 0%, rgba(59, 130, 246, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 45%);
    pointer-events: none;
}

.billing-item:hover {
    border-color: rgba(96, 165, 250, 0.32) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.38) !important;
}

.billing-eyebrow {
    width: max-content;
    margin-bottom: 9px;
    padding: 5px 8px;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.15);
    color: #bfdbfe !important;
    font-size: 0.66rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

.billing-item p {
    margin-top: 8px !important;
    color: rgba(255, 255, 255, 0.62) !important;
}

.billing-item-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    min-width: 180px;
}

.billing-actions,
.billing-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.billing-summary {
    position: sticky;
    top: 104px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 18px !important;
}

.billing-summary-head {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.billing-summary-head span {
    display: block;
    margin-bottom: 6px;
    color: rgba(147, 197, 253, 0.82) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.billing-coupon {
    display: flex;
    align-items: end;
    gap: 10px;
}

.billing-totals {
    display: grid;
    gap: 11px;
}

.billing-totals > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 0.9rem !important;
}

.billing-totals strong {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.billing-total {
    margin-top: 3px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.billing-total span {
    color: rgba(255, 255, 255, 0.78) !important;
    font-weight: 800 !important;
}

.billing-total strong {
    color: #ffffff !important;
    font-size: 1.25rem !important;
}

.billing-tax-note {
    margin: -4px 0 0 !important;
    color: rgba(255, 255, 255, 0.52) !important;
    font-size: 0.78rem !important;
}

.billing-empty {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 34px 20px;
    text-align: center;
}

.billing-plain input,
.billing-plain select,
.billing-plain textarea {
    min-height: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    caret-color: #ffffff !important;
    font-size: 0.9rem !important;
}

.billing-plain input::placeholder,
.billing-plain textarea::placeholder {
    color: rgba(255, 255, 255, 0.48) !important;
}

.billing-plain button {
    min-height: 40px !important;
    padding: 0 14px !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, opacity 180ms ease !important;
}

.billing-plain button:hover {
    transform: translateY(-1px) !important;
}

.billing-plain button:focus-visible,
.billing-plain a:focus-visible,
.billing-plain input:focus-visible {
    outline: 2px solid rgba(96, 165, 250, 0.86) !important;
    outline-offset: 2px !important;
}

.billing-plain button *,
.billing-plain a {
    color: inherit !important;
}

@media (max-width: 767px) {
    .billing-plain {
        padding-top: 58px !important;
    }

    .billing-plain > .flex {
        gap: 16px !important;
    }

    .billing-plain .flex-row {
        flex-wrap: wrap;
    }

    .billing-item,
    .billing-item-side,
    .billing-actions,
    .billing-coupon {
        width: 100%;
    }

    .billing-item {
        flex-direction: column !important;
        padding: 16px !important;
    }

    .billing-item-side {
        align-items: stretch;
        min-width: 0;
    }

    .billing-actions {
        justify-content: flex-start;
    }

    .billing-summary {
        position: static;
    }

    .billing-coupon {
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .billing-item,
    .billing-plain button {
        transition: none !important;
    }

    .billing-item:hover,
    .billing-plain button:hover {
        transform: none !important;
    }
}

.auth {
    position: relative;
    min-height: 100dvh;
    overflow: hidden;
    background: #070a12;
    color: #ffffff;
}

.auth-media {
    position: fixed;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 10, 18, 0.96) 0%, rgba(7, 10, 18, 0.84) 43%, rgba(7, 10, 18, 0.56) 100%),
        linear-gradient(0deg, #070a12 0%, rgba(7, 10, 18, 0.08) 54%),
        url("/assets/minecraft-panel-bg.webp") center center / cover no-repeat;
    filter: saturate(1.12) contrast(1.04);
}

.auth-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 420px at 74% 18%, rgba(56, 189, 248, 0.15), transparent 62%),
        linear-gradient(#ffffff08 1px, transparent 1px),
        linear-gradient(90deg, #ffffff08 1px, transparent 1px);
    background-size: auto, 72px 72px, 72px 72px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
    pointer-events: none;
}

.auth-stage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    align-items: center;
    gap: 58px;
    width: min(100% - 48px, 1160px);
    min-height: 100dvh;
    margin: 0 auto;
    padding: 54px 0;
}

.auth-copy {
    max-width: 560px;
    animation: authEnter 460ms cubic-bezier(.16, 1, .3, 1) both;
}

.auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 72px;
    color: #ffffff !important;
    font-weight: 800;
}

.auth-brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.auth-brand small {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.auth .eyebrow,
.auth .panel-kicker {
    color: #d9c8ff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.auth-copy h1 {
    max-width: 560px;
    margin-top: 18px !important;
    color: #ffffff !important;
    font-size: clamp(2.65rem, 5vw, 3.25rem) !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
}

.auth-copy > p:not(.eyebrow) {
    max-width: 430px;
    margin-top: 22px !important;
    color: #cbd5e1 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.auth-copy dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 440px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-copy dt {
    color: #7c8798;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.auth-copy dd {
    margin-top: 8px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
}

.auth-form-panel {
    display: grid;
    place-items: center;
    width: 100%;
}

.auth-form {
    width: 100%;
    max-width: 440px;
    animation: authEnter 420ms cubic-bezier(.16, 1, .3, 1) both;
}

.auth-form--wide {
    max-width: 520px;
}

.auth-card {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(11, 16, 32, 0.88);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px);
}

.auth-form h1 {
    margin-top: 8px !important;
    color: #ffffff !important;
    font-size: 31px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.auth-form > p:not(.panel-kicker) {
    margin: 10px 0 28px !important;
    color: #9aa4b2 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

.auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.auth-span {
    grid-column: 1 / -1;
}

.auth-form form,
.auth-form {
    display: grid;
    gap: 18px;
}

.auth-form label {
    color: #e5e7eb !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
}

.auth-form input:not([type="hidden"]):not([type="checkbox"]),
.auth-form select,
.auth-form textarea {
    min-height: 48px !important;
    border: 1px solid #dbe7f6 !important;
    border-radius: 12px !important;
    background: #e8f0fb !important;
    color: #0f172a !important;
    box-shadow: none !important;
}

.auth-form input::placeholder,
.auth-form textarea::placeholder {
    color: #64748b !important;
}

.auth-form input:focus,
.auth-form select:focus,
.auth-form textarea:focus {
    border-color: #7dd3fc !important;
    outline: 2px solid rgba(56, 189, 248, 0.22) !important;
    outline-offset: 2px;
}

.auth-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    accent-color: #38bdf8;
}

.auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #cbd5e1;
    font-size: 13px;
}

.auth-row a,
.auth .switch a,
.auth-card a {
    color: #e0f2fe !important;
    font-weight: 700 !important;
}

.auth-card button[type="submit"],
.auth-card .w-full[type="submit"] {
    min-height: 48px !important;
    border: 1px solid #ffffff !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    font-weight: 900 !important;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease !important;
}

.auth-card button[type="submit"]:hover,
.auth-card .w-full[type="submit"]:hover {
    background: #e0f2fe !important;
    border-color: #e0f2fe !important;
    transform: translateY(-1px);
}

.auth-card button[type="submit"] *,
.auth-card .w-full[type="submit"] * {
    color: inherit !important;
}

.auth-oauth {
    margin-top: 6px;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0 12px;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
}

.auth-divider span {
    color: #9aa4b2;
    font-size: 12px;
}

.auth-oauth-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.auth-oauth-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
}

.auth-oauth-grid img {
    width: 18px;
    height: 18px;
}

.auth .switch {
    margin-top: 8px;
    color: #9aa4b2;
    text-align: center;
    font-size: 13px;
}

.mobile-logo {
    display: none;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 800;
}

.mobile-logo img {
    width: 36px;
    height: 36px;
    padding: 7px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

@keyframes authEnter {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1060px) {
    .auth-stage {
        grid-template-columns: minmax(0, 1fr) 420px;
        gap: 38px;
        width: min(100% - 36px, 980px);
    }

    .auth-copy h1 {
        font-size: 42px !important;
    }
}

@media (max-width: 860px) {
    .auth-stage {
        display: flex;
        justify-content: center;
        width: min(100% - 32px, 460px);
        padding: 54px 0;
    }

    .auth-copy {
        display: none;
    }

    .auth-media {
        background:
            linear-gradient(rgba(7, 10, 18, 0.72), rgba(7, 10, 18, 0.88)),
            url("/assets/minecraft-panel-bg.webp") center center / cover no-repeat;
    }

    .auth-card {
        padding: 28px 24px;
        background: rgba(11, 16, 32, 0.91);
    }

    .mobile-logo {
        display: flex;
    }
}

@media (max-width: 560px) {
    .auth-stage {
        width: min(100% - 24px, 420px);
        padding: 32px 0;
    }

    .auth-card {
        padding: 24px 20px;
    }

    .auth-grid {
        grid-template-columns: 1fr;
    }

    .auth-form h1 {
        font-size: 25px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-copy,
    .auth-form,
    .auth-card button[type="submit"] {
        animation: none !important;
        transition: none !important;
    }
}

.dashboard-compact {
    width: min(calc(100% - 32px), 1180px) !important;
    max-width: 1180px !important;
    padding-top: 112px !important;
    padding-bottom: 42px !important;
}

.dashboard-compact *,
.dashboard-compact *::before,
.dashboard-compact *::after {
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.dashboard-compact h1,
.dashboard-compact h2,
.dashboard-compact h3,
.dashboard-compact h4,
.dashboard-compact p,
.dashboard-compact span,
.dashboard-compact a,
.dashboard-compact div {
    font-family: inherit !important;
    filter: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.dashboard-compact h1 {
    max-width: 760px !important;
    margin-top: 10px !important;
    color: #ffffff !important;
    font-size: clamp(1.75rem, 2.8vw, 2.45rem) !important;
    line-height: 1.08 !important;
    font-weight: 850 !important;
}

.dashboard-compact h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 1.08rem !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

.dashboard-compact h3,
.dashboard-compact h4 {
    color: #ffffff !important;
    font-size: 0.98rem !important;
    line-height: 1.3 !important;
    font-weight: 750 !important;
}

.dashboard-compact p {
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
}

.dashboard-compact .vexora-kicker {
    color: #bfdbfe !important;
    font-size: 0.72rem !important;
    font-weight: 850 !important;
    text-transform: uppercase !important;
}

.dashboard-compact .vexora-card {
    border-radius: 12px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        rgba(9, 14, 28, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.30) !important;
}

.dashboard-stat-value {
    color: #ffffff !important;
    font-size: 1.75rem !important;
    line-height: 1 !important;
    font-weight: 850 !important;
}

.dashboard-compact .vexora-badge {
    min-height: 24px !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    font-size: 0.7rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

.dashboard-compact button,
.dashboard-compact .vexora-link,
.dashboard-compact a {
    font-size: 0.88rem !important;
}

.dashboard-compact button {
    min-height: 40px !important;
    padding: 0 14px !important;
}

.dashboard-compact .group,
.dashboard-compact .block.rounded-lg {
    border-radius: 10px !important;
}

@media (max-width: 760px) {
    .dashboard-compact {
        width: min(calc(100% - 24px), 1180px) !important;
        padding-top: 96px !important;
    }

    .dashboard-compact h1 {
        font-size: clamp(1.55rem, 8vw, 2.05rem) !important;
    }

    .dashboard-hero,
    .dashboard-widgets {
        gap: 16px !important;
    }
}

/* Azion-style Vexora customer dashboard */
.vexora-aside {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 18 !important;
    width: 272px !important;
    height: auto !important;
    margin: 0 !important;
    display: none;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 92px 16px 18px !important;
    overflow: hidden auto !important;
    border: 0 !important;
    border-right: 1px solid rgba(148, 163, 184, 0.18) !important;
    border-radius: 0 !important;
    background:
        linear-gradient(180deg, rgba(9, 14, 27, 0.94), rgba(3, 7, 18, 0.96)),
        radial-gradient(circle at 0 0, rgba(59, 130, 246, 0.12), transparent 22rem) !important;
    box-shadow: 18px 0 60px rgba(0, 0, 0, 0.26), inset -1px 0 rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(18px) !important;
}

.vexora-aside-brand {
    padding: 0 8px 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.vexora-aside-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vexora-aside-logo img {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    object-fit: contain;
    padding: 5px;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff, #e8eef8);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.vexora-aside-logo span,
.vexora-aside-user-card span {
    display: grid;
    min-width: 0;
}

.vexora-aside-logo strong,
.vexora-aside-user-card strong {
    color: #ffffff;
    font-size: 0.92rem;
    line-height: 1.1;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vexora-aside-logo small,
.vexora-aside-user-card small {
    margin-top: 3px;
    color: rgba(226, 232, 240, 0.62);
    font-size: 0.72rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vexora-aside > div:not(.vexora-aside-brand):not(.vexora-aside-user) {
    padding: 0 !important;
    gap: 4px !important;
}

.vexora-aside .flex.items-center.rounded-lg,
.vexora-aside [x-data] {
    border-radius: 10px !important;
    overflow: visible !important;
}

.vexora-aside a,
.vexora-aside button {
    min-height: 42px !important;
    border-radius: 10px !important;
    color: rgba(226, 232, 240, 0.72) !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    border: 1px solid transparent !important;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease !important;
}

.vexora-aside a:hover,
.vexora-aside button:hover,
.vexora-aside .bg-primary\/5 {
    color: #ffffff !important;
    border-color: rgba(96, 165, 250, 0.16) !important;
    background: rgba(96, 165, 250, 0.08) !important;
    transform: translateX(2px);
}

.vexora-aside svg {
    color: rgba(125, 211, 252, 0.9) !important;
    fill: currentColor !important;
}

.vexora-aside-user {
    display: grid;
    gap: 10px;
    padding: 14px 6px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.vexora-aside-user-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 2px !important;
    border: 0 !important;
    background: transparent !important;
}

.vexora-aside-user-card img {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid rgba(96, 165, 250, 0.32);
    background: rgba(255, 255, 255, 0.08);
}

.vexora-aside-user-actions {
    display: grid;
    gap: 7px;
}

.vexora-aside-user-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(148, 163, 184, 0.16) !important;
    background: rgba(15, 23, 42, 0.34) !important;
    color: rgba(226, 232, 240, 0.78) !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
}

.vexora-aside-user-actions a:hover {
    color: #ffffff !important;
    border-color: rgba(96, 165, 250, 0.36) !important;
    background: rgba(96, 165, 250, 0.12) !important;
    transform: translateX(0) !important;
}

.vexora-aside-user-actions .vexora-admin-area-link {
    color: #dbeafe !important;
    border-color: rgba(96, 165, 250, 0.30) !important;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.20), rgba(14, 165, 233, 0.08)) !important;
}

@media (min-width: 1181px) {
    .vexora-aside {
        display: flex !important;
        padding-top: 24px !important;
    }

    body:has(#main-aside) .vexora-dashboard-page {
        padding-top: 44px !important;
    }
}

body:has(#main-aside) .nav-shell {
    display: none !important;
}

body:has(#main-aside) .footer {
    display: none !important;
}

body:has(#main-aside) main {
    min-height: 100dvh !important;
}

body:has(#main-aside) .navbar {
    max-width: none !important;
    min-height: 64px !important;
    padding: 8px 14px !important;
    border-radius: 14px !important;
    gap: 18px !important;
    background: rgba(9, 14, 26, 0.78) !important;
    border-color: rgba(148, 163, 184, 0.25) !important;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 255, 255, 0.06) !important;
}

body:has(#main-aside) .navbar:after {
    opacity: 0.34 !important;
}

body:has(#main-aside) .navbar .brand img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
}

body:has(#main-aside) .desktop-nav {
    gap: 4px !important;
}

body:has(#main-aside) .desktop-nav a,
body:has(#main-aside) .nav-actions > a {
    min-height: 40px !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    color: rgba(226, 232, 240, 0.72) !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
}

body:has(#main-aside) .desktop-nav a:hover,
body:has(#main-aside) .desktop-nav a.active,
body:has(#main-aside) .nav-actions > a:hover {
    color: #ffffff !important;
    background: rgba(96, 165, 250, 0.10) !important;
}

body:has(#main-aside) .nav-actions {
    gap: 8px !important;
}

body:has(#main-aside) .nav-actions img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
}

body:has(#main-aside) .md\:ml-64 {
    margin-left: 272px !important;
}

.vexora-dashboard-page {
    width: min(calc(100% - 42px), 1160px);
    margin: 0 auto;
    padding: 116px 0 54px;
}

.vexora-dashboard-page,
.vexora-dashboard-page * {
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.az-dashboard-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.az-greeting {
    margin: 0 0 8px !important;
    color: rgba(125, 211, 252, 0.9) !important;
    font-size: 0.86rem !important;
    font-weight: 800 !important;
}

.az-dashboard-hero h1 {
    margin: 0 0 10px !important;
    color: #ffffff !important;
    font-size: clamp(2rem, 4vw, 3.15rem) !important;
    line-height: 1.05 !important;
    font-family: inherit !important;
    font-weight: 850 !important;
}

.az-dashboard-hero p:not(.az-greeting) {
    max-width: 680px;
    margin: 0 !important;
    color: rgba(226, 232, 240, 0.66) !important;
    font-size: 1.02rem !important;
    line-height: 1.55 !important;
}

.az-credit-box {
    min-width: 170px;
    padding: 16px 18px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.44);
    text-align: right;
    backdrop-filter: blur(16px);
}

.az-credit-box span {
    display: block;
    color: rgba(226, 232, 240, 0.58);
    font-size: 0.8rem;
    font-weight: 700;
}

.az-credit-box strong {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1;
}

.az-quick-actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(16px);
}

.az-quick-actions a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 14px;
    border-radius: 12px;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.9rem;
    font-weight: 750;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.az-quick-actions a:hover {
    color: #ffffff;
    background: rgba(59, 130, 246, 0.14);
    transform: translateY(-1px);
}

.az-heads-up,
.az-widget-card,
.az-metric-card {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.36);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
}

.az-heads-up {
    margin-bottom: 24px;
    overflow: hidden;
    border-color: rgba(245, 158, 11, 0.25);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(15, 23, 42, 0.34));
}

.az-heads-up-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(245, 158, 11, 0.14);
}

.az-heads-up-title > span,
.az-alert-row > span,
.az-widget-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 12px;
}

.az-heads-up-title > span {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.14);
}

.az-heads-up-title p {
    margin: 0 0 2px !important;
    color: rgba(245, 158, 11, 0.82) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.az-heads-up-title h2,
.az-widget-card h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    font-family: inherit !important;
    font-weight: 800 !important;
}

.az-alert-row {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 66px;
    padding: 13px 18px;
    color: rgba(226, 232, 240, 0.82);
    border-top: 1px solid rgba(245, 158, 11, 0.08);
}

.az-alert-row:hover {
    background: rgba(255, 255, 255, 0.04);
}

.az-alert-row.danger > span {
    color: #fb7185;
    background: rgba(251, 113, 133, 0.13);
}

.az-alert-row.primary > span {
    color: #60a5fa;
    background: rgba(96, 165, 250, 0.13);
}

.az-alert-row div {
    display: grid;
    flex: 1;
    min-width: 0;
}

.az-alert-row strong {
    color: #ffffff;
    font-size: 0.9rem;
}

.az-alert-row small {
    margin-top: 3px;
    color: rgba(226, 232, 240, 0.56);
    font-size: 0.78rem;
}

.az-alert-row em {
    flex: 0 0 auto;
    padding: 7px 11px;
    border-radius: 10px;
    border: 1px solid currentColor;
    color: #93c5fd;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 800;
}

.az-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.az-metric-card {
    position: relative;
    min-height: 132px;
    overflow: hidden;
    padding: 22px;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.az-metric-card:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.42);
    background: rgba(15, 23, 42, 0.48);
}

.az-metric-card strong {
    position: relative;
    z-index: 1;
    display: block;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.65rem);
    line-height: 1;
    font-weight: 850;
}

.az-metric-card span {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 9px;
    color: rgba(226, 232, 240, 0.65);
    font-size: 0.9rem;
    font-weight: 750;
}

.az-metric-bg {
    position: absolute;
    right: -18px;
    top: -22px;
    width: 98px;
    height: 98px;
    opacity: 0.12;
    transition: transform 180ms ease, opacity 180ms ease;
}

.az-metric-card:hover .az-metric-bg {
    transform: scale(1.05);
    opacity: 0.17;
}

.az-metric-card.primary .az-metric-bg,
.az-widget-icon.primary {
    color: #60a5fa;
    background: rgba(96, 165, 250, 0.11);
}

.az-metric-card.warning .az-metric-bg,
.az-widget-icon.warning {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.11);
}

.az-metric-card.success .az-metric-bg,
.az-widget-icon.success {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.11);
}

.az-widget-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.az-widget-card {
    min-width: 0;
    padding: 20px;
    overflow: hidden;
}

.az-widget-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.az-widget-card header > div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.az-widget-card header small {
    color: rgba(226, 232, 240, 0.62);
    font-weight: 800;
}

.az-add-ticket {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    color: #22c55e;
    transition: background 180ms ease, color 180ms ease;
}

.az-add-ticket:hover {
    color: #ffffff;
    background: rgba(34, 197, 94, 0.14);
}

.az-widget-card [wire\:id],
.az-widget-card [wire\:name] {
    color: rgba(226, 232, 240, 0.72);
}

.az-widget-card .text-center {
    padding: 28px 10px !important;
}

.az-widget-card p,
.az-widget-card span,
.az-widget-card a,
.az-widget-card div {
    font-size: 0.9rem;
}

.az-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 43px;
    margin-top: 18px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 13px;
    background: rgba(3, 7, 18, 0.32);
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 800;
    transition: background 180ms ease, border-color 180ms ease;
}

.az-view-all:hover {
    border-color: rgba(96, 165, 250, 0.42);
    background: rgba(96, 165, 250, 0.12);
}

.vexora-mobile-dock {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 50;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 18px;
    background: rgba(5, 10, 20, 0.88);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45), inset 0 1px rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
}

.vexora-mobile-dock a {
    display: grid;
    min-width: 0;
    min-height: 52px;
    place-items: center;
    gap: 3px;
    padding: 6px 4px;
    border-radius: 13px;
    color: rgba(226, 232, 240, 0.62);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    transition: background 180ms ease, color 180ms ease;
}

.vexora-mobile-dock a.active,
.vexora-mobile-dock a:hover {
    color: #ffffff;
    background: rgba(96, 165, 250, 0.14);
}

.vexora-mobile-dock svg {
    color: #7dd3fc;
}

body:has(#main-aside) .vexora-shell:not(.dashboard-compact),
body:has(#main-aside) main > .container {
    width: min(calc(100% - 42px), 1160px) !important;
    margin-inline: auto !important;
    padding-top: 44px !important;
    padding-bottom: 54px !important;
}

body:has(#main-aside) .bg-background-secondary,
body:has(#main-aside) .border-neutral {
    border-color: rgba(148, 163, 184, 0.22) !important;
}

body:has(#main-aside) table {
    border-collapse: separate;
    border-spacing: 0;
}

body:has(#main-aside) input,
body:has(#main-aside) select,
body:has(#main-aside) textarea {
    border-color: rgba(148, 163, 184, 0.28) !important;
    background-color: rgba(15, 23, 42, 0.48) !important;
    color: #ffffff !important;
}

body:has(#main-aside) input:focus,
body:has(#main-aside) select:focus,
body:has(#main-aside) textarea:focus {
    border-color: rgba(96, 165, 250, 0.65) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18) !important;
}

@media (max-width: 1180px) {
    body:has(#main-aside) .md\:ml-64 {
        margin-left: 0 !important;
    }

    .vexora-aside {
        display: none !important;
    }

    .vexora-mobile-dock {
        display: grid;
    }
}

@media (max-width: 920px) {
    .vexora-dashboard-page {
        width: min(calc(100% - 28px), 1160px);
        padding: 28px 0 96px;
    }

    body:has(#main-aside) .vexora-shell:not(.dashboard-compact),
    body:has(#main-aside) main > .container {
        width: min(calc(100% - 28px), 1160px) !important;
        padding-top: 28px !important;
        padding-bottom: 96px !important;
    }

    .az-dashboard-hero {
        display: grid;
    }

    .az-credit-box {
        width: 100%;
        text-align: left;
    }

    .az-metrics,
    .az-widget-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body:has(#main-aside) .nav-shell {
        top: 10px !important;
        padding: 0 10px !important;
    }

    .vexora-dashboard-page {
        padding-top: 22px;
    }

    .az-dashboard-hero h1 {
        font-size: clamp(1.85rem, 9vw, 2.35rem) !important;
    }

    .az-dashboard-hero p:not(.az-greeting) {
        display: none;
    }

    .az-quick-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .az-quick-actions a {
        min-height: 52px;
        border: 1px solid rgba(148, 163, 184, 0.22);
        background: rgba(15, 23, 42, 0.34);
    }

    .az-metric-card {
        min-height: 108px;
        padding: 18px;
    }

    .az-alert-row {
        align-items: flex-start;
    }

    .az-alert-row em {
        display: none;
    }
}

/* Speed pass: keep the panel premium without expensive paint work. */
body:has(#main-aside) *,
body:has(#main-aside) *::before,
body:has(#main-aside) *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
}

body:has(#main-aside) .vexora-aside,
body:has(#main-aside) .az-credit-box,
body:has(#main-aside) .az-quick-actions,
body:has(#main-aside) .az-heads-up,
body:has(#main-aside) .az-widget-card,
body:has(#main-aside) .az-metric-card,
body:has(#main-aside) .vexora-mobile-dock {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

body:has(#main-aside) .az-heads-up,
body:has(#main-aside) .az-widget-card,
body:has(#main-aside) .az-metric-card {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.06) !important;
}

body:has(#main-aside) .vexora-aside,
body:has(#main-aside) .vexora-mobile-dock {
    box-shadow: inset -1px 0 rgba(255, 255, 255, 0.04) !important;
}
