: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}}body{background-color:#051235;overflow:hidden;width:100%}html{width:100%}#root{width:100%;text-align:center}#page-container{width:100%;height:100%;padding:0}.input-wrapper{max-width:60rem}@keyframes rollIn{0%{transform:translate(-50vw) rotate(-360deg);opacity:0}to{transform:translate(0) rotate(0);opacity:1}}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#welcome-logo.animate{animation:rollIn 1s ease-out;animation-delay:.25s;animation-fill-mode:both}#welcome-name.animate{animation:fadeInUp 1s ease-in-out}.welcome-fade{opacity:0;animation:welcomeFadeIn 1s ease-out forwards;animation-delay:1.25s}#chat-screen-wrapper{height:100svh}#chat-dropdown{width:100vw;background-color:#051235;color:#fff}.chat-window-mobile{padding-top:61px}#chat-logo{max-width:10rem}@keyframes chatFade{0%{opacity:0}to{opacity:1}}#chat-sidebar{height:100svh;animation:chatFade .8s ease-in;animation-fill-mode:both}#chat-sidebar button{background-color:#eff4f7;color:#222;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;font-size:1rem;box-shadow:0 4px 10px #00000040;transition:all .2s ease-in-out}#chat-sidebar button:hover{background-color:#e9f6fd;scale:1.04;box-shadow:0 0 5px #fff}#chat-window{background-color:#e2f6ff;animation:chatFade .8s ease-in;animation-fill-mode:both}#chat-container{height:100svh;max-width:100rem;width:100%;box-sizing:border-box;scrollbar-color:#051235 #e2f6ff;scrollbar-width:thin;margin:0}@keyframes scaling{0%{background-color:#686868;transform:scale(.2)}50%{background-color:#000;transform:scale(1)}to{background-color:#686868;transform:scale(.2)}}.user-bubble{background-color:#051235}.message-bubble-anim{animation:fadeInUp .3s ease-out}#loading-dots div{height:12px;width:12px;border-radius:50%;animation:scaling 1.5s ease-in-out infinite}#loading-dots div:nth-child(2){animation-delay:.3s}#loading-dots div:nth-child(3){animation-delay:.6s}#loading-dots div:nth-child(4){animation-delay:.9s}iframe{height:80vh}.modal-header,.modal-footer{background-color:#051235;color:#fff}.modal-body{background-color:#e2f6ff}
