.app{position:relative;display:flex;flex-direction:column;height:100vh;margin:0 auto;background-color:transparent;z-index:2}.header,.messages-container,.input-container{position:relative;z-index:2}.header{position:relative;display:flex;justify-content:space-between;align-items:center;width:100vw;margin-left:calc(-50vw + 50%);padding:1rem 1.5rem;border-bottom:1px solid #e5e5e5;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-right{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:#f5f5f5b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;border:1px solid rgba(229,229,229,.5)}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-name{font-size:.875rem;color:#1f1f1f;font-weight:500}.logout-button{padding:.375rem .75rem;background-color:transparent;border:1px solid rgba(229,229,229,.5);border-radius:.375rem;color:#666;font-size:.75rem;cursor:pointer;transition:all .2s;font-family:inherit}.logout-button:hover{background-color:#e5e5e5cc;color:#1f1f1f}.login-screen{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;position:relative;background:linear-gradient(45deg,#ffffff80,#ffffffe6),url(/HeroImage.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.login-container{background-color:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;border-radius:1.5rem;box-shadow:0 20px 60px #0003;text-align:center;max-width:400px;width:90%;border:1px solid rgba(255,255,255,.3)}.login-container h1{font-size:1.75rem;margin-bottom:.5rem;color:#1f1f1f}.login-container>p{color:#666;margin-bottom:2rem;font-size:1rem}.google-login-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;background-color:#4285f4;border:none;border-radius:.5rem;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;box-shadow:0 2px 8px #4285f44d}.google-login-button:hover{box-shadow:0 4px 12px #4285f466;background-color:#357ae8;transform:translateY(-1px)}.google-login-button svg{width:20px;height:20px}.auth-error{background-color:#fee;color:#c33;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.9375rem;border:1px solid #fcc;line-height:1.5;text-align:center;box-shadow:0 2px 4px #cc33331a}.login-footer{margin-top:2rem;font-size:.75rem;color:#999}.login-logo{width:120px;height:auto;margin-top:2rem;display:block;margin-left:auto;margin-right:auto;opacity:.9;transition:opacity .2s}.login-logo:hover{opacity:1}.header-title-section{display:flex;align-items:center;gap:.75rem}.header h1{font-size:1.25rem;font-weight:600;color:#1f1f1f;margin:0}.version-selector{padding:.375rem .75rem;background-color:#f5f5f5b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(229,229,229,.5);border-radius:.5rem;color:#1f1f1f;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s;outline:none}.version-selector:hover{background-color:#e5e5e5cc;border-color:#d5d5d599}.version-selector:focus{border-color:#1f1f1f}.rag-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.675rem;color:#666}.rag-toggle input[type=checkbox]{cursor:pointer}.messages-container{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#666}.empty-state h2{font-size:1.5rem;margin-bottom:.5rem;color:#1f1f1f}.empty-state p{font-size:1rem;max-width:500px}.message{display:flex;gap:1rem;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message.user .message-content{background-color:#1f1f1fcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:1rem 1rem .25rem;max-width:80%}.message.assistant .message-content{background-color:#f5f5f5b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1f1f1f;border-radius:1rem 1rem 1rem .25rem;max-width:80%}.message-content{padding:1rem 1.25rem;line-height:1.6;word-wrap:break-word}.message-text{font-size:.9375rem}.message.user .message-text{white-space:pre-wrap}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;line-height:1.3;color:inherit}.message-text h1{font-size:1.5rem}.message-text h2{font-size:1.25rem}.message-text h3{font-size:1.125rem}.message-text h4,.message-text h5,.message-text h6{font-size:1rem}.message-text h1:first-child,.message-text h2:first-child,.message-text h3:first-child{margin-top:0}.message-text p{margin:.75rem 0;line-height:1.6}.message-text p:first-child{margin-top:0}.message-text p:last-child{margin-bottom:0}.message-text ul,.message-text ol{margin:.75rem 0;padding-left:1.5rem}.message-text li{margin:.5rem 0;line-height:1.6}.message-text ul{list-style-type:disc}.message-text ol{list-style-type:decimal}.message-text ul ul,.message-text ol ol,.message-text ul ol,.message-text ol ul{margin:.25rem 0}.message-text strong,.message-text b{font-weight:600;color:inherit}.message-text em,.message-text i{font-style:italic}.message-text code{background-color:#0000001a;padding:.125rem .25rem;border-radius:.25rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:.875em}.message.user .message-text code{background-color:#fff3}.message-text pre{background-color:#0000000d;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0;line-height:1.5}.message.user .message-text pre{background-color:#ffffff1a}.message-text pre code{background-color:transparent;padding:0;font-size:.875rem}.message-text blockquote{border-left:3px solid rgba(0,0,0,.2);padding-left:1rem;margin:1rem 0;color:inherit;opacity:.9}.message.user .message-text blockquote{border-left-color:#ffffff4d}.message-text a{color:inherit;text-decoration:underline;text-decoration-color:#0000004d;text-underline-offset:2px}.message.user .message-text a{text-decoration-color:#ffffff80}.message-text a:hover{opacity:.8}.message-text hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:1.5rem 0}.message.user .message-text hr{border-top-color:#fff3}.message-text table{border-collapse:collapse;width:100%;margin:1rem 0}.message-text th,.message-text td{border:1px solid rgba(0,0,0,.1);padding:.5rem;text-align:left}.message.user .message-text th,.message.user .message-text td{border-color:#fff3}.message-text th{font-weight:600;background-color:#0000000d}.message.user .message-text th{background-color:#ffffff1a}.sources{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1);font-size:.8125rem}.message.user .sources{border-top-color:#fff3}.sources strong{display:block;margin-bottom:.5rem;font-weight:600}.sources ul{list-style:none;padding-left:0}.sources li{margin-bottom:.5rem;padding-left:1rem;position:relative;color:#666}.sources li:before{content:"•";position:absolute;left:0;color:#999}.typing-indicator{display:flex;gap:.25rem;padding:.5rem 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background-color:#999;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.input-container{padding:1rem 1.5rem}.input-wrapper{display:flex;align-items:center;gap:.75rem;max-width:100%;background-color:#f5f5f5b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:.75rem 1rem;border:1px solid rgba(229,229,229,.5);transition:border-color .2s}.input-wrapper:focus-within{border-color:#1f1f1f}.input-field{flex:1;border:none;background:transparent;resize:none;font-size:.9375rem;font-family:inherit;color:#1f1f1f;outline:none;max-height:200px;overflow-y:auto;line-height:1.5}.input-field::placeholder{color:#999}.send-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background-color:#1f1f1f;color:#fff;border-radius:50%;cursor:pointer;transition:background-color .2s,opacity .2s;flex-shrink:0}.send-button:hover:not(:disabled){background-color:#333}.send-button:disabled{opacity:.4;cursor:not-allowed}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#999}.selected-images{display:flex;gap:.75rem;padding:.75rem 1.5rem;flex-wrap:wrap;border-bottom:1px solid #e5e5e5}.selected-image-preview{position:relative;width:80px;height:80px;border-radius:.5rem;overflow:hidden;border:1px solid #e5e5e5;background-color:#f5f5f5}.selected-image-preview img{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:.25rem;right:.25rem;width:24px;height:24px;border:none;background-color:#000000b3;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;transition:background-color .2s}.remove-image-btn:hover{background-color:#000000e6}.action-buttons{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:0 .25rem}.action-button{display:flex;align-items:center;gap:.5rem;border:none;background-color:transparent;color:#666;cursor:pointer;transition:all .2s;font-size:.875rem;font-family:inherit}.action-button:hover:not(:disabled){color:#1f1f1f}.action-button:disabled{opacity:.4;cursor:not-allowed}.pill-button{padding:.5rem 1rem;background-color:#f5f5f5b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(229,229,229,.5);border-radius:9999px;color:#1f1f1f;font-size:small;font-weight:500}.pill-button:hover:not(:disabled){background-color:#e5e5e5cc;border-color:#d5d5d599}.pill-button:active:not(:disabled){background-color:#d5d5d5e6}.pill-button svg{flex-shrink:0}.message-images{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.message-image-wrapper{border-radius:.5rem;overflow:hidden;max-width:100%;border:1px solid rgba(0,0,0,.1)}.message.user .message-image-wrapper{border-color:#fff3}.message-image{width:100%;height:auto;display:block;max-width:500px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1f1f1f;height:100vh;overflow:hidden}#root{position:relative;height:100vh;width:100vw;display:flex;flex-direction:column;overflow:hidden;background-color:#f0f0f0}.background-video-container{position:fixed;top:0;left:50%;transform:translate(-50%);width:100vw;max-width:927px;height:100vh;z-index:0;pointer-events:none;background-color:#fff;box-shadow:0 0 20px #00000026}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center bottom;z-index:0;pointer-events:none}.background-video-overlay{position:absolute;bottom:0;left:0;width:100%;height:44%;background:linear-gradient(to top,#fff0,#fff);z-index:1;pointer-events:none}
