:export{surfacePrimary:var(--surface-primary);surfaceSecondary:var(--surface-secondary);surfaceInteractive:var(--surface-interactive);surfaceClickable:var(--surface-clickable)}.embed-gallery{min-height:100vh;background:var(--color-background);padding:32px 24px;max-width:1600px;margin:0 auto}.embed-gallery__header{text-align:center;margin-bottom:32px}.embed-gallery__header h1{font-size:28px;font-weight:700;color:var(--color-text-primary);margin:0 0 8px}.embed-gallery__header p{font-size:14px;color:var(--color-text-secondary);margin:0}.embed-gallery__grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.embed-gallery__item{display:flex;flex-direction:column;gap:8px}.embed-gallery__item iframe{display:block}.embed-gallery__item-actions{display:flex;align-items:center;gap:8px;font-size:11px}.embed-gallery__item-actions code{flex:1;font-family:Monaco,Menlo,monospace;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.embed-gallery__copy-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;color:var(--color-text-secondary);cursor:pointer;transition:all .15s ease}.embed-gallery__copy-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.embed-gallery__code-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;background:var(--color-accent);border:none;border-radius:4px;color:#fff;cursor:pointer}.embed-gallery__code-btn:hover{filter:brightness(1.1)}.embed-gallery__code-block{background:rgba(0,0,0,.3);border-radius:6px;padding:12px;max-width:480px}.embed-gallery__code-block pre{margin:0;overflow-x:auto}.embed-gallery__code-block code{font-family:Monaco,Menlo,monospace;font-size:11px;color:var(--color-text-secondary);white-space:pre}@media(max-width:560px){.embed-gallery__grid{flex-direction:column;align-items:center}.embed-gallery__item iframe{width:100%;max-width:480px}}
/*# sourceMappingURL=3b4e71594137459a.css.map*/