.table-responsive {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 12px 12px 6px;
  }

  #releasesTable {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
  }

  #releasesTable a { text-decoration: none; }

  #releasesTable_wrapper .row:first-child,
  #releasesTable_wrapper .row:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  #releasesTable_wrapper .dataTables_length,
  #releasesTable_wrapper .dataTables_filter {
    margin-bottom: 12px;
  }

  #releasesTable_wrapper .dataTables_length label,
  #releasesTable_wrapper .dataTables_filter label {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.01em;
  }

  #releasesTable_wrapper .dataTables_filter input,
  #releasesTable_wrapper .dataTables_length select {
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface);
    color: var(--text);
    min-height: 36px;
    padding: 6px 10px;
    outline: none;
    box-shadow: none;
  }

  #releasesTable_wrapper .dataTables_filter input:focus,
  #releasesTable_wrapper .dataTables_length select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 25%, transparent);
  }

  #releasesTable thead th {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid var(--border) !important;
    background: color-mix(in srgb, var(--primary) 14%, var(--surface-2)) !important;
    color: var(--text) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  #releasesTable tbody td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  #releasesTable tbody tr {
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
  }

  #releasesTable tbody tr:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--primary) 28%, transparent);
  }

  #releasesTable_wrapper .dataTables_info {
    font-size: 13px;
    color: var(--text-muted) !important;
    padding-top: 10px !important;
  }

  #releasesTable_wrapper .dataTables_paginate {
    padding-top: 6px !important;
  }

  #releasesTable_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    border: 0 !important;
    margin-left: 4px !important;
    margin-right: 0 !important;
  }

  #releasesTable_wrapper .dataTables_paginate .paginate_button .page-link {
    min-width: 38px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    border: 1px solid var(--border) !important;
    font-size: 13px;
    font-weight: 600;
  }

  [data-bs-theme="light"] #releasesTable,
  [data-bs-theme="light"] #releasesTable th,
  [data-bs-theme="light"] #releasesTable td,
  [data-bs-theme="light"] #releasesTable a,
  [data-bs-theme="light"] #releasesTable a h5,
  [data-bs-theme="light"] #releasesTable a p,
  [data-bs-theme="light"] #releasesTable select,
  [data-bs-theme="light"] .dataTables_info,
  [data-bs-theme="light"] .dataTables_length label,
  [data-bs-theme="light"] .dataTables_filter label,
  [data-bs-theme="light"] .dataTables_paginate a {
    color: #000 !important;
  }

  [data-bs-theme="dark"] #releasesTable,
  [data-bs-theme="dark"] #releasesTable th,
  [data-bs-theme="dark"] #releasesTable td,
  [data-bs-theme="dark"] #releasesTable a,
  [data-bs-theme="dark"] #releasesTable a h5,
  [data-bs-theme="dark"] #releasesTable a p,
  [data-bs-theme="dark"] #releasesTable select,
  [data-bs-theme="dark"] .dataTables_info,
  [data-bs-theme="dark"] .dataTables_length label,
  [data-bs-theme="dark"] .dataTables_filter label,
  [data-bs-theme="dark"] .dataTables_paginate a {
    color: #e5edf5 !important;
  }

  [data-bs-theme="dark"] #releasesTable tbody tr {
    background-color: rgba(15, 23, 42, 0.45);
  }

  [data-bs-theme="dark"] .details-title {
    color: #93c5fd !important;
  }

  [data-bs-theme="dark"] .details-desc {
    color: #e2e8f0 !important;
  }

  [data-bs-theme="dark"] .credit-line {
    color: #e2e8f0 !important;
  }

  [data-bs-theme="dark"] .credit-label {
    color: #bfdbfe !important;
  }

  [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button .page-link,
  [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.previous .page-link,
  [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.next .page-link {
    color: #e5edf7 !important;
    background: #18243d !important;
    border-color: #334155 !important;
  }

  [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button .page-link:hover {
    color: #ffffff !important;
    background: #0ea5e9 !important;
    border-color: #0ea5e9 !important;
  }

  [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link {
    color: #ffffff !important;
    background: #0284c7 !important;
    border-color: #0284c7 !important;
  }

  [data-bs-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled .page-link {
    color: #94a3b8 !important;
    background: #111a2e !important;
    border-color: #27354f !important;
    opacity: 1 !important;
  }

  .release-error {
    background: #fee2e2;
    color: #991b1b;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .thumb-col img {
    width: 175px;
    height: 100px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #d1d5db;
  }

  .details-title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0f4f7d;
  }

  .details-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #334155;
    white-space: normal;
    max-width: 320px;
  }

  .details-banner {
    margin: 8px 0 0;
    max-width: max-content;
  }

  .credit-line {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
    max-width: 240px;
  }

  .credit-label {
    font-weight: 700;
    color: #0f172a;
  }

  .year-col {
    width: 116px;
    min-width: 116px;
    max-width: 116px;
    font-weight: 600;
    text-align: center;
  }

  .yt-cell {
    min-width: 120px;
  }

  .yt-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 108px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #dc2626;
    color: #fff !important;
    background: #dc2626;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 10px;
  }

  .yt-trigger:hover {
    background: #b91c1c;
  }

  [data-bs-theme="dark"] .yt-trigger,
  [data-bs-theme="light"] .yt-trigger {
    color: #fff !important;
  }

  .ott-btn {
    border: none;
    border-radius: 8px;
    padding: 7px 10px;
    background: #0f6ea3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
  }

  .ott-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.55);
    z-index: 2200;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }

  .ott-modal {
    width: 100%;
    max-width: 420px;
    background: #fff;
    color: #0f172a;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  }

  .ott-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .ott-modal-title {
    margin: 0;
    font-size: 16px;
    color: #0f172a;
  }

  .ott-close {
    border: none;
    background: #e2e8f0;
    color: #0f172a;
    border-radius: 8px;
    min-width: 72px;
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
  }

  .ott-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .ott-song-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .ott-song-thumb {
    width: 96px;
    height: 54px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    flex: 0 0 auto;
  }

  .ott-song-info {
    min-width: 0;
  }

  .ott-song-name {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
  }

  .ott-banner-highlight {
    display: inline-block;
    margin: 0 0 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }

  .ott-credit-line {
    display: block;
    font-size: 13px;
    color: #334155;
    line-height: 1.35;
    margin-bottom: 2px;
    word-break: break-word;
  }

  .ott-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid #dbe7f0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #0f6ea3;
    background: #f8fafc;
  }

  .ott-link:hover { background: #e0f2fe; }

  [data-bs-theme="dark"] .ott-modal {
    background: #0f1d33;
    color: #e5edf7;
    border: 1px solid #334155;
  }

  [data-bs-theme="dark"] .ott-modal-title,
  [data-bs-theme="dark"] .ott-song-name,
  [data-bs-theme="dark"] .ott-credit-line {
    color: #e5edf7 !important;
  }

  [data-bs-theme="dark"] .ott-banner-highlight {
    background: #3f2f04;
    color: #fde68a;
    border-color: #a16207;
  }

  [data-bs-theme="dark"] .ott-close {
    background: #24344f;
    color: #e5edf7;
    border: 1px solid #3b4d68;
  }

  [data-bs-theme="dark"] .ott-link {
    background: #18243d;
    color: #93c5fd;
    border-color: #334155;
  }

  [data-bs-theme="dark"] .ott-link:hover {
    background: #1f3b5e;
    color: #dbeafe;
  }

  [data-bs-theme="dark"] #ottLinksWrap span,
  [data-bs-theme="dark"] #ottSongMeta p {
    color: #e5edf7 !important;
  }

  .yt-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.65);
    z-index: 2300;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }

  .yt-modal {
    width: 100%;
    max-width: 760px;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  }

  .yt-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .yt-modal-title {
    margin: 0;
    font-size: 16px;
    color: #0f172a;
  }

  .yt-close {
    border: none;
    background: #e2e8f0;
    color: #0f172a;
    border-radius: 999px;
    width: 28px;
    height: 28px;
    font-weight: 700;
    cursor: pointer;
  }

  .yt-frame-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
  }

  .yt-frame-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  @media (max-width: 900px) {
    .thumb-col img { width: 178px; height: 100px; }
  }

  @media (max-width: 576px) {
    .thumb-col img {
      width: 120px;
      height: 68px;
    }
  }
