:root{--sheet-scrollbar-thumb:#babac0;--sheet-header-text:#5e5e5e;--sheet-funcrange-border:#5e5e5e;--sheet-grid-border:#dfdfdf;--sheet-cell-text:#000;--sheet-formula-string:forestgreen;--sheet-editor-border:#5292f7;--sheet-input-shadow:#0006;--sheet-freeze-handle:#ddd;--sheet-freeze-line:#ccc}.sheet-overlay{--sheet-grab-band:6px;--sheet-grab-band-out:4px;--sheet-fill-grab:14px;outline-style:none;width:100%;height:100%;position:absolute}.sheet-cell-area{border-collapse:collapse;overscroll-behavior:none;cursor:default;scrollbar-width:thin;scrollbar-color:var(--sheet-scrollbar-thumb) transparent;outline-style:none;position:relative;overflow:auto}.sheet-cell-area::-webkit-scrollbar{background-color:#0000;width:8px;height:8px}.sheet-cell-area::-webkit-scrollbar-track{background-color:#0000}.sheet-cell-area::-webkit-scrollbar-thumb{background-color:var(--sheet-scrollbar-thumb);border-radius:16px}.sheet-cell-area::-webkit-scrollbar-button{display:none}.sheet-cell-overlay-layer{z-index:1;width:0;height:0;position:sticky;top:0;left:0;overflow:visible}.sheet-cell-selected-move,.sheet-change-size-line,.sheet-freeze-drag-line,.sheet-cols-change-size,.sheet-rows-change-size,.sheet-cols-freeze-handle,.sheet-rows-freeze-handle,.sheet-col-header-hover .header-arrow,.sheet-formula-functionrange-highlight .sheet-copy,.sheet-formula-functionrange-highlight .sheet-highlight{pointer-events:auto}.sheet-row-body{flex-direction:row;display:flex}.sheet-row-header{color:var(--sheet-header-text);cursor:default;outline-style:none;flex-shrink:0;width:45px;margin-top:-2px;padding:2px 0 0;position:relative;overflow:hidden}.sheet-row-header-hover{z-index:11;background-color:color-mix(in oklab, var(--app-current-color) 14%, transparent);border:0;display:none;position:absolute;left:0}.sheet-row-header-selected{z-index:10;border-right:1px solid var(--selection-handle);background-color:color-mix(in oklab, var(--app-current-color) 14%, transparent);display:none;position:absolute;left:0}.sheet-col-header-wrap{flex-direction:row;display:flex}.sheet-col-header{color:var(--sheet-header-text);cursor:default;outline-style:none;flex:1;height:19px;padding:0;position:relative;overflow:hidden}.sheet-col-header-hover{color:var(--sheet-header-text);cursor:default;z-index:11;background-color:color-mix(in oklab, var(--app-current-color) 14%, transparent);border:0;display:none;position:absolute;top:0}.sheet-col-header-hover .header-arrow{position:absolute;top:50%;right:6px;transform:translateY(-44%)}.sheet-col-header-selected{color:var(--sheet-header-text);cursor:default;z-index:10;border-bottom:1px solid var(--selection-handle);background-color:color-mix(in oklab, var(--app-current-color) 14%, transparent);display:none;position:absolute;top:0}.sheet-left-top{border:solid 0 var(--sheet-grid-border);cursor:pointer;background-color:var(--background);border-width:0 1px 1px 0;width:44.5px;height:18.5px;padding-top:0;padding-left:0;position:relative}.sheet-cell-selected-focus{pointer-events:none;z-index:14;background:color-mix(in oklab, var(--selection-handle) 10%, transparent);margin:0;display:none;position:absolute}.sheet-selection-copy{pointer-events:none;z-index:18;border:none;margin:0;position:absolute}.sheet-selection-copy .sheet-copy{z-index:18;background-color:#0000;position:absolute}.sheet-selection-copy-hc{border:2px dashed var(--selection-handle);z-index:8;position:absolute;inset:0}.sheet-selection-highlight{z-index:14;border:none;margin:0;position:absolute}.sheet-search-highlight{pointer-events:none;z-index:13;box-sizing:border-box;position:absolute}.sheet-cell-selected-extend{pointer-events:none;z-index:16;border:1px dashed var(--selection-handle);margin:-1px 0 0 -1px;display:none;position:absolute}.sheet-cell-selected-move{cursor:move;z-index:16;border:2px solid var(--selection-handle);margin:-1px 0 0 -1px;display:none;position:absolute}.sheet-cell-selected{pointer-events:none;z-index:15;border:1px solid var(--selection-handle);background:color-mix(in oklab, var(--selection-handle) 10%, transparent);box-sizing:content-box;margin:-1px 0 0 -1px;display:none;position:absolute}.sheet-cs-inner-border{pointer-events:none;border:1px solid var(--background);position:absolute;inset:0}.sheet-cs-fillhandle{cursor:crosshair;background-color:var(--selection-handle);border:solid 1px var(--background);z-index:16;pointer-events:auto;width:6px;height:6px;position:absolute;bottom:-5px;right:-5px}.sheet-cs-fillhandle:after{content:"";--sheet-fill-grab-inner:calc(6px - var(--sheet-fill-grab));inset:var(--sheet-fill-grab-inner) -2px -2px var(--sheet-fill-grab-inner);position:absolute}.sheet-cell-area[data-glyph-hover] .sheet-cs-draghandle,.sheet-cell-area[data-glyph-hover] .sheet-cs-fillhandle{cursor:inherit}.sheet-cs-draghandle{cursor:move;z-index:15;pointer-events:auto;--sheet-grab-band-offset:calc(var(--sheet-grab-band-out) * -1);position:absolute}.sheet-cs-draghandle-top{top:var(--sheet-grab-band-offset);left:var(--sheet-grab-band-offset);right:var(--sheet-grab-band-offset);height:var(--sheet-grab-band)}.sheet-cs-draghandle-bottom{bottom:var(--sheet-grab-band-offset);left:var(--sheet-grab-band-offset);right:var(--sheet-grab-band-offset);height:var(--sheet-grab-band)}.sheet-cs-draghandle-left{top:var(--sheet-grab-band-offset);bottom:var(--sheet-grab-band-offset);left:var(--sheet-grab-band-offset);width:var(--sheet-grab-band)}.sheet-cs-draghandle-right{top:var(--sheet-grab-band-offset);bottom:var(--sheet-grab-band-offset);right:var(--sheet-grab-band-offset);width:var(--sheet-grab-band)}.sheet-input-box{font:inherit;z-index:15;flex-direction:column;font-size:13px;display:flex;position:absolute}.sheet-input-box-inner{font:inherit;text-align:left;border:1px var(--sheet-editor-border) solid;resize:none;white-space:pre-wrap;max-width:9900px;max-height:9900px;-webkit-box-shadow:0 2px 5px var(--sheet-input-shadow);-moz-box-shadow:0 2px 5px var(--sheet-input-shadow);box-shadow:0 2px 5px var(--sheet-input-shadow);word-wrap:break-word;background-color:var(--background);box-sizing:border-box;outline:none;margin:0;padding:0 2px;font-size:13px;right:auto;overflow:hidden auto}.sheet-cell-input{cursor:text;white-space:pre-wrap;outline:none;width:100%;margin:0}.sheet-formula-text-color{color:var(--sheet-cell-text)}.sheet-formula-text-string{color:var(--sheet-formula-string)}.sheet-cell-flow{touch-action:manipulation;border:0;margin:0;padding:0;position:relative}.sheet-cell-flow-clip{border-collapse:collapse;cursor:default;touch-action:manipulation;width:max-content;overflow:hidden}.sheet-cell-flow-col{touch-action:manipulation;float:left;direction:ltr;border:0;margin:0;padding:0;position:relative;overflow:hidden}.sheet-cell-table{text-align:left;color:var(--sheet-cell-text);font-size:11pt;text-decoration:none;position:relative}.sheet-bottom-controll-row{z-index:20;position:absolute;bottom:38px;left:0}.sheet-cols-change-size,.sheet-rows-change-size,.sheet-change-size-line,.sheet-cols-freeze-handle,.sheet-rows-freeze-handle,.sheet-freeze-drag-line{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;z-index:12;position:absolute}.sheet-cols-change-size{background:var(--selection-handle);cursor:ew-resize;opacity:0;width:5px;top:0}.sheet-rows-change-size{background:var(--selection-handle);cursor:ns-resize;opacity:0;height:5px;left:0}.sheet-change-size-line{border-color:var(--selection-handle);z-index:15;cursor:ew-resize;border-style:solid}.sheet-cols-freeze-handle{background-color:var(--sheet-freeze-handle);cursor:grab;z-index:20;width:3px;height:100%;position:absolute;left:0}.sheet-rows-freeze-handle{background-color:var(--sheet-freeze-handle);cursor:grab;z-index:20;width:100%;height:3px;position:absolute;top:0}.sheet-freeze-drag-line{border-color:var(--sheet-freeze-line);z-index:15;cursor:ew-resize;border-style:solid}.sheet-selection-copy-top{background-position:bottom;height:2px;top:0;left:0;right:0}.sheet-selection-copy-right{width:2px;top:0;bottom:0;right:0}.sheet-selection-copy-bottom{height:2px;bottom:0;left:0;right:0}.sheet-selection-copy-left{background-position:100%;width:2px;top:0;bottom:0;left:0}.sheet-formula-functionrange-highlight .sheet-copy{background-image:none;background-color:var(--selection-handle);z-index:18;cursor:move;opacity:.9;box-sizing:content-box;position:absolute}.sheet-formula-functionrange-highlight .sheet-selection-copy-top{border-top:2px solid var(--background);border-bottom:2px solid var(--background);top:-2px}.sheet-formula-functionrange-highlight .sheet-selection-copy-right{border-left:2px solid var(--background);border-right:2px solid var(--background);right:-2px}.sheet-formula-functionrange-highlight .sheet-selection-copy-bottom{border-top:2px solid var(--background);border-bottom:2px solid var(--background);bottom:-2px}.sheet-formula-functionrange-highlight .sheet-selection-copy-left{border-left:2px solid var(--background);border-right:2px solid var(--background);left:-2px}.sheet-formula-functionrange-highlight .sheet-selection-copy-hc{border:2px solid var(--sheet-funcrange-border);opacity:.03;z-index:initial}.sheet-selection-highlight-lt{cursor:se-resize;top:-3px;left:-3px}.sheet-selection-highlight-rt{cursor:ne-resize;top:-3px;right:-3px}.sheet-selection-highlight-lb{cursor:ne-resize;bottom:-3px;left:-3px}.sheet-selection-highlight-rb{cursor:se-resize;bottom:-3px;right:-3px}.sheet-formula-functionrange-highlight .sheet-highlight{z-index:19;border:1px solid var(--background);background:var(--selection-handle);width:6px;height:6px;position:absolute}.sheet-presence-selection{position:absolute}.sheet-presence-selection.eigen-selection-ring{outline-offset:0}.sheet-presence-selection .collaboration-cursor__label{position:absolute;top:-1.4em;left:-1px}#sheet-dataVerification-dropdown-btn{outline:none;width:20px;height:20px;display:none;position:absolute}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
