/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q1xfhku5zv] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-q1xfhku5zv] {
    flex: 1;
}

.sidebar[b-q1xfhku5zv] {
    background: #171529;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.top-row[b-q1xfhku5zv] {
    background: #181430;
    border-bottom: 1px solid #2A2741;
    justify-content: space-between;
    min-height: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-row-badge[b-q1xfhku5zv] {
    white-space: nowrap;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(124, 92, 255, 0.16);
    border: 1px solid rgba(124, 92, 255, 0.45);
    color: #7C5CFF;
    font-weight: 600;
    font-size: 0.8rem;
}

.top-row-actions[b-q1xfhku5zv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-row-cart[b-q1xfhku5zv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #0E0B1A;
    border: 1px solid #2A2741;
    color: #444;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.top-row-cart:hover[b-q1xfhku5zv] {
    background: rgba(124, 92, 255, 0.16);
    border-color: rgba(124, 92, 255, 0.45);
    color: #7C5CFF;
}

@media (max-width: 640.98px) {
    .top-row[b-q1xfhku5zv] {
        height: auto;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
}

@media (min-width: 641px) {
    .page[b-q1xfhku5zv] {
        flex-direction: row;
    }

    .sidebar[b-q1xfhku5zv] {
        width: 270px;
    }

    .top-row[b-q1xfhku5zv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-q1xfhku5zv], article[b-q1xfhku5zv] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-q1xfhku5zv] {
    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-q1xfhku5zv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-owx2u24ov6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-owx2u24ov6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-owx2u24ov6] {
    min-height: 4.5rem;
    background-color: transparent;
}

.navbar-brand[b-owx2u24ov6] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    text-decoration: none;
    color: white;
}

.brand-mark[b-owx2u24ov6] {
    position: relative;
    overflow: hidden;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--foil);
    color: #0c0a1a;
    font-family: var(--display);
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 4px 14px rgba(91, 46, 230, 0.45);
}

/* Foil shine sweep — ties the brand mark to the hero's holographic signature. */
.brand-mark[b-owx2u24ov6]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.65) 50%, transparent 60%);
    transform: translateX(-120%);
    animation: brand-sweep-b-owx2u24ov6 5s ease-in-out infinite;
}

@keyframes brand-sweep-b-owx2u24ov6 {
    0%, 60% { transform: translateX(-120%); }
    80%, 100% { transform: translateX(120%); }
}

@media (prefers-reduced-motion: reduce) {
    .brand-mark[b-owx2u24ov6]::after {
        animation: none;
    }
}

.brand-title[b-owx2u24ov6] {
    display: block;
    font-family: var(--display);
    font-size: 1.05rem;
    font-weight: 700;
}

.brand-subtitle[b-owx2u24ov6] {
    display: block;
    color: rgba(180, 200, 240, 0.78);
    font-size: 0.76rem;
    margin-top: 0.15rem;
}

.nav-section-label[b-owx2u24ov6] {
    color: rgba(160, 180, 220, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.bi[b-owx2u24ov6] {
    display: inline-block;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.65rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-bag-fill-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2.5 2.5 0 0 0-2.5 2.5V4H4a1 1 0 0 0-1 1v8.5A1.5 1.5 0 0 0 4.5 15h7A1.5 1.5 0 0 0 13 13.5V5a1 1 0 0 0-1-1h-1.5v-.5A2.5 2.5 0 0 0 8 1Zm1.5 3h-3v-.5a1.5 1.5 0 0 1 3 0V4Z'/%3E%3C/svg%3E");
}

.bi-gift-fill-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 2.5a1.5 1.5 0 0 1 2.58-1.06L8 3.86l2.42-2.42A1.5 1.5 0 1 1 12.54 3.5H13a1 1 0 0 1 1 1V6h-1v7.5a1.5 1.5 0 0 1-1.5 1.5H8V6H2v7.5A1.5 1.5 0 0 0 3.5 15H8V6H2V4.5a1 1 0 0 1 1-1h.46A1.5 1.5 0 0 1 3 2.5Zm1.5-.5a.5.5 0 0 0-.35.85L6.29 5H7V4.29L4.85 2.15A.5.5 0 0 0 4.5 2Zm7 0a.5.5 0 0 0-.35.15L9 4.29V5h.71l2.14-2.15A.5.5 0 0 0 11.5 2Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-camera-fill-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z'/%3E%3Cpath d='M2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2zm.5 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9 2.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.186.113a1 1 0 0 0-.372 0L1.5 1.5 8 3.82 14.5 1.5 8.186.113ZM15 2.766 8.5 5.085V15l6-2.143A1 1 0 0 0 15 11.92V2.766ZM7.5 15V5.085L1 2.766V11.92a1 1 0 0 0 .5.937L7.5 15Z'/%3E%3C/svg%3E");
}

.bi-wallet2-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12 1H4a2 2 0 0 0-2 2v1h12V3a2 2 0 0 0-2-2Z'/%3E%3Cpath d='M14 5H2a1 1 0 0 0-1 1v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a1 1 0 0 0-1-1Zm-2.5 4.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
}

.bi-cash-coin-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm.5-5.5v.75h.75a.75.75 0 0 1 0 1.5h-.75v.75a.75.75 0 0 1-1.5 0v-.75h-.75a.75.75 0 0 1 0-1.5h.75V9.5a.75.75 0 0 1 1.5 0Z'/%3E%3Cpath d='M8 1a8 8 0 1 0 0 14h.5a.5.5 0 0 0 0-1H8A7 7 0 1 1 15 7c0 1.08-.244 2.11-.68 3.03a.5.5 0 1 0 .904.427A8 8 0 0 0 8 1Z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v1.086a2 2 0 0 1 .995.59.5.5 0 1 1-.71.704A1 1 0 0 0 8 6H7a1 1 0 0 0 0 2h1a2 2 0 0 1 .5 3.938V13.5a.5.5 0 0 1-1 0V11.95a2 2 0 0 1-1.529-.632.5.5 0 0 1 .708-.706A1 1 0 0 0 7.5 11h1a1 1 0 1 0 0-2h-1a2 2 0 0 1-.5-3.938V4.5A.5.5 0 0 1 8 4Z'/%3E%3C/svg%3E");
}

.bi-tools-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 0 0 1l2.2 2.2a4.5 4.5 0 0 0 5.784 5.784l5.858 5.858 1.414-1.414-5.858-5.858A4.5 4.5 0 0 0 3.2 2.2L1 0Z'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M13 7a2 2 0 1 0-1.937-2.5A2.001 2.001 0 0 0 13 7Zm-7 0a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm6.5 1A2.5 2.5 0 0 0 10 10.5V11a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-.5A2.5 2.5 0 0 0 12.5 8Zm-6.5.5A3.5 3.5 0 0 0 2.5 12v1A1.5 1.5 0 0 0 4 14.5h4A1.5 1.5 0 0 0 9.5 13v-1A3.5 3.5 0 0 0 6 8.5Z'/%3E%3C/svg%3E");
}

.bi-person-badge-fill-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM3 8.5A2.5 2.5 0 0 0 .5 11v1A1.5 1.5 0 0 0 2 13.5h9A1.5 1.5 0 0 0 12.5 12v-1A2.5 2.5 0 0 0 10 8.5H3zm10-7A1.5 1.5 0 0 1 14.5 3v10A1.5 1.5 0 0 1 13 14.5h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5V3A.5.5 0 0 0 13 2.5h-1a.5.5 0 0 1 0-1h1z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 12 4v8a1.5 1.5 0 0 1-1.5 1.5h-4A.5.5 0 0 1 6 13V3zm1 .5v9h3.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H7z'/%3E%3Cpath fill-rule='evenodd' d='M.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H8.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2z'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697Zm6.761 4.129L.052 12.707A2 2 0 0 0 2 14h12a2 2 0 0 0 1.948-1.293l-6.709-3.88L8 9.586l-1.239-.76ZM16 11.801V4.697l-5.803 3.546L16 11.8Z'/%3E%3C/svg%3E");
}

.bi-chat-dots-fill-nav-menu[b-owx2u24ov6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

.nav-item[b-owx2u24ov6] {
    font-size: 0.92rem;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-owx2u24ov6] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-owx2u24ov6] {
        padding-bottom: 0.75rem;
    }

.nav-item[b-owx2u24ov6]  .nav-link {
    color: rgba(220, 230, 248, 0.9);
    background: transparent;
    border: none;
        border-radius: 0.5rem;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 2.8rem;
    width: 100%;
    padding-inline: 0.85rem;
}

.nav-link-label[b-owx2u24ov6] {
    min-width: 0;
    flex: 1 1 auto;
}

.nav-badge[b-owx2u24ov6] {
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e41e3f;
    color: white;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(13, 20, 35, 0.95);
}

.nav-item[b-owx2u24ov6]  a.active {
    background: rgba(91, 46, 230, 0.22);
    border: 1px solid rgba(91, 46, 230, 0.3);
    color: #C3B0FF;
}

.nav-item[b-owx2u24ov6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.08);
    color: white;
}

.nav-item-buy-now[b-owx2u24ov6]  .nav-link {
    background: rgba(91, 46, 230, 0.08);
    border: 1px solid rgba(91, 46, 230, 0.22);
    color: #D8CCFF;
    font-weight: 700;
}

.nav-item-buy-now[b-owx2u24ov6]  .nav-link:hover {
    background: rgba(91, 46, 230, 0.3);
    color: white;
}

.nav-item-buy-now[b-owx2u24ov6]  a.active {
    background: rgba(91, 46, 230, 0.38);
    border-color: rgba(91, 46, 230, 0.58);
    color: white;
}

.nav-item[b-owx2u24ov6]  .nav-link-sub {
    font-size: 0.82rem;
    height: 2.2rem;
    line-height: 2.2rem;
    color: rgba(180, 200, 240, 0.75);
    padding-inline-start: 1.5rem;
}

.nav-item[b-owx2u24ov6]  .nav-link-sub:hover {
    color: white;
    background-color: rgba(255,255,255,0.06);
}

.nav-item[b-owx2u24ov6]  .nav-link-sub.active {
    color: #C3B0FF;
    background: rgba(91, 46, 230, 0.16);
    border-color: transparent;
}

.nav-scrollable[b-owx2u24ov6] {
    display: none;
}

.auth-section[b-owx2u24ov6] {
    padding-top: 0.75rem;
}

.nav-logout-form[b-owx2u24ov6] {
    margin: 0;
}

.nav-item[b-owx2u24ov6]  .nav-link-button {
    appearance: none;
    text-align: left;
    cursor: pointer;
}

.user-chip[b-owx2u24ov6] {
    color: #D8CCFF;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.5rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.83rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-promo[b-owx2u24ov6] {
    margin-top: 0.85rem;
    padding: 0.9rem;
    border-radius: 0.65rem;
    background: rgba(91, 46, 230, 0.12);
    border: 1px solid rgba(91, 46, 230, 0.18);
    color: #B6A8F0;
}

.sidebar-promo h4[b-owx2u24ov6] {
    color: #D8CCFF;
    font-size: 0.92rem;
    margin-bottom: 0.5rem;
}

.sidebar-promo p[b-owx2u24ov6] {
    color: rgba(180, 210, 255, 0.82);
    margin-bottom: 0;
    font-size: 0.84rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-owx2u24ov6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-owx2u24ov6] {
        display: none;
    }

    /* No inner scrollbar: the menu flows with the page, so a long menu is reached by
       scrolling the page itself (the sidebar is normal-flow, not sticky). */
    .nav-scrollable[b-owx2u24ov6] {
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7khhz5x2e8],
.components-reconnect-repeated-attempt-visible[b-7khhz5x2e8],
.components-reconnect-failed-visible[b-7khhz5x2e8],
.components-pause-visible[b-7khhz5x2e8],
.components-resume-failed-visible[b-7khhz5x2e8],
.components-rejoining-animation[b-7khhz5x2e8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7khhz5x2e8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7khhz5x2e8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7khhz5x2e8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7khhz5x2e8],
#components-reconnect-modal.components-reconnect-retrying[b-7khhz5x2e8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7khhz5x2e8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7khhz5x2e8],
#components-reconnect-modal.components-reconnect-failed[b-7khhz5x2e8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7khhz5x2e8] {
    display: block;
}


#components-reconnect-modal[b-7khhz5x2e8] {
    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-7khhz5x2e8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7khhz5x2e8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7khhz5x2e8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7khhz5x2e8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7khhz5x2e8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7khhz5x2e8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7khhz5x2e8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7khhz5x2e8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7khhz5x2e8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7khhz5x2e8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7khhz5x2e8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7khhz5x2e8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7khhz5x2e8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7khhz5x2e8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7khhz5x2e8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7khhz5x2e8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7khhz5x2e8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7khhz5x2e8 {
    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;
    }
}
/* /Components/Pages/CreateGiveaway.razor.rz.scp.css */
.giveaway-guide summary[b-ofe92lmyue] {
    cursor: pointer;
    list-style: none;
}

.giveaway-guide summary[b-ofe92lmyue]::-webkit-details-marker {
    display: none;
}

.giveaway-guide summary[b-ofe92lmyue]::after {
    content: "Show";
    float: right;
    color: rgba(210, 220, 255, 0.72);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.giveaway-guide[open] summary[b-ofe92lmyue]::after {
    content: "Hide";
}

.giveaway-readonly-field[b-ofe92lmyue] {
    display: flex;
    align-items: center;
    min-height: calc(1.5em + 0.75rem + 2px);
    background-color: rgba(255, 255, 255, 0.04);
}
/* /Components/Pages/FixedPriceStore.razor.rz.scp.css */
/* Buy Now store — dark, image-forward product grid (Collectr-style) */
/* Two-column page: sticky filter rail on the far left, products on the right */
.store-layout[b-naodc5me6z] {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.store-filter-rail[b-naodc5me6z] {
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 1.1rem 1.15rem 1.25rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

/* Mobile-only: filters collapse behind this toggle; hidden on desktop */
.store-filter-toggle[b-naodc5me6z] {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.store-filter-toggle[b-naodc5me6z]::after {
    content: "";
    margin-left: auto;
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid var(--text-muted);
    border-bottom: 2px solid var(--text-muted);
    transform: translateY(-25%) rotate(45deg);
    transition: transform 0.15s ease;
}

.store-filter-toggle.open[b-naodc5me6z]::after {
    transform: translateY(25%) rotate(225deg);
}

@media (prefers-reduced-motion: reduce) {
    .store-filter-toggle[b-naodc5me6z]::after {
        transition: none;
    }
}

.store-filter-toggle-count[b-naodc5me6z] {
    min-width: 1.35rem;
    padding: 0.08rem 0.4rem;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
}

.store-filter-railhead[b-naodc5me6z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--line);
}

.store-filter-title[b-naodc5me6z] {
    margin: 0;
    font-size: 1.1rem;
}

.store-filter-clear[b-naodc5me6z] {
    padding: 0;
    font-size: 0.82rem;
    font-weight: 600;
    box-shadow: none;
    color: #9b80ff;
}

.filter-group[b-naodc5me6z] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-label[b-naodc5me6z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--mono);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--text-muted);
}

.filter-free-tag[b-naodc5me6z] {
    font-family: var(--body);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.64rem;
    font-weight: 700;
    color: var(--pos);
    background: rgba(46, 204, 113, 0.16);
    border: 1px solid rgba(46, 204, 113, 0.4);
    padding: 0.04rem 0.45rem;
    border-radius: 999px;
}

.filter-pills[b-naodc5me6z] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.filter-pill[b-naodc5me6z] {
    flex: 1 1 auto;
    padding: 0.4rem 0.55rem;
    border-radius: 0.55rem;
    border: 1px solid var(--line);
    background: var(--surface-2);
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.12s ease, color 0.12s ease, background 0.12s ease;
}

.filter-pill:hover[b-naodc5me6z] {
    color: var(--text);
    border-color: var(--accent-line);
}

.filter-pill.active[b-naodc5me6z] {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.filter-price[b-naodc5me6z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-price .form-control[b-naodc5me6z] {
    min-width: 0;
}

.filter-price-sep[b-naodc5me6z] {
    color: var(--text-muted);
    font-size: 0.82rem;
}

.filter-check[b-naodc5me6z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.88rem;
    color: var(--text);
}

/* Seller storefront "built section" — bio, location, and social links in the hero */
.store-hero-location[b-naodc5me6z] {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
}

.store-hero-bio[b-naodc5me6z] {
    margin: 0.6rem 0 0;
    max-width: 60ch;
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.5;
    white-space: pre-line;
}

.store-hero-socials[b-naodc5me6z] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.store-hero-social[b-naodc5me6z] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.34rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.12s ease, background 0.12s ease, transform 0.12s ease;
}

.store-hero-social:hover[b-naodc5me6z] {
    border-color: var(--accent-line);
    background: var(--accent-wash);
    transform: translateY(-1px);
}

.store-results[b-naodc5me6z] {
    min-width: 0;
}

.store-results-head[b-naodc5me6z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
    flex-wrap: wrap;
}

.store-results-head > strong[b-naodc5me6z] {
    font-size: 0.95rem;
    white-space: nowrap;
}

.store-results-tools[b-naodc5me6z] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex: 1 1 320px;
    justify-content: flex-end;
}

.store-results-search[b-naodc5me6z] {
    max-width: 320px;
    flex: 1 1 200px;
}

.store-results-sort[b-naodc5me6z] {
    width: auto;
    flex: 0 0 auto;
}

.store-listing-grid[b-naodc5me6z] {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    gap: 1.1rem;
    transition: opacity 0.15s ease;
}

@media (max-width: 800px) {
    .store-layout[b-naodc5me6z] {
        grid-template-columns: 1fr;
    }

    .store-filter-toggle[b-naodc5me6z] {
        display: flex;
    }

    .store-filter-rail[b-naodc5me6z] {
        position: static;
        display: none;
    }

    .store-filter-rail-open[b-naodc5me6z] {
        display: flex;
    }
}

.store-listing-grid-loading[b-naodc5me6z] {
    opacity: 0;
    pointer-events: none;
}

.store-search-card[b-naodc5me6z] {
    margin-bottom: 1.15rem;
}

.store-toolbar-card[b-naodc5me6z] {
    gap: 0.9rem;
}

.store-toolbar-header[b-naodc5me6z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.store-toolbar-toggle[b-naodc5me6z] {
    white-space: nowrap;
}

.store-toolbar-grid[b-naodc5me6z] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: center;
}

.store-toolbar-grid > :first-child[b-naodc5me6z] {
    grid-column: span 2;
}

.store-toolbar-grid .form-control[b-naodc5me6z],
.store-toolbar-grid .form-select[b-naodc5me6z],
.store-toolbar-grid .btn[b-naodc5me6z] {
    min-height: 2.35rem;
}

.store-toolbar-checkbox-label[b-naodc5me6z] {
    font-size: 0.875rem;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25rem 0;
    color: var(--text-muted);
}

/* Card becomes a vertical, image-top tile */
.store-listing-card[b-naodc5me6z] {
    flex-direction: column;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    align-items: stretch;
    transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
}

.store-listing-card:hover[b-naodc5me6z] {
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.45);
    border-color: var(--accent-line);
}

.store-listing-card-figure[b-naodc5me6z] {
    flex: none;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--canvas);
    border-bottom: 1px solid var(--line);
}

.store-listing-card-figure > a[b-naodc5me6z] {
    display: block;
    width: 100%;
    height: 100%;
}

.store-listing-card-image[b-naodc5me6z] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0.85rem;
}

.store-listing-card-placeholder[b-naodc5me6z] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--mono);
    font-size: 0.72rem;
    color: var(--text-muted);
}

.store-listing-card-body[b-naodc5me6z] {
    gap: 0.65rem;
    padding: 0.95rem 1rem 1.1rem;
}

.store-listing-header[b-naodc5me6z] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.store-listing-title-wrap[b-naodc5me6z] {
    min-width: 0;
    flex: 1 1 auto;
}

.store-listing-title-row[b-naodc5me6z] {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.store-listing-title[b-naodc5me6z] {
    margin: 0;
    min-width: 0;
    font-family: var(--display);
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 700;
    color: var(--text);
    /* Clamp to two lines so a long title can't blow out one card's height. */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-listing-title a[b-naodc5me6z] {
    color: var(--text);
}

.store-listing-bounty-button[b-naodc5me6z] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.28rem 0.7rem;
    border: 1px solid rgba(245, 166, 35, 0.4);
    border-radius: 999px;
    background: rgba(245, 166, 35, 0.12);
    color: var(--amber);
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
}

.store-listing-bounty-button:hover[b-naodc5me6z],
.store-listing-bounty-button:focus-visible[b-naodc5me6z] {
    background: rgba(245, 166, 35, 0.22);
    border-color: rgba(245, 166, 35, 0.6);
    color: #ffc35a;
}

.store-listing-bounty-button:disabled[b-naodc5me6z] {
    opacity: 0.6;
    cursor: default;
}

.store-listing-summary[b-naodc5me6z] {
    margin: 0.1rem 0 0;
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.store-listing-chip-row[b-naodc5me6z] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.4rem;
    overflow: hidden;
    /* Reserve a single row so cards with few/many tags keep the same vertical rhythm. */
    min-height: 1.7rem;
}

.store-listing-chip[b-naodc5me6z] {
    flex: 0 1 auto;
    min-width: 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.24rem 0.65rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--surface-2);
    color: var(--text-muted);
    font-size: 0.74rem;
    font-weight: 500;
    line-height: 1.2;
}

.store-listing-chip-more[b-naodc5me6z] {
    flex: 0 0 auto;
    background: var(--surface-3);
    color: var(--text-muted);
}

.store-listing-chip-accent[b-naodc5me6z] {
    background: var(--accent-wash);
    border-color: var(--accent-line);
    color: #cbbcff;
}

.store-listing-chip-warm[b-naodc5me6z] {
    background: rgba(245, 166, 35, 0.14);
    border-color: rgba(245, 166, 35, 0.4);
    color: var(--amber);
}

.store-listing-auto-priced[b-naodc5me6z] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    padding: 0.34rem 0.8rem;
    border-radius: 999px;
    background: rgba(46, 204, 113, 0.16);
    color: var(--pos);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
}

.store-listing-auto-priced[b-naodc5me6z]::before {
    content: "↗";
    font-size: 0.9rem;
    line-height: 1;
}

.store-listing-delivery-badge[b-naodc5me6z] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.34rem 0.8rem;
    border-radius: 999px;
    background: rgba(227, 53, 13, 0.18);
    border: 1px solid rgba(227, 53, 13, 0.4);
    color: #ff9b86;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.2;
}

.store-listing-bounty-alert[b-naodc5me6z] {
    font-size: 0.8rem;
}

.store-listing-price-row[b-naodc5me6z] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    /* Push the price + action buttons to the bottom so they line up across the row. */
    margin-top: auto;
    padding-top: 0.2rem;
}

.store-listing-price[b-naodc5me6z] {
    font-family: var(--mono);
    font-size: 1.5rem;
    line-height: 1.05;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
}

.store-listing-seller[b-naodc5me6z] {
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* Stock, shown only when a seller has more than one copy — otherwise browsing buyers can't tell a
   stack of commons from a one-off without opening the listing. */
.store-listing-stock[b-naodc5me6z] {
    color: var(--text-muted);
    font-size: 0.8rem;
    white-space: nowrap;
}

.store-listing-seller a[b-naodc5me6z] {
    color: #9b80ff;
}

/* Which regional marketplace the item sells from. Quiet by default — it matters most when the
   buyer is browsing all marketplaces, where mixed origins appear side by side. */
.store-listing-region[b-naodc5me6z] {
    color: var(--text-muted);
    font-size: 0.78rem;
    white-space: nowrap;
}

/* Cross-listed-on-eBay link. Deliberately understated: buying here is the preferred path, and
   this sits inside a card that is itself a click target. */
.store-listing-ebay[b-naodc5me6z] {
    color: var(--text-muted);
    font-size: 0.78rem;
    white-space: nowrap;
    text-decoration: underline;
}

.store-listing-ebay:hover[b-naodc5me6z],
.store-listing-ebay:focus-visible[b-naodc5me6z] {
    color: #9b80ff;
}

.store-listing-actions[b-naodc5me6z] {
    gap: 0.55rem;
    align-items: stretch;
    margin-top: 0.25rem;
}

.store-listing-actions .btn[b-naodc5me6z] {
    flex: 1 1 8rem;
    min-height: 2.7rem;
    padding: 0.6rem 0.9rem;
    border-radius: 0.65rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-width: 1px;
    box-shadow: none;
}

.store-listing-primary-actions[b-naodc5me6z] {
    gap: 0.55rem;
}

.store-listing-quantity-button[b-naodc5me6z] {
    flex: 1 1 100%;
}

/* Mobile: keep Add to cart + Buy now on one compact row instead of large stacked buttons.
   (Overrides the global .listing-primary-actions column stack on small screens.) */
@media (max-width: 767.98px) {
    .store-listing-actions[b-naodc5me6z] {
        gap: 0.4rem;
    }

    .store-listing-primary-actions[b-naodc5me6z] {
        flex-direction: row;
        gap: 0.4rem;
    }

    .store-listing-primary-actions .btn[b-naodc5me6z] {
        flex: 1 1 0;
        min-width: 0;
        min-height: 2.3rem;
        padding: 0.45rem 0.5rem;
        font-size: 0.82rem;
        border-radius: 0.55rem;
    }
}

@media (max-width: 575.98px) {
    .store-listing-grid[b-naodc5me6z] {
        grid-template-columns: 1fr;
    }

    /* Stack the search + sort controls so they can't overflow a narrow screen. */
    .store-results-head[b-naodc5me6z] {
        flex-direction: column;
        align-items: stretch;
    }

    .store-results-tools[b-naodc5me6z] {
        /* the desktop 320px flex-basis becomes a height once the head stacks */
        flex: 0 0 auto;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .store-results-search[b-naodc5me6z] {
        max-width: none;
        flex: 1 1 100%;
    }

    .store-results-sort[b-naodc5me6z] {
        flex: 1 1 100%;
        width: 100%;
    }
}
/* /Components/Pages/Messages.razor.rz.scp.css */
/* ── Layout ───────────────────────────────────────────────────────────── */

.dm-layout[b-cgp60wxixv] {
    display: flex;
    height: calc(100vh - 4rem);
    overflow: hidden;
    margin: -1rem -2rem; /* bleed out of content-shell padding */
}

/* ── Sidebar ──────────────────────────────────────────────────────────── */

.dm-sidebar[b-cgp60wxixv] {
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #2A2741;
    background: transparent;
    overflow: hidden;
}

.dm-sidebar-header[b-cgp60wxixv] {
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid #2A2741;
    flex-shrink: 0;
}

.dm-sidebar-title[b-cgp60wxixv] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    color: #F3F1FB;
}

.dm-conv-list[b-cgp60wxixv] {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    flex: 1;
}

.dm-conv-item[b-cgp60wxixv] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    cursor: pointer;
    transition: background 0.12s;
    border-bottom: 1px solid #0E0B1A;
    outline: none;
}

.dm-conv-item:hover[b-cgp60wxixv],
.dm-conv-item:focus-visible[b-cgp60wxixv] {
    background: #0E0B1A;
}

.dm-conv-item--active[b-cgp60wxixv] {
    background: rgba(124, 92, 255, 0.16) !important;
}

.dm-conv-item--unread .dm-conv-name[b-cgp60wxixv] {
    font-weight: 700;
    color: #F3F1FB;
}

.dm-conv-item--unread .dm-conv-preview[b-cgp60wxixv] {
    color: #F3F1FB;
    font-weight: 600;
}

.dm-conv-info[b-cgp60wxixv] {
    flex: 1;
    min-width: 0;
}

.dm-conv-name[b-cgp60wxixv] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #F3F1FB;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dm-conv-listing[b-cgp60wxixv] {
    font-size: 0.75rem;
    color: #A7A3C0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.1rem;
}

.dm-conv-preview[b-cgp60wxixv] {
    font-size: 0.8rem;
    color: #A7A3C0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.1rem;
}

.dm-unread-dot[b-cgp60wxixv] {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #7C5CFF;
    flex-shrink: 0;
}

/* ── Avatar ───────────────────────────────────────────────────────────── */

.dm-avatar[b-cgp60wxixv] {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 50%;
    background: #d0e4ff;
    color: #7C5CFF;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-avatar-sm[b-cgp60wxixv] {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    font-size: 0.85rem;
}

/* ── Thread panel ─────────────────────────────────────────────────────── */

.dm-thread-panel[b-cgp60wxixv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: transparent;
}

.dm-thread-header[b-cgp60wxixv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid #2A2741;
    flex-shrink: 0;
    background: transparent;
}

.dm-thread-title[b-cgp60wxixv] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #F3F1FB;
}

.dm-thread-subtitle[b-cgp60wxixv] {
    font-size: 0.78rem;
    color: #A7A3C0;
}

.dm-thread-subtitle a[b-cgp60wxixv] {
    color: #7C5CFF;
    text-decoration: none;
}

.dm-thread-subtitle a:hover[b-cgp60wxixv] {
    text-decoration: underline;
}

/* ── Message bubbles ──────────────────────────────────────────────────── */

.dm-messages[b-cgp60wxixv] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.dm-bubble-row[b-cgp60wxixv] {
    display: flex;
}

.dm-bubble-row--me[b-cgp60wxixv] {
    justify-content: flex-end;
}

.dm-bubble-row--them[b-cgp60wxixv] {
    justify-content: flex-start;
}

.dm-bubble[b-cgp60wxixv] {
    max-width: 70%;
    padding: 0.55rem 0.9rem;
    border-radius: 1.2rem;
    font-size: 0.9rem;
    word-break: break-word;
}

.dm-bubble--me[b-cgp60wxixv] {
    background: #7C5CFF;
    color: #fff;
    border-bottom-right-radius: 0.3rem;
}

.dm-bubble--them[b-cgp60wxixv] {
    background: #0E0B1A;
    color: #F3F1FB;
    border-bottom-left-radius: 0.3rem;
}

.dm-bubble-body[b-cgp60wxixv] {
    white-space: pre-wrap;
}

.dm-bubble-time[b-cgp60wxixv] {
    font-size: 0.68rem;
    opacity: 0.7;
    margin-top: 0.2rem;
    text-align: right;
}

.dm-bubble--them .dm-bubble-time[b-cgp60wxixv] {
    text-align: left;
}

/* ── Composer ─────────────────────────────────────────────────────────── */

.dm-composer[b-cgp60wxixv] {
    border-top: 1px solid #2A2741;
    padding: 0.75rem 1.25rem;
    flex-shrink: 0;
    background: transparent;
}

.dm-send-error[b-cgp60wxixv] {
    color: #d9534f;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.dm-composer-row[b-cgp60wxixv] {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
}

.dm-composer-input[b-cgp60wxixv] {
    flex: 1;
    border: 1px solid #2A2741;
    border-radius: 1.25rem;
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
    resize: none;
    font-family: inherit;
    outline: none;
    transition: border-color 0.15s;
    background: #0E0B1A;
    max-height: 8rem;
    overflow-y: auto;
}

.dm-composer-input:focus[b-cgp60wxixv] {
    border-color: #7C5CFF;
    background: transparent;
}

.dm-send-btn[b-cgp60wxixv] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: none;
    background: #7C5CFF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s, opacity 0.15s;
}

.dm-send-btn:disabled[b-cgp60wxixv] {
    background: #b0c4e8;
    cursor: not-allowed;
}

.dm-send-btn:not(:disabled):hover[b-cgp60wxixv] {
    background: #1565c0;
}

/* ── Empty / loading states ───────────────────────────────────────────── */

.dm-no-selection[b-cgp60wxixv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #A7A3C0;
    font-size: 0.9rem;
}

.dm-no-selection p[b-cgp60wxixv] {
    margin: 0;
}

.dm-loading[b-cgp60wxixv],
.dm-empty-sidebar[b-cgp60wxixv],
.dm-empty-thread[b-cgp60wxixv] {
    padding: 1.5rem 1.25rem;
    color: #A7A3C0;
    font-size: 0.85rem;
    text-align: center;
}

/* ── Back button (mobile only) ────────────────────────────────────────── */

.dm-back-btn[b-cgp60wxixv] {
    display: none;
    background: none;
    border: none;
    padding: 0.25rem;
    margin-right: 0.25rem;
    cursor: pointer;
    color: #7C5CFF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dm-back-btn:hover[b-cgp60wxixv] {
    background: #0E0B1A;
}

/* ── Responsive: collapse sidebar on small screens ────────────────────── */

@media (max-width: 640px) {
    .dm-layout[b-cgp60wxixv] {
        margin: -1rem -1rem;
    }

    .dm-sidebar[b-cgp60wxixv] {
        width: 100%;
        min-width: 0;
    }

    .dm-thread-panel[b-cgp60wxixv] {
        display: none;
    }

    .dm-layout.dm-thread-open .dm-sidebar[b-cgp60wxixv] {
        display: none;
    }

    .dm-layout.dm-thread-open .dm-thread-panel[b-cgp60wxixv] {
        position: fixed;
        inset: 0;
        z-index: 100;
        display: flex;
        flex-direction: column;
        width: auto;
        background: transparent;
    }

    .dm-back-btn[b-cgp60wxixv] {
        display: flex;
    }
}
/* /Components/Pages/SellerShipping.razor.rz.scp.css */
.form-row[b-chfglmvleu] {
    margin-bottom: 1rem;
    max-width: 32rem;
}

.form-check[b-chfglmvleu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.tier-editor[b-chfglmvleu] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    max-width: 32rem;
    margin-bottom: 0.5rem;
}

.tier-row[b-chfglmvleu] {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0.5rem;
    align-items: center;
}

.tier-row--head[b-chfglmvleu] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    opacity: 0.7;
}
/* /Components/Shared/CardScannerModal.razor.rz.scp.css */
/* Modal chrome only — the scanner UI inside the body comes from the shared
   .scan-ui styles in wwwroot/app.css (same components as the /scan page). */

.scan-modal-backdrop[b-4yzwh99r7w] {
    position: fixed;
    inset: 0;
    background: rgba(5, 4, 12, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1080;
    padding: 1rem;
}

.scan-modal[b-4yzwh99r7w] {
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: 1rem;
    width: 100%;
    max-width: 560px;
    max-height: 92vh;
    overflow-y: auto;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.5);
}

.scan-modal-header[b-4yzwh99r7w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--line);
}

.scan-modal-header .btn-close[b-4yzwh99r7w] {
    filter: invert(1) grayscale(100%) brightness(180%);
}

.scan-modal-body[b-4yzwh99r7w] {
    padding: 1.25rem;
}
/* /Components/Shared/RegionSwitcher.razor.rz.scp.css */
/* Marketplace picker in the top bar. Sits beside the cart/profile chips, so it borrows their
   pill shape and stays compact enough for a phone-width top row. */
.region-switcher[b-gekzuym2mx] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    /* No separate flag element — the selected option carries its own flag. */
    padding: 0.25rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    line-height: 1;
}

.region-switcher-select[b-gekzuym2mx] {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 0.85rem;
    padding: 0.1rem 1.1rem 0.1rem 0;
    cursor: pointer;
    /* Chevron drawn inline so the control needs no image asset. */
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M4 6l4 4 4-4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 0.9rem;
}

.region-switcher-select:focus-visible[b-gekzuym2mx] {
    outline: 2px solid #fff;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Native dropdown items render on the OS surface, so they need readable colours of their own. */
.region-switcher-select option[b-gekzuym2mx] {
    color: #1b1b1f;
    background: #fff;
}

@media (max-width: 640px) {
    .region-switcher-select[b-gekzuym2mx] {
        /* Keep the flag + chevron, drop the wordy label on narrow screens. */
        max-width: 6.5rem;
    }
}
