:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;width:100%;display:flex;flex-direction:column;place-items:center}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;height:100%;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:250px;padding:16px;background:#fff;border-radius:8px;z-index:1000;box-shadow:0 10px 30px #0000004d}.modal-edit{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:375px;padding:16px;background:#fff;border-radius:8px;z-index:1000;box-shadow:0 10px 30px #0000004d}.create_form{display:flex;width:90%;height:50%}.create_form div{margin-left:10px}button#create_close,button#create_save{margin-top:0%;margin-right:0%;margin-left:85%}button#delete_chat{margin-left:85%}#thread-root{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}.thread{background:#00000080;width:800px;height:600px;background:#fff;border-radius:8px;flex-direction:column;box-shadow:0 10px 30px #0000004d;display:flex}.chat{overflow-y:auto}.message{display:flex}.thread-header{position:relative;padding:10px 40px;text-align:center;border-bottom:3px solid #ddd}.thread-header h4{margin:0}#chat-close{position:absolute;top:8px;right:8px;background:none;border:none;font-size:20px;cursor:pointer}.message.admin{justify-content:flex-end}.chat p{font-size:40px;text-align:center}.message.user{justify-content:flex-start}.bubble{max-width:70%;padding:10px 14px;border-radius:12px;line-height:1.4;word-wrap:break-word}.message.admin .bubble{background:#4f8cff;color:#fff;border-top-right-radius:0}.message.user .bubble{background:#e0e0e0;color:#000;border-top-left-radius:0}.message-meta{display:flex;justify-content:space-between;font-size:12px;opacity:.7;margin-bottom:4px}.message.admin .message-meta{color:#e8f0ff}.message.user .message-meta{color:#555}.message-header{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px;opacity:.75}.message-author{font-weight:600}.message-date{white-space:nowrap}.message-text{font-size:14px}.message.admin .message-header{color:#e6ecff}.message.user .message-header{color:#444}.red-chat{background-color:red}img{max-width:240px;max-height:200px;padding-left:5px}.base{overflow-y:auto;max-height:160px}#delete-root{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}.delete-ok{width:400px;height:200px}.btn-del{margin-right:50px}#toast-root{position:fixed;right:16px;bottom:16px;z-index:9999}.toast{background:#333;color:#fff;padding:12px 16px;border-radius:6px;display:flex;align-items:center;gap:12px;min-width:220px;margin-top:8px}.toast button{background:none;border:none;color:#fff;cursor:pointer;font-size:14px}.green{color:green}.yellow{color:#ff0}.red{color:red}#info-create-root{position:fixed;top:25%;left:50%;transform:translate(-50%,-50%);z-index:1000}.info-create{background:#00000080;background:#fff;border-radius:8px;flex-direction:column;box-shadow:0 10px 30px #0000004d;display:flex}.info-ok{width:300px;height:100px}.info-error{flex-direction:row;width:300px;height:200px;padding:10px 40px}.info-header{position:relative;padding-top:50px;text-align:center}#info-close{position:absolute;top:8px;right:8px;background:none;border:none;font-size:20px;cursor:pointer}.chats-table{flex-grow:1;margin-left:50px;margin-right:50px}table{width:100%}.has-answer{background-color:#d4edda}.no-answer{background-color:#fff3cd}.error-answer{background-color:#f8d7da}.search-panel{flex-direction:row;height:60px;margin-left:200px;margin-right:200px;background-color:#f1f3f5;border:1px solid #ced4da;padding:12px;border-radius:8px;gap:12px;align-items:center}table tr td{border-bottom:2px solid rgb(115,204,115)}.search-panel input[type=radio]{margin-right:4px}.search-panel label{margin-right:20px}.search-panel button{background-color:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}#create_chat{margin-top:10px;margin-bottom:10px;background-color:#6cee6c;margin-left:85%}#root{margin:0 auto;padding:2rem;text-align:center}
