.pschat{display:flex;flex-direction:column;gap:.75rem;max-width:46rem}.pschat-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pschat-caption{color:#555;font-size:.9rem;margin:0}.pschat-log{display:flex;flex-direction:column;gap:.5rem;min-height:12rem;max-height:26rem;overflow-y:auto;padding:.5rem;border:1px solid #ddd;border-radius:8px;background:#fafafa}.pschat-bubble{max-width:85%;padding:.5rem .75rem;border-radius:10px;white-space:pre-wrap;word-break:break-word}.pschat-bubble.user{align-self:flex-end;background:#dceeff}.pschat-bubble.assistant{align-self:flex-start;background:#fff;border:1px solid #e5e5e5}.pschat-feedback{display:flex;gap:.25rem;margin-top:.25rem}.pschat-feedback button{border:none;background:transparent;cursor:pointer;font-size:1rem;padding:0 .15rem}.pschat-input{display:flex;gap:.5rem}.pschat-input input{flex:1;padding:.5rem}.pschat-form{display:flex;flex-direction:column;gap:.6rem;padding:.85rem;border:1px solid #ddd;border-radius:8px}.pschat-form h4,.pschat-form h5{margin:0}.pschat-field{display:flex;flex-direction:column;gap:.2rem}.pschat-field>span{font-size:.85rem;font-weight:600}.pschat-current{display:flex;flex-direction:column;gap:.15rem;padding:.5rem;border-left:3px solid #cbd5e1;background:#00000005;font-size:.9rem}.pschat-content p:last-child{margin-bottom:0}.pschat-content code{background:#0000000f;padding:0 .2rem;border-radius:3px}.pschat-attach ul{margin:.25rem 0;padding-left:1.1rem}.pschat-attach-add{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.pschat-actions{display:flex;gap:.5rem}.pschat-error{color:#b00020;margin:.25rem 0}.pschat-warn,.pschat-warn-inline{color:#8a6d00}.pschat-ok{color:#1b7f3b}.pschat-info{color:#555}@media(prefers-color-scheme:dark){.pschat-caption,.pschat-info{color:#aaa}.pschat-log{background:#1b1b1b;border-color:#333}.pschat-bubble.user{background:#24405c}.pschat-bubble.assistant{background:#262626;border-color:#383838}.pschat-form{border-color:#333}}
