.import-panel{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.import-header{justify-content:space-between;align-items:center;display:flex}.import-title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.import-elapsed{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.75rem}.import-video-info{background:var(--bg-secondary);border-radius:8px;padding:1rem}.import-video-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .5rem;font-size:.9rem;font-weight:500;overflow:hidden}.import-status-row{align-items:center;gap:.5rem;display:flex}.import-status-label{color:var(--text-secondary);font-size:.8rem}.import-progress-pct{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:.75rem}.import-progress-track{background:var(--border);border-radius:2px;width:100%;height:4px;margin-top:.75rem;overflow:hidden}.import-progress-bar{border-radius:2px;height:100%;transition:width .3s}.import-pipeline-heading{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem;font-size:.85rem}.import-quote{background:var(--bg-secondary);border-left:3px solid var(--accent);border-radius:10px;margin-top:auto;padding:1.25rem}.import-quote-text{color:var(--text-secondary);margin:0 0 .75rem;font-size:.85rem;font-style:italic;line-height:1.5}.import-quote-author{color:var(--text-muted);text-align:right;margin:0;font-size:.8rem}.import-error-box{background:var(--error-bg);border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.import-error-text{color:var(--error-text);margin:0;font-size:.9rem;font-weight:500}.import-retry-btn{color:var(--error-text);cursor:pointer;white-space:nowrap;background:0 0;border:none;margin-left:1rem;font-size:.85rem;text-decoration:underline}.import-cancel-wrap{margin-top:auto;padding-top:1rem}.import-cancel-btn{border:1px solid var(--error-text);width:100%;color:var(--error-text);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;font-weight:500}