/* Embed mode: fill the iframe, leave room for attribution bar */
body.embed { background: radial-gradient(circle at 50% 38%, #FFF5E6 0%, #FFF1DC 55%, #FFECD2 100%); }
body.embed #app { max-width: none; padding-bottom: 34px; }
body.embed .site-wordmark { width: min(230px, 72vw); }
body.embed .urge-tagline { margin-bottom: 20px; font-size: 14px; }
body.embed .urge-card { min-width: 150px; padding: 18px 12px 16px; }
body.embed .screen { padding: 16px 16px 44px; }
body.embed #urge-select { padding: 16px 16px 44px; }
body.embed .share-alt { display: none; }
body.embed .sound-toggle { top: 8px; right: 8px; width: 36px; height: 36px; font-size: 16px; }

/* Attribution bar */
#embed-credit {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #8A7A66;
  text-decoration: none;
  background: rgba(255, 249, 240, 0.95);
  border-top: 1.5px solid rgba(184, 224, 210, 0.8);
  z-index: 500;
}
#embed-credit strong { color: #E8899E; }
#embed-credit:hover strong { text-decoration: underline; }
#embed-credit img { border-radius: 50%; }
