.HtmlPreviewPlaceholder_wrapper__v3Qyf{position:relative;min-height:60px;margin:12px 0;border-radius:var(--radius-lg);overflow:hidden}.HtmlPreviewPlaceholder_withBorder__neN8C{border:var(--glass-border)}.HtmlPreviewPlaceholder_toolbar__mWcRd{position:absolute;top:8px;right:8px;z-index:10;display:flex;gap:4px;padding:4px;border-radius:var(--radius-md);background:var(--html-preview-toolbar-bg);backdrop-filter:blur(8px);opacity:0;transition:opacity .2s ease;pointer-events:none}.HtmlPreviewPlaceholder_wrapper__v3Qyf:hover .HtmlPreviewPlaceholder_toolbar__mWcRd{opacity:1;pointer-events:auto}.HtmlPreviewPlaceholder_toolbarTrigger__vFgcY{pointer-events:auto}@media (hover:none){.HtmlPreviewPlaceholder_toolbar__mWcRd{opacity:1;pointer-events:auto}}.HtmlPreviewPlaceholder_iframe__tG8Je{display:block;width:100%;min-height:150px;border:none;background:transparent;transition:opacity .3s ease}.HtmlPreviewPlaceholder_errorWrapper__yvjj9{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;padding:24px;color:var(--status-error)}.HtmlPreviewPlaceholder_warning___tSUS{display:flex;align-items:center;gap:12px;padding:24px;color:var(--text-secondary)}.HtmlPreviewPlaceholder_shimmerOverlay__nELyN{position:absolute;inset:0;z-index:5;display:flex;align-items:center;gap:12px;padding:16px}.HtmlPreviewPlaceholder_shimmerIcon___exf_{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:40px;height:40px;border-radius:var(--radius-md);background:var(--bg-elevated);animation:HtmlPreviewPlaceholder_icon-pulse__zlU8Q 2s ease-in-out infinite}.HtmlPreviewPlaceholder_shimmerContent__BrX_Q{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.HtmlPreviewPlaceholder_shimmerTitle__InqzE{font-size:14px;font-weight:500;color:var(--text-primary)}.HtmlPreviewPlaceholder_shimmerBar__Q26AP{width:100%;height:8px;border-radius:4px;background:linear-gradient(90deg,var(--bg-elevated) 0,var(--bg-elevated) 40%,var(--text-tertiary) 50%,var(--bg-elevated) 60%,var(--bg-elevated) 100%);background-size:200% 100%;animation:HtmlPreviewPlaceholder_shimmer__Zotkg 1.5s linear infinite}@keyframes HtmlPreviewPlaceholder_shimmer__Zotkg{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes HtmlPreviewPlaceholder_icon-pulse__zlU8Q{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.HtmlPreviewPlaceholder_wrapper__v3Qyf{margin:8px 0;border-radius:8px}.HtmlPreviewPlaceholder_shimmer__Zotkg{padding:12px}.HtmlPreviewPlaceholder_toolbar__mWcRd{top:6px;right:6px}}