: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}#root{width:100%;height:100%;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}button{padding:10px 16px;margin:4px;background-color:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer}button:hover{background-color:#45a049}.app-container{display:flex;flex-direction:column;height:100vh;font-family:Arial,sans-serif;margin:0}.top-bar{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:12px;border-bottom:1px solid #ccc;background-color:#f0f0f0;position:sticky;top:0;z-index:100;flex-wrap:nowrap}.top-bar .left-group,.top-bar .right-group{display:flex;align-items:center;gap:8px}.top-bar button{padding:8px 12px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer}.top-bar button:hover:not(:disabled){background-color:#1976d2}.top-bar button:disabled{background-color:#9cb1d3;color:#eee;cursor:not-allowed}.main-frame{display:flex;flex:1;width:100%;overflow:hidden}.chat-list{flex:0 0 25%;border-right:1px solid #ccc;padding:16px;background-color:#f7f7f7}.chat-list ul{list-style:none;padding:0}.chat-list li{padding:8px;margin:4px 0;cursor:pointer;border-radius:4px;max-width:150px;word-wrap:break-word}.chat-list li:hover{background-color:#e0e0e0}.chat-list li.active-chat{font-weight:700;background-color:#d0e0ff}.chat-window{flex:1;display:flex;flex-direction:column;border-left:1px solid #ccc;background-color:#fff;height:100%;overflow:hidden;padding:0}.chat-window h2{margin:16px 16px 8px}.messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:16px 16px 80px;box-sizing:border-box}.message-bubble{max-width:70%;padding:8px 12px;border-radius:12px;display:inline-block}.message-bubble.you{background-color:#4caf50;color:#fff;align-self:flex-end;border-bottom-right-radius:0}.message-bubble.them{background-color:#f1f0f0;color:#000;align-self:flex-start;border-bottom-left-radius:0}.message-date{font-size:.75rem;display:block;margin-top:2px;opacity:.7;align-self:center}.message-meta{font-size:.75rem;display:flex;justify-content:space-between;margin-top:2px;opacity:.7}.message-input{position:sticky;bottom:0;background:#fff;border-top:1px solid #ddd;padding:10px 12px;display:flex;gap:8px;align-items:flex-end;z-index:5}.message-input textarea{flex:1;padding:8px;border:1px solid #ccc;border-radius:6px;resize:none;overflow:hidden;font-family:inherit;font-size:1rem;line-height:1.3;min-height:26px}.message-input button{padding:8px 12px;background-color:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer;height:36px;flex-shrink:0}.message-input button:hover{background-color:#45a049}.dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog-actions{display:flex;justify-content:space-between;margin-top:15px}.dialog-actions button{padding:6px 12px;border:none;border-radius:6px;cursor:pointer}.dialog-actions button:hover{opacity:.9}.welcome{margin-left:auto;font-weight:700}.form-field{display:flex;align-items:center;margin-bottom:1rem}.form-field label{width:120px;margin-right:.5rem;text-align:right}.form-field input{flex:1;padding:.5rem;border:1px solid #ccc;border-radius:6px}.imgTools{height:40px;border:1px solid #CCC;margin-right:6px}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-left:6px;border:1px solid #9e9e9e}.status-online{background-color:#4caf50}.status-offline{background-color:#fff}.dialog-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center}.dialog{background:#fff;padding:16px 32px;border-radius:10px;min-width:250px;max-width:300px;min-height:400px;width:90%;box-shadow:0 4px 10px #00000040}.dialog-buttons{margin-top:15px;display:flex;justify-content:space-between}.dialog-buttons button:disabled{background-color:#98fb98;color:#fff;cursor:not-allowed}.dialog select,.dialog input{width:100%;padding:6px;margin:2px 0;border-radius:6px;border:1px solid #ccc;font-size:1rem;box-sizing:border-box}.user-item{display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-radius:4px}.user-checkbox-list{display:flex;flex-direction:column;align-items:flex-start;margin:5px 0 10px;max-height:200px;overflow-y:auto;padding:6px 10px;border:1px solid #ccc;border-radius:8px;width:100%;box-sizing:border-box;background-color:#fafafa}.user-checkbox-item{display:flex;align-items:center;font-size:1rem;gap:8px;cursor:pointer}.user-checkbox-item input[type=checkbox]{transform:scale(1.1);cursor:pointer}.claims-list{max-width:400px;min-height:50px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}
