: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{margin:0 auto;padding:2rem;text-align:center;width:100%}.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}.container{display:flex;justify-content:space-between;height:100vh}.main-content{flex:0 0 60%;padding:1rem;display:flex;flex-direction:column;height:100%}.header{display:flex;justify-content:space-between;align-items:center;padding:0 0 1rem;border-bottom:1px solid #e9ecef;margin-bottom:1rem}.app-title{font-size:1.5rem;font-weight:600;color:#333;margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{position:relative;background:transparent;border-radius:8px;max-width:90%;max-height:90%;overflow:auto}.modal-close{position:absolute;top:-40px;right:0;background:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .2s ease}.modal-close:hover{background:#f8f9fa}.chatbot{flex:1;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.header h2{margin:0}.health-check-btn{padding:6px 12px;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease}.health-check-btn.idle{background-color:#f0f0f0;color:#333}.health-check-btn.idle:hover{background-color:#e0e0e0}.health-check-btn.success{background-color:#28a745;color:#fff;border-color:#28a745}.health-check-btn.error{background-color:#dc3545;color:#fff;border-color:#dc3545}.auth-notice{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:1rem;text-align:center}.auth-notice p{margin:.5rem 0;color:#666;font-size:14px}.auth-notice p:first-child{font-weight:500;color:#333}.chat-window{border:1px solid #ccc;padding:10px;flex:1;margin-bottom:10px;overflow-y:auto;max-height:70vh}.chat-input{display:flex;gap:10px}.chat-input input{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px}.chat-input button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.chat-input button:hover{background-color:#0056b3}.chat-message{background-color:#3d3d3d;color:#fff;border:1px solid #555;border-radius:4px;padding:.5rem 1rem;margin-bottom:.5rem;box-shadow:0 2px 4px #0003;white-space:pre-wrap}.chat-message.assistant{text-align:left}.chat-message.user{text-align:right}.chat-card{background-color:#3d3d3d;color:#fff;border:1px solid #555;border-radius:4px;padding:.5rem 1rem;margin-bottom:.5rem;box-shadow:0 2px 4px #0003;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.chat-card h3{margin:0;font-size:1rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-card .delete-button{background:none;border:none;color:#f44;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.chat-card .delete-button:hover{background-color:#ff44441a;color:#f66}.chat-card .delete-button:active{transform:scale(.95)}.delete-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.delete-modal{background:#2a2a2a;color:#fff;border-radius:8px;padding:1.5rem;max-width:320px;width:100%;box-shadow:0 8px 24px #0006}.delete-modal p{margin:0 0 1rem;line-height:1.4}.delete-modal__actions{display:flex;justify-content:flex-end;gap:.5rem}.delete-modal__cancel,.delete-modal__confirm{border:none;border-radius:4px;padding:.4rem .8rem;cursor:pointer;font-weight:600}.delete-modal__cancel{background:#555;color:#fff}.delete-modal__confirm{background:#f44;color:#fff}.delete-modal__confirm:disabled,.delete-modal__cancel:disabled{opacity:.6;cursor:not-allowed}.new-chat-button{background-color:#22c55e;color:#fff;border:1px solid #16a34a;border-radius:4px;padding:.5rem 1rem;margin-bottom:.5rem;box-shadow:0 2px 4px #0003;display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer}.new-chat-button h3{margin:0;font-size:1rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-chat-button:hover{background-color:#16a34a}.new-chat-button:active{transform:scale(.98)}.previous-chats-sidebar{flex:0 0 20%;background-color:#2d2d2d;color:#fff;padding:1rem;overflow-y:auto;border-right:1px solid #444}.previous-chats-sidebar h2{margin:1rem 0;font-size:1.2rem;color:#fff}.source-card{background-color:#3d3d3d;color:#fff;border:1px solid #555;border-radius:4px;padding:1rem;margin-bottom:.75rem;box-shadow:0 2px 4px #0003}.source-number{display:block;font-weight:700;margin-bottom:.5rem;color:#ccc}.source-title{margin:0 0 .5rem;font-size:1.1rem}.source-summary{margin:0 0 .75rem;font-size:.9rem;line-height:1.4;color:#eee}.source-website{color:#90caf9;font-size:.85rem;text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis}.source-website:hover{text-decoration:underline}.sources-sidebar{flex:0 0 20%;background-color:#2d2d2d;color:#fff;padding:1rem;overflow-y:auto;border-left:1px solid #444}.sources-sidebar h2{color:#fff}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-box h1{text-align:center;margin-bottom:1.5rem;color:#333;font-size:1.5rem}.profile-menu{position:relative}.profile-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.profile-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;transition:transform .2s ease}.profile-button:hover .profile-avatar{transform:scale(1.05)}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000;overflow:hidden}.profile-header{padding:12px 16px;background:#f8f9fa}.profile-email{font-size:14px;color:#333;font-weight:500;word-break:break-word}.profile-divider{height:1px;background:#e9ecef}.profile-menu-item{width:100%;padding:12px 16px;background:none;border:none;text-align:left;cursor:pointer;font-size:14px;color:#333;transition:background-color .2s ease}.profile-menu-item:hover{background:#f8f9fa}.profile-menu-item.danger{color:#dc3545}.profile-menu-item.danger:hover{background:#fff5f5}.profile-menu-item.confirm{background:#fff5f5;font-weight:600}
