.screen--import-center{background:var(--color-bg)}.import-center__shell{width:min(1160px,100vw - 32px);margin:0 auto;padding:28px 0 56px}.import-center__main{gap:18px;min-width:0;display:grid}.import-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;min-width:0;padding:18px}.import-panel__header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.import-panel__eyebrow{color:var(--color-text-muted);letter-spacing:0;text-transform:uppercase;margin:0 0 5px;font-size:.76rem;font-weight:800}.import-panel__header h1,.import-panel__header h2{color:var(--color-text);margin:0;font-size:1.32rem;line-height:1.18}.import-panel__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.import-secondary-action{min-height:36px}.import-panel__actions .btn-primary:not(:disabled){background:var(--akds-accent-primary,var(--accent-primary));color:var(--text-on-accent);border-color:transparent}.import-panel__actions .btn-primary:not(:disabled):hover{background:var(--akds-accent-primary,var(--accent-primary));filter:brightness(1.05)}.import-preview-empty,.import-center__empty{min-height:112px;color:var(--color-text-muted);place-items:center;display:grid}@media (width<=900px){.import-center__shell{width:min(100%,100vw - 24px);padding:16px 0 92px}.import-panel{padding:16px 12px}.import-panel__header{display:grid}.import-panel__actions{justify-content:stretch}.import-panel__actions .btn{white-space:normal;flex:150px;min-width:0}}