/* Production-informed public walkthrough; all selectors stay within its own shell. */
.dx-tour { --dx-navy:#0c1d3a; --dx-teal:#076d7b; --dx-ice:#eef6ff; --dx-mint:#a8d9de; --dx-line:#d8dfe7; --dx-muted:#59667b; margin:64px auto 0; width:100%; max-width:1280px; color:var(--dx-navy); font:400 13px/1.65 "Manrope",sans-serif; text-align:left; }
.dx-tour *, .dx-tour *::before, .dx-tour *::after { box-sizing:border-box; }
.dx-tour [hidden] { display:none !important; }
.dx-tour header { position:relative; z-index:auto; height:auto; }
.dx-tour h2,.dx-tour h3,.dx-tour h4,.dx-tour p { margin:0; }
.dx-tour button,.dx-tour input,.dx-tour select,.dx-tour textarea { font-family:"Manrope",sans-serif; }
.dx-tour button { color:inherit; border:0; background:transparent; cursor:pointer; line-height:1.5; }
.dx-tour button:disabled { opacity:.38; cursor:default; }
.dx-tour button:focus-visible,.dx-tour input:focus-visible,.dx-tour select:focus-visible,.dx-tour textarea:focus-visible,.dx-tour [tabindex]:focus-visible { outline:2px solid #178290; outline-offset:2px; }
.dx-tour .dx-icon { display:inline-block; width:18px; height:18px; flex:none; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; vertical-align:middle; }
.dx-tour-heading { display:flex; align-items:center; justify-content:space-between; gap:32px; color:#fff; }
.dx-tour-heading h2 { font:500 36px/1.12 "Cormorant Garamond",Georgia,serif; letter-spacing:-.02em; }
.dx-tour-heading p { margin-top:8px; color:#b6c8da; font-size:13px; }
.dx-tour-utilities { display:flex; align-items:center; gap:12px; }
.dx-tour-utilities span { color:#c1d6e3; white-space:nowrap; font-size:11px; }
.dx-tour-utilities button { color:#d2e3ed; padding:9px; display:grid; place-items:center; border:1px solid #64758c; border-radius:3px; }
.dx-tour-utilities button:hover { background:#233953; }
.dx-tour-tabs { display:flex; gap:32px; margin:24px 0 18px; }
.dx-tour-tabs button { padding:9px 0 13px; color:#bfcddd; font-size:14px; border-bottom:2px solid transparent; text-align:left; }
.dx-tour-tabs button[aria-selected="true"] { color:#fff; border-color:#95d9dc; font-weight:700; }
.dx-tour-tabs button:hover { color:#fff; }
.dx-app { position:relative; display:flex; flex-direction:column; height:672px; overflow:hidden; border:1px solid #c1cddb; border-radius:6px; background:#fff; box-shadow:0 20px 60px #0002; }
.dx-app-bar { display:flex; flex:none; align-items:center; justify-content:space-between; gap:20px; min-height:46px; padding:0 18px; border-bottom:1px solid var(--dx-line); background:#fbfcff; }
.dx-app-bar > div { display:flex; gap:20px; flex:none; }
.dx-app-bar button { display:flex; align-items:center; gap:6px; padding:7px 0; font-size:12px; }
.dx-app-bar button:hover { color:var(--dx-teal); }
.dx-app-bar strong { font-size:12px; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.dx-app-example { color:var(--dx-muted); font-size:10px; white-space:nowrap; }
.dx-app-body { flex:1; min-height:0; display:flex; position:relative; }
.dx-threads { flex:0 0 180px; width:180px; background:#f8faff; border-right:1px solid var(--dx-line); overflow:auto; }
.dx-threads-heading { display:flex; align-items:center; justify-content:space-between; padding:16px 13px 8px; }
.dx-threads-heading strong { font-size:14px; font-weight:700; }
.dx-threads-heading button { padding:5px; }
.dx-threads-tools { display:flex; gap:12px; padding:5px 12px 18px; color:#57657b; }
.dx-threads-tools button { padding:4px; }
.dx-threads-tools button:hover { color:var(--dx-teal); background:#e3edf5; border-radius:3px; }
.dx-thread-list > p { display:flex; align-items:center; gap:7px; padding:10px 13px; font-size:11px; font-weight:600; }
.dx-thread-list > button { display:flex; align-items:center; gap:8px; width:100%; min-height:48px; padding:11px 13px; text-align:left; font-size:12px; border-left:2px solid transparent; }
.dx-thread-list > button .dx-icon { width:15px; height:15px; }
.dx-thread-list > button.is-active { background:#e3edf9; border-left-color:#4b789b; }
.dx-thread-list > button:hover { background:#ecf2fa; }
.dx-stored-prompts { padding:12px; }
.dx-stored-prompts > strong { display:block; font-size:13px; margin-bottom:16px; }
.dx-stored-prompts button { display:flex; align-items:center; gap:8px; font-size:12px; text-align:left; padding:14px 0; border-bottom:1px solid var(--dx-line); }
.dx-stored-prompts .dx-icon { width:14px; }
.dx-tour[data-view="table"] .dx-threads,.dx-tour.is-threads-collapsed .dx-threads { width:46px; flex-basis:46px; overflow:hidden; }
.dx-tour[data-view="table"] .dx-threads-heading,.dx-tour[data-view="table"] .dx-thread-list,.dx-tour[data-view="table"] .dx-stored-prompts,.dx-tour.is-threads-collapsed .dx-threads-heading strong,.dx-tour.is-threads-collapsed .dx-thread-list,.dx-tour.is-threads-collapsed .dx-stored-prompts { display:none; }
.dx-tour[data-view="table"] .dx-threads-tools,.dx-tour.is-threads-collapsed .dx-threads-tools { flex-direction:column; padding:15px 8px; gap:18px; }
.dx-tour.is-threads-collapsed .dx-threads-heading { padding:12px 7px 0; }
.dx-workspace-view { display:flex; flex:1; min-width:0; min-height:0; }
.dx-chat { display:flex; flex-direction:column; flex:1; min-width:0; background:#fff; }
.dx-chat-scroll { flex:1; min-height:0; overflow-y:auto; padding:26px 28px 20px; overscroll-behavior:contain; }
.dx-chat-message { padding:16px 18px; border-radius:9px; background:#f2f3f6; color:#273246; font-size:13px; line-height:1.75; }
.dx-response { margin-top:22px; }
.dx-work-complete { color:#5a6b7c; font-size:11px; margin-bottom:16px !important; display:flex; align-items:center; gap:8px; }
.dx-work-complete .dx-icon { color:var(--dx-teal); width:16px; }
.dx-tour .dx-response h3 { font:700 19px/1.4 "Manrope",sans-serif; letter-spacing:-.025em; margin-bottom:15px; }
.dx-findings { padding-left:20px; margin:0 0 20px; }
.dx-findings li { padding-left:5px; margin-bottom:14px; font-size:13px; line-height:1.75; }
.dx-findings li::marker { color:var(--dx-teal); font-weight:600; }
.dx-findings strong { font-weight:600; }
.dx-tour .dx-citation { display:inline; padding:1px 4px; margin-left:3px; border-radius:2px; color:#27628f; text-decoration:underline; text-underline-offset:3px; font:600 11px/1.6 "Manrope",sans-serif; background:#ecf3fb; }
.dx-tour .dx-citation:hover,.dx-tour .dx-citation.is-selected { background:#cfebef; color:#084e5b; }
.dx-tour.citations-off .dx-citation { display:none; }
.dx-tour .dx-app-link { display:inline-flex; align-items:center; gap:8px; padding:5px 0; color:#076d7b; font-size:12px; font-weight:600; text-align:left; }
.dx-tour .dx-app-link:hover { text-decoration:underline; text-underline-offset:4px; }
.dx-chat-bottom { padding:0 20px 18px; flex:none; }
.dx-prompt-choices { display:flex; flex-wrap:wrap; gap:6px 16px; margin:8px 8px 14px; }
.dx-prompt-choices button { color:#35677c; font-size:11px; padding:3px 0; text-align:left; border-bottom:1px solid #b7cbd3; }
.dx-prompt-choices button:hover { color:var(--dx-navy); }
.dx-composer { display:grid; grid-template-columns:minmax(0,1fr) 34px; padding:12px 12px 8px; border:1px solid #b7c4d3; border-radius:13px; box-shadow:0 0 0 3px #eaf0f550; background:#fff; }
.dx-composer textarea { resize:none; width:100%; border:0; background:transparent; padding:0 4px; color:#17263d; font-size:12px; line-height:1.6; min-height:43px; }
.dx-composer textarea::placeholder { color:#6e7989; }
.dx-composer .dx-send { align-self:start; width:32px; height:32px; border-radius:5px; display:grid; place-items:center; background:#076d7b; color:#fff; }
.dx-composer .dx-send:hover { background:#064f5b; }
.dx-composer-options { display:flex; align-items:center; flex-wrap:wrap; gap:8px; grid-column:1/-1; margin-top:6px; font-size:10px; }
.dx-composer-options label { display:flex; align-items:center; gap:4px; margin:0; cursor:pointer; }
.dx-tour input[type="checkbox"] { accent-color:#076d7b; width:13px; height:13px; margin:0; flex:none; }
.dx-composer-options button { padding:2px; color:#64748b; display:flex; align-items:center; gap:3px; font-size:10px; }
.dx-composer-options > span { font-size:9px; color:#768498; margin-left:auto; }
.dx-email-draft { padding:2px 0 6px; }
.dx-email-draft p { margin:0 0 12px; font-size:12px; line-height:1.8; }
.dx-email-draft p:first-child { font-weight:600; }
.dx-terms-list { display:grid; grid-template-columns:100px 1fr; gap:10px 14px; font-size:12px; margin-bottom:18px; }
.dx-terms-list dt { font-weight:600; }
.dx-terms-list dd { margin:0; }
.dx-response-note { font-size:12px; line-height:1.8; margin-bottom:18px !important; }
.dx-response-download { display:block; padding:7px 0; font-size:11px; color:#4c667b !important; text-decoration:underline; text-underline-offset:3px; }
.dx-sources { flex:0 0 286px; width:286px; border-left:1px solid var(--dx-line); background:#fff; overflow-y:auto; overscroll-behavior:contain; }
.dx-sources header { display:flex; align-items:center; justify-content:space-between; padding:18px 18px 13px; border-bottom:1px solid var(--dx-line); }
.dx-sources h3 { font:700 14px/1.4 "Manrope",sans-serif; letter-spacing:0; }
.dx-sources header p { color:#7a8494; font-size:10px; margin-top:3px; }
.dx-sources header button { padding:5px; color:#6c7a8c; }
.dx-source-files { padding:0 18px; }
.dx-source-files > button,.dx-library [data-library-files] > button { display:flex; gap:10px; width:100%; align-items:center; padding:18px 0; border-bottom:1px solid var(--dx-line); text-align:left; }
.dx-source-files > button > span:nth-child(2),.dx-library [data-library-files] > button > span:nth-child(2) { min-width:0; flex:1; }
.dx-source-files strong,.dx-library [data-library-files] strong { display:block; font-size:11px; line-height:1.6; font-weight:600; overflow-wrap:anywhere; }
.dx-source-files small,.dx-library [data-library-files] small { display:block; color:#7b8495; margin-top:4px; font-size:9px; }
.dx-source-files .dx-icon { width:13px; color:#586a7e; }
.dx-file-type { display:inline-grid; place-items:center; flex:0 0 21px; width:21px; height:26px; border:1px solid #adc5df; border-radius:2px; background:#e8f1fc; color:#356baf; font:700 11px/1 "Manrope",sans-serif; }
.dx-file-type.is-pdf { background:#eaf4f3; border-color:#b2d2d2; color:#21717a; }
.dx-source-excerpt { padding:25px 18px; }
.dx-source-label { color:#5a6c84; font-size:9px; font-weight:600; letter-spacing:.6px; line-height:1.7; }
.dx-source-excerpt blockquote { margin:14px 0; padding:0; font:15px/1.9 Georgia,serif; color:#263546; }
.dx-source-excerpt mark { padding:2px 0; background:#fff3be; color:inherit; }
.dx-source-qualifier { font-size:10px; line-height:1.8; color:#748092; margin-bottom:12px !important; }
.dx-tour-status { min-height:33px; padding:8px 18px; border-top:1px solid var(--dx-line); font-size:10px; line-height:1.6; color:#52657a; background:#f9fbfd; flex:none; }
.dx-tour-disclosure a { color:inherit; text-decoration:underline; text-underline-offset:3px; }
.dx-tour-disclosure { padding-top:16px; color:#b9cadb; text-align:center; font-size:10px; line-height:1.8; }
.dx-tour-noscript { margin-top:12px !important; padding:12px; background:#eef6ff; }
.dx-library { position:absolute; top:46px; right:0; bottom:33px; width:min(420px,100%); z-index:12; border-left:1px solid #c5d1df; box-shadow:-20px 0 70px #13274020; background:#fff; padding:24px; overflow-y:auto; }
.dx-library header { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.dx-library header span { color:#758094; font-size:9px; letter-spacing:1px; }
.dx-library h3 { font:600 25px/1.4 "Manrope",sans-serif; margin-top:3px; }
.dx-library header button { padding:8px; }
.dx-library > p { color:#728095; font-size:12px; line-height:1.8; margin:16px 0 6px; }
.dx-library [data-library-files] strong { font-size:12px; }
/* The editor keeps document text, review ribbon and conversation as distinct surfaces. */
.dx-office-view { display:grid; grid-template-columns:minmax(0,1fr) 310px; flex:1; min-width:0; min-height:0; }
.dx-office-main { display:flex; flex-direction:column; min-width:0; min-height:0; }
.dx-office-tabs { display:flex; align-items:stretch; background:#466991; padding:0 14px; min-height:31px; color:#fff; gap:18px; }
.dx-office-tabs button { font-size:11px; padding:6px 10px; border-bottom:2px solid transparent; }
.dx-office-tabs button[aria-selected="true"] { font-weight:700; border-color:#b4e4e6; }
.dx-office-tabs span { margin-left:auto; align-self:center; color:#e1e9f3; font-size:10px; }
.dx-ribbon { display:flex; align-items:stretch; gap:4px; height:76px; flex:none; padding:6px 9px; border-bottom:1px solid #c9ced5; background:#f7f7f8; overflow-x:auto; }
.dx-ribbon > button { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px; min-width:48px; padding:4px 6px; border-radius:3px; color:#344458; white-space:nowrap; }
.dx-ribbon > button:hover:not(:disabled) { background:#e6edf5; }
.dx-ribbon button > span { font-size:9px; }
.dx-ribbon .dx-icon { width:20px; height:20px; }
.dx-ribbon [data-editor-accept] .dx-icon { color:#147f73; }
.dx-ribbon [data-editor-reject] .dx-icon { color:#ad4650; }
.dx-ribbon-separator { width:1px; margin:3px 5px; background:#d4d9df; flex:none; }
.dx-display-control { width:79px; padding-top:4px; flex:none; display:flex; flex-direction:column; align-items:center; gap:1px; font-size:9px; }
.dx-display-control > .dx-icon { width:18px; height:18px; margin-bottom:2px; }
.dx-display-control select { width:76px; border:0; font-size:9px; color:#42566c; background:transparent; padding:0; height:17px; cursor:pointer; }
.dx-home-ribbon { align-items:center; gap:12px; }
.dx-home-ribbon button { height:62px; }
.dx-home-ribbon button b,.dx-home-ribbon button i { font:700 20px/1 Georgia,serif; }
.dx-home-ribbon button i { font-style:italic; }
.dx-font-label { display:flex; align-items:center; gap:22px; background:#fff; border:1px solid #cad2de; border-radius:3px; padding:6px 9px; font-size:11px; margin-left:7px; }
.dx-font-label small { border-left:1px solid #ccd4df; padding-left:8px; font-size:10px; }
.dx-office-canvas { flex:1; min-height:0; overflow:auto; background:#ebedef; padding:0 28px 30px; overscroll-behavior:contain; }
.dx-ruler { max-width:640px; margin:9px auto 16px; height:19px; display:flex; align-items:flex-start; justify-content:space-around; background:repeating-linear-gradient(90deg,transparent 0px,transparent 9px,#aab4bc 9px,#aab4bc 10px) bottom/100% 4px no-repeat; border-bottom:1px solid #c5cdd4; font-size:8px; color:#697b8d; }
.dx-office-paper { width:100%; max-width:640px; min-height:850px; margin:auto; padding:42px 48px 60px; border:1px solid #d2d8de; box-shadow:0 2px 10px #13263f0a; background:#fff; color:#202633; }
.dx-office-document,.dx-office-redline { font:14px/1.9 Georgia,serif; overflow-wrap:anywhere; outline:none; min-height:400px; }
.dx-office-document p,.dx-office-redline p { margin:0 0 17px; }
.dx-office-document h4,.dx-office-redline h4 { font:700 15px/1.6 Georgia,serif; letter-spacing:0; margin:24px 0 13px; }
.dx-office-document .dx-document-title,.dx-office-redline .dx-document-title { text-align:center; font:700 15px/1.5 Georgia,serif; margin:0 0 32px; }
.dx-office-document:focus { outline:2px solid #488896; outline-offset:10px; }
.dx-office-redline.is-text-comparison { white-space:pre-wrap; }
.dx-office-redline del { color:#a53e47; text-decoration:line-through; background:#fbecee; }
.dx-office-redline ins { color:#076a73; text-decoration:underline; background:#e5f4f3; }
.dx-office-redline del + ins { margin-left:3px; }
.dx-office-redline .is-current-clause { box-shadow:-4px 0 0 #b0d7d8; background:#f4fbfa; padding:4px 8px; margin-left:-8px; margin-right:-8px; }
.dx-office-status { display:flex; gap:16px; padding:5px 12px; min-height:26px; background:#f8f8f9; border-top:1px solid #d4d9df; font-size:9px; color:#66768b; flex:none; }
.dx-office-status span:nth-last-child(2) { margin-left:auto; }
.dx-office-conversation { display:flex; flex-direction:column; min-height:0; min-width:0; border-left:1px solid var(--dx-line); background:#fff; }
.dx-office-conversation > header { display:flex; align-items:center; justify-content:space-between; min-height:45px; padding:8px 14px; border-bottom:1px solid var(--dx-line); }
.dx-office-conversation > header strong { font-size:12px; }
.dx-office-conversation > header > div { display:flex; gap:6px; }
.dx-office-conversation > header button { padding:4px; }
.dx-office-conversation > header .dx-icon { width:16px; }
.dx-office-conversation-scroll { padding:18px; flex:1; min-height:0; overflow-y:auto; overscroll-behavior:contain; }
.dx-office-conversation .dx-chat-message { font-size:11px; padding:13px; line-height:1.8; }
.dx-editor-response { margin-top:24px; }
.dx-response-name { display:block; color:#076d7b; font-size:12px; font-weight:700; margin-bottom:12px; }
.dx-tour .dx-editor-response h3 { font:700 15px/1.5 "Manrope",sans-serif; letter-spacing:-.01em; margin-bottom:12px; }
.dx-editor-response > p { font-size:11px; color:#657387; line-height:1.85; margin-bottom:17px; }
.dx-proposals > button { display:flex; flex-direction:column; width:100%; padding:12px; border:1px solid #d3dce4; margin-top:-1px; text-align:left; font-size:11px; }
.dx-proposals > button.is-active { background:#edf4fb; box-shadow:inset 2px 0 #428493; }
.dx-proposals > button strong { font-weight:600; font-size:11px; }
.dx-proposals > button span { color:#536578; margin-top:4px; }
.dx-proposals > button small { font-size:9px; margin-top:5px; color:#286d77; }
.dx-proposal-actions { display:flex; gap:8px; margin-top:14px; }
.dx-tour .dx-app-button { display:inline-flex; align-items:center; justify-content:center; gap:7px; min-height:33px; padding:6px 10px; border:1px solid #c9d4e1; border-radius:3px; font-size:11px; line-height:1.5; background:#fff; color:#465971; text-decoration:none; white-space:nowrap; }
.dx-tour .dx-app-button:hover:not(:disabled) { background:#eff6fa; }
.dx-tour .dx-app-button.is-primary { background:#076d7b; border-color:#076d7b; color:#fff; }
.dx-tour .dx-app-button.is-primary:hover:not(:disabled) { background:#055765; }
.dx-app-button .dx-icon { width:15px; height:15px; }
.dx-editor-context { padding:15px 0; margin-top:18px; border-top:1px solid var(--dx-line); font-size:11px; }
.dx-editor-context strong { display:block; margin-bottom:8px; }
.dx-editor-composer { display:grid; grid-template-columns:minmax(0,1fr) 26px; margin:14px; padding:10px; border:1px solid #cbd5e1; border-radius:7px; }
.dx-editor-composer select { min-width:0; width:100%; border:0; background:#fff; padding:3px 0; color:#52657b; font-size:10px; }
.dx-editor-composer > button { color:#076d7b; padding:2px; }
.dx-editor-composer p { display:flex; align-items:center; gap:4px; grid-column:1/-1; font-size:9px; margin-top:10px; color:#5b7087; }
.dx-editor-composer p span { display:flex; align-items:center; gap:4px; margin-left:12px; }
.dx-editor-composer p .dx-icon { color:#076d7b; width:12px; height:12px; }
/* The review is a real table, including document selection and a real workbook export. */
.dx-table-view { display:flex; flex-direction:column; flex:1; min-height:0; min-width:0; overflow:auto; background:#fff; }
.dx-table-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:25px 24px 20px; }
.dx-table-heading p { color:#647b96; font-size:10px; margin-bottom:8px; }
.dx-table-heading p span { margin:0 7px; }
.dx-tour .dx-table-heading h3 { font:700 23px/1.3 "Manrope",sans-serif; letter-spacing:-.025em; }
.dx-table-actions { display:flex; align-items:center; gap:7px; flex-wrap:wrap; justify-content:flex-end; }
.dx-table-actions select { max-width:145px; padding:7px 9px; border:1px solid #cbd5e0; background:#fff; font-size:11px; height:33px; border-radius:3px; color:#4b5d72; }
.dx-table-controls { display:flex; align-items:center; justify-content:space-between; gap:20px; background:#f8faff; padding:10px 24px; border-top:1px solid #e2e7ef; border-bottom:1px solid #d8e0eb; }
.dx-table-controls > span { font-size:10px; color:#67788e; }
.dx-review-scroll { overflow:auto; min-width:0; flex:none; overscroll-behavior:contain; }
.dx-review-table { border-collapse:collapse; width:100%; min-width:850px; table-layout:fixed; color:#33455b; font-size:12px; line-height:1.75; }
.dx-review-table th,.dx-review-table td { padding:20px 17px; border-bottom:1px solid #dce3ec; border-right:1px solid #e4e9f0; text-align:left; vertical-align:top; }
.dx-review-table th:first-child,.dx-review-table td:first-child { width:36px; padding:20px 10px; }
.dx-review-table th:nth-child(2) { width:235px; }
.dx-review-table thead th { padding:13px 17px; background:#eef3fa; color:#51647e; font-size:10px; font-weight:700; }
.dx-review-table thead th:first-child { padding:13px 10px; }
.dx-review-table tbody th { font-weight:600; position:relative; padding-left:46px; }
.dx-review-table tbody th .dx-file-type { position:absolute; left:14px; top:22px; width:18px; height:22px; font-size:9px; }
.dx-review-table tbody th button { font-size:11px; font-weight:600; padding:0; color:#335f8e; text-align:left; overflow-wrap:anywhere; }
.dx-review-source-kind { display:block; margin-top:5px; font-size:10px; font-weight:400; color:#64748b; }
.dx-review-table tbody th button:hover { text-decoration:underline; }
.dx-review-table tr.is-excluded td:not(:first-child),.dx-review-table tr.is-excluded th { opacity:.38; background:#f8f9fb; }
.dx-table-summary { display:flex; flex-direction:column; justify-content:center; gap:12px; align-items:center; flex:1; padding:28px 30px; text-align:center; min-height:110px; }
.dx-table-summary p { font:500 24px/1.4 "Cormorant Garamond",Georgia,serif; }
.dx-table-summary small { color:#8a94a3; font-size:10px; max-width:600px; }
.dx-tour-options { width:min(440px,calc(100% - 32px)); padding:24px; border:1px solid #cad5e2; border-radius:6px; box-shadow:0 20px 100px #07152a40; background:#fff; color:#0c1d3a; }
.dx-tour-options::backdrop { background:#07152a70; }
.dx-tour-options header { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-bottom:20px; }
.dx-tour-options header h3 { font:700 19px/1.5 "Manrope",sans-serif; letter-spacing:-.025em; }
.dx-tour-options header button { padding:6px; }
.dx-tour-options [data-tour-options-body] { display:grid; gap:18px; }
.dx-tour-options label { display:flex; gap:12px; align-items:center; font-size:13px; line-height:1.6; cursor:pointer; overflow-wrap:anywhere; }
.dx-tour-options footer { display:flex; justify-content:flex-end; gap:10px; margin-top:26px; }
.dx-visually-hidden { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }
.dx-tour-dialog { width:calc(100vw - 40px); max-width:1680px; height:calc(100dvh - 40px); max-height:none; margin:auto; border:1px solid #62768d; border-radius:7px; padding:22px 26px; background:#0c1d3a; overflow:hidden; }
.dx-tour-dialog::backdrop { background:#051020bd; backdrop-filter:blur(5px); }
body:has(.dx-tour-dialog[open]) { overflow:hidden; }
.dx-tour.is-expanded { margin:0; max-width:none; height:100%; display:flex; flex-direction:column; }
.dx-tour.is-expanded .dx-app { flex:1; min-height:0; height:auto; }
.dx-tour.is-expanded .dx-tour-heading h2 { font-size:30px; }
.dx-tour.is-expanded .dx-tour-heading p { display:none; }
.dx-tour.is-expanded .dx-tour-tabs { margin:12px 0; }
.dx-tour.is-expanded .dx-tour-disclosure { font-size:9px; padding-top:9px; }
.dx-tour:not(.is-ready) .dx-tour-utilities,.dx-tour:not(.is-ready) .dx-tour-tabs,.dx-tour:not(.is-ready) .dx-chat-bottom,.dx-tour:not(.is-ready) .dx-threads-tools,.dx-tour:not(.is-ready) .dx-threads-heading button { display:none; }
.dx-tour:not(.is-ready) .dx-app { margin-top:24px; }
@media (max-width:1100px) {
  .dx-threads { flex-basis:160px; width:160px; }
  .dx-sources { position:absolute; top:0; right:0; bottom:0; width:300px; max-width:calc(100% - 44px); z-index:8; box-shadow:-15px 0 50px #142b4620; }
  .dx-office-view { grid-template-columns:minmax(0,1fr) 260px; }
  .dx-office-canvas { padding-inline:18px; }
  .dx-office-paper { padding:34px; }
  .dx-table-heading { align-items:flex-start; flex-direction:column; padding:20px; }
  .dx-table-actions { justify-content:flex-start; }
  .dx-office-conversation-scroll { padding:14px; }
  .dx-tour-heading h2 { font-size:32px; }
}
@media (max-width:767px) {
  .dx-tour { margin-top:42px; }
  .dx-tour-heading { gap:16px; align-items:flex-start; }
  .dx-tour-heading h2 { font-size:29px; max-width:270px; }
  .dx-tour-heading p { font-size:11px; max-width:260px; }
  .dx-tour-utilities { gap:6px; }
  .dx-tour-utilities span { display:none; }
  .dx-tour-utilities button { padding:7px; min-width:32px; min-height:34px; }
  .dx-tour-utilities [data-tour-reset] { display:none; }
  .dx-tour-tabs { gap:10px; justify-content:space-between; margin-top:18px; }
  .dx-tour-tabs button { flex:0 0 auto; white-space:nowrap; font-size:11px; line-height:1.7; padding-bottom:10px; }
  .dx-app { height:698px; border-radius:4px; }
  .dx-app-bar { gap:12px; padding:0 10px; min-height:43px; }
  .dx-app-bar > div { gap:13px; }
  .dx-app-bar button { font-size:10px; gap:5px; }
  .dx-app-bar .dx-icon { width:15px; height:15px; }
  .dx-app-bar > strong { display:none; }
  .dx-app-example { font-size:8px; }
  .dx-threads { width:41px; flex-basis:41px; overflow:hidden; }
  .dx-threads-heading { padding:12px 5px 0; }
  .dx-threads-heading strong,.dx-thread-list { display:none; }
  .dx-threads-tools { flex-direction:column; padding:14px 7px; gap:17px; }
  .dx-tour.show-stored-prompts .dx-threads,.dx-tour.show-mobile-threads .dx-threads { width:190px; position:absolute; top:0; bottom:0; left:0; z-index:9; box-shadow:12px 0 40px #172c4325; overflow:auto; }
  .dx-tour.show-stored-prompts .dx-threads-tools { flex-direction:row; }
  .dx-tour.show-stored-prompts .dx-threads-heading strong { display:block; }
  .dx-tour.show-stored-prompts .dx-stored-prompts { display:block; }
  .dx-tour.show-mobile-threads .dx-thread-list { display:block; }
  .dx-tour.show-mobile-threads .dx-threads-heading strong { display:block; }
  .dx-tour.show-mobile-threads .dx-threads-tools { flex-direction:row; }
  .dx-chat-scroll { padding:17px 14px; }
  .dx-chat-message { padding:12px; font-size:12px; }
  .dx-response { margin-top:20px; }
  .dx-tour .dx-response h3 { font-size:17px; }
  .dx-findings { padding-left:17px; }
  .dx-findings li { font-size:12px; margin-bottom:16px; }
  .dx-chat-bottom { padding:0 10px 13px; }
  .dx-prompt-choices { gap:6px 12px; margin:6px 2px 11px; }
  .dx-prompt-choices button { font-size:10px; }
  .dx-composer { padding:10px 8px 7px; }
  .dx-composer textarea { font-size:12px; min-height:55px; }
  .dx-composer-options { gap:8px; font-size:9px; }
  .dx-composer-options > span { display:none; }
  .dx-tour-status { font-size:9px; padding:8px 12px; }
  .dx-tour-disclosure { font-size:9px; padding:12px 8px 0; }
  .dx-office-view { display:block; overflow-y:auto; overscroll-behavior:contain; }
  .dx-office-main { height:520px; }
  .dx-office-conversation { min-height:370px; border-left:0; border-top:1px solid var(--dx-line); }
  .dx-office-conversation-scroll { min-height:210px; overflow:visible; padding:18px; }
  .dx-office-conversation .dx-chat-message { font-size:12px; }
  .dx-editor-response > p { font-size:12px; }
  .dx-office-canvas { padding:0 12px 25px; }
  .dx-office-paper { padding:25px 22px 40px; min-height:700px; }
  .dx-office-document,.dx-office-redline { font-size:14px; line-height:1.85; }
  .dx-office-document .dx-document-title,.dx-office-redline .dx-document-title { font-size:14px; }
  .dx-office-status { font-size:8px; gap:10px; }
  .dx-office-status span:nth-last-child(2) { display:none; }
  .dx-office-status span:last-child { margin-left:auto; }
  .dx-proposal-actions .dx-app-button,.dx-start-amend { min-height:38px; }
  .dx-editor-composer { margin:12px 18px 20px; }
  .dx-editor-composer select { font-size:12px; min-height:30px; }
  .dx-ribbon { height:72px; }
  .dx-ribbon > button { min-width:53px; }
  .dx-ribbon > button > span { font-size:9px; }
  .dx-home-ribbon { gap:6px; }
  .dx-table-heading { padding:18px 14px; gap:17px; }
  .dx-tour .dx-table-heading h3 { font-size:21px; }
  .dx-table-actions { gap:7px; }
  .dx-table-actions .dx-app-button,.dx-table-actions select { font-size:10px; min-height:33px; }
  .dx-table-controls { padding:9px 14px; gap:8px; }
  .dx-table-controls > span { font-size:9px; }
  .dx-table-controls .dx-app-button { font-size:10px; }
  .dx-review-table { font-size:12px; }
  .dx-review-table th:nth-child(2) { width:200px; }
  .dx-table-summary { padding:24px 15px; }
  .dx-table-summary p { font-size:24px; }
  .dx-table-summary small { font-size:9px; }
  .dx-tour-dialog { width:100vw; height:100dvh; max-width:none; padding:16px 10px 10px; border:0; border-radius:0; }
  .dx-tour.is-expanded .dx-tour-heading h2 { font-size:27px; }
  .dx-tour.is-expanded .dx-tour-heading p { display:none; }
  .dx-tour.is-expanded .dx-tour-tabs { margin:8px 0 12px; }
  .dx-tour.is-expanded .dx-tour-disclosure { font-size:8px; line-height:1.5; padding-top:8px; }
  .dx-tour.is-expanded .dx-tour-utilities [data-tour-reset] { display:grid; }
}
@media (max-width:359px) {
  .dx-tour-heading h2 { font-size:25px; }
  .dx-tour-tabs { gap:4px; }
  .dx-tour-tabs button { font-size:10px; }
  .dx-chat-scroll { padding-inline:11px; }
  .dx-composer-options label { font-size:8px; }
  .dx-app-example { display:none; }
  .dx-tour.is-expanded .dx-tour-heading h2 { font-size:23px; }
}
@media (prefers-reduced-motion:reduce) { .dx-tour * { scroll-behavior:auto !important; animation:none !important; transition:none !important; } }
