:root{color:#111827;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#fff}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:default}.primaryButton,.secondaryButton{min-height:38px;padding:0 14px;border-radius:8px;font-size:14px;font-weight:600;transition:background-color .12s ease,border-color .12s ease,opacity .12s ease}.primaryButton{border:1px solid #111827;background:#111827;color:#fff}.primaryButton:hover:not(:disabled){background:#273244}.secondaryButton{border:1px solid #d1d5db;background:#fff;color:#374151}.secondaryButton:hover:not(:disabled){background:#f9fafb}.primaryButton:disabled,.secondaryButton:disabled{opacity:.48}.full{width:100%}.brand{display:flex;align-items:center}.brand>div{display:flex;flex-direction:column;gap:2px}.brand strong{font-size:17px;line-height:1.2}.brand span{color:#6b7280;font-size:12px}.brand.compact strong{font-size:15px}.projectsPage{min-height:100%;background:#fff}.projectsHeader{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid #e5e7eb}.projectsContent{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:56px 0 80px}.sectionHeading{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid #e5e7eb}.sectionHeading h1{margin:0;font-size:30px;letter-spacing:-.03em}.sectionHeading p{margin:7px 0 0;color:#6b7280;font-size:14px}.projectsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(218px,1fr));gap:16px;padding-top:26px}.projectTile{min-height:190px;display:flex;flex-direction:column;align-items:stretch;padding:18px;border:1px solid #e2e5e9;border-radius:14px;background:#fff;color:inherit;text-align:left;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.projectTile:hover{transform:translateY(-3px);border-color:#c7ccd4;box-shadow:0 10px 24px #11182714}.projectTileProject{position:relative;padding:0}.projectTileOpen{width:100%;min-height:188px;display:flex;flex-direction:column;align-items:stretch;padding:18px;border:0;border-radius:inherit;background:transparent;color:inherit;text-align:left}.projectTileOpen:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.projectTileTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.projectGlyph{width:38px;height:44px;display:grid;place-items:center;border:1px solid #d5dae1;border-radius:7px;background:#f8fafc;color:#4b5563;font-size:9px;font-weight:750;letter-spacing:.04em}.projectIdentity{min-width:0;display:flex;flex-direction:column;gap:5px}.projectTile .projectIdentity{margin-top:22px}.projectIdentity strong,.projectIdentity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projectIdentity strong{font-size:15px}.projectIdentity span,.projectTileFooter{color:#6b7280;font-size:12px}.projectTileFooter{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:22px}.projectDeleteButton{position:absolute;top:10px;right:10px;width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid #fecaca;border-radius:7px;background:#fff;color:#b91c1c;opacity:0;pointer-events:none;transition:opacity .12s ease,background-color .12s ease}.projectDeleteButton svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.projectTileProject:hover .projectDeleteButton,.projectTileProject:focus-within .projectDeleteButton{opacity:1;pointer-events:auto}.projectDeleteButton:hover:not(:disabled){background:#fef2f2}.projectDeleteButton:disabled{opacity:.5}.projectTileCreate{align-items:center;justify-content:center;border-style:dashed;border-color:#c9cfd8;background:#fcfcfd;text-align:center}.projectTileCreate:hover{border-color:#6b7280;background:#fff}.createTileIcon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:13px;border:1px solid #c9cfd8;border-radius:50%;color:#374151;font-size:25px;font-weight:300;line-height:1}.projectTileCreate strong{font-size:14px}.projectTileCreate>span:last-child{margin-top:5px;color:#6b7280;font-size:12px}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#11182757;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dialog{width:min(480px,100%);padding:22px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 24px 80px #1118272e;animation:dialogIn .16s ease-out}@keyframes dialogIn{0%{opacity:0;transform:translateY(8px) scale(.99)}}.dialogHeading{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.dialogHeading h2{margin:0;font-size:19px}.iconButton{width:32px;height:32px;border:0;border-radius:7px;background:transparent;color:#6b7280;font-size:22px}.iconButton:hover{background:#f3f4f6;color:#111827}.field{display:flex;flex-direction:column;gap:8px}.field span{color:#374151;font-size:13px;font-weight:600}.field input{height:42px;padding:0 12px;border:1px solid #d1d5db;border-radius:8px;outline:0}.field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1c}.fileField{min-height:116px;display:grid;grid-template-columns:42px 1fr;align-content:center;gap:3px 12px;margin-top:18px;padding:18px;border:1px dashed #c5cad3;border-radius:9px;background:#fafafa;cursor:pointer}.fileField:hover{border-color:#9ca3af;background:#f7f7f8}.fileField input{display:none}.fileFieldIcon{grid-row:1 / 3;width:40px;height:40px;display:grid;place-items:center;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151}.fileField strong{align-self:end;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.fileField small{align-self:start;color:#6b7280}.dialogActions{display:flex;justify-content:flex-end;gap:8px;margin-top:22px}.inlineError{margin:12px 0;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:13px;line-height:1.4}.externalReferencesDialog{width:min(720px,100%);max-height:min(760px,calc(100vh - 48px));display:flex;flex-direction:column}.externalReferencesDialog .dialogHeading{flex:0 0 auto;align-items:flex-start}.externalReferencesDialog .dialogHeading>div{min-width:0}.externalReferencesDialog .dialogHeading p{margin:6px 0 0;color:#6b7280;font-size:12px}.externalReferenceList{min-height:120px;overflow:auto;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.externalReferenceItem{display:grid;grid-template-columns:minmax(0,1fr) auto 28px;gap:12px;align-items:center;padding:14px 4px;border-bottom:1px solid #eef0f2}.externalReferenceItem:last-child{border-bottom:0}.externalReferenceItem>div{min-width:0;display:flex;flex-direction:column;gap:5px}.externalReferenceItem strong{font-size:13px;line-height:1.45;overflow-wrap:anywhere}.externalReferenceItem span{color:#6b7280;font-size:11px}.externalReferenceUpload{min-height:32px;display:inline-flex;align-items:center;padding:0 10px;font-size:12px;cursor:pointer}.externalReferenceUpload input{display:none}.externalReferenceReady{padding:5px 8px;border-radius:6px;background:#f0fdf4;color:#166534!important;font-weight:650}.externalReferenceDelete{width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#9ca3af;font-size:19px}.externalReferenceDelete:hover{background:#fef2f2;color:#b91c1c}.externalReferenceEmpty{margin:0;padding:34px 16px;color:#6b7280;text-align:center;font-size:13px;line-height:1.5}.workspaceApp{height:100vh;overflow:hidden;display:flex;flex-direction:column}.workspaceHeader{height:64px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e5e7eb;background:#fff}.workspaceIdentity{min-width:0;display:flex;align-items:center;gap:12px}.backButton{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:#6b7280;font-size:19px}.backButton:hover{background:#f3f4f6;color:#111827}.headerDivider{width:1px;height:24px;background:#e5e7eb}.projectTitle{min-width:0;display:flex;flex-direction:column;gap:2px}.projectTitle strong{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.projectTitle span{color:#6b7280;font-size:11px}.modeSwitch{display:flex;gap:3px;padding:3px;border:1px solid #e5e7eb;border-radius:9px;background:#f7f7f8}.modeSwitch button{position:relative;min-width:76px;height:30px;border:0;border-radius:6px;background:transparent;color:#6b7280;font-size:13px}.modeSwitch button.active{background:#fff;color:#111827;box-shadow:0 1px 2px #11182714}.modeSwitch button:disabled{opacity:.5}.modeSwitch i{position:absolute;top:5px;right:7px;width:6px;height:6px;border-radius:999px;background:#16a34a}.globalError{min-height:38px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:7px 18px;border-bottom:1px solid #fecaca;background:#fef2f2;color:#991b1b;font-size:13px}.globalError button{border:0;background:transparent;color:inherit;font-size:19px}.workspaceGrid{flex:1;min-height:0;display:grid;grid-template-columns:343px minmax(440px,1fr) 320px;overflow:hidden}.workspaceGrid.reportMode{grid-template-columns:384px minmax(520px,1fr)}.sourcesColumn,.rightColumn{min-height:0;overflow:auto;background:#fafafa}.sourcesColumn{border-right:1px solid #e5e7eb}.rightColumn{border-left:1px solid #e5e7eb}.mainColumn{min-width:0;min-height:0;overflow:hidden;background:#fff}.paneHeading{min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #e5e7eb}.paneHeading>div{display:flex;align-items:center;gap:8px}.paneHeading h2{margin:0;font-size:14px;font-weight:680}.paneHeading>div>span,.reportSummary h2+span{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:11px;font-weight:650}.sourcesPane{border-bottom:1px solid #e5e7eb}.sourceGroup{padding:15px 12px 4px}.sourceGroup:last-child{padding-bottom:16px}.sourceGroup h3{margin:0 4px 8px;color:#6b7280;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sourceRows{display:flex;flex-direction:column;gap:3px}.sourceUpload{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:7px;cursor:pointer}.sourceUploadIcon{color:#6b7280;font-size:17px;font-weight:400;line-height:1}.sourceUpload input{display:none}.sourceUpload.loading{opacity:.48;cursor:wait}.sourceRow{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;min-height:50px;padding:7px 8px;border-radius:8px}.sourceRow:hover{background:#f1f2f4}.documentIcon{width:32px;height:36px;display:grid;place-items:center;border:1px solid #d1d5db;border-radius:5px;background:#fff;color:#6b7280;font-size:8px;font-weight:750}.sourceName{min-width:0;display:flex;flex-direction:column;gap:4px}.sourceName strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:12px;font-weight:600;line-height:1.35}.sourceName small{color:#6b7280;font-size:10px}.sourceActions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.sourceSpinner{width:14px;height:14px;justify-self:center;border:2px solid #d1d5db;border-top-color:#4b5563;border-radius:999px;animation:spin .8s linear infinite}.sourceDelete{width:26px;height:26px;display:none;align-items:center;justify-content:center;padding:0;border:0;border-radius:6px;background:#fff;color:#6b7280;font-size:18px;line-height:1;box-shadow:0 1px 3px #1118271a}.sourceReplace{width:26px;height:26px;display:none;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#4b5563;box-shadow:0 1px 3px #1118271a;cursor:pointer;font-size:17px;line-height:1}.sourceReplace input{display:none}.sourceReplace:hover{border-color:#9ca3af;color:#111827}.sourceReplace.loading{opacity:.55;cursor:wait}.sourceRow:hover .sourceDelete,.sourceRow:hover .sourceReplace{display:grid;place-items:center}.sourceDelete:hover{color:#b91c1c}.sourceHint,.muted{margin:8px 5px;color:#6b7280;font-size:12px;line-height:1.45}.statusDot{width:7px;height:7px;display:inline-block;border-radius:999px;background:#9ca3af}.statusDot.completed{background:#16a34a}.statusDot.failed{background:#dc2626}.statusDot.queued,.statusDot.processing,.statusDot.running,.statusDot.uploaded{background:#2563eb;animation:statusPulse 1.4s ease-in-out infinite}@keyframes statusPulse{50%{opacity:.35}}.statusBadge{width:fit-content;display:inline-flex;align-items:center;gap:7px;min-height:27px;padding:0 9px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:11px;font-weight:600}.toolsPane{min-height:100%}.toolAction{display:grid;grid-template-columns:36px 1fr;gap:10px;padding:18px 16px;border-bottom:1px solid #e5e7eb}.toolIcon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#4b5563}.toolAction>div:nth-child(2) strong{font-size:13px}.toolAction>div:nth-child(2) p{margin:5px 0 0;color:#6b7280;font-size:12px;line-height:1.45}.toolAction>button,.toolAction>.toolStatus{grid-column:1 / -1}.toolStatus{display:flex;align-items:center;gap:7px;color:#6b7280;font-size:11px}.toolStatus.failed{color:#b91c1c}.reportReadyButton{display:flex;align-items:center;min-height:43px;padding:0 11px;border:1px solid #bbf7d0;border-radius:8px;background:#f0fdf4;color:#166534;text-align:left}.reportReadyButton strong{font-size:12px}.toolFootnote{margin:16px;color:#6b7280;font-size:11px;line-height:1.45}.toolAction .toolFootnote{grid-column:1 / -1;margin:0}.chatPanelSlot{height:100%;min-height:0}.chatPanelSlot.hidden{display:none}.chatPane{height:100%;min-height:0;display:flex;flex-direction:column;background:#fff}.rightColumn .chatPane{background:#fafafa}.chatHeading{flex:0 0 auto}.messageList{flex:1;min-height:0;overflow:auto;padding:0;scroll-behavior:smooth;scroll-snap-type:y mandatory}.chatPane.compact .messageList{padding:0}.chatTurn{height:100%;min-height:100%;overflow-y:auto;padding:28px max(16px,calc((100% - 900px)/2));scroll-snap-align:start;scroll-snap-stop:always}.chatPane.compact .chatTurn{padding:18px 14px}.chatEmpty{min-height:100%;display:grid;justify-items:center;align-content:center;padding:30px;text-align:center}.chatEmpty h1{margin:0;font-size:22px;letter-spacing:-.02em}.chatEmpty p{max-width:480px;margin:8px 0 22px;color:#6b7280;font-size:13px;line-height:1.5}.chatPane.compact .chatEmpty h1{font-size:17px}.chatPane.compact .chatEmpty p{font-size:12px}.promptExamples{width:min(460px,100%);display:flex;flex-direction:column;border-top:1px solid #e5e7eb}.promptExamples button{display:flex;justify-content:space-between;gap:16px;padding:11px 3px;border:0;border-bottom:1px solid #e5e7eb;background:transparent;color:#374151;text-align:left;font-size:13px}.promptExamples button:hover{color:#111827}.promptExamples span{color:#9ca3af}.message{max-width:900px;margin:0 auto 24px}.chatPane.compact .message{margin-bottom:18px}.messageAuthor{display:block;margin-bottom:7px;color:#6b7280;font-size:11px;font-weight:650}.message p{margin:0;color:#1f2937;font-size:14px;line-height:1.7;white-space:pre-wrap}.message.user{padding-left:18%}.message.user p{width:fit-content;margin-left:auto;padding:10px 13px;border-radius:12px 12px 3px;background:#f3f4f6}.message.user .messageAuthor{text-align:right}.chatPane.compact .message.user{padding-left:8%}.messageDocuments{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px;margin-bottom:6px}.messageDocuments span{max-width:100%;overflow:hidden;color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.citations{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.citations button{max-width:100%;padding:5px 8px;overflow:hidden;border:1px solid #dbe2ea;border-radius:6px;background:#f8fafc;color:#475569;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.typing{width:48px;display:flex;gap:4px;margin:0 auto 18px}.typing span{width:6px;height:6px;border-radius:99px;background:#6b7280;animation:typing 1s ease-in-out infinite}.typing span:nth-child(2){animation-delay:.12s}.typing span:nth-child(3){animation-delay:.24s}@keyframes typing{50%{opacity:.25;transform:translateY(-3px)}}.composerWrap{position:relative;flex:0 0 auto;padding:12px max(16px,calc((100% - 900px)/2)) 16px;background:linear-gradient(to bottom,#fff0,#fff 16px)}.rightColumn .composerWrap{padding:10px 12px 12px;background:#fafafa}.documentPicker{position:absolute;right:max(16px,calc((100% - 900px)/2));bottom:calc(100% - 8px);left:max(16px,calc((100% - 900px)/2));z-index:5;max-height:260px;overflow-y:auto;padding:6px;border:1px solid #d1d5db;border-radius:11px;background:#fff;box-shadow:0 12px 32px #0f172a26}.documentPicker button{width:100%;display:flex;flex-direction:column;gap:2px;padding:9px 10px;border:0;border-radius:7px;background:transparent;color:#111827;text-align:left}.documentPicker button:hover,.documentPicker button:focus{background:#f3f4f6;outline:0}.documentPicker button span{color:#64748b;font-size:9px}.documentPicker button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.documentPicker p{margin:10px;color:#64748b;font-size:11px}.selectedChatDocuments{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:7px}.selectedChatDocuments>span{max-width:100%;display:inline-flex;align-items:center;gap:5px;padding:5px 7px;overflow:hidden;border:1px solid #dbe2ea;border-radius:7px;background:#f8fafc;color:#475569;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.selectedChatDocuments button{padding:0;border:0;background:transparent;color:#94a3b8;font-size:14px;line-height:1}.composer{display:flex;align-items:flex-end;gap:8px;padding:9px 9px 9px 13px;border:1px solid #d1d5db;border-radius:12px;background:#fff;box-shadow:0 4px 18px #1118270f}.composer:focus-within{border-color:#9ca3af;box-shadow:0 0 0 3px #1118270d}.composer textarea{min-height:48px;max-height:150px;flex:1;resize:none;border:0;outline:0;color:#111827;font-size:13px;line-height:1.5}.composer button{width:32px;height:32px;flex:0 0 auto;border:0;border-radius:8px;background:#111827;color:#fff;font-size:17px}.composer button:disabled{background:#e5e7eb;color:#9ca3af}.composerWrap>small{display:block;margin-top:7px;color:#9ca3af;text-align:center;font-size:9px}.reportSidebar{min-height:0}.reportSummary{padding:16px;border-bottom:1px solid #e5e7eb}.reportSummary>div{display:flex;align-items:center;gap:8px}.reportSummary h2{margin:0;font-size:14px}.reportSummary p{margin:6px 0 0;color:#6b7280;font-size:11px}.categoryTabs{display:flex;gap:5px;overflow-x:auto;padding:10px 12px;border-bottom:1px solid #e5e7eb;scrollbar-width:none}.categoryTabs button{flex:0 0 auto;min-height:28px;padding:0 9px;border:1px solid transparent;border-radius:7px;background:transparent;color:#6b7280;font-size:11px}.categoryTabs button.active{border-color:#d1d5db;background:#fff;color:#111827}.categoryTabs b{margin-left:4px;font-size:10px}.findingRows{padding:8px}.findingRow{position:relative;width:100%;margin-bottom:4px;border:1px solid transparent;border-radius:8px;background:transparent;color:inherit;transition:background-color .12s ease,border-color .12s ease}.findingRow:hover,.findingRow:focus-within,.findingRow.active{border-color:#d1d5db;background:#fff}.findingRow.active{border-color:#93c5fd;background:#eff6ff}.findingRowContent{width:100%;display:block;padding:10px 34px 10px 10px;border:0;border-radius:inherit;background:transparent;color:inherit;text-align:left}.findingMeta{display:flex;align-items:center;gap:6px;min-width:0}.findingMeta strong{color:#6b7280;font-size:11px}.findingMessage{display:block;margin-top:7px;color:#374151;font-size:12px;line-height:1.42}.findingDeleteButton{position:absolute;top:6px;right:6px;width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:#9ca3af;font-size:19px;line-height:1;opacity:0;pointer-events:none;transition:opacity .12s ease,background-color .12s ease,color .12s ease}.findingRow:hover .findingDeleteButton,.findingRow:focus-within .findingDeleteButton,.findingDeleteButton:focus-visible{opacity:1;pointer-events:auto}.findingDeleteButton:hover{background:#f3f4f6;color:#6b7280}.findingDeleteButton:focus-visible{outline:2px solid #9ca3af;outline-offset:1px}.findingDeleteButton:disabled{cursor:wait;opacity:.45}.severity{width:fit-content;min-height:20px;display:inline-flex;align-items:center;padding:0 7px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:9px;font-weight:700;text-transform:uppercase}.severity.warning{background:#fffbeb;color:#b45309}.severity.error,.severity.critical{background:#fef2f2;color:#b91c1c}.documentViewport{position:relative;height:100%;overflow:auto;background:#fff;scroll-behavior:smooth}.documentSheet{width:100%;max-width:none;margin:0;padding:28px 18px 100px}.nodeBlock{display:grid;grid-template-columns:82px minmax(0,1fr);gap:18px;padding:13px 14px;border:1px solid transparent;border-radius:8px;transition:background-color .1s ease,border-color .1s ease}.nodeBlock:hover,.nodeBlock.selected{border-color:#e5e7eb;background:#fafafa}.nodeBlock.level-1,.nodeBlock.level-2{margin-top:10px;padding-top:22px}.nodeBlock.level-1 p,.nodeBlock.level-2>p{font-size:22px;font-weight:700;line-height:1.3}.nodeBlock.footnoteNode p{font-size:15px;font-weight:400;line-height:1.72}.nodeMeta{display:flex;align-items:center;gap:5px;align-self:start;padding-top:3px;color:#9ca3af;font-size:10px}.nodeMeta strong{color:#4b5563;font-size:11px}.nodeBlock>p{margin:0;font-size:15px;line-height:1.72;white-space:pre-wrap;overflow-wrap:anywhere}.nodeBlock mark{padding:1px 2px;border-radius:3px;background:#e5e7eb;color:inherit;cursor:pointer}.nodeBlock mark.warning{background:#fef3c7}.nodeBlock mark.error,.nodeBlock mark.critical{background:#fecaca}.nodeBlock mark.external_references{background:#e5e7eb}.nodeBlock mark.active{outline:2px solid #2563eb;outline-offset:2px;box-shadow:0 0 0 4px #2563eb1c}.pointFindingMarker{width:17px;height:17px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:1px solid #d1d5db;border-radius:50%;background:#fff;color:#6b7280;font-size:10px;font-weight:750;line-height:1}.pointFindingMarker.warning{border-color:#f59e0b;color:#b45309}.pointFindingMarker.error,.pointFindingMarker.critical{border-color:#ef4444;color:#b91c1c}.pointFindingMarker:hover,.pointFindingMarker.active{background:#f9fafb;box-shadow:0 0 0 2px #2563eb1f}.documentTableWrap{min-width:0;overflow-x:auto}.documentTableWrap>p{margin:0 0 10px;font-size:14px;font-weight:600;text-align:center}.documentTableWrap table{width:100%;min-width:600px;border-collapse:collapse;table-layout:fixed;font-size:13px;line-height:1.4}.documentTableWrap th,.documentTableWrap td{padding:9px 10px;border:1px solid #c9cdd3;vertical-align:top;overflow-wrap:anywhere}.documentTableWrap th{background:#f7f7f8;text-align:left}.findingPopover{position:fixed;z-index:30;width:330px;max-height:min(440px,calc(100vh - 110px));overflow:auto;padding:14px;border:1px solid #d1d5db;border-radius:10px;background:#fff;box-shadow:0 16px 46px #1118272b;animation:popoverIn .12s ease-out}@keyframes popoverIn{0%{opacity:0;transform:translate(-4px)}}.findingPopover>div:first-child{display:flex;align-items:center;justify-content:space-between}.findingPopover>div:first-child button{width:26px;height:26px;border:0;border-radius:6px;background:transparent;color:#6b7280;font-size:18px}.findingPopover blockquote{margin:12px 0 0;padding-left:10px;border-left:2px solid #d1d5db;color:#4b5563;font-size:12px;line-height:1.45}.findingPopover>small{display:block;margin-top:12px;color:#6b7280}.findingPopover>p{margin:12px 0 0;font-size:13px;line-height:1.5}.citationPopover{pointer-events:none;animation:citationPopoverIn .12s ease-out}.citationPopover.above{transform:translateY(-100%)}@keyframes citationPopoverIn{0%{opacity:0}}.citationPopover>div:first-child strong{overflow:hidden;color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.citationPopover blockquote{max-height:150px;overflow:auto;white-space:pre-wrap}.popoverSuggestion{display:flex!important;align-items:flex-start!important;flex-direction:column;gap:5px;margin-top:12px;padding-top:11px;border-top:1px solid #e5e7eb}.popoverSuggestion strong{color:#047857;font-size:11px}.popoverSuggestion span{color:#374151;font-size:12px;line-height:1.45;white-space:pre-wrap}.loadingScreen{height:100%;display:grid;place-content:center;justify-items:center;gap:12px;color:#6b7280;font-size:13px}.spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#111827;border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1120px){.workspaceGrid,.workspaceGrid.reportMode{grid-template-columns:324px minmax(420px,1fr)}.rightColumn{display:none}.findingPopover{width:300px}}@media(max-width:760px){.projectsHeader{padding:0 16px}.projectsContent{width:calc(100% - 28px);padding-top:30px}.projectsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:18px}.projectTile{min-height:170px;padding:14px;border-radius:11px}.projectTile .projectIdentity{margin-top:18px}.projectTileFooter{padding-top:16px}.workspaceHeader{padding:0 10px}.workspaceHeader .brand,.headerDivider{display:none}.projectTitle strong{max-width:180px}.modeSwitch button{min-width:64px}.workspaceGrid,.workspaceGrid.reportMode{display:block;overflow:auto}.sourcesColumn{max-height:42vh;border-right:0;border-bottom:1px solid #e5e7eb}.mainColumn{height:calc(100vh - 64px)}.workspaceGrid.reportMode .sourcesColumn{max-height:52vh;overflow:auto}.documentSheet{padding:18px 10px 70px}.nodeBlock{grid-template-columns:1fr;gap:7px;padding:12px 9px}.nodeMeta{flex-direction:row}.findingPopover{left:12px!important;right:12px;bottom:12px;top:auto!important;width:auto;max-height:45vh}.citationPopover.above{transform:none}.messageList{padding:0}.chatTurn{padding:20px 14px}.composerWrap{padding:10px 12px 12px}.modalBackdrop{padding:12px}.externalReferencesDialog{max-height:calc(100vh - 24px);padding:17px}.externalReferenceItem{grid-template-columns:minmax(0,1fr) 28px}.externalReferenceItem>.externalReferenceUpload,.externalReferenceItem>.externalReferenceReady{grid-column:1 / -1;grid-row:2;justify-self:start}.externalReferenceItem>.externalReferenceDelete{grid-column:2;grid-row:1}}
