@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box}body{color:#333;background-color:#0000;margin:0;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}.chat-wrapper{background-color:#fff;border:none;flex-direction:column;width:100%;max-width:100%;height:100vh;margin:0;transition:background-color .3s;display:flex;overflow:hidden}.chat-header{text-align:left;color:#000;z-index:10;background:#fff;border-bottom:1px solid #eee;align-items:center;gap:10px;padding:16px 20px;font-size:18px;font-weight:700;transition:background-color .3s,border-color .3s,color .3s;display:flex;box-shadow:0 2px 5px #00000005}.chat-body{background:#f8f9fa;flex-direction:column;flex:1;gap:15px;padding:20px;transition:background-color .3s;display:flex;overflow-y:auto}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-track{background:0 0}.chat-body::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:10px}.msg{white-space:pre-wrap;word-wrap:break-word;-webkit-user-select:text;user-select:text;border-radius:18px;max-width:85%;padding:12px 16px;font-size:14px;line-height:1.5;position:relative}.msg.user{color:#fff;background:#c22e1d;border-bottom-right-radius:4px;align-self:flex-end;box-shadow:0 2px 5px #c22e1d33}.msg.bot{color:#333;background:#fff;border:1px solid #eee;border-bottom-left-radius:4px;align-self:flex-start;transition:background-color .3s,border-color .3s,color .3s;box-shadow:0 2px 5px #0000000d}.bot-item{background:#f1f3f5;border-left:3px solid #c22e1d;border-radius:8px;margin-top:5px;padding:10px;font-size:13px;transition:background-color .3s,color .3s;position:relative}.source-badge{color:#666;text-transform:uppercase;background:#eee;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;top:5px;right:5px}.bot-item a{color:#c22e1d;margin-top:5px;font-weight:600;text-decoration:none;display:inline-block}.bot-item a:hover{text-decoration:underline}.chat-input{background:#fff;border-top:1px solid #eee;align-items:flex-end;gap:10px;padding:15px;transition:background-color .3s,border-color .3s;display:flex}.chat-input textarea{resize:none;color:#333;-webkit-user-select:text;user-select:text;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:22px;outline:none;flex:1;height:44px;min-height:44px;max-height:120px;padding:12px 15px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s,color .3s}.chat-input textarea:focus{background:#fff;border-color:#c22e1d}.chat-input button{color:#fff;cursor:pointer;background:#c22e1d;border:none;border-radius:22px;justify-content:center;align-items:center;height:44px;padding:0 20px;font-weight:600;transition:background .2s,transform .1s;display:flex}.chat-input button:hover{background:#a32415}.chat-input button:active{transform:scale(.96)}body.dark .chat-wrapper{background-color:#1e1e1e}body.dark .chat-header{color:#fff;background:#1e1e1e;border-color:#333}body.dark .chat-body{background:#121212}body.dark .chat-body::-webkit-scrollbar-thumb{background-color:#444}body.dark .msg.bot{color:#eee;background:#2a2a2a;border-color:#333}body.dark .chat-input{background:#1e1e1e;border-color:#333}body.dark .chat-input textarea{color:#fff;background:#2a2a2a;border-color:#333}body.dark .chat-input textarea:focus{border-color:#c22e1d}body.dark .bot-item{color:#ddd;background:#2a2a2a}
