    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
      user-select: none;
      -webkit-user-drag: none;
    }
    body {
      background: transparent;
      margin-top: -17px;
      width: 336px;
      overflow-x: hidden;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }
    body::-webkit-scrollbar {
      width: 10px;
    }
    body::-webkit-scrollbar-track {
      background: linear-gradient(to right, #cbd5e1 0%, #94a3b8 100%);
      border-left: 1.5px solid #1e293b;
      border-right: 1.5px solid #334155;
      box-shadow: inset 2px 0 6px rgba(0, 0, 0, 0.65);
    }
    body::-webkit-scrollbar-thumb {
      background-color: #cbd5e1;
      border: 1.5px solid #1e293b;
      border-radius: 6px;
      box-shadow: inset 0 1.5px 1px #ffffff, inset 1px 0 1px #ffffff, inset -1px -1.5px 2px rgba(0, 0, 0, 0.4), 1px 2px 4px rgba(0, 0, 0, 0.5);
    }
    body::-webkit-scrollbar-button:single-button:vertical:decrement {
      border-radius: 4px 4px 0 0;
      background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23475569'><polygon points='50,25 15,80 85,80'/></svg>"), 
        linear-gradient(to bottom, #ffffff 0%, #cbd5e1 50%, #94a3b8 100%);
      background-size: 6px, cover;
      background-repeat: no-repeat;
      background-position: center;
      border: 1.5px solid #334155;
    }
    body::-webkit-scrollbar-button:single-button:vertical:increment {
      border-radius: 0 0 4px 4px;
      background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23475569'><polygon points='50,75 15,20 85,20'/></svg>"), 
        linear-gradient(to bottom, #ffffff 0%, #cbd5e1 50%, #94a3b8 100%);
      background-size: 6px, cover;
      background-repeat: no-repeat;
      background-position: center;
      border: 1.5px solid #334155;
    }
    .system-stage-wrapper {
      display: flex;
      align-items: center;
      position: relative;
      width: 324px;
      height: 140px;
      overflow: visible;
      padding: 10px 0;
      margin-bottom: -44px;
    }
    .series-card-item {
      display: flex;
      align-items: center;
      background: linear-gradient(to bottom, #f1f5f9 0%, #cbd5e1 100%);
      border: 1.5px solid #94a3b8;
      border-radius: 12px;
      padding: 12px;
      gap: 12px;
      width: 278px;
      height: 98px;
      box-shadow: 0 3px 7px rgba(15, 23, 42, 0.18), inset 0 1px 1px #ffffff, inset 0 -2px 5px rgba(15 23 42 / 21%);
      overflow: visible;
      position: relative;
      z-index: 10;
    }
    .series-card-item::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; height: 50%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none;
      border-radius: 10px 10px 0 0;
      z-index: 25;
    }
    .rivet {
      position: absolute;
      width: 5px;
      height: 5px;
      background: linear-gradient(135deg, #94a3b8 0%, #475569 100%);
      border: 0.5px solid #334155;
      border-radius: 50%;
      box-shadow: inset 0.5px 0.5px 1px rgba(255,255,255,0.6), 0.5px 0.5px 1px rgba(0,0,0,0.15);
      z-index: 21;
    }
    .rivet-tl { top: 5px; left: 5px; }
    .rivet-tr { top: 5px; right: 5px; }
    .rivet-bl { bottom: 5px; left: 5px; }
    .rivet-br { bottom: 5px; right: 5px; }
    .cable-anchor {
      position: absolute;
      width: 6px;
      height: 6px;
      background: #475569;
      border-radius: 50%;
      border: 1px solid #94a3b8;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
      z-index: 22;
      display: none;
    }
    .anchor-top { top: 12px; right: 10px; }
    .anchor-bottom { bottom: 12px; right: 10px; }
    .poster-stage {
      width: 43px;
      height: 64px;
      position: relative;
      perspective: 500px;
      flex-shrink: 0;
      z-index: 10;
    }
    .poster-sleeve {
      width: 43px;
      height: 64px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      border: 1.5px solid #94a3b8;
      border-radius: 4px;
      box-shadow: 2px 4px 6px rgba(15, 23, 42, 0.25);
      background: #1e293b;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      transform-style: preserve-3d;
      -webkit-box-reflect: below 0px linear-gradient(
        to bottom, 
        transparent 78%, 
        rgba(255, 255, 255, 0.15) 100%, 
        rgba(255, 255, 255, 0.3) 100%
      );
    }
    .poster-sleeve img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 2px;
      display: block;
      filter: brightness(92%) contrast(106%); 
    }
    .series-details {
      display: flex;
      flex-direction: column;
      gap: 3px;
      min-width: 0;
      width: 192px;
      margin-left: 0;
      z-index: 20; 
    }
    .details-top-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1.5px solid #94a3b8;
      padding-bottom: 3px;
      gap: 6px;
    }
    .status-led {
      width: 5px;
      height: 5px;
      background-color: #10b981;
      border-radius: 50%;
      box-shadow: 0 0 6px #10b981;
      display: inline-block;
      margin-right: 4px;
      vertical-align: middle;
    }
    .series-title {
      font-size: 9px;
      font-weight: 900;
      color: #1e293b;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      max-width: 145px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .reviewed-date-inline {
      font-size: 8px;
      font-weight: 850;
      color: #64748b;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      flex-shrink: 0;
    }
    .metadata-rows {
      display: flex;
      flex-direction: column;
      gap: 1.5px;
      margin-top: 1px;
    }
    .meta-line {
      font-size: 9.5px;
      color: #475569;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .meta-line span {
      font-weight: 850;
      font-style: italic;
      color: #64748b;
    }
    .engraved-stars-well {
      position: absolute;
      right: 11px;
      top: 18px;
      width: 25px;
      background: linear-gradient(to bottom, #f1f5f9 0%, #cbd5e1 100%);
      border: 1.5px solid #94a3b8;
      border-radius: 6px;
      box-shadow: 0 6px 18px rgba(15, 23, 42, 0.15), inset 0 1px 0px #ffffff, inset 0 -2px 4px rgba(15, 23, 42, 0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 30;
      transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      height: 102px;
    }
    .engraved-stars-well::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; height: 50%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none;
      border-radius: 4px 4px 0 0;
      z-index: 25;
    }
    .recessed-trench {
      position: absolute;
      top: 8px;
      bottom: 8px;
      left: 3.5px;
      right: 3.5px;
      background: linear-gradient(to right, #cbd5e1 0%, #94a3b8 100%);
      border: 1px solid #475569;
      border-right-color: #f1f5f9;
      border-bottom-color: #f1f5f9;
      border-radius: 3px;
      box-shadow: inset 1px 1px 3px rgba(15, 23, 42, 0.25);
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .star-rivet {
      position: absolute;
      width: 3.5px;
      height: 3.5px;
      background: #475569;
      border-radius: 50%;
      border: 0.5px solid rgba(255,255,255,0.4);
      z-index: 26;
    }
    .star-rivet-top { top: 2px; left: 50%; transform: translateX(-50%); }
    .star-rivet-bottom { bottom: 2px; left: 50%; transform: translateX(-50%); }
    .star-socket {
      position: absolute;
      width: 4px;
      height: 4px;
      background: #334155;
      border-radius: 50%;
      border: 0.5px solid #94a3b8;
      z-index: 27;
    }
    .socket-top { top: 12px; left: -2px; }
    .socket-bottom { bottom: 12px; left: -2px; }
    .rating-stars-column {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 71px;
      align-items: center;
      position: relative;
      z-index: 15;
    }
    .rating-stars-column img {
      width: 11px;
      height: 11px;
      display: block;
      filter: drop-shadow(0 0 2px rgba(255, 223, 0, 0.7)) hue-rotate(173deg) grayscale(48%);
    }
    .system-cables {
      position: absolute;
      right: 33px;
      top: 0;
      bottom: 0;
      width: 14px;
      pointer-events: none;
      z-index: 5;
    }
    .cable-svg {
      width: 100%;
      height: 100%;
    }
    .cable-path {
      fill: none;
      stroke: #334155;
      stroke-width: 1.8;
      stroke-linecap: round;
      filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    }