:root{--ds-blue: #185abd;--ds-blue-hover: #106ebe;--ds-blue-light: #deecf9;--ds-blue-mid: #c7e0f4;--ds-word: #185abd;--ds-excel: #107c41;--ds-ppt: #c43e1c;--ds-bg: #f3f2f1;--ds-surface: #ffffff;--ds-chrome: #f3f2f1;--ds-ribbon: #ffffff;--ds-border: #e1dfdd;--ds-border-strong: #c8c6c4;--ds-text: #242424;--ds-text-secondary: #605e5c;--ds-muted: #8a8886;--ds-hover: #f5f5f5;--ds-active: #edebe9;--ds-danger: #d13438;--ds-shadow: 0 1.6px 3.6px rgba(0,0,0,.12), 0 .3px .9px rgba(0,0,0,.1);--ds-shadow-lg: 0 6.4px 14.4px rgba(0,0,0,.13), 0 1.2px 3.6px rgba(0,0,0,.11);--ds-font: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--ds-mono: "Cascadia Mono", "Consolas", "Courier New", monospace;--ds-titlebar-h: 48px;--ds-ribbon-tabs-h: 34px;--ds-ribbon-body-h: 94px;--ds-statusbar-h: 28px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:var(--ds-font);color:var(--ds-text);background:var(--ds-bg);-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}button{cursor:pointer}a{color:var(--ds-blue)}.ds-app{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--ds-bg)}.ds-titlebar{height:var(--ds-titlebar-h);background:var(--ds-surface);border-bottom:1px solid var(--ds-border);display:flex;align-items:center;padding:0 8px 0 12px;gap:8px;flex-shrink:0;z-index:40}.ds-titlebar.word{border-bottom-color:var(--ds-word);box-shadow:inset 0 -2px 0 var(--ds-word)}.ds-titlebar.excel{border-bottom-color:var(--ds-excel);box-shadow:inset 0 -2px 0 var(--ds-excel)}.ds-titlebar.powerpoint{border-bottom-color:var(--ds-ppt);box-shadow:inset 0 -2px 0 var(--ds-ppt)}.ds-brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit;font-weight:600;font-size:14px;padding:4px 8px;border-radius:4px}.ds-brand:hover{background:var(--ds-hover)}.ds-brand-mark{width:24px;height:24px;border-radius:4px;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:700}.ds-brand-mark.word{background:var(--ds-word)}.ds-brand-mark.excel{background:var(--ds-excel)}.ds-brand-mark.powerpoint{background:var(--ds-ppt)}.ds-brand-mark.home{background:linear-gradient(135deg,#185abd,#107c41 55%,#c43e1c)}.ds-qat{display:flex;align-items:center;gap:2px;padding:0 4px;border-right:1px solid var(--ds-border);margin-right:4px}.ds-qat button,.ds-icon-btn{width:28px;height:28px;border:none;background:transparent;border-radius:4px;display:grid;place-items:center;color:var(--ds-text)}.ds-qat button:hover,.ds-icon-btn:hover{background:var(--ds-hover)}.ds-qat button:disabled{opacity:.4;cursor:default}.ds-filename{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:6px}.ds-filename input{border:1px solid transparent;background:transparent;text-align:center;font-size:13px;padding:4px 10px;border-radius:4px;max-width:320px;color:var(--ds-text)}.ds-filename input:hover{border-color:var(--ds-border-strong)}.ds-filename input:focus{outline:none;border-color:var(--ds-blue);background:#fff}.ds-dirty{color:var(--ds-muted);font-size:12px}.ds-title-actions{display:flex;align-items:center;gap:4px}.ds-ribbon{background:var(--ds-ribbon);border-bottom:1px solid var(--ds-border);flex-shrink:0;z-index:30;-webkit-user-select:none;user-select:none}.ds-ribbon-tabs{height:var(--ds-ribbon-tabs-h);display:flex;align-items:flex-end;gap:0;padding:0 8px;background:var(--ds-chrome);border-bottom:1px solid var(--ds-border)}.ds-ribbon-tab{border:none;background:transparent;padding:6px 14px;font-size:13px;color:var(--ds-text);border-radius:4px 4px 0 0;position:relative}.ds-ribbon-tab:hover{background:var(--ds-hover)}.ds-ribbon-tab.active{background:var(--ds-surface);font-weight:600;box-shadow:0 1px 0 var(--ds-surface)}.ds-ribbon-tab.active:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:2px;background:var(--ds-accent, var(--ds-blue));border-radius:2px 2px 0 0}.ds-ribbon.word{--ds-accent: var(--ds-word)}.ds-ribbon.excel{--ds-accent: var(--ds-excel)}.ds-ribbon.powerpoint{--ds-accent: var(--ds-ppt)}.ds-ribbon-body{height:var(--ds-ribbon-body-h);display:flex;align-items:stretch;padding:4px 8px 6px;gap:0;overflow-x:auto}.ds-ribbon-group{display:flex;flex-direction:column;align-items:stretch;padding:0 8px;border-right:1px solid var(--ds-border);min-width:0}.ds-ribbon-group:last-child{border-right:none}.ds-ribbon-group-cmds{flex:1;display:flex;align-items:center;gap:2px;padding:2px 0}.ds-ribbon-group-label{text-align:center;font-size:11px;color:var(--ds-text-secondary);line-height:16px}.ds-cmd{border:1px solid transparent;background:transparent;border-radius:4px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 8px;min-width:36px;color:var(--ds-text);font-size:11px}.ds-cmd.large{min-width:48px;padding:2px 8px;height:62px}.ds-cmd.small{flex-direction:row;height:24px;padding:0 6px;gap:4px;font-size:12px}.ds-cmd:hover{background:var(--ds-hover);border-color:var(--ds-border)}.ds-cmd.active{background:var(--ds-blue-light);border-color:var(--ds-blue-mid)}.ds-cmd:disabled{opacity:.4;cursor:default}.ds-cmd svg{font-size:16px}.ds-cmd.large svg{font-size:28px}.ds-cmd-stack{display:flex;flex-direction:column;gap:1px}.ds-sep{width:1px;align-self:stretch;background:var(--ds-border);margin:4px}.ds-select,.ds-input{height:24px;border:1px solid var(--ds-border-strong);border-radius:2px;background:#fff;padding:0 6px;font-size:12px;color:var(--ds-text)}.ds-select:focus,.ds-input:focus{outline:1px solid var(--ds-blue);border-color:var(--ds-blue)}.ds-color-swatch{width:20px;height:20px;border:1px solid var(--ds-border-strong);border-radius:2px;padding:0}.ds-statusbar{height:var(--ds-statusbar-h);background:var(--ds-blue);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:12px;flex-shrink:0;z-index:20}.ds-statusbar.excel{background:var(--ds-excel)}.ds-statusbar.powerpoint{background:var(--ds-ppt)}.ds-statusbar.home{background:#323130}.ds-statusbar-left,.ds-statusbar-right{display:flex;align-items:center;gap:14px}.ds-zoom{display:flex;align-items:center;gap:6px}.ds-zoom input[type=range]{width:90px;accent-color:#fff}.ds-statusbar button{background:transparent;border:none;color:#fff;font-size:12px;padding:2px 6px;border-radius:2px}.ds-statusbar button:hover{background:#ffffff26}.ds-workspace{flex:1;min-height:0;display:flex;overflow:hidden;position:relative}.ds-formula-bar{display:flex;align-items:center;gap:6px;padding:4px 8px;background:var(--ds-surface);border-bottom:1px solid var(--ds-border);flex-shrink:0}.ds-name-box{width:72px;height:26px;border:1px solid var(--ds-border-strong);border-radius:2px;text-align:center;font-size:12px;background:#fff}.ds-fx-label{font-style:italic;font-weight:700;color:var(--ds-muted);width:20px;text-align:center}.ds-formula-input{flex:1;height:26px;border:1px solid var(--ds-border-strong);border-radius:2px;padding:0 8px;font-size:13px;font-family:var(--ds-mono)}.ds-modal-backdrop{position:fixed;inset:0;background:#0006;z-index:100;display:grid;place-items:center}.ds-modal{background:#fff;border-radius:8px;box-shadow:var(--ds-shadow-lg);min-width:360px;max-width:520px;padding:20px 24px}.ds-modal h3{margin:0 0 12px;font-size:18px;font-weight:600}.ds-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.ds-btn{border:1px solid var(--ds-border-strong);background:#fff;border-radius:4px;padding:6px 16px;font-size:13px}.ds-btn:hover{background:var(--ds-hover)}.ds-btn.primary{background:var(--ds-blue);color:#fff;border-color:var(--ds-blue)}.ds-btn.primary:hover{background:var(--ds-blue-hover)}.ds-home{height:100%;overflow:auto;background:linear-gradient(180deg,#f8f9fa,#f3f2f1 120px)}.ds-home-hero{max-width:1100px;margin:0 auto;padding:28px 32px 8px}.ds-home-hero h1{margin:0 0 4px;font-size:28px;font-weight:600;letter-spacing:-.02em}.ds-home-hero p{margin:0;color:var(--ds-text-secondary);font-size:14px}.ds-home-section{max-width:1100px;margin:0 auto;padding:20px 32px}.ds-home-section h2{margin:0 0 14px;font-size:16px;font-weight:600}.ds-create-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.ds-create-card{background:#fff;border:1px solid var(--ds-border);border-radius:8px;padding:18px 14px;text-align:left;box-shadow:var(--ds-shadow);display:flex;flex-direction:column;gap:10px;transition:transform .12s,box-shadow .12s;min-height:120px;color:inherit;text-decoration:none}.ds-create-card:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-lg)}.ds-create-icon{width:40px;height:40px;border-radius:8px;display:grid;place-items:center;color:#fff}.ds-create-card strong{font-size:14px}.ds-create-card span{font-size:12px;color:var(--ds-text-secondary)}.ds-app-tiles{display:flex;gap:10px;flex-wrap:wrap}.ds-app-tile{width:88px;height:88px;border-radius:8px;border:1px solid var(--ds-border);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-decoration:none;color:inherit;font-size:12px;box-shadow:var(--ds-shadow)}.ds-app-tile:hover{background:var(--ds-hover)}.ds-recent-list{display:flex;flex-direction:column;gap:4px}.ds-recent-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;background:#fff;border:1px solid transparent;text-decoration:none;color:inherit}.ds-recent-item:hover{border-color:var(--ds-border);background:#faf9f8}.ds-recent-icon{width:32px;height:32px;border-radius:6px;display:grid;place-items:center;color:#fff;flex-shrink:0}.ds-recent-meta{flex:1;min-width:0}.ds-recent-meta strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-recent-meta span{font-size:12px;color:var(--ds-text-secondary)}.ds-recent-actions{display:flex;gap:4px;opacity:0}.ds-recent-item:hover .ds-recent-actions{opacity:1}.ds-word-canvas-wrap{flex:1;overflow:auto;background:#e8e8e8;padding:24px;display:flex;flex-direction:column;align-items:center}.ds-word-page{background:#fff;box-shadow:var(--ds-shadow-lg);width:8.5in;min-height:11in;padding:1in;transform-origin:top center;transition:padding .15s ease}.ds-word-page.margin-normal{padding:1in!important}.ds-word-page.margin-narrow{padding:.5in!important}.ds-word-page.margin-wide{padding:1.5in!important}.ds-word-page .ProseMirror{outline:none;min-height:9in;font-size:11pt;line-height:1.5;color:#000}.ds-word-page .ProseMirror h1{font-size:24pt;margin:.4em 0;font-weight:700}.ds-word-page .ProseMirror h2{font-size:18pt;margin:.4em 0;font-weight:700}.ds-word-page .ProseMirror h3{font-size:14pt;margin:.3em 0;font-weight:600}.ds-word-page .ProseMirror p{margin:0 0 .5em}.ds-word-page .ProseMirror ul,.ds-word-page .ProseMirror ol{padding-left:1.5em;margin:.4em 0}.ds-word-page .ProseMirror table{border-collapse:collapse;width:100%;margin:.5em 0}.ds-word-page .ProseMirror td,.ds-word-page .ProseMirror th{border:1px solid #aaa;padding:6px 10px;min-width:60px;vertical-align:top}.ds-word-page .ProseMirror th{background:#f3f2f1;font-weight:600}.ds-word-page .ProseMirror img{max-width:100%;height:auto}.ds-word-page .ProseMirror a{color:#0563c1;text-decoration:underline}.ds-word-page .ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ds-excel-main{flex:1;min-height:0;display:flex;flex-direction:column}.ds-excel-grid-wrap{flex:1;min-height:0;overflow:auto;position:relative;background:#fff}.ds-excel-grid{border-collapse:separate;border-spacing:0;table-layout:fixed}.ds-excel-grid th,.ds-excel-grid td{border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;height:22px;padding:0 4px;font-size:12px;white-space:nowrap;overflow:hidden;background:#fff;vertical-align:middle}.ds-excel-grid th{background:#f3f2f1;font-weight:600;color:#605e5c;text-align:center;position:sticky;z-index:2;-webkit-user-select:none;user-select:none}.ds-excel-grid thead th{top:0;z-index:3}.ds-excel-grid .corner{left:0;z-index:4;width:46px;min-width:46px}.ds-excel-grid .row-hdr{left:0;z-index:2;width:46px;min-width:46px}.ds-excel-grid td.selected{background:#c6e2ff!important;outline:2px solid #185abd;outline-offset:-2px;z-index:1;position:relative}.ds-excel-grid td.active{outline:2px solid #185abd;outline-offset:-2px;background:#fff!important;z-index:1;position:relative}.ds-excel-grid td.editing{padding:0}.ds-excel-grid td.ds-pointing{background:#fff2cc!important;outline:2px dashed #ed7d31;outline-offset:-2px;z-index:1;position:relative;animation:ds-pointing-ants .6s linear infinite}@keyframes ds-pointing-ants{to{outline-color:#185abd}}.ds-excel-grid td.editing input{width:100%;height:100%;border:none;outline:2px solid #185abd;padding:0 4px;font-size:12px;font-family:inherit;background:#fff}.ds-sheet-tabs{display:flex;align-items:center;gap:2px;padding:2px 6px;background:var(--ds-chrome);border-top:1px solid var(--ds-border);flex-shrink:0;height:28px}.ds-sheet-tab{border:1px solid transparent;background:transparent;padding:2px 14px;font-size:12px;border-radius:4px 4px 0 0;color:var(--ds-text)}.ds-sheet-tab.active{background:#fff;border-color:var(--ds-border);border-bottom-color:#fff;font-weight:600}.ds-sheet-tab:hover:not(.active){background:var(--ds-hover)}.ds-sheet-add{width:24px;height:24px;border:none;background:transparent;border-radius:4px;font-size:16px}.ds-sheet-add:hover{background:var(--ds-hover)}.ds-ppt-layout{flex:1;min-height:0;display:flex}.ds-ppt-rail{width:160px;background:#f3f2f1;border-right:1px solid var(--ds-border);overflow-y:auto;padding:10px 8px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.ds-ppt-thumb{border:2px solid transparent;border-radius:4px;background:#fff;aspect-ratio:16/9;position:relative;cursor:pointer;box-shadow:var(--ds-shadow);overflow:hidden}.ds-ppt-thumb.active{border-color:var(--ds-ppt)}.ds-ppt-thumb-num{position:absolute;left:4px;top:2px;font-size:10px;color:var(--ds-muted);z-index:1}.ds-ppt-stage-wrap{flex:1;min-width:0;background:#525252;display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto}.ds-ppt-slide{background:#fff;aspect-ratio:16/9;width:min(960px,100%);position:relative;box-shadow:var(--ds-shadow-lg);overflow:hidden}.ds-ppt-notes{width:220px;background:#fff;border-left:1px solid var(--ds-border);display:flex;flex-direction:column;flex-shrink:0}.ds-ppt-notes h4{margin:0;padding:10px 12px;font-size:12px;border-bottom:1px solid var(--ds-border);color:var(--ds-text-secondary)}.ds-ppt-notes textarea{flex:1;border:none;resize:none;padding:10px 12px;font-size:13px;outline:none}.ds-ppt-el{position:absolute;border:1px dashed transparent;cursor:move;min-width:40px;min-height:24px}.ds-ppt-el.selected{border-color:var(--ds-ppt);outline:1px solid var(--ds-ppt)}.ds-ppt-el .handle{position:absolute;width:8px;height:8px;background:#fff;border:1px solid var(--ds-ppt);right:-4px;bottom:-4px;cursor:nwse-resize}.ds-ppt-el[data-type=text]{padding:4px 8px;overflow:hidden}.ds-ppt-el[data-type=text] [contenteditable]{outline:none;min-height:1em;width:100%;height:100%}.ds-ppt-el[data-type=shape]{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.ds-ppt-el img{width:100%;height:100%;object-fit:contain;pointer-events:none}.ds-present{position:fixed;inset:0;background:#000;z-index:200;display:flex;align-items:center;justify-content:center}.ds-present-slide{width:min(100vw,calc(100vh * 16 / 9));aspect-ratio:16/9;background:#fff;position:relative;overflow:hidden}.ds-present-hint{position:fixed;bottom:16px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:12px;background:#00000080;padding:6px 12px;border-radius:4px}.ds-chart-panel{position:absolute;right:16px;top:16px;width:360px;background:#fff;border-radius:8px;box-shadow:var(--ds-shadow-lg);padding:12px;z-index:10;border:1px solid var(--ds-border)}.ds-empty-state{padding:40px;text-align:center;color:var(--ds-text-secondary)}.ds-backstage{position:fixed;inset:0;z-index:90;display:flex;background:#fff}.ds-backstage-nav{width:220px;color:#fff;display:flex;flex-direction:column;padding:12px 0;flex-shrink:0}.ds-backstage-back{background:transparent;border:none;color:#fff;text-align:left;padding:10px 20px;font-size:14px;margin-bottom:8px}.ds-backstage-back:hover{background:#ffffff1f}.ds-backstage-nav-item{display:flex;align-items:center;gap:10px;background:transparent;border:none;color:#fff;padding:10px 20px;font-size:14px;text-align:left}.ds-backstage-nav-item:hover{background:#ffffff1f}.ds-backstage-main{flex:1;padding:28px 40px;overflow:auto;background:#f3f2f1}.ds-backstage-main h2{margin:0 0 8px;font-size:28px;font-weight:600}.ds-backstage-main h3{margin:24px 0 10px;font-size:16px}.ds-backstage-file{color:var(--ds-text-secondary);margin:0 0 20px}.ds-backstage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.ds-backstage-card{display:flex;gap:12px;align-items:flex-start;text-align:left;background:#fff;border:1px solid var(--ds-border);border-radius:8px;padding:16px;box-shadow:var(--ds-shadow)}.ds-backstage-card:hover{border-color:var(--ds-blue)}.ds-backstage-card strong{display:block;font-size:14px}.ds-backstage-card span{font-size:12px;color:var(--ds-text-secondary)}.ds-backstage-formats{display:flex;flex-wrap:wrap;gap:8px}.ds-ribbon-tab.file-tab{font-weight:600;color:#fff!important;background:var(--ds-accent, var(--ds-blue))!important;border-radius:4px 4px 0 0;margin-right:4px}.ds-drop-overlay{position:absolute;inset:0;background:#185abd1f;border:3px dashed var(--ds-blue);z-index:50;display:grid;place-items:center;font-size:20px;font-weight:600;color:var(--ds-blue);pointer-events:none}:root{--ds-titlebar-h: 32px;--ds-ribbon-tabs-h: 30px;--ds-ribbon-body-h: 102px;--ds-statusbar-h: 26px;--ds-font: "Segoe UI", "Segoe UI Variable", system-ui, -apple-system, "Helvetica Neue", sans-serif}.ds-titlebar{height:var(--ds-titlebar-h);padding:0 6px 0 4px;background:var(--ds-surface);gap:4px}.ds-titlebar.word{background:linear-gradient(#2b579a,#2b579a);color:#fff;border-bottom:none;box-shadow:none}.ds-titlebar.excel{background:linear-gradient(#217346,#217346);color:#fff;border-bottom:none;box-shadow:none}.ds-titlebar.powerpoint{background:linear-gradient(#b7472a,#b7472a);color:#fff;border-bottom:none;box-shadow:none}.ds-titlebar.home{background:#fff;color:var(--ds-text)}.ds-titlebar-left{display:flex;align-items:center;gap:4px;min-width:200px}.ds-titlebar.word .ds-brand,.ds-titlebar.excel .ds-brand,.ds-titlebar.powerpoint .ds-brand{color:#fff}.ds-titlebar.word .ds-brand:hover,.ds-titlebar.excel .ds-brand:hover,.ds-titlebar.powerpoint .ds-brand:hover{background:#ffffff1f}.ds-brand-text{font-size:12px;font-weight:600}.ds-brand-mark{width:20px;height:20px;font-size:10px}.ds-qat{display:flex;align-items:center;gap:0;padding:0 6px;border-right:1px solid rgba(255,255,255,.25);margin-right:4px}.ds-titlebar.home .ds-qat{border-right-color:var(--ds-border)}.ds-qat-btn,.ds-titlebar .ds-icon-btn{width:26px;height:26px;border:none;background:transparent;border-radius:3px;display:grid;place-items:center;color:inherit;text-decoration:none}.ds-qat-btn:hover,.ds-titlebar .ds-icon-btn:hover{background:#ffffff26}.ds-titlebar.home .ds-qat-btn:hover{background:var(--ds-hover)}.ds-qat-btn:disabled{opacity:.35;cursor:default}.ds-qat-btn svg{width:16px;height:16px}.ds-filename input{color:inherit;font-size:12px;padding:2px 8px;border-radius:3px;max-width:280px}.ds-titlebar.word .ds-filename input:hover,.ds-titlebar.excel .ds-filename input:hover,.ds-titlebar.powerpoint .ds-filename input:hover{border-color:#fff6;background:#0000001f}.ds-titlebar.word .ds-filename input:focus,.ds-titlebar.excel .ds-filename input:focus,.ds-titlebar.powerpoint .ds-filename input:focus{background:#fff;color:#242424;border-color:#fff}.ds-filename-static{font-size:12px;font-weight:600}.ds-save-pill{font-size:11px;padding:1px 8px;border-radius:10px;opacity:.9;background:#ffffff2e}.ds-save-pill.dirty{background:#ffc80059}.ds-titlebar.home .ds-save-pill{background:var(--ds-active);color:var(--ds-text)}.ds-ribbon{background:#f3f2f1}.ds-ribbon-tabs{height:var(--ds-ribbon-tabs-h);background:#fff;padding:0 4px;border-bottom:1px solid #e1dfdd}.ds-ribbon.word .ds-ribbon-tabs{border-top:0}.ds-ribbon-tab{padding:5px 12px;font-size:12px;border-radius:0;margin:0;height:100%;display:inline-flex;align-items:center}.ds-ribbon-tab:hover{background:#f3f2f1}.ds-ribbon-tab.active{background:#f3f2f1;font-weight:600;box-shadow:none}.ds-ribbon-tab.active:after{left:8px;right:8px;bottom:0;height:3px}.ds-ribbon-tab.file-tab{color:#fff!important;font-weight:600;margin:2px 6px 2px 2px;height:calc(100% - 4px);border-radius:3px;padding:0 14px}.ds-ribbon.word .ds-ribbon-tab.file-tab{background:#2b579a!important}.ds-ribbon.excel .ds-ribbon-tab.file-tab{background:#217346!important}.ds-ribbon.powerpoint .ds-ribbon-tab.file-tab{background:#b7472a!important}.ds-ribbon-tab.file-tab:after{display:none}.ds-ribbon-tab.file-tab:hover{filter:brightness(1.08)}.ds-ribbon-body{height:var(--ds-ribbon-body-h);background:#f3f2f1;padding:3px 4px 2px;border-bottom:1px solid #c8c6c4}.ds-ribbon-group{padding:0 6px;border-right:1px solid #c8c6c4}.ds-ribbon-group-label{font-size:10px;color:#605e5c;display:flex;align-items:center;justify-content:center;gap:2px;position:relative;line-height:14px}.ds-group-launcher{border:none;background:transparent;font-size:9px;color:#605e5c;padding:0 2px;border-radius:2px}.ds-group-launcher:hover{background:#e1dfdd}.ds-cmd{min-width:28px;padding:3px 5px;font-size:10px;border-radius:3px}.ds-cmd.large{min-width:44px;height:66px;padding:2px 6px}.ds-cmd.large svg{font-size:24px;width:24px;height:24px}.ds-cmd.small{height:22px;padding:0 5px;font-size:11px}.ds-cmd:hover{background:#e1dfdd;border-color:transparent}.ds-cmd:active,.ds-cmd.active{background:#c7e0f4;border-color:#92c0e0}.ds-ribbon.excel .ds-cmd.active{background:#c6efce;border-color:#7fbf8f}.ds-ribbon.powerpoint .ds-cmd.active{background:#f4c7b8;border-color:#e09a84}.ds-cmd:disabled{opacity:.38}.ds-cmd-label-row{display:inline-flex;align-items:center;gap:2px}.ds-chevron{width:10px;height:10px;opacity:.7}.ds-menu-wrap,.ds-split-wrap{position:relative;display:inline-flex;align-items:stretch}.ds-split-wrap .split-main{border-radius:3px 0 0 3px}.ds-split-wrap .split-chevron{min-width:14px;padding:0 2px;border-radius:0 3px 3px 0;border-left:1px solid transparent}.ds-split-wrap.open .ds-cmd,.ds-menu-wrap.open .ds-cmd{background:#c7e0f4}.ds-popup-anchor{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.ds-popup.ds-popup-portal{position:fixed;top:auto;left:auto;right:auto}.ds-popup{position:absolute;top:calc(100% + 2px);left:0;z-index:80;background:#fff;border:1px solid #c8c6c4;border-radius:4px;box-shadow:0 4px 16px #00000029,0 0 1px #0000001f;min-width:180px;padding:4px 0;max-height:360px;overflow:auto}.ds-popup.right{left:auto;right:0}.ds-context-menu{position:static;min-width:200px}.ds-menu-item{width:100%;display:flex;align-items:center;gap:8px;border:none;background:transparent;text-align:left;padding:5px 12px 5px 8px;font-size:12px;color:#242424;border-radius:0}.ds-menu-item:hover:not(:disabled){background:#deecf9}.ds-menu-item:disabled{opacity:.4}.ds-menu-item.danger{color:#a4262c}.ds-menu-check{width:16px;text-align:center;font-size:11px;color:#185abd}.ds-menu-icon{width:18px;display:grid;place-items:center}.ds-menu-label{flex:1}.ds-menu-shortcut{color:#8a8886;font-size:11px;margin-left:16px}.ds-menu-sep{height:1px;background:#e1dfdd;margin:4px 0}.ds-color-picker{padding:6px 8px;min-width:210px}.ds-color-label{font-size:11px;color:#605e5c;margin:6px 0 4px}.ds-color-grid{display:grid;gap:2px}.ds-color-grid.theme,.ds-color-grid.standard{grid-template-columns:repeat(10,16px)}.ds-swatch{width:16px;height:16px;border:1px solid #c8c6c4;border-radius:1px;padding:0;cursor:pointer}.ds-swatch:hover,.ds-swatch.selected{outline:1px solid #185abd;outline-offset:1px}.ds-swatch.auto{margin-right:6px;display:inline-block;vertical-align:middle}.ds-font-menu{min-width:200px;max-height:280px}.ds-font-option{font-size:13px;padding:4px 12px}.ds-styles-gallery{display:flex;gap:4px;padding:4px;max-width:360px;overflow-x:auto}.ds-style-card{min-width:64px;height:52px;border:1px solid #c8c6c4;background:#fff;border-radius:2px;padding:4px 6px;text-align:left;display:flex;flex-direction:column;justify-content:center}.ds-style-card:hover,.ds-style-card.active{border-color:#185abd;background:#deecf9}.ds-style-card .s-name{font-size:10px;color:#605e5c}.ds-style-card .s-preview{font-size:14px;line-height:1.2}.ds-table-picker{padding:8px}.ds-table-grid{display:grid;grid-template-columns:repeat(8,18px);gap:2px;width:max-content}.ds-table-cell{width:18px;height:18px;border:1px solid #a19f9d;background:#fff;padding:0;border-radius:0}.ds-table-cell.hot{background:#c7e0f4;border-color:#185abd}.ds-table-picker-label{font-size:11px;color:#605e5c;margin-top:6px;text-align:center}.ds-gallery{display:grid;grid-template-columns:repeat(4,72px);gap:6px;padding:8px}.ds-gallery-item{border:1px solid #c8c6c4;background:#fff;border-radius:3px;padding:6px 4px;font-size:10px;display:flex;flex-direction:column;align-items:center;gap:4px;min-height:64px}.ds-gallery-item:hover,.ds-gallery-item.active{border-color:#185abd;background:#deecf9}.ds-gallery-thumb{width:56px;height:32px;background:#f3f2f1;border-radius:2px;display:grid;place-items:center;font-size:16px}.ds-formula-bar{height:28px;padding:2px 6px;gap:4px;background:#fff}.ds-name-box{width:64px;height:24px;font-size:11px;border-radius:0}.ds-fx-label{font-family:Georgia,serif;font-size:14px;width:22px}.ds-formula-input{height:24px;border-radius:0;font-size:12px}.ds-statusbar{height:var(--ds-statusbar-h);font-size:11px;padding:0 8px}.ds-statusbar-center{flex:1;display:flex;justify-content:center;gap:14px}.ds-view-shortcuts{display:flex;gap:2px;margin-right:8px}.ds-view-shortcuts button{width:22px;height:20px;border:none;background:transparent;color:inherit;border-radius:2px;font-size:11px}.ds-view-shortcuts button:hover,.ds-view-shortcuts button.active{background:#fff3}.ds-zoom{gap:4px}.ds-zoom input[type=range]{width:80px}.ds-zoom-pct{min-width:40px}.ds-office-dialog{padding:0;overflow:hidden}.ds-dialog-title{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e1dfdd;background:#fff}.ds-dialog-title h3{margin:0;font-size:16px;font-weight:600}.ds-dialog-x{border:none;background:transparent;font-size:20px;line-height:1;width:28px;height:28px;border-radius:3px}.ds-dialog-x:hover{background:#f3f2f1}.ds-dialog-body{padding:14px 16px}.ds-dialog-footer{display:flex;justify-content:flex-end;gap:8px;padding:10px 16px;border-top:1px solid #e1dfdd;background:#f3f2f1}.ds-dialog-tabs{display:flex;gap:0;border-bottom:1px solid #e1dfdd;margin:-14px -16px 14px;padding:0 8px}.ds-dialog-tabs button{border:none;background:transparent;padding:8px 14px;font-size:12px;border-bottom:2px solid transparent}.ds-dialog-tabs button.active{border-bottom-color:#185abd;font-weight:600}.ds-form-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.ds-form-row label{width:110px;font-size:12px;flex-shrink:0}.ds-form-col{display:flex;flex-direction:column;gap:8px;font-size:12px}.ds-font-dialog{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ds-font-preview{grid-column:1 / -1;border:1px solid #c8c6c4;padding:16px;text-align:center;min-height:64px;display:grid;place-items:center;background:#faf9f8}.ds-theme-gallery{display:grid;grid-template-columns:repeat(3,100px);gap:8px;padding:8px}.ds-theme-card{border:1px solid #c8c6c4;background:#fff;border-radius:3px;padding:6px;text-align:left;font-size:11px}.ds-theme-card:hover,.ds-theme-card.active{border-color:#b7472a;outline:1px solid #b7472a}.ds-theme-swatches{display:flex;height:28px;margin-bottom:4px;border:1px solid #e1dfdd}.ds-theme-swatches span{flex:1}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #605e5c;outline-offset:1px}.ds-ribbon.word{--ds-ribbon-body-h: 118px}.ds-ribbon.word.collapsed .ds-ribbon-body{display:none}.ds-ribbon.word .ds-ribbon-body{height:var(--ds-ribbon-body-h);align-items:stretch;padding:2px 2px 0;background:#f3f2f1}.ds-ribbon.word .ds-ribbon-tabs{background:#fff;height:28px}.ds-ribbon.word .ds-ribbon-tab{font-size:12px;padding:0 12px}.ds-ribbon.word .ds-ribbon-tab.active{background:#f3f2f1}.ds-ribbon.word .ds-ribbon-tab.active:after{background:#2b579a;height:2px}.ds-ribbon.word .ds-ribbon-tab.file-tab{background:#2b579a!important;color:#fff!important;margin:2px 4px 2px 2px;height:calc(100% - 4px);border-radius:2px;padding:0 12px}.ds-ribbon-tabs-spacer{flex:1}.ds-ribbon-tab-more{border:none;background:transparent;padding:0 8px;font-size:12px;color:#605e5c}.ds-ribbon-tab-more:hover{background:#f3f2f1}.ds-word-home{display:flex;align-items:stretch;height:100%;width:100%}.ds-word-home .ds-ribbon-group{padding:0 5px;border-right:1px solid #c8c6c4;min-width:0}.ds-word-home .ds-ribbon-group-cmds{flex:1;align-items:flex-start;padding-top:2px}.ds-word-home .ds-ribbon-group-label{font-size:10px;color:#605e5c;height:16px}.ds-clipboard-group{display:flex;align-items:stretch;gap:2px;height:86px}.ds-cmd-stack.word-stack{display:flex;flex-direction:column;justify-content:flex-start;gap:0}.ds-cmd-stack.word-stack .ds-cmd.small{height:22px;justify-content:flex-start;min-width:110px;padding:0 4px;gap:6px;font-size:11px}.ds-cmd-stack.word-stack .ds-cmd.small svg{width:16px;height:16px}.editing-stack .ds-cmd.small{min-width:78px}.ds-ribbon-tworow{display:flex;flex-direction:column;gap:2px;height:86px;justify-content:flex-start}.ds-ribbon-row{display:flex;align-items:center;gap:1px;height:26px}.ds-ribbon.word .ds-cmd.icon-only{width:24px;height:24px;min-width:24px;padding:0;display:grid;place-items:center}.ds-ribbon.word .ds-cmd.icon-only svg{width:16px;height:16px;font-size:16px}.ds-ribbon.word .ds-cmd.small{height:22px}.ds-split-large{display:flex;flex-direction:column;width:52px;height:86px;border-radius:3px}.ds-split-large .split-main.large{flex:1;width:100%;height:auto;min-width:0;border-radius:3px 3px 0 0;padding:4px 2px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.ds-split-large .split-main.large .ds-cmd-icon svg{width:32px;height:32px;font-size:32px}.ds-split-large .split-main.large .ds-cmd-caption{font-size:11px;line-height:1}.ds-split-large .split-chevron-below{height:14px;width:100%;min-width:0;padding:0;border-radius:0 0 3px 3px;display:grid;place-items:center}.ds-split-large:hover .split-main,.ds-split-large:hover .split-chevron-below,.ds-split-large.open .split-main,.ds-split-large.open .split-chevron-below{background:#e1dfdd}.ds-split-wrap .ds-cmd.split-main.icon-only{border-radius:3px 0 0 3px}.ds-split-wrap .split-chevron{width:12px;min-width:12px;height:24px;padding:0;display:grid;place-items:center;border-radius:0 3px 3px 0}.ds-word-home .ds-menu-wrap .ds-cmd{height:22px;min-width:0;padding:0 4px;font-size:11px;border:1px solid #8a8886;background:#fff;border-radius:2px}.ds-word-home .ds-menu-wrap:first-child .ds-cmd{width:110px;justify-content:space-between}.ds-word-home .ds-ribbon-row>.ds-menu-wrap:nth-child(2) .ds-cmd{width:40px;justify-content:space-between}.ds-styles-block{display:flex;align-items:stretch;gap:2px;height:86px}.ds-styles-gallery.word-styles{display:flex;gap:3px;padding:2px 0;max-width:340px;overflow:hidden}.ds-styles-gallery.word-styles .ds-style-card{width:72px;min-width:72px;height:64px;padding:4px;border:1px solid #c8c6c4;background:#fff}.ds-styles-gallery.word-styles .ds-style-card .s-preview{flex:1;display:grid;place-items:center;font-size:13px;color:#242424}.ds-styles-gallery.word-styles .ds-style-card .s-preview.s-title{font-size:18px;font-weight:600}.ds-styles-gallery.word-styles .ds-style-card .s-preview.s-h1{font-size:15px;font-weight:700;color:#2b579a}.ds-styles-gallery.word-styles .ds-style-card .s-preview.s-h2{font-size:13px;font-weight:700;color:#2b579a}.ds-styles-gallery.word-styles .ds-style-card .s-preview.s-h3{font-size:12px;font-weight:600}.ds-styles-gallery.word-styles .ds-style-card .s-preview.s-quote{font-style:italic;color:#605e5c}.ds-styles-gallery.word-styles .ds-style-card.active{border-color:#2b579a;background:#deecf9;box-shadow:inset 0 0 0 1px #2b579a}.ds-styles-nav{display:flex;flex-direction:column;width:18px;gap:1px;padding-top:2px}.ds-styles-nav>button,.ds-styles-nav .ds-menu-wrap .ds-cmd{width:18px;height:18px;min-width:18px;padding:0;border:1px solid #c8c6c4;background:#fff;border-radius:2px;display:grid;place-items:center}.ds-styles-nav>button:hover{background:#e1dfdd}.ds-styles-nav>button:disabled{opacity:.35}.ds-word-home .ds-cmd.active{background:#c7e0f4;border-color:#2b579a}.ds-word-page.show-marks .ProseMirror p:after{content:"¶";color:#9b9a97;margin-left:2px;font-size:.85em}.ds-word-page.show-marks .ProseMirror li:after{content:""}.ds-customize-grid{display:grid;grid-template-columns:1fr 80px 1fr;gap:10px;min-height:320px}.ds-customize-mid{display:flex;flex-direction:column;justify-content:center;gap:8px;align-items:stretch}.ds-customize-list{border:1px solid #c8c6c4;background:#fff;height:280px;overflow:auto;font-size:12px}.ds-customize-list.tree{height:280px}.ds-customize-row{display:flex;align-items:center;gap:6px;width:100%;border:none;background:transparent;text-align:left;padding:4px 8px;font-size:12px}.ds-customize-row:hover,.ds-customize-row.selected{background:#deecf9}.ds-customize-row.locked{color:#8a8886;cursor:default}.ds-customize-row.nested{padding-left:24px}.ds-customize-row.nested2{padding-left:40px}.ds-customize-row em{color:#8a8886;font-style:normal;font-size:11px}.ds-customize-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;padding-top:10px;border-top:1px solid #e1dfdd}.ds-customize-qat .ds-customize-list{height:160px}.ds-qat-below{display:flex;align-items:center;gap:2px;padding:2px 8px;background:#f3f2f1;border-bottom:1px solid #c8c6c4;height:28px}.ds-styles-gallery.word-styles{max-width:400px}.editing-stack .ds-split-wrap{display:flex;align-items:stretch;height:22px}.editing-stack .ds-split-wrap .split-main{height:22px;min-width:62px;padding:0 4px;gap:4px;display:flex;align-items:center;font-size:11px;justify-content:flex-start}.editing-stack .ds-split-wrap .split-main svg{width:16px;height:16px}.editing-stack .ds-split-wrap .split-chevron{width:14px;min-width:14px;height:22px}.ds-qat-below .ds-qat-btn{width:24px;height:24px;border:none;background:transparent;display:grid;place-items:center;border-radius:3px;color:#242424}.ds-qat-below .ds-qat-btn:hover{background:#e1dfdd}.ds-qat-below .ds-qat-btn:disabled{opacity:.35}.ds-qat-below .ds-qat-btn svg{width:16px;height:16px}.ds-watermark{position:absolute;inset:0;display:grid;place-items:center;font-size:72px;font-weight:800;color:#00000014;transform:rotate(-30deg);pointer-events:none;z-index:0;letter-spacing:8px;-webkit-user-select:none;user-select:none}.ds-word-page.page-border{outline:2px solid #242424;outline-offset:-12px}.ds-word-page .ProseMirror{position:relative;z-index:1}.ds-ink-canvas{position:absolute;inset:0;z-index:5;width:100%;height:100%}.ds-hf-region{max-width:8.5in;margin:0 auto;padding:6px 24px;font-size:11px;color:#605e5c;min-height:28px}.ds-hf-region.editing{background:#fff4ce;outline:1px dashed #2b579a}.ds-side-pane{width:280px;border-left:1px solid #c8c6c4;background:#faf9f8;display:flex;flex-direction:column;flex-shrink:0}.ds-nav-pane{border-left:none;border-right:1px solid #c8c6c4}.ds-side-pane-head{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-bottom:1px solid #e1dfdd;background:#fff}.ds-side-pane-body{overflow:auto;flex:1;padding:8px}.ds-comment-card{background:#fff;border:1px solid #c8c6c4;border-radius:4px;padding:8px;margin-bottom:8px}.ds-comment-card.resolved{opacity:.6}.ds-comment-meta{display:flex;justify-content:space-between;font-size:11px;color:#605e5c;margin-bottom:4px}.ds-comment-quote{margin:4px 0;padding:4px 8px;border-left:3px solid #2b579a;background:#f3f2f1;font-size:12px}.ds-comment-reply{font-size:12px;margin-top:6px;padding-left:8px;border-left:2px solid #e1dfdd}.ds-comment-actions{display:flex;gap:4px;margin-top:8px;flex-wrap:wrap}.ds-nav-item{display:block;width:100%;text-align:left;border:none;background:transparent;padding:6px 8px;font-size:12px;border-radius:3px;cursor:pointer}.ds-nav-item:hover{background:#deecf9}.ds-nav-item.level-2{padding-left:16px}.ds-nav-item.level-3{padding-left:28px;color:#605e5c}.ds-workspace.with-side{display:flex}.ds-workspace.with-side .ds-word-canvas-wrap{flex:1;min-width:0}.ds-emoji-grid,.ds-symbol-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;padding:6px;max-width:280px}.ds-emoji-btn,.ds-symbol-btn{width:28px;height:28px;border:none;background:transparent;border-radius:3px;font-size:16px}.ds-emoji-btn:hover,.ds-symbol-btn:hover{background:#e1dfdd}.ds-ribbon-display-select{height:24px;font-size:11px;max-width:160px;background:#ffffff26;color:#fff;border-color:#ffffff4d}.ds-titlebar.word .ds-ribbon-display-select option{color:#242424}.ds-focus-mode .ds-workspace{background:#fff}.ds-focus-exit{position:fixed;top:12px;right:12px;z-index:50;background:#2b579a;color:#fff;border:none;padding:8px 14px;border-radius:4px;cursor:pointer}.ds-word-canvas-wrap.gridlines{background-image:linear-gradient(#e1dfdd 1px,transparent 1px),linear-gradient(90deg,#e1dfdd 1px,transparent 1px);background-size:20px 20px}.ds-word-canvas-wrap.web .ds-word-page,.ds-word-canvas-wrap.draft .ds-word-page{margin:0 auto}.ds-ruler{display:none}.ds-word-canvas-stack{display:flex;flex-direction:column;align-items:stretch;position:relative}.ds-doc-ruler{position:sticky;top:0;z-index:6;height:22px;box-sizing:border-box;background:linear-gradient(#faf9f8,#f3f2f1);border:1px solid #c8c6c4;border-bottom-color:#a19f9d;margin-bottom:8px;flex-shrink:0;-webkit-user-select:none;user-select:none;touch-action:none}.ds-doc-ruler-shade{position:absolute;top:0;bottom:0;background:repeating-linear-gradient(-45deg,#e1dfdd 0 2px,#edebe9 2px 4px);pointer-events:none;opacity:.85}.ds-doc-ruler-shade.left{left:0;border-right:1px solid #a19f9d}.ds-doc-ruler-shade.right{right:0;border-left:1px solid #a19f9d}.ds-doc-ruler-track{position:absolute;inset:0;overflow:hidden;pointer-events:none}.ds-doc-ruler-tick{position:absolute;bottom:0;width:1px;background:#605e5c;transform:translate(-.5px)}.ds-doc-ruler-tick.major{height:12px}.ds-doc-ruler-tick.mid{height:8px;background:#8a8886}.ds-doc-ruler-tick.minor{height:4px;background:#a19f9d}.ds-doc-ruler-num{position:absolute;top:1px;left:50%;transform:translate(-50%);font-size:9px;line-height:1;color:#605e5c;font-family:Segoe UI,system-ui,sans-serif;white-space:nowrap}.ds-doc-ruler-handle{position:absolute;top:0;width:12px;height:22px;padding:0;margin:0;border:none;background:transparent;cursor:ew-resize;transform:translate(-50%);z-index:2}.ds-doc-ruler-handle.margin:before{content:"";position:absolute;left:50%;top:2px;width:8px;height:16px;transform:translate(-50%);background:#fff;border:1px solid #2b579a;border-radius:1px;box-shadow:inset 0 0 0 1px #deecf9}.ds-doc-ruler-handle.margin.left:after,.ds-doc-ruler-handle.margin.right:after{content:"";position:absolute;left:50%;bottom:2px;width:0;height:0;transform:translate(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #2b579a}.ds-doc-ruler-handle.indent.first:before{content:"";position:absolute;left:50%;top:1px;width:0;height:0;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #605e5c}.ds-doc-ruler-handle.indent.hanging:before{content:"";position:absolute;left:50%;bottom:1px;width:0;height:0;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid #605e5c}.ds-doc-ruler-handle.indent.right:before{content:"";position:absolute;left:50%;top:4px;width:0;height:0;transform:translate(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:7px solid #605e5c}.ds-doc-ruler-handle:hover:before,.ds-doc-ruler-handle:focus-visible:before{filter:brightness(1.15)}.ds-doc-ruler-handle:focus-visible{outline:2px solid #2b579a;outline-offset:1px}.ds-doc-ruler-tip{position:absolute;left:50%;bottom:-22px;transform:translate(-50%);background:#323130;color:#fff;font-size:11px;padding:2px 8px;border-radius:3px;white-space:nowrap;pointer-events:none;z-index:3}.ds-hf-region{width:100%}.ds-help-table{width:100%;font-size:12px;border-collapse:collapse;margin-bottom:12px}.ds-help-table td{padding:4px 6px;border-bottom:1px solid #e1dfdd}.ds-help-table kbd{background:#f3f2f1;border:1px solid #c8c6c4;border-radius:3px;padding:1px 4px;font-size:11px}.ds-help-list{font-size:12px;padding-left:18px;margin:0}.ds-help-list li{margin:4px 0}.ds-muted{color:#8a8886;font-size:12px}.ds-banded tr:nth-child(2n) td,.ds-banded tr:nth-child(2n) th{background:#f3f9ff}.ds-outline-view{padding:12px}.ds-layout-para{display:flex;gap:12px;align-items:center;height:86px;padding:4px 0}.ds-layout-para-col{display:flex;flex-direction:column;gap:6px}.ds-spin-row{display:flex;align-items:center;gap:6px;font-size:11px}.ds-spin{width:56px;height:22px;border:1px solid #8a8886;border-radius:2px;padding:0 4px;font-size:11px}.ds-word-page.line-numbers .ProseMirror{counter-reset:ln ds-page 1;padding-left:2.5em}.ds-word-page.line-numbers .ProseMirror>*{counter-increment:ln;position:relative}.ds-word-page.line-numbers .ProseMirror>*:before{content:counter(ln);position:absolute;left:-2.2em;width:2em;text-align:right;color:#8a8886;font-size:10px;font-family:Consolas,monospace}.ds-word-page.hyphenate .ProseMirror{hyphens:auto;-webkit-hyphens:auto}.ds-gallery-item.active{outline:2px solid #2b579a;background:#deecf9}.ds-cmd:disabled,.ds-split-wrap.is-disabled{opacity:.4;pointer-events:none}.ds-ribbon.word{background:#f3f2f1}.ds-ribbon.word .ds-ribbon-body{min-height:102px;height:102px;padding:2px 4px 0;background:#f3f2f1;align-items:stretch;overflow-x:auto;overflow-y:hidden}.ds-ribbon.word .ds-ribbon-group{display:flex;flex-direction:column;padding:0 6px 0 4px;border-right:1px solid #c8c6c4;min-height:100%}.ds-ribbon.word .ds-ribbon-group-cmds{flex:1;display:flex;flex-direction:row;align-items:flex-start;gap:2px;padding-top:2px;min-height:78px}.ds-ribbon.word .ds-ribbon-group-label{height:18px;font-size:11px;color:#605e5c;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}.ds-ribbon.word .ds-cmd.large{width:auto;min-width:56px;max-width:92px;height:72px;padding:4px 6px 2px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px;border-radius:3px;border:1px solid transparent;background:transparent;font-size:11px;line-height:1.15;text-align:center;color:#242424}.ds-ribbon.word .ds-cmd.large>svg,.ds-ribbon.word .ds-cmd.large .ds-cmd-icon svg{width:32px!important;height:32px!important;font-size:32px!important;flex-shrink:0}.ds-ribbon.word .ds-cmd.large>span{display:block;max-width:88px;white-space:normal;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:manual;hyphens:manual}.ds-ribbon.word .ds-cmd.large:hover,.ds-ribbon.word .ds-cmd.small:hover{background:#e1dfdd;border-color:transparent}.ds-ribbon.word .ds-cmd.large.active,.ds-ribbon.word .ds-cmd.small.active{background:#c7e0f4;border-color:#2b579a}.ds-ribbon.word .ds-cmd.small{height:24px;min-width:96px;padding:0 6px;gap:6px;justify-content:flex-start;font-size:12px;border-radius:3px;border:1px solid transparent;display:flex;align-items:center}.ds-ribbon.word .ds-cmd.small svg{width:16px!important;height:16px!important;flex-shrink:0}.ds-ribbon.word .ds-cmd-stack{display:flex;flex-direction:column;gap:1px;justify-content:flex-start}.ds-ribbon.word .ds-cmd-stack .ds-menu-wrap .ds-cmd,.ds-ribbon.word .ds-cmd-stack .ds-split-wrap{height:24px}.ds-ribbon.word .ds-cmd-stack .ds-split-wrap .split-main{height:24px;min-width:80px;padding:0 4px;gap:4px;display:flex;align-items:center;font-size:12px;justify-content:flex-start}.ds-ribbon.word .ds-cmd-stack .ds-split-wrap .split-main svg{width:16px;height:16px}.ds-ribbon.word .ds-cmd-stack .ds-split-wrap .split-chevron{height:24px;width:14px;min-width:14px}.ds-ribbon.word .ds-menu-wrap .ds-cmd.large,.ds-ribbon.word .ds-split-large .split-main.large{height:72px;min-width:52px}.ds-ribbon.word .ds-split-large{height:72px;width:56px}.ds-ribbon.word .ds-split-large .split-main.large{flex:1;display:flex;flex-direction:column;align-items:center;padding-top:4px}.ds-ribbon.word .ds-split-large .split-main.large .ds-cmd-icon svg{width:32px!important;height:32px!important}.ds-ribbon.word .ds-split-large .split-chevron-below{height:14px}.ds-pen-gallery{display:flex;align-items:flex-end;gap:4px;height:72px;padding:2px 4px}.ds-pen-swatch{width:28px;height:64px;border:1px solid #c8c6c4;border-radius:3px 3px 14px 14px;background:#fff;padding:4px 2px 8px;display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative}.ds-pen-swatch:hover,.ds-pen-swatch.active{background:#deecf9;border-color:#2b579a}.ds-pen-swatch .tip{width:14px;height:28px;border-radius:2px 2px 8px 8px;margin-top:auto;box-shadow:inset 0 -2px #00000026}.ds-pen-swatch .pen-label{font-size:9px;color:#605e5c;margin-top:2px}.ds-ribbon.word .ds-cmd-stack .ds-menu-wrap{display:flex;width:100%;min-width:110px}.ds-ribbon.word .ds-cmd-stack .ds-menu-wrap>.ds-cmd.small,.ds-ribbon.word .ds-cmd-stack .ds-menu-wrap>.dropdown-cmd{width:100%;min-width:110px;height:24px;flex-direction:row!important;justify-content:flex-start;align-items:center;gap:6px;padding:0 6px;font-size:12px;white-space:nowrap}.ds-ribbon.word .ds-cmd-stack .ds-menu-wrap>.ds-cmd.small svg,.ds-ribbon.word .ds-cmd-stack .ds-menu-wrap>.dropdown-cmd svg:first-child{width:16px!important;height:16px!important;flex-shrink:0}.ds-ribbon.word .ds-cmd-stack .ds-cmd.small{min-width:110px;white-space:nowrap}.ds-ribbon.word .ds-cmd-stack{min-width:110px}.ds-ribbon.word .ds-cmd.large .ds-cmd-caption,.ds-ribbon.word .ds-cmd.large>span{white-space:normal;line-height:1.1;max-width:88px}.ds-ribbon.word .ds-menu-wrap .ds-cmd.large{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4px;gap:2px}.ds-ribbon.word .ds-menu-wrap .ds-cmd.large .ds-cmd-caption{display:inline-flex;align-items:center;gap:1px;font-size:11px}.ds-word-canvas-wrap.side-to-side{overflow-x:auto;overflow-y:hidden;display:flex;flex-direction:row;align-items:flex-start;gap:24px}.ds-word-canvas-wrap.side-to-side .ds-word-page{flex-shrink:0}.ProseMirror.tracking-insertions del,.ds-word-page.track-ins-off del{display:none}.ds-ribbon.excel{background:#f3f2f1}.ds-ribbon.excel .ds-ribbon-body{min-height:102px;height:102px;padding:2px 4px 0;background:#f3f2f1;align-items:stretch;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.ds-ribbon.excel .ds-ribbon-group{display:flex;flex-direction:column;padding:0 4px 0 3px;border-right:1px solid #c8c6c4;min-height:100%;min-width:0;flex:0 0 auto}.ds-ribbon.excel .ds-ribbon-group:last-child{border-right:none}.ds-ribbon.excel .ds-ribbon-group-cmds{flex:1;display:flex;flex-direction:row;align-items:flex-start;gap:2px;padding-top:2px;min-height:78px}.ds-ribbon.excel .ds-ribbon-group-label{height:18px;font-size:11px;color:#605e5c;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}.ds-ribbon.excel .ds-cmd.large{width:auto;min-width:48px;max-width:84px;height:72px;padding:4px 4px 2px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px;border-radius:3px;border:1px solid transparent;background:transparent;font-size:11px;line-height:1.15;text-align:center;color:#242424}.ds-ribbon.excel .ds-cmd.large>svg,.ds-ribbon.excel .ds-cmd.large .ds-cmd-icon svg{width:32px!important;height:32px!important;font-size:32px!important;flex-shrink:0}.ds-ribbon.excel .ds-cmd.large>span,.ds-ribbon.excel .ds-cmd.large .ds-cmd-caption{display:block;max-width:80px;white-space:normal;overflow-wrap:break-word;line-height:1.1}.ds-ribbon.excel .ds-cmd.large:hover,.ds-ribbon.excel .ds-cmd.small:hover,.ds-ribbon.excel .ds-cmd.icon-only:hover{background:#e1dfdd;border-color:transparent}.ds-ribbon.excel .ds-cmd.large.active,.ds-ribbon.excel .ds-cmd.small.active,.ds-ribbon.excel .ds-cmd.icon-only.active{background:#c6efce;border-color:#107c41}.ds-ribbon.excel .ds-cmd.small{height:24px;min-width:0;padding:0 6px;gap:6px;justify-content:flex-start;font-size:12px;border-radius:3px;border:1px solid transparent;display:flex;align-items:center;flex-direction:row}.ds-ribbon.excel .ds-cmd.small svg{width:16px!important;height:16px!important;flex-shrink:0}.ds-ribbon.excel .ds-cmd.icon-only{width:24px;height:24px;min-width:24px;padding:0;display:grid;place-items:center;flex-direction:row;gap:0}.ds-ribbon.excel .ds-cmd.icon-only svg{width:16px!important;height:16px!important;font-size:16px!important}.ds-ribbon.excel .ds-cmd-stack,.ds-ribbon.excel .ds-cmd-stack.xl-stack{display:flex;flex-direction:column;gap:1px;justify-content:flex-start;min-width:0;width:max-content}.ds-ribbon.excel .ds-cmd-stack .ds-cmd.small{min-width:0;width:100%;white-space:nowrap;height:22px;padding:0 4px;gap:4px;font-size:11px}.ds-ribbon.excel .ds-cmd-stack .ds-menu-wrap{display:flex;width:100%;min-width:0}.ds-ribbon.excel .ds-cmd-stack .ds-menu-wrap>.ds-cmd.small,.ds-ribbon.excel .ds-cmd-stack .ds-menu-wrap>.dropdown-cmd{width:100%;min-width:0;height:22px;flex-direction:row!important;justify-content:flex-start;align-items:center;gap:4px;padding:0 4px;font-size:11px;white-space:nowrap}.ds-ribbon.excel .ds-cmd-stack .ds-menu-wrap>.ds-cmd.small svg,.ds-ribbon.excel .ds-cmd-stack .ds-menu-wrap>.dropdown-cmd svg:first-child{width:16px!important;height:16px!important;flex-shrink:0}.ds-ribbon.excel .editing-stack .ds-cmd.small,.ds-ribbon.excel .editing-stack .ds-menu-wrap,.ds-ribbon.excel .xl-stack .ds-cmd.small,.ds-ribbon.excel .xl-stack .ds-menu-wrap{min-width:96px}.ds-ribbon.excel .ds-clipboard-group{display:flex;align-items:stretch;gap:2px;height:78px}.ds-ribbon.excel .ds-ribbon-tworow{display:flex;flex-direction:column;gap:2px;height:78px;justify-content:flex-start;padding-top:2px}.ds-ribbon.excel .ds-ribbon-row{display:flex;flex-direction:row;align-items:center;gap:1px;height:26px}.ds-ribbon.excel .xl-font-row>.ds-menu-wrap:first-child .ds-cmd{width:108px;height:22px;min-width:0;padding:0 4px;font-size:11px;border:1px solid #8a8886;background:#fff;border-radius:2px;justify-content:space-between;flex-direction:row}.ds-ribbon.excel .xl-font-row>.ds-menu-wrap:nth-child(2) .ds-cmd{width:42px;height:22px;min-width:0;padding:0 4px;font-size:11px;border:1px solid #8a8886;background:#fff;border-radius:2px;justify-content:space-between;flex-direction:row}.ds-ribbon.excel .xl-num-row>.ds-menu-wrap:first-child .ds-cmd{width:110px;height:22px;min-width:0;padding:0 4px;font-size:11px;border:1px solid #8a8886;background:#fff;border-radius:2px;justify-content:space-between;flex-direction:row}.ds-ribbon.excel .ds-ribbon-row .ds-cmd:not(.large):not(.small){width:24px;height:24px;min-width:24px;padding:0;display:grid;place-items:center;flex-direction:row;gap:0}.ds-ribbon.excel .ds-ribbon-row .ds-cmd:not(.large):not(.small) svg{width:16px!important;height:16px!important}.ds-ribbon.excel .ds-styles-block.xl-cell-styles{display:flex;align-items:stretch;gap:4px;height:78px;max-width:420px}.ds-ribbon.excel .xl-styles-side{min-width:148px!important;width:148px}.ds-ribbon.excel .xl-styles-side .ds-cmd.small,.ds-ribbon.excel .xl-styles-side .ds-menu-wrap{min-width:148px!important}.ds-ribbon.excel .ds-styles-gallery.excel-styles{display:flex;flex-wrap:nowrap;gap:3px;padding:2px;max-width:260px;overflow-x:auto;overflow-y:hidden;height:74px;align-items:center;scrollbar-width:thin}.ds-ribbon.excel .ds-styles-gallery.excel-styles .ds-style-card{min-width:56px;width:56px;height:64px;padding:3px 4px;flex-shrink:0;justify-content:space-between}.ds-ribbon.excel .ds-styles-gallery.excel-styles .ds-style-card .s-preview{font-size:13px;line-height:1.1}.ds-ribbon.excel .ds-styles-gallery.excel-styles .ds-style-card .s-name{font-size:9px;color:inherit;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-ribbon.excel .ds-ribbon-row .ds-menu-wrap .ds-cmd.icon-only{width:24px;height:24px;min-width:24px;padding:0}.ds-ribbon.excel .ds-sep{margin:2px 3px;align-self:stretch;height:auto}.ds-ribbon.excel .ds-split-large{display:flex;flex-direction:column;width:52px;height:72px;border-radius:3px}.ds-ribbon.excel .ds-split-large .split-main.large{flex:1;width:100%;height:auto;min-width:0;border-radius:3px 3px 0 0;padding:4px 2px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.ds-ribbon.excel .ds-split-large .split-main.large .ds-cmd-icon svg{width:32px!important;height:32px!important}.ds-ribbon.excel .ds-split-large .split-chevron-below{height:14px;width:100%;min-width:0;padding:0;border-radius:0 0 3px 3px;display:grid;place-items:center}.ds-ribbon.excel .ds-menu-wrap .ds-cmd.large,.ds-ribbon.excel .ds-split-large .split-main.large{height:72px;min-width:48px}.ds-ribbon.excel .ds-menu-wrap .ds-cmd.large{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4px;gap:2px}.ds-ribbon.excel .ds-menu-wrap .ds-cmd.large .ds-cmd-caption{display:inline-flex;align-items:center;gap:1px;font-size:11px}.ds-ribbon.powerpoint{background:#f3f2f1}.ds-ribbon.powerpoint .ds-ribbon-body{min-height:102px;height:102px;padding:2px 4px 0;background:#f3f2f1;align-items:stretch;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.ds-ribbon.powerpoint .ds-ribbon-group{display:flex;flex-direction:column;padding:0 4px 0 3px;border-right:1px solid #c8c6c4;min-height:100%;min-width:0;flex:0 0 auto}.ds-ribbon.powerpoint .ds-ribbon-group:last-child{border-right:none}.ds-ribbon.powerpoint .ds-ribbon-group-cmds{flex:1;display:flex;flex-direction:row;align-items:flex-start;gap:2px;padding-top:2px;min-height:78px}.ds-ribbon.powerpoint .ds-ribbon-group-label{height:18px;font-size:11px;color:#605e5c;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}.ds-ribbon.powerpoint .ds-cmd.large{width:auto;min-width:48px;max-width:84px;height:72px;padding:4px 4px 2px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px;border-radius:3px;border:1px solid transparent;background:transparent;font-size:11px;line-height:1.15;text-align:center;color:#242424}.ds-ribbon.powerpoint .ds-cmd.large>svg,.ds-ribbon.powerpoint .ds-cmd.large .ds-cmd-icon svg{width:32px!important;height:32px!important;font-size:32px!important;flex-shrink:0}.ds-ribbon.powerpoint .ds-cmd.large>span,.ds-ribbon.powerpoint .ds-cmd.large .ds-cmd-caption{display:block;max-width:80px;white-space:normal;overflow-wrap:break-word;line-height:1.1}.ds-ribbon.powerpoint .ds-cmd.large:hover,.ds-ribbon.powerpoint .ds-cmd.small:hover,.ds-ribbon.powerpoint .ds-cmd.icon-only:hover{background:#e1dfdd;border-color:transparent}.ds-ribbon.powerpoint .ds-cmd.large.active,.ds-ribbon.powerpoint .ds-cmd.small.active,.ds-ribbon.powerpoint .ds-cmd.icon-only.active{background:#f4c7b8;border-color:#c43e1c}.ds-ribbon.powerpoint .ds-cmd.small{height:24px;min-width:0;padding:0 6px;gap:6px;justify-content:flex-start;font-size:12px;border-radius:3px;border:1px solid transparent;display:flex;align-items:center;flex-direction:row}.ds-ribbon.powerpoint .ds-cmd.small svg{width:16px!important;height:16px!important;flex-shrink:0}.ds-ribbon.powerpoint .ds-cmd.icon-only{width:24px;height:24px;min-width:24px;padding:0;display:grid;place-items:center;flex-direction:row;gap:0}.ds-ribbon.powerpoint .ds-cmd.icon-only svg{width:16px!important;height:16px!important;font-size:16px!important}.ds-ribbon.powerpoint .ds-cmd-stack,.ds-ribbon.powerpoint .ds-cmd-stack.ppt-stack{display:flex;flex-direction:column;gap:1px;justify-content:flex-start;min-width:0;width:max-content}.ds-ribbon.powerpoint .ds-cmd-stack .ds-cmd.small{min-width:0;width:100%;white-space:nowrap;height:22px;padding:0 4px;gap:4px;font-size:11px}.ds-ribbon.powerpoint .ds-cmd-stack .ds-menu-wrap{display:flex;width:100%;min-width:0}.ds-ribbon.powerpoint .ds-cmd-stack .ds-menu-wrap>.ds-cmd.small,.ds-ribbon.powerpoint .ds-cmd-stack .ds-menu-wrap>.dropdown-cmd{width:100%;min-width:0;height:22px;flex-direction:row!important;justify-content:flex-start;align-items:center;gap:4px;padding:0 4px;font-size:11px;white-space:nowrap}.ds-ribbon.powerpoint .ds-cmd-stack .ds-menu-wrap>.ds-cmd.small svg,.ds-ribbon.powerpoint .ds-cmd-stack .ds-menu-wrap>.dropdown-cmd svg:first-child{width:16px!important;height:16px!important;flex-shrink:0}.ds-ribbon.powerpoint .editing-stack .ds-cmd.small,.ds-ribbon.powerpoint .editing-stack .ds-menu-wrap{min-width:78px}.ds-ribbon.powerpoint .ds-clipboard-group{display:flex;align-items:stretch;gap:2px;height:78px}.ds-ribbon.powerpoint .ds-ribbon-tworow{display:flex;flex-direction:column;gap:2px;height:78px;justify-content:flex-start;padding-top:2px}.ds-ribbon.powerpoint .ds-ribbon-row{display:flex;flex-direction:row;align-items:center;gap:1px;height:26px}.ds-ribbon.powerpoint .ppt-font-row>.ds-menu-wrap:first-child .ds-cmd{width:108px;height:22px;min-width:0;padding:0 4px;font-size:11px;border:1px solid #8a8886;background:#fff;border-radius:2px;justify-content:space-between;flex-direction:row}.ds-ribbon.powerpoint .ppt-font-row>.ds-menu-wrap:nth-child(2) .ds-cmd{width:42px;height:22px;min-width:0;padding:0 4px;font-size:11px;border:1px solid #8a8886;background:#fff;border-radius:2px;justify-content:space-between;flex-direction:row}.ds-ribbon.powerpoint .ds-ribbon-row .ds-cmd:not(.large):not(.small){width:24px;height:24px;min-width:24px;padding:0;display:grid;place-items:center;flex-direction:row;gap:0}.ds-ribbon.powerpoint .ds-ribbon-row .ds-cmd:not(.large):not(.small) svg{width:16px!important;height:16px!important}.ds-ribbon.powerpoint .ds-ribbon-row .ds-menu-wrap .ds-cmd.icon-only{width:24px;height:24px;min-width:24px;padding:0}.ds-ribbon.powerpoint .ds-sep{margin:2px 3px;align-self:stretch;height:auto}.ds-ribbon.powerpoint .ds-split-large{display:flex;flex-direction:column;width:52px;height:72px;border-radius:3px}.ds-ribbon.powerpoint .ds-split-large .split-main.large{flex:1;width:100%;height:auto;min-width:0;border-radius:3px 3px 0 0;padding:4px 2px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.ds-ribbon.powerpoint .ds-split-large .split-main.large .ds-cmd-icon svg{width:32px!important;height:32px!important}.ds-ribbon.powerpoint .ds-split-large .split-chevron-below{height:14px;width:100%;min-width:0;padding:0;border-radius:0 0 3px 3px;display:grid;place-items:center}.ds-ribbon.powerpoint .ds-menu-wrap .ds-cmd.large,.ds-ribbon.powerpoint .ds-split-large .split-main.large{height:72px;min-width:48px}.ds-ribbon.powerpoint .ds-menu-wrap .ds-cmd.large{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4px;gap:2px}.ds-ribbon.powerpoint .ds-menu-wrap .ds-cmd.large .ds-cmd-caption{display:inline-flex;align-items:center;gap:1px;font-size:11px}.ds-excel-main{position:relative}.ds-excel-ink{position:absolute;inset:0;z-index:6;cursor:crosshair}.ds-excel-grid.ds-hide-headings .col-hdr,.ds-excel-grid.ds-hide-headings .row-hdr,.ds-excel-grid.ds-hide-headings thead th,.ds-excel-grid.ds-hide-headings .row-num{display:none!important}.ds-styles-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:6px;min-width:220px}.ds-style-card{border:1px solid #c8c6c4;background:#fff;padding:8px 6px;font-size:11px;text-align:center;border-radius:2px;cursor:pointer}.ds-style-card:hover{outline:1px solid #185abd}.ds-ribbon.excel .ds-gallery{display:grid;grid-template-columns:repeat(4,64px);gap:6px;padding:8px}.ds-ribbon.excel .ds-gallery-item{border:1px solid #c8c6c4;background:#fff;border-radius:2px;padding:6px 4px;font-size:11px;display:flex;flex-direction:column;align-items:center;gap:4px}.ds-ribbon.excel .ds-gallery-item:hover{background:#e1dfdd}.ds-ribbon.excel .ds-gallery-thumb{width:40px;height:28px;display:grid;place-items:center}.ds-chart-panel.ds-chart-selected{box-shadow:0 0 0 2px #185abd,var(--ds-shadow-lg)}.ds-pivot-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:12px}.ds-pivot-zone-title{font-size:12px;font-weight:600;margin-bottom:6px}.ds-pivot-field-list{list-style:none;margin:0;padding:0;max-height:260px;overflow:auto;border:1px solid #e1dfdd;border-radius:4px}.ds-pivot-field-list li{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:6px 8px;border-bottom:1px solid #f3f2f1;font-size:12px}.ds-pivot-field-actions{display:flex;gap:4px}.ds-pivot-zones{display:flex;flex-direction:column;gap:8px}.ds-pivot-zone{border:1px solid #e1dfdd;border-radius:4px;padding:8px;background:#faf9f8;min-height:64px}.ds-pivot-zone-body{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.ds-pivot-chip{border:1px solid #c8c6c4;background:#fff;border-radius:12px;padding:2px 10px;font-size:12px;cursor:pointer}.ds-pivot-chip:hover{background:#deecf9}.ds-pivot-empty{color:#a19f9d;font-size:11px;font-style:italic}.ds-name-box-wrap .ds-name-box{cursor:pointer}.ds-paste-special-opts label:hover{background:#f3f2f1;border-radius:4px}.ds-tc-insert,span[data-track=insert]{color:#c00000;text-decoration:underline;background:#c000000f}.ds-tc-delete,span[data-track=delete]{color:#c00000;text-decoration:line-through;background:#c000000d}.ds-tc-format,span[data-track=format]{border-bottom:2px solid #2b579a;background:#2b579a14}.ds-word-page.markup-simple .ds-tc-insert,.ds-word-page.markup-simple span[data-track=insert]{text-decoration:none;border-bottom:2px solid #c00000}.ds-word-page.markup-original .ds-tc-insert,.ds-word-page.markup-original span[data-track=insert]{display:none}.ds-word-page.markup-original .ds-tc-delete,.ds-word-page.markup-original span[data-track=delete]{text-decoration:none;color:inherit;background:transparent}.ds-word-page.hide-ins-del .ds-tc-insert,.ds-word-page.hide-ins-del span[data-track=insert],.ds-word-page.hide-ins-del .ds-tc-delete,.ds-word-page.hide-ins-del span[data-track=delete]{color:inherit;text-decoration:none;background:transparent;border-bottom:none}.ds-word-page.hide-ins-del .ds-tc-delete,.ds-word-page.hide-ins-del span[data-track=delete]{display:none}.ds-word-page.tracking-on .ProseMirror{caret-color:#c00000}.ds-tell-me{position:relative;display:flex;align-items:center;margin-left:8px}.ds-tell-me-input{width:180px;height:26px;border:1px solid rgba(255,255,255,.35);border-radius:2px;padding:0 8px 0 28px;font-size:12px;background:#ffffff1f;color:#fff;outline:none}.ds-titlebar.home .ds-tell-me-input,.ds-titlebar.excel .ds-tell-me-input{border-color:#c8c6c4;background:#fff;color:#323130}.ds-titlebar.excel .ds-tell-me-input{border-color:#a0d2b0}.ds-tell-me-input::placeholder{color:#ffffffb3}.ds-titlebar.home .ds-tell-me-input::placeholder,.ds-titlebar.excel .ds-tell-me-input::placeholder{color:#8a8886}.ds-tell-me-icon{position:absolute;left:6px;width:16px;height:16px;opacity:.85;pointer-events:none;color:inherit}.ds-tell-me-results{position:absolute;top:100%;left:0;right:0;min-width:260px;max-height:280px;overflow:auto;background:#fff;border:1px solid #c8c6c4;box-shadow:0 4px 16px #0000002e;z-index:1200;color:#323130}.ds-tell-me-item{display:block;width:100%;text-align:left;padding:6px 10px;border:none;background:transparent;font-size:12px;cursor:pointer}.ds-tell-me-item:hover,.ds-tell-me-item.active{background:#edebe9}.ds-tell-me-item .ds-tell-cat{display:block;font-size:10px;color:#8a8886}.ds-reviewing-pane{width:280px;border-left:1px solid #c8c6c4;background:#faf9f8}.ds-reviewing-toolbar{display:flex;gap:6px;padding:8px;border-bottom:1px solid #e1dfdd}.ds-revision-balloon{border:1px solid #c8c6c4;border-radius:4px;background:#fff;padding:8px;margin-bottom:8px;cursor:pointer;border-left:3px solid #c00000}.ds-revision-balloon.ds-tc-balloon-format{border-left-color:#2b579a}.ds-revision-balloon.ds-tc-balloon-insert{border-left-color:#c00000}.ds-revision-balloon.ds-tc-balloon-delete{border-left-color:#a4262c}.ds-revision-balloon.active{outline:2px solid #2b579a;background:#deecf9}.ds-revision-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:11px;color:#605e5c}.ds-revision-text{margin:6px 0;font-size:12px;word-break:break-word}.ds-tc-badge{text-transform:uppercase;font-size:9px;font-weight:700;padding:1px 5px;border-radius:2px;background:#f3f2f1}.ds-tc-badge.insert,.ds-tc-badge.delete{background:#fde7e9;color:#a4262c}.ds-tc-badge.format{background:#deecf9;color:#2b579a}.ds-merge-field,span[data-merge-field]{background:#fff4ce;border:1px solid #ffb900;border-radius:2px;padding:0 2px;color:#242424;font-weight:600}.ds-workspace.ds-painter-armed .ProseMirror{cursor:copy}.ds-cmd.ds-painter-sticky{outline:2px solid #2b579a;background:#deecf9}.ds-word-page.cols-2 .ProseMirror,.ProseMirror.ds-cols-2{column-count:2;column-gap:.5in;column-fill:auto}.ds-word-page.cols-3 .ProseMirror,.ProseMirror.ds-cols-3{column-count:3;column-gap:.4in;column-fill:auto}.ds-section-break,.ds-column-break{column-span:all;-webkit-column-span:all}.ds-word-page.hide-fmt .ds-tc-format,.ds-word-page.hide-fmt span[data-track=format]{border-bottom:none;background:transparent}.ds-word-page.markup-simple .ds-tc-format,.ds-word-page.markup-simple span[data-track=format]{border-bottom:2px dotted #2b579a}.ds-fn-ref{cursor:pointer;color:#2b579a}.ds-caption{orphans:2;widows:2}.ds-toc{border:1px solid #c8c6c4;border-left:3px solid #2b579a;padding:12px 14px;margin:12px 0;background:#faf9f8;border-radius:2px}.ds-toc-title{margin:0 0 8px;font-size:12pt}.ds-toc-field-hint{font-size:10px;color:#8a8886;font-style:italic;font-weight:400}.ds-toc-entry{margin:2px 0;line-height:1.35}.ds-toc-entry a{color:#2b579a;text-decoration:none}.ds-toc-entry a:hover{text-decoration:underline}.ds-toc-l1{font-weight:600}.ds-toc-l2{font-weight:400}.ds-toc-l3{font-weight:400;color:#605e5c}.ds-toc-empty{color:#8a8886}.ds-footnotes{margin-top:24px;border-top:1px solid #c8c6c4;padding-top:8px;font-size:10pt}.ds-fn-heading{font-weight:600;font-size:11pt;margin:0 0 6px}.ds-fn-body{margin:4px 0}.ds-bibliography{margin:16px 0}.ds-bib-title{font-weight:700;font-size:16pt;margin:0 0 8px}.ds-citation{color:#2b579a}.ds-crossref{color:#2b579a;text-decoration:underline}.ds-textarea{width:100%;min-height:120px;font-family:Consolas,monospace;font-size:12px;border:1px solid #8a8886;border-radius:2px;padding:8px;box-sizing:border-box}.ds-excel-grid td.ds-acct{font-variant-numeric:tabular-nums;font-family:Consolas,Courier New,monospace;text-align:right;white-space:nowrap}.ds-excel-grid td.ds-acct .ds-acct-cell{display:flex;width:100%;align-items:baseline;gap:0}.ds-excel-grid td.ds-acct .ds-acct-currency{margin-right:auto;padding-right:4px;flex:0 0 auto}.ds-excel-grid td.ds-acct .ds-acct-num{text-align:right;flex:1 1 auto}.ds-excel-grid td.ds-acct .ds-acct-cell.neg{color:#a4262c}.ds-filter-arrow{position:absolute;right:2px;top:1px;border:0;background:#f3f2f1;width:16px;height:16px;font-size:10px;line-height:14px;padding:0;cursor:pointer;border-radius:2px}.ds-filter-arrow:hover{background:#e1dfdd}.ds-excel-grid td{position:relative}.ds-print-area{z-index:4}.ds-page-break-h{z-index:5}.ds-style-card.active{outline:2px solid #185abd;outline-offset:-2px}.ds-word-page .ProseMirror{counter-reset:ds-page 1}.ds-word-page .ds-page-surface-break,.ds-word-page [data-page-break],.ds-word-page [data-break=page]{display:block;position:relative;height:36px;margin:36px -.75in 40px;padding:0;border:none;background:#a6a6a6;box-shadow:0 -10px 14px -10px #00000059,0 10px 14px -10px #00000059;color:transparent;font-size:0;line-height:0;page-break-before:always;column-span:all;-webkit-user-select:none;user-select:none;counter-increment:ds-page}.ds-word-page .ds-page-surface-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:0;line-height:1;color:#605e5c;background:#f3f2f1;border:1px solid #c8c6c4;border-radius:10px;padding:2px 10px;pointer-events:none;white-space:nowrap;z-index:2}.ds-word-page .ds-page-surface-label:after{content:"Page " counter(ds-page);font-size:11px;line-height:1;color:#605e5c}.ds-word-page .ds-page-surface-hidden{display:none!important}.ds-word-page .ProseMirror img.ds-docs-img,.ds-word-page .ProseMirror img[data-wrap]{max-width:100%;height:auto;cursor:default}.ds-word-page .ProseMirror .ProseMirror-selectednode img.ds-docs-img,.ds-word-page .ProseMirror img.ProseMirror-selectednode,.ds-word-page .ProseMirror [data-resize-container].ProseMirror-selectednode{outline:2px solid #2b579a;outline-offset:2px}.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=square-left]),.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=tight-left]),.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=behind]),.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=front]){float:left;margin:0 12px 8px 0;max-width:100%}.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=tight-left]){margin:0 6px 4px 0}.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=square-right]),.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=tight-right]){float:right;margin:0 0 8px 12px;max-width:100%}.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=tight-right]){margin:0 0 4px 6px}.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=center]){float:none;display:flex!important;justify-content:center;margin:8px auto;clear:both}.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=behind]){opacity:.45;z-index:0;position:relative}.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=front]){position:relative;z-index:5}.ds-word-page .ProseMirror [data-resize-container]:has(img[data-wrap=inline]){float:none;display:inline-flex!important;vertical-align:middle;margin:0 4px 0 0}.ds-word-page .ProseMirror:after{content:"";display:table;clear:both}.ds-word-page .ProseMirror [data-resize-container]{position:relative;max-width:100%}.ds-word-page .ProseMirror [data-resize-container].ProseMirror-selectednode,.ds-word-page .ProseMirror [data-resize-container]:has(.ProseMirror-selectednode){outline:2px solid #2b579a;outline-offset:2px}.ds-word-page .ProseMirror [data-resize-handle]{position:absolute;width:10px;height:10px;background:#fff;border:2px solid #2b579a;box-sizing:border-box;z-index:6}.ds-word-page .ProseMirror [data-resize-handle=top-left]{top:-5px;left:-5px;cursor:nwse-resize}.ds-word-page .ProseMirror [data-resize-handle=top-right]{top:-5px;right:-5px;cursor:nesw-resize}.ds-word-page .ProseMirror [data-resize-handle=bottom-left]{bottom:-5px;left:-5px;cursor:nesw-resize}.ds-word-page .ProseMirror [data-resize-handle=bottom-right]{bottom:-5px;right:-5px;cursor:nwse-resize}.ds-word-page .ProseMirror img.ProseMirror-selectednode{outline:2px solid #2b579a;outline-offset:2px}.ds-word-page .ProseMirror [data-resize-container][data-wrap=square-left],.ds-word-page .ProseMirror [data-resize-container][data-wrap=tight-left],.ds-word-page .ProseMirror [data-resize-container][data-wrap=behind],.ds-word-page .ProseMirror [data-resize-container][data-wrap=front]{float:left;margin:0 12px 8px 0}.ds-word-page .ProseMirror [data-resize-container][data-wrap=tight-left]{margin:0 6px 4px 0}.ds-word-page .ProseMirror [data-resize-container][data-wrap=square-right],.ds-word-page .ProseMirror [data-resize-container][data-wrap=tight-right]{float:right;margin:0 0 8px 12px}.ds-word-page .ProseMirror [data-resize-container][data-wrap=tight-right]{margin:0 0 4px 6px}.ds-word-page .ProseMirror [data-resize-container][data-wrap=center]{float:none;display:flex!important;justify-content:center;margin:8px auto;clear:both}.ds-word-page .ProseMirror [data-resize-container][data-wrap=behind]{opacity:.45}.ds-word-page .ProseMirror [data-resize-container][data-wrap=inline]{float:none;display:inline-flex!important;margin:0 4px 0 0;vertical-align:middle}.ds-word-page .ProseMirror table[data-banded=true] tr:nth-child(2n)>td,.ds-word-page .ProseMirror table[data-banded=true] tr:nth-child(2n)>th,.ds-word-page .ProseMirror table.ds-banded tr:nth-child(2n)>td,.ds-word-page .ProseMirror table.ds-banded tr:nth-child(2n)>th{background:#f3f9ff}.ds-word-page .ProseMirror table[data-fixed-layout=true]{table-layout:fixed;width:100%}.ds-word-page .ProseMirror table[data-align=center]{margin-left:auto;margin-right:auto}.ds-word-page .ProseMirror table[data-align=right]{margin-left:auto;margin-right:0}.ds-hf-region{cursor:default}.ds-hf-region:not(.editing):hover{background:#f3f2f1}.ds-hf-region.ds-hf-first-page:not(.editing){font-style:italic;color:#8a8886}.ds-hf-region.editing{color:#242424;font-style:normal}.ds-excel-grid td.ds-has-comment:after{content:"";position:absolute;top:0;right:0;border-width:0 6px 6px 0;border-style:solid;border-color:transparent #e81123 transparent transparent;pointer-events:none;z-index:2}.ds-sparkline svg{display:block;width:100%;height:100%;max-height:22px}.ds-sheet-tab{position:relative}.ds-sheet-tab[data-tab-color]:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--tab-color, transparent)}@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/Inter-Regular.ttf) format("truetype")}
