/* Embedded showcase — transparent page, card only */
html[data-fbs-embed='1'] {
  width: var(--fbs-embed-w, 440px);
  height: auto;
  overflow: visible;
  background: transparent !important;
}

html[data-fbs-embed='1'],
html[data-fbs-embed='1'] body {
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent !important;
}

html[data-fbs-embed='1'] body {
  width: var(--fbs-embed-w, 440px);
  height: auto;
  min-height: 0;
  display: block;
}

html[data-fbs-embed='1'] #root {
  width: var(--fbs-embed-w, 440px);
  background: transparent !important;
  border-radius: 20px;
  overflow: hidden;
}

html[data-fbs-embed='1'] .overlay {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  background: transparent !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

html[data-fbs-embed='1'] .card {
  width: 100%;
  max-width: var(--fbs-embed-w, 440px);
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
}

html[data-fbs-embed='1'] .header img {
  border-radius: 12px;
}
