.studio-import-entry{display:inline-flex;align-items:center}
.studio-import-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px;background:rgba(20,28,24,.56);backdrop-filter:blur(8px)}
.studio-import-dialog{width:min(980px,100%);max-height:min(86vh,860px);display:flex;flex-direction:column;gap:18px;padding:24px;border:1px solid rgba(42,70,57,.16);border-radius:22px;background:#fbfbf7;box-shadow:0 28px 80px rgba(22,36,29,.22)}
.studio-import-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.studio-import-head h2{margin:.3rem 0 .35rem}.studio-import-head p{margin:0;color:#5c6b63;max-width:680px}
.studio-import-close{border:0;background:transparent;font:inherit;font-size:30px;line-height:1;color:#4f5f56;cursor:pointer;padding:2px 7px;border-radius:8px}.studio-import-close:hover{background:#eef2ed}
.studio-import-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.studio-import-stats span{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border-radius:14px;background:#f0f3ee;color:#5b685f;font-size:12px}.studio-import-stats strong{font-size:20px;color:#22372d}
.studio-import-list{overflow:auto;display:flex;flex-direction:column;gap:8px;padding-right:3px}.studio-import-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(260px,1.5fr);gap:16px;padding:13px 15px;border:1px solid #e2e8e2;border-radius:14px;background:white}.studio-import-row>div:first-child{display:flex;flex-direction:column;gap:4px}.studio-import-row small{color:#758078}.studio-import-row.has-error{border-color:#e5b9b4;background:#fff9f8}.studio-import-row.has-warning{border-color:#e5d4a9;background:#fffdf6}.studio-import-notes{display:flex;flex-wrap:wrap;align-content:flex-start;gap:6px}.studio-import-notes span{font-size:11px;line-height:1.35;padding:4px 7px;border-radius:999px}.import-error{background:#f8d8d4;color:#7f2e26}.import-warning{background:#f6e9bd;color:#71560c}.import-ok{background:#dcebdd;color:#315a38}
.studio-import-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e7ebe7;padding-top:16px}.studio-import-result{margin:0;color:#425249;font-size:13px;line-height:1.55}.studio-import-result:empty{display:none}
@media(max-width:760px){.studio-import-modal{padding:10px;place-items:end center}.studio-import-dialog{max-height:92vh;border-radius:18px;padding:18px}.studio-import-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-import-row{grid-template-columns:1fr;gap:8px}.studio-import-actions{position:sticky;bottom:-18px;background:#fbfbf7;padding-bottom:18px}.studio-import-entry .secondary-button{padding-inline:12px}}
