/* Embed-only layout for /embed/spin-the-wheel/. The wheel visuals come from
   the tool's shared.css + wheel.css; this file just frames them for an iframe. */
html, body.lk-embed {
  margin: 0;
  padding: 0;
  background: transparent;
  min-height: 100vh;
}
body.lk-embed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  box-sizing: border-box;
}
.embed-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 560px;
}
.embed-stage .wheel-wrap { max-width: 100%; }
.embed-stage canvas#wheelCanvas { width: 100%; height: auto; max-width: 520px; }
.embed-attrib {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #6d4dff;
  text-decoration: none;
  opacity: 0.85;
}
.embed-attrib:hover { opacity: 1; text-decoration: underline; }
