.xlsx-preview-container{--tw-bg-opacity:1;background-color:rgb(var(--color-surface-primary)/var(--tw-bg-opacity,1));border-radius:.5rem;margin:0;overflow:hidden}.xlsx-header{--tw-border-opacity:1;border-style:solid;border-color:rgb(var(--color-border-tertiary)/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(var(--color-surface-secondary)/var(--tw-bg-opacity,1));border-top-left-radius:.5rem;border-top-right-radius:.5rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;display:flex}.xlsx-header-left{flex:1;align-items:flex-start;gap:.5rem;min-width:200px;display:flex}.xlsx-header-icon{flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem}.xlsx-header-title{flex-direction:column;gap:.125rem;display:flex}.xlsx-filename{font-size:var(--typography-text-sm-font-size);line-height:var(--typography-text-sm-line-height);font-weight:var(--typography-font-weight-medium);--tw-text-opacity:1;color:rgb(var(--color-text-secondary)/var(--tw-text-opacity,1))}.xlsx-info{--tw-text-opacity:1;color:rgb(var(--color-text-secondary)/var(--tw-text-opacity,1));flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;line-height:1rem;display:flex}.xlsx-truncation-badge{--tw-border-opacity:1;border-style:solid;border-width:1px;border-color:rgb(var(--color-marketing-orange-200)/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(var(--color-surface-warning)/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(var(--color-text-primary)/var(--tw-text-opacity,1));border-radius:.375rem;margin-top:-.125rem;margin-bottom:-.125rem;padding:.125rem .5rem;font-size:.75rem;line-height:1rem}.xlsx-header-actions{gap:.5rem;display:flex}.xlsx-button-group{--tw-border-opacity:1;border-style:solid;border-width:1px;border-color:rgb(var(--color-border-tertiary2)/var(--tw-border-opacity,1));border-radius:4px;align-items:center;display:flex}.xlsx-action-btn{font-size:var(--typography-text-sm-font-size);line-height:var(--typography-text-sm-line-height);--tw-text-opacity:1;color:rgb(var(--color-text-secondary)/var(--tw-text-opacity,1));cursor:pointer;background-color:#0000;border:none;align-items:center;gap:.25rem;padding:.25rem .5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.xlsx-action-btn:hover{--tw-text-opacity:1;color:rgb(var(--color-text-primary)/var(--tw-text-opacity,1))}.xlsx-action-btn:disabled{cursor:not-allowed;opacity:.5}.xlsx-action-btn .anticon{font-size:var(--typography-text-base-font-size);line-height:var(--typography-text-base-line-height)}.xlsx-button-divider{--tw-bg-opacity:1;background-color:rgb(var(--color-border-tertiary)/var(--tw-bg-opacity,1));width:1px;height:1.5rem}.xlsx-loading{--tw-bg-opacity:1;background-color:rgb(var(--color-surface-secondary)/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(var(--color-text-secondary)/var(--tw-text-opacity,1));border-radius:.25rem;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding-top:3rem;padding-bottom:3rem;display:flex}.xlsx-sheet-tabs{--tw-border-opacity:1;border-style:solid;border-bottom-width:1px;border-color:rgb(var(--color-border-tertiary)/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(var(--color-surface-tertiary)/var(--tw-bg-opacity,1));scrollbar-width:none;-ms-overflow-style:none;border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem;flex-wrap:nowrap;gap:.25rem;padding-left:.5rem;padding-right:.5rem;display:flex;overflow-x:auto}.xlsx-sheet-tabs::-webkit-scrollbar{display:none}.xlsx-sheet-tab{cursor:pointer;white-space:nowrap;font-size:var(--typography-text-sm-font-size);line-height:var(--typography-text-sm-line-height);--tw-text-opacity:1;color:rgb(var(--color-text-secondary)/var(--tw-text-opacity,1));background-color:#0000;border:0 solid #0000;border-bottom-width:2px;padding:.5rem 1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.xlsx-sheet-tab:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-surface-tertiary)/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(var(--color-text-primary)/var(--tw-text-opacity,1))}.xlsx-sheet-tab.active{--tw-border-opacity:1;border-color:rgb(var(--color-border-action)/var(--tw-border-opacity,1));font-weight:var(--typography-font-weight-medium);--tw-text-opacity:1;color:rgb(var(--color-text-primary)/var(--tw-text-opacity,1))}.xlsx-spreadsheet-wrapper{max-height:600px;padding:1rem;overflow:auto}.xlsx-spreadsheet-wrapper.fullscreen{max-height:calc(100vh - 200px)}#app .xlsx-fullscreen-modal{top:48px}#app .xlsx-fullscreen-modal .ant-modal-content{border-radius:0;flex-direction:column;height:calc(100vh - 48px);padding:0;display:flex}#app .xlsx-fullscreen-modal .ant-modal-body{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}#app .xlsx-fullscreen-modal .xlsx-preview-container{border-radius:0;flex-direction:column;flex:1;min-height:0;margin:0;display:flex}#app .xlsx-fullscreen-modal .xlsx-header{border-radius:0;flex-shrink:0;padding-right:48px}#app .xlsx-fullscreen-modal .xlsx-formula-bar{flex-shrink:0}#app .xlsx-fullscreen-modal .handsontable-wrapper{flex:1;min-height:0}#app .xlsx-fullscreen-modal .xlsx-sheet-tabs{border-radius:0;flex-shrink:0}#app .xlsx-fullscreen-modal .xlsx-loading{border-radius:0;flex:1;padding:0}@media (max-width:768px){.xlsx-header{flex-direction:column;align-items:flex-start}.xlsx-header-actions{justify-content:flex-end;width:100%}.xlsx-spreadsheet-wrapper{max-height:400px}.xlsx-spreadsheet-wrapper.fullscreen{max-height:calc(100vh - 150px)}.xlsx-spreadsheet td{min-width:60px;padding:4px 6px;font-size:12px}.xlsx-spreadsheet th{padding:4px 6px;font-size:12px}}
