/* Embed shell: minimal chrome, inherits the site palette from style.css */
body.embed{margin:0;padding:14px;background:var(--bg);min-height:auto}
body.embed .wrap{max-width:none;padding:0}
body.embed .calc{margin:0}
.embed-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;
  margin-top:12px;padding-top:10px;border-top:1px solid var(--line);
  font-size:12px;color:var(--muted);flex-wrap:wrap}
.embed-bar a{color:var(--accent);font-weight:700;text-decoration:none}
.embed-bar a:hover{text-decoration:underline}
.embed-title{font-size:17px;font-weight:800;color:var(--text);margin:0 0 10px}
