.Chat-module-scss-module__QjTxWG__chat{flex-direction:column;height:100%;display:flex}.Chat-module-scss-module__QjTxWG__messages{flex:1;padding:20px;overflow-y:auto}.Chat-module-scss-module__QjTxWG__welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:48px 24px;animation:.4s Chat-module-scss-module__QjTxWG__welcomeFade;display:flex}.Chat-module-scss-module__QjTxWG__welcomeIcon{background:var(--pvda-red-light);border-radius:var(--radius);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:22px;animation:.5s cubic-bezier(.34,1.56,.64,1) Chat-module-scss-module__QjTxWG__popIn;display:flex}.Chat-module-scss-module__QjTxWG__welcomeTitle{color:var(--pvda-black);letter-spacing:-.2px;margin-bottom:6px;font-size:18px;font-weight:600}.Chat-module-scss-module__QjTxWG__welcomeText{color:var(--pvda-text-secondary);max-width:280px;margin-bottom:28px;font-size:14px;line-height:1.5}.Chat-module-scss-module__QjTxWG__pdfLink{color:var(--pvda-red);border-bottom:1px dashed var(--pvda-red);transition:all var(--transition);margin-top:4px;font-size:13px;text-decoration:none;display:inline-block}.Chat-module-scss-module__QjTxWG__pdfLink:hover{color:var(--pvda-red-dark);border-bottom-style:solid}.Chat-module-scss-module__QjTxWG__starters{flex-direction:column;gap:8px;width:100%;max-width:320px;display:flex}.Chat-module-scss-module__QjTxWG__starterButton{background:var(--pvda-surface);border:1px solid var(--pvda-border);border-radius:var(--radius-sm);color:var(--pvda-text);cursor:pointer;text-align:left;transition:all var(--transition);padding:10px 16px;font-family:inherit;font-size:13px;animation:.3s both Chat-module-scss-module__QjTxWG__slideUp}.Chat-module-scss-module__QjTxWG__starterButton:first-child{animation-delay:60ms}.Chat-module-scss-module__QjTxWG__starterButton:nth-child(2){animation-delay:.12s}.Chat-module-scss-module__QjTxWG__starterButton:nth-child(3){animation-delay:.18s}.Chat-module-scss-module__QjTxWG__starterButton:nth-child(4){animation-delay:.24s}.Chat-module-scss-module__QjTxWG__starterButton:hover{border-color:var(--pvda-red);color:var(--pvda-red);background:var(--pvda-red-light);box-shadow:var(--shadow-sm);transform:translate(4px)}.Chat-module-scss-module__QjTxWG__message{margin-bottom:16px;display:flex}.Chat-module-scss-module__QjTxWG__userMessage{justify-content:flex-end;animation:.25s Chat-module-scss-module__QjTxWG__slideInRight}.Chat-module-scss-module__QjTxWG__userMessage .Chat-module-scss-module__QjTxWG__messageContent{background:var(--pvda-red);color:var(--pvda-surface);border-radius:var(--radius)var(--radius)4px var(--radius)}.Chat-module-scss-module__QjTxWG__assistantMessage{justify-content:flex-start;animation:.25s Chat-module-scss-module__QjTxWG__slideInLeft}.Chat-module-scss-module__QjTxWG__assistantMessage .Chat-module-scss-module__QjTxWG__messageContent{background:var(--pvda-grey);color:var(--pvda-text);border-radius:var(--radius)var(--radius)var(--radius)4px}.Chat-module-scss-module__QjTxWG__messageContent{white-space:pre-wrap;max-width:85%;padding:12px 16px;font-size:14px;line-height:1.65}.Chat-module-scss-module__QjTxWG__articleRef{color:var(--pvda-red);font-family:inherit;font-weight:600;font-size:inherit;cursor:pointer;border:none;border-bottom:1px dashed var(--pvda-red);transition:all var(--transition);background:0 0;padding:0}.Chat-module-scss-module__QjTxWG__articleRef:hover{color:var(--pvda-red-dark);border-bottom-style:solid}.Chat-module-scss-module__QjTxWG__loading{color:var(--pvda-text-secondary);font-size:13px}.Chat-module-scss-module__QjTxWG__loading:after{content:"";animation:1.5s infinite Chat-module-scss-module__QjTxWG__dots}@keyframes Chat-module-scss-module__QjTxWG__dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}@keyframes Chat-module-scss-module__QjTxWG__welcomeFade{0%{opacity:0}to{opacity:1}}@keyframes Chat-module-scss-module__QjTxWG__popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes Chat-module-scss-module__QjTxWG__slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes Chat-module-scss-module__QjTxWG__slideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes Chat-module-scss-module__QjTxWG__slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.Chat-module-scss-module__QjTxWG__inputArea{border-top:1px solid var(--pvda-border-light);gap:8px;padding:16px 20px;display:flex}.Chat-module-scss-module__QjTxWG__input{border:1px solid var(--pvda-border);border-radius:var(--radius-sm);color:var(--pvda-text);background:var(--pvda-grey);transition:all var(--transition);flex:1;padding:10px 14px;font-family:inherit;font-size:14px}.Chat-module-scss-module__QjTxWG__input:focus{border-color:var(--pvda-red);background:var(--pvda-surface);outline:2px solid var(--pvda-red);outline-offset:1px}.Chat-module-scss-module__QjTxWG__input::placeholder{color:var(--pvda-text-secondary)}.Chat-module-scss-module__QjTxWG__sendButton{background:var(--pvda-red);color:var(--pvda-surface);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:none;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600}.Chat-module-scss-module__QjTxWG__sendButton:hover:not(:disabled){background:var(--pvda-red-dark);box-shadow:var(--shadow-sm)}.Chat-module-scss-module__QjTxWG__sendButton:active:not(:disabled){transform:scale(.98)}.Chat-module-scss-module__QjTxWG__sendButton:disabled{opacity:.5;cursor:not-allowed;background:var(--pvda-grey-mid)}
