﻿.text-primary {
    color: var(--accent) !important;
}
/* --------------------------------------------------------------- preloader */
#prlSectionContainer {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111;
    display: flex;
    align-items: flex-start;
    text-align: center;
    transition: all ease-in 0.3s;
}

    #prlSectionContainer img {
        height: 50px;
        flex: 1;
    }
/* ----------------------------------------------------- content modal */
#prlContentPreviewModalBody {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111;
    display: flex;
    align-items: flex-start;
    text-align: center;
    transition: all ease-in 0.3s;
    padding-top: 3rem;
    min-height: 500px;
}

    #prlContentPreviewModalBody img {
        height: 50px;
        flex: 1;
    }

#contentPreviewModal .modal-dialog .modal-content {
    background: #111;
    border: none;
    padding: 0;
    margin: 0;
}

    #contentPreviewModal .modal-dialog .modal-content .modal-body {
        margin: 0;
        padding: 0rem;
    }

.modal-backdrop.show {
    background-color: rgba(13,14,20,0.95);
    opacity: 0.95;
}

.content-preview-modal {
    min-height: 650px;
    padding: 0;
    border-radius: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #111111;
}

    .content-preview-modal::before {
        width: 100%;
        min-height: 700px;
        display: block;
        border-radius: 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        content: '';
        background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 1) 73%);
    }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
    padding: 0 15px !important
}
/* ----------------------------------------------------------------- hero */
.home-featured {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 5rem 0 var(--sp-12) 0;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center top;
}

.search-bar {
    position: relative;
    width: 100%;
    margin: var(--sp-6) 0 var(--sp-6) 0;
}

.facet-opt.active {
    color: var(--accent);
}
/* ------------------------------------------------------ platform strip */
.platform-hotlink {
    width: 100%;
    padding: var(--sp-4) var(--sp-6) 0 var(--sp-6);
}
/* ----------------------------------------------------------------- content-preview */
.active-view .details .actions {
    text-align: right;
}

.top10-tabs {
    padding: var(--sp-2) 0;
}

.top10-rank {
    position: absolute;
    left: 0;
    bottom: 0.05em;
    z-index: 1;
    white-space: nowrap;
    font-family: var(--font-body);
    font-weight: 800;
    font-size: clamp(5.5rem, 12vw, 12rem);
    line-height: 0.8;
    letter-spacing: -0.04em;
    color: transparent;
    -webkit-text-stroke: 2px var(--accent);
    pointer-events: none;
    user-select: none;
}
/* ------------------------------------------------------- qaplist chrome */
/* The Create pill sits inside the subnav, whose `.qap-subnav a` rule
   (higher specificity) strips the pill padding and ink color */
.qap-subnav a.btn-pill {
    padding: 0.6rem 1.4rem;
    color: #fff;
}

/* The active-tab underline pokes 1px past the box; with overflow-x:auto that
   spawns a stray vertical scrollbar. Give the 1px back and clip the axis. */
.qtabs {
    overflow-y: hidden;
    padding-bottom: 1px;
}

.qap-subnav {
    overflow-y: hidden;
    padding-bottom: calc(var(--sp-3) + 1px);
}

/* Breathing room between the vibe capsules and whatever follows them */
.vibe-select-wrap {
    margin-bottom: var(--sp-5);
}
/* ------------------------------------------------- home: Top Qaplists rail */
/* Home row chrome + qaplist cards in an owl rail (4 visible on desktop).
   Nav arrows and dots mirror the content-carousel styling from style.css. */
.qaplist-carousel {
    margin-top: var(--sp-3);
}

    /* compact cover-only card: 16:9 like the content rows, everything on the scrim */
    .qaplist-carousel .qmini {
        position: relative;
        display: block;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: var(--radius-card);
        /* No border: the surrounding content rows are borderless, and a frame
           around a full-bleed cover made this rail the odd one out on the page. */
        border: 0;
        background: var(--surface);
        transition: var(--t-base);
    }

        .qaplist-carousel .qmini:hover {
            transform: translateY(-2px);
        }

        .qaplist-carousel .qmini img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .qaplist-carousel .qmini .scrim {
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.35) 45%, transparent 75%);
        }

        .qaplist-carousel .qmini .stack {
            position: absolute;
            left: var(--sp-3);
            right: var(--sp-3);
            bottom: var(--sp-3);
        }

        .qaplist-carousel .qmini .t {
            display: block;
            font-family: var(--font-display);
            font-weight: 700;
            font-style: italic;
            font-size: 0.95rem;
            line-height: 1.25;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .qaplist-carousel .qmini:hover .t {
            color: var(--accent);
        }

        .qaplist-carousel .qmini .meta {
            display: flex;
            align-items: center;
            gap: 0.45rem;
            margin-top: 0.3rem;
            font-size: 0.72rem;
            color: rgba(255, 255, 255, 0.78);
        }

            .qaplist-carousel .qmini .meta .who {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .qaplist-carousel .qmini .meta .stat {
                display: inline-flex;
                align-items: center;
                gap: 0.2rem;
                flex: 0 0 auto;
            }

                .qaplist-carousel .qmini .meta .stat .material-symbols-outlined {
                    font-size: 0.9rem;
                    color: var(--vibe-green);
                }

    .qaplist-carousel .owl-nav {
        margin: 0;
    }

        .qaplist-carousel .owl-nav [class*='owl-'] {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: 0;
            padding: 0 var(--sp-2);
            background: transparent;
            color: var(--ink-muted);
        }

        .qaplist-carousel .owl-nav .owl-next {
            right: calc(-1 * var(--gutter));
            border-radius: var(--radius-card) 0 0 var(--radius-card);
            background-image: linear-gradient(90deg, transparent, rgba(var(--bg-deep), 1) 60%);
        }

        .qaplist-carousel .owl-nav .owl-prev {
            left: calc(-1 * var(--gutter));
            border-radius: 0 var(--radius-card) var(--radius-card) 0;
            background-image: linear-gradient(90deg, rgba(var(--bg-deep), 1) 40%, transparent);
        }

        .qaplist-carousel .owl-nav [class*='owl-']:hover {
            background-color: transparent;
            color: #fff;
        }

        .qaplist-carousel .owl-nav [class*='owl-'].disabled {
            display: none;
        }

        .qaplist-carousel .owl-nav span {
            font-size: 3rem;
            line-height: 1;
        }

    .qaplist-carousel .owl-dots {
        position: absolute;
        top: -25px;
        right: 0;
    }

        .qaplist-carousel .owl-dots .owl-dot span {
            width: 15px;
            height: 3px;
            margin: 10px 2px;
            background: var(--ink-dim);
            border-radius: 0;
        }

        .qaplist-carousel .owl-dots .owl-dot.active span {
            background: var(--ink);
        }
/* ----------------------------------------------------------- qaplist rows */
/* Title links keep the design's ink color — never browser link blue */
.qtitle-head h3 a,
.qc-info .t a {
    color: inherit;
    text-decoration: none;
}

    .qtitle-head h3 a:hover,
    .qc-info .t a:hover {
        color: var(--accent);
    }

/* Content thumbnails scaled ~20% up from the template base (132px / 44px).
   Scoped selectors so they win over qaplist.css, which loads after this file. */
.qtitle-row .qtitle-poster {
    flex: 0 0 158px;
    width: 158px;
}

.qchart-row .qc-poster {
    flex: 0 0 53px;
    width: 53px;
}

@media (max-width: 768px) {
    .qtitle-row .qtitle-poster {
        flex-basis: 125px;
        width: 125px;
    }
}

/* Drag-to-reorder feedback on the Edit building list */
#buildingList .qtitle-row.dragging {
    opacity: 0.4;
}

#buildingList .qtitle-handle {
    cursor: grab;
}

/* Universal content structure: description under the Year · Type subtitle */
.qtitle-desc {
    margin: 0.35rem 0 0 0;
    color: var(--ink-dim);
    font-size: 0.85rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* -------------------------------------------------- add-to-qaplist modal */
.qadd-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

    .qadd-content img {
        width: 84px;
        border-radius: 5px;
    }

    .qadd-content .t {
        font-weight: 600;
        color: var(--ink);
    }

    .qadd-content .m {
        color: var(--ink-dim);
        font-size: 0.8rem;
    }

.qadd-options {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    max-height: 240px;
    overflow-y: auto;
    margin-bottom: 1rem;
}

.qadd-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.6rem 0.9rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-faint);
    border-radius: 5px;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    transition: all ease-in 0.2s;
}

    .qadd-option:hover {
        border-color: var(--accent);
    }

    .qadd-option .status {
        color: var(--ink-dim);
        font-size: 0.75rem;
        white-space: nowrap;
    }

    .qadd-option.is-added {
        border-color: var(--accent);
        color: var(--accent);
    }

.qadd-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--ink-dim);
    font-size: 0.8rem;
    margin: 0.75rem 0;
}

    .qadd-divider::before,
    .qadd-divider::after {
        content: '';
        flex: 1;
        border-top: 1px solid var(--border-faint);
    }

.qadd-create {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

    .qadd-create input {
        flex: 1;
        padding: 0.55rem 0.9rem;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid var(--border-faint);
        border-radius: 5px;
        color: var(--ink);
    }

        .qadd-create input:focus {
            outline: none;
            border-color: var(--accent);
        }

.qadd-btn {
    padding: 0.55rem 1rem;
    background: var(--accent);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.qadd-note {
    color: var(--ink-dim);
    font-size: 0.8rem;
    margin: 0.5rem 0 0 0;
}
/* ----------------------------------------------------------------- footer */
.site-footer {
    margin-top: var(--sp-12);
    padding: var(--sp-12) var(--gutter) var(--sp-6);
    border-top: 1px solid var(--border-faint);
    background-color: #000;
}

/* =====================================================================
   QAPLIST - cinematic polish pass (2026-07-30)

   Everything here is ADDITIVE and scoped. qaplist.css is template-owned and
   loads AFTER custom.css, so each rule below is deliberately more specific
   than its counterpart there - that is why the selectors look over-qualified.

   Goal: depth instead of flat boxes, light instead of borders, motion on
   hover. No markup changes, no protected files touched.
   ===================================================================== */

/* ---------------------------------------------------------- hero spotlight
   The hero was type on flat black. A soft off-centre wash plus a horizon
   line gives it a stage without competing with the headline. */
.qap-main .qap-hero {
    background:
        radial-gradient(120% 140% at 12% -10%, rgba(229, 8, 21, 0.16) 0%, transparent 55%),
        radial-gradient(90% 120% at 88% 0%, rgba(106, 166, 230, 0.10) 0%, transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
}

.qap-main .qap-hero::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(229, 8, 21, 0.55), transparent);
}

.qap-main .qap-hero h1 {
    letter-spacing: -0.02em;
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.65);
}

/* ---------------------------------------------------------- eyebrows
   Small caps with wider tracking read as a title card, not a form label. */
.qap-main .eyebrow {
    letter-spacing: 0.18em;
    opacity: 0.85;
}

/* ---------------------------------------------------------- vibe cards
   Were flat panels with a 3px coloured edge. The tint now becomes ambient
   light: a corner bloom that grows on hover, and the card lifts. */
.qap-main .vibe-grid .vibe-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(120% 100% at 0% 0%, rgba(255, 255, 255, 0.05) 0%, transparent 60%),
        var(--surface);
    transition: transform 0.28s cubic-bezier(.2,.7,.3,1), border-color 0.28s, box-shadow 0.28s;
}

.qap-main .vibe-grid .vibe-card::before {
    content: "";
    position: absolute;
    top: -40%; left: -20%;
    width: 70%; height: 160%;
    background: radial-gradient(circle, currentColor 0%, transparent 68%);
    opacity: 0.13;
    transition: opacity 0.35s, transform 0.35s;
    pointer-events: none;
}

.qap-main .vibe-grid .vibe-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.9);
}

.qap-main .vibe-grid .vibe-card:hover::before {
    opacity: 0.26;
    transform: scale(1.15);
}

.qap-main .vibe-grid .vibe-card .vc-name,
.qap-main .vibe-grid .vibe-card .vc-meta {
    position: relative;
    z-index: 1;
}

/* Tint drives currentColor so the bloom matches the vibe. */
.qap-main .vibe-card.teal  { color: var(--vibe-teal); }
.qap-main .vibe-card.amber { color: var(--vibe-amber); }
.qap-main .vibe-card.blue  { color: var(--vibe-blue); }
.qap-main .vibe-card.pink  { color: var(--vibe-pink); }
.qap-main .vibe-card.green { color: var(--vibe-green); }
.qap-main .vibe-card.red   { color: var(--accent); }

/* ---------------------------------------------------------- live feed
   A dot that breathes makes the feed feel current instead of printed. */
.qap-main .vibe-feed .live-dot {
    box-shadow: 0 0 0 0 rgba(92, 201, 138, 0.55);
    animation: qapPulse 2.6s ease-out infinite;
}

@keyframes qapPulse {
    0%   { box-shadow: 0 0 0 0 rgba(92, 201, 138, 0.5); }
    70%  { box-shadow: 0 0 0 9px rgba(92, 201, 138, 0); }
    100% { box-shadow: 0 0 0 0 rgba(92, 201, 138, 0); }
}

/* ---------------------------------------------------------- qaplist cards
   Poster gets a slow push-in on hover and the scrim deepens, so the card
   reads as a film still rather than a thumbnail in a box. */
.qap-main .qlist-grid .qlist-card {
    transition: transform 0.32s cubic-bezier(.2,.7,.3,1), border-color 0.32s, box-shadow 0.32s;
}

.qap-main .qlist-grid .qlist-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 50px -26px rgba(0, 0, 0, 0.95);
}

.qap-main .qlist-card .qlist-cover img {
    transition: transform 0.9s cubic-bezier(.2,.7,.3,1), filter 0.5s;
    transform-origin: 50% 45%;
}

.qap-main .qlist-card:hover .qlist-cover img {
    transform: scale(1.07);
    filter: saturate(1.12) contrast(1.05);
}

.qap-main .qlist-card .qlist-cover .scrim {
    background: linear-gradient(0deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.05) 100%);
}

.qap-main .qlist-card .qlist-cover .vibe-name {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
}

/* ---------------------------------------------------------- chart rows
   44px posters were too small to carry a "content chart". Bigger, with a
   rank that steps forward and a row that lights from the left on hover. */
.qap-main .qchart .qchart-row {
    position: relative;
    overflow: hidden;
    transition: transform 0.22s, border-color 0.22s, background-color 0.22s;
}

.qap-main .qchart .qchart-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(229, 8, 21, 0.10) 0%, transparent 38%);
    opacity: 0;
    transition: opacity 0.28s;
    pointer-events: none;
}

.qap-main .qchart .qchart-row:hover {
    transform: translateX(3px);
}

.qap-main .qchart .qchart-row:hover::before {
    opacity: 1;
}

.qap-main .qchart .qchart-row .qc-poster {
    flex: 0 0 62px;
    width: 62px;
    border-radius: 6px;
    box-shadow: 0 8px 18px -10px rgba(0, 0, 0, 0.95);
    transition: transform 0.35s cubic-bezier(.2,.7,.3,1), box-shadow 0.35s;
}

.qap-main .qchart .qchart-row:hover .qc-poster {
    transform: scale(1.06) translateY(-1px);
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 1);
}

.qap-main .qchart .qchart-row .qc-rank {
    font-size: 1.15rem;
    min-width: 30px;
    font-variant-numeric: tabular-nums;
}

/* Top three get the spotlight treatment. */
.qap-main .qchart .qchart-row:nth-child(1) .qc-rank {
    color: #f5c451;
    text-shadow: 0 0 18px rgba(245, 196, 81, 0.45);
}

.qap-main .qchart .qchart-row:nth-child(2) .qc-rank { color: #c9ccd6; }
.qap-main .qchart .qchart-row:nth-child(3) .qc-rank { color: #cd8e5b; }

/* ---------------------------------------------------------- podium
   Restrained on purpose. An earlier version used a radial bloom, a coloured
   drop shadow and a ringed avatar; on a dark surface that went muddy and the
   glow leaked under the card. Rank now reads from ONE thing - a metal edge
   at the top - plus size. All three cards stay the same box. */
.qap-main .lb-podium { align-items: stretch; }

.qap-main .lb-podium .lb-pod {
    position: relative;
    overflow: hidden;
    transition: transform 0.24s cubic-bezier(.2,.7,.3,1), border-color 0.24s, background-color 0.24s;
}

/* A 2px metal line across the top. The only colour the card carries. */
.qap-main .lb-podium .lb-pod::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: currentColor;
    opacity: 0.9;
}

.qap-main .lb-podium .lb-pod.gold   { color: #f5c451; }
.qap-main .lb-podium .lb-pod.silver { color: #c9ccd6; }
.qap-main .lb-podium .lb-pod.bronze { color: #cd8e5b; }

/* First place: a touch of lift and a slightly warmer surface. No glow. */
.qap-main .lb-podium .lb-pod.gold {
    background-color: rgba(245, 196, 81, 0.045);
    border-color: rgba(245, 196, 81, 0.22);
}

.qap-main .lb-podium .lb-pod.gold .rank { font-size: 2rem; }

.qap-main .lb-podium .lb-pod:hover { transform: translateY(-3px); }

.qap-main .lb-podium .lb-pod .rank,
.qap-main .lb-podium .lb-pod .name,
.qap-main .lb-podium .lb-pod .score {
    position: relative;
    z-index: 1;
}

.qap-main .lb-podium .lb-pod .rank { font-variant-numeric: tabular-nums; }

.qap-main .lb-podium .lb-pod .score {
    font-size: 1.4rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
}

/* Avatar keeps its tint, gains nothing else. */
.qap-main .lb-podium .lb-pod .avatar--lg {
    position: relative;
    z-index: 1;
}

/* ---------------------------------------------------------- leaderboard rows */
.qap-main .leaderboard .lb-row {
    position: relative;
    overflow: hidden;
    transition: transform 0.22s, border-color 0.22s, background-color 0.22s;
}

.qap-main .leaderboard .lb-row::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 2px;
    background: var(--accent);
    transform: scaleY(0);
    transition: transform 0.28s cubic-bezier(.2,.7,.3,1);
}

.qap-main .leaderboard .lb-row:hover { transform: translateX(3px); }
.qap-main .leaderboard .lb-row:hover::before { transform: scaleY(1); }

.qap-main .leaderboard .lb-row .lb-rank {
    font-variant-numeric: tabular-nums;
    opacity: 0.75;
}

.qap-main .leaderboard .lb-row .avatar {
    transition: transform 0.25s, box-shadow 0.25s;
}

.qap-main .leaderboard .lb-row:hover .avatar {
    transform: scale(1.08);
    box-shadow: 0 8px 18px -10px rgba(0, 0, 0, 0.9);
}

/* ---------------------------------------------------------- explainer cards
   The "How the score works" panels were the flattest thing on the page. */
.qap-main .qcard {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, transparent 70%),
        var(--surface);
}

/* ---------------------------------------------------------- vibe pills */
.qap-main .vibe-select .vibe-pill {
    transition: transform 0.2s, border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.qap-main .vibe-select .vibe-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.95);
}

/* ---------------------------------------------------------- motion safety
   Anyone who asks the OS for reduced motion gets none of the above. */
@media (prefers-reduced-motion: reduce) {
    .qap-main .vibe-grid .vibe-card,
    .qap-main .qlist-grid .qlist-card,
    .qap-main .qlist-card .qlist-cover img,
    .qap-main .qchart .qchart-row,
    .qap-main .qchart .qchart-row .qc-poster,
    .qap-main .lb-podium .lb-pod,
    .qap-main .leaderboard .lb-row,
    .qap-main .vibe-select .vibe-pill {
        transition: none !important;
    }

    .qap-main .vibe-grid .vibe-card:hover,
    .qap-main .qlist-grid .qlist-card:hover,
    .qap-main .qchart .qchart-row:hover,
    .qap-main .leaderboard .lb-row:hover,
    .qap-main .lb-podium .lb-pod:hover,
    .qap-main .qlist-card:hover .qlist-cover img {
        transform: none;
    }

    .qap-main .vibe-feed .live-dot { animation: none; }
}


/* ============================================================
   Title details page (/title/{id}/{slug})
   ============================================================ */

/* Platform tiles under the hero - the logo is the identity; a title can sit
   on several platforms, so identical "Watch Now" buttons said nothing. */
.vhero-watch {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.vhero-watch .vw-label {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.vhero-watch .vw-platforms {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.vhero-watch .vw-platform {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.vhero-watch .vw-platform img {
    height: 42px;
    max-width: 110px;
    width: auto;
    object-fit: contain;
    display: block;
}

.vhero-watch .vw-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.vhero-watch .vw-counts {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.vhero-watch .vw-update {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.3;
}

.vhero-watch .vw-platform .vw-play {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.15s ease, transform 0.15s ease;
}

.vhero-watch .vw-platform:hover {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.vhero-watch .vw-platform:hover .vw-play {
    color: #fff;
    transform: translateX(2px);
}

/* Title page tab bar: details.css sets overflow-x auto (for many tabs), which
   forces overflow-y to auto too and paints a stub vertical scrollbar on
   Windows. Keep the tabs scrollable if they ever overflow, but never show a
   scrollbar. Double class wins over details.css loading later. */
.vtabs .vtabs-nav {
    overflow-y: hidden;
    scrollbar-width: none;
}

.vtabs .vtabs-nav::-webkit-scrollbar {
    display: none;
}
