      /* Homepage dashboard premium */
      body.layout-quiz-top {
        overflow-x: hidden;
        background:
          radial-gradient(circle at 72% 10%, rgba(255, 106, 42, 0.14), transparent 36%),
          radial-gradient(circle at 20% 82%, rgba(255, 70, 30, 0.08), transparent 40%),
          #050814;
      }

      body.layout-quiz-top::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background:
          linear-gradient(180deg, rgba(5, 8, 20, 0.2), rgba(5, 8, 20, 0.9)),
          url("../cinema-orange-bg.png") center / cover no-repeat;
        opacity: 0.38;
      }

      body.layout-quiz-top > .navbar,
      body.layout-quiz-top > main.app,
      body.layout-quiz-top > footer.seo-discovery {
        display: none !important;
      }

      .qv-app-shell {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 250px minmax(0, 1fr);
        min-height: 100vh;
        color: #f5f5f5;
      }

      .premium-card {
        background: rgba(10, 14, 25, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        backdrop-filter: blur(18px);
        box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5), 0 0 45px rgba(255, 106, 42, 0.08);
      }

      .qv-sidebar {
        position: sticky;
        top: 0;
        height: 100vh;
        padding: 28px 22px 22px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        background: rgba(7, 11, 19, 0.92);
        border-right: 1px solid rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(18px);
      }

      .qv-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 1.55rem;
        font-weight: 900;
        letter-spacing: -0.04em;
      }

      .qv-logo img {
        border-radius: 50%;
        box-shadow: 0 0 24px rgba(255, 106, 42, 0.35);
      }

      .qv-menu {
        display: grid;
        gap: 10px;
      }

      .qv-menu a {
        min-height: 46px;
        padding: 0 14px;
        display: flex;
        align-items: center;
        gap: 12px;
        border: 1px solid transparent;
        border-radius: 14px;
        color: #d8deea;
        text-decoration: none;
        font-weight: 750;
        transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
      }

      .qv-menu a span {
        width: 20px;
        color: #ff6a2a;
        font-size: 1.2rem;
      }

      .qv-menu a.active,
      .qv-menu a:hover,
      .qv-menu a:focus-visible {
        color: #fff;
        background: linear-gradient(135deg, rgba(255, 106, 42, 0.34), rgba(255, 106, 42, 0.12));
        border-color: rgba(255, 106, 42, 0.4);
        box-shadow: 0 0 26px rgba(255, 106, 42, 0.14);
        outline: none;
      }

      .qv-profile,
      .qv-taste-cta {
        padding: 16px;
      }

      .qv-profile {
        margin-top: auto;
      }

      .qv-profile-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
      }

      .qv-avatar,
      .qv-user-button span {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: linear-gradient(135deg, #ff7a2a, #ff4d3d);
        color: #111522;
        font-weight: 950;
      }

      .qv-profile small,
      .qv-taste-cta p,
      .qv-section small,
      .qv-hero-desc,
      .qv-hero-reasons li,
      .qv-filter-row small {
        color: #aeb4c2;
      }

      .qv-affinity {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 8px;
        font-size: 0.86rem;
      }

      .qv-progress {
        height: 5px;
        margin-bottom: 12px;
        overflow: hidden;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
      }

      .qv-progress i {
        display: block;
        width: 0%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #ff7a2a, #ff4d3d);
      }

      .qv-profile-link {
        display: inline-flex;
        margin-top: 12px;
        color: #dfe4ef;
        text-decoration: none;
        font-size: 0.86rem;
      }

      .qv-taste-cta p {
        margin: 8px 0 14px;
        font-size: 0.86rem;
        line-height: 1.45;
      }

      .glow-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 18px;
        background: linear-gradient(135deg, #ff7a2a 0%, #ff4d3d 100%);
        color: white;
        border: 0;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 850;
        box-shadow: 0 0 24px rgba(255, 106, 42, 0.45), 0 14px 32px rgba(255, 77, 61, 0.25);
        cursor: pointer;
        transition: transform 0.22s ease, box-shadow 0.22s ease;
      }

      .glow-button:hover,
      .glow-button:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 0 34px rgba(255, 106, 42, 0.65), 0 18px 45px rgba(255, 77, 61, 0.32);
        outline: none;
      }

      .qv-side-icons {
        display: flex;
        justify-content: space-between;
        color: #aeb4c2;
        font-size: 1.2rem;
      }

      .qv-main {
        min-width: 0;
        width: 100%;
        margin: 0 auto;
        padding: var(--qv-page-gutter);
      }

      .qv-topbar {
        display: grid;
        grid-template-columns: minmax(320px, 460px) minmax(0, 1fr) auto;
        align-items: center;
        gap: 22px;
        margin-bottom: 18px;
      }

      .qv-search {
        height: 46px;
        padding: 0 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 999px;
        background: rgba(10, 14, 25, 0.72);
        backdrop-filter: blur(18px);
      }

      .qv-search input {
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        color: #fff;
        font: inherit;
      }

      .qv-search button,
      .qv-section-head button {
        border: 0;
        background: transparent;
        color: #fff;
        cursor: pointer;
      }

      .qv-topnav {
        display: flex;
        justify-content: center;
        gap: 18px;
      }

      .qv-topnav a {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        color: #d8deea;
        text-decoration: none;
        font-weight: 760;
        border-bottom: 2px solid transparent;
      }

      .qv-topnav a.active,
      .qv-topnav a:hover {
        color: #ff7a2a;
        border-bottom-color: #ff6a2a;
      }

      .qv-account {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .qv-user-button,
      .qv-logout {
        border: 0;
        background: transparent;
        color: #fff;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
      }

      .qv-bell {
        color: #cfd5e4;
      }

      .qv-search-results {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 12px;
        margin-bottom: 16px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 18px;
        background: rgba(10, 14, 25, 0.68);
        backdrop-filter: blur(18px);
      }

      .qv-search-results[hidden] {
        display: none !important;
      }

      .hero-card,
      .qv-hero {
        position: relative;
        min-height: clamp(420px, 42vh, 760px);
        overflow: hidden;
        border-radius: 24px;
        border: 1px solid rgba(255, 106, 42, 0.22);
        background: rgba(10, 14, 25, 0.78);
        box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5), 0 0 45px rgba(255, 106, 42, 0.08);
      }

      .qv-hero > img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(1.1) contrast(1.04) brightness(0.85);
      }

      .hero-card::after,
      .qv-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(90deg, rgba(5, 8, 20, 0.96), rgba(5, 8, 20, 0.45), rgba(5, 8, 20, 0.9)),
          radial-gradient(circle at 70% 40%, rgba(255, 106, 42, 0.15), transparent 40%);
      }

      .qv-hero-copy,
      .qv-hero-score,
      .qv-hero-reasons {
        position: relative;
        z-index: 2;
      }

      .qv-hero-copy {
        width: min(58%, 1200px);
        padding: clamp(34px, 4vw, 86px) clamp(28px, 3vw, 72px);
      }

      .qv-badge {
        width: fit-content;
        margin-bottom: 14px;
        padding: 9px 13px;
        border: 1px solid rgba(255, 106, 42, 0.42);
        border-radius: 999px;
        color: #ff7a2a;
        background: rgba(5, 8, 20, 0.66);
        font-size: 0.74rem;
        font-weight: 900;
      }

      .qv-hero h1 {
        margin: 0;
        max-width: min(100%, 980px);
        font-size: clamp(2.4rem, 4.6vw, 8.4rem);
        line-height: 0.98;
        letter-spacing: -0.05em;
        text-transform: uppercase;
      }

      .qv-hero-genres {
        margin: 14px 0 12px;
        color: #f5f5f5;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        font-weight: 700;
      }

      .qv-hero-genres span {
        display: inline-flex;
        align-items: center;
      }

      .qv-hero-genres span + span::before {
        content: "•";
        margin-right: 8px;
        color: rgba(255, 122, 42, 0.9);
      }

      .qv-hero-desc {
        max-width: min(100%, 820px);
        line-height: 1.55;
        font-size: clamp(0.98rem, 1vw, 1.35rem);
      }

      .qv-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 24px;
      }

      .qv-outline-button,
      .qv-hero-reasons button {
        min-height: 46px;
        padding: 0 18px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 12px;
        background: rgba(10, 14, 25, 0.54);
        color: #fff;
        font-weight: 820;
        cursor: pointer;
      }

      .qv-hero-score {
        position: absolute;
        right: 326px;
        top: 50%;
        transform: translateY(-50%);
        width: 124px;
        min-height: 146px;
        display: grid;
        place-items: center;
        text-align: center;
        border-radius: 999px;
      }

      .qv-hero-score b {
        display: block;
        font-size: 1.8rem;
      }

      .qv-hero-score span {
        color: #d7ddea;
        font-size: 0.8rem;
        padding: 0 16px;
      }

      .qv-hero-reasons {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        padding: 22px;
        border-radius: 0 24px 24px 0;
      }

      .qv-hero-reasons h2 {
        margin: 0 0 18px;
        font-size: 1rem;
      }

      .qv-hero-reasons ul {
        margin: 0 0 18px;
        padding: 0;
        display: grid;
        gap: 14px;
        list-style: none;
      }

      .qv-hero-reasons li {
        display: grid;
        grid-template-columns: 28px 1fr;
        gap: 10px;
        line-height: 1.35;
        font-size: 0.88rem;
      }

      .qv-hero-reasons li::before {
        content: "✦";
        display: grid;
        place-items: center;
        color: #ff6a2a;
      }

      .qv-hero-score {
        display: none !important;
      }

      #qvHeroList,
      #qvHeroMore {
        display: none !important;
      }

      .qv-hero-reasons {
        width: 340px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        background: linear-gradient(180deg, rgba(8, 11, 22, 0.94), rgba(8, 11, 22, 0.78));
      }

      .qv-hero-reasons h2 {
        margin-bottom: 14px;
        color: #fff;
      }

      .qv-hero-reasons ul {
        margin-bottom: 0;
        gap: 10px;
      }

      .qv-hero-reasons li {
        position: relative;
        display: block;
        min-height: 48px;
        padding: 11px 12px 11px 42px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.035);
        color: #dce2ef;
      }

      .qv-hero-reasons li::before {
        position: absolute;
        left: 14px;
        top: 12px;
        display: block;
        text-shadow: 0 0 16px rgba(255, 106, 42, 0.45);
      }

      .qv-hero-taste-actions {
        margin-top: auto;
        padding-top: 18px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }

      .qv-taste-button {
        min-height: 42px;
        padding: 0 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.045);
        color: #f5f5f5;
        font-weight: 850;
        cursor: pointer;
        transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
      }

      .qv-taste-button:hover,
      .qv-taste-button:focus-visible,
      .qv-taste-button.active {
        transform: translateY(-1px);
        border-color: rgba(255, 106, 42, 0.55);
        background: rgba(255, 106, 42, 0.12);
        box-shadow: 0 0 22px rgba(255, 106, 42, 0.16);
        outline: none;
      }

      .qv-topnav,
      .qv-filter-row,
      .qv-lower-grid > .qv-section:first-child,
      #qvResumeSection {
        display: none !important;
      }

      .qv-lower-grid {
        grid-template-columns: minmax(0, 1fr) !important;
      }

      .qv-hero-taste-actions {
        position: absolute;
        right: clamp(364px, 20vw, 520px);
        bottom: 24px;
        z-index: 3;
        width: min(44vw, calc(100% - 420px));
        margin: 0;
        padding: 10px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        border: 1px solid rgba(255, 106, 42, 0.18);
        border-radius: 16px;
        background: rgba(5, 8, 20, 0.66);
        backdrop-filter: blur(18px);
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34), 0 0 26px rgba(255, 106, 42, 0.1);
      }

      .qv-card-rating {
        display: none !important;
      }
