:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f5f5f5;color:#0f172a}body{margin:0;background:linear-gradient(180deg,#f8fafc,#e2e8f0);min-height:100vh}a{color:inherit}*{box-sizing:border-box}button{cursor:pointer}html{scroll-behavior:smooth}.app-shell{max-width:1280px;margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:24px}.hero{display:flex;align-items:center;justify-content:space-between;gap:32px;background:#fff;padding:24px 32px;border-radius:16px;box-shadow:0 18px 28px #0f172a14}.hero h1{margin:0 0 8px;font-size:28px}.hero p{margin:0;color:#475569;line-height:1.4}.auth-panel{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:280px}.auth-panel__form,.auth-panel__logged{display:flex;gap:8px;align-items:center}.auth-panel input{padding:8px 12px;border:1px solid #cbd5f5;border-radius:8px;font-size:14px}.auth-panel--disabled{color:#64748b;font-size:14px;max-width:260px}.auth-status{margin:0;font-size:12px;color:#2563eb}.upload-section{display:flex;gap:24px}.upload-card{flex:1;background:#fff;border-radius:16px;padding:32px;box-shadow:0 12px 24px #94a3b82e}.drop-zone{border:2px dashed #94a3b8;border-radius:16px;padding:40px;text-align:center;transition:border-color .2s,background .2s;background:#f8fafc}.drop-zone--active{border-color:#2563eb;background:#eff6ff}.drop-zone__title{margin:0;font-size:18px;font-weight:600}.drop-zone__subtitle{margin:8px 0 16px;color:#475569}.drop-zone__input{display:none}.primary-btn,.ghost-btn,.danger-btn{border-radius:999px;border:none;padding:10px 18px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .15s}.primary-btn{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #2563eb38}.ghost-btn{background:#e2e8f0;color:#1e293b}.ghost-btn:disabled{opacity:.5;cursor:not-allowed}.danger-btn{background:#fee2e2;color:#b91c1c}.upload-status{margin-top:16px;font-size:14px}.upload-status--error{color:#dc2626}.upload-status--success{color:#047857}.dataset-summary{width:260px;background:#0f172a;color:#f8fafc;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:8px;box-shadow:0 12px 22px #0f172a4d}.dataset-summary h2{margin:0;font-size:18px}.dataset-summary p{margin:0;font-size:14px}.error-banner{background:#fee2e2;color:#b91c1c;padding:12px 16px;border-radius:12px;font-weight:600}.workspace{display:grid;grid-template-columns:320px 1fr;gap:24px}.workspace-full{display:flex;flex-direction:column;gap:24px}.sidebar{display:flex;flex-direction:column;gap:16px}.filter-builder{background:#fff;border-radius:16px;padding:20px;box-shadow:0 12px 24px #94a3b829;display:flex;flex-direction:column;gap:12px}.filter-header{display:flex;justify-content:space-between;align-items:center}.filter-row{display:grid;grid-template-columns:1fr .8fr 1fr auto;gap:8px;align-items:center}.filter-row select,.filter-row input{padding:8px 10px;border-radius:8px;border:1px solid #cbd5f5;font-size:14px}.filter-empty{margin:0;font-size:14px;color:#64748b}.schema-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 20px #94a3b824}.schema-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.schema-card li{background:#f8fafc;border-radius:12px;padding:12px;border:1px solid #e2e8f0}.schema-samples,.schema-range{margin-top:6px;font-size:12px;color:#475569}.grid-area{background:#fff;border-radius:16px;box-shadow:0 12px 24px #94a3b82e;padding:24px;display:flex;flex-direction:column;gap:16px}.grid-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;position:sticky;top:0;z-index:20;background:#fff;padding:12px 0;margin-bottom:8px;border-bottom:1px solid #e2e8f0}.grid-toolbar select{margin-left:8px;padding:6px 8px;border-radius:8px;border:1px solid #cbd5f5}.toolbar-left{display:flex;align-items:center;gap:12px;justify-self:start}.toolbar-center{display:flex;align-items:center;gap:16px;justify-self:center}.toolbar-right{display:flex;align-items:center;gap:12px;justify-self:end}.toolbar-nav-compact{display:flex;align-items:center;gap:8px}.nav-btn{width:32px;height:32px;border-radius:6px;border:1px solid #cbd5f5;background:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .15s}.nav-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.nav-btn:disabled{opacity:.4;cursor:not-allowed}.nav-info{font-size:11px;color:#64748b;min-width:40px;text-align:center}.nav-total{font-size:10px;color:#94a3b8;background:#f1f5f9;padding:4px 8px;border-radius:12px}.table-container{overflow-x:auto;overflow-y:auto;max-height:70vh;position:relative;width:100%}.data-grid table{border-collapse:collapse;border-radius:12px;overflow:hidden;width:auto;min-width:100%}.data-grid thead{background:#0f172a;color:#e2e8f0;position:sticky;top:0;z-index:10;box-shadow:0 2px 8px #0f172a26}.data-grid th,.data-grid td{padding:16px 20px;border-bottom:1px solid #e2e8f0;text-align:left;font-size:14px}.data-grid tbody tr:nth-child(2n){background:#f8fafc}.column-header{display:flex;flex-direction:column}.column-subtitle{font-size:11px;color:#cbd5f5}.cell-null{color:#94a3b8;font-style:italic}.sort-indicator{margin-left:6px;font-size:10px}.grid-footer{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#475569}.pagination-controls{display:flex;gap:8px}.scroll-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;border-radius:50%;background:#2563eb;color:#fff;border:none;font-size:20px;box-shadow:0 4px 12px #2563eb66;transition:transform .2s,box-shadow .2s;z-index:1000}.scroll-to-top:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb80}.placeholder{background:#94a3b826;border-radius:16px;padding:48px;text-align:center}.placeholder h2{margin:0 0 8px}@media (max-width: 1024px){.workspace{grid-template-columns:1fr}.sidebar{order:2}.grid-area{order:1}}.row-number{color:#64748b;font-weight:500;font-size:13px}.column-name-wrapper{display:flex;align-items:center;gap:6px}.column-edit-btn{opacity:0;background:none;border:none;padding:2px 4px;cursor:pointer;font-size:12px;transition:opacity .2s}.column-header:hover .column-edit-btn{opacity:1}.column-name-input{background:#fff;border:1px solid #38bdf8;border-radius:4px;padding:4px 8px;font-size:14px;color:#0f172a;width:100%}.column-actions{display:flex;gap:4px;margin-left:6px}.column-hide-btn{opacity:0;background:none;border:none;padding:2px 4px;cursor:pointer;font-size:12px;transition:opacity .2s}.column-header:hover .column-hide-btn{opacity:1}.hidden-columns-banner{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:8px 16px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#78350f}.data-grid th,.data-grid td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:400px}.data-grid th:first-child,.data-grid td:first-child{width:60px;max-width:60px}@media (max-width: 768px){.column-edit-btn,.column-hide-btn{opacity:1}}.sidebar{position:relative}.sidebar-toggle{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;z-index:10;transition:all .3s}.sidebar-toggle:hover{background:#cbd5e1}.workspace.sidebar-collapsed .sidebar{width:48px;min-width:48px}.sidebar-content{padding-right:12px}.grid-area .filter-builder{margin-bottom:16px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0f172a14}.grid-area .filter-builder .filter-header{margin-bottom:12px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:12px;background:#f8fafc;border-radius:8px}.filter-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #cbd5e1;border-radius:16px;padding:6px 12px;font-size:13px;color:#0f172a;transition:all .2s}.filter-chip:hover{border-color:#94a3b8;box-shadow:0 2px 4px #0f172a1a}.filter-chip-content strong{color:#2563eb}.filter-chip-remove{background:none;border:none;width:20px;height:20px;border-radius:50%;cursor:pointer;color:#64748b;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s}.filter-chip-remove:hover{background:#fee2e2;color:#dc2626}.filter-chip.clear-all{background:#fef2f2;border-color:#fca5a5;color:#991b1b;cursor:pointer;padding:6px 12px;font-weight:500}.filter-chip.clear-all:hover{background:#fee2e2;border-color:#f87171}.data-grid-toolbar{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#f8fafc;border-radius:8px;margin-bottom:12px}.data-grid-toolbar .checkbox-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#0f172a;cursor:pointer}.data-grid-toolbar .checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.sort-chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;background:#f0f9ff;border-radius:8px;margin-top:12px;border-left:3px solid #2563eb}.sort-chips .chips-label{font-size:13px;font-weight:600;color:#1e40af;margin-right:8px}.sort-chip{display:inline-flex;align-items:center;background:#fff;border:1px solid #93c5fd;border-radius:16px;padding:4px 10px;font-size:13px;color:#1e40af;font-weight:500}.custom-page-size-input{width:80px;padding:4px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:14px}.column-details{margin-top:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0f172a14;overflow:hidden}.column-details-summary{padding:16px 20px;font-size:16px;font-weight:600;color:#0f172a;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border-bottom:1px solid #e2e8f0;transition:background .2s}.column-details-summary:hover{background:#f1f5f9}.column-details[open] .column-details-summary{background:#fff;border-bottom:2px solid #3b82f6}.column-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;padding:20px}.column-card{background:#fff;border:1px solid #e2e8f0;border-left:3px solid #3b82f6;border-radius:8px;padding:16px;transition:all .2s}.column-card:hover{box-shadow:0 4px 12px #0f172a1a;transform:translateY(-2px)}.column-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.column-card-icon{font-size:24px;line-height:1}.column-card-title{flex:1;min-width:0}.column-card-name{font-size:15px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.column-card-type{font-size:12px;color:#64748b;margin-top:2px}.column-card-body{display:flex;flex-direction:column;gap:10px}.column-card-section{font-size:13px}.column-card-label{color:#64748b;font-weight:500;margin-bottom:4px}.column-card-value{color:#0f172a}.column-card-samples{display:flex;flex-wrap:wrap;gap:6px}.column-card-sample{display:inline-block;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:2px 8px;font-size:12px;color:#475569;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0f172a4d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:24px 32px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.modal-header h2{margin:0;font-size:20px;font-weight:600;color:#0f172a}.modal-close{background:none;border:none;font-size:24px;color:#64748b;padding:4px 8px;line-height:1;transition:color .2s}.modal-close:hover{color:#0f172a}.modal-body{padding:24px 32px}.modal-footer{padding:16px 32px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:12px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#0f172a;font-size:14px}.form-group input[type=text]{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s}.form-group input[type=text]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-suffix{margin-left:8px;color:#64748b;font-size:14px}.radio-group{display:flex;flex-direction:column;gap:12px}.radio-option{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.radio-option:hover{background:#f8fafc;border-color:#cbd5e1}.radio-option input[type=radio]{cursor:pointer}.radio-option span{font-size:14px;color:#0f172a}.checkbox-option{display:flex;align-items:center;gap:8px;margin-bottom:12px;cursor:pointer}.checkbox-option input[type=checkbox]{cursor:pointer;width:18px;height:18px}.checkbox-option span{font-size:14px;color:#0f172a}.countdown-banner{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:12px 16px;text-align:center;font-size:14px;color:#475569;margin-top:16px}.countdown-banner strong{color:#3b82f6;font-weight:600}.primary-btn{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;font-size:14px;transition:background .2s}.modal-primary-btn:hover:not(:disabled){background:#2563eb}.modal-primary-btn:disabled{opacity:.5;cursor:not-allowed}.column-split-btn{background:none;border:none;cursor:pointer;font-size:14px;padding:4px;opacity:0;transition:opacity .2s}.column-actions:hover .column-split-btn{opacity:1}.column-split-btn:hover{transform:scale(1.1)}.split-modal-content{max-width:1000px;max-height:90vh;overflow-y:auto;padding:32px}.split-modal-content h2{margin:0 0 24px;font-size:24px;font-weight:600;color:#0f172a}.split-modal-section{margin-bottom:24px}.split-modal-section label{display:block;margin-bottom:8px;font-weight:500;font-size:14px;color:#334155}.split-modal-section input[type=text],.split-modal-section input[type=number]{width:100%;max-width:400px;padding:10px 14px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;transition:border-color .2s}.split-modal-section input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.delimiter-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:12px;margin-bottom:20px}.preset-btn{padding:8px 12px;border:1px solid #cbd5e1;background:#fff;border-radius:4px;cursor:pointer;font-family:monospace;transition:all .2s}.preset-btn:hover{background:#f1f5f9}.preset-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.delimiter-input{width:100%;padding:8px 12px;border:1px solid #cbd5e1;border-radius:4px;font-family:monospace}.preview-section{margin:20px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.preview-header{padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.preview-note{font-size:12px;color:#64748b}.preview-table-wrapper{overflow-x:auto;max-height:400px}.preview-table{width:100%;font-size:12px;border-collapse:collapse}.preview-table th{background:#f1f5f9;padding:8px;text-align:left;font-weight:600;position:sticky;top:0;z-index:1}.preview-table td{padding:8px;border-top:1px solid #e2e8f0}.preview-table .null{color:#94a3b8;font-style:italic}.preview-table .empty{color:#f59e0b}.preview-table .missing{color:#cbd5e1}.auto-detect-result{margin:16px 0;padding:16px 20px;border-radius:10px;border:1px solid;display:flex;flex-direction:column;gap:8px}.auto-detect-result strong{font-weight:600;font-size:15px}.auto-detect-result.success{background:#f0fdf4;border:1px solid #86efac;color:#166534}.auto-detect-result.warning{background:#fef3c7;border:1px solid #fbbf24;color:#92400e}.auto-detect-result code{background:#0000001a;padding:2px 6px;border-radius:3px;font-weight:600}.auto-detect-result .details{font-size:12px;margin-top:4px;opacity:.8}.name-input-group{display:flex;align-items:center;gap:12px;margin-bottom:8px}.name-label{min-width:70px;font-size:13px;color:#64748b}.name-input-group input{flex:1;padding:6px 10px;border:1px solid #cbd5e1;border-radius:4px}.name-input-group input.input-error{border-color:#ef4444}.error-hint{font-size:11px;color:#ef4444;white-space:nowrap}.help-icon{margin-left:4px;font-size:14px;color:#94a3b8;cursor:help}.checkbox-label,.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 0}.checkbox-label input,.radio-label input{cursor:pointer}.toast{position:fixed;bottom:24px;right:24px;background:#fff;border-radius:8px;padding:16px 20px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:12px;max-width:400px;z-index:10000;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-message{flex:1}.toast-undo{padding:4px 12px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;font-size:13px;transition:background .2s}.toast-undo:hover{background:#e2e8f0}.toast-close{background:none;border:none;font-size:20px;cursor:pointer;color:#64748b;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.cell-empty,.cell-empty-string{color:#94a3b8;font-style:italic}.cell-empty-string{color:#f59e0b}
