/* Embed-only framing for /embed/tictactoe/. Game visuals come from game.css;
   this file frames them for an iframe: transparent page, centered, compact. */
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:flex-start;
  gap:10px; padding:12px; box-sizing:border-box;
}
.embed-stage { width:100%; max-width:460px; }
.embed-stage #ttt-wrap { min-height:0; margin:0 auto; width:100%; box-sizing:border-box; }
.embed-attrib {
  font-family:'Space Grotesk', system-ui, sans-serif; font-size:13px; font-weight:600;
  color:var(--accent,#4f46e5); text-decoration:none; opacity:.85;
}
.embed-attrib:hover { opacity:1; text-decoration:underline; }
