.vslb-widget,
.vslb-signup-box,
.vslb-gallery-wrap {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 18px auto;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f4f4f4;
}
.vslb-widget *,
.vslb-signup-box *,
.vslb-gallery-wrap * { box-sizing: border-box; }
.vslb-card,
.vslb-signup-box {
  background: linear-gradient(180deg, #151515, #080808);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
}
.vslb-view { display: grid; gap: 14px; }
.vslb-image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.1);
  background: #1b1b1b;
  display: grid;
  place-items: center;
}
.vslb-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.vslb-image-placeholder,
.vslb-gallery-placeholder { color: #888; font-size: 13px; }
.vslb-profile-copy { display: grid; gap: 5px; }
.vslb-name { font-size: clamp(24px, 4vw, 42px); font-weight: 900; letter-spacing: -.04em; line-height: .95; }
.vslb-meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #cfcfcf; font-size: 13px; }
.vslb-status-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; background: #1ed760; box-shadow: 0 0 12px rgba(30,215,96,.7); flex: 0 0 auto; }
.vslb-status-dot.is-busy { background: #ff9f1a; box-shadow: 0 0 12px rgba(255,159,26,.75); }
.vslb-status-dot.is-gone { background: #ff3b30; box-shadow: 0 0 12px rgba(255,59,48,.75); }
.vslb-role,
.vslb-title,
.vslb-age { padding: 4px 8px; border-radius: 999px; background: rgba(255,255,255,.07); }
.vslb-sentence { color: #e8e8e8; line-height: 1.55; font-size: 15px; }
.vslb-fetishes { display: flex; flex-wrap: wrap; gap: 6px; }
.vslb-chip,
.vslb-edit-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.08); color: #ededed; font-size: 12px; }
.vslb-edit-chip button { border: 0; background: transparent; color: #fff; cursor: pointer; line-height: 1; }
.vslb-buttons,
.vslb-offer-actions,
.vslb-menu-links { display: flex; flex-wrap: wrap; gap: 8px; }
.vslb-button,
.vslb-save-btn,
.vslb-unlock-btn,
.vslb-small-btn,
.vslb-gallery-link,
.vslb-mini-pay,
.vslb-wheel-spin,
.vslb-wheel-pay,
.vslb-spank-main,
.vslb-menu-links a,
.vslb-menu-links span {
  appearance: none;
  border: 0;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #555;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 8px 20px rgba(0,0,0,.25);
}
.vslb-button.is-grey,
.vslb-gallery-link.is-grey { background: #555; }
.vslb-button.is-black,
.vslb-gallery-link.is-black { background: #060606; border: 1px solid rgba(255,255,255,.16); }
.vslb-button.is-red,
.vslb-gallery-link.is-red { background: #b11226; }
.vslb-button.is-green,
.vslb-gallery-link.is-green { background: #0f8f48; }
.vslb-button.is-pink,
.vslb-gallery-link.is-pink { background: #cc1978; }
.vslb-button.is-orange,
.vslb-gallery-link.is-orange { background: #d87300; }
.vslb-button.is-purple,
.vslb-gallery-link.is-purple { background: #7b2cff; }
.vslb-button.is-blue,
.vslb-gallery-link.is-blue { background: #2164d4; }
.vslb-offer-box,
.vslb-accordion,
.vslb-wheel-card,
.vslb-disclaimer,
.vslb-signup-note,
.vslb-signup-result {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 12px;
}
.vslb-offer-explainer { margin: 0 0 10px; color: #ddd; line-height: 1.45; }
.vslb-reactions { display: flex; flex-wrap: wrap; gap: 8px; }
.vslb-reaction-btn {
  min-width: 70px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 8px 10px;
  background: rgba(255,255,255,.07);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
}
.vslb-reaction-btn strong { font-size: 12px; }
.vslb-accordion summary { cursor: pointer; font-weight: 900; color: #fff; }
.vslb-accordion-inner { padding-top: 10px; display: grid; gap: 10px; }
.vslb-accordion-inner h4 { margin: 2px 0 0; font-size: 13px; color: #fff; text-transform: uppercase; letter-spacing: .08em; }
.vslb-accordion-inner ul { margin: 0; padding-left: 18px; color: #ddd; }
.vslb-poll-box { display: grid; gap: 8px; }
.vslb-poll-option { border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(0,0,0,.25); color: #fff; padding: 9px; cursor: pointer; display: flex; justify-content: space-between; gap: 10px; }
.vslb-poll-option em { font-style: normal; color: #bbb; font-size: 12px; }
.vslb-password-row { display: flex; gap: 8px; align-items: center; }
.vslb-pass-input,
.vslb-input,
.vslb-select {
  width: 100%;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: #101010;
  color: #fff;
  padding: 9px 10px;
  outline: none;
}
.vslb-pass-input { max-width: 240px; }
.vslb-textarea { min-height: 86px; resize: vertical; }
.vslb-label { display: block; margin: 10px 0 5px; font-weight: 800; font-size: 13px; color: #f3f3f3; }
.vslb-help,
.vslb-editor-note,
.vslb-muted { margin: 5px 0 0; font-size: 12px; color: #b9b9b9; }
.vslb-message { min-height: 20px; font-size: 13px; color: #ddd; }
.vslb-message.is-error { color: #ff7c7c; }
.vslb-message.is-success { color: #8dffb7; }
.hidden { display: none !important; }
.vslb-editor { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.vslb-editor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vslb-editor-section { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 13px; }
.vslb-editor-title { font-size: 16px; font-weight: 900; color: #fff; }
.vslb-editor-subtitle { font-size: 14px; font-weight: 900; color: #fff; }
.vslb-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.vslb-editor-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.vslb-edit-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; margin: 7px 0; }
.vslb-link-edit-row { grid-template-columns: 1fr 1fr 110px auto; }
.vslb-wheel-edit-row { grid-template-columns: 1fr 1fr 70px 75px auto; }
.vslb-remove { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
.vslb-check { color: #ddd; font-size: 12px; }
.vslb-votes { color: #bbb; font-size: 12px; }
.vslb-editor-actions { margin-top: 14px; display: flex; justify-content: flex-end; }
.vslb-disclaimer { font-size: 11px; line-height: 1.35; color: #aaa; }
.vslb-signup-box h2 { margin: 0 0 8px; color: #fff; }
.vslb-signup-intro { color: #ddd; }
.vslb-signup-form { display: grid; gap: 10px; }
.vslb-signup-subtitle { font-weight: 900; margin-top: 8px; color: #fff; }
.vslb-hp { position: absolute !important; left: -9999px !important; }
.vslb-signup-result.is-success { border-color: rgba(120,255,170,.35); }
.vslb-signup-result.is-error { border-color: rgba(255,100,100,.35); }

/* Gallery */
.vslb-gallery-wrap { color: #111; }
.vslb-gallery-main-title,
.vslb-gallery-section h2 { margin: 0 0 12px; color: inherit; }
.vslb-gallery-section { margin: 0 0 22px; }
.vslb-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.vslb-gallery-card { min-width: 0; overflow: hidden; border-radius: 16px; background: #151515; color: #fff; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 14px 36px rgba(0,0,0,.22); display: flex; flex-direction: column; }
.vslb-gallery-image-wrap { display: block; width: 100%; aspect-ratio: 4 / 3; background: #222; overflow: hidden; text-decoration: none; }
.vslb-gallery-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vslb-gallery-copy { padding: 12px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.vslb-gallery-topline { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; min-height: 20px; }
.vslb-gallery-role,
.vslb-gallery-badge { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: #cfcfcf; }
.vslb-gallery-badge { color: #ffd46b; }
.vslb-gallery-name { color: #fff !important; text-decoration: none !important; font-size: 18px; font-weight: 900; line-height: 1.05; }
.vslb-gallery-title { color: #ddd; font-size: 13px; }
.vslb-gallery-sentence { color: #c8c8c8; font-size: 13px; line-height: 1.4; min-height: 38px; }
.vslb-gallery-buttons { display: grid; gap: 7px; min-height: 84px; margin-top: auto; align-content: start; }
.vslb-gallery-link { width: 100%; min-height: 34px; padding: 8px 10px; font-size: 12px; }
.vslb-gallery-view { text-align: center; color: #fff !important; text-decoration: none !important; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 8px; font-size: 12px; font-weight: 800; }
.vslb-gallery-empty { padding: 16px; border-radius: 12px; background: #f2f2f2; color: #555; }

/* Wheel */
.vslb-wheel-card { display: grid; gap: 12px; justify-items: center; text-align: center; }
.vslb-wheel-card h3 { margin: 0; font-size: 18px; color: #fff; }
.vslb-wheel-shell { position: relative; width: min(280px, 82vw); aspect-ratio: 1; display: grid; place-items: center; }
.vslb-wheel-disc { position: relative; width: 100%; height: 100%; border-radius: 50%; border: 8px solid rgba(255,255,255,.12); box-shadow: inset 0 0 28px rgba(0,0,0,.35), 0 16px 40px rgba(0,0,0,.28); transition: transform 4.2s cubic-bezier(.12,.65,.08,1); overflow: hidden; will-change: transform; }
.vslb-wheel-disc:after { content: ''; position: absolute; inset: 42%; border-radius: 50%; background: #111; border: 2px solid rgba(255,255,255,.25); box-shadow: 0 0 18px rgba(255,255,255,.18); }
.vslb-wheel-pointer { position: absolute; z-index: 3; top: -7px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; border-top: 24px solid #fff; filter: drop-shadow(0 3px 6px rgba(0,0,0,.45)); }
.vslb-wheel-label { position: absolute; top: 50%; left: 50%; width: 44%; transform-origin: left center; color: #fff; font-size: 11px; font-weight: 900; text-shadow: 0 1px 4px rgba(0,0,0,.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; }
.vslb-wheel-result { min-height: 36px; display: grid; place-items: center; }
.vslb-wheel-popup { display: inline-flex; max-width: 100%; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.92); color: #111; font-weight: 900; font-size: 13px; box-shadow: 0 10px 25px rgba(0,0,0,.25); animation: vslbPop .18s ease-out; }
.vslb-wheel-disclaimer { margin: -5px 0 0; color: #aaa; font-size: 11px; }
@keyframes vslbPop { from { transform: scale(.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }

@media (max-width: 900px) {
  .vslb-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vslb-editor-grid { grid-template-columns: 1fr; }
  .vslb-link-edit-row,
  .vslb-wheel-edit-row { grid-template-columns: 1fr; }
  .vslb-remove { width: 100%; border-radius: 10px; }
}
@media (max-width: 600px) {
  .vslb-widget,
  .vslb-signup-box,
  .vslb-gallery-wrap { width: 100%; max-width: 100%; margin: 12px auto; padding-left: 0; padding-right: 0; }
  .vslb-card,
  .vslb-signup-box { border-radius: 14px; padding: 13px; }
  .vslb-gallery-grid { grid-template-columns: 1fr; gap: 13px; }
  .vslb-gallery-card { width: 100%; max-width: 100%; }
  .vslb-editor-row { grid-template-columns: 1fr; }
  .vslb-password-row { flex-direction: column; align-items: stretch; }
  .vslb-pass-input { max-width: none; }
  .vslb-wheel-shell { width: min(250px, 78vw); }
}

/* v1.4.2 gallery accordion + smoother wheel patch */
.vslb-gallery-card { position: relative; overflow: visible; }
.vslb-gallery-copy { position: relative; }
.vslb-gallery-actions { position: relative; margin-top: 8px; }
.vslb-gallery-actions summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 8px 10px;
  color: #fff;
  background: rgba(255,255,255,.065);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  user-select: none;
}
.vslb-gallery-actions summary::-webkit-details-marker { display: none; }
.vslb-gallery-actions summary:after { content: ' +'; font-weight: 900; }
.vslb-gallery-actions[open] summary:after { content: ' −'; }
.vslb-gallery-extra {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 60;
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(14,14,14,.98);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 48px rgba(0,0,0,.45);
  max-height: min(72vh, 640px);
  overflow: auto;
  text-align: left;
}
.vslb-gallery-card.is-actions-open { z-index: 80; }
.vslb-gallery-extra h4 { margin: 4px 0 0; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.vslb-gallery-extra ul { margin: 0; padding-left: 18px; color: #ddd; font-size: 13px; line-height: 1.45; }
.vslb-gallery-small-disclaimer { margin: 0; color: #aaa; font-size: 10.5px; line-height: 1.35; }
.vslb-gallery-poll-message { display: block; min-height: 16px; color: #ffd46b; font-size: 11px; font-weight: 800; }
.vslb-gallery-wheel { display: grid; justify-items: center; gap: 10px; text-align: center; }
.vslb-gallery-wheel h4 { text-align: center; }
.vslb-gallery-wheel .vslb-wheel-shell { width: min(240px, 68vw); }
.vslb-wheel-disc { transition: transform 3.8s cubic-bezier(.10,.74,.13,1); }
.vslb-wheel-disc:after { z-index: 4; pointer-events: none; }
.vslb-wheel-label {
  width: calc(50% - 68px);
  min-width: 54px;
  z-index: 2;
  pointer-events: none;
  transform-origin: left center;
}
.vslb-wheel-result {
  min-height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.vslb-wheel-popup,
.vslb-wheel-pay {
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
}
.vslb-wheel-popup {
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
}
@media (max-width: 600px) {
  .vslb-gallery-extra {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-height: none;
    z-index: auto;
  }
  .vslb-gallery-wheel .vslb-wheel-shell { width: min(230px, 70vw); }
  .vslb-wheel-label { min-width: 0; }
}

/* v1.4.3 viewer gating, comments, serials, QR + fixed light audit patch */
.vslb-card,
.vslb-gallery-card {
  position: relative;
  box-sizing: border-box;
}
.vslb-card::before,
.vslb-gallery-card::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: .52;
  background:
    radial-gradient(circle at 8% 5%, rgba(255,255,255,.86) 0 2px, transparent 3px),
    radial-gradient(circle at 25% 5%, rgba(255,255,255,.68) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 5%, rgba(255,255,255,.88) 0 2px, transparent 3px),
    radial-gradient(circle at 59% 5%, rgba(255,255,255,.62) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 5%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 93% 5%, rgba(255,255,255,.7) 0 2px, transparent 3px),
    radial-gradient(circle at 5% 94%, rgba(255,255,255,.7) 0 2px, transparent 3px),
    radial-gradient(circle at 24% 94%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 43% 94%, rgba(255,255,255,.62) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 94%, rgba(255,255,255,.86) 0 2px, transparent 3px),
    radial-gradient(circle at 81% 94%, rgba(255,255,255,.68) 0 2px, transparent 3px),
    radial-gradient(circle at 96% 94%, rgba(255,255,255,.9) 0 2px, transparent 3px);
  animation: vslbBlinkOnly 3.6s steps(2, end) infinite;
}
.vslb-card > *,
.vslb-gallery-card > * { position: relative; z-index: 1; }
@keyframes vslbBlinkOnly { 0%, 100% { opacity: .34; } 50% { opacity: .78; } }

.vslb-serial {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 2px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.28);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.25;
}
.vslb-profile-head .vslb-serial { margin: 0 0 6px; }
.vslb-gallery-copy .vslb-serial { margin: -2px 0 0; }
.vslb-qr-box { margin-top: 10px; display: flex; justify-content: flex-end; }
.vslb-qr-inner {
  display: grid;
  gap: 4px;
  justify-items: center;
  width: 86px;
  padding: 7px;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #cfcfcf;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}
.vslb-qr-inner img { width: 68px; height: 68px; object-fit: contain; display: block; border-radius: 6px; background: #fff; }

.vslb-admin-access {
  margin-top: 10px;
  text-align: right;
  color: #aaa;
}
.vslb-admin-access summary {
  display: inline-flex;
  cursor: pointer;
  list-style: none;
  user-select: none;
  color: #7e7e7e;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: lowercase;
}
.vslb-admin-access summary::-webkit-details-marker { display: none; }
.vslb-admin-access .vslb-password-row {
  margin-top: 8px;
  justify-content: flex-end;
  animation: vslbSlideDown .16s ease-out;
}
@keyframes vslbSlideDown { from { transform: translateY(-4px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.vslb-comments-box {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  gap: 10px;
}
.vslb-comments-box h3 { margin: 0; color: #fff; font-size: 15px; }
.vslb-comment-list { display: grid; gap: 8px; }
.vslb-comment {
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: #e9e9e9;
  overflow-wrap: anywhere;
}
.vslb-comment strong { display: block; color: #fff; font-size: 12px; margin-bottom: 3px; }
.vslb-comment-time { display: block; margin-top: 4px; color: #999; font-size: 10px; }
.vslb-comment-form { display: grid; gap: 8px; }
.vslb-viewer-gate {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #efefef;
  text-align: left;
}
.vslb-viewer-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vslb-viewer-message { min-height: 16px; color: #ffd46b; font-size: 11px; font-weight: 800; }
.vslb-small-btn {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.vslb-gallery-explainer {
  margin: 18px 0 0;
  padding: 14px;
  border-radius: 16px;
  background: #151515;
  color: #e8e8e8;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  font-size: 13px;
  line-height: 1.45;
}
.vslb-gallery-explainer p { margin: 0 0 10px; }
.vslb-gallery-explainer-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.vslb-gallery-explainer-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border-radius: 999px;
  text-decoration: none !important;
  color: #111 !important;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.vslb-wheel-label {
  width: calc(50% - 78px);
  min-width: 44px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1.05;
  text-shadow: 0 1px 3px rgba(0,0,0,.72);
}
.vslb-gallery-wheel .vslb-wheel-label {
  width: calc(50% - 70px);
  min-width: 38px;
  font-size: 9.5px;
  font-weight: 600;
}
.vslb-wheel-popup { font-weight: 700; }

@media (max-width: 600px) {
  .vslb-card::before,
  .vslb-gallery-card::before { inset: 3px; }
  .vslb-viewer-fields { grid-template-columns: 1fr; }
  .vslb-admin-access,
  .vslb-admin-access .vslb-password-row { text-align: left; justify-content: stretch; }
  .vslb-qr-box { justify-content: flex-start; }
  .vslb-wheel-label { width: calc(50% - 66px); font-size: 9.5px; }
  .vslb-gallery-wheel .vslb-wheel-label { width: calc(50% - 60px); font-size: 8.8px; }
}

/* v1.4.5 contrast fix: viewer/signup gate buttons must stay readable on light backgrounds */
.vslb-viewer-gate .vslb-small-btn,
.vslb-viewer-gate button.vslb-small-btn,
.vslb-comments-box .vslb-small-btn,
.vslb-comments-box button.vslb-small-btn,
.vslb-small-btn.vslb-viewer-submit {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  text-shadow: none !important;
}
.vslb-viewer-gate .vslb-small-btn:hover,
.vslb-viewer-gate .vslb-small-btn:focus,
.vslb-comments-box .vslb-small-btn:hover,
.vslb-comments-box .vslb-small-btn:focus {
  background: #f2f2f2 !important;
  color: #111 !important;
  outline: 2px solid rgba(255,255,255,.35);
  outline-offset: 2px;
}
.vslb-viewer-gate .vslb-small-btn *,
.vslb-comments-box .vslb-small-btn * { color: inherit !important; }

/* v1.4.8 stable gallery base: keep gallery cards tidy, stop overlay/button drift, soften fixed lights */
.vslb-profile-copy {
  gap: 8px;
}
.vslb-name {
  line-height: 1.04;
  margin: 1px 0 2px;
}
.vslb-meta-row {
  gap: 9px;
  margin-top: 1px;
}
.vslb-role,
.vslb-gallery-role {
  color: #d8b4ff !important;
}
.vslb-gallery-copy {
  gap: 9px;
  padding: 13px;
}
.vslb-gallery-topline {
  gap: 7px;
  margin-bottom: 2px;
}
.vslb-gallery-name {
  line-height: 1.12;
  margin-top: 1px;
}
.vslb-gallery-title,
.vslb-gallery-sentence {
  line-height: 1.45;
}
.vslb-gallery-buttons {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  min-height: 84px;
  margin-top: auto;
  align-content: start;
  width: 100%;
}
.vslb-gallery-link,
.vslb-gallery-view,
.vslb-gallery-actions summary,
.vslb-gallery-wheel-spin,
.vslb-gallery-poll-option {
  position: static !important;
  transform: none;
  max-width: 100%;
}
.vslb-gallery-link {
  width: 100% !important;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
.vslb-gallery-card {
  overflow: hidden !important;
  isolation: isolate;
}
.vslb-gallery-card::before {
  animation: none !important;
  opacity: .26 !important;
  transform: none !important;
  background-position: 0 0 !important;
}
.vslb-card::before {
  transform: none !important;
  background-position: 0 0 !important;
}
.vslb-gallery-actions {
  position: static !important;
  width: 100%;
  margin-top: 9px;
  overflow: visible;
}
.vslb-gallery-extra {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: 100%;
  margin-top: 9px;
  max-height: none !important;
  overflow: visible !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 24px rgba(0,0,0,.22);
}
.vslb-gallery-card.is-actions-open {
  z-index: 1;
}
.vslb-gallery-wheel .vslb-wheel-shell {
  width: min(220px, 64vw) !important;
  max-width: 100%;
}
.vslb-wheel-label {
  font-size: 9.6px !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
  line-height: 1.05;
  text-shadow: 0 1px 3px rgba(0,0,0,.82), 0 0 4px rgba(0,0,0,.45);
}
.vslb-gallery-wheel .vslb-wheel-label {
  font-size: 8.7px !important;
  font-weight: 600 !important;
}
.vslb-wheel-result {
  min-height: 48px;
  width: 100%;
}
.vslb-wheel-popup,
.vslb-wheel-pay {
  position: static !important;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 600px) {
  .vslb-profile-copy { gap: 7px; }
  .vslb-name { font-size: clamp(24px, 9vw, 34px); line-height: 1.06; }
  .vslb-meta-row { gap: 7px; }
  .vslb-gallery-copy { padding: 12px; gap: 8px; }
  .vslb-gallery-grid { grid-template-columns: 1fr !important; }
  .vslb-gallery-card { width: 100% !important; max-width: 100% !important; }
  .vslb-gallery-extra {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    max-height: none !important;
  }
  .vslb-gallery-wheel .vslb-wheel-shell { width: min(210px, 72vw) !important; }
  .vslb-wheel-label { font-size: 8.8px !important; }
  .vslb-gallery-wheel .vslb-wheel-label { font-size: 7.9px !important; }
}


/* v1.4.8 meticulous stability audit: wheel geometry, fixed lights, gallery containment */
.vslb-gallery-card::before {
  content: none !important;
  display: none !important;
  animation: none !important;
  background: none !important;
}
.vslb-gallery-card {
  overflow: hidden !important;
  contain: layout paint;
}
.vslb-card::before {
  animation: vslbProfileBulbPulse 3.6s steps(2, end) infinite !important;
  transform: none !important;
  background-position: 0 0 !important;
}
@keyframes vslbProfileBulbPulse {
  0%, 100% { opacity: .28; filter: none; }
  50% { opacity: .62; filter: drop-shadow(0 0 4px rgba(255,255,255,.5)); }
}
.vslb-wheel-shell {
  --vslb-wheel-label-radius: 58px;
  --vslb-wheel-label-width: 92px;
  --vslb-wheel-label-height: 46px;
  overflow: hidden;
}
.vslb-gallery-wheel .vslb-wheel-shell {
  --vslb-wheel-label-radius: 43px;
  --vslb-wheel-label-width: 72px;
  --vslb-wheel-label-height: 38px;
}
.vslb-wheel-disc {
  overflow: hidden !important;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}
.vslb-wheel-label {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: var(--vslb-wheel-label-width) !important;
  height: var(--vslb-wheel-label-height) !important;
  min-width: 0 !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 3px !important;
  box-sizing: border-box !important;
  transform-origin: 0 50% !important;
  transform: rotate(var(--vslb-wheel-angle, 0deg)) translate(var(--vslb-wheel-label-radius), -50%) !important;
  color: #fff !important;
  font-size: 8.7px !important;
  font-weight: 500 !important;
  letter-spacing: .005em !important;
  line-height: 1.1 !important;
  text-align: left !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.86), 0 0 3px rgba(0,0,0,.55) !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  pointer-events: none !important;
  z-index: 3 !important;
}
.vslb-wheel-label.is-flipped {
  transform: rotate(var(--vslb-wheel-angle, 0deg)) translate(var(--vslb-wheel-label-radius), -50%) rotate(180deg) !important;
  justify-content: flex-end !important;
  text-align: right !important;
}
.vslb-wheel-label-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}
.vslb-gallery-wheel .vslb-wheel-label {
  font-size: 7.2px !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  padding: 0 2px !important;
}
.vslb-wheel-disc::after,
.vslb-wheel-disc:after {
  z-index: 4 !important;
  pointer-events: none !important;
}
.vslb-wheel-result {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 4px 0 !important;
  overflow: visible !important;
}
.vslb-wheel-popup,
.vslb-wheel-pay {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  max-width: min(100%, 420px) !important;
  min-height: 32px !important;
  padding: 8px 12px !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.22 !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vslb-gallery-wheel .vslb-wheel-result {
  min-height: 48px !important;
}
.vslb-gallery-extra {
  overflow: visible !important;
}
.vslb-gallery-actions[open] .vslb-gallery-extra {
  display: block !important;
}
@media (max-width: 780px) {
  .vslb-wheel-shell { --vslb-wheel-label-radius: 52px; --vslb-wheel-label-width: 82px; }
  .vslb-gallery-wheel .vslb-wheel-shell { --vslb-wheel-label-radius: 41px; --vslb-wheel-label-width: 68px; }
  .vslb-wheel-label { font-size: 8.1px !important; }
  .vslb-gallery-wheel .vslb-wheel-label { font-size: 6.9px !important; }
}
@media (max-width: 600px) {
  .vslb-gallery-grid { grid-template-columns: 1fr !important; }
  .vslb-gallery-card { width: 100% !important; max-width: 100% !important; contain: layout paint; }
  .vslb-wheel-shell { --vslb-wheel-label-radius: 48px; --vslb-wheel-label-width: 76px; --vslb-wheel-label-height: 42px; }
  .vslb-gallery-wheel .vslb-wheel-shell { --vslb-wheel-label-radius: 38px; --vslb-wheel-label-width: 62px; --vslb-wheel-label-height: 34px; }
  .vslb-wheel-label { font-size: 7.4px !important; line-height: 1.04 !important; }
  .vslb-gallery-wheel .vslb-wheel-label { font-size: 6.5px !important; }
  .vslb-wheel-popup,
  .vslb-wheel-pay { font-size: 12px !important; border-radius: 12px !important; }
}

/* v1.4.8 flip correction: keep flipped labels outside the centre, rotate only the text inside the label box */
.vslb-wheel-label.is-flipped {
  transform: rotate(var(--vslb-wheel-angle, 0deg)) translate(var(--vslb-wheel-label-radius), -50%) !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
.vslb-wheel-label.is-flipped .vslb-wheel-label-text {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  text-align: right;
  width: 100%;
}


/* v1.4.9 gallery hard reset: stable card rhythm, no gallery lights, fixed wheel label geometry */
.vslb-gallery-wrap,
.vslb-gallery-wrap * {
  box-sizing: border-box !important;
}
.vslb-gallery-wrap {
  width: 100% !important;
  max-width: 1220px !important;
  overflow-x: hidden !important;
  color: #f4f4f4 !important;
}
.vslb-gallery-section h2,
.vslb-gallery-main-title {
  display: none !important;
}
.vslb-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
}
.vslb-gallery-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 586px !important;
  overflow: hidden !important;
  contain: layout paint !important;
  background: #151515 !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.25) !important;
}
.vslb-gallery-card::before,
.vslb-gallery-card::after,
.vslb-gallery-card *::before,
.vslb-gallery-card *::after {
  animation-name: none !important;
}
.vslb-gallery-card::before,
.vslb-gallery-card::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
.vslb-gallery-image-wrap {
  flex: 0 0 auto !important;
  display: block !important;
  width: 100% !important;
  height: 214px !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  background: #222 !important;
  border-radius: 0 !important;
}
.vslb-gallery-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.vslb-gallery-copy {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 14px !important;
  min-height: 0 !important;
}
.vslb-gallery-topline {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 20px !important;
  margin: 0 !important;
}
.vslb-gallery-role,
.vslb-role {
  color: #d9b3ff !important;
}
.vslb-gallery-role {
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: .075em !important;
  font-weight: 700 !important;
}
.vslb-gallery-copy .vslb-serial {
  margin: 2px 0 2px !important;
  min-height: 19px !important;
}
.vslb-gallery-name {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: 40px !important;
  margin: 1px 0 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em !important;
}
.vslb-gallery-title {
  display: block !important;
  min-height: 19px !important;
  color: #e6e6e6 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}
.vslb-gallery-sentence {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  min-height: 59px !important;
  color: #cfcfcf !important;
  font-size: 13.5px !important;
  line-height: 1.45 !important;
}
.vslb-gallery-buttons {
  flex: 0 0 auto !important;
  display: grid !important;
  gap: 8px !important;
  align-content: start !important;
  width: 100% !important;
  min-height: 86px !important;
  margin: 8px 0 0 !important;
}
.vslb-gallery-link {
  width: 100% !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  color: #fff !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
.vslb-gallery-view {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 37px !important;
  margin-top: auto !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}
.vslb-gallery-actions,
.vslb-gallery-actions-placeholder {
  flex: 0 0 auto !important;
  display: block !important;
  width: 100% !important;
  min-height: 37px !important;
  margin-top: 8px !important;
}
.vslb-gallery-actions-placeholder {
  visibility: hidden !important;
  pointer-events: none !important;
}
.vslb-gallery-actions summary {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 37px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  list-style: none !important;
}
.vslb-gallery-actions summary::-webkit-details-marker {
  display: none !important;
}
.vslb-gallery-extra {
  position: static !important;
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  margin-top: 10px !important;
  overflow: visible !important;
  padding: 12px !important;
  border-radius: 14px !important;
  background: rgba(12,12,12,.98) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: none !important;
  text-align: left !important;
}
.vslb-gallery-card:not(.is-actions-open) .vslb-gallery-extra,
.vslb-gallery-actions:not([open]) .vslb-gallery-extra {
  display: none !important;
}
.vslb-gallery-card.is-actions-open {
  z-index: 3 !important;
  overflow: visible !important;
  contain: none !important;
}
.vslb-gallery-card.is-actions-open::before,
.vslb-gallery-card.is-actions-open::after {
  content: none !important;
  display: none !important;
}
.vslb-wheel-shell {
  --vslb-wheel-label-radius: 54px !important;
  --vslb-wheel-label-width: 96px !important;
  --vslb-wheel-label-height: 48px !important;
  overflow: hidden !important;
}
.vslb-gallery-wheel .vslb-wheel-shell {
  --vslb-wheel-label-radius: 39px !important;
  --vslb-wheel-label-width: 76px !important;
  --vslb-wheel-label-height: 38px !important;
  width: min(220px, 72vw) !important;
}
.vslb-wheel-label {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: var(--vslb-wheel-label-width) !important;
  height: var(--vslb-wheel-label-height) !important;
  transform-origin: 0 50% !important;
  transform: rotate(var(--vslb-wheel-angle, 0deg)) translate(var(--vslb-wheel-label-radius), -50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 4px !important;
  min-width: 0 !important;
  max-width: none !important;
  color: #fff !important;
  font-size: 8.4px !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: .005em !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.9), 0 0 3px rgba(0,0,0,.55) !important;
  pointer-events: none !important;
  z-index: 3 !important;
}
.vslb-wheel-label.is-flipped {
  transform: rotate(var(--vslb-wheel-angle, 0deg)) translate(var(--vslb-wheel-label-radius), -50%) !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
.vslb-wheel-label.is-flipped .vslb-wheel-label-text {
  transform: rotate(180deg) !important;
  transform-origin: center center !important;
  text-align: right !important;
  width: 100% !important;
}
.vslb-wheel-label-text {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}
.vslb-gallery-wheel .vslb-wheel-label {
  font-size: 6.9px !important;
  line-height: 1.05 !important;
  padding: 0 2px !important;
}
.vslb-wheel-result {
  position: relative !important;
  z-index: 5 !important;
  min-height: 52px !important;
}
.vslb-wheel-popup,
.vslb-wheel-pay {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  text-align: center !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.24) !important;
}
.vslb-wheel-pay {
  color: #fff !important;
  background: #cc1978 !important;
}
.vslb-card::before {
  transform: none !important;
  animation: vslbProfileBulbPulse 3.6s steps(2, end) infinite !important;
  background-position: 0 0 !important;
}
@media (max-width: 1100px) {
  .vslb-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 860px) {
  .vslb-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .vslb-gallery-card { min-height: 570px !important; }
  .vslb-gallery-image-wrap { height: 205px !important; }
}
@media (max-width: 600px) {
  .vslb-gallery-wrap { padding-left: 10px !important; padding-right: 10px !important; overflow-x: clip !important; }
  .vslb-gallery-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .vslb-gallery-card { min-height: auto !important; width: 100% !important; max-width: 100% !important; contain: layout paint !important; }
  .vslb-gallery-card.is-actions-open { contain: none !important; }
  .vslb-gallery-image-wrap { height: 220px !important; }
  .vslb-gallery-copy { padding: 13px !important; }
  .vslb-gallery-name { min-height: auto !important; }
  .vslb-gallery-title { min-height: auto !important; }
  .vslb-gallery-sentence { min-height: auto !important; -webkit-line-clamp: 4 !important; }
  .vslb-gallery-buttons { min-height: 82px !important; }
  .vslb-wheel-shell { --vslb-wheel-label-radius: 48px !important; --vslb-wheel-label-width: 78px !important; --vslb-wheel-label-height: 42px !important; }
  .vslb-gallery-wheel .vslb-wheel-shell { --vslb-wheel-label-radius: 36px !important; --vslb-wheel-label-width: 64px !important; --vslb-wheel-label-height: 34px !important; width: min(205px, 74vw) !important; }
  .vslb-wheel-label { font-size: 7.2px !important; line-height: 1.04 !important; }
  .vslb-gallery-wheel .vslb-wheel-label { font-size: 6.1px !important; }
}

/* v1.4.9 final audit pass: gallery rhythm + no light leakage + reliable wheel labels */
.vslb-gallery-wrap,
.vslb-gallery-wrap * { box-sizing: border-box !important; }
.vslb-gallery-wrap { overflow-x: hidden !important; }
.vslb-gallery-card,
.vslb-gallery-card * { transform-style: flat !important; }
.vslb-gallery-card::before,
.vslb-gallery-card::after,
.vslb-gallery-card *::before,
.vslb-gallery-card *::after {
  animation: none !important;
  transition-property: background-color, border-color, color, opacity, box-shadow, transform !important;
}
.vslb-gallery-card::before,
.vslb-gallery-card::after { content: none !important; display: none !important; }
.vslb-gallery-copy { display: flex !important; flex-direction: column !important; }
.vslb-gallery-buttons {
  min-height: 98px !important;
  max-height: 174px !important;
  overflow: hidden !important;
  margin-top: 10px !important;
}
.vslb-gallery-view {
  margin-top: 0 !important;
}
.vslb-gallery-actions,
.vslb-gallery-actions-placeholder {
  margin-top: 9px !important;
}
.vslb-gallery-actions-placeholder { display: block !important; min-height: 37px !important; }
.vslb-gallery-link,
.vslb-gallery-view,
.vslb-gallery-actions summary,
.vslb-wheel-spin,
.vslb-small-btn,
.vslb-viewer-submit {
  color: #fff !important;
  text-decoration: none !important;
}
.vslb-viewer-submit,
.vslb-viewer-gate .vslb-small-btn,
.vslb-signup-form button[type="submit"] {
  background: #fff !important;
  color: #111 !important;
  border-color: rgba(255,255,255,.65) !important;
}
.vslb-gallery-role,
.vslb-role { color: #d9b3ff !important; }
.vslb-gallery-name { margin-top: 3px !important; }
.vslb-gallery-title { margin-top: 1px !important; }
.vslb-gallery-sentence { margin-top: 1px !important; }
.vslb-wheel-shell {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}
.vslb-wheel-disc { will-change: transform !important; transition: transform 3.9s cubic-bezier(.12,.72,.12,1) !important; }
.vslb-wheel-label {
  direction: ltr !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
.vslb-wheel-label-text {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  line-height: 1.08 !important;
}
.vslb-gallery-wheel .vslb-wheel-label-text { -webkit-line-clamp: 3 !important; }
.vslb-wheel-result { min-height: 54px !important; display: grid !important; place-items: center !important; }
.vslb-wheel-popup,
.vslb-wheel-pay {
  display: block !important;
  width: 100% !important;
  max-width: 360px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  font-size: 12.5px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}
.vslb-gallery-wheel .vslb-wheel-popup,
.vslb-gallery-wheel .vslb-wheel-pay { font-size: 11.5px !important; }
@media (max-width: 600px) {
  .vslb-gallery-wrap { padding-left: 10px !important; padding-right: 10px !important; }
  .vslb-gallery-grid { grid-template-columns: 1fr !important; }
  .vslb-gallery-card { min-height: auto !important; }
  .vslb-gallery-buttons { min-height: 92px !important; }
  .vslb-gallery-image-wrap { height: 220px !important; }
  .vslb-gallery-wheel .vslb-wheel-shell { width: min(205px, 72vw) !important; }
}

/* v1.5.0 hardening build: SVG wheel system, stable gallery, no blocky wheel shadows */
.vslb-wheel-card,
.vslb-gallery-wheel {
  box-shadow: none !important;
  filter: none !important;
}
.vslb-wheel-shell {
  overflow: visible !important;
  isolation: isolate !important;
  width: min(286px, 84vw) !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 auto !important;
  filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.vslb-gallery-wheel .vslb-wheel-shell {
  width: min(214px, 70vw) !important;
}
.vslb-wheel-disc {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 50% !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform-origin: 50% 50% !important;
  transition: transform 3.9s cubic-bezier(.12,.72,.12,1) !important;
  will-change: transform !important;
}
.vslb-wheel-disc::before,
.vslb-wheel-disc::after,
.vslb-wheel-disc:before,
.vslb-wheel-disc:after {
  content: none !important;
  display: none !important;
}
.vslb-wheel-svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  background: transparent !important;
  filter: none !important;
  box-shadow: none !important;
}
.vslb-wheel-rotor {
  transform-box: fill-box !important;
  transform-origin: center !important;
}
.vslb-wheel-segment {
  stroke: rgba(255,255,255,.16) !important;
  stroke-width: .9 !important;
  vector-effect: non-scaling-stroke !important;
}
.vslb-wheel-rim {
  fill: none !important;
  stroke: rgba(255,255,255,.20) !important;
  stroke-width: 7 !important;
  vector-effect: non-scaling-stroke !important;
}
.vslb-wheel-hub {
  fill: #101010 !important;
  stroke: rgba(255,255,255,.38) !important;
  stroke-width: 2 !important;
  vector-effect: non-scaling-stroke !important;
}
.vslb-wheel-svg-label {
  fill: #fff !important;
  font-family: inherit !important;
  font-size: 8.2px !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
  dominant-baseline: middle !important;
  paint-order: stroke fill !important;
  stroke: rgba(0,0,0,.58) !important;
  stroke-width: 1.7px !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
  text-rendering: geometricPrecision !important;
}
.vslb-gallery-wheel .vslb-wheel-svg-label {
  font-size: 7.15px !important;
  stroke-width: 1.45px !important;
}
.vslb-wheel-label,
.vslb-wheel-label-text {
  display: none !important;
}
.vslb-wheel-pointer {
  z-index: 5 !important;
  top: -5px !important;
  border-left-width: 11px !important;
  border-right-width: 11px !important;
  border-top-width: 20px !important;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.38)) !important;
}
.vslb-gallery-wheel h4,
.vslb-wheel-card h3 {
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  line-height: 1.15 !important;
}
.vslb-gallery-wheel h4 {
  margin: 0 0 5px !important;
  font-size: 12px !important;
}
.vslb-wheel-card h3 {
  font-size: 17px !important;
  margin-bottom: 2px !important;
}
.vslb-wheel-result {
  min-height: 58px !important;
  padding-top: 2px !important;
}
.vslb-wheel-popup,
.vslb-wheel-pay {
  box-shadow: none !important;
  font-weight: 650 !important;
}
.vslb-gallery-wheel .vslb-wheel-popup,
.vslb-gallery-wheel .vslb-wheel-pay {
  max-width: 214px !important;
  font-size: 11.2px !important;
}
.vslb-gallery-extra {
  overflow: hidden !important;
}
.vslb-gallery-card.is-actions-open .vslb-gallery-extra {
  overflow: visible !important;
}
.vslb-gallery-card::before,
.vslb-gallery-card::after,
.vslb-gallery-card *::before,
.vslb-gallery-card *::after {
  animation: none !important;
}
.vslb-gallery-card::before,
.vslb-gallery-card::after {
  content: none !important;
  display: none !important;
}
.vslb-gallery-buttons {
  align-content: start !important;
}
.vslb-gallery-view,
.vslb-gallery-actions summary {
  flex: 0 0 auto !important;
}
@media (max-width: 760px) {
  .vslb-wheel-shell { width: min(252px, 78vw) !important; }
  .vslb-gallery-wheel .vslb-wheel-shell { width: min(205px, 72vw) !important; }
  .vslb-wheel-svg-label { font-size: 7.55px !important; }
  .vslb-gallery-wheel .vslb-wheel-svg-label { font-size: 6.65px !important; }
}
@media (max-width: 600px) {
  .vslb-gallery-grid { grid-template-columns: 1fr !important; }
  .vslb-gallery-card { width: 100% !important; max-width: 100% !important; min-height: auto !important; }
  .vslb-wheel-shell { width: min(235px, 76vw) !important; }
  .vslb-gallery-wheel .vslb-wheel-shell { width: min(196px, 70vw) !important; }
  .vslb-wheel-svg-label { font-size: 7.05px !important; }
  .vslb-gallery-wheel .vslb-wheel-svg-label { font-size: 6.25px !important; }
}
.vslb-wheel-card {
  background: transparent !important;
  border: 0 !important;
  padding: 8px 0 !important;
}
.vslb-gallery-wheel {
  background: transparent !important;
}
