.CreateSessionDialog-module__W4Z7gq__surface{border-radius:12px;flex-direction:column;max-width:600px;max-height:85vh;display:flex;overflow:hidden;padding:0!important}.CreateSessionDialog-module__W4Z7gq__dialogBody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;padding:0!important}.CreateSessionDialog-module__W4Z7gq__titleSection{box-sizing:border-box;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px 12px 0 0;align-items:center;gap:16px;width:100%;margin:0;padding:20px 24px;display:flex}.CreateSessionDialog-module__W4Z7gq__iconContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.CreateSessionDialog-module__W4Z7gq__titleIcon{color:#fff;font-size:24px}.CreateSessionDialog-module__W4Z7gq__title{color:#fff!important;margin:0!important;font-size:20px!important;font-weight:600!important}.CreateSessionDialog-module__W4Z7gq__content{flex-direction:column;gap:20px;display:flex;overflow:visible;padding:24px!important}.CreateSessionDialog-module__W4Z7gq__actions{background:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin:0;padding:20px 24px;display:flex}
.AIAssistant-module__s2CfLG__streamingCursor{color:#667eea;font-weight:700;animation:.8s step-end infinite AIAssistant-module__s2CfLG__blink}@keyframes AIAssistant-module__s2CfLG__blink{50%{opacity:0}}.AIAssistant-module__s2CfLG__drawerHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.AIAssistant-module__s2CfLG__headerTitle{align-items:center;gap:8px;display:flex}.AIAssistant-module__s2CfLG__headerTitle h3{margin:0;font-size:18px;font-weight:600}.AIAssistant-module__s2CfLG__copilotIcon{animation:3s ease-in-out infinite AIAssistant-module__s2CfLG__float}@keyframes AIAssistant-module__s2CfLG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.AIAssistant-module__s2CfLG__contextBadge{align-items:center;gap:8px;margin-top:8px;padding:0 4px;display:flex}.AIAssistant-module__s2CfLG__chatContainer{flex-direction:column;height:100%;display:flex}.AIAssistant-module__s2CfLG__suggestionsPanel{background:var(--colorNeutralBackground2);border-bottom:1px solid var(--colorNeutralStroke1);padding:16px}.AIAssistant-module__s2CfLG__suggestionsHeader{color:var(--colorNeutralForeground2);align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:600;display:flex}.AIAssistant-module__s2CfLG__categoryTabs{gap:6px;margin-bottom:12px;display:flex;overflow-x:auto}.AIAssistant-module__s2CfLG__categoryTab{border:1px solid var(--colorNeutralStroke1);background:var(--colorNeutralBackground1);color:var(--colorNeutralForeground2);cursor:pointer;white-space:nowrap;border-radius:16px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.AIAssistant-module__s2CfLG__categoryTab:hover{background:var(--colorNeutralBackground1Hover);border-color:var(--colorBrandStroke1)}.AIAssistant-module__s2CfLG__categoryTab.AIAssistant-module__s2CfLG__active{background:var(--colorBrandBackground);color:#fff;border-color:var(--colorBrandBackground)}.AIAssistant-module__s2CfLG__questionList{flex-direction:column;gap:6px;display:flex}.AIAssistant-module__s2CfLG__questionChip{background:var(--colorNeutralBackground1);border:1px solid var(--colorNeutralStroke1);text-align:left;cursor:pointer;color:var(--colorNeutralForeground1);border-radius:8px;padding:10px 14px;font-size:13px;transition:all .2s}.AIAssistant-module__s2CfLG__questionChip:hover:not(:disabled){background:var(--colorNeutralBackground1Hover);border-color:var(--colorBrandStroke1)}.AIAssistant-module__s2CfLG__questionChip:disabled{opacity:.5;cursor:not-allowed}.AIAssistant-module__s2CfLG__messages{background:#fafafa;flex-direction:column;flex:1;gap:18px;padding:20px 24px;display:flex;overflow-y:auto}.AIAssistant-module__s2CfLG__message{gap:10px;animation:.3s ease-out AIAssistant-module__s2CfLG__fadeIn;display:flex}@keyframes AIAssistant-module__s2CfLG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.AIAssistant-module__s2CfLG__messageIcon{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.AIAssistant-module__s2CfLG__assistantMessage .AIAssistant-module__s2CfLG__messageIcon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;box-shadow:0 2px 6px #667eea4d}.AIAssistant-module__s2CfLG__userMessage{flex-direction:row-reverse}.AIAssistant-module__s2CfLG__userMessage .AIAssistant-module__s2CfLG__messageContentWrapper{align-items:flex-end}.AIAssistant-module__s2CfLG__messageContentWrapper{flex-direction:column;flex:1;gap:10px;display:flex}.AIAssistant-module__s2CfLG__messageContent{word-wrap:break-word;overflow-wrap:break-word;text-align:justify;border-radius:12px;padding:14px 18px;font-size:14px;line-height:1.7;box-shadow:0 1px 4px #0000000f}.AIAssistant-module__s2CfLG__userMessage .AIAssistant-module__s2CfLG__messageContent{color:#1f2937;white-space:pre-wrap;max-width:90%;box-shadow:none;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px 16px 4px;align-self:flex-end}.AIAssistant-module__s2CfLG__assistantMessage .AIAssistant-module__s2CfLG__messageContent{color:var(--colorNeutralForeground1);background:#fff;border:1px solid #e5e7eb;border-radius:16px 16px 16px 4px}.AIAssistant-module__s2CfLG__sourcesSection{background:linear-gradient(#f9fafb 0%,#fff 100%);border:1px solid #e5e7eb;border-radius:10px;margin-top:12px;padding:14px 16px;font-size:13px}.AIAssistant-module__s2CfLG__sourcesHeader{color:#4b5563;align-items:center;gap:8px;margin-bottom:10px;font-weight:600;display:flex}.AIAssistant-module__s2CfLG__sourcesList{flex-direction:column;gap:6px;display:flex}.AIAssistant-module__s2CfLG__sourceChip{cursor:help;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;transition:all .2s;display:flex}.AIAssistant-module__s2CfLG__sourceChip:hover{background:#f9fafb;border-color:#667eea;transform:translate(4px)}.AIAssistant-module__s2CfLG__sourceChip span{white-space:nowrap;text-overflow:ellipsis;color:#374151;flex:1;font-size:12px;overflow:hidden}.AIAssistant-module__s2CfLG__followUpsSection{flex-direction:column;gap:6px;margin-top:8px;display:flex}.AIAssistant-module__s2CfLG__followUpsHeader{color:var(--colorNeutralForeground3);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.AIAssistant-module__s2CfLG__followUpChip{background:var(--colorNeutralBackground2);border:1px solid var(--colorNeutralStroke1);text-align:left;cursor:pointer;color:var(--colorNeutralForeground2);border-radius:6px;padding:8px 12px;font-size:12px;transition:all .2s}.AIAssistant-module__s2CfLG__followUpChip:hover:not(:disabled){background:var(--colorBrandBackground2);border-color:var(--colorBrandStroke1);color:var(--colorBrandForeground1)}.AIAssistant-module__s2CfLG__followUpChip:disabled{opacity:.5;cursor:not-allowed}.AIAssistant-module__s2CfLG__messageTime{color:var(--colorNeutralForeground3);padding:0 4px;font-size:11px}.AIAssistant-module__s2CfLG__typing{gap:4px;padding:8px;display:flex}.AIAssistant-module__s2CfLG__typing span{background:var(--colorNeutralForeground3);border-radius:50%;width:8px;height:8px;animation:1.4s infinite AIAssistant-module__s2CfLG__typing}.AIAssistant-module__s2CfLG__typing span:nth-child(2){animation-delay:.2s}.AIAssistant-module__s2CfLG__typing span:nth-child(3){animation-delay:.4s}@keyframes AIAssistant-module__s2CfLG__typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.AIAssistant-module__s2CfLG__inputArea{background:#fff;border-top:2px solid #e5e7eb;gap:12px;padding:20px 24px;display:flex;box-shadow:0 -4px 12px #0000000d}.AIAssistant-module__s2CfLG__input{flex:1;min-height:52px;font-size:15px}.AIAssistant-module__s2CfLG__suggestions{padding:0 16px 16px}.AIAssistant-module__s2CfLG__suggestions p{color:var(--colorNeutralForeground3);margin:0 0 8px;font-size:13px}.AIAssistant-module__s2CfLG__suggestionButtons{flex-wrap:wrap;gap:8px;display:flex}.AIAssistant-module__s2CfLG__fab{transform-origin:100%;z-index:9999;background:linear-gradien t(135deg, #8b5cf6 0%, #6366f1 100%);white-space:nowrap;color:#fff;border:none;border-radius:28px 0 0 28px;padding:16px 20px;font-weight:600;transition:all .3s;position:fixed;top:50%;right:20px;transform:translateY(-50%)rotate(-90deg);box-shadow:0 4px 16px #00000026}.AIAssistant-module__s2CfLG__fab:hover{right:20px;box-shadow:0 6px 24px #8b5cf680}@media (max-width:767px){.AIAssistant-module__s2CfLG__message{gap:8px}.AIAssistant-module__s2CfLG__messageContent{font-size:14px}.AIAssistant-module__s2CfLG__fab{transform-origin:50%;border-radius:28px;top:auto;bottom:16px;right:16px;transform:translateY(0)rotate(0)}.AIAssistant-module__s2CfLG__fab:hover{transform:translateY(-2px)rotate(0)}}
.MarkdownContent-module__5XB1qa__markdown{font-family:var(--fontFamilyBase);color:var(--colorNeutralForeground1);word-wrap:break-word;overflow-wrap:break-word;text-align:justify;font-size:14px;line-height:1.6}.MarkdownContent-module__5XB1qa__h1{color:var(--colorNeutralForeground1);text-align:left;border-bottom:1px solid #e5e7eb;margin:16px 0 8px;padding-bottom:6px;font-size:20px;font-weight:700;line-height:1.3}.MarkdownContent-module__5XB1qa__h2{color:var(--colorNeutralForeground1);text-align:left;margin:14px 0 6px;font-size:17px;font-weight:700;line-height:1.3}.MarkdownContent-module__5XB1qa__h3{color:var(--colorNeutralForeground1);text-align:left;margin:12px 0 4px;font-size:15px;font-weight:600;line-height:1.3}.MarkdownContent-module__5XB1qa__h4{color:var(--colorNeutralForeground2);text-align:left;margin:10px 0 4px;font-size:14px;font-weight:600;line-height:1.3}.MarkdownContent-module__5XB1qa__p{margin:6px 0;line-height:1.6}.MarkdownContent-module__5XB1qa__p:first-child{margin-top:0}.MarkdownContent-module__5XB1qa__p:last-child{margin-bottom:0}.MarkdownContent-module__5XB1qa__p:empty{margin:0;display:none}.MarkdownContent-module__5XB1qa__ul,.MarkdownContent-module__5XB1qa__ol{margin:6px 0 8px;padding-left:20px}.MarkdownContent-module__5XB1qa__ul{list-style-type:disc}.MarkdownContent-module__5XB1qa__ol{list-style-type:decimal}.MarkdownContent-module__5XB1qa__li{margin:3px 0;padding-left:4px;line-height:1.5}.MarkdownContent-module__5XB1qa__li::marker{color:#667eea;font-weight:600}.MarkdownContent-module__5XB1qa__ul .MarkdownContent-module__5XB1qa__ul,.MarkdownContent-module__5XB1qa__ul .MarkdownContent-module__5XB1qa__ol,.MarkdownContent-module__5XB1qa__ol .MarkdownContent-module__5XB1qa__ul,.MarkdownContent-module__5XB1qa__ol .MarkdownContent-module__5XB1qa__ol{margin:2px 0}.MarkdownContent-module__5XB1qa__inlineCode{background-color:var(--colorNeutralBackground3);color:var(--colorPaletteBlueForeground2);border-radius:4px;padding:2px 6px;font-family:Consolas,Monaco,Courier New,monospace;font-size:13px}.MarkdownContent-module__5XB1qa__pre{background-color:var(--colorNeutralBackground3);border:1px solid var(--colorNeutralStroke2);border-radius:6px;margin:12px 0;padding:12px;overflow-x:auto}.MarkdownContent-module__5XB1qa__codeBlock{color:var(--colorNeutralForeground1);font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;line-height:1.5}.MarkdownContent-module__5XB1qa__link{color:var(--colorBrandForeground1);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.MarkdownContent-module__5XB1qa__link:hover{border-bottom-color:var(--colorBrandForeground1)}.MarkdownContent-module__5XB1qa__blockquote{border-left:3px solid var(--colorBrandStroke1);color:var(--colorNeutralForeground2);margin:8px 0;padding-left:12px;font-style:italic}.MarkdownContent-module__5XB1qa__table{border-collapse:collapse;border-radius:6px;width:100%;margin:10px 0;font-size:13px;overflow:hidden}.MarkdownContent-module__5XB1qa__thead{background-color:#f3f4f6}.MarkdownContent-module__5XB1qa__th{text-align:left;text-transform:uppercase;letter-spacing:.3px;color:#4b5563;border:1px solid #e5e7eb;padding:8px 12px;font-size:12px;font-weight:600}.MarkdownContent-module__5XB1qa__td{border:1px solid #e5e7eb;padding:8px 12px}.MarkdownContent-module__5XB1qa__tr:nth-child(2n){background-color:#f9fafb}.MarkdownContent-module__5XB1qa__hr{border:none;border-top:1px solid var(--colorNeutralStroke2);margin:16px 0}.MarkdownContent-module__5XB1qa__strong{color:var(--colorNeutralForeground1);font-weight:600}.MarkdownContent-module__5XB1qa__em{font-style:italic}.MarkdownContent-module__5XB1qa__markdown>:first-child{margin-top:0}.MarkdownContent-module__5XB1qa__markdown>:last-child{margin-bottom:0}
.LoadingState-module__jGBFgq__cardGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.LoadingState-module__jGBFgq__card{background-color:var(--colorNeutralBackground1);border:1px solid var(--colorNeutralStroke2);border-radius:8px;padding:20px}.LoadingState-module__jGBFgq__avatar{border-radius:50%;margin-bottom:16px}.LoadingState-module__jGBFgq__title{margin-bottom:12px}.LoadingState-module__jGBFgq__list{flex-direction:column;gap:12px;display:flex}.LoadingState-module__jGBFgq__listItem{background-color:var(--colorNeutralBackground1);border:1px solid var(--colorNeutralStroke2);border-radius:6px;align-items:center;padding:12px;display:flex}.LoadingState-module__jGBFgq__listContent{flex:1;margin-left:12px}.LoadingState-module__jGBFgq__detail{padding:24px}.LoadingState-module__jGBFgq__detailTitle{margin-bottom:16px}.LoadingState-module__jGBFgq__detailContent{flex-direction:column;gap:8px;margin-top:24px;display:flex}.LoadingState-module__jGBFgq__table{flex-direction:column;gap:8px;display:flex}.LoadingState-module__jGBFgq__tableRow{background-color:var(--colorNeutralBackground1);border-radius:4px;align-items:center;gap:16px;padding:12px;display:flex}
.EmptyState-module__EYSJVa__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:64px 24px;display:flex}.EmptyState-module__EYSJVa__icon{color:var(--colorNeutralForeground3);opacity:.6;margin-bottom:16px;font-size:48px}.EmptyState-module__EYSJVa__title{color:var(--colorNeutralForeground1);margin:0 0 8px;font-size:20px;font-weight:600}.EmptyState-module__EYSJVa__description{max-width:400px;color:var(--colorNeutralForeground2);margin:0 0 24px;font-size:14px;line-height:1.6}
.ErrorBoundary-module__ntO_ZW__errorBoundary{text-align:center;background-color:var(--colorNeutralBackground3);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;margin:24px;padding:64px 24px;display:flex}.ErrorBoundary-module__ntO_ZW__icon{color:var(--colorPaletteRedForeground1);margin-bottom:16px;font-size:64px}.ErrorBoundary-module__ntO_ZW__title{color:var(--colorNeutralForeground1);margin:0 0 8px;font-size:24px;font-weight:600}.ErrorBoundary-module__ntO_ZW__description{max-width:500px;color:var(--colorNeutralForeground2);margin:0 0 24px;font-size:14px;line-height:1.6}.ErrorBoundary-module__ntO_ZW__details{text-align:left;width:100%;max-width:600px;margin-bottom:24px}.ErrorBoundary-module__ntO_ZW__details summary{cursor:pointer;color:var(--colorNeutralForeground2);margin-bottom:8px;font-weight:600}.ErrorBoundary-module__ntO_ZW__errorMessage{background-color:var(--colorNeutralBackground1);border:1px solid var(--colorNeutralStroke2);color:var(--colorPaletteRedForeground1);border-radius:4px;padding:16px;font-family:monospace;font-size:12px;overflow-x:auto}.ErrorBoundary-module__ntO_ZW__actions{gap:12px;display:flex}
.DocumentCategorizationModal-module__g8c2ZG__surface{border-radius:12px;width:1200px;max-width:1200px;flex-direction:column!important;max-height:85vh!important;padding:0!important;display:flex!important;overflow:hidden!important}.DocumentCategorizationModal-module__g8c2ZG__dialogBody{flex-direction:column!important;flex:auto!important;min-height:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.DocumentCategorizationModal-module__g8c2ZG__titleSection{box-sizing:border-box;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px 12px 0 0;flex-shrink:0;align-items:center;gap:12px;padding:20px 24px;display:flex;margin:0!important}.DocumentCategorizationModal-module__g8c2ZG__iconContainer{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.DocumentCategorizationModal-module__g8c2ZG__titleIcon{color:#fff;font-size:24px}.DocumentCategorizationModal-module__g8c2ZG__title{color:#fff;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:600}.DocumentCategorizationModal-module__g8c2ZG__content{padding:32px 48px;flex:auto!important;min-height:0!important;overflow:hidden auto!important}.DocumentCategorizationModal-module__g8c2ZG__fileInfo{background:linear-gradient(135deg,#f6f8fb 0%,#fff 100%);border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:16px;margin:0 8px 24px;padding:16px;display:flex;box-shadow:0 2px 4px #0000000a}.DocumentCategorizationModal-module__g8c2ZG__fileName{color:#1a202c;font-size:15px;font-weight:600}.DocumentCategorizationModal-module__g8c2ZG__twoColumnLayout{grid-template-columns:1fr 1fr;gap:32px;margin-top:8px;display:grid}.DocumentCategorizationModal-module__g8c2ZG__leftColumn,.DocumentCategorizationModal-module__g8c2ZG__rightColumn{flex-direction:column;gap:16px;padding:0 8px;display:flex}.DocumentCategorizationModal-module__g8c2ZG__sectionTitle{color:#1a202c;border-bottom:2px solid;border-image:linear-gradient(90deg,#667eea 0%,#764ba2 100%) 1;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:8px;font-size:17px;font-weight:700;display:flex}.DocumentCategorizationModal-module__g8c2ZG__suggestionCard{background:linear-gradient(135deg,#f0f4ff 0%,#fdfeff 100%);border:2px solid #667eea;border-radius:16px;margin:0 8px;padding:20px;box-shadow:0 4px 12px #667eea26}.DocumentCategorizationModal-module__g8c2ZG__readOnlyField{color:#2d3748;background:linear-gradient(135deg,#e8eeff 0%,#f5f7ff 100%);border:2px solid;border-image:linear-gradient(90deg,#667eea 0%,#764ba2 100%) 1;border-radius:8px;padding:12px 16px;font-size:15px}.DocumentCategorizationModal-module__g8c2ZG__suggestionHeader{border-bottom:2px solid;border-image:linear-gradient(90deg,#667eea 0%,#764ba2 100%) 1;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.DocumentCategorizationModal-module__g8c2ZG__suggestionTitle{color:#667eea;letter-spacing:-.01em;font-size:16px;font-weight:700}.DocumentCategorizationModal-module__g8c2ZG__detailRow{border-bottom:1px solid;border-image:linear-gradient(90deg,#667eea 0%,#764ba2 100%) 1;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.DocumentCategorizationModal-module__g8c2ZG__detailRow:last-of-type{border-bottom:none}.DocumentCategorizationModal-module__g8c2ZG__detailLabel{color:#718096;font-size:14px;font-weight:600}.DocumentCategorizationModal-module__g8c2ZG__detailValue{color:#1a202c;align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.DocumentCategorizationModal-module__g8c2ZG__reasoning{color:#4a5568;background:#667eea0f;border-left:4px solid #667eea;border-radius:8px;margin-top:20px;padding:16px 20px;font-size:13px;font-style:italic;line-height:1.7}.DocumentCategorizationModal-module__g8c2ZG__threadOptions{flex-direction:column;gap:8px;margin:0 8px;padding:4px;display:flex}.DocumentCategorizationModal-module__g8c2ZG__threadOption{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:12px 16px;transition:all .2s}.DocumentCategorizationModal-module__g8c2ZG__threadOption:hover{background:#f9fafb;border-color:#667eea;transform:translateY(-1px);box-shadow:0 2px 8px #667eea26}.DocumentCategorizationModal-module__g8c2ZG__threadOptionSelected{background:linear-gradient(135deg,#f0f4ff 0%,#fff 100%);border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.DocumentCategorizationModal-module__g8c2ZG__threadTitle{color:#1a202c;margin-bottom:4px;font-size:14px;font-weight:600}.DocumentCategorizationModal-module__g8c2ZG__threadMeta{color:#718096;font-size:12px}.DocumentCategorizationModal-module__g8c2ZG__emptyThreads{text-align:center;color:#718096;background:#f9fafb;border:1px dashed #cbd5e0;border-radius:8px;padding:32px 20px}.DocumentCategorizationModal-module__g8c2ZG__actions{background-color:#f9fafb;border-top:2px solid;border-image:linear-gradient(90deg,#667eea 0%,#764ba2 100%) 1;border-radius:0 0 12px 12px;flex-shrink:0;justify-content:flex-end;gap:12px;min-height:60px;margin:0;padding:16px 48px;display:flex}.DocumentCategorizationModal-module__g8c2ZG__analyzing{color:#718096;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}
.AIDocumentUpload-module__u3El3W__uploadContainer{width:100%;min-height:200px;position:relative}.AIDocumentUpload-module__u3El3W__permanentDropZone{text-align:center;background:linear-gradient(135deg,#f6f8fb 0%,#fff 100%);border:2px dashed #cbd5e0;border-radius:12px;margin-bottom:24px;padding:32px;transition:all .3s}.AIDocumentUpload-module__u3El3W__permanentDropZone:hover{background:linear-gradient(135deg,#f0f4ff 0%,#fff 100%);border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea1a}.AIDocumentUpload-module__u3El3W__dragOverlay{z-index:9999;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#667eeaf2;flex-direction:column;justify-content:center;align-items:center;animation:.2s ease-in-out AIDocumentUpload-module__u3El3W__fadeIn;display:flex;position:fixed;inset:0}.AIDocumentUpload-module__u3El3W__dragOverlay h3{margin:0 0 8px;font-size:28px;font-weight:600}.AIDocumentUpload-module__u3El3W__dragOverlay p{opacity:.9;margin:0;font-size:16px}.AIDocumentUpload-module__u3El3W__analysisOverlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eeaf2 0%,#764ba2f2 100%);justify-content:center;align-items:center;animation:.3s ease-in-out AIDocumentUpload-module__u3El3W__fadeIn;display:flex;position:fixed;inset:0}.AIDocumentUpload-module__u3El3W__analysisContent{text-align:center;flex-direction:column;align-items:center;padding:48px;display:flex}.AIDocumentUpload-module__u3El3W__analysisSteps{flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:400px;margin-top:32px;display:flex}.AIDocumentUpload-module__u3El3W__analysisStep{color:#fff;opacity:0;align-items:center;gap:16px;font-size:16px;animation:.5s ease-out forwards AIDocumentUpload-module__u3El3W__slideInLeft;display:flex}.AIDocumentUpload-module__u3El3W__analysisStep:first-child{animation-delay:.1s}.AIDocumentUpload-module__u3El3W__analysisStep:nth-child(2){animation-delay:.3s}.AIDocumentUpload-module__u3El3W__analysisStep:nth-child(3){animation-delay:.5s}.AIDocumentUpload-module__u3El3W__stepIcon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.AIDocumentUpload-module__u3El3W__emptyState{text-align:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;padding:64px 32px}.AIDocumentUpload-module__u3El3W__emptyState h3{color:#2d3748;margin:0 0 8px;font-size:20px;font-weight:600}.AIDocumentUpload-module__u3El3W__emptyState p{color:#718096;margin:4px 0;font-size:16px}.AIDocumentUpload-module__u3El3W__bulkPanel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:16px}.AIDocumentUpload-module__u3El3W__bulkHeader{color:#2d3748;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;display:flex}.AIDocumentUpload-module__u3El3W__bulkList{flex-direction:column;gap:4px;max-height:240px;display:flex;overflow-y:auto}.AIDocumentUpload-module__u3El3W__bulkItem{background:#fff;border-radius:6px;flex-direction:column;align-items:stretch;gap:6px;padding:8px 10px;font-size:13px;display:flex}.AIDocumentUpload-module__u3El3W__bulkFileName{text-overflow:ellipsis;white-space:nowrap;color:#4a5568;flex:1;margin-right:12px;overflow:hidden}.AIDocumentUpload-module__u3El3W__bulkPackageCategories{color:#4a5568;text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9;border-radius:4px;padding:4px 8px;font-size:12px;line-height:1.4;overflow:hidden}.AIDocumentUpload-module__u3El3W__bulkPackageCategoriesLabel{color:#2d3748;font-weight:600}@keyframes AIDocumentUpload-module__u3El3W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AIDocumentUpload-module__u3El3W__slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}
.SessionProposalsPanel-module__tJLWeW__container{flex-direction:column;height:100%;padding:16px;display:flex}.SessionProposalsPanel-module__tJLWeW__loading{justify-content:center;align-items:center;height:200px;display:flex}.SessionProposalsPanel-module__tJLWeW__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.SessionProposalsPanel-module__tJLWeW__header h3{margin:0;font-size:18px;font-weight:600}.SessionProposalsPanel-module__tJLWeW__actions{gap:8px;display:flex}.SessionProposalsPanel-module__tJLWeW__uploadZone{margin-bottom:24px}.SessionProposalsPanel-module__tJLWeW__columns{flex:1;grid-template-columns:1fr 1fr;gap:24px;display:grid;overflow:hidden}.SessionProposalsPanel-module__tJLWeW__column{border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.SessionProposalsPanel-module__tJLWeW__columnHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px}.SessionProposalsPanel-module__tJLWeW__proposalList{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.SessionProposalsPanel-module__tJLWeW__emptyState{text-align:center;color:#999;padding:32px;font-style:italic}.SessionProposalsPanel-module__tJLWeW__proposalCard{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .3s;position:relative;overflow:hidden}.SessionProposalsPanel-module__tJLWeW__proposalCard:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 50%,#f093fb 100%);height:3px;position:absolute;top:0;left:0;right:0}.SessionProposalsPanel-module__tJLWeW__proposalCard:hover{border-color:#667eea33;transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.SessionProposalsPanel-module__tJLWeW__proposalHeader{justify-content:space-between;align-items:start;margin-bottom:12px;display:flex}.SessionProposalsPanel-module__tJLWeW__proposalHeader h4{flex:1;margin:0;font-size:16px;font-weight:600}.SessionProposalsPanel-module__tJLWeW__proposalActions{gap:4px;display:flex}.SessionProposalsPanel-module__tJLWeW__proposalMeta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.SessionProposalsPanel-module__tJLWeW__documentInfo{flex:1;min-width:0}.SessionProposalsPanel-module__tJLWeW__proposalNotes{color:#374151;background:#f9fafb;border-left:3px solid #0078d4;border-radius:4px;margin-top:12px;padding:12px;font-size:14px}
.ProposalSessionBadge-module__1anzQG__popover{max-width:400px;padding:0;overflow:hidden}.ProposalSessionBadge-module__1anzQG__header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:16px}.ProposalSessionBadge-module__1anzQG__header h4{color:#111827;margin:0 0 8px;font-size:16px;font-weight:600}.ProposalSessionBadge-module__1anzQG__proposalTitle{color:#6b7280;font-size:13px}.ProposalSessionBadge-module__1anzQG__timeline{max-height:400px;padding:16px;overflow-y:auto}.ProposalSessionBadge-module__1anzQG__timelineItem{gap:12px;padding-bottom:20px;display:flex;position:relative}.ProposalSessionBadge-module__1anzQG__timelineItem:last-child{padding-bottom:0}.ProposalSessionBadge-module__1anzQG__timelineItem:not(:last-child):before{content:"";background:#e5e7eb;width:2px;position:absolute;top:20px;bottom:0;left:7px}.ProposalSessionBadge-module__1anzQG__timelineDot{z-index:1;background:#fff;border:2px solid #0078d4;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:2px}.ProposalSessionBadge-module__1anzQG__dotInner{background:#0078d4;border-radius:50%;width:8px;height:8px;margin:2px}.ProposalSessionBadge-module__1anzQG__timelineContent{flex:1}.ProposalSessionBadge-module__1anzQG__timelineHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ProposalSessionBadge-module__1anzQG__sessionLabel{color:#111827;font-size:14px;font-weight:600}.ProposalSessionBadge-module__1anzQG__timelineMeta{color:#6b7280;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.ProposalSessionBadge-module__1anzQG__timelineNotes{color:#374151;background:#f9fafb;border-left:3px solid #0078d4;border-radius:6px;margin-top:8px;padding:8px 12px;font-size:13px}
.SessionsOverviewCard-module__OpEpBW__sectionDivider{text-transform:uppercase;letter-spacing:.08em;color:#718096;align-items:center;gap:12px;margin:20px 0 12px;font-size:11px;font-weight:700;display:flex}.SessionsOverviewCard-module__OpEpBW__sectionDivider:after{content:"";background:#e2e8f0;flex:1;height:1px}.SessionsOverviewCard-module__OpEpBW__sessionRow{border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden}.SessionsOverviewCard-module__OpEpBW__sessionRow:hover{border-color:#d1d5db}.SessionsOverviewCard-module__OpEpBW__sessionRow.SessionsOverviewCard-module__OpEpBW__expanded{border-color:#667eea40;box-shadow:0 2px 8px #667eea14}.SessionsOverviewCard-module__OpEpBW__sessionRowHeader{cursor:pointer;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .2s;display:flex}.SessionsOverviewCard-module__OpEpBW__sessionRowHeader:hover{background:#f8fafc}.SessionsOverviewCard-module__OpEpBW__sessionRowHeader.SessionsOverviewCard-module__OpEpBW__upcoming{background:#f9fafb}.SessionsOverviewCard-module__OpEpBW__sessionRowHeader.SessionsOverviewCard-module__OpEpBW__today{background:#fef3c7}.SessionsOverviewCard-module__OpEpBW__sessionRowHeader.SessionsOverviewCard-module__OpEpBW__today:hover{background:#fde68a}.SessionsOverviewCard-module__OpEpBW__sessionRowHeader.SessionsOverviewCard-module__OpEpBW__past{background:#f9fafb}.SessionsOverviewCard-module__OpEpBW__sessionRowHeader.SessionsOverviewCard-module__OpEpBW__past:hover{background:#f3f4f6}.SessionsOverviewCard-module__OpEpBW__dateBox{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;min-width:54px;padding:6px 10px;display:flex}.SessionsOverviewCard-module__OpEpBW__dateBoxMonth{color:#667eea;text-transform:uppercase;font-size:10px;font-weight:600}.SessionsOverviewCard-module__OpEpBW__dateBoxDay{color:#1a202c;font-size:18px;font-weight:700;line-height:1.1}.SessionsOverviewCard-module__OpEpBW__dateBoxWeekday{color:#718096;font-size:10px}.SessionsOverviewCard-module__OpEpBW__past .SessionsOverviewCard-module__OpEpBW__dateBoxMonth{color:#a0aec0}.SessionsOverviewCard-module__OpEpBW__past .SessionsOverviewCard-module__OpEpBW__dateBoxDay{color:#718096}.SessionsOverviewCard-module__OpEpBW__sessionInfo{flex:1;margin-left:12px}.SessionsOverviewCard-module__OpEpBW__sessionTitle{color:#1a202c;align-items:center;gap:6px;margin-bottom:2px;font-size:14px;font-weight:600;display:flex}.SessionsOverviewCard-module__OpEpBW__sessionMeta{color:#718096;align-items:center;gap:12px;font-size:12px;display:flex}.SessionsOverviewCard-module__OpEpBW__metaItem{align-items:center;gap:4px;display:flex}.SessionsOverviewCard-module__OpEpBW__sessionBadges{align-items:center;gap:8px;display:flex}.SessionsOverviewCard-module__OpEpBW__relativeDate{border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600}.SessionsOverviewCard-module__OpEpBW__relativeDateUpcoming{color:#667eea;background:#eef2ff}.SessionsOverviewCard-module__OpEpBW__relativeDateToday{color:#f59e0b;background:#fffbeb}.SessionsOverviewCard-module__OpEpBW__relativeDatePast{color:#a0aec0;background:#f7fafc}.SessionsOverviewCard-module__OpEpBW__expandIcon{color:#a0aec0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;transition:all .2s;display:flex}.SessionsOverviewCard-module__OpEpBW__expandIcon.SessionsOverviewCard-module__OpEpBW__expanded{color:#667eea;transform:rotate(180deg)}.SessionsOverviewCard-module__OpEpBW__proposalsPanel{background:#fafbfc;border-top:1px solid #e5e7eb;padding:16px;animation:.2s SessionsOverviewCard-module__OpEpBW__slideDown}@keyframes SessionsOverviewCard-module__OpEpBW__slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:800px}}.SessionsOverviewCard-module__OpEpBW__proposalsLoading{color:#718096;justify-content:center;align-items:center;padding:24px;font-size:13px;display:flex}.SessionsOverviewCard-module__OpEpBW__proposalsEmpty{text-align:center;color:#a0aec0;padding:16px;font-size:13px;font-style:italic}.SessionsOverviewCard-module__OpEpBW__proposalsColumns{grid-template-columns:1fr 1fr;gap:16px;display:grid}.SessionsOverviewCard-module__OpEpBW__proposalSideColumn{flex-direction:column;gap:6px;display:flex}.SessionsOverviewCard-module__OpEpBW__proposalSideHeader{text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;margin-bottom:2px;padding:4px 0;font-size:11px;font-weight:700;display:flex}.SessionsOverviewCard-module__OpEpBW__proposalSideHeader.SessionsOverviewCard-module__OpEpBW__union{color:#2563eb;border-bottom:2px solid #2563eb20}.SessionsOverviewCard-module__OpEpBW__proposalSideHeader.SessionsOverviewCard-module__OpEpBW__microsoft{color:#059669;border-bottom:2px solid #05966920}.SessionsOverviewCard-module__OpEpBW__proposalItem{background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}.SessionsOverviewCard-module__OpEpBW__proposalItem:hover{background:#f8fafc;border-color:#d1d5db}.SessionsOverviewCard-module__OpEpBW__proposalName{color:#374151;text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.SessionsOverviewCard-module__OpEpBW__proposalDate{color:#a0aec0;white-space:nowrap;font-size:11px}.SessionsOverviewCard-module__OpEpBW__viewSessionLink{color:#667eea;cursor:pointer;background:#eef2ff;border:1px solid #667eea20;border-radius:6px;align-items:center;gap:6px;width:fit-content;margin-top:12px;padding:8px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.SessionsOverviewCard-module__OpEpBW__viewSessionLink:hover{color:#4f46e5;background:#e0e7ff}.SessionsOverviewCard-module__OpEpBW__showMore{color:#667eea;cursor:pointer;background:#f8fafc;border:1px dashed #d1d5db;border-radius:6px;justify-content:center;align-items:center;gap:6px;margin-top:12px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.SessionsOverviewCard-module__OpEpBW__showMore:hover{background:#eef2ff;border-color:#667eea}.SessionsOverviewCard-module__OpEpBW__emptyState{text-align:center;color:#718096;background:#f7fafc;border-radius:8px;padding:32px 16px}.SessionsOverviewCard-module__OpEpBW__emptyState p:first-of-type{color:#4a5568;margin:0 0 4px;font-weight:600}.SessionsOverviewCard-module__OpEpBW__emptyState p:last-of-type{margin:0 0 16px;font-size:14px}
.RichTextEditor-module__wxnUlq__editorWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:1;display:flex;overflow:hidden}.RichTextEditor-module__wxnUlq__toolbar{background:#f7fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;display:flex}.RichTextEditor-module__wxnUlq__toolbarGroup{gap:2px;display:flex}.RichTextEditor-module__wxnUlq__toolbarDivider{background:#cbd5e0;width:1px;height:24px;margin:0 4px}.RichTextEditor-module__wxnUlq__toolbar button.RichTextEditor-module__wxnUlq__active{color:#fff!important;background:#667eea!important}.RichTextEditor-module__wxnUlq__editor{flex:1;min-height:600px;max-height:800px;overflow-y:auto}.RichTextEditor-module__wxnUlq__editorContent{color:#2d3748;outline:none;min-height:600px;padding:20px;font-family:Segoe UI,system-ui,sans-serif;font-size:15px;line-height:1.7}.RichTextEditor-module__wxnUlq__editorContent p.RichTextEditor-module__wxnUlq__is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#a0aec0;pointer-events:none;height:0}.RichTextEditor-module__wxnUlq__editorContent h1{color:#1a202c;margin:24px 0 16px;font-size:28px;font-weight:700;line-height:1.2}.RichTextEditor-module__wxnUlq__editorContent h2{color:#2d3748;margin:20px 0 12px;font-size:22px;font-weight:700;line-height:1.3}.RichTextEditor-module__wxnUlq__editorContent h3{color:#2d3748;margin:16px 0 10px;font-size:18px;font-weight:600;line-height:1.4}.RichTextEditor-module__wxnUlq__editorContent p{margin:12px 0;line-height:1.7}.RichTextEditor-module__wxnUlq__editorContent strong{color:#1a202c;font-weight:700}.RichTextEditor-module__wxnUlq__editorContent em{font-style:italic}.RichTextEditor-module__wxnUlq__editorContent ul,.RichTextEditor-module__wxnUlq__editorContent ol{margin:12px 0;padding-left:28px}.RichTextEditor-module__wxnUlq__editorContent ul{list-style-type:disc}.RichTextEditor-module__wxnUlq__editorContent ol{list-style-type:decimal}.RichTextEditor-module__wxnUlq__editorContent li{margin:6px 0;line-height:1.6}.RichTextEditor-module__wxnUlq__editorContent li p{margin:0}.RichTextEditor-module__wxnUlq__editorContent blockquote{color:#4a5568;background:#f7fafc;border-left:4px solid #667eea;border-radius:4px;margin:16px 0;padding:12px 16px;font-style:italic}.RichTextEditor-module__wxnUlq__editorContent pre{color:#f7fafc;background:#2d3748;border-radius:8px;margin:16px 0;padding:16px;font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.5;overflow-x:auto}.RichTextEditor-module__wxnUlq__editorContent code{color:#667eea;background:#e2e8f0;border-radius:4px;padding:2px 6px;font-family:Courier New,Courier,monospace;font-size:13px}.RichTextEditor-module__wxnUlq__editorContent pre code{color:inherit;background:0 0;padding:0;font-size:14px}.RichTextEditor-module__wxnUlq__editorContent hr{border:none;border-top:2px solid #e2e8f0;margin:24px 0}.RichTextEditor-module__wxnUlq__editorContent img,.RichTextEditor-module__wxnUlq__editorImage{cursor:pointer;border-radius:8px;max-width:100%;height:auto;margin:16px 0;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a}.RichTextEditor-module__wxnUlq__editorContent img:hover,.RichTextEditor-module__wxnUlq__editorImage:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.RichTextEditor-module__wxnUlq__editor:focus-within{outline:none}.RichTextEditor-module__wxnUlq__editorWrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.RichTextEditor-module__wxnUlq__editor::-webkit-scrollbar{width:8px}.RichTextEditor-module__wxnUlq__editor::-webkit-scrollbar-track{background:#f1f1f1}.RichTextEditor-module__wxnUlq__editor::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.RichTextEditor-module__wxnUlq__editor::-webkit-scrollbar-thumb:hover{background:#a0aec0}
.FeedbackWidget-module__jTmFZW__fab{cursor:pointer;z-index:1000;background:linear-gradient(135deg,#667eea 0%,#5a67d8 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #667eea66}.FeedbackWidget-module__jTmFZW__fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #667eea80}.FeedbackWidget-module__jTmFZW__fab:active{transform:scale(.96)}.FeedbackWidget-module__jTmFZW__fabIcon{color:#fff;font-size:22px}.FeedbackWidget-module__jTmFZW__surface{border-radius:12px;flex-direction:column;width:94vw;max-width:1000px;height:75vh;display:flex;overflow:hidden;padding:0!important}.FeedbackWidget-module__jTmFZW__titleSection{box-sizing:border-box;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px 12px 0 0;align-items:center;gap:14px;width:100%;margin:0;padding:18px 24px;display:flex}.FeedbackWidget-module__jTmFZW__iconContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.FeedbackWidget-module__jTmFZW__titleIcon{color:#fff;font-size:22px}.FeedbackWidget-module__jTmFZW__dialogTitle{color:#fff!important;margin:0!important;font-size:18px!important;font-weight:600!important}.FeedbackWidget-module__jTmFZW__dialogBody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;padding:0!important}.FeedbackWidget-module__jTmFZW__content{flex-direction:column;flex:1;gap:20px;min-height:0;display:flex;overflow-y:auto;padding:24px!important}.FeedbackWidget-module__jTmFZW__fieldGroup{flex-direction:column;gap:8px;display:flex}.FeedbackWidget-module__jTmFZW__fieldGrow{flex:1;min-height:0}.FeedbackWidget-module__jTmFZW__label{color:#374151;font-size:13px;font-weight:600}.FeedbackWidget-module__jTmFZW__hint{color:#94a3b8;font-size:12px;font-weight:400}.FeedbackWidget-module__jTmFZW__typePills{gap:10px;display:flex}.FeedbackWidget-module__jTmFZW__typePill{cursor:pointer;color:#64748b;background:#fff;border:1.5px solid #e2e8f0;border-radius:22px;align-items:center;gap:7px;padding:9px 18px;font-size:13px;transition:all .15s;display:flex}.FeedbackWidget-module__jTmFZW__typePill:hover{background:#f8faff;border-color:#667eea60}.FeedbackWidget-module__jTmFZW__typePillActive{color:#4338ca;background:#eff3ff;border-color:#667eea;font-weight:500}.FeedbackWidget-module__jTmFZW__typePillIcon{align-items:center;font-size:16px;display:flex}.FeedbackWidget-module__jTmFZW__typePillLabel{font-size:13px}.FeedbackWidget-module__jTmFZW__titleInput{color:#1e293b;box-sizing:border-box;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-size:15px;font-weight:500;transition:border-color .15s}.FeedbackWidget-module__jTmFZW__titleInput::placeholder{color:#94a3b8;font-weight:400}.FeedbackWidget-module__jTmFZW__titleInput:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.FeedbackWidget-module__jTmFZW__editorWrapper{border:1.5px solid #e2e8f0;border-radius:8px;flex:1;min-height:250px;overflow-y:auto}.FeedbackWidget-module__jTmFZW__actions{white-space:nowrap;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;padding:14px 24px!important}
.page-module__BWhIda__container{flex-direction:column;height:100%;min-height:100%;padding:0;display:flex}.page-module__BWhIda__breadcrumb{background:linear-gradient(135deg,#fff 0%,#f8f9fb 100%);border-bottom:1px solid #667eea1f;align-items:center;gap:4px;padding:14px 40px;font-size:13px;display:flex;box-shadow:0 2px 8px #00000008}.page-module__BWhIda__breadcrumbLink{color:#667eea;letter-spacing:.01em;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:5px 9px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.page-module__BWhIda__breadcrumbLink:hover{color:#764ba2;background:linear-gradient(135deg,#667eea1f 0%,#764ba21f 100%);transform:translate(2px)translateY(-1px);box-shadow:0 4px 10px #667eea2e}.page-module__BWhIda__breadcrumbSep{color:#a0aec0;opacity:1;flex-shrink:0;margin:0 2px;font-size:18px;font-weight:500}.page-module__BWhIda__breadcrumbCurrent{color:#2d3748;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border:1px solid #667eea33;border-radius:8px;padding:5px 9px;font-size:13px;font-weight:700;box-shadow:0 2px 6px #0000000a}.page-module__BWhIda__tableLink{color:#667eea;font-weight:500;text-decoration:none}.page-module__BWhIda__tableLink:hover{text-decoration:underline}.page-module__BWhIda__header{background:#fff;border-bottom:1px solid #667eea1a;justify-content:space-between;align-items:flex-start;padding:16px 32px;display:flex;position:relative}.page-module__BWhIda__header:after{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 50%,#f093fb 100%);height:3px;position:absolute;bottom:0;left:0;right:0}.page-module__BWhIda__headerLeft{align-items:flex-start;gap:16px;display:flex}.page-module__BWhIda__title{color:#1a202c;letter-spacing:-.3px;margin:0 0 4px;font-size:18px;font-weight:700}.page-module__BWhIda__metadata{color:#718096;flex-wrap:wrap;gap:10px;font-size:13px;line-height:1.3;display:flex}.page-module__BWhIda__metadata>span,.page-module__BWhIda__metadata>a{align-items:center;gap:6px;display:flex}.page-module__BWhIda__headerActions{align-items:center;gap:10px;display:flex}.page-module__BWhIda__downloadBtn{color:#fff!important;background:linear-gradient(135deg,#4fd1c5 0%,#38b2ac 100%)!important;border:none!important;border-radius:8px!important;padding:8px 20px!important;font-weight:600!important;transition:all .3s!important}.page-module__BWhIda__downloadBtn:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #4fd1c566!important}.page-module__BWhIda__downloadBtn:disabled{opacity:.6!important;box-shadow:none!important;transform:none!important}.page-module__BWhIda__saveBtn{color:#667eea!important;background:#fff!important;border:1.5px solid #667eea66!important;border-radius:8px!important;padding:8px 20px!important;font-weight:600!important;transition:all .3s!important}.page-module__BWhIda__saveBtn:hover{background:#667eea0f!important;border-color:#667eea!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #667eea33!important}.page-module__BWhIda__saveBtn:disabled{opacity:.6!important;box-shadow:none!important;transform:none!important}.page-module__BWhIda__historyBtn{color:#667eea!important;background:0 0!important;border:none!important;border-radius:8px!important;padding:6px 12px!important;font-weight:600!important;transition:all .3s!important}.page-module__BWhIda__historyBtn:hover{background:#667eea14!important;transform:translateY(-1px)!important}.page-module__BWhIda__content{flex:1;gap:20px;padding:16px 32px;display:flex;overflow:hidden}.page-module__BWhIda__mainPanel{flex-direction:column;flex:1;min-width:0;display:flex}.page-module__BWhIda__editorCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;min-height:0;padding:0;transition:all .3s;display:flex;overflow:hidden}.page-module__BWhIda__editorCard:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26}.page-module__BWhIda__editorCard>div:last-child{flex-direction:column;flex:1;display:flex}.page-module__BWhIda__editorHeader{background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.page-module__BWhIda__editorHeader h3{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:16px;font-weight:700}.page-module__BWhIda__sidebar{flex-direction:column;flex-shrink:0;gap:16px;width:280px;display:flex;overflow-y:auto}.page-module__BWhIda__sidebarCard{background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s}.page-module__BWhIda__sidebarCard:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26}.page-module__BWhIda__sidebarSection h3{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;font-weight:700;display:flex}.page-module__BWhIda__emptyText{color:#94a3b8;margin:0;font-size:13px}.page-module__BWhIda__riskList{flex-direction:column;gap:10px;display:flex}.page-module__BWhIda__riskItem{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:6px;padding:12px;display:flex}.page-module__BWhIda__riskItem p{color:#334155;margin:0;font-size:13px;line-height:1.5}.page-module__BWhIda__mitigation{color:#64748b!important;font-size:12px!important}.page-module__BWhIda__approvalProgress{margin-bottom:16px}.page-module__BWhIda__approvalBar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}.page-module__BWhIda__approvalBarFill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:4px;height:100%;transition:width .3s}.page-module__BWhIda__approvalText{color:#64748b;margin:0;font-size:13px;font-weight:500}.page-module__BWhIda__sessionInfo{background:#fff;border:1px solid #667eea33;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:10px 12px;display:flex}.page-module__BWhIda__sessionLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.page-module__BWhIda__sessionLink{color:#667eea;font-size:13px;font-weight:500;text-decoration:none}.page-module__BWhIda__sessionLink:hover{text-decoration:underline}.page-module__BWhIda__metaItem{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 12px;display:flex}.page-module__BWhIda__metaLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.page-module__BWhIda__metaValue{color:#1a202c;font-size:14px;font-weight:600}@media (max-width:1023px){.page-module__BWhIda__content{flex-direction:column}.page-module__BWhIda__sidebar{width:100%}}@media (max-width:767px){.page-module__BWhIda__breadcrumb{padding:10px 20px}.page-module__BWhIda__header{flex-direction:column;gap:12px;padding:12px 20px}.page-module__BWhIda__headerLeft{flex-direction:column;gap:8px}.page-module__BWhIda__headerActions{justify-content:flex-end;width:100%}.page-module__BWhIda__content{padding:12px 20px}}
.page-module__QD9C_q__container{flex-direction:column;height:100%;min-height:100%;padding:0;display:flex}.page-module__QD9C_q__header{background:#fff;border-bottom:1px solid #667eea1a;justify-content:space-between;align-items:center;padding:28px 40px;display:flex;position:relative}.page-module__QD9C_q__header:after{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:3px;position:absolute;bottom:0;left:0;right:0}.page-module__QD9C_q__title{color:#1a202c;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:700}.page-module__QD9C_q__toolbar{align-items:center;gap:16px;display:flex}.page-module__QD9C_q__searchInput{flex:1;max-width:400px}.page-module__QD9C_q__toolbarActions{align-items:center;gap:12px;display:flex}.page-module__QD9C_q__viewToggle{gap:4px;display:flex}.page-module__QD9C_q__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.page-module__QD9C_q__list{flex-direction:column;gap:12px;display:flex}.page-module__QD9C_q__docCard{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;gap:20px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.page-module__QD9C_q__docCard:before{content:"";background:linear-gradient(#667eea 0%,#764ba2 100%);width:4px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.page-module__QD9C_q__docCard:hover:before{transform:scaleY(1)}.page-module__QD9C_q__docCard:hover{border-color:#667eea;transform:translateY(-6px);box-shadow:0 12px 32px #667eea40}.page-module__QD9C_q__docIcon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:52px}.page-module__QD9C_q__docInfo{flex:1;min-width:0}.page-module__QD9C_q__docName{white-space:nowrap;text-overflow:ellipsis;color:#2d3748;margin:0 0 10px;font-size:18px;font-weight:700;overflow:hidden}.page-module__QD9C_q__docMeta{color:#718096;gap:12px;margin-bottom:10px;font-size:14px;font-weight:500;display:flex}.page-module__QD9C_q__docTable{color:#4a5568;font-size:14px;font-weight:600}@media (max-width:767px){.page-module__QD9C_q__container{padding:16px}.page-module__QD9C_q__header{flex-direction:column;align-items:flex-start;gap:12px}.page-module__QD9C_q__toolbar{flex-direction:column;width:100%}.page-module__QD9C_q__searchInput{max-width:100%}.page-module__QD9C_q__toolbarActions{justify-content:space-between;width:100%}.page-module__QD9C_q__grid{grid-template-columns:1fr}}
.page-module__DzFLyG__container{flex-direction:column;height:100%;min-height:100%;padding:0;display:flex}.page-module__DzFLyG__breadcrumb{background:linear-gradient(135deg,#fff 0%,#f8f9fb 100%);border-bottom:1px solid #667eea1f;align-items:center;gap:4px;padding:14px 40px;font-size:13px;display:flex;box-shadow:0 2px 8px #00000008}.page-module__DzFLyG__breadcrumbLink{color:#667eea;letter-spacing:.01em;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:5px 9px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.page-module__DzFLyG__breadcrumbLink:hover{color:#764ba2;background:linear-gradient(135deg,#667eea1f 0%,#764ba21f 100%);transform:translate(2px)translateY(-1px);box-shadow:0 4px 10px #667eea2e}.page-module__DzFLyG__breadcrumbSep{color:#a0aec0;opacity:1;flex-shrink:0;margin:0 2px;font-size:18px;font-weight:500}.page-module__DzFLyG__breadcrumbCurrent{color:#2d3748;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border:1px solid #667eea33;border-radius:8px;padding:5px 9px;font-size:13px;font-weight:700;box-shadow:0 2px 6px #0000000a}.page-module__DzFLyG__tableLink{color:#667eea;font-weight:500;text-decoration:none}.page-module__DzFLyG__tableLink:hover{text-decoration:underline}.page-module__DzFLyG__header{background:#fff;border-bottom:1px solid #667eea1a;justify-content:space-between;align-items:flex-start;padding:16px 32px;display:flex;position:relative}.page-module__DzFLyG__header:after{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 50%,#f093fb 100%);height:3px;position:absolute;bottom:0;left:0;right:0}.page-module__DzFLyG__headerLeft{align-items:flex-start;gap:16px;display:flex}.page-module__DzFLyG__title{color:#1a202c;letter-spacing:-.3px;margin:0 0 4px;font-size:18px;font-weight:700}.page-module__DzFLyG__metadata{color:#718096;flex-wrap:wrap;gap:10px;font-size:13px;line-height:1.3;display:flex}.page-module__DzFLyG__metadata>span,.page-module__DzFLyG__metadata>a{align-items:center;gap:6px;display:flex}.page-module__DzFLyG__headerActions{align-items:center;gap:10px;display:flex}.page-module__DzFLyG__downloadBtn{color:#fff!important;background:linear-gradient(135deg,#4fd1c5 0%,#38b2ac 100%)!important;border:none!important;border-radius:8px!important;padding:8px 20px!important;font-weight:600!important;transition:all .3s!important}.page-module__DzFLyG__downloadBtn:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #4fd1c566!important}.page-module__DzFLyG__downloadBtn:disabled{opacity:.6!important;box-shadow:none!important;transform:none!important}.page-module__DzFLyG__content{flex:1;gap:20px;padding:16px 32px;display:flex;overflow:hidden}.page-module__DzFLyG__mainPanel{flex-direction:column;flex:1;min-width:0;display:flex}.page-module__DzFLyG__editorCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;min-height:0;padding:0;transition:all .3s;display:flex;overflow:hidden}.page-module__DzFLyG__editorCard:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26}.page-module__DzFLyG__editorCard>div:last-child{flex-direction:column;flex:1;display:flex}.page-module__DzFLyG__editorHeader{background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.page-module__DzFLyG__editorHeader h3{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:16px;font-weight:700}.page-module__DzFLyG__sidebar{flex-direction:column;flex-shrink:0;gap:16px;width:280px;display:flex;overflow-y:auto}.page-module__DzFLyG__sidebarCard{background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s}.page-module__DzFLyG__sidebarCard:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26}.page-module__DzFLyG__sidebarSection h3{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;font-weight:700;display:flex}.page-module__DzFLyG__emptyText{color:#94a3b8;margin:0;font-size:13px}.page-module__DzFLyG__riskList{flex-direction:column;gap:10px;display:flex}.page-module__DzFLyG__riskItem{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:6px;padding:12px;display:flex}.page-module__DzFLyG__riskItem p{color:#334155;margin:0;font-size:13px;line-height:1.5}.page-module__DzFLyG__mitigation{color:#64748b!important;font-size:12px!important}.page-module__DzFLyG__versionList{flex-direction:column;gap:8px;display:flex}.page-module__DzFLyG__sessionInfo{background:#fff;border:1px solid #667eea33;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:10px 12px;display:flex}.page-module__DzFLyG__sessionLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.page-module__DzFLyG__sessionLink{color:#667eea;font-size:13px;font-weight:500;text-decoration:none}.page-module__DzFLyG__sessionLink:hover{text-decoration:underline}.page-module__DzFLyG__versionItem{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;transition:all .15s}.page-module__DzFLyG__versionItem:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.page-module__DzFLyG__versionItem.page-module__DzFLyG__current{background:#667eea0f;border-color:#667eea}.page-module__DzFLyG__versionInfo{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.page-module__DzFLyG__versionMeta{color:#94a3b8;font-size:12px}@media (max-width:1023px){.page-module__DzFLyG__content{flex-direction:column}.page-module__DzFLyG__sidebar{width:100%}}@media (max-width:767px){.page-module__DzFLyG__breadcrumb{padding:10px 20px}.page-module__DzFLyG__header{flex-direction:column;gap:12px;padding:12px 20px}.page-module__DzFLyG__headerLeft{flex-direction:column;gap:8px}.page-module__DzFLyG__headerActions{justify-content:flex-end;width:100%}.page-module__DzFLyG__content{padding:12px 20px}}
.page-module__eJrxSa__page{flex-direction:column;height:100%;padding:0;display:flex}@keyframes page-module__eJrxSa__pulse{0%,to{opacity:1}50%{opacity:.5}}.page-module__eJrxSa__breadcrumb{background:linear-gradient(135deg,#fff 0%,#f8f9fb 100%);border-bottom:1px solid #667eea1f;align-items:center;gap:4px;padding:18px 40px;font-size:14px;display:flex;box-shadow:0 2px 8px #00000008}.page-module__eJrxSa__sessionLabels{align-items:center;gap:16px;margin-left:auto;padding-left:20px;display:flex}.page-module__eJrxSa__labelItem{color:#4a5568;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.page-module__eJrxSa__labelIcon{flex-shrink:0;font-size:14px}.page-module__eJrxSa__breadcrumbLink{color:#667eea;letter-spacing:.01em;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.page-module__eJrxSa__breadcrumbLink:hover{color:#764ba2;background:linear-gradient(135deg,#667eea1f 0%,#764ba21f 100%);transform:translate(2px)translateY(-1px);box-shadow:0 4px 10px #667eea2e}.page-module__eJrxSa__breadcrumbIcon{flex-shrink:0;font-size:18px}.page-module__eJrxSa__breadcrumbSeparator{color:#a0aec0;opacity:1;flex-shrink:0;margin:0 2px;font-size:18px;font-weight:500}.page-module__eJrxSa__breadcrumbCurrent{color:#2d3748;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border:1px solid #667eea33;border-radius:8px;padding:6px 10px;font-size:14px;font-weight:700;box-shadow:0 2px 6px #0000000a}.page-module__eJrxSa__header{background:#fff;border-bottom:1px solid #667eea1a;justify-content:space-between;align-items:flex-start;padding:28px 40px;display:flex;position:relative}.page-module__eJrxSa__header:after{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:3px;position:absolute;bottom:0;left:0;right:0}.page-module__eJrxSa__titleRow{align-items:center;gap:12px;display:flex}.page-module__eJrxSa__title{color:#1a202c;letter-spacing:-.5px;margin:0;font-size:24px;font-weight:700}.page-module__eJrxSa__subtitle{color:#718096;margin:0;font-size:14px;font-weight:500}.page-module__eJrxSa__headerActions{align-items:flex-end;gap:16px;display:flex}.page-module__eJrxSa__headerActions .fui-Field{margin-bottom:0}.page-module__eJrxSa__headerActions .fui-Field__label{color:#4a5568;margin-bottom:6px;font-size:12px;font-weight:600}.page-module__eJrxSa__startSessionBtn{color:#fff!important;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;border:none!important;padding:8px 20px!important;font-weight:600!important;transition:all .3s!important}.page-module__eJrxSa__startSessionBtn:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #667eea66!important}.page-module__eJrxSa__endSessionBtn{color:#fff!important;background:#e53e3e!important;border:none!important;padding:8px 20px!important;font-weight:600!important;transition:all .3s!important}.page-module__eJrxSa__endSessionBtn:hover{background:#c53030!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #e53e3e66!important}.page-module__eJrxSa__generateSummaryBtn{color:#fff!important;background:linear-gradient(135deg,#48bb78 0%,#38a169 100%)!important;border:none!important;padding:8px 20px!important;font-weight:600!important;transition:all .3s!important}.page-module__eJrxSa__generateSummaryBtn:hover{transform:translateY(-2px)!important;box-shadow:0 4px 12px #48bb7866!important}.page-module__eJrxSa__sessionInfoCard{background:linear-gradient(135deg,#fff 0%,#f8f9fb 100%);border:2px solid #667eea26;border-radius:16px;margin:24px 40px;padding:24px;transition:all .3s;box-shadow:0 4px 16px #667eea14}.page-module__eJrxSa__sessionInfoCard:hover{border-color:#667eea40;box-shadow:0 6px 24px #667eea1f}.page-module__eJrxSa__sessionInfoHeader{border-bottom:2px solid #667eea1a;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.page-module__eJrxSa__sessionInfoTitle{align-items:center;gap:12px;display:flex}.page-module__eJrxSa__sessionInfoTitle h3{color:#1a202c;letter-spacing:-.3px;margin:0;font-size:18px;font-weight:700}.page-module__eJrxSa__sessionInfoTitle svg{color:#667eea;font-size:24px}.page-module__eJrxSa__sessionInfoGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px;display:grid}.page-module__eJrxSa__sessionInfoItem{flex-direction:column;gap:6px;display:flex}.page-module__eJrxSa__infoLabel{color:#718096;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.page-module__eJrxSa__infoValue{color:#2d3748;flex-direction:column;gap:4px;font-size:14px;font-weight:600;display:flex}.page-module__eJrxSa__sessionSummary{background:#fff;border:1px solid #667eea26;border-radius:12px;margin-top:20px;padding:16px}.page-module__eJrxSa__sessionSummary h4{color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:700}.page-module__eJrxSa__sessionSummary p{color:#4a5568;margin:0;font-size:14px;line-height:1.6}.page-module__eJrxSa__sessionAgenda{background:#fff;border:1px solid #667eea26;border-radius:12px;margin-top:12px;padding:16px}.page-module__eJrxSa__sessionAgenda h4{color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:700}.page-module__eJrxSa__sessionAgenda ul{margin:0;padding-left:20px}.page-module__eJrxSa__sessionAgenda li{color:#4a5568;margin-bottom:4px;font-size:14px;line-height:1.8}.page-module__eJrxSa__tabsContainer{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 40px}.page-module__eJrxSa__tabsContainer .fui-TabList{gap:8px}.page-module__eJrxSa__tabsContainer .fui-Tab{color:#718096;padding:12px 24px;font-weight:600;transition:all .2s}.page-module__eJrxSa__tabsContainer .fui-Tab:hover{color:#667eea}.page-module__eJrxSa__tabsContainer .fui-Tab[aria-selected=true]{color:#667eea;border-bottom:3px solid #667eea}.page-module__eJrxSa__notesPanel{background-color:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;height:calc(100vh - 320px);margin:20px 40px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000014}.page-module__eJrxSa__notesPanel:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26}.page-module__eJrxSa__panelHeader{background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.page-module__eJrxSa__panelTitle{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:18px;font-weight:700}.page-module__eJrxSa__noteActions{align-items:center;gap:8px;display:flex}.page-module__eJrxSa__saveStatus{color:var(--colorNeutralForeground3);margin-left:8px;font-size:12px}.page-module__eJrxSa__noteTemplates{border-top:1px solid var(--colorNeutralStroke2);background-color:var(--colorNeutralBackground2);align-items:center;gap:8px;padding:12px 16px;font-size:12px;display:flex}.page-module__eJrxSa__noteTemplates span{color:var(--colorNeutralForeground2);margin-right:8px}.page-module__eJrxSa__documentsPanel{background-color:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;height:calc(100vh - 320px);margin:20px 40px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000014}.page-module__eJrxSa__documentsPanel:hover{border-color:#4fd1c5;box-shadow:0 8px 24px #4fd1c526}.page-module__eJrxSa__uploadSection{border-bottom:1px solid var(--colorNeutralStroke2);gap:12px;padding:16px;display:flex}.page-module__eJrxSa__documentsAccordion{flex-direction:column;flex:1;gap:12px;padding:16px 24px;display:flex;overflow-y:auto}.page-module__eJrxSa__accordionItem{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s;overflow:hidden}.page-module__eJrxSa__accordionItem:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #0000000f}.page-module__eJrxSa__accordionHeader{cursor:pointer;background-color:#f7fafc;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;font-family:inherit;transition:all .2s;display:flex}.page-module__eJrxSa__accordionHeader:hover{background-color:#edf2f7}.page-module__eJrxSa__accordionHeaderExpanded{background-color:#edf2f7;border-bottom:1px solid #e2e8f0}.page-module__eJrxSa__accordionTitle{cursor:pointer;flex:1;align-items:center;gap:10px;display:flex}.page-module__eJrxSa__sectionLabel{color:#2d3748;margin-right:auto;font-size:14px;font-weight:600}.page-module__eJrxSa__accordionActions{align-items:center;gap:12px;display:flex}.page-module__eJrxSa__accordionActions>div{cursor:pointer;align-items:center;display:flex}.page-module__eJrxSa__accordionContent{background-color:#fff;min-height:100px;max-height:500px;padding:16px;transition:background-color .2s;overflow-y:auto}.page-module__eJrxSa__emptyDropZone{color:#a0aec0;text-align:center;background-color:#f7fafc;border:2px dashed #e2e8f0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;transition:all .3s;display:flex}.page-module__eJrxSa__emptyDropZone:hover{background-color:#edf2f7;border-color:#cbd5e0}.page-module__eJrxSa__emptyDropZone svg{margin-bottom:8px;font-size:32px}.page-module__eJrxSa__emptyDropZone p{margin:0;font-size:13px}.page-module__eJrxSa__dropZoneActive{border-radius:8px;background-color:#667eea14!important;border:2px dashed #667eea!important}.page-module__eJrxSa__documentList{flex-direction:column;gap:8px;display:flex}.page-module__eJrxSa__documentTimeline{flex-direction:column;gap:0;padding:8px 0;display:flex}.page-module__eJrxSa__timelineMarker{flex-direction:column;align-items:center;min-width:24px;padding-top:8px;display:flex}.page-module__eJrxSa__timelineDot{z-index:2;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:2px solid #fff;border-radius:50%;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 0 2px #e2e8f0}.page-module__eJrxSa__timelineLine{background:linear-gradient(#e2e8f0 0%,#cbd5e0 100%);flex:1;width:2px;min-height:40px;margin-top:4px}.page-module__eJrxSa__timelineContent{flex-direction:column;flex:1;gap:6px;padding-bottom:16px;display:flex}.page-module__eJrxSa__timelineDate{color:#667eea;text-transform:uppercase;letter-spacing:.5px;padding-top:2px;font-size:11px;font-weight:600}.page-module__eJrxSa__sectionIcon{font-size:18px}.page-module__eJrxSa__documentCount{color:#718096;font-size:13px;font-weight:500}.page-module__eJrxSa__documentTypeSection{margin-bottom:24px}.page-module__eJrxSa__documentTypeTitle{color:var(--colorNeutralForeground1);align-items:center;gap:8px;margin:0 0 8px;font-size:14px;font-weight:600;display:flex}.page-module__eJrxSa__emptyMessage{color:var(--colorNeutralForeground3);margin:8px 0;font-size:13px;font-style:italic}.page-module__eJrxSa__documentItem{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.page-module__eJrxSa__documentItem:hover{background-color:#edf2f7;border-color:#cbd5e0;box-shadow:0 2px 4px #0000000d}.page-module__eJrxSa__documentIcon{color:#667eea;flex-shrink:0;font-size:20px}.page-module__eJrxSa__documentInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.page-module__eJrxSa__documentName{text-overflow:ellipsis;white-space:nowrap;color:#2d3748;font-size:13px;font-weight:500;overflow:hidden}.page-module__eJrxSa__documentMeta{color:#718096;font-size:11px}.page-module__eJrxSa__quickActions{border-top:1px solid var(--colorNeutralStroke2);border-bottom:1px solid var(--colorNeutralStroke2);flex-direction:column;gap:6px;padding:16px;display:flex}.page-module__eJrxSa__quickActionsTitle{color:var(--colorNeutralForeground2);margin:0 0 8px;font-size:13px;font-weight:600}.page-module__eJrxSa__aiSection{background-color:var(--colorNeutralBackground3);flex-direction:column;gap:6px;padding:16px;display:flex}.page-module__eJrxSa__aiTitle{color:var(--colorNeutralForeground1);margin:0 0 8px;font-size:13px;font-weight:600}@media (max-width:1023px){.page-module__eJrxSa__splitPanel{flex-direction:column}.page-module__eJrxSa__notesPanel,.page-module__eJrxSa__documentsPanel{flex:1;min-height:400px}}@media (max-width:767px){.page-module__eJrxSa__page{height:auto}.page-module__eJrxSa__header,.page-module__eJrxSa__splitPanel{flex-direction:column;gap:12px}.page-module__eJrxSa__notesPanel,.page-module__eJrxSa__documentsPanel{flex:none;min-height:300px}.page-module__eJrxSa__noteActions{flex-wrap:wrap}}.page-module__eJrxSa__dragOverlay{z-index:10;color:#667eea;pointer-events:none;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border:3px dashed #667eea;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.page-module__eJrxSa__dragOverlay h3{margin:0;font-size:20px;font-weight:700}.page-module__eJrxSa__dragOverlay p{color:#718096;margin:8px 0 0;font-size:14px;font-weight:400}.page-module__eJrxSa__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.page-module__eJrxSa__emptyState h3{color:#2d3748;margin:0 0 8px;font-size:18px;font-weight:600}.page-module__eJrxSa__emptyState p{color:#718096;margin:4px 0;font-size:14px}.page-module__eJrxSa__proposalThreadsList{flex-direction:column;gap:12px;padding:16px;display:flex}.page-module__eJrxSa__threadItem{background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s;overflow:hidden}.page-module__eJrxSa__threadItem:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #0000000f}.page-module__eJrxSa__threadHeader{cursor:pointer;background:#f7fafc;justify-content:space-between;align-items:center;padding:14px 18px;transition:background .2s;display:flex}.page-module__eJrxSa__threadHeader:hover{background:#edf2f7}.page-module__eJrxSa__threadHeaderExpanded{background:#edf2f7;border-bottom:1px solid #e2e8f0}.page-module__eJrxSa__threadInfo{flex-direction:column;flex:1;gap:4px;display:flex}.page-module__eJrxSa__threadTitle{color:#2d3748;align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.page-module__eJrxSa__threadMeta{color:#718096;font-size:12px}.page-module__eJrxSa__threadActions{align-items:center;gap:12px;display:flex}.page-module__eJrxSa__threadContent{background:#fff;max-height:600px;padding:16px;overflow-y:auto}.page-module__eJrxSa__helpText{color:#4a5568;text-align:center;background:linear-gradient(135deg,#f6f8fb 0%,#e9ecf3 100%);border-top:1px solid #e2e8f0;padding:12px 16px;font-size:13px}.page-module__eJrxSa__helpText strong{color:#2d3748;font-weight:600}.page-module__eJrxSa__documentTimeline{flex-direction:column;gap:0;display:flex}.page-module__eJrxSa__timelineItem{gap:16px;display:flex;position:relative}.page-module__eJrxSa__timelineItem:not(:last-child){padding-bottom:24px}.page-module__eJrxSa__timelineItem:not(:last-child):after{content:"";background:linear-gradient(#cbd5e0 0%,#0000 100%);width:2px;position:absolute;top:28px;bottom:0;left:7px}.page-module__eJrxSa__timelineDot{flex-shrink:0;width:16px;height:16px;margin-top:4px;position:relative}.page-module__eJrxSa__timelineDot:before{content:"";background:#667eea;border:3px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 0 0 2px #cbd5e0}.page-module__eJrxSa__timelineBadge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600;position:absolute;top:-2px;left:20px}.page-module__eJrxSa__timelineContent{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:12px 16px;transition:all .2s}.page-module__eJrxSa__timelineContent:hover{background:#fff;border-color:#cbd5e0;box-shadow:0 2px 6px #0000000d}.page-module__eJrxSa__docHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.page-module__eJrxSa__docHeader strong{color:#2d3748;font-size:14px;font-weight:600}.page-module__eJrxSa__docMeta{color:#718096;align-items:center;gap:6px;margin-top:4px;font-size:12px;display:flex}.page-module__eJrxSa__docActions{align-items:center;gap:8px;display:flex}.page-module__eJrxSa__docDate{color:#a0aec0;font-size:12px;font-weight:500}
