*{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--primary: #9064ff;--secondary: #008bf7;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}.container{max-width:390px;margin:0 auto;text-align:center;border-radius:20px}svg{fill:"#9064ff";stroke-width:5}button{cursor:pointer;filter:brightness(100%)}button:focus,button:hover{outline:none;filter:brightness(140%);transition:filter .5s}.close-btn{border-radius:8px;width:100%;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:600;font-family:inherit;text-align:center;background-color:#262626;cursor:pointer;margin-top:.5em}.close-btn:hover{background-color:#111}.close-btn:focus,.close-btn:focus-visible{outline:none}header{display:flex;align-items:center;justify-content:center;width:390px;height:210px;background-image:url(/assets/worldmap--k5gYxg_.png);background-position:60%;border-radius:20px 20px 0 0}.logo-image{height:85px;margin-right:1em}.header-text{font-size:2.5em;text-align:left;color:var(--primary);padding:0;margin:0;line-height:1}.header-desc{font-size:.825em;padding:0;margin:0;font-weight:600}main{position:relative;display:grid;place-items:center;height:570px;background:#0d182e;border-radius:0 0 20px 20px}.message-container{background-color:#111;border-radius:20px;padding:1.5em 1.5em 10em;width:90%;min-height:530px;max-height:93%;overflow-y:auto;transition:all .5s ease-in-out}.min{transition:all .5s ease-in-out;min-height:165px}.message-container::-webkit-scrollbar{display:none}.message-container::-moz-scrollbar{display:none}.label-text{margin-top:0;font-weight:700;color:var(--secondary)}.message{background-color:#1a1a1a;border:1px solid transparent;min-height:62px;width:100%;font-family:inherit;font-size:1.2em;font-weight:700;text-align:left;border-radius:.8em;padding:1em}.message-user{background-color:var(--primary);color:#1e1e1e;border-radius:20px 20px 20px 0;margin-bottom:1em}.message-bot{background-color:#008bf7;border-radius:20px 0 20px 20px;margin-bottom:1em}.input-container{display:flex;justify-content:space-around;background-color:#1a1a1a;outline:5px solid #111111;border:1px solid transparent;height:56px;width:100%;text-align:left;border-radius:.8em}input{background:none;border:2px solid transparent;border-radius:20px;font-family:inherit;font-size:1.2em;font-weight:500;padding:1em 0 1em 1em}input:focus{outline:none;background:none}button{background:none;border:none}form{position:absolute;bottom:20px;width:305px;background:#111111;border-radius:20px 20px 0 0;box-shadow:0 -3px 20px #111}.language-group{display:flex;align-items:center;justify-content:space-around}[type=radio]{position:absolute;opacity:0;width:0;height:0}[type=radio]+img{outline:2px solid transparent;opacity:60%;cursor:pointer;padding:.4em;height:40px}[type=radio]:checked+img{outline:2px solid var(--secondary);padding:.4em;opacity:1;border-radius:6px;transition:outline .5s ease-out}@keyframes cursor-blink{0%{opacity:0}to{opacity:1}}.blinking-cursor:after{content:"|";font-weight:700;display:inline-block;animation:cursor-blink .5s steps(2) infinite}#loading img{height:50px;color:#646cff}.error{background:#982239;position:fixed;right:0;left:0;top:0;bottom:0;width:390px;height:200px;margin:auto;z-index:2}.modal-cover{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1;background:#120f0ee0}.mb{margin-bottom:1.5em}@media (prefers-color-scheme: light){:root{color:#ffffffde;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
