.import-card { max-width: 960px; margin: 30px auto; padding: 30px 35px; background: #fff; border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); text-align: left; }
.import-title { font-size: 28px; font-weight: 700; color: #2c3e50; margin-bottom: 8px; }
.import-subtitle { font-size: 15px; color: #6c757d; margin-bottom: 22px; line-height: 1.6; }
.login-tip { background: #fff3cd; border-left: 4px solid #ffc107; color: #856404; padding: 12px 16px; border-radius: 6px; margin: 18px 0; font-weight: 600; text-align: left; }
.login-tip a { color: #d39e00; text-decoration: underline; }
.json-box { width: 100%; min-height: 340px; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace; font-size: 14px; line-height: 1.6; padding: 18px; border: 1px solid #e1e4e8; border-radius: 10px; background: #f8f9fa; color: #24292e; resize: vertical; box-shadow: inset 0 1px 3px rgba(0,0,0,0.04); transition: border-color .2s, box-shadow .2s; box-sizing: border-box; }
.json-box:focus { outline: none; border-color: #667eea; box-shadow: 0 0 0 3px rgba(102,126,234,0.12); background: #fff; }
.btn-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 20px 0; }
.btn-import { height: 48px; font-size: 16px; font-weight: 600; padding: 0 36px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border: none; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 14px rgba(102,126,234,0.35); transition: transform .15s, box-shadow .15s; }
.btn-import:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(102,126,234,0.45); }
.btn-import:disabled { background: #adb5bd; cursor: not-allowed; box-shadow: none; }
.btn-sample { height: 38px; font-size: 14px; font-weight: 500; padding: 0 18px; background: #fff; color: #667eea; border: 1px solid #667eea; border-radius: 8px; cursor: pointer; transition: all .15s; }
.btn-sample:hover { background: #667eea; color: #fff; }
.btn-sample.danger { color: #dc3545; border-color: #dc3545; }
.btn-sample.danger:hover { background: #dc3545; color: #fff; }
.result-box { width: 100%; margin: 24px auto 0; text-align: left; }
.result-summary { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; margin-bottom: 12px; padding: 12px 16px; border-radius: 8px; }
.result-summary.ok { background: #d4edda; color: #155724; }
.result-summary.error { background: #f8d7da; color: #721c24; }
.result-count { font-size: 13px; color: #6c757d; margin-bottom: 12px; }
.result-item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #e1e4e8; border-radius: 8px; padding: 12px 14px; margin: 8px 0; box-shadow: 0 2px 6px rgba(0,0,0,0.03); }
.result-badge { font-size: 12px; font-weight: 700; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; }
.badge-created { background: #d4edda; color: #155724; }
.badge-updated { background: #cce5ff; color: #004085; }
.badge-error { background: #f8d7da; color: #721c24; }
.badge-skip { background: #fff3cd; color: #856404; }
.result-text { flex: 1; font-size: 15px; color: #333; }
.result-arrow { color: #adb5bd; font-weight: 700; }
.status-ok { color: #28a745; }
.status-error { color: #dc3545; }
.status-skip { color: #fd7e14; }
.loading { color: #6c757d; font-size: 15px; padding: 10px 0; }
.import-type-tabs { display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.import-type-tab { height: 38px; padding: 0 18px; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; color: #475569; font-size: 14px; font-weight: 600; cursor: pointer; transition: all .15s; }
.import-type-tab:hover { border-color: #667eea; color: #667eea; }
.import-type-tab.active { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-color: transparent; color: #fff; box-shadow: 0 4px 12px rgba(102,126,234,0.3); }
@media (max-width: 768px) { .import-card { padding: 20px; margin: 15px; } .import-title { font-size: 22px; } }
