    :root {
      --bg: radial-gradient(circle at 30% 20%, #3b2b1a, #1d140c 45%, #120b07 80%);
      --card: rgba(16, 24, 36, 0.82);           /* slate overlay for cards */
      --card-strong: rgba(23, 35, 51, 0.92);    /* deeper slate for inputs/buttons */
      --accent: #53c2ff;
      --accent-2: #a0ffb3;
      --text: #f1e9dc;
      --muted: #c9b69a;
      --border: rgba(103, 132, 170, 0.3);
    }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: 'Manrope', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      min-height: 100vh;
    }
    .hero-link {
      display: block;
      border-radius: 18px;
      overflow: hidden;
      text-decoration: none;
    }
    .hero {
      position: relative;
      margin-bottom: 16px;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(255, 215, 128, 0.35);
      box-shadow: 0 12px 28px rgba(0,0,0,0.35);
      background: #0b0906;
    }
    .hero img { display: block; width: 100%; height: auto; }
    .hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(12,10,6,0.25), rgba(12,10,6,0.6));
      pointer-events: none;
    }
    .shell {
      max-width: 1200px;
      margin: 0 auto;
      padding: 32px 20px 48px;
    }
    header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      margin-bottom: 20px;
    }
    h1 {
      margin: 0;
      font-size: 26px;
      letter-spacing: -0.4px;
    }
    .sub {
      color: var(--muted);
      font-size: 14px;
      display: inline-flex;
      gap: 10px;
      align-items: center;
      flex-wrap: wrap;
    }
    .brand-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 10px;
      background: linear-gradient(135deg, #1b1b1e, #211a14);
      border: 1px solid rgba(255, 215, 128, 0.4);
      color: #f7f1e5;
      font-weight: 800;
      font-size: 16px;
      letter-spacing: 1px;
      text-decoration: none;
      transition: background 120ms ease, border-color 120ms ease, color 120ms ease, transform 120ms ease;
      box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    }
    .brand-pill:hover {
      background: linear-gradient(135deg, #2b1f14, #221811);
      border-color: rgba(255, 215, 128, 0.6);
      color: #fff7e6;
      transform: translateY(-1px);
    }
    .brand-tagline { display: block; color: #c8c9cc; font-size: 14px; margin-top: 4px; }
    .panel {
      background: linear-gradient(180deg, rgba(95,72,47,0.35), rgba(55,39,25,0.6));
      border: 1px solid rgba(255, 215, 128, 0.25);
      border-radius: 14px;
      padding: 14px 16px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }
    .filters-main,
    .filters-secondary {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      width: 100%;
    }
    .filters-secondary {
      padding-top: 6px;
      border-top: 1px solid rgba(255, 215, 128, 0.12);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      width: 100%;
    }
    .filters-secondary .sub {
      font-weight: 700;
      color: rgba(255, 245, 225, 0.8);
      font-size: 13px;
    }
    .release-row {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .release-right {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: flex-end;
      flex-wrap: wrap;
    }
    .stats-stack {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: flex-end;
    }
    .stats-pill {
      padding: 6px 12px;
      border-radius: 999px;
      border: 1px solid rgba(83, 194, 255, 0.35);
      background: rgba(12, 22, 36, 0.55);
      color: #c8e9ff;
      font-weight: 700;
      font-size: 13px;
    }
    .panel label {
      font-size: 13px;
      color: var(--muted);
      margin-right: 6px;
    }
    .input {
      background: var(--card-strong);
      color: var(--text);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 10px 12px;
      font-size: 14px;
      min-width: 220px;
    }
    select, button {
      background: var(--card-strong);
      color: var(--text);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 8px 12px;
      font-size: 13px;
      font-weight: 500;
      height: 38px;
    }
    .filter-mini {
      padding: 8px 12px;
      font-size: 13px;
      border-radius: 10px;
      height: 40px;
      min-width: 140px;
    }
    #viewSelect.filter-mini {
      min-width: 92px;
      width: auto;
      flex: 0 0 auto;
    }
    .release-chip {
      padding: 8px 12px;
      font-size: 13px;
      border-radius: 10px;
      height: 36px;
      border: 1px solid var(--border);
      background: var(--card-strong);
      color: var(--text);
      cursor: pointer;
    }
    .release-chip.is-active {
      border-color: rgba(160, 255, 179, 0.85);
      box-shadow: 0 0 0 2px rgba(83, 194, 255, 0.25), inset 0 1px 0 rgba(255,255,255,0.04);
      background: linear-gradient(135deg, rgba(83, 194, 255, 0.18), rgba(160, 255, 179, 0.12));
      color: #fefefe;
    }
    .filter-number {
      width: 72px;
      text-align: center;
    }
    .filter-number::-webkit-outer-spin-button,
    .filter-number::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    .filter-number[type="number"] {
      -moz-appearance: textfield;
      appearance: textfield;
    }
    select.is-active,
    .input.is-active {
      border-color: rgba(160, 255, 179, 0.85);
      box-shadow: 0 0 0 2px rgba(83, 194, 255, 0.25), inset 0 1px 0 rgba(255,255,255,0.04);
      background: linear-gradient(135deg, rgba(83, 194, 255, 0.18), rgba(160, 255, 179, 0.12));
      color: #fefefe;
    }
    select.is-active {
      background-image:
        linear-gradient(45deg, transparent 50%, var(--accent) 50%),
        linear-gradient(135deg, var(--accent) 50%, transparent 50%),
        linear-gradient(135deg, rgba(83, 194, 255, 0.18), rgba(160, 255, 179, 0.12));
      background-position:
        calc(100% - 14px) 55%,
        calc(100% - 8px) 55%,
        0 0;
      background-size: 5px 5px, 5px 5px, 100% 100%;
      background-repeat: no-repeat;
    }
    .filter-control { min-width: 190px; flex: 0 0 190px; }
    .filter-input { min-width: 190px; flex: 0 0 190px; }
    select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 24px;
      font-weight: 500;
      background-image:
        linear-gradient(45deg, transparent 50%, var(--accent) 50%),
        linear-gradient(135deg, var(--accent) 50%, transparent 50%);
      background-position:
        calc(100% - 14px) 55%,
        calc(100% - 8px) 55%;
      background-size: 5px 5px;
      background-repeat: no-repeat;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.02), 0 4px 10px rgba(0,0,0,0.15);
    }
    select:hover {
      border-color: rgba(83,194,255,0.25);
      background-color: rgba(255,255,255,0.02);
    }
    select:focus, button:focus { outline: 2px solid var(--accent); }
    button.primary {
      background: linear-gradient(135deg, #4ab8ff, #64ffda);
      color: #0a0f16;
      border: none;
      font-weight: 600;
      cursor: pointer;
    }
    button.primary:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
    .stats {
      display: flex;
      gap: 12px;
      align-items: center;
      color: var(--muted);
      font-size: 14px;
      margin: 12px 0;
    }
    .badge {
      padding: 4px 8px;
      border-radius: 8px;
      background: var(--card-strong);
      font-size: 12px;
      border: 1px solid var(--border);
      color: var(--text);
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }
    .grid {
      margin-top: 16px;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 16px;
    }
    .card {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      box-shadow: 0 12px 28px rgba(0,0,0,0.28);
      transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
    }
    .card:hover { transform: translateY(-2px); border-color: rgba(83, 194, 255, 0.4); box-shadow: 0 16px 32px rgba(0,0,0,0.32); }
    .cover {
      width: 100%;
      aspect-ratio: 3 / 4.3;
      border-radius: 10px;
      overflow: hidden;
      background: linear-gradient(135deg, #162132, #0f1724);
      border: 1px solid var(--border);
      position: relative;
    }
    .cover .hover-label {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, rgba(10,15,22,0.1), rgba(10,15,22,0.7));
      color: #f7fbff;
      font-weight: 800;
      font-size: 16px;
      opacity: 0;
      transition: opacity 150ms ease;
      text-decoration: underline;
      letter-spacing: 0.4px;
      text-underline-offset: 4px;
    }
    .cover:hover .hover-label { opacity: 1; }
    .new-marker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 11px;
      border-radius: 10px;
      background: linear-gradient(135deg, #243249, #1a2233);
      color: #d7ecff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      border: 1px solid rgba(110, 170, 230, 0.55);
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    }
    .new-marker-cover {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
    }
    .list { display: flex; flex-direction: column; gap: 12px; }
    .list-item {
      display: flex;
      gap: 12px;
      padding: 10px;
      border: 1px solid var(--border);
      border-radius: 12px;
      background: var(--card);
      align-items: center;
    }
    .list-thumb {
      width: 64px;
      height: 96px;
      border-radius: 8px;
      object-fit: cover;
      flex-shrink: 0;
      border: 1px solid var(--border);
    }
    .list-body { display: flex; flex-direction: column; gap: 6px; }
    .list-title { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.3; }
    .list-author { color: var(--muted); font-size: 13px; }
    .list-meta { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
    .list-release { font-weight: 700; color: #fefefe; }
    .compact-list { display: flex; flex-direction: column; gap: 8px; }
    .compact-item {
      display: flex;
      gap: 10px;
      align-items: center;
      padding: 8px 10px;
      border: 1px solid var(--border);
      border-radius: 10px;
      background: var(--card);
    }
    .compact-thumb {
      width: 48px;
      height: 64px;
      object-fit: cover;
      border-radius: 6px;
      flex-shrink: 0;
      border: 1px solid var(--border);
    }
    .compact-title { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.25; }
    .compact-sub { font-size: 12px; color: var(--muted); }
    .compact-release { font-size: 12px; font-weight: 700; color: #fefefe; }
    .pager {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;
      margin: 28px 0 4px; /* more space from cards, less before footer */
      color: var(--muted);
      font-size: 14px;
    }
    .pager button {
      padding: 6px 10px;
      border-radius: 8px;
      border: 1px solid var(--border);
      background: var(--card-strong);
      color: var(--text);
      cursor: pointer;
    }
    .pager button:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
    .cover img {
      width: 100%; height: 100%; object-fit: cover; display: block;
    }
    .title {
      font-weight: 600;
      font-size: 16px;
      line-height: 1.25;
      margin: 0;
    }
    .meta { color: var(--muted); font-size: 13px; line-height: 1.4; }
    .author-link { color: var(--text); cursor: pointer; text-decoration: none; font-weight: 600; }
    .author-link:hover { text-decoration: underline; color: #c8e9ff; }
    .row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
    .pill {
      padding: 4px 8px;
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      border: 1px solid var(--border);
      font-size: 12px;
      color: var(--text);
    }
    .link { color: var(--accent); text-decoration: none; font-weight: 600; font-size: 13px; }
    .link:hover { text-decoration: underline; }
    .empty { margin-top: 24px; color: var(--muted); font-size: 14px; text-align: center; }
    .spinner {
      margin: 24px auto 8px;
      width: 54px;
      aspect-ratio: 1;
      border-radius: 50%;
      border: 4px solid var(--border);
      border-top-color: var(--accent);
      animation: spin 0.9s linear infinite;
      display: none;
    }
    ins.adsbygoogle:empty,
    ins.adsbygoogle[data-ad-status="unfilled"] {
      display: none !important;
    }
    @keyframes spin { to { transform: rotate(360deg); } }
    @media (max-width: 640px) {
      header { flex-direction: column; align-items: flex-start; }
      .panel { flex-direction: column; align-items: flex-start; }
      .filters-main, .filters-secondary { align-items: stretch; }
      .stats-pill { margin-left: 0; }
    }
    footer {
      margin: 2px auto 4px;
      max-width: 1200px;
      padding: 12px 14px;
      background: #1f1f1f;
      color: #e5e5e5;
      font-size: 13px;
      border-top: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px 12px 0 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 -6px 18px rgba(0,0,0,0.35);
    }
    footer a { color: #8bf3c0; text-decoration: none; font-weight: 700; }
    footer a:hover { color: #c8e9ff; text-decoration: underline; }
