.QuestionInput-module__X9sKlW__form{width:100%}.QuestionInput-module__X9sKlW__inputContainer{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:9999px;align-items:flex-end;padding:.25rem .5rem .25rem .25rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.QuestionInput-module__X9sKlW__inputContainerMultiline{border-radius:var(--radius-lg)}.QuestionInput-module__X9sKlW__inputContainer:focus-within{box-shadow:var(--shadow-lg);border-color:#c4c4c4}.QuestionInput-module__X9sKlW__textarea{color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:2.75rem;max-height:200px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;line-height:1.5}.QuestionInput-module__X9sKlW__textarea::placeholder{color:var(--text-tertiary)}.QuestionInput-module__X9sKlW__textarea:disabled{opacity:.5}.QuestionInput-module__X9sKlW__submitButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:.375rem;transition:background-color .15s,opacity .15s;display:flex}.QuestionInput-module__X9sKlW__submitButton:hover:not(:disabled){background:var(--accent-hover)}.QuestionInput-module__X9sKlW__submitButton:disabled{opacity:.3;cursor:default}.QuestionInput-module__X9sKlW__spinner{animation:.8s linear infinite QuestionInput-module__X9sKlW__spinnerRotate}.QuestionInput-module__X9sKlW__spinnerTrack{opacity:.2}.QuestionInput-module__X9sKlW__spinnerHead{opacity:1}@keyframes QuestionInput-module__X9sKlW__spinnerRotate{to{transform:rotate(360deg)}}
.AnswerDisplay-module__IULwgq__container{flex-direction:column;gap:1.75rem;display:flex}.AnswerDisplay-module__IULwgq__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:.5rem;font-size:.8125rem;font-weight:600}.AnswerDisplay-module__IULwgq__conclusion{color:var(--text-primary);font-size:1.125rem;font-weight:500;line-height:1.7}.AnswerDisplay-module__IULwgq__explanation{color:var(--text-primary);line-height:1.7}.AnswerDisplay-module__IULwgq__conclusion p,.AnswerDisplay-module__IULwgq__explanation p,.AnswerDisplay-module__IULwgq__uncertaintyText p{margin:.5em 0}.AnswerDisplay-module__IULwgq__conclusion p:first-child,.AnswerDisplay-module__IULwgq__explanation p:first-child,.AnswerDisplay-module__IULwgq__uncertaintyText p:first-child{margin-top:0}.AnswerDisplay-module__IULwgq__conclusion p:last-child,.AnswerDisplay-module__IULwgq__explanation p:last-child,.AnswerDisplay-module__IULwgq__uncertaintyText p:last-child{margin-bottom:0}.AnswerDisplay-module__IULwgq__conclusion strong,.AnswerDisplay-module__IULwgq__explanation strong,.AnswerDisplay-module__IULwgq__uncertaintyText strong{font-weight:600}.AnswerDisplay-module__IULwgq__explanation ul,.AnswerDisplay-module__IULwgq__explanation ol{margin:.5em 0;padding-left:1.5em}.AnswerDisplay-module__IULwgq__explanation li{margin:.25em 0}.AnswerDisplay-module__IULwgq__conditionItem p{margin:0;display:inline}.AnswerDisplay-module__IULwgq__conditionsList{flex-direction:column;gap:.375rem;list-style-type:none;display:flex}.AnswerDisplay-module__IULwgq__conditionItem{color:var(--text-primary);padding-left:1.25rem;line-height:1.6;position:relative}.AnswerDisplay-module__IULwgq__conditionItem:before{content:"";background:var(--text-tertiary);border-radius:50%;width:.375rem;height:.375rem;position:absolute;top:.625em;left:0}.AnswerDisplay-module__IULwgq__uncertaintyBox{border-radius:0 var(--radius) var(--radius) 0;background-color:#fffbeb;border-left:3px solid #f59e0b;padding:.875rem 1rem}.AnswerDisplay-module__IULwgq__uncertaintyText{color:#92400e;font-size:.9375rem;line-height:1.6}.AnswerDisplay-module__IULwgq__citationBadges{flex-wrap:wrap;gap:.375rem;display:flex}.AnswerDisplay-module__IULwgq__citationBadge{color:#3b5998;cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;padding:.1875rem .625rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s;display:inline-flex}.AnswerDisplay-module__IULwgq__citationBadge:hover{color:#1e40af;background:#dbeafe;border-color:#93c5fd}
.Sidebar-module__WZVnLW__sidebar{background:var(--sidebar-bg);flex-direction:column;flex-shrink:0;width:280px;height:100vh;transition:width .2s;display:flex;overflow:hidden}.Sidebar-module__WZVnLW__collapsed{width:48px}.Sidebar-module__WZVnLW__topBar{flex-shrink:0;align-items:center;gap:.5rem;padding:.625rem;display:flex}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__topBar{justify-content:center;padding:.625rem 0}.Sidebar-module__WZVnLW__headerTitle{color:var(--sidebar-text);white-space:nowrap;flex:1;font-size:.875rem;font-weight:600}.Sidebar-module__WZVnLW__toggleBtn{width:28px;height:28px;color:var(--sidebar-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.Sidebar-module__WZVnLW__toggleBtn:hover{background:var(--sidebar-bg-hover);color:var(--sidebar-text)}.Sidebar-module__WZVnLW__newChatItem{color:var(--sidebar-text-secondary);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;flex-shrink:0;align-items:center;gap:.625rem;margin:1rem .5rem 1rem 0;padding:.625rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.Sidebar-module__WZVnLW__newChatIcon{border:1.5px solid var(--sidebar-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .15s;display:flex}.Sidebar-module__WZVnLW__newChatItem:hover .Sidebar-module__WZVnLW__newChatIcon{border-color:var(--sidebar-text)}.Sidebar-module__WZVnLW__newChatItem:hover{background:var(--sidebar-bg-hover);color:var(--sidebar-text)}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__newChatItem{justify-content:center;margin:1rem 0;padding:.625rem}.Sidebar-module__WZVnLW__sessionList{flex-direction:column;flex:1;gap:2px;padding:.5rem .5rem .5rem 0;display:flex;overflow-y:auto}.Sidebar-module__WZVnLW__sectionHeader{color:var(--sidebar-text-muted);text-transform:uppercase;letter-spacing:.03em;padding:.25rem .75rem;font-size:.6875rem;font-weight:600}.Sidebar-module__WZVnLW__empty{color:var(--sidebar-text-muted);text-align:center;padding:1rem .5rem;font-size:.8125rem}.Sidebar-module__WZVnLW__sessionItem{width:100%;color:var(--sidebar-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem .75rem;font-family:inherit;font-size:.8125rem;transition:background .1s;display:flex;position:relative}.Sidebar-module__WZVnLW__sessionItem:hover{background:var(--sidebar-bg-hover)}.Sidebar-module__WZVnLW__sessionItemActive{background:var(--sidebar-bg-active)}.Sidebar-module__WZVnLW__sessionInfo{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.Sidebar-module__WZVnLW__sessionName{text-overflow:ellipsis;white-space:nowrap;color:var(--sidebar-text);font-weight:500;overflow:hidden}.Sidebar-module__WZVnLW__sessionSubtitle{color:var(--sidebar-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.Sidebar-module__WZVnLW__sessionDate{color:var(--sidebar-text-muted);flex-shrink:0;font-size:.6875rem}.Sidebar-module__WZVnLW__deleteBtn{width:20px;height:20px;color:var(--sidebar-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1rem;line-height:1;transition:all .1s;display:none}.Sidebar-module__WZVnLW__sessionItem:hover .Sidebar-module__WZVnLW__deleteBtn,.Sidebar-module__WZVnLW__sessionItem:focus-within .Sidebar-module__WZVnLW__deleteBtn{display:flex}.Sidebar-module__WZVnLW__sessionItem:hover .Sidebar-module__WZVnLW__sessionDate,.Sidebar-module__WZVnLW__sessionItem:focus-within .Sidebar-module__WZVnLW__sessionDate{display:none}.Sidebar-module__WZVnLW__deleteBtn:hover{color:#fca5a5;background:#ef444426}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--sidebar-border);flex-shrink:0;padding:.625rem 1rem}.Sidebar-module__WZVnLW__sessionCount{color:var(--sidebar-text-muted);font-size:.6875rem}.Sidebar-module__WZVnLW__modalOverlay{z-index:200;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Sidebar-module__WZVnLW__modal{background:var(--surface);border-radius:var(--radius-lg,12px);width:320px;max-width:90vw;box-shadow:var(--shadow-lg);padding:1.5rem}.Sidebar-module__WZVnLW__modalText{color:var(--text-primary);margin:0 0 1.25rem;font-size:.9375rem;line-height:1.4}.Sidebar-module__WZVnLW__modalActions{justify-content:flex-end;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__modalCancel,.Sidebar-module__WZVnLW__modalConfirm{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:background .15s}.Sidebar-module__WZVnLW__modalCancel{background:var(--border,#e5e5e5);color:var(--text-primary)}.Sidebar-module__WZVnLW__modalCancel:hover{background:var(--text-tertiary,#ccc)}.Sidebar-module__WZVnLW__modalConfirm{color:#fff;background:#ef4444}.Sidebar-module__WZVnLW__modalConfirm:hover{background:#dc2626}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{z-index:100;box-shadow:var(--shadow-lg);position:absolute}.Sidebar-module__WZVnLW__collapsed{width:0;box-shadow:none}}
.SourcesPanel-module__uw9T5q__backdrop{display:none}.SourcesPanel-module__uw9T5q__panel{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;width:clamp(280px,30vw,500px);height:100vh;animation:.2s SourcesPanel-module__uw9T5q__slideInRight;display:flex;overflow:hidden}.SourcesPanel-module__uw9T5q__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.SourcesPanel-module__uw9T5q__headerLeft{color:var(--text-primary);align-items:center;gap:.5rem;display:flex}.SourcesPanel-module__uw9T5q__headerTitle{font-size:.9375rem;font-weight:600}.SourcesPanel-module__uw9T5q__closeBtn{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.SourcesPanel-module__uw9T5q__closeBtn:hover{background:var(--bg);color:var(--text-primary)}.SourcesPanel-module__uw9T5q__sourcesList{flex-direction:column;flex:1;gap:.75rem;padding:.75rem;display:flex;overflow-y:auto}.SourcesPanel-module__uw9T5q__empty{color:var(--text-tertiary);text-align:center;padding:1.5rem .5rem;font-size:.875rem;line-height:1.5}.SourcesPanel-module__uw9T5q__sourceCard{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1rem;transition:border-color .15s}.SourcesPanel-module__uw9T5q__sourceCard:hover{border-color:#d1d5db}.SourcesPanel-module__uw9T5q__sourceCardNote{border-color:#fde68a}.SourcesPanel-module__uw9T5q__sourceCardNote:hover{border-color:#fbbf24}.SourcesPanel-module__uw9T5q__sourceHeader{color:#3b5998;align-items:baseline;gap:.5rem;margin-bottom:.625rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:flex}.SourcesPanel-module__uw9T5q__sectionOrdinal{white-space:nowrap;font-weight:700}.SourcesPanel-module__uw9T5q__noteLabel{color:#92400e;white-space:nowrap;background:#fef3c7;border-radius:.25rem;padding:.0625rem .375rem;font-size:.6875rem;font-weight:600;display:inline-block}.SourcesPanel-module__uw9T5q__sourceText{color:var(--text-primary);font-size:.8125rem;line-height:1.65}.SourcesPanel-module__uw9T5q__sourceQuote{color:var(--text-secondary);font-size:.8125rem;font-style:italic;line-height:1.6}.SourcesPanel-module__uw9T5q__sourceRef{color:var(--text-tertiary);margin-top:.5rem;font-size:.75rem}.SourcesPanel-module__uw9T5q__stkBlock{border-left:3px solid #3b5998;margin-top:.625rem;margin-left:.25rem;padding-left:.875rem}.SourcesPanel-module__uw9T5q__stkLabel{color:#3b5998;margin-bottom:.125rem;font-size:.8125rem;font-weight:600;display:block}.SourcesPanel-module__uw9T5q__stkText{color:var(--text-primary);font-size:.8125rem;line-height:1.65}.SourcesPanel-module__uw9T5q__highlight{color:inherit;background:#fef9c3;border-radius:2px;padding:0 1px}.SourcesPanel-module__uw9T5q__sourceLoading{flex-direction:column;gap:.5rem;padding:.5rem 0;display:flex}.SourcesPanel-module__uw9T5q__shimmerLine{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:.25rem;height:.75rem;animation:1.5s ease-in-out infinite SourcesPanel-module__uw9T5q__shimmerMove}.SourcesPanel-module__uw9T5q__shimmerLine:first-child{width:80%}.SourcesPanel-module__uw9T5q__shimmerLine:last-child{width:60%}@keyframes SourcesPanel-module__uw9T5q__slideInRight{0%{opacity:0;transform:translate(1rem)}to{opacity:1;transform:translate(0)}}@keyframes SourcesPanel-module__uw9T5q__shimmerMove{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.SourcesPanel-module__uw9T5q__backdrop{z-index:199;background:#0000004d;display:block;position:fixed;inset:0}.SourcesPanel-module__uw9T5q__panel{z-index:200;width:100%;max-width:400px;box-shadow:var(--shadow-lg);position:fixed;top:0;bottom:0;right:0}}
.OverenskomstSelector-module__AcgUJq__container{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1.5rem;animation:.3s OverenskomstSelector-module__AcgUJq__fadeIn;display:flex}.OverenskomstSelector-module__AcgUJq__title{color:var(--text-primary);letter-spacing:-.025em;text-align:center;font-size:1.75rem;font-weight:600}.OverenskomstSelector-module__AcgUJq__subtitle{color:var(--text-secondary);text-align:center;max-width:32rem;margin-top:.5rem;font-size:1rem;line-height:1.6}.OverenskomstSelector-module__AcgUJq__cardList{flex-direction:column;gap:.75rem;width:100%;max-width:36rem;margin-top:2rem;display:flex}.OverenskomstSelector-module__AcgUJq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;font-family:inherit;transition:all .15s;display:flex}.OverenskomstSelector-module__AcgUJq__card:hover{box-shadow:var(--shadow-md);border-color:#d1d5db}.OverenskomstSelector-module__AcgUJq__cardTitle{color:var(--text-primary);font-size:1.0625rem;font-weight:600}.OverenskomstSelector-module__AcgUJq__cardMeta{color:var(--text-secondary);font-size:.875rem}.OverenskomstSelector-module__AcgUJq__loading{color:var(--text-tertiary);font-size:.9375rem}.OverenskomstSelector-module__AcgUJq__empty{color:var(--text-secondary);font-size:1rem}@keyframes OverenskomstSelector-module__AcgUJq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.OverenskomstSelector-module__AcgUJq__container{padding:1.5rem 1rem}.OverenskomstSelector-module__AcgUJq__title{font-size:1.375rem}}
.page-module___8aEwW__appShell{height:100vh;display:flex;overflow:hidden}.page-module___8aEwW__mainContent{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex}.page-module___8aEwW__welcome{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1.5rem;animation:.3s page-module___8aEwW__fadeIn;display:flex}.page-module___8aEwW__header{text-align:center;margin-bottom:2.5rem}.page-module___8aEwW__title{color:var(--text-primary);letter-spacing:-.025em;font-size:2rem;font-weight:600}.page-module___8aEwW__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1.125rem;font-weight:400}.page-module___8aEwW__inputWrapper{width:100%;max-width:44rem;margin-bottom:1rem}.page-module___8aEwW__examples{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:44rem;display:flex}.page-module___8aEwW__exampleChip{color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;line-height:1.4;transition:all .15s}.page-module___8aEwW__exampleChip:hover{color:var(--text-primary);box-shadow:var(--shadow-sm);border-color:#d1d5db}.page-module___8aEwW__pageChat{overflow:hidden}.page-module___8aEwW__chatHeader{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;animation:.3s page-module___8aEwW__slideDown;display:flex;position:relative}.page-module___8aEwW__chatTitle{color:var(--text-primary);text-align:center;flex:1;font-size:1rem;font-weight:600}.page-module___8aEwW__mobileTopBar{flex-shrink:0;padding:.75rem 1rem;display:none}.page-module___8aEwW__mobileMenuBtn{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:none}.page-module___8aEwW__mobileMenuBtn:hover{background:var(--bg);color:var(--text-primary)}.page-module___8aEwW__sourcesToggle{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;transition:all .15s;display:flex;position:relative}.page-module___8aEwW__sourcesToggle:hover{background:var(--bg);color:var(--text-primary)}.page-module___8aEwW__sourcesToggleActive{color:#3b5998;background:#eff6ff}.page-module___8aEwW__sourcesToggleFadeIn{animation:.3s page-module___8aEwW__fadeIn}.page-module___8aEwW__sourcesTogglePlaceholder{flex-shrink:0;width:32px;height:32px}.page-module___8aEwW__citationCount{color:#fff;background:#3b5998;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 .25rem;font-family:inherit;font-size:.625rem;font-weight:600;display:flex;position:absolute;top:-2px;right:-4px}.page-module___8aEwW__messagesArea{flex:1;padding:1.5rem 1.5rem 1rem;overflow-y:auto}.page-module___8aEwW__messagesContainer{flex-direction:column;gap:1.5rem;max-width:44rem;margin:0 auto;display:flex}.page-module___8aEwW__message{animation:.3s page-module___8aEwW__fadeInUp}.page-module___8aEwW__userMessage{align-self:flex-end;max-width:80%}.page-module___8aEwW__userText{background:var(--accent);color:#fff;border-radius:var(--radius-lg) var(--radius-lg) .25rem var(--radius-lg);padding:.75rem 1.125rem;font-size:.9375rem;line-height:1.5}.page-module___8aEwW__assistantMessage{align-self:flex-start;width:100%}.page-module___8aEwW__shimmer{flex-direction:column;gap:.625rem;padding:.25rem 0;display:flex}.page-module___8aEwW__shimmerLine{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:.375rem;height:.875rem;animation:1.5s ease-in-out infinite page-module___8aEwW__shimmerMove}.page-module___8aEwW__shimmerLine:first-child{width:85%}.page-module___8aEwW__shimmerLine:nth-child(2){width:70%}.page-module___8aEwW__shimmerLine:nth-child(3){width:55%}.page-module___8aEwW__chatInputWrapper{border-top:1px solid var(--border);background:var(--bg);flex-shrink:0;padding:.75rem 1.5rem 1.25rem;animation:.4s page-module___8aEwW__slideUp}.page-module___8aEwW__chatInputInner{max-width:44rem;margin:0 auto}.page-module___8aEwW__errorCard{border-radius:var(--radius);background:#fef2f2;border:1px solid #fecaca;padding:1rem 1.25rem}.page-module___8aEwW__errorText{color:#991b1b;font-size:.9375rem}@keyframes page-module___8aEwW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module___8aEwW__fadeInUp{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@keyframes page-module___8aEwW__slideDown{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes page-module___8aEwW__slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes page-module___8aEwW__shimmerMove{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.page-module___8aEwW__mobileMenuBtn,.page-module___8aEwW__mobileTopBar{display:flex}}@media (max-width:640px){.page-module___8aEwW__welcome{padding:1.5rem 1rem}.page-module___8aEwW__title{font-size:1.5rem}.page-module___8aEwW__subtitle{font-size:1rem}.page-module___8aEwW__messagesArea{padding:1rem}.page-module___8aEwW__chatInputWrapper{padding:.5rem 1rem 1rem}.page-module___8aEwW__userMessage{max-width:90%}}
