/* Minesweeper Solver — embeddable widget frame (self-contained, light-first). */
:root{
  --accent:#dc2626;
}
*{box-sizing:border-box}
html,body.lk-embed{margin:0;padding:0}
body.lk-embed{
  font-family:'Outfit',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:#f7f8ff; color:#14152e;
  padding:14px; max-width:560px; margin:0 auto;
}
.embed-attrib{display:block;text-align:center;margin-top:16px;font-size:.78rem;color:var(--accent);text-decoration:none;font-weight:600;opacity:.85}
.embed-attrib:hover{opacity:1;text-decoration:underline}
