:root{font-family:Inter,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}}.forgot-password-link{font-size:small}.forgot-password-link-container{justify-content:center;justify-self:center}.signup-container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#1a1f2e;padding:1rem;box-sizing:border-box}.form-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.form-group{margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;background-color:#2a3142;border:1px solid #4b5563;border-radius:4px;color:#fff;margin-bottom:.5rem}.login-link-container{margin-top:1.5rem;text-align:center;color:#9ca3af}.login-link{color:#10b981;text-decoration:none;margin-left:.25rem}.login-link:hover{color:#059669}.logo-image{width:115px;height:auto;display:block}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100vh;width:100vw;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#242424;color:#ffffffde}body{display:flex}.app-container{display:flex;width:100vw;height:100vh}.sidebar{position:relative;width:320px;height:100vh;background-color:#1a1a1a;color:#fff;display:flex;flex-direction:column;border-right:1px solid #333;overflow:auto}.resizer{width:3px;cursor:ew-resize;background-color:#1a1a1a;transition:background-color .2s ease}.resizer:hover{background-color:#bbb}.sidebar-header{padding:1.5rem;border-bottom:1px solid #333}.sidebar h2{text-align:center;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;margin-top:.5rem}.sidebar ul{list-style:none;padding:.75rem;margin:0;flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.sidebar ul::-webkit-scrollbar{width:8px}.sidebar ul::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}.sidebar ul::-webkit-scrollbar-thumb:hover{background-color:#666}.sidebar ul::-webkit-scrollbar-track{background-color:#1a1a1a}.sidebar li{padding:.75rem;margin-bottom:.5rem;cursor:pointer;background-color:#2a2a2a;border-radius:8px;position:relative;transition:background-color .2s;display:flex;align-items:center;justify-content:space-between}.sidebar li:hover{background-color:#333}.sidebar li.selected{background-color:#444}.chat-name-field{overflow-x:hidden}.chat-name-input-box{width:100%}.chat-menu-btn{opacity:0;padding:.25rem;background:none;border:none;color:#fff;cursor:pointer;border-radius:4px;transition:opacity .2s,background-color .2s}.sidebar li:hover .chat-menu-btn{opacity:1}.chat-menu-btn:hover{background-color:#555}.chat-menu{position:absolute;right:0;top:50%;margin-top:.5rem;background-color:#2a2a2a;border-radius:8px;box-shadow:0 4px 6px #0000001a;z-index:10;width:130px}.chat-menu button{width:100%;text-align:left;padding:.75rem 1rem;background:none;border:none;color:#fff;cursor:pointer;transition:background-color .2s}.chat-menu button:hover{background-color:#444}.chat-menu button.delete{color:#f44}.add-chat-btn{width:92%;padding:.75rem;background-color:#5b84c7;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;display:flex;align-self:center;justify-content:center;gap:.5rem;font-size:.95rem}.add-meeting-btn{padding:.75rem;background-color:#5b84c7;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem}.add-meeting-btn:hover{background-color:#4a74b0}.sidebar-bottom{padding:.75rem;border-top:1px solid #333}.settings-btn,.logout-btn{width:100%;padding:.75rem;margin-bottom:.5rem;background-color:#333;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.referenced-meetings-toggle{padding:.75rem;justify-self:center}.toggle-btn{width:100%;padding:.75rem;border:none;cursor:pointer;transition:background-color .2s;align-self:center;justify-content:center;justify-self:center;gap:.5rem;font-size:.95rem}.toggle-btn:hover{background-color:#5b84c7;color:#fff}.referenced-meetings-header{justify-self:center}.settings-btn:hover,.logout-btn:hover{background-color:#444}.full-chat-area{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#242424}.chat-container{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:1.5rem}.messages{padding:0;display:flex;flex-direction:column;gap:1rem}.message{max-width:70%;padding:1rem;border-radius:12px;margin-bottom:.5rem}.message.user{align-self:flex-end;background-color:#5b84c7;color:#fff}.message.bot{align-self:flex-start;background-color:#555;color:#fff}.message-text{word-wrap:break-word;white-space:pre-wrap;line-height:1.5}.input-container{display:flex;padding:1rem;gap:.75rem;background-color:#1a1a1a;border-top:1px solid #333;align-items:center}.input-container input{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;background-color:#2a2a2a;color:#fff;font-size:.95rem;transition:box-shadow .2s}.input-container input:focus{outline:none;box-shadow:0 0 0 2px #5b84c7}.input-container button{padding:.75rem 1.25rem;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background-color .2s;font-size:.95rem}.input-container button:last-child{background-color:#10b981}.input-container button:last-child:hover{background-color:#45a049}.input-container button:disabled{background-color:#666;cursor:not-allowed}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center}.popup{background-color:#1a1a1a;border-radius:12px;padding:1.5rem;width:400px;max-width:90vw}.popup h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;justify-self:center}.popup-content{max-height:300px;overflow-y:auto;margin:1rem 0}.meeting-selection-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:6px;background-color:#2a2a2a;transition:background-color .2s ease}.meeting-selection-row:hover{background-color:#333}.meeting-selection-input{display:flex;align-items:center;gap:1rem;flex:1}.meeting-selection-input input[type=checkbox]{display:none}.meeting-selection-input label{position:relative;padding-left:35px;cursor:pointer;font-size:1rem;display:flex;align-items:center}.meeting-selection-input label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;border:2px solid #5b84c7;border-radius:4px;background-color:#2a2a2a;transition:all .2s ease}.meeting-selection-input input[type=checkbox]:checked+label:before{background-color:#5b84c7}.meeting-selection-input input[type=checkbox]:checked+label:after{content:"✓";position:absolute;left:6px;top:50%;transform:translateY(-50%);color:#fff;font-size:16px;font-weight:700}.popup-buttons{display:flex;justify-content:space-between;margin-top:1rem;gap:.5rem}.add-meeting-to-chat-btn{width:45%;padding:.5rem;background-color:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.add-meeting-to-chat-btn:hover{background-color:#45a049}.cancel-add-meeting-to-chat-btn{width:45%;padding:.5rem;background-color:#333;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.cancel-add-meeting-to-chat-btn:hover{background-color:#d32f2f}.transcript-btn{padding:.5rem 1rem;background-color:#5b84c7;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;white-space:nowrap}.transcript-btn:hover{background-color:#4a74b0}.transcript-btn:active{background-color:#3964a0}.input-error{border-color:#dc2626;background-color:#ffe4e6}.error-text{color:#dc2626;font-size:.875rem;margin-top:.25rem}html,body{height:100%;width:100%;margin:0;padding:0;box-sizing:border-box}#root{height:100vh;width:100vw}.login-container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#1a1f2e;padding:1rem;box-sizing:border-box}.form-container{background-color:#1e2538;padding:2rem;border-radius:8px;width:100%;max-width:28rem;box-shadow:0 4px 6px #0000001a}.form-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;color:#e5e7eb;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;background-color:#2a3142;border:1px solid #4b5563;border-radius:4px;color:#fff;margin-bottom:1rem}.form-input::placeholder{color:#9ca3af}.form-input:focus{outline:none;border-color:#10b981}.submit-button{width:100%;padding:.75rem;background-color:#10b981;color:#fff;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#059669}.signup-link-container{margin-top:1.5rem;text-align:center;color:#9ca3af}.signup-link{color:#10b981;text-decoration:none;margin-left:.25rem}.signup-link:hover{color:#059669}.logo-image{width:150px;height:auto;display:block}
