@import"https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap";*{margin:5;padding:0;box-sizing:border-box;font-family:Alegreya Sans,sans-serif}body{background:#343541}#app{width:100vw;height:85vh;background:#343541;margin:5;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#chat_container{flex:1;width:90%;height:90%;margin:5;overflow-y:scroll;display:flex;flex-direction:column;gap:10px;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px;scroll-behavior:smooth}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px}.ai{background:#40414f}.chat{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;gap:10px}.profile{width:36px;height:36px;border-radius:5px;background:#5436da;display:flex;justify-content:center;align-items:center}.ai .profile{background:#10a37f}.profile img{width:60%;height:60%;object-fit:contain}.message-container{flex:1;display:flex;align-items:flex-start;gap:10px;position:relative}.message{flex:1;color:#dcdcdc;font-size:20px;max-width:100%;overflow-x:scroll;white-space:pre-wrap;-ms-overflow-style:none;scrollbar-width:none}.copy-btn{background:#40414f;border:1px solid #565869;border-radius:6px;color:#dcdcdc;cursor:pointer;font-size:16px;padding:8px 12px;transition:all .2s ease;opacity:.7;min-width:40px;height:36px;display:flex;align-items:center;justify-content:center}.copy-btn:hover{opacity:1;background:#565869;border-color:#dcdcdc}.copy-btn:active{transform:scale(.95)}.message::-webkit-scrollbar{display:none}form{width:100%;max-width:1280px;margin:0 auto;padding:10px;background:#40414f;display:flex;flex-direction:row;gap:10px}textarea{width:100%;color:#fff;font-size:18px;padding:10px;background:transparent;border-radius:5px;border:none;outline:none}button{outline:0;border:0;cursor:pointer;background:transparent}form img{width:30px;height:30px}h6{text-align:center;color:orange}.auth-section{width:100vw;height:100vh;background:#343541;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:1000}.auth-container{background:#40414f;padding:40px;border-radius:12px;text-align:center;box-shadow:0 8px 32px #0000004d;max-width:400px;width:90%}.auth-container h2{color:#dcdcdc;font-size:28px;margin-bottom:10px;font-weight:600}.auth-container p{color:#9ca3af;font-size:16px;margin-bottom:30px;line-height:1.5}.google-signin-btn{background:#fff;color:#333;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.google-signin-btn:hover{background:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.google-signin-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.app-hidden,.auth-section.hidden{display:none!important}.error-message{background:#dc2626;color:#fff;padding:12px 16px;border-radius:8px;margin:15px 0;border-left:4px solid #b91c1c;animation:slideIn .3s ease-out}.error-message.hidden{display:none}.error-content{display:flex;align-items:center;gap:8px}.error-icon{font-size:18px;flex-shrink:0}.error-text{font-size:14px;font-weight:500;line-height:1.4}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-info{width:100%;max-width:1280px;background:#40414f;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #565869;margin-bottom:10px}.user-details{display:flex;align-items:center;gap:12px}.user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid #10a37f}.user-name{color:#dcdcdc;font-size:16px;font-weight:500}.logout-btn{background:#ef4444;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#dc2626;transform:translateY(-1px)}.logout-btn:active{transform:translateY(0)}#app:not(.app-hidden){height:calc(100vh - 80px);margin-top:0}
