/* Smuggler visual refinement: keep the room dominant and make each physical counter pad the interaction. */
@media (min-width: 769px) {
  #cofp-smuggler-preview .smg-header {
    transform: scale(.84);
    transform-origin: top left;
  }

  /* Counter perspective from the marked reference. */
  #cofp-smuggler-preview .smg-hotspot {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    height: 9.2% !important;
    transform: rotate(11.8deg) !important;
    transform-origin: center center;
  }

  #cofp-smuggler-preview .smg-hotspot:hover,
  #cofp-smuggler-preview .smg-hotspot:focus,
  #cofp-smuggler-preview .smg-hotspot:focus-visible {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    transform: rotate(11.8deg) !important;
  }

  /* Lots 1-3 are locked. Ring marker gets the last downward nudge to the front pad line. */
  #cofp-smuggler-preview .smg-h1 { left: 22.2% !important; top: 45.0% !important; width: 8.2% !important; }
  #cofp-smuggler-preview .smg-h2 { left: 31.9% !important; top: 48.3% !important; width: 8.7% !important; }
  #cofp-smuggler-preview .smg-h3 { left: 44.4% !important; top: 52.35% !important; width: 10.5% !important; }
  #cofp-smuggler-preview .smg-h4 { left: 61.8% !important; top: 59.0% !important; width: 13.8% !important; }

  #cofp-smuggler-preview .smg-hotspot::before {
    content: '';
    position: absolute;
    inset: 12% 2% 18%;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(255,192,91,.25) 0%, rgba(211,69,177,.08) 48%, transparent 74%);
    filter: blur(7px);
    transition: opacity .18s ease, filter .18s ease;
  }

  #cofp-smuggler-preview .smg-hotspot:hover::before {
    opacity: 1;
    filter: blur(7px) brightness(1.12);
  }

  #cofp-smuggler-preview .smg-hotspot span {
    left: 50% !important;
    bottom: -17px !important;
    transform: translateX(-50%) !important;
    max-width: 128px !important;
    padding: 4px 8px !important;
    border: 1px solid rgba(194,143,65,.30) !important;
    border-radius: 2px !important;
    background: rgba(12,9,7,.80) !important;
    color: rgba(225,193,133,.88) !important;
    font-size: 9px !important;
    line-height: 1.1 !important;
    letter-spacing: .055em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.26) !important;
    backdrop-filter: blur(4px);
    transition: color .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  #cofp-smuggler-preview .smg-hotspot:hover span {
    color: #f2d6a2 !important;
    border-color: rgba(211,69,177,.58) !important;
    box-shadow: 0 0 14px rgba(211,69,177,.12) !important;
  }
}
