:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ChatInput-module__CGrquW__message{margin-bottom:3%;margin-left:5%}@media (max-width:768px){.ChatInput-module__CGrquW__message{margin-bottom:7%;margin-left:2%}}.ChatInput-module__CGrquW__chat-input-container{transition:all .2s ease-in-out}.ChatInput-module__CGrquW__chat-input-container:focus-within{transform:scale(1.01)}.ChatInput-module__CGrquW__chat-textarea{transition:all .2s ease-in-out}.ChatInput-module__CGrquW__chat-textarea:focus{transform:translateY(-1px)}.ChatInput-module__CGrquW__typing-indicator{gap:2px;display:flex;position:absolute;bottom:8px;right:8px}.ChatInput-module__CGrquW__typing-dot{background-color:#9ca3af;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite ChatInput-module__CGrquW__typing}.ChatInput-module__CGrquW__typing-dot:first-child{animation-delay:-.32s}.ChatInput-module__CGrquW__typing-dot:nth-child(2){animation-delay:-.16s}@keyframes ChatInput-module__CGrquW__typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ChatInput-module__CGrquW__tool-button{transition:all .2s ease-in-out}.ChatInput-module__CGrquW__tool-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.ChatInput-module__CGrquW__send-button-pulse{animation:2s infinite ChatInput-module__CGrquW__pulse}@keyframes ChatInput-module__CGrquW__pulse{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}
.SpeechToText-module__R0aasW__listeningBackground{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:2s infinite SpeechToText-module__R0aasW__pulseBackground,2s ease-in-out infinite SpeechToText-module__R0aasW__bounceEffect;display:flex;position:static}.SpeechToText-module__R0aasW__marginBttom{height:60px;margin-right:5px;padding-top:10%}.SpeechToText-module__R0aasW__mic-container{justify-content:center;align-items:center;margin:0;display:flex;position:relative}.SpeechToText-module__R0aasW__circle{z-index:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .5s;display:flex;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003}.SpeechToText-module__R0aasW__circle.SpeechToText-module__R0aasW__active{background:#000;animation:.8s ease-in-out infinite SpeechToText-module__R0aasW__bounce}.SpeechToText-module__R0aasW__circle.SpeechToText-module__R0aasW__active i{color:#fff}.dark .SpeechToText-module__R0aasW__circle{background:var(--surface-elevated)}.SpeechToText-module__R0aasW__circle:before{content:"";opacity:.2;z-index:-1;border-radius:50%;width:80px;height:80px;position:absolute}@keyframes SpeechToText-module__R0aasW__pulseBackground{0%{background-color:#0000001a}50%{background-color:#0000004d}to{background-color:#0000001a}}@keyframes SpeechToText-module__R0aasW__bounceEffect{0%{transform:scale(1)}25%{transform:scale(1.05)}50%{transform:scale(1)}75%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes SpeechToText-module__R0aasW__bounce{0%{transform:scale(1)}25%{transform:scale(1.4)}75%{transform:scale(1)}to{transform:scale(1.3)}}
.WaveAnimation-module__OFd8fa__wrapper{border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.WaveAnimation-module__OFd8fa__container{justify-content:center;align-items:center;display:flex;overflow:hidden}.WaveAnimation-module__OFd8fa__bar{background-color:#545fe5;border-radius:2px;width:4px;height:30px;margin:0 2px;animation:1s ease-in-out infinite WaveAnimation-module__OFd8fa__wave;display:inline-block}.WaveAnimation-module__OFd8fa__bar:nth-child(odd){animation-delay:.2s}.WaveAnimation-module__OFd8fa__bar:nth-child(2n){animation-delay:.4s}.WaveAnimation-module__OFd8fa__bar:nth-child(3n){animation-delay:.6s}.WaveAnimation-module__OFd8fa__bar:nth-child(5n){animation-delay:.8s}.WaveAnimation-module__OFd8fa__bar:nth-child(7n){animation-delay:1s}@keyframes WaveAnimation-module__OFd8fa__wave{0%{transform:scaleY(1)}50%{transform:scaleY(.5)}to{transform:scaleY(1)}}@media (min-width:1024px){.WaveAnimation-module__OFd8fa__wrapper{margin-left:24%}}
.AudioLoader-module__kCunnW__wrapper{background-color:#fff;border:2px solid #545fe5;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;box-shadow:0 4px 8px #0000001a}.AudioLoader-module__kCunnW__text{color:#545fe5;margin-bottom:10px;font-size:16px}.AudioLoader-module__kCunnW__progressBar{background-color:#e0e0e0;border-radius:5px;width:100%;height:10px;margin:10px 0;overflow:hidden}.AudioLoader-module__kCunnW__filler{background-color:#545fe5;height:100%;transition:width .2s ease-in-out}.AudioLoader-module__kCunnW__waveMenu{cursor:pointer;background:#fff;border:4px solid #545fe5;border-radius:50px;justify-content:center;align-items:center;width:200px;height:45px;margin:0;padding:0;transition:all .2s;display:flex}.AudioLoader-module__kCunnW__waveMenu li{background:#545fe5;border-radius:10px;width:4px;height:30px;margin:0 6px;list-style:none;transition:all .2s;animation-name:AudioLoader-module__kCunnW__wave1;animation-duration:.3s;animation-iteration-count:infinite;animation-direction:alternate}.AudioLoader-module__kCunnW__waveMenu:hover>li{background:#fff}.AudioLoader-module__kCunnW__waveMenu:hover{background:#545fe5}.AudioLoader-module__kCunnW__waveMenu li:nth-child(2){animation-name:AudioLoader-module__kCunnW__wave2;animation-delay:.2s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(3){animation-name:AudioLoader-module__kCunnW__wave3;animation-duration:.4s;animation-delay:.23s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(4){animation-name:AudioLoader-module__kCunnW__wave4;animation-duration:.3s;animation-delay:.1s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(5){animation-delay:.5s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(6){animation-name:AudioLoader-module__kCunnW__wave2;animation-duration:.5s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(8){animation-name:AudioLoader-module__kCunnW__wave4;animation-duration:.25s;animation-delay:.4s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(9){animation-name:AudioLoader-module__kCunnW__wave3;animation-delay:.15s}@keyframes AudioLoader-module__kCunnW__wave1{0%{transform:scaleY(1)}to{transform:scaleY(.5)}}@keyframes AudioLoader-module__kCunnW__wave2{0%{transform:scaleY(.3)}to{transform:scaleY(.6)}}@keyframes AudioLoader-module__kCunnW__wave3{0%{transform:scaleY(.6)}to{transform:scaleY(.8)}}@keyframes AudioLoader-module__kCunnW__wave4{0%{transform:scaleY(.2)}to{transform:scaleY(.5)}}.AudioLoader-module__kCunnW__emoji{opacity:0;font-size:24px;animation:3s ease-out forwards AudioLoader-module__kCunnW__popUp;position:absolute;bottom:0}@keyframes AudioLoader-module__kCunnW__popUp{0%{opacity:0;transform:translateY(100%)}30%{opacity:1}to{opacity:0;transform:translateY(-200%)}}.AudioLoader-module__kCunnW__emoji1{animation-delay:0s;left:20%}.dark .AudioLoader-module__kCunnW__wrapper{background-color:var(--surface)}.dark .AudioLoader-module__kCunnW__progressBar{background-color:var(--muted)}.dark .AudioLoader-module__kCunnW__waveMenu{background:var(--surface)}.AudioLoader-module__kCunnW__emoji2{animation-delay:.5s;left:40%}.AudioLoader-module__kCunnW__emoji3{animation-delay:1s;left:60%}.AudioLoader-module__kCunnW__emoji4{animation-delay:1.5s;left:80%}.AudioLoader-module__kCunnW__emoji5{animation-delay:2s;left:50%}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_1b545fac-module__b8QJrq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_1b545fac-module__b8QJrq__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.2f7nqdagzwx2-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.176arc174-8zp.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.0bp8oijd_gu96.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.1fby2rem9ngyr.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.0vfdmo25voy_0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_c15870d3-module__P1H6ia__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_c15870d3-module__P1H6ia__variable{--font-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/af091f9dbb4fe699-s.0satqyc7o4ghc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/20270c400fb9a636-s.0w_xl6veznpze.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c73c4c243dec6c22-s.2v6-dz1jejbf-.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/87c2517cae9d549e-s.0trb081mw75hg.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c6083ef5b1b164c1-s.2ukjqx030apj4.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d244ff400a8333b3-s.1a0vpkp9e_xu8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-weight:700;font-display:swap;src:url(../media/37fc0e32c54f005f-s.p.1xyy3yfel83t7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora Fallback;src:local(Times New Roman);ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.0%;size-adjust:115.2%}.lora_4b947c9-module__1LhbPW__className{font-family:Lora,Lora Fallback;font-style:normal;font-weight:700}.lora_4b947c9-module__1LhbPW__variable{--font-lora:"Lora", "Lora Fallback"}
.auth-module__K2bxqa__formContainer{width:100%;max-width:500px;padding:0 20px}.auth-module__K2bxqa__inputContainer{width:100%;margin-bottom:20px;position:relative}.auth-module__K2bxqa__input{color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 18px;font-size:14px;transition:all .2s}.auth-module__K2bxqa__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-focus-ring)}.auth-module__K2bxqa__input.auth-module__K2bxqa__error{border-color:#ef4444}.auth-module__K2bxqa__input.auth-module__K2bxqa__error:focus{box-shadow:0 0 0 3px #ef44441a}.auth-module__K2bxqa__label{color:#475569;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.auth-module__K2bxqa__button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:24px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .3s}.auth-module__K2bxqa__button:hover{background-color:#1f2937}.auth-module__K2bxqa__button:disabled{cursor:not-allowed;background-color:#94a3b8}.auth-module__K2bxqa__signUp{color:#64748b;font-size:14px}.auth-module__K2bxqa__signUp a{color:#3b82f6;font-weight:500;text-decoration:none}.auth-module__K2bxqa__signUp a:hover{text-decoration:underline}.auth-module__K2bxqa__errorText{color:#ef4444;text-align:left;width:100%;margin-top:4px;font-size:12px}.auth-module__K2bxqa__divider{color:#94a3b8;align-items:center;width:100%;margin:24px 0;font-size:14px;display:flex}.auth-module__K2bxqa__divider:before,.auth-module__K2bxqa__divider:after{content:"";background-color:#e2e8f0;flex:1;height:1px}.auth-module__K2bxqa__divider span{padding:0 12px}.dark .auth-module__K2bxqa__input{background-color:var(--input-bg);color:var(--foreground);border-color:var(--border)}.dark .auth-module__K2bxqa__label{color:var(--foreground-muted)}.dark .auth-module__K2bxqa__button{background-color:var(--foreground);color:var(--app-bg)}.dark .auth-module__K2bxqa__button:hover{background-color:#cdd2d8}.dark .auth-module__K2bxqa__button:disabled{color:var(--foreground-subtle);background-color:#3a414c}.dark .auth-module__K2bxqa__signUp{color:var(--foreground-muted)}.dark .auth-module__K2bxqa__divider{color:var(--foreground-subtle)}.dark .auth-module__K2bxqa__divider:before{background-color:var(--border)}.dark .auth-module__K2bxqa__divider:after{background-color:var(--border)}
