/* Minimal, host-friendly styles */
.gog-embed {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  background: #0b1020;
  color: #e5e7eb;
}
.gog-embed-header { display:flex; align-items:center; justify-content:space-between; margin-bottom: 8px; }
.gog-embed-title { font-weight:600; font-size: 16px; line-height: 1.2; }
.gog-embed-badge { border-radius:999px; padding:4px 10px; font-size:12px; font-weight:600; }
.gog-embed-value { font-size: 28px; font-weight: 700; margin: 6px 0 8px; }
.gog-embed-sub { font-size: 12px; opacity: .8; }
.gog-embed-meter { position: relative; height: 10px; border-radius: 999px; overflow: hidden; background: #1f2937; margin: 12px 0 6px; }
.gog-embed-meter > div { height: 100%; }
.gog-embed-foot { display:flex; align-items:center; justify-content:space-between; margin-top: 10px; font-size: 12px; opacity: .85; }
.gog-embed-link { text-decoration: none; color: #93c5fd; }
.gog-embed-brand { margin-top: 8px; font-size: 11px; opacity: .6; letter-spacing: .02em; }
