: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}}.auth-container{max-width:600px;width:400px;margin:2rem auto;padding:2rem;border-radius:8px}.auth-container h2{margin-top:0;margin-bottom:1.5rem;text-align:center;color:#333}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#555;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#007bff}.auth-button{padding:.75rem;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.auth-button:hover:not(:disabled){background:#0056b3}.auth-button:disabled{background:#ccc;cursor:not-allowed}.error-message{padding:.75rem;background:#fee;color:#c33;border-radius:4px;font-size:.9rem;text-align:center}.info-message{padding:.75rem;background:#e7f3ff;color:#06c;border-radius:4px;font-size:.9rem;text-align:center;margin-bottom:1rem}.auth-switch{text-align:center;margin-top:1.5rem;color:#666;font-size:.9rem}.link-button{background:none;border:none;color:#007bff;cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.link-button:hover{color:#0056b3}.dashboard-container{max-width:800px;margin:2rem auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #eee}.dashboard-header h1{margin:0;color:#333}.sign-out-button{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s}.sign-out-button:hover{background:#c82333}.dashboard-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.user-info h2{margin-top:0;margin-bottom:1.5rem;color:#333}.info-item{padding:.75rem 0;border-bottom:1px solid #eee}.info-item:last-child{border-bottom:none}.info-item strong{display:inline-block;min-width:150px;color:#666}.chat{background:var(--white);position:absolute;top:4rem;bottom:4rem;right:0;overflow-y:auto;width:300px;display:flex;flex-direction:column;justify-content:flex-end;border-left:1px solid var(--grey);background-color:#eee}@media only screen and (max-width:600px){.chat{width:100%;z-index:3}}.add-message{padding:1rem;border-top:1px solid var(--grey);border-bottom:1px solid var(--grey)}.chat-messages{padding:1rem;margin:0;height:100%;overflow-y:auto}.chat-message{list-style-type:none;margin-bottom:1rem}.chat-message-author{font-weight:700;font-size:14px}.chat-message-body{text-align:left;margin:0;display:inline;color:var(--dark-grey);font-size:14px}.chat-form{display:flex;justify-content:space-between;border-bottom:2px solid var(--grey)}.chat-input{background:transparent;border:0;flex-grow:1;padding:.5rem}.chat-submit-button{background:transparent}.close-chat{background:var(--turquoise);border:1px solid var(--grey);padding:.5rem 1rem;margin:1rem;align-self:end;font-weight:400}.close-chat:hover{background:var(--grey);border:1px solid var(--dark-blue-border)}.tray{width:100%;background:var(--white);color:var(--darkest-blue);flex-direction:column;display:flex;justify-content:center}.tray-buttons-container{padding:10px;display:flex;position:fixed;bottom:0}.tray-buttons-container button{padding:0;background-color:#fff;display:flex;align-items:center;flex-direction:column;font-weight:400}.tray-buttons-container button svg{color:#121a24}.tray-buttons-container button+button{margin-left:2rem}.controls,.actions,.leave{display:flex;flex:1;align-items:center}.controls{justify-content:flex-start}.actions{justify-content:center}.leave{justify-content:flex-end}.call{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:var(--light-gray)}button{background-color:var(--turquoise);border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;padding:12px}video{width:100%;height:100%;object-fit:cover;border-radius:4px}#root{max-width:1280px;margin:0 auto;padding:0;text-align:left}.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}
