.closet-demo-preview.wl-preview-graphic {
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 20px;
  padding: 28px 32px 24px;
  background: var(--rf-blue-soft, #e5f3fc);
}
.closet-demo-top { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 12px; color: var(--rf-ink, #19364b); font-size: 8px; font-weight: 700; letter-spacing: 1.2px; }
.closet-demo-count { background: var(--rf-surface, #fff); border: 1px solid var(--rf-line, #cbdfe9); border-radius: 30px; padding: 6px 9px; font-size: 9px; letter-spacing: 0; white-space: nowrap; }
.closet-demo-card { width: 100%; max-width: 246px; margin: auto; padding: 9px; background: var(--rf-surface, #fff); border: 1px solid var(--rf-ink, #19364b); border-radius: 14px; box-shadow: 5px 6px 0 var(--rf-blue, #a9d8f5); }
.closet-demo-picture { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--rf-blue-soft, #e5f3fc); border: 1px solid var(--rf-line, #cbdfe9); border-radius: 8px; }
.closet-demo-picture > img { width: 100%; height: 100%; object-fit: contain; position: absolute; inset: 0; }
.closet-demo-empty { display: grid; justify-items: center; gap: 20px; text-align: center; color: var(--rf-muted, #526b7a); }
.closet-demo-empty > .icon { width: 60px; height: 60px; stroke-width: 1; }
.closet-demo-empty > span { font-family: Georgia, serif; font-size: 24px; font-style: italic; line-height: 1.2; }
.closet-demo-photo-label { position: absolute; left: 8px; bottom: 8px; background: var(--rf-surface, #fff); color: var(--rf-ink, #19364b); border: 1px solid var(--rf-line, #cbdfe9); border-radius: 30px; padding: 5px 9px; font-size: 9px; }
.closet-demo-card-copy { padding: 13px 5px 7px; }
.closet-demo-card-copy > small { display: block; color: var(--rf-muted, #526b7a); font-size: 8px; letter-spacing: 1px; text-transform: uppercase; }
.closet-demo-card-copy > h4 { margin: 6px 0 0; color: var(--rf-ink, #19364b); font-size: 14px; line-height: 1.45; font-weight: 600; overflow-wrap: anywhere; }
.closet-demo-preview-note { margin: 0; color: var(--rf-muted, #526b7a); font-size: 9px; line-height: 1.7; text-align: center; }
.closet-demo-copy.wl-preview-copy { padding-top: 32px; padding-bottom: 32px; }
.closet-demo-copy > h3 { margin-top: 12px; }
.closet-demo-controls { margin-top: 22px; }
.closet-demo-file { position: absolute; width: 1px; height: 1px; margin: -1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.closet-demo-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.closet-demo-buttons .button { min-height: 42px; padding: 10px 15px; font-size: 11px; }
.closet-demo-buttons .button:disabled { opacity: .55; cursor: default; }
.closet-demo-consent { margin: 0 0 14px; color: var(--rf-ink, #19364b); font-size: 11px; line-height: 1.8; }
.closet-demo-help { color: var(--rf-muted, #526b7a); margin: 10px 0 0; font-size: 9px; line-height: 1.8; }
.closet-demo-status { margin-top: 15px; color: var(--rf-muted, #526b7a); font-size: 10px; line-height: 1.7; }
.closet-demo-status.is-error { border-left: 2px solid currentColor; padding: 8px 11px; background: var(--rf-blue-soft, #e5f3fc); }
.closet-demo-status[hidden] { display: none; }
.closet-demo-spinner { display: inline-block; width: 12px; height: 12px; margin-right: 8px; vertical-align: -2px; border: 1.5px solid var(--rf-line, #cbdfe9); border-top-color: var(--rf-ink, #19364b); border-radius: 50%; animation: closet-demo-spin 1s linear infinite; }
.closet-demo-privacy { display: flex; gap: 7px; align-items: center; margin: 17px 0 0; color: var(--rf-muted, #526b7a); font-size: 10px; line-height: 1.7; }
.closet-demo-privacy .icon { flex: none; width: 14px; height: 14px; }
.closet-demo-join.button { margin-top: 20px; min-height: 43px; padding: 12px 15px; font-size: 11px; }
.closet-demo-launch-note { margin: 9px 0 0; color: var(--rf-muted, #526b7a); font-size: 9px; line-height: 1.7; }
@media (max-width: 700px) {
  .closet-demo-preview.wl-preview-graphic { padding: 24px; gap: 17px; }
  .closet-demo-card { max-width: 226px; }
  .closet-demo-copy.wl-preview-copy { padding: 30px 25px; }
}
@keyframes closet-demo-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .closet-demo-spinner { animation: none; } }
