.vroom-ar-modal { position: fixed; inset: 0; z-index: 99999; display: none; }
.vroom-ar-modal.open { display: block; }
.vroom-ar-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); backdrop-filter: blur(2px); }
.vroom-ar-dialog {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: min(560px, 92vw); height: min(640px, 88vh);
  background: #1b1f29; border-radius: 14px; overflow: hidden;
  display: flex; flex-direction: column; box-shadow: 0 24px 70px rgba(0,0,0,.55);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.vroom-ar-title { color: #e6e9f0; font-size: 15px; font-weight: 600; padding: 15px 48px 13px 16px; border-bottom: 1px solid #2e3444; }
.vroom-ar-viewer { flex: 1; position: relative; min-height: 0; }
.vroom-ar-viewer model-viewer { width: 100%; height: 100%; --poster-color: #12151c; }
.vroom-ar-note { color: #8b93a7; font-size: 12px; line-height: 1.5; margin: 0; padding: 12px 16px; }
.vroom-ar-note b { color: #4da3ff; }
.vroom-ar-close {
  position: absolute; top: 9px; right: 11px; z-index: 3; width: 34px; height: 34px;
  border: none; background: #232836; color: #e6e9f0; border-radius: 8px; font-size: 22px; line-height: 1; cursor: pointer;
}
.vroom-ar-close:hover { background: #2e3444; }
.vroom-ar-launch {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: #4da3ff; color: #06121f; border: none; padding: 11px 22px; border-radius: 22px;
  font-size: 14px; font-weight: 700; cursor: pointer; box-shadow: 0 6px 18px rgba(0,0,0,.35);
}
.vroom-ar-launch:hover { filter: brightness(1.08); }

/* "Under development" state */
.vroom-ar-soon { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; padding: 24px; color: #e6e9f0; }
.vroom-ar-soon-ic { font-size: 54px; margin-bottom: 14px; }
.vroom-ar-soon p { font-size: 15px; line-height: 1.6; color: #c7cdda; max-width: 340px; margin: 0; }

/* Product-page AR button */
a.vroom-preview-button, .button.vroom-ar-button { margin-top: 10px; margin-right: 8px; }
.woocommerce div.product form.cart .button.vroom-ar-button { display: inline-block; }

/* Shop / category tile badge */
.woocommerce ul.products li.product { position: relative; }
.vroom-ar-badge {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(77,163,255,.96); color: #06121f;
  padding: 5px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 800; letter-spacing: .5px; line-height: 1;
  cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.28); user-select: none;
}
.vroom-ar-badge::before { content: '👁️'; font-size: 12px; }
.vroom-ar-badge:hover { filter: brightness(1.07); }
.vroom-ar-badge:focus-visible { outline: 2px solid #06121f; outline-offset: 2px; }
