html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #070b10;
    color: #f5f7fb;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* ============================================================
   Shared BAD Card Vault styles (migrated from per-page CSS)
   ============================================================ */

/* Layout shell */
.bcv-shell {
    min-height: 100vh;
    display: flex;
}

.bcv-main {
    width: 100%;
}

.bcv-muted {
    color: #98a1b2;
    font-size: 0.82rem;
}

/* Page header */
.bcv-page-header {
    padding: 0 0 14px;
}

    .bcv-page-header h1 {
        font-size: 2rem;
        font-weight: 800;
        margin: 0;
    }

    .bcv-page-header p {
        margin: 4px 0 0;
        color: #98a1b2;
    }

/* Card / panel base */
.bcv-panel,
.bcv-stat-card,
.bcv-detail-panel,
.bcv-settings-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.bcv-panel {
    overflow: hidden;
}

.bcv-loading {
    padding: 24px;
}

.bcv-detail-panel {
    position: sticky;
    top: 4rem;
    align-self: flex-start;
    max-height: calc(100vh + 4rem);
    padding: 18px;
}

/* Stat cards */
.bcv-stat-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.bcv-stat-card {
    min-height: 96px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
}

    .bcv-stat-card span {
        display: block;
        text-transform: uppercase;
        color: #9ca5b5;
        font-size: 0.72rem;
        font-weight: 700;
    }

    .bcv-stat-card strong {
        display: block;
        font-size: 1.55rem;
        line-height: 1.1;
    }

    .bcv-stat-card small {
        color: #98a1b2;
    }

.bcv-stat-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    font-weight: 800;
}

    .bcv-stat-icon.red {
        background: linear-gradient(180deg, #d73535, #751515);
        color: #fff;
    }

    .bcv-stat-icon.green {
        background: rgba(34, 197, 94, 0.15);
        color: #52e091;
    }

    .bcv-stat-icon.blue {
        background: rgba(59, 130, 246, 0.15);
        color: #9fc1ff;
    }

/* Progress rings */
.bcv-ring,
.bcv-mini-ring {
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle, #111821 55%, transparent 57%), conic-gradient(#ff3b3b 0deg, #ff3b3b 0deg, #29313d 0deg);
}

.bcv-ring {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
}

.bcv-mini-ring {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
}

    .bcv-ring span,
    .bcv-mini-ring span {
        color: #f4f6fa;
        font-weight: 800;
        font-size: 0.78rem;
    }

/* Toggle switch */
.bcv-switch {
    margin-top: 10px;
    display: inline-flex;
    cursor: pointer;
}

    .bcv-switch input {
        display: none;
    }

    .bcv-switch span {
        width: 48px;
        height: 26px;
        background: #26303b;
        border-radius: 99px;
        position: relative;
    }

        .bcv-switch span::after {
            content: "";
            width: 18px;
            height: 18px;
            top: 4px;
            left: 4px;
            background: white;
            border-radius: 50%;
            position: absolute;
            transition: 0.15s ease;
        }

    .bcv-switch input:checked + span {
        background: #e33434;
    }

        .bcv-switch input:checked + span::after {
            transform: translateX(22px);
        }

/* Content layout */
.bcv-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 14px;
}

.bcv-left-content {
    display: grid;
    gap: 14px;
    min-width: 0;
}

/* Filters */
.bcv-filter-row {
    padding: 14px;
    display: flex;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bcv-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

    .bcv-filter-pills button,
    .bcv-view-toggle button {
        height: 36px;
        padding: 0 15px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.045);
        border: 1px solid rgba(255, 255, 255, 0.09);
        color: #cdd3dd;
    }

        .bcv-filter-pills button.active,
        .bcv-view-toggle button.active {
            border-color: #ff3b3b;
            color: #ff4d4d;
            background: rgba(239, 68, 68, 0.12);
        }

.bcv-view-toggle {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

/* Tables */
.bcv-table-wrap {
    overflow-x: auto;
}

.bcv-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

    .bcv-table th {
        color: #8e98a9;
        text-transform: uppercase;
        font-size: 0.72rem;
        font-weight: 800;
        padding: 12px 10px;
        background: rgba(255, 255, 255, 0.035);
    }

    .bcv-table td {
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.065);
        color: #e8ecf4;
        font-size: 0.9rem;
    }

    .bcv-table tbody tr {
        cursor: pointer;
        transition: 0.12s ease;
    }

        .bcv-table tbody tr:hover {
            background: rgba(255, 255, 255, 0.035);
        }

        .bcv-table tbody tr.selected {
            background: rgba(239, 68, 68, 0.10);
            box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.6);
        }

        .bcv-table tbody tr.owned {
            background: rgba(34, 197, 94, 0.045);
        }

/* Table cell helpers */
.check-col {
    width: 38px;
    text-align: center;
}

.number-cell {
    font-variant-numeric: tabular-nums;
    color: #c9d0dc;
}

.bcv-card-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .bcv-card-cell img {
        width: 54px;
        height: 38px;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .bcv-card-cell strong {
        display: block;
        font-size: 0.92rem;
    }

    .bcv-card-cell small {
        display: block;
        color: #9ca5b5;
        font-size: 0.78rem;
    }

/* Progress bars */
.bcv-progress-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bcv-progress-track {
    width: 110px;
    height: 6px;
    border-radius: 99px;
    background: #29313d;
    overflow: hidden;
}

    .bcv-progress-track div {
        height: 100%;
        background: #ff3b3b;
        border-radius: inherit;
    }

    .bcv-progress-track.full {
        width: 100%;
    }

/* Row actions */
.bcv-actions {
    display: flex;
    gap: 6px;
}

    .bcv-actions button {
        width: 30px;
        height: 30px;
    }

    .bcv-actions button.owned {
        color: #52e091;
        border-color: rgba(34, 197, 94, 0.45);
        background: rgba(34, 197, 94, 0.10);
    }

/* Table footer / pagination */
.bcv-table-footer {
    padding: 13px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #a5afbf;
}

.bcv-pagination {
    display: flex;
    gap: 7px;
}

    .bcv-pagination button {
        width: 34px;
        height: 34px;
    }

        .bcv-pagination button.active {
            border-color: #ff3b3b;
            color: #ff4d4d;
        }

.bcv-table-footer select {
    height: 36px;
    border-radius: 8px;
    color: #dce1ea;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

/* Detail panel */
.bcv-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bcv-detail-header h2 {
        margin: 0;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .bcv-detail-header button {
        border: 0;
        background: transparent;
        color: #cbd2df;
        font-size: 1.5rem;
    }

.bcv-empty-detail {
    text-align: center;
    color: #9ca5b5;
    padding-top: 42px;
}

    .bcv-empty-detail img,
    .bcv-detail-card > img {
        width: 178px;
        aspect-ratio: 3 / 4.2;
        display: block;
        margin: 22px auto 18px;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

.bcv-detail-card h3 {
    font-size: 1.22rem;
    margin: 0 0 8px;
}

    .bcv-detail-card h3 span {
        color: #ff4545;
        margin-right: 6px;
    }

.bcv-variant-section {
    margin-top: 22px;
}

.bcv-variant-chips .red {
    color: #ff5a5a;
    border-color: rgba(239, 68, 68, 0.45);
}

.bcv-variant-chips .gold {
    color: #f7bd46;
    border-color: rgba(247, 189, 70, 0.45);
}

.bcv-variant-chips .platinum {
    color: #e2e8f0;
    border-color: rgba(226, 232, 240, 0.45);
}

.bcv-variant-chips .vinyl {
    color: #c084fc;
    border-color: rgba(192, 132, 252, 0.45);
}

.bcv-ownership {
    margin: 22px 0;
    display: grid;
    gap: 8px;
}

    .bcv-ownership > div:not(.bcv-progress-track) {
        display: flex;
        justify-content: space-between;
        color: #b1bac8;
    }

/* Buttons (colors only; sizing stays per page) */
.bcv-primary-button {
    border: 1px solid #ff4b4b;
    background: linear-gradient(180deg, #e23a3a, #b91c1c);
    color: white;
}

.bcv-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.035);
    color: #dce1ea;
}

/* Category panel */
.bcv-category-panel {
    padding: 16px;
}

.bcv-panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

    .bcv-panel-heading h2 {
        font-size: 1rem;
        margin: 0;
        text-transform: uppercase;
    }

    .bcv-panel-heading a {
        color: #ff4545;
        text-decoration: none;
        font-size: 0.85rem;
    }

.bcv-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.bcv-category-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.bcv-category-card small,
.bcv-category-card span {
    display: block;
    color: #98a1b2;
}

.bcv-category-card strong {
    display: block;
    font-size: 1.25rem;
}

.bcv-small-progress {
    width: 110px;
    height: 5px;
    background: #29313d;
    border-radius: 99px;
    overflow: hidden;
    margin-top: 7px;
}

    .bcv-small-progress div {
        height: 100%;
        background: #ff3b3b;
    }

/* Topbar */
.bcv-topbar {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 14px;
    padding-inline: 1.5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    height: 100%;
    background: #070b10;
}

.bcv-search,
.bcv-sort,
.bcv-topbar select,
.bcv-table-footer select {
    background: #111821;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f4f6fa;
    border-radius: 12px;
    height: 44px;
    color-scheme: dark;
}

.bcv-search {
    width: 50%;
    padding: 0 18px;
}

    .bcv-search::placeholder {
        color: #778091;
    }

.bcv-sort,
.bcv-topbar select,
.bcv-table-footer select {
    padding: 0 38px 0 14px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #111821;
    background-image: linear-gradient(45deg, transparent 50%, #cbd2df 50%), linear-gradient(135deg, #cbd2df 50%, transparent 50%);
    background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

    .bcv-sort option,
    .bcv-topbar select option,
    .bcv-table-footer select option {
        background: #111821;
        color: #f4f6fa;
    }

.bcv-icon-button,
.bcv-view-toggle button,
.bcv-pagination button,
.bcv-actions button {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #dce1ea;
    border-radius: 10px;
}

.bcv-icon-button {
    height: 44px;
    padding: 0 16px;
}

.bcv-topbar-link {
    height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 10px;
    color: #dce1ea;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    font-weight: 700;
    font-size: 0.9rem;
}

    .bcv-topbar-link:hover {
        color: #ff4545;
        border-color: rgba(239, 68, 68, 0.35);
        background: rgba(239, 68, 68, 0.10);
    }

.bcv-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

    .bcv-profile strong {
        color: #f4f6fa;
    }

    .bcv-profile small {
        color: #ff4545;
        display: block;
        margin-top: -2px;
    }

.bcv-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #bb1f1f;
    color: #fff;
    font-weight: 800;
    font-size: 0.78rem;
}

/* Misc shared */
.bcv-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #ff4545;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bcv-primary-link {
    color: #ff4545;
    font-weight: 800;
    text-decoration: none;
}

/* Status chips */
.bcv-type-chip,
.bcv-status,
.bcv-variant-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 0.76rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: #cbd2df;
    background: rgba(255, 255, 255, 0.045);
}

.bcv-status.missing {
    color: #ff5b5b;
    border-color: rgba(239, 68, 68, 0.35);
    background: rgba(239, 68, 68, 0.10);
}

.bcv-status.owned {
    color: #52e091;
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.10);
}

.bcv-status.partial {
    color: #f7bd46;
    border-color: rgba(247, 189, 70, 0.35);
    background: rgba(247, 189, 70, 0.10);
}

/* Card details modal */
.bcv-card-details-modal {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 22px;
}

.bcv-modal-image-panel {
    display: grid;
    gap: 14px;
    align-content: start;
}

    .bcv-modal-image-panel > img {
        width: 100%;
        aspect-ratio: 3 / 4.2;
        object-fit: cover;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.035);
    }

.bcv-modal-main-info h3 {
    margin: 4px 0 8px;
    font-size: 1.2rem;
}

.bcv-upload-box {
    min-height: 44px;
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.045);
    color: #dce1ea;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-weight: 800;
}

    .bcv-upload-box input {
        display: none;
    }

.bcv-upload-file-name {
    color: #98a1b2;
    font-size: 0.82rem;
    word-break: break-word;
}

.bcv-modal-details {
    display: grid;
    gap: 22px;
    min-width: 0;
}

    .bcv-modal-details h3 {
        margin: 0 0 12px;
        font-size: 1rem;
        text-transform: uppercase;
    }

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

    .bcv-form-grid label {
        display: grid;
        gap: 6px;
        color: #aeb7c6;
        font-size: 0.82rem;
        font-weight: 700;
    }

.bcv-form-control {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.045);
    color: #f4f6fa;
    padding: 0 12px;
}

.bcv-modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

    .bcv-modal-actions .bcv-primary-button,
    .bcv-modal-actions .bcv-secondary-button {
        width: auto;
        min-width: 140px;
        margin-top: 0;
    }

.bcv-detail-list {
    display: grid;
    gap: 10px;
}

    .bcv-detail-list > div {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 10px 12px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.035);
        border: 1px solid rgba(255, 255, 255, 0.07);
    }

    .bcv-detail-list span {
        color: #98a1b2;
    }

    .bcv-detail-list strong {
        color: #f4f6fa;
        text-align: right;
    }

.bcv-modal-variant-list {
    display: grid;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
}

.bcv-modal-variant-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

    .bcv-modal-variant-row span {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 3px 9px;
        border-radius: 6px;
        font-size: 0.76rem;
        border: 1px solid rgba(255, 255, 255, 0.13);
        color: #cbd2df;
        background: rgba(255, 255, 255, 0.045);
    }

    .bcv-modal-variant-row .red {
        color: #ff5a5a;
        border-color: rgba(239, 68, 68, 0.45);
    }

    .bcv-modal-variant-row .gold {
        color: #f7bd46;
        border-color: rgba(247, 189, 70, 0.45);
    }

    .bcv-modal-variant-row .platinum {
        color: #e2e8f0;
        border-color: rgba(226, 232, 240, 0.45);
    }

    .bcv-modal-variant-row .vinyl {
        color: #c084fc;
        border-color: rgba(192, 132, 252, 0.45);
    }

    .bcv-modal-variant-row strong {
        color: #f4f6fa;
        white-space: nowrap;
    }

/* Collection modal */
.bcv-collection-modal {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 22px;
}

.bcv-collection-summary {
    display: grid;
    align-content: start;
    gap: 14px;
}

    .bcv-collection-summary > img {
        width: 100%;
        aspect-ratio: 3 / 4.2;
        object-fit: cover;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.035);
    }

    .bcv-collection-summary h3 {
        margin: 4px 0 8px;
        font-size: 1.2rem;
    }

.bcv-collection-progress {
    display: grid;
    gap: 6px;
}

    .bcv-collection-progress strong {
        font-size: 1.4rem;
        color: #f4f6fa;
    }

    .bcv-collection-progress span {
        color: #98a1b2;
        font-size: 0.85rem;
    }

.bcv-collection-actions {
    display: grid;
    gap: 8px;
}

    .bcv-collection-actions .bcv-primary-button,
    .bcv-collection-actions .bcv-secondary-button {
        margin-top: 0;
    }

.bcv-collection-variants h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    text-transform: uppercase;
}

.bcv-collection-variant-list {
    display: grid;
    gap: 8px;
    max-height: 520px;
    overflow-y: auto;
    padding-right: 4px;
}

.bcv-collection-variant-row {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    cursor: pointer;
}

    .bcv-collection-variant-row.owned {
        border-color: rgba(34, 197, 94, 0.35);
        background: rgba(34, 197, 94, 0.07);
    }

    .bcv-collection-variant-row input {
        display: none;
    }

.bcv-check-visual {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.045);
    display: grid;
    place-items: center;
}

.bcv-collection-variant-row input:checked + .bcv-check-visual {
    border-color: rgba(34, 197, 94, 0.75);
    background: rgba(34, 197, 94, 0.18);
}

    .bcv-collection-variant-row input:checked + .bcv-check-visual::after {
        content: "✓";
        color: #52e091;
        font-size: 0.85rem;
        font-weight: 900;
    }

.bcv-collection-variant-row strong {
    white-space: nowrap;
    color: #f4f6fa;
}

.bcv-collection-variant-row em {
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 800;
    color: #98a1b2;
}

.bcv-collection-variant-row.owned em {
    color: #52e091;
}

/* Shared responsive rules */
@media (max-width: 1200px) {
    .bcv-shell {
        grid-template-columns: 1fr;
    }

    .bcv-sidebar {
        display: none;
    }

    .bcv-content-grid {
        grid-template-columns: 1fr;
    }

    .bcv-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bcv-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .bcv-card-details-modal {
        grid-template-columns: 1fr;
    }

    .bcv-modal-image-panel > img {
        max-width: 280px;
        margin-inline: auto;
    }

    .bcv-form-grid {
        grid-template-columns: 1fr;
    }

    .bcv-modal-actions {
        flex-direction: column;
    }

        .bcv-modal-actions .bcv-primary-button,
        .bcv-modal-actions .bcv-secondary-button {
            width: 100%;
        }

    .bcv-collection-modal {
        grid-template-columns: 1fr;
    }

    .bcv-collection-summary > img {
        max-width: 260px;
        margin-inline: auto;
    }

    .bcv-collection-variant-row {
        grid-template-columns: auto auto minmax(0, 1fr) auto;
    }

        .bcv-collection-variant-row em {
            display: none;
        }
}

@media (max-width: 768px) {
    .bcv-card-details-modal {
        grid-template-columns: 1fr;
    }

    .bcv-modal-image-panel {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .bcv-main {
        padding: 0 14px 24px;
    }

    .bcv-topbar {
        height: auto;
        padding: 14px 0;
        flex-wrap: wrap;
    }

    .bcv-search {
        min-width: 100%;
    }

    .bcv-profile {
        display: none;
    }

    .bcv-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bcv-category-grid {
        grid-template-columns: 1fr;
    }

    .bcv-filter-row,
    .bcv-table-footer {
        flex-direction: column;
        align-items: stretch;
    }
}