/* Embed-only layout for /embed/gamepad-tester/. Widget visuals come from the
   tool's /tools/gamepad-tester/css/{shared,utilities,gamepad}.css; this file
   just frames the stage 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;
  gap: 12px;
  padding: 14px;
  box-sizing: border-box;
}
.embed-stage {
  width: 100%;
  max-width: 620px;
}
.embed-stage .gp-stage { margin: 0; }
.embed-attrib {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #cc1a41;
  text-decoration: none;
  opacity: 0.85;
}
.embed-attrib:hover { opacity: 1; text-decoration: underline; }
