:root{--header-height:52px}.app-shell{color:#000;background:#f3f4f6;flex-direction:column;width:100%;max-width:100%;height:100%;min-height:100vh;display:flex;overflow-x:hidden}.header{color:#fff;text-align:center;width:100%;box-shadow:none;z-index:40;background:#2f2f2f;border-bottom:1px solid #4b5563;padding:12px 20px;transition:background .3s,margin-right .3s ease-in-out;position:relative}.header h1{margin-bottom:4px;font-size:1.3em}.header-right{align-items:center;gap:10px;display:flex;position:relative}.header-auth{align-items:center;display:flex}.header-settings-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:.85em;transition:all .3s;display:flex}.header-settings-btn:hover{opacity:.7}.header-theme-toggle{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:4px;justify-content:center;align-items:center;padding:8px 12px;font-size:1.2em;transition:all .3s;display:flex}.header-theme-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.settings-menu{z-index:1000;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:250px;margin-top:8px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.settings-menu-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;padding:12px 16px;transition:background .2s;display:flex}.settings-menu-item:last-child{border-bottom:none}.settings-menu-item:hover{background:#f8f9ff}.settings-icon{text-align:center;width:24px;margin-right:12px;font-size:1.3em}.settings-text{color:#000;flex:1;font-size:.95em;font-weight:500}.settings-status{color:#000;margin-left:8px;font-size:.85em}.settings-status.connected{color:#28a745;font-weight:600}.settings-status.connecting{color:#ffc107}.cloud-drive-modal{z-index:2000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.cloud-drive-modal-content{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:600px;max-height:80vh;display:flex;box-shadow:0 8px 24px #0003}.cloud-drive-modal-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:20px;display:flex}.cloud-drive-modal-header h3{color:#000;margin:0;font-size:1.2em}.cloud-drive-close-btn{color:#000;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5em;transition:all .2s;display:flex}.cloud-drive-close-btn:hover{color:#333;background:#f0f0f0}.cloud-drive-file-list{flex:1;padding:20px;overflow-y:auto}.cloud-drive-file-item{cursor:pointer;border:1px solid #e0e0e0;border-radius:8px;align-items:center;margin-bottom:10px;padding:12px;transition:all .2s;display:flex}.cloud-drive-file-item:hover{background:#f8f9ff;border-color:#4facfe;transform:translate(5px)}.cloud-drive-file-icon{margin-right:12px;font-size:1.5em}.cloud-drive-file-name{color:#000;flex:1;font-size:.95em;font-weight:500}.cloud-drive-file-size{color:#000;margin-left:12px;font-size:.85em}#authButton{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:4px;padding:8px 16px;font-size:.9em;transition:background .3s}#authButton:hover{background:#ffffff4d}#userInfo{color:#fff;font-weight:500}.header p{opacity:.9;font-size:1em}.main-tabs-container{box-shadow:none;background:#3a3a3a;border-bottom:1px solid #4b5563;border-radius:11px 11px 0 0;margin-bottom:0}.main-tabs{gap:0;max-width:100%;display:flex;overflow-x:auto}.main-tab{color:#ffffffd9;cursor:pointer;white-space:nowrap;text-align:center;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:12px 12px 0 0;flex:1;padding:8px 12px;font-size:.85em;font-weight:600;transition:all .3s;position:relative}.main-tab:hover{color:#fff;background:#ffffff1a}.main-tab.active{color:#fff;background:#ffffff40;border-bottom-color:#fff;font-weight:700;box-shadow:inset 0 -3px #fff}.main-tab-content{display:none}.main-tab-content.active{display:block}.main-wrapper{box-sizing:border-box;background:#f3f4f6;flex:1;align-items:flex-start;gap:20px;width:100%;min-height:calc(100vh - 60px);padding:20px;display:flex;position:relative;overflow:hidden auto}.sidebar-toggle,.sidebar{display:none}.cell-selector-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;flex-shrink:0;gap:0;width:288px;min-width:256px;max-width:320px;height:100%;max-height:100%;padding:0;transition:all .3s;display:flex;overflow:hidden auto;box-shadow:0 2px 8px #0000000f}.cell-selector-section::-webkit-scrollbar{width:1px}.cell-selector-section>.main-tabs-container{flex:none;min-height:0;margin:0;padding:0;overflow:visible}.cell-selector-section>.main-tab-content{flex:auto;min-height:0;padding:8px;overflow:hidden auto}.cell-selector-section>.main-tab-content.active{flex-direction:column;display:flex}.cell-selector-section>.upload-section{box-sizing:border-box;flex:none;width:calc(100% - 16px);margin:0 8px 8px}.right-sections{background:0 0;flex-direction:column;flex:1;gap:20px;width:100%;min-width:0;height:100%;display:flex;overflow-y:auto}.sidebar.sidebar-hidden{border:none;margin:0;padding:0;overflow:hidden;transform:translate(-100%);width:0!important;min-width:0!important;max-width:0!important}.excel-preview-container{flex-direction:column;width:100%;height:100%;display:flex}.sidebar-resizer{cursor:ew-resize;z-index:10;background:0 0;width:4px;height:100%;transition:background .2s;position:absolute;top:0;right:0}.sidebar-resizer:hover{background:#4facfe}.sidebar-resizer.resizing{background:#4facfe;width:4px}.content{flex:1;width:100%;padding:30px;overflow-y:auto}.content-wrapper{box-sizing:border-box;background:#f3f4f6;flex-direction:row;flex:1;align-items:stretch;gap:20px;width:100%;height:calc(100vh - 100px);min-height:0;display:flex;overflow:hidden auto}.upload-section{width:100%;min-width:0}.file-folder-row,.upload-subsection{display:none}.cell-selector-section .cell-selector{background:0 0;border:none;border-radius:0;flex-direction:column;gap:10px;margin-bottom:10px;padding:0;display:flex}.cell-selector h3{color:#000;text-align:center;margin-bottom:8px;font-size:.95em}.selected-cells{background:#fff;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;flex:1;min-height:0;margin-top:8px;padding:15px;display:flex;overflow:hidden;box-shadow:0 2px 4px #0000000d}.selected-cells h4{color:#000;border-bottom:2px solid #e9ecef;margin-bottom:12px;padding-bottom:8px;font-size:.95em;font-weight:600}.selected-cells #cellList{flex:1;min-height:0;max-height:100%;overflow:hidden auto}.selected-cells #cellList::-webkit-scrollbar{display:none}.cell-category-tabs{border-bottom:2px solid #e0e7ff;flex-shrink:0;gap:5px;margin-bottom:10px;display:flex;overflow-x:auto}.cell-category-tab{color:#000;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:8px 15px;font-size:.85em;font-weight:500;transition:all .3s}.cell-category-tab:hover{color:#4facfe;background:#4facfe1a}.cell-category-tab.active{color:#4facfe;border-bottom-color:#4facfe;font-weight:600}.cell-category-input-wrapper{margin-bottom:4px}.cell-category-input-wrapper label{color:#000;margin-bottom:4px;font-size:.75em;display:block}.cell-category-input{color:#000;background:#f8f9fa;border:1px solid #ddd;border-radius:4px;width:100%;padding:6px 10px;font-size:.85em}.cell-category-input:focus{background:#fff;border-color:#4facfe;outline:none}.cell-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;flex-direction:column;flex-shrink:0;gap:4px;margin-bottom:4px;padding:6px;display:flex}.cell-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.cell-address{color:#000;background:#e9ecef;border-radius:4px;flex-shrink:0;padding:4px 8px;font-family:monospace;font-size:.95em;font-weight:700}.cell-name-input{background:#fff;border:1px solid #ced4da;border-radius:5px;width:100%;padding:6px 10px;font-size:.9em;transition:border-color .3s}.cell-name-input:focus{border-color:#4facfe;outline:none;box-shadow:0 0 0 2px #4facfe1a}.cell-name-input::placeholder{color:#adb5bd;font-style:italic}.cell-note-input{background:#fff;border:1px solid #ced4da;border-radius:5px;width:100%;padding:6px 10px;font-size:.9em;transition:border-color .3s}.cell-note-input:focus{border-color:#4facfe;outline:none;box-shadow:0 0 0 2px #4facfe1a}.cell-note-input::placeholder{color:#adb5bd;font-style:italic}.remove-cell-btn{color:#e54848;cursor:pointer;background:#fff;border:1px solid #e54848;border-radius:5px;flex-shrink:0;padding:4px 8px;font-size:.8em;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #e5484833}.remove-cell-btn:hover{background:#fff5f5;border:2px solid #e54848;box-shadow:0 4px 8px #e548484d}.sheet-selector-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin-bottom:20px;padding:15px}.sheet-selector-section h4{color:#000;text-align:center;margin-bottom:10px;font-size:.95em}.sheet-selector-wrapper{margin-bottom:8px}.sheet-selector-input{cursor:pointer;background:#fff;border:1px solid #ced4da;border-radius:6px;width:100%;padding:8px 12px;font-size:.9em;transition:border-color .3s}.sheet-selector-input:hover{border-color:#5cb3d6}.sheet-selector-input:focus{border-color:#5cb3d6;outline:none;box-shadow:0 0 0 2px #5cb3d61a}.preset-section{background:#fff;border:1px solid #e9ecef;border-radius:16px;margin-top:10px;padding:12px}.preset-section h4{color:#000;text-align:center;margin-bottom:8px;font-size:.95em}.preset-controls{flex-direction:column;gap:8px;display:flex}.preset-input-group{gap:5px;display:flex}.preset-name-input{border:1px solid #ddd;border-radius:5px;flex:1;padding:6px 10px;font-size:.9em}.preset-btn{cursor:pointer;border:none;border-radius:12px;padding:6px 12px;font-size:.85em;transition:all .3s}.preset-save-btn{color:#fff;background:#28a745}.preset-save-btn:hover{background:#218838}.preset-list{max-height:400px;margin-top:10px;padding:5px;overflow:hidden auto}.cell-group-item{background:#f8f9fa;border:1px solid #dee2e6;border-radius:16px;margin-bottom:10px;padding:12px;transition:all .2s}.cell-group-item:hover{background:#e9ecef;box-shadow:0 2px 4px #0000001a}.cell-group-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cell-group-checkbox-label{cursor:pointer;flex:1;align-items:center;gap:8px;display:flex}.cell-group-checkbox{cursor:pointer;width:18px;height:18px}.cell-group-name{color:#000;font-size:.95em;font-weight:600}.cell-group-count{color:#6c757d;font-size:.85em}.cell-group-details{color:#000;margin-top:8px;padding-left:26px;font-size:.85em}.cell-group-cells{margin-bottom:4px}.cell-group-files,.cell-group-files strong{color:#000}.preset-item{background:#f8f9fa;border-radius:5px;justify-content:space-between;align-items:center;margin-bottom:5px;padding:6px 8px;font-size:.85em;display:flex}.preset-checkbox-label{cursor:pointer;flex:1;align-items:center;gap:8px;display:flex}.preset-checkbox{cursor:pointer;accent-color:#4facfe;width:18px;height:18px}.preset-item-name{-webkit-user-select:none;user-select:none;color:#000;flex:1;font-weight:500}.preset-item-actions{gap:5px;display:flex}.preset-load-btn,.preset-delete-btn{cursor:pointer;border:none;border-radius:3px;padding:3px 8px;font-size:.8em}.preset-load-btn{color:#fff;background:#007bff}.preset-load-btn:hover{background:#0056b3}.preset-delete-btn{color:#e54848;background:#fff;border:1px solid #e54848;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #e5484833}.preset-delete-btn:hover{background:#fff5f5;border:2px solid #e54848;box-shadow:0 4px 8px #e548484d}.upload-section{box-sizing:border-box;background:#fff;border:2px solid #e0e0e0;border-radius:14px;flex-direction:column;flex-shrink:0;width:100%;margin-top:auto;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.upload-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:2px solid #fff3;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:8px 12px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.upload-section-header:hover{background:linear-gradient(135deg,#5a72d8 0%,#6a4390 100%);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.upload-section-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.85em;font-weight:700;overflow:hidden}.upload-section-toggle-icon{color:#fff;flex-shrink:0;font-size:.9em;transition:transform .3s}.upload-section.collapsed .upload-section-toggle-icon{transform:rotate(-90deg)}.upload-section-content{background:#fff;border-radius:0 0 12px 12px;flex-direction:column;gap:8px;padding:12px;transition:max-height .3s,padding .3s,opacity .3s;display:flex;overflow:hidden}.upload-section.collapsed .upload-section-content{opacity:0;max-height:0;padding:0 12px}.drop-zone{cursor:pointer;background:#fafafa;border:1px dashed #ccc;border-radius:10px;flex-shrink:0;padding:6px 10px;transition:all .2s}.drop-zone:hover{background:#f0f7ff;border-color:#4facfe}.drop-zone.drag-over{background:#e8f0fe;border-color:#4facfe}.drop-zone-content{pointer-events:none}.drop-text{color:#000;text-align:center;margin:0;font-size:.8em}.drop-hint{color:#000;font-size:.8em}.drag-hint{pointer-events:none;margin-top:15px}.drag-hint-text{color:#5cb3d6;text-align:center;background:#5cb3d61a;border:2px solid #5cb3d6;border-radius:8px;padding:12px 20px;font-size:.95em;font-weight:600;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.dragged-files-list{pointer-events:none;background:#fffffff2;border:2px dashed #5cb3d6;border-radius:8px;max-height:300px;margin-top:20px;padding:15px;animation:.3s ease-out slideDown;overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dragged-files-header{color:#5cb3d6;margin-bottom:10px;font-size:.95em;font-weight:600}.dragged-file-item{background:#f8f9ff;border:1px solid #e9ecef;border-radius:6px;align-items:center;gap:10px;margin-bottom:6px;padding:8px 10px;font-size:.9em;display:flex}.dragged-file-item.invalid{color:#856404;background:#fff3cd;border-color:#ffc107}.dragged-file-icon{flex-shrink:0;font-size:1.2em}.dragged-file-name{color:#000;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.dragged-file-size{color:#000;flex-shrink:0;font-size:.85em}.file-list-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;width:100%;min-width:0;height:100%;padding:8px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.file-list-section h3{color:#000;text-align:center;margin-bottom:20px;font-size:1.3em}.tab-buttons{border-bottom:1px solid #e0e0e0;gap:4px;margin-bottom:8px;display:flex}.tab-btn{color:#000;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-2px;padding:6px 8px;font-size:13px;font-weight:500;transition:all .3s;position:relative}.tab-btn:hover{color:#667eea;background:#667eea0d}.tab-btn.active{color:#667eea;background:#667eea0d;border-bottom-color:#667eea;font-weight:600}.selected-files-panel .selected-files-summary{background:#fff;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;height:100%;min-height:500px;margin:0;padding:15px;display:flex;box-shadow:0 2px 4px #0000000d}.selected-files-summary{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin:15px 0;padding:15px;box-shadow:0 2px 4px #0000000d}.summary-header{cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.summary-header h4{color:#000;border-bottom:2px solid #e9ecef;margin:0;padding-bottom:8px;font-size:.95em;font-weight:600}.summary-toggle-btn{color:#000;cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:.9em;transition:color .2s}.summary-toggle-btn:hover{color:#4facfe}.selected-files-panel .summary-content{flex:1;min-height:0;padding:8px 0;overflow-y:auto}.summary-content{max-height:none;padding:8px 0;overflow-y:auto}.summary-file-list{flex-direction:column;gap:6px;display:flex}.summary-file-item{background:#fff;border-radius:4px;align-items:center;gap:8px;padding:6px 10px;font-size:.85em;transition:background .2s;display:flex}.summary-file-item:hover{background:#f0f7ff}.summary-file-index{color:#000;min-width:20px;font-weight:600}.summary-file-name{color:#000;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.summary-file-size{color:#000;font-size:.9em}.summary-footer{text-align:center;border-top:1px solid #e0e0e0;margin-top:10px;padding-top:10px}.tab-content{opacity:0;flex:1;min-height:0;transition:opacity .3s ease-in-out,transform .3s ease-in-out;display:none;overflow-y:auto;transform:translate(-20px)}.tab-content.active{opacity:1;flex-direction:column;display:flex;transform:translate(0)}.tab-content.slide-in{animation:.3s ease-out slideInLeft}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.history-container{max-height:500px;overflow-y:auto}.result-container{max-height:calc(100vh - 300px);padding:10px;overflow-y:auto}.result-header-inline{border-bottom:2px solid #e0e0e0;margin-bottom:15px;padding-bottom:15px}.result-header-inline h4{margin-bottom:10px}.result-controls{flex-wrap:wrap;gap:8px;display:flex}.category-tabs-container{border-bottom:2px solid #e0e7ff;gap:8px;margin-bottom:20px;padding-bottom:8px;display:flex;overflow-x:auto}.category-tab-btn{color:#000;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-size:.9em;font-weight:500;transition:all .3s}.category-tab-btn:hover{color:#4facfe;background:#4facfe1a}.category-tab-btn.active{color:#4facfe;background:#4facfe26;border-bottom-color:#4facfe;font-weight:600}.category-table-container{margin-top:20px}.result-table-container-inline{background:#fff;border:1px solid #e0e0e0;border-radius:8px;max-height:calc(100vh - 400px);overflow:auto}.result-table-container-inline .result-table{border-collapse:collapse;width:100%;font-size:.85em}.result-table-container-inline .result-table thead{color:#fff;z-index:10;background:#4facfe;position:sticky;top:0}.result-table-container-inline .result-table th{text-align:left;white-space:nowrap;border-right:1px solid #fff3;padding:10px 12px;font-weight:600;position:relative}.result-table-container-inline .result-table th.draggable-header{cursor:move;-webkit-user-select:none;user-select:none;transition:all .2s}.result-table-container-inline .result-table th.draggable-header:hover{background:#ffffff1a}.result-table-container-inline .result-table th.draggable-header.dragging{opacity:.5;background:#fff3}.result-table-container-inline .result-table th:last-child{border-right:none}.result-table-container-inline .result-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s}.result-table-container-inline .result-table tbody tr:hover{background:#f8f9ff}.result-table-container-inline .result-table tbody tr:nth-child(2n){background:#fafafa}.result-table-container-inline .result-table tbody tr:nth-child(2n):hover{background:#f0f7ff}.result-table-container-inline .result-table td{word-break:break-word;border-right:1px solid #e9ecef;max-width:200px;padding:8px 12px}.result-table-container-inline .result-table td:last-child{border-right:none}.file-list-split-container{gap:20px;height:calc(100vh - 300px);min-height:500px;max-height:800px;display:flex}.file-list-panel{flex-direction:column;flex:1;min-width:0;display:flex}.selected-files-panel{flex-direction:column;flex:0 0 300px;min-width:250px;max-width:400px;display:flex}.file-list-container{flex:1;min-height:400px;max-height:calc(100vh - 300px);overflow-y:auto}.folder-path-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin-bottom:20px;padding:15px}.folder-path-input-group{gap:8px;margin-bottom:8px;display:flex}.folder-input{display:none}.folder-path-input{cursor:pointer;background:#fff;border:1px solid #ced4da;border-radius:6px;flex:1;padding:8px 12px;font-size:.9em;transition:border-color .3s}.folder-path-input:hover{background:#f8f9ff;border-color:#4facfe}.folder-path-input:focus{border-color:#4facfe;outline:none;box-shadow:0 0 0 2px #4facfe1a}.folder-load-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#4facfe;border:none;border-radius:6px;padding:8px 16px;font-size:.9em;transition:background .3s}.folder-load-btn:hover{background:#3d8bfe}.folder-load-btn:disabled{cursor:not-allowed;background:#adb5bd}.folder-group{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:12px;overflow:hidden}.folder-group-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8f9fa;justify-content:space-between;align-items:center;padding:12px 15px;transition:background .2s;display:flex}.folder-group-header:hover{background:#e9ecef}.folder-group-info{flex:1;align-items:center;gap:8px;display:flex}.folder-toggle-icon{color:#000;text-align:center;width:16px;font-size:.8em}.folder-icon{font-size:1.2em}.folder-name{color:#000;font-size:.95em;font-weight:600}.folder-file-count{color:#000;font-size:.85em}.folder-remove-btn{color:#e54848;cursor:pointer;background:#fff;border:1px solid #e54848;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:.8em;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #e5484833}.folder-remove-btn:hover{background:#fff5f5;border:2px solid #e54848;box-shadow:0 4px 8px #e548484d}.folder-group-content{background:#fafafa;padding:8px}.folder-group-content .file-item{background:#fff;margin-bottom:6px}.load-all-files-btn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:4px;margin-left:10px;padding:4px 12px;font-size:.85em;transition:background .2s}.load-all-files-btn:hover{background:#218838}.file-list-empty{text-align:center;color:#000;padding:40px 20px}.empty-icon{opacity:.5;margin-bottom:15px;font-size:3em}.file-list-empty p{color:#000;font-size:1em}.file-item{background:#f8f9ff;border:1px solid #e9ecef;border-radius:12px;justify-content:flex-start;align-items:center;gap:8px;margin-bottom:8px;padding:10px 12px;transition:all .2s;display:flex;position:relative;overflow:visible}.file-item-checkbox-wrapper{flex-shrink:0}.file-item-checkbox{cursor:pointer;accent-color:#4facfe;width:18px;height:18px}.file-item-checkbox:checked{accent-color:#4facfe}.file-item:hover{background:#e8f0fe;border-color:#4facfe;transform:translate(5px)}.file-item.file-item-clicked{background:#e8f0fe;border:2px solid #4facfe;box-shadow:0 2px 8px #4facfe4d}.file-selected-cells{border-top:1px solid #e0e0e0;flex-wrap:wrap;align-items:center;gap:4px;margin-top:8px;padding-top:8px;display:flex}.file-selected-cells-label{color:#000;margin-right:4px;font-size:.8em;font-weight:500}.file-selected-cells-list{flex-wrap:wrap;gap:4px;display:flex}.file-cell-badge{color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:2px 8px;font-family:monospace;font-size:.75em;font-weight:600;display:inline-block}.file-item-info{flex:1;align-items:center;gap:12px;transition:opacity .2s;display:flex}.file-item-info:hover{opacity:.8}.file-icon{color:#28a745;font-size:1.5em}.file-details{flex:1;min-width:0}.file-name{color:#000;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:.95em;font-weight:600;overflow:hidden}.file-size{color:#000;font-size:.85em}.file-remove-btn{color:#e54848;cursor:pointer;z-index:10;background:#fff;border:1px solid #e54848;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;font-size:1em;font-weight:700;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 4px #e5484833}.file-remove-btn:hover{background:#fff5f5;border:2px solid #e54848;transform:scale(1.15);box-shadow:0 4px 8px #e548484d}.file-remove-btn:active{transform:scale(1.1);box-shadow:0 2px 4px #e5484833}.file-count-badge{color:#fff;background:#4facfe;border-radius:12px;margin-left:10px;padding:4px 10px;font-size:.85em;font-weight:600;display:inline-block}.history-item{background:#f8f9ff;border:1px solid #e9ecef;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px 15px;transition:all .2s;display:flex;position:relative}.history-item:hover{background:#e8f0fe;border-color:#4facfe;transform:translate(5px)}.history-item-info{flex:1;align-items:center;gap:12px;display:flex}.history-icon{color:#28a745;font-size:1.5em}.history-details{flex:1;min-width:0}.history-title{color:#000;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:.95em;font-weight:600;overflow:hidden}.history-meta{color:#000;flex-wrap:wrap;gap:12px;font-size:.85em;display:flex}.history-meta span{white-space:nowrap}.history-separator{color:#999}.history-type{color:#4facfe;font-weight:500}.history-list{padding:10px}.history-delete-btn{color:#fff;cursor:pointer;z-index:10;background:#e54848;border:2px solid #fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:-4px;margin-bottom:-4px;margin-right:-4px;padding:0;font-size:1em;font-weight:700;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 8px #e5484866,0 0 0 1px #e5484833}.history-delete-btn:hover{background:#d43d3d;transform:scale(1.15);box-shadow:0 4px 12px #e5484880,0 0 0 2px #e548484d}.history-delete-btn:active{transform:scale(1.1);box-shadow:0 2px 6px #e5484866,0 0 0 1px #e5484833}.restore-banner{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin:0 20px 15px;padding:12px 20px;animation:.3s ease-out slideDown;box-shadow:0 4px 15px #667eea4d}.restore-banner-content{align-items:center;gap:15px;display:flex}.restore-banner-icon{background:#fff3;border-radius:10px;padding:8px;font-size:1.8em}.restore-banner-info{flex:1}.restore-banner-title{color:#fff;margin-bottom:4px;font-size:.95em;font-weight:600}.restore-banner-items{flex-wrap:wrap;gap:12px;display:flex}.restore-item{color:#ffffffe6;background:#ffffff26;border-radius:6px;padding:4px 10px;font-size:.85em}.restore-banner-actions{align-items:center;gap:8px;display:flex}.restore-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.85em;font-weight:600;transition:all .2s}.restore-btn-primary{color:#667eea;background:#fff}.restore-btn-primary:hover{background:#f0f0f0;transform:translateY(-1px)}.restore-btn-close{color:#fff;background:#fff3;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.restore-btn-close:hover{background:#ffffff4d}.upload-section h3{color:#000;margin-bottom:20px;font-size:1.5em}.upload-section p{color:#000;margin-bottom:25px;line-height:1.6}.file-input{display:none}.action-buttons-row{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;width:100%;display:flex}.upload-button-row{justify-content:center;align-items:center;width:100%;margin-top:6px;display:flex}.btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;flex-shrink:0;height:36px;padding:8px 12px;font-size:.85em;font-weight:600;transition:all .2s}.upload-button-row .btn-primary{width:100%;margin-left:0;font-size:.9em}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.btn-primary:disabled{cursor:not-allowed;opacity:.6;background:#6c757d}.btn-secondary{color:#495057;cursor:pointer;white-space:nowrap;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;flex:auto;min-width:0;height:32px;padding:6px 10px;font-size:.8em;font-weight:500;transition:all .2s}.upload-section .btn-secondary{text-align:center;flex:45%;justify-content:center}.btn-secondary:hover{background:#e9ecef;border-color:#adb5bd;transform:translateY(-1px)}.upload-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;height:40px;padding:8px 20px;font-size:.95em;font-weight:600;transition:all .2s}.upload-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.upload-btn:disabled{cursor:not-allowed;opacity:.6;background:#6c757d}.status-container{flex-shrink:0;min-height:0}.progress{height:4px;margin-top:8px;display:none}.progress-bar{background-color:#f0f0f0;border-radius:5px;width:100%;height:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#4facfe,#00f2fe);width:0%;height:100%;transition:width .3s}.status{border-radius:5px;margin-top:15px;padding:10px;display:none}.status.success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.status.error{color:#fff;background-color:#dc3545;border:1px solid #c82333;border-radius:8px;padding:12px 16px;font-weight:500;box-shadow:0 2px 4px #dc354533}.result-section{background:#fff;border:2px solid #e0e0e0;border-radius:15px;margin-top:40px;padding:25px;box-shadow:0 2px 10px #0000001a}.result-header{border-bottom:2px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:15px;display:flex}.result-header>div{flex:1}.result-header h3{color:#000;margin:0 0 10px;font-size:1.3em}.result-controls{gap:10px;display:flex}.result-control-btn{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:5px;padding:6px 12px;font-size:.85em;transition:all .2s}.result-control-btn:hover{background:#5a6268;transform:translateY(-1px)}.result-control-btn.download-btn{background:#28a745}.result-control-btn.download-btn:hover{background:#218838}.result-close-btn{color:#e54848;cursor:pointer;background:#fff;border:1px solid #e54848;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2em;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 4px #e5484833}.result-close-btn:hover{background:#fff5f5;border:2px solid #e54848;transform:scale(1.1);box-shadow:0 4px 8px #e548484d}.result-table-container{border:1px solid #e0e0e0;border-radius:8px;max-height:600px;overflow:auto}.result-table{border-collapse:collapse;background:#fff;width:100%;font-size:.9em}.result-table thead{color:#fff;z-index:10;background:#4facfe;position:sticky;top:0}.result-table th{text-align:left;white-space:nowrap;border-right:1px solid #fff3;padding:12px 15px;font-weight:600;position:relative}.result-table th.draggable-header{cursor:move;-webkit-user-select:none;user-select:none;transition:all .2s}.result-table th.draggable-header:hover{background:#ffffff1a}.result-table th.draggable-header.dragging{opacity:.5;background:#fff3}.drag-handle{opacity:.6;cursor:grab;margin-right:8px;font-size:.9em;display:inline-block}.drag-handle:active{cursor:grabbing}.header-text{display:inline-block}.result-table th:last-child{border-right:none}.result-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s}.result-table tbody tr:hover{background:#f8f9ff}.result-table tbody tr:nth-child(2n){background:#fafafa}.result-table tbody tr:nth-child(2n):hover{background:#f0f7ff}.result-table td{word-break:break-word;border-right:1px solid #e9ecef;max-width:300px;padding:10px 15px}.result-table td:last-child{border-right:none}.result-empty{text-align:center;color:#000;padding:40px 20px}.features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:40px;display:grid}.feature{text-align:center;background:#f8f9ff;border:1px solid #e9ecef;border-radius:15px;padding:20px}.feature h4{color:#000;margin-bottom:10px}.feature p{color:#000;font-size:.9em;line-height:1.5}.icon{color:#4facfe;margin-bottom:15px;font-size:2em}@media (max-width:1024px){.cell-selector-section{width:240px;min-width:224px}.main-wrapper{gap:15px;padding:15px}}@media (max-width:768px){.main-wrapper{flex-direction:column;gap:15px;padding:10px}.sidebar-toggle{border-radius:8px;top:10px;left:10px;transform:none}.sidebar-toggle.sidebar-open{left:10px}.sidebar-toggle-right{border-radius:8px;top:10px;right:10px;transform:none}.sidebar{border-bottom:2px solid #e0e0e0;border-right:none;max-width:100%;transform:translateY(0);width:100%!important}.sidebar.sidebar-hidden{height:0;transform:translateY(-100%)}.sidebar-resizer{display:none}.content-wrapper{flex-direction:column;min-height:auto}.cell-selector-section{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;max-height:500px!important}.right-sections{width:100%;max-width:100%;height:auto}.upload-section,.file-list-section{min-width:100%}.file-list-split-container{flex-direction:column;min-height:auto}.selected-files-panel{flex:1;min-width:100%;max-width:100%;margin-bottom:20px}.file-list-panel{flex:1;min-width:100%}.file-list-container{max-height:300px}.excel-preview-table-container{max-height:calc(100vh - 150px)}.excel-preview-table{font-size:.75em}.excel-preview-table th,.excel-preview-table td{padding:6px 8px}.header h1{font-size:1.3em}}.auth-modal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.auth-modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:400px;padding:30px;position:relative;box-shadow:0 4px 20px #0003}.auth-close{cursor:pointer;color:#000;font-size:28px;transition:color .3s;position:absolute;top:15px;right:15px}.auth-close:hover{color:#333}.auth-modal-content h2{color:#000;text-align:center;margin-bottom:20px}.auth-modal-content form{flex-direction:column;gap:15px;display:flex}.auth-modal-content input{border:1px solid #ddd;border-radius:4px;padding:12px;font-size:1em;transition:border-color .3s}.auth-modal-content input:focus{border-color:#4facfe;outline:none}.auth-modal-content button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);border:none;border-radius:4px;padding:12px;font-size:1em;font-weight:500;transition:opacity .3s}.auth-modal-content button:hover{opacity:.9}.auth-modal-content button:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;color:#000;margin-top:15px;font-size:.9em}.auth-switch a{color:#4facfe;font-weight:500;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.excel-preview-header{background:#f8f9ff;border-bottom:2px solid #e0e0e0;flex-direction:column;padding:20px 20px 0;display:flex;position:relative}.excel-preview-header>div:first-child{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.excel-preview-header h3{color:#000;margin:0;font-size:1.2em}.excel-preview-header .close-preview-btn{z-index:10;position:absolute;top:20px;right:20px}.excel-preview-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.close-preview-btn{color:#e54848;cursor:pointer;background:#fff;border:1px solid #e54848;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2em;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 4px #e5484833}.close-preview-btn:hover{background:#fff5f5;border:2px solid #e54848;transform:scale(1.1);box-shadow:0 4px 8px #e548484d}.excel-preview-content{flex:1;min-height:400px;max-height:calc(100vh - 400px);padding:20px;overflow:auto}.file-tabs-container{border-bottom:1px solid #e0e0e0;width:100%;overflow-x:auto}.file-tabs{gap:5px;min-width:fit-content;padding:0 10px;display:flex}.file-tab{cursor:pointer;white-space:nowrap;color:#000;background:#f0f0f0;border:1px solid #e0e0e0;border-bottom:none;border-radius:8px 8px 0 0;align-items:center;gap:8px;padding:8px 16px;font-size:.9em;transition:all .2s;display:flex;position:relative}.file-tab:hover{color:#333;background:#e8f0fe}.file-tab.active{color:#4facfe;z-index:10;background:#fff;border-color:#4facfe;font-weight:600}.file-tab-name{text-overflow:ellipsis;max-width:200px;overflow:hidden}.file-tab-close{opacity:.6;border-radius:3px;padding:2px 6px;font-size:.85em;transition:all .2s}.file-tab-close:hover{color:#dc3545;opacity:1;background:#dc35451a}.sheet-tabs-container{background:#fafafa;border-bottom:1px solid #e0e0e0;width:100%;overflow-x:auto}.sheet-tabs{gap:5px;min-width:fit-content;padding:8px 10px;display:flex}.sheet-tab{cursor:pointer;white-space:nowrap;color:#000;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:6px 16px;font-size:.85em;transition:all .2s}.sheet-tab:hover{color:#4facfe;background:#f0f7ff;border-color:#4facfe}.sheet-tab.active{color:#fff;background:#4facfe;border-color:#4facfe;font-weight:600}.aggregated-data-section{background:#f8f9ff;border-top:3px solid #4facfe;flex-shrink:0;min-height:150px;max-height:300px;padding:20px 25px;position:relative;overflow-y:auto;box-shadow:0 -2px 10px #0000000d}.aggregated-data-resizer{cursor:ns-resize;z-index:100;background:0 0;height:8px;transition:background .2s;position:absolute;top:0;left:0;right:0}.aggregated-data-resizer:hover{background:#4facfe}.aggregated-data-resizer:active{background:#3d8bfe}.aggregated-data-header{border-bottom:2px solid #e0e0e0;margin-bottom:15px;padding-bottom:10px}.aggregated-data-header h4{color:#000;align-items:center;gap:8px;margin:0;font-size:1.2em;font-weight:600;display:flex}.aggregated-files-list{flex-direction:column;gap:12px;display:flex}.aggregated-file-item{background:#fff;border:2px solid #e9ecef;border-radius:8px;align-items:center;gap:15px;padding:15px 18px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.aggregated-file-item:hover{background:#f0f7ff;border-color:#4facfe;transform:translate(5px);box-shadow:0 4px 8px #4facfe33}.aggregated-file-icon{flex-shrink:0;font-size:2em}.aggregated-file-info{flex:1;min-width:0}.aggregated-file-name{color:#000;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:1em;font-weight:600;overflow:hidden}.aggregated-file-size{color:#000;font-size:.9em;font-weight:500}.preview-empty{text-align:center;color:#000;padding:60px 20px}.preview-empty .empty-icon{opacity:.3;margin-bottom:20px;font-size:4em}.preview-empty p{color:#000;font-size:1.1em}.excel-preview-table-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;max-height:calc(100vh - 200px);overflow:auto}.excel-preview-table{border-collapse:collapse;width:100%;font-size:.85em}.excel-preview-table thead{color:#fff;z-index:10;background:#4facfe;position:sticky;top:0}.excel-preview-table th{text-align:center;border-right:1px solid #fff3;min-width:80px;padding:10px 12px;font-family:monospace;font-weight:600}.excel-preview-table th:last-child{border-right:none}.excel-preview-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s}.excel-preview-table tbody tr:hover{background:#f8f9ff}.excel-preview-table tbody tr:nth-child(2n){background:#fafafa}.excel-preview-table tbody tr:nth-child(2n):hover{background:#f0f7ff}.excel-preview-table td{word-break:break-word;text-align:left;border-right:1px solid #e9ecef;max-width:200px;padding:8px 12px}.excel-preview-table td.preview-cell-selectable{cursor:pointer;transition:all .2s;position:relative}.excel-preview-table td.preview-cell-selectable:hover{transform:scale(1.02);box-shadow:inset 0 0 0 2px #4facfe;background:#e8f0fe!important}.excel-preview-table td.preview-cell-selectable.cell-selected{border:2px solid #ffc107;font-weight:600;box-shadow:inset 0 0 0 2px #ffc107;background:#fff3cd!important}.excel-preview-table td.preview-cell-selectable.cell-selected:hover{border-color:#ff9800;background:#ffe69c!important}.selected-cells-display{border-top:1px solid #e0e0e0;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}.selected-cells-list{flex-wrap:wrap;gap:6px;display:flex}.cell-address-badge{color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:4px 10px;font-family:monospace;font-size:.9em;font-weight:600;display:inline-block}.excel-preview-table td:first-child{text-align:center;color:#000;background:#f8f9fa;border-right:2px solid #e0e0e0;min-width:50px;font-family:monospace;font-weight:600}.excel-preview-table td:last-child{border-right:none}.preview-info{background:#e8f0fe;border-radius:8px;margin-bottom:15px;padding:15px;font-size:.9em}.preview-info-item{justify-content:space-between;margin-bottom:8px;display:flex}.preview-info-item:last-child{margin-bottom:0}.preview-info-label{color:#000;font-weight:600}.preview-info-value{color:#000}.preview-loading{text-align:center;color:#4facfe;padding:60px 20px}.preview-loading .loading-spinner{margin-bottom:20px;font-size:3em;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.preview-error{text-align:center;color:#fff;background-color:#dc3545;border:1px solid #c82333;border-radius:8px;padding:40px 20px;box-shadow:0 2px 8px #dc35454d}.preview-error .error-icon{color:#fff;background-color:#ffffff1a;border-radius:50%;width:80px;height:80px;margin-bottom:15px;padding:12px;font-size:3em;font-weight:600;line-height:56px;display:inline-block;box-shadow:0 2px 4px #0000001a}.preview-error p{color:#fff;margin-top:15px;font-weight:500}.sheet-selector-container{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;align-items:center;gap:10px;margin-bottom:15px;padding:12px;display:flex}.sheet-selector-label{color:#000;white-space:nowrap;font-size:.9em;font-weight:600}.sheet-selector{cursor:pointer;background:#fff;border:1px solid #ced4da;border-radius:6px;flex:1;padding:8px 12px;font-size:.9em;transition:border-color .3s}.sheet-selector:hover{border-color:#4facfe}.sheet-selector:focus{border-color:#4facfe;outline:none;box-shadow:0 0 0 2px #4facfe1a}.sheet-name-display{color:#000;font-size:.9em;font-weight:500}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}.aggregation-feedback{pointer-events:none}.preset-status-area{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;min-height:50px;margin-bottom:12px;padding:10px}.preset-matched{color:#155724;background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;align-items:center;gap:8px;padding:8px;display:flex}.preset-matched-label{font-size:.9em;font-weight:600}.preset-matched-name{flex:1;font-size:.95em;font-weight:500}.preset-unlink-btn{color:#155724;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:2px 6px;font-size:1.2em;transition:background-color .2s}.preset-unlink-btn:hover{background:#0000001a}.preset-empty{text-align:center;padding:10px}.preset-tabs{border-bottom:2px solid #e9ecef;gap:4px;margin-bottom:12px;display:flex}.preset-tab{cursor:pointer;color:#000;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:8px 8px 0 0;flex:1;margin-bottom:-2px;padding:8px 12px;font-size:.9em;font-weight:500;transition:all .2s}.preset-tab:hover{color:#4facfe;background:#4facfe0d}.preset-tab.active{color:#4facfe;border-bottom-color:#4facfe;font-weight:600}.preset-tab-content{flex-direction:column;flex:1;min-height:100px;display:flex;overflow:hidden auto}.preset-tab-panel{flex-direction:column;flex:1;min-height:0;display:none;overflow:hidden auto}.preset-tab-panel.active{display:flex}.preset-create-form{padding:10px}.preset-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin-bottom:10px;padding:12px;transition:all .2s}.preset-card:hover{border-color:#4facfe;box-shadow:0 2px 8px #0000001a}.preset-card-selected{background:#e7f3ff;border-color:#4facfe;box-shadow:0 2px 8px #4facfe33}.preset-card-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.preset-card-header .preset-checkbox{cursor:pointer;width:18px;height:18px;margin:0}.preset-card-name{color:#000;flex:1;font-size:.95em;font-weight:600}.preset-card-cells{background:#f8f9fa;border-radius:12px;align-items:flex-start;gap:6px;margin-bottom:10px;padding:6px;font-size:.85em;display:flex}.preset-cells-label{color:#000;white-space:nowrap;font-weight:600}.preset-cells-list{color:#000;word-break:break-all;flex:1;line-height:1.4}.preset-card-actions{gap:6px;margin-top:8px;display:flex}.preset-card-actions .preset-btn{cursor:pointer;background:#fff;border:1px solid #ced4da;border-radius:12px;flex:1;padding:6px 12px;font-size:.85em;transition:all .2s}.preset-card-actions .preset-load-btn{color:#4facfe;border-color:#4facfe}.preset-card-actions .preset-load-btn:hover{color:#fff;background:#4facfe}.preset-card-actions .preset-delete-btn{color:#dc3545;border-color:#dc3545}.preset-card-actions .preset-delete-btn:hover{color:#fff;background:#dc3545}.preset-status-area .preset-input-group{gap:8px;display:flex}.preset-status-area .preset-name-input{border:1px solid #ced4da;border-radius:12px;flex:1;padding:8px 12px;font-size:.9em}.preset-status-area .preset-name-input:focus{border-color:#4facfe;outline:none;box-shadow:0 0 0 2px #4facfe1a}.preset-status-area .preset-save-btn{color:#fff;cursor:pointer;background:#4facfe;border:none;border-radius:12px;padding:8px 16px;font-size:.9em;font-weight:500;transition:background-color .2s}.preset-status-area .preset-save-btn:hover{background:#3d8bfe}.preset-list{max-height:400px;padding:5px;overflow-y:auto}.preset-list::-webkit-scrollbar{display:none}.file-source-tabs{background:#f8f9fa;border-bottom:2px solid #e9ecef;border-radius:8px 8px 0 0;gap:8px;padding:12px 15px;display:flex}.file-source-tab{cursor:pointer;color:#495057;white-space:nowrap;background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:10px 18px;font-size:.9em;font-weight:500;transition:all .3s}.file-source-tab:hover{color:#667eea;background:#667eea0d;border-color:#667eea;transform:translateY(-1px)}.file-source-tab.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;box-shadow:0 2px 8px #667eea4d}.file-source-content{display:none}.file-source-content.active{display:block}.onedrive-container{padding:15px}.onedrive-header{margin-bottom:15px}.onedrive-header h4{color:#000;border-bottom:2px solid #e9ecef;margin:0 0 15px;padding-bottom:10px;font-size:.95em;font-weight:600}.onedrive-content{min-height:200px}.onedrive-not-connected,.onedrive-setup-guide,.onedrive-error{text-align:center;color:#000;padding:40px 20px}.onedrive-not-connected .empty-icon,.onedrive-setup-guide .empty-icon,.onedrive-error .empty-icon{margin-bottom:15px;font-size:3em}.onedrive-loading{text-align:center;padding:40px 20px}.onedrive-loading .loading-spinner{border:3px solid #e9ecef;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;margin:0 auto 15px;animation:1s linear infinite spin}.onedrive-tree-container{background:#fff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.onedrive-breadcrumb{color:#000;background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:10px 15px;font-size:.9em}.onedrive-breadcrumb .breadcrumb-item{color:#667eea}.onedrive-breadcrumb .breadcrumb-item:hover{text-decoration:underline}.onedrive-breadcrumb .breadcrumb-separator{color:#adb5bd;margin:0 5px}.onedrive-items{max-height:400px;overflow-y:auto}.onedrive-item{cursor:pointer;border-bottom:1px solid #f1f3f4;align-items:center;padding:12px 15px;transition:background .2s;display:flex}.onedrive-item:hover{background:#f8f9fa}.onedrive-item:last-child{border-bottom:none}.onedrive-item .item-icon{margin-right:10px;font-size:1.2em}.onedrive-item .item-name{color:#000;flex:1;font-size:.9em}.onedrive-item .item-info{color:#000;font-size:.8em}.onedrive-folder{background:#fafbfc}.onedrive-file .onedrive-file-checkbox{cursor:pointer;width:18px;height:18px;margin-right:10px}.onedrive-actions{background:#f8f9fa;border-top:1px solid #e9ecef;gap:10px;padding:15px;display:flex}.onedrive-empty{text-align:center;color:#000;padding:30px}.googledrive-container{padding:15px}.googledrive-header{margin-bottom:15px}.googledrive-header h4{color:#000;border-bottom:2px solid #e9ecef;margin:0 0 15px;padding-bottom:10px;font-size:.95em;font-weight:600}.googledrive-content{min-height:200px}.googledrive-not-connected{text-align:center;color:#000;padding:40px 20px}.googledrive-not-connected .empty-icon{margin-bottom:15px;font-size:3em}.drag-hint{color:#6c5ce7;margin-top:10px;font-size:.8em;font-weight:500}.file-drag-handle{cursor:grab;color:#6c5ce7;letter-spacing:-2px;background:linear-gradient(135deg,#e8e4ff 0%,#d4d0ff 100%);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:36px;margin-right:4px;font-size:1.1em;transition:all .2s;display:flex}.file-drag-handle:hover{color:#5a4fcf;background:linear-gradient(135deg,#d4d0ff 0%,#c4c0ff 100%);transform:scale(1.05)}.file-drag-handle:active{cursor:grabbing;color:#4a3fcf;background:#c4c0ff}.drag-icon{-webkit-user-select:none;user-select:none;font-weight:700}.file-item[draggable=true]{cursor:default}.file-item[draggable=true]:active{cursor:grabbing}.file-item.dragging{opacity:.5;background:#e9ecef;border:2px dashed #6c5ce7}.cell-group-section.selected{box-shadow:0 0 0 3px #6c5ce780!important}.cell-group-section.drag-over{transform:scale(1.02);border-color:#6c5ce7!important;box-shadow:0 0 15px #6c5ce7b3!important}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.file-item[draggable=true]:hover{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-left:3px solid #6c5ce7}.file-item.can-add-to-group{background:linear-gradient(135deg,#f8fff8 0%,#e8f5e9 100%);border-left:3px solid #28a745}.file-item.can-add-to-group:hover{background:linear-gradient(135deg,#e8f5e9 0%,#c8e6c9 100%)}.header-type-suggestion-modal{z-index:10000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-in-out fadeIn;display:none;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.suggestion-modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;animation:.3s ease-out slideUp;overflow-y:auto;box-shadow:0 10px 40px #0003}.suggestion-modal-header{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:20px;display:flex}.suggestion-modal-header h3{color:#000;margin:0;font-size:1.2em}.suggestion-modal-close{color:#000;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:28px;transition:all .2s;display:flex}.suggestion-modal-close:hover{color:#333;background:#f8f9fa}.suggestion-cell-info{color:#000;background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:20px;font-size:.9em;line-height:1.6}.suggestion-content{padding:20px}.suggestion-list{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.suggestion-item{cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:16px;transition:all .2s}.suggestion-item:hover{background:#f8f9ff;border-color:#6c5ce7;transform:translateY(-2px);box-shadow:0 4px 12px #6c5ce726}.suggestion-item.suggestion-primary{background:linear-gradient(135deg,#f8f9ff 0%,#f0f2ff 100%);border-color:#6c5ce7}.suggestion-item-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.suggestion-icon{font-size:1.5em}.suggestion-type-name{color:#000;flex:1;font-size:1.1em;font-weight:600}.suggestion-badge{color:#fff;background:#6c5ce7;border-radius:12px;padding:4px 10px;font-size:.75em;font-weight:600}.suggestion-item-stats{margin-bottom:8px}.suggestion-confidence{color:#000;align-items:center;gap:10px;margin-bottom:8px;font-size:.9em;display:flex}.confidence-bar{background:#e9ecef;border-radius:4px;flex:1;height:8px;overflow:hidden}.confidence-fill{background:linear-gradient(90deg,#4facfe 0%,#00f2fe 100%);height:100%;transition:width .3s}.confidence-value{color:#000;text-align:right;min-width:40px;font-weight:600}.suggestion-match-rate{color:#000;font-size:.85em}.suggestion-examples{color:#000;margin-top:8px;font-size:.85em}.suggestion-examples code{color:#6c5ce7;background:#f8f9fa;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace}.suggestion-empty{text-align:center;color:#000;padding:40px 20px}.suggestion-actions{border-top:1px solid #e9ecef;justify-content:flex-end;gap:10px;padding-top:20px;display:flex}.suggestion-loading{text-align:center;padding:40px}.loading-spinner{border:3px solid #f3f3f3;border-top-color:#6c5ce7;border-radius:50%;width:40px;height:40px;margin:0 auto 20px;animation:1s linear infinite spin}html.dark,html.dark body,html.dark .container{color:#e5e7eb;background:#1f2937}html.dark .header{box-shadow:none;background:#1f1f1f;border-bottom:1px solid #4b5563}html.dark .main-wrapper,html.dark .content-wrapper{background:#1f2937}html.dark .cell-selector-section,html.dark .right-sections{background:#374151;border-color:#4b5563}html.dark .main-tabs-container{background:#2b2b2b;border-color:#4b5563}html.dark .main-tab{color:#d1d5db;background:#4b5563}html.dark .main-tab.active{color:#fff;background:#15803d}html.dark .tab-btn{color:#d1d5db;background:#4b5563}html.dark .tab-btn.active{color:#fff;background:#22c55e}html.dark .tab-content{color:#e5e7eb;background:#374151}html.dark input,html.dark textarea,html.dark select{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark input:focus,html.dark textarea:focus,html.dark select:focus{background:#4b5563;border-color:#22c55e;outline-color:#22c55e}html.dark button{color:#e5e7eb}html.dark .file-list-item{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .file-list-item:hover{background:#6b7280}html.dark .cell-group-card{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .cell-group-card:hover{background:#6b7280}html.dark .cell-item,html.dark .preset-card{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .preset-card:hover{background:#6b7280}html.dark .result-display{color:#e5e7eb;background:#374151}html.dark .history-item:hover{background:#6b7280}html.dark ::-webkit-scrollbar{display:none}html.dark .file-list-section{color:#e5e7eb;background:#374151;border-color:#4b5563}html.dark .file-list-section h3{color:#e5e7eb}html.dark .tab-buttons{border-bottom-color:#4b5563}html.dark .tab-btn{color:#d1d5db}html.dark .tab-btn:hover{color:#22c55e;background:#22c55e1a}html.dark .tab-btn.active{color:#22c55e;background:#22c55e1a;border-bottom-color:#22c55e}html.dark .drop-zone{background:#4b5563;border-color:#6b7280}html.dark .drop-zone:hover,html.dark .drop-zone.drag-over{background:#6b7280;border-color:#22c55e}html.dark .drop-text,html.dark .drop-hint{color:#e5e7eb}html.dark .dragged-files-list{background:#4b5563f2;border-color:#22c55e}html.dark .dragged-file-item{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .dragged-file-item.invalid{color:#fbbf24;background:#6b7280;border-color:#f59e0b}html.dark .dragged-file-name,html.dark .dragged-file-size{color:#e5e7eb}html.dark .selected-files-summary,html.dark .selected-files-panel .selected-files-summary{color:#e5e7eb;background:#4b5563;border-color:#6b5563}html.dark .summary-header h4{color:#e5e7eb;border-bottom-color:#6b7280}html.dark .folder-path-section{background:#4b5563;border-color:#6b7280}html.dark .folder-path-input{color:#e5e7eb;background:#374151;border-color:#6b7280}html.dark .folder-path-input:hover{background:#4b5563;border-color:#22c55e}html.dark .folder-path-input:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33}html.dark .folder-group{background:#4b5563;border-color:#6b7280}html.dark .folder-group-header{background:#374151}html.dark .folder-group-header:hover{background:#4b5563}html.dark .folder-toggle-icon,html.dark .folder-name,html.dark .folder-file-count{color:#e5e7eb}html.dark .folder-remove-btn{color:#ef4444;background:#4b5563;border-color:#ef4444}html.dark .folder-remove-btn:hover{background:#6b7280;border-color:#ef4444}html.dark .folder-group-content{background:#374151}html.dark .folder-group-content .file-item{background:#4b5563}html.dark .file-item{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .file-item:hover{background:#6b7280;border-color:#22c55e}html.dark .file-item.file-item-clicked{background:#6b7280;border-color:#22c55e;box-shadow:0 2px 8px #22c55e4d}html.dark .file-selected-cells{border-top-color:#6b7280}html.dark .file-selected-cells-label{color:#e5e7eb}html.dark .file-cell-badge{color:#fbbf24;background:#6b7280;border-color:#f59e0b}html.dark .file-name,html.dark .file-size{color:#e5e7eb}html.dark .file-remove-btn{color:#ef4444;background:#4b5563;border-color:#ef4444}html.dark .file-remove-btn:hover{background:#6b7280;border-color:#ef4444}html.dark .file-list-empty p{color:#e5e7eb}html.dark .history-item{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .history-item:hover{background:#6b7280;border-color:#22c55e}html.dark .history-title,html.dark .history-meta{color:#e5e7eb}html.dark .history-delete-btn{color:#ef4444}html.dark .history-delete-btn:hover{background:#6b7280}html.dark .search-input,html.dark .file-search-input{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .search-input:focus,html.dark .file-search-input:focus{border-color:#22c55e;outline-color:#22c55e}html.dark .search-input::-moz-placeholder{color:#9ca3af}html.dark .file-search-input::-moz-placeholder{color:#9ca3af}html.dark .search-input::placeholder,html.dark .file-search-input::placeholder{color:#9ca3af}html.dark .file-source-tabs{border-bottom-color:#4b5563}html.dark .file-source-tab{color:#d1d5db}html.dark .file-source-tab.active{color:#22c55e;border-bottom-color:#22c55e}html.dark .file-source-tab:hover{color:#22c55e;background:#22c55e1a}html.dark .cell-input-group input{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .cell-input-group input:focus{border-color:#22c55e;outline-color:#22c55e}html.dark .cell-input-group input::placeholder{color:#9ca3af}html.dark .btn-primary,html.dark .upload-btn,html.dark .extract-btn{color:#fff;background:#22c55e}html.dark .btn-primary:hover,html.dark .upload-btn:hover,html.dark .extract-btn:hover{background:#16a34a}html.dark .btn-secondary{color:#e5e7eb;background:#4b5563;border-color:#6b7280}html.dark .btn-secondary:hover{background:#6b7280}html.dark .settings-menu{color:#e5e7eb;background:#374151;border-color:#4b5563}html.dark .settings-menu-item{color:#e5e7eb;border-bottom-color:#4b5563}html.dark .settings-menu-item:hover{background:#4b5563}html.dark .status-message,html.dark .success-message{color:#e5e7eb;background:#374151;border-color:#22c55e}html.dark .error-message{color:#fca5a5;background:#374151;border-color:#ef4444}html.dark .drag-hint-text{color:#22c55e;background:#22c55e1a;border-color:#22c55e}html.dark .dragged-files-header{color:#22c55e}.right-split-container{align-items:stretch;gap:16px;width:100%;height:100%;display:flex;flex-direction:row!important}.right-split-container .file-list-section{flex:1;min-width:0;transition:flex .3s ease-in-out}.right-split-container .file-list-section.with-preview,.right-split-container .file-list-section.full-width{flex:1}.excel-preview-section{background:#fff;border:2px solid #e0e0e0;border-radius:12px;flex-direction:column;flex:1;min-width:0;height:100%;padding:10px;transition:transform .3s ease-in-out,opacity .3s ease-in-out,width .3s ease-in-out,margin .3s ease-in-out,flex .3s ease-in-out;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000014}.excel-preview-section.hidden{display:none}.excel-preview-section.visible{opacity:1;flex:1;transform:translate(0)}.excel-preview-section.slide-in-right{animation:.3s ease-out slideInRight}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.excel-preview-wrapper{flex-direction:column;height:100%;display:flex}html.dark .excel-preview-section{background:#374151;border-color:#4b5563}@media (max-width:768px){.right-split-container{flex-direction:column!important}.right-split-container .file-list-section,.excel-preview-section{flex:none;height:auto;min-height:400px}.excel-preview-section.slide-in-right{animation:.3s ease-out slideInUp}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.excel-preview-section.hidden{display:none}}
