:root{--excel-green:#107c41;--excel-green-dark:#005a2b;--bg:#fff;--grid-line:#e2e3e3;--header-bg:#f8f9fa;--header-text:#666;--cell-text:#000;--selection:#e8f0fe;--selection-border:#1a73e8;--ribbon-bg:#f3f3f4;--ribbon-border:#d5d5d5}.excel-module__H04e-G__container{background:var(--bg);color:var(--cell-text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;flex-direction:column;height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;overflow:hidden}.excel-module__H04e-G__titleBar{background:var(--excel-green);color:#fff;z-index:1001;justify-content:space-between;align-items:center;height:48px;padding:8px 16px;font-size:14px;display:flex;position:relative}.excel-module__H04e-G__titleBarLeft{align-items:center;gap:12px;display:flex}.excel-module__H04e-G__titleBarLeft span{font-size:16px;font-weight:600}.excel-module__H04e-G__searchWrapper{justify-content:center;width:400px;display:flex;position:relative}.excel-module__H04e-G__titleSearch{color:#333;background:#fff;border:none;border-radius:4px;outline:none;width:100%;padding:6px 32px 6px 12px;font-size:14px}.excel-module__H04e-G__titleSearch::placeholder{color:#666}.excel-module__H04e-G__titleBarRight{align-items:center;gap:16px;display:flex}.excel-module__H04e-G__profileCircle{background:#005a2b;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.excel-module__H04e-G__menuTabs{border-bottom:1px solid var(--ribbon-border);background:#fff;margin:0;padding:0;list-style:none;display:flex}.excel-module__H04e-G__menuTabItem{color:#444;cursor:pointer;padding:6px 16px;font-size:13px}.excel-module__H04e-G__menuTabItem:hover{background:#f3f2f1}.excel-module__H04e-G__menuTabItemActive{border-bottom:2px solid var(--excel-green);color:var(--excel-green);background:#fff;font-weight:600}.excel-module__H04e-G__fileMenu{background:var(--excel-green);color:#fff;cursor:pointer;padding:6px 16px;font-size:13px}.excel-module__H04e-G__fileMenu:hover{background:var(--excel-green-dark)}.excel-module__H04e-G__ribbon{background:var(--ribbon-bg);border-bottom:1px solid var(--ribbon-border);z-index:10;align-items:flex-start;gap:12px;height:90px;padding:6px 12px;display:flex}.excel-module__H04e-G__toolbarGroup{border-right:1px solid var(--ribbon-border);align-items:center;gap:2px;height:100%;padding-right:12px;display:flex;position:relative}.excel-module__H04e-G__toolbarGroup:last-child{border-right:none}.excel-module__H04e-G__groupLabel{text-align:center;color:#666;width:100%;font-size:11px;position:absolute;bottom:-4px}.excel-module__H04e-G__btn{cursor:pointer;color:#444;background:0 0;border:1px solid #0000;border-radius:4px;flex-direction:column;align-items:center;gap:2px;min-width:44px;padding:4px;font-size:12px;display:flex}.excel-module__H04e-G__btn:hover{background:#e1dfdd}.excel-module__H04e-G__btnActive{color:#005a9e;background:#cce8ff;border-color:#99d1ff}.excel-module__H04e-G__btn i{margin-bottom:2px;font-size:18px;font-style:normal}.excel-module__H04e-G__btn span{font-size:11px}.excel-module__H04e-G__smallBtnGroup{flex-direction:column;gap:2px;display:flex}.excel-module__H04e-G__smallBtn{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:2px;align-items:center;gap:4px;padding:2px 4px;font-size:12px;display:flex}.excel-module__H04e-G__smallBtn:hover{background:#e1dfdd}.excel-module__H04e-G__smallBtn i{font-size:14px;font-style:normal}.excel-module__H04e-G__formulaBar{border-bottom:1px solid var(--grid-line);background:#fff;align-items:center;gap:10px;height:32px;padding:4px 12px;font-size:13px;display:flex}.excel-module__H04e-G__nameBox{border:1px solid var(--grid-line);text-align:center;background:#fff;width:100px;padding:2px 8px;font-size:13px}.excel-module__H04e-G__formulaDivider{background:var(--grid-line);width:1px;height:20px;margin:0 4px}.excel-module__H04e-G__formulaLabel{color:#666;-webkit-user-select:none;user-select:none;cursor:pointer;padding:0 8px;font-family:Times New Roman,serif;font-style:italic;font-weight:700}.excel-module__H04e-G__formulaLabel:hover{background:#f3f2f1;border-radius:2px}.excel-module__H04e-G__formulaInput{background:#fff;border:1px solid #0000;outline:none;flex:1;padding:4px 8px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:13px}.excel-module__H04e-G__formulaInput:focus{border-color:var(--excel-green)}.excel-module__H04e-G__gridContainer{background:var(--bg);flex:1;position:relative;overflow:auto}.excel-module__H04e-G__table{border-collapse:collapse;table-layout:fixed;width:100%}.excel-module__H04e-G__th,.excel-module__H04e-G__td{border:1px solid var(--grid-line);white-space:nowrap;text-overflow:ellipsis;color:#000;height:25px;padding:4px 8px;font-size:13px;overflow:hidden}.excel-module__H04e-G__th{background:var(--header-bg);color:var(--header-text);text-align:center;z-index:10;-webkit-user-select:none;user-select:none;border-bottom:1px solid silver;border-right:1px solid silver;font-weight:400;position:sticky;top:0}.excel-module__H04e-G__rowHeader{background:var(--header-bg);text-align:center;width:40px;color:var(--header-text);z-index:9;border-right:1px solid silver;font-size:12px;position:sticky;left:0}.excel-module__H04e-G__thFirstChild{z-index:11;width:40px;left:0}.excel-module__H04e-G__colA{width:40px}.excel-module__H04e-G__colB{width:250px}.excel-module__H04e-G__colC{width:200px}.excel-module__H04e-G__colD{width:250px}.excel-module__H04e-G__colE{width:120px}.excel-module__H04e-G__colF{width:150px}.excel-module__H04e-G__colDel{width:50px}.excel-module__H04e-G__tr:hover .excel-module__H04e-G__rowHeader{color:#333;background:#e8eaed}.excel-module__H04e-G__td:focus{outline:2px solid var(--excel-green);outline-offset:-2px;z-index:1;position:relative}.excel-module__H04e-G__trPlaying .excel-module__H04e-G__td{background:var(--selection)}.excel-module__H04e-G__trPlaying .excel-module__H04e-G__rowHeader{color:#005a9e;background:#cce8ff;font-weight:700}.excel-module__H04e-G__delRowBtn{cursor:pointer;color:#666;text-align:center;font-weight:700}.excel-module__H04e-G__delRowBtn:hover{color:#d83b01}.excel-module__H04e-G__sheetTabs{border-top:1px solid var(--grid-line);background:#f3f2f1;align-items:center;gap:4px;height:36px;padding-left:32px;font-size:13px;display:flex;overflow-x:auto}.excel-module__H04e-G__sheetTab{cursor:pointer;color:#333;background:0 0;border:none;border-radius:4px 4px 0 0;padding:6px 16px;position:relative}.excel-module__H04e-G__sheetTab:hover{background:#e1dfdd}.excel-module__H04e-G__sheetTabActive{color:var(--excel-green);border-bottom:3px solid var(--excel-green);background:#fff;font-weight:600;box-shadow:0 -2px 4px #0000000d}.excel-module__H04e-G__statusBar{background:var(--excel-green);color:#fff;justify-content:space-between;align-items:center;height:28px;padding:0 16px;font-size:12px;display:flex}.excel-module__H04e-G__statusLeft{align-items:center;gap:16px;display:flex}.excel-module__H04e-G__progressContainer{align-items:center;gap:10px;width:300px;margin-left:20px;display:flex}.excel-module__H04e-G__progressBarBg{cursor:pointer;background:#ffffff4d;border-radius:2px;flex:1;height:4px;position:relative}.excel-module__H04e-G__progressFill{pointer-events:none;background:#fff;border-radius:2px;height:100%}.excel-module__H04e-G__statusRight{align-items:center;gap:16px;display:flex}.excel-module__H04e-G__volumeControl{align-items:center;gap:8px;display:flex}.excel-module__H04e-G__volumeSlider{appearance:none;cursor:pointer;background:#fff6;border-radius:2px;outline:none;width:80px;height:4px}.excel-module__H04e-G__volSlider::-webkit-slider-thumb{appearance:none;background:var(--excel-green);border-radius:50%;width:10px;height:10px}.excel-module__H04e-G__modalOverlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.excel-module__H04e-G__modalContent{background:var(--bg);border:1px solid var(--excel-green);border-radius:4px;flex-direction:column;gap:16px;width:400px;padding:24px;display:flex;box-shadow:0 4px 12px #00000026}.excel-module__H04e-G__modalTitle{color:var(--excel-green);margin:0;font-size:18px;font-weight:600}.excel-module__H04e-G__modalText{color:var(--cell-text);font-size:14px;line-height:1.5}.excel-module__H04e-G__modalActions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.excel-module__H04e-G__modalBtnSecondary{cursor:pointer;background:#f3f2f1;border:1px solid #ccc;border-radius:2px;padding:6px 16px;font-size:14px}.excel-module__H04e-G__modalBtnSecondary:hover{background:#e1dfdd}.excel-module__H04e-G__modalBtnPrimary{background:var(--excel-green);color:#fff;cursor:pointer;border:none;border-radius:2px;align-items:center;gap:8px;padding:6px 16px;font-size:14px;text-decoration:none;display:flex}.excel-module__H04e-G__modalBtnPrimary:hover{background:var(--excel-green-dark)}@media (max-width:768px){.excel-module__H04e-G__titleBar{padding:8px}.excel-module__H04e-G__searchWrapper{display:none}.excel-module__H04e-G__titleBarRight{gap:8px}.excel-module__H04e-G__menuTabs{white-space:nowrap;flex-wrap:nowrap;overflow-x:auto}.excel-module__H04e-G__ribbon{height:auto;padding-bottom:8px;overflow-x:auto}.excel-module__H04e-G__formulaBar{display:none}.excel-module__H04e-G__sheetTabs{padding-left:8px}.excel-module__H04e-G__statusBar{flex-direction:column;gap:8px;height:auto;padding:8px}.excel-module__H04e-G__statusLeft{display:none}.excel-module__H04e-G__statusRight{justify-content:center;width:100%}.excel-module__H04e-G__progressContainer{width:100%;margin-left:0}.excel-module__H04e-G__volumeControl{display:none}.excel-module__H04e-G__modalContent{width:90%;margin:0 16px}}
