body[data-screen='editor'] .preview-actions { grid-template-columns:44px minmax(0,1fr) 44px; }
body[data-screen='editor'] .preview-actions #exportLook { min-width:44px; min-height:44px; padding:10px; border:0; background:#eae6f2; color:#653887; box-shadow:none; border-radius:14px; }
#exportDialog { width:min(440px,calc(100vw - 28px)); max-width:none; max-height:calc(100dvh - 36px); overflow-y:auto; padding:24px; background:#fcfbfe; border-radius:26px; }
#exportDialog .eyebrow { margin-right:38px; }
#exportDialog h2 { padding-right:20px; }
#exportImage { display:block; width:100%; height:min(34dvh,300px); object-fit:contain; background:#f0edf4; border-radius:16px; margin:18px auto; }
#exportDialog .full { min-height:48px; font-size:15px; margin-top:9px; }
#downloadImage { text-decoration:none; }
body[data-screen] #exportDialog #shareHelp { color:#6c6376; font-size:13px; line-height:1.5; margin:16px 0 0; }
body[data-screen] #exportDialog #shareStatus { color:#54336d; font-size:14px; line-height:1.4; margin:12px 0 0; }
@media(max-height:650px){
  #exportDialog { padding:18px; }
  #exportImage { height:25dvh; margin:12px auto; }
  #exportDialog .eyebrow { margin-bottom:8px; }
}
