.excel-import{padding:24px;max-width:1200px;margin:0 auto}.excel-import-header{margin-bottom:24px}.excel-import-header h2{margin:0 0 8px;font-size:24px;font-weight:600}.excel-import-description{color:#64748b;font-size:14px;margin:0;line-height:1.5}.excel-import-controls{display:flex;gap:12px;align-items:center;margin-bottom:24px;flex-wrap:wrap}.excel-import-file-input{position:relative;flex:1 1;min-width:250px}.excel-import-file-input input[type=file]{position:absolute;opacity:0;width:0;height:0}.excel-import-file-label{display:block;padding:10px 16px;background:var(--theme-elevation-50);border:2px dashed var(--theme-elevation-200);border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;color:var(--theme-text)}.excel-import-file-label:hover{border-color:#0070f3;background:var(--theme-elevation-100)}.excel-import-button{padding:10px 24px;background:#0070f3;color:white;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.excel-import-button:hover:not(:disabled){background:#0060df}.excel-import-button:disabled{background:#94a3b8;cursor:not-allowed}.excel-import-error{padding:12px 16px;background:#fee;border:1px solid #fcc;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:24px}.excel-import-results{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:8px;padding:20px}.excel-import-results h3{margin:0 0 16px;font-size:18px;font-weight:600}.excel-import-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.excel-import-stat{display:flex;flex-direction:column;align-items:center;padding:16px;background:var(--theme-elevation-100);border:1px solid var(--theme-elevation-200);border-radius:8px}.excel-import-stat-value{font-size:32px;font-weight:700;line-height:1;margin-bottom:8px}.excel-import-stat-label{font-size:14px;color:#64748b;font-weight:500}.excel-import-stat-success .excel-import-stat-value{color:#059669}.excel-import-stat-skipped .excel-import-stat-value{color:#f59e0b}.excel-import-stat-errors .excel-import-stat-value{color:#dc2626}.excel-import-details{border:1px solid var(--theme-elevation-200);border-radius:8px;padding:12px;background:var(--theme-elevation-0)}.excel-import-details summary{cursor:pointer;font-weight:600;padding:8px;font-size:14px}.excel-import-details summary:hover{color:#0070f3}.excel-import-details-list{margin-top:12px;overflow-x:auto}.excel-import-details-list table{width:100%;border-collapse:collapse;font-size:13px}.excel-import-details-list td,.excel-import-details-list th{padding:8px 12px;text-align:left;border-bottom:1px solid var(--theme-elevation-200)}.excel-import-details-list th{background:var(--theme-elevation-100);font-weight:600;position:-webkit-sticky;position:sticky;top:0}.excel-import-details-list tr:last-child td{border-bottom:none}.excel-import-row-error{background:#fee}.excel-import-row-skipped{background:#fef3c7}.excel-import-row-created,.excel-import-row-updated{background:#d1fae5}.excel-import-badge{padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}.excel-import-badge-error{background:#fca5a5;color:#7f1d1d}.excel-import-badge-skipped{background:#fcd34d;color:#78350f}.excel-import-badge-created{background:#6ee7b7;color:#065f46}.excel-import-badge-updated{background:#93c5fd;color:#1e3a8a}.import-articles-page{padding:var(--base) var(--gutter-h);max-width:1200px}.import-articles-header{margin-bottom:var(--base)}.import-articles-header h1{margin:0 0 calc(var(--base) / 2) 0;font-size:var(--font-size-h2);font-weight:600;color:var(--theme-text)}.import-articles-header p{margin:0;color:var(--theme-elevation-800);font-size:var(--font-size-base)}