.h3-import-overlay{position:fixed;inset:0;z-index:12000;background:rgba(18,15,35,.48);backdrop-filter:blur(6px);display:grid;place-items:center;padding:24px;overflow:auto}.h3-import{width:min(560px,100%);margin:auto;background:var(--studio-surface,#fff);color:var(--studio-text,#20202c);border:1px solid #8a72ed55;border-radius:24px;padding:32px;box-shadow:0 28px 100px #15102740;font:14px/1.6 system-ui,sans-serif}.h3-import-eyebrow{color:#7750df;font-size:11px;font-weight:750;letter-spacing:1.8px}.h3-import h2{font-size:28px;letter-spacing:-1px;margin:8px 0}.h3-import-description{color:#666477;margin:0 0 20px}.h3-import-preview{height:210px;border-radius:14px;background:linear-gradient(145deg,#f5f3fc,#eeecf7);display:grid;place-items:center;overflow:hidden}.h3-import-preview img,.h3-import-preview video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.h3-import-cube{font-size:100px;font-weight:200;color:#8062dc}.h3-import-meta{display:flex;flex-direction:column;margin:14px 0 20px;overflow-wrap:anywhere}.h3-import-meta span{font-size:12px;color:#747080}.h3-import-steps{display:flex;gap:12px;list-style:none;padding:0;margin:0 0 24px}.h3-import-steps li{flex:1;display:flex;align-items:center;gap:6px;color:#777382;font-size:12px}.h3-import-steps li span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eeedf4;flex-shrink:0}.h3-import-steps li[data-state=active]{color:#7041e7;font-weight:650}.h3-import-steps li[data-state=active] span{background:#ece4ff}.h3-import-steps li[data-state=done] span{background:#e2f4ea;color:#287d53}.h3-import-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;min-height:44px}.h3-import button{border:0;border-radius:10px;padding:11px 20px;background:#7648ef;color:white;cursor:pointer;font:inherit;font-weight:600}.h3-import button.secondary{background:#f1eff7;color:#50485f}.h3-import button:disabled{opacity:.5;cursor:default}.h3-import a:focus-visible,.h3-import button:focus-visible{outline:3px solid #9e82ee;outline-offset:3px}.h3-import-error{background:#fff0ed;color:#9a3326;padding:12px;border-radius:10px}.h3-import-note{text-align:center;color:#5f5771}.h3-import-help{display:block;text-align:center;color:#716786;font-size:12px;margin-top:18px}.h3-import-preview{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.h3-import-preview img,.h3-import-preview video{min-width:0;min-height:0;max-width:100%;max-height:100%}@media(max-width:600px){.h3-import-overlay{padding:12px}.h3-import{padding:20px}.h3-import h2{font-size:24px}.h3-import-steps{gap:6px}.h3-import-preview{height:170px}}[data-studio-theme=dark] .h3-import{background:#24212f;color:#f3f0fa}[data-studio-theme=dark] .h3-import-description,[data-studio-theme=dark] .h3-import-meta span{color:#b5adc9}