@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";.chat-list__container{position:sticky;width:0;height:100%;border-radius:1rem;background-color:#fff;padding:0;display:flex;flex-direction:column;z-index:1;flex-shrink:0;overflow:hidden}.chat-list__container.deployed{display:flex}.chat-list__container>header{display:flex;gap:1rem;align-items:center;justify-content:end;opacity:0}.chat-list__container>header button{width:100%;padding:.8rem 1.3rem;margin-bottom:2rem;transition:transform .3s ease-in-out;transform:scale(1)}.chat-list__container>header button:hover,.chat-list__container>header button:focus{transform:scale(1.02);animation:pulse-border 1.5s infinite}.chat-list__container .cross{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:0;background-color:transparent;border-radius:50%;padding:.2rem;transition:background-color .3s ease-in-out}.chat-list__container .cross:hover{animation:none;background-color:rgba(var(--main-color-raw),.1)}.chat-list__container .cross path{stroke:var(--main-color)}.chat-item{width:100%;height:fit-content;overflow:hidden;padding:2px}.chat-list__container>ul{position:relative;border-radius:.6rem;margin-bottom:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;height:100%;opacity:0}.chat-list__container>ul:before,.chat-list__container>ul:after{position:sticky;content:"⯆";left:0;width:100%;height:2rem;color:#fff;display:flex;justify-content:center;align-items:center;opacity:0}.chat-list__container>ul:before{top:0;content:"⯆";border-radius:.6rem .6rem 0 0;background:linear-gradient(to bottom,rgba(var(--main-color-raw),.2),transparent)}.chat-list__container>ul:after{bottom:0;content:"⯅";border-radius:0 0 .6rem .6rem;background:linear-gradient(to top,rgba(var(--main-color-raw),.2),transparent)}.chat-list__container>ul.overflow-top:before,.chat-list__container>ul.overflow-bottom:after{opacity:1}.chat-list__container ul{width:100%;color:#000;list-style-type:none;padding:0;line-height:2}.chat-list__container h2{font-size:.8rem;font-weight:700;line-height:1.3;margin-bottom:.4rem;padding:0 .4rem}.chat-item .chat-item__wrapper{display:flex;width:calc(100% + 3rem);gap:1rem;justify-content:space-between;transition:width .3s ease-in-out;margin-bottom:.2rem;position:relative;right:0}.chat-list__container .chat-item__wrapper:hover,.chat-list__container .chat-item__wrapper:has(h3:hover,h3:focus),.chat-list__container .chat-item__wrapper:has(.more:hover,.more:focus){width:100%}.chat-list__container h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1rem;font-weight:400;cursor:pointer;display:block;width:100%;padding:0 .8rem;transition:all .3s ease-in-out;border-radius:.6rem}.chat-list__container h3:hover,.chat-list__container h3:focus{background-color:rgba(var(--main-color-raw),.05)}.chat-list__container h3.selected{color:var(--main-color);font-weight:500;background-color:rgba(var(--main-color-raw),.1)}.chat-item:last-child{margin-bottom:1rem}.chat-list__container>ul li:last-of-type ul li:last-of-type{margin-bottom:0}.chat-list__container>ul li:last-of-type ul{margin-bottom:0}.chat-item:hover .more{opacity:1}.chat-list__container .chat-item__wrapper:has(h3:focus) .more,.chat-list__container .more:focus{opacity:1}.chat-list__container .more{display:block;color:var(--main-color);background-color:transparent;flex-shrink:0;opacity:0;padding:.4rem;transition:background-color .3s ease-in-out,opacity .3s ease-in-out}.chat-list__container .more circle{fill:var(--main-color)}.chat-list__container .more:hover,.chat-list__container .more:focus{background-color:rgba(var(--main-color-raw),.1)}.overflow-indicator{position:sticky;left:0;top:0;width:100%;height:2rem;color:#fff;border-radius:.6rem .6rem 0 0;background:linear-gradient(to bottom,rgba(var(--main-color-raw),.2),transparent);display:flex;justify-content:center;align-items:center;transition:opacity .3s ease-in-out;opacity:0}.overflow-indicator-bottom{bottom:0;border-radius:0 0 .6rem .6rem;background:linear-gradient(to top,rgba(var(--main-color-raw),.2),transparent)}.chat-list__container ul.overflow-bottom .overflow-indicator-bottom,.chat-list__container ul.overflow-top .overflow-indicator-top{opacity:1}.chat-list__container .empty-message{color:gray;font-weight:500;line-height:1.3;text-align:center}.chat-list__container .popup{position:absolute;padding:.2rem;border:1px solid rgba(var(--main-color-raw),.2);border-radius:.6rem;background-color:#fff;color:var(--main-color);font-weight:500;height:0;transition:height .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out;visibility:hidden;overflow:hidden;z-index:2}.chat-list__container .popup button{background-color:transparent;color:#000;padding:0 1rem;border-radius:.4rem;display:flex;align-items:baseline;gap:.4rem;font-weight:400}.chat-list__container .popup button:hover,.chat-list__container .popup button:focus{background-color:rgba(var(--main-color-raw),.1)}.chat-list__container .popup:hover,.chat-list__container .popup:focus{transform:scale(1.05);box-shadow:0 0 10px rgba(var(--main-color-raw),.2)}.chat-list__container .chat-item:has(.display-popup) .popup{visibility:visible;height:fit-content}.chat-list__container .popup__btn--deletion svg{height:12px;width:13px}.chat-list__powered-by{margin:1rem auto 0;color:#000;font-size:.8rem;opacity:0;text-decoration:none}.chat-list__powered-by--RA{font-weight:700;color:var(--main-color)}@media (max-width: 900px){.chat-list__background{display:none;position:absolute;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#0000;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);z-index:1;transition:background-color .3s ease-in-out,backdrop-filter .3s ease-in-out}.chat-list__background.deployed{background-color:#00000080;-webkit-backdrop-filter:blur(.1rem);backdrop-filter:blur(.1rem)}.chat-list__container{position:absolute;left:100%;top:0;width:90%;height:100vh;height:100dvh;border-radius:1rem 0 0 1rem;padding:1rem;transition:left .3s ease-in-out}.chat-list__container.deployed{left:10%}.chat-list__container>header button:first-of-type{display:none}.chat-list__container .more{opacity:1}.chat-item .chat-item__wrapper{width:100%}}@media (min-width: 901px){.chat-list__container{transition:width .3s ease-in-out,padding .3s ease-in-out}.chat-list__container.deployed{width:300px;padding:1.5rem}.chat-list__container.no-conversations{opacity:0;width:0;padding:1.5rem 0}.chat-list__container>header .cross{display:none}}.current-chat__container{margin-left:2rem;flex-grow:1;color:var(--main-color);text-align:center;display:flex;justify-content:center}.current-chat__container--active{margin-bottom:0}.current-chat__container .brand-name{color:var(--main-color);font-weight:900}.current-chat__wrapper{display:flex;flex-flow:column nowrap;width:100%;max-width:900px;margin-top:auto;margin-bottom:auto}.current-chat__header,.current-chat__content{width:100%;transition:all .3s ease-in-out}.current-chat__header{margin-bottom:10vh;margin-bottom:10dvh;color:#000;height:min-content;opacity:0}.current-chat__header h1{font-size:1.25rem;font-weight:600}.current-chat__header p{max-width:600px;margin:auto}.current-chat__content{flex:1 1 auto;overflow:hidden;position:relative;opacity:0}.current-chat__content h2{font-size:1.6rem;font-weight:600;margin-bottom:1rem}.current-chat__header .sparkles{margin:auto;margin-bottom:.8rem;border-radius:45px;fill:var(--main-color);box-shadow:var(--box-shadow-std)}.current-chat__container--active{align-items:start}.current-chat__container--active .current-chat__wrapper{height:100%}.current-chat__container--active .current-chat__header{text-align:left;width:100%;margin-bottom:1rem;display:flex;flex-flow:row nowrap;column-gap:1rem}.current-chat__container--active .current-chat__header .text-content{flex-grow:1;width:calc(100% -1rem - 44px);display:flex;flex-flow:row wrap;overflow:hidden}.current-chat__container--active .current-chat__header h1{width:100%}.current-chat__container--active .current-chat__header p{max-width:none;width:200px;flex-grow:1;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.current-chat__container--active .sparkles{height:45px;margin:auto;width:fit-content}.current-chat__container--active .search-bar__container{width:100%;max-width:none}@media (max-width: 900px){.current-chat__container{margin-left:0}.current-chat__header p{max-width:75vw;margin:auto}.current-chat__container--active .current-chat__header{display:none!important;margin-bottom:0}.current-chat__container--active .current-chat__content{max-width:100%;overflow:hidden}}.search-bar__container{display:flex;gap:1rem;width:100%;max-width:680px;position:relative;margin:auto;height:fit-content;margin-top:1rem;padding-left:2px;padding-bottom:2px;opacity:0}.search-bar__container input{background-color:#fff;border:none;padding:.6rem 2rem;width:100%;border-radius:2rem;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-bar__container input:focus button:not([disabled]){animation:pulse-border 1.5s infinite}.search-bar__container button{height:45px;width:45px;min-width:45px}.search-bar__container button:not([disabled]):hover,.search-bar__container button:not([disabled]):focus{animation:pulse-border 1.5s infinite}.search-bar__container .send{stroke:#fff;margin:auto}.search-bar__container .microphone{position:absolute;right:calc(45px + 1.2rem);background-color:transparent;display:flex;justify-content:center;align-items:center}.search-bar__container .microphone svg{fill:var(--main-color)}.msg-article{width:100%;padding:0 1rem 0 0;margin-bottom:1rem}.msg-article header{display:flex;align-items:center;margin-bottom:.4rem}.msg-article--user header,.msg-article--user .msg-rating,.msg-article:nth-of-type(1) .msg-rating{display:none}.msg-h3{text-align:left;margin-right:1rem}.msg-rating{display:flex;align-items:center;justify-content:end;gap:.4rem;margin-top:.6rem}.msg-rating svg{height:1.8rem;border:1px solid rgba(0,0,0,.1);border-radius:.2rem;padding:6px;cursor:pointer}.msg-rating svg path{stroke:var(--main-color)}.msg-rating div:nth-child(1) svg{margin-left:auto}.msg-rating div:nth-child(2) svg{stroke:var(--main-color);transform:scaleY(-1)}.msg-rating div:nth-child(1):hover svg{transform:scale(1.2)}.msg-rating div:nth-child(2):hover svg{transform:scaleY(-1) scale(1.2)}.msg-rating div.thumb--active svg path{fill:var(--main-color)}.msg-content{padding:1.4rem;background-color:#fff;border-radius:0 1rem 1rem;width:fit-content;max-width:90%;color:#000;overflow-x:hidden}.msg-content>div{text-align:left}.msg-content.generating>div *{word-break:break-all;overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis;max-width:100%}.msg-content p{margin-bottom:.6rem}.msg-content>div>p:only-child{margin-bottom:0}.msg-content p:last-child{margin-bottom:1rem}.msg-content h3,ol,ul{margin-bottom:.6rem}.msg-article--user .msg-content{background-color:var(--main-color);color:#fff;border-radius:1rem 0 1rem 1rem;margin-left:auto}.msg-embeds{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem}.msg-embed{position:relative;border-radius:.6rem;overflow:hidden}.msg-embed figcaption{padding:1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:.8rem;color:#fff;width:100%;font-weight:700;position:absolute;bottom:1rem;z-index:1}.msg-embed:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:6rem;background:linear-gradient(to top,#000000b3,#0000);z-index:0}.msg-embeds a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;cursor:pointer}.msg-embeds img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease-in-out}.msg-embed:hover img{transform:scale(1.1)}.loading__wrapper{display:flex;justify-content:center;align-items:center;width:1.2rem;justify-content:space-between;margin:0 1rem;transition:all 1s}.loading:nth-child(1){animation:loading 1s infinite}.loading:nth-child(2){animation:loading 1s infinite .2s}.loading:nth-child(3){animation:loading 1s infinite .4s}.loading{background-color:var(--main-color);width:.2rem;height:.2rem;border-radius:1rem}@media (max-width: 900px){.msg-content{max-width:100%}}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.loader__wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:10}.loader__background{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh}.loader__spinner{width:48px;height:48px;border:5px solid #fff;border-bottom-color:var(--main-color);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home{display:flex;width:100%;max-width:100vw;height:calc(100vh - 4.5rem);height:calc(100dvh - 4.5rem);padding:0rem 2rem 2rem;overflow:hidden}@media (max-width: 900px){.home{padding:0rem 1rem 1rem}}.destination-container{position:fixed;right:1rem;top:1rem;display:flex;justify-content:center;align-items:center;z-index:10;gap:.5rem;font-weight:500}#dialog-destination-logo,#dialog-destination-logo img{max-height:140px}#dialog-destination-logo img{width:auto;border-radius:15px}.mauticform-row{display:flex;align-items:center;width:100%;flex-wrap:wrap}.mauticform-label{text-align:left;flex-basis:98px;margin-right:10px}.mauticform-input{flex-basis:calc(100% - 108px);margin-bottom:10px}.mauticform-checkboxgrp-row{display:flex;align-items:center}#mauticform_checkboxgrp_checkbox_je_suis_interesse_je_souh_OUI0{transform:scale(1.5);margin:.4rem}.mauticform-errormsg{color:red;font-size:.8rem;margin-left:108px;text-align:left}.mauticform-button-wrapper{margin-top:50px}#nurtik-form{width:100%}#modal-background{position:absolute;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:var(--main-color);z-index:100;opacity:.96;transition:opacity .3s ease}dialog{box-sizing:border-box;position:absolute;top:0;left:0;right:0;bottom:0;width:fit-content;max-width:800px;height:fit-content;color:#000;background-color:#fff;border-radius:20px;border:none;display:flex;flex-flow:column nowrap;align-items:center;gap:1.5rem;padding:2.5rem 4rem;margin:auto;opacity:1;transition:opacity .3s ease;z-index:101}.hidden{opacity:0!important}dialog svg{width:auto;height:44px;min-height:44px}#dialog-title{width:66%;max-width:375px;margin-bottom:0;margin-top:0;font-size:1.1rem;text-align:center;line-height:1.85cap}#dialog-description{text-align:center;line-height:1.85cap;max-width:535px}dialog p{display:flex;flex-flow:column nowrap;align-items:center;margin:0;text-align:center}dialog p span{margin-bottom:.2rem}#mauticform_wrapper_accesdemodjango{display:flex;flex-flow:column nowrap;max-width:400px;margin:auto;margin-bottom:1rem}dialog label{text-align:center;width:100%;margin-bottom:.2rem}#mauticform_wrapper_accesdemodjango input{box-sizing:border-box;margin-bottom:.6rem}.mauticform-row{margin-bottom:.4rem}#mauticform_input_accesdemodjango_mail{margin-bottom:1rem}.mauticform-row input{box-sizing:border-box;height:2rem;border:none;border-radius:10px;background-color:#0000000d;color:#000;padding-left:1rem}#mauticform_accesdemodjango_submit{display:flex;flex-flow:row nowrap;justify-content:center}dialog button{position:relative;background-color:var(--main-color);font-weight:700;color:#fff;padding:.8rem 1.95em;border:none;border-radius:10px;width:fit-content;margin:0 auto;cursor:pointer;overflow:hidden}#more-infos{margin-left:auto}#more-infos .link{color:#000}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}@keyframes pulse-border{0%{box-shadow:0 0 rgba(var(--main-color-raw),.5)}70%{box-shadow:0 0 0 10px rgba(var(--main-color-raw),0)}to{box-shadow:0 0 rgba(var(--main-color-raw),0)}}@keyframes current-chat-header{0%{opacity:0;transform:scale(1) translateY(100%)}33%{opacity:1;transform:scale(1.2) translateY(50%)}66%{opacity:1;transform:scale(1.2) translateY(50%)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes current-chat-header-active{0%{transform:translate(50%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes current-chat-content{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes current-chat-content-active{0%{opacity:0}to{opacity:1}}@keyframes current-chat-searchbar-active{0%{opacity:0;transform:translateY(-6rem)}to{opacity:1;transform:translateY(0)}}@keyframes loading{0%{transform:scale(1);opacity:.5}15%{transform:scale(.75);opacity:.25}75%{transform:scale(1.5);opacity:1}to{transform:scale(1);opacity:.5}}@keyframes fade-in{0%{opacity:0}50%{opacity:0}to{opacity:100}}.ps__thumb-y{background-color:var(--main-color);width:.4rem}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:var(--main-color);width:.4rem}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:transparent}html{font-size:16px;line-height:1.3;font-family:Raleway,sans-serif;font-optical-sizing:auto;font-style:normal;--box-shadow-std: rgba(0, 0, 0, .24) 0px 3px 8px;color-scheme:light;background-color:#fff;color:#000}body{height:100dvh;min-height:100dvh}#app{width:100vw;height:100vh;height:100dvh;overflow:hidden;position:relative}.app__background{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:-1}button{color:#fff;border:none;border-radius:10rem;font-weight:600;background-color:var(--main-color);cursor:pointer}input::placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}path{fill:inherit;stroke:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}button[disabled]{cursor:not-allowed;opacity:.5}.fill-primary{fill:var(--main-color)}.stroke-primary{stroke:var(--main-color)!important}.grecaptcha-badge{display:none!important}.not-found__container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;max-width:75ch;text-align:center;place-self:center}.not-found__container h1,.not-found__container p{text-align:center}.not-found__container .cross{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:0;background-color:transparent;border:2px solid currentColor;border-radius:50%;padding:.2rem;margin-bottom:1rem}.not-found__container .cross path{stroke:currentColor}.not-found__container p:last-child{margin-bottom:15%}.display-none{display:none}.header{width:100%;height:fit-content;min-height:4.5rem;padding:1rem 2rem;display:flex;justify-content:flex-end;align-items:center}.header .nav-arrow{overflow:hidden;margin-right:auto;transition:flex-basis .3s ease-in-out,flex-grow .3s ease-in-out;flex-basis:fit-content;flex-grow:0}.header menu{display:flex;flex-shrink:0;gap:1rem;opacity:1;transition:opacity .3s ease-in-out}#app:has(.chat-list__container.no-conversations) .header menu{opacity:0;cursor:default}.nav-arrow span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header button,.header .arrow{width:2.5rem;height:2.5rem;border-radius:2rem;display:flex;justify-content:center;align-items:center;transition:padding .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;cursor:pointer}.header .menu,.header .arrow{padding:.4rem;background-color:transparent}.header .arrow{width:100%;max-width:300px;background-color:#fff;padding-right:.6rem;overflow:hidden;text-decoration:none;color:var(--main-color);font-weight:600}.header .arrow svg{width:1.2rem;min-width:1.2rem;margin-left:.6rem;margin-right:.6rem}.header .arrow path{stroke:var(--main-color);transition:stroke .3s ease-in-out}.header .arrow:has(span){padding-right:1rem}.header .arrow span{width:100%;padding-left:.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header .arrow:hover path{stroke:#fff}.header .menu:hover,.header .arrow:hover{padding:.6rem;background-color:rgba(var(--main-color-raw),.5);color:#fff}.header .arrow:hover{padding-right:1rem}.header .add:hover{animation:pulse-border 1.5s infinite}.header path{stroke:#fff}@media (min-width: 901px){.header menu{display:none}#app:has(.chat-list__container.deployed) .nav-arrow{flex-basis:200px;flex-grow:2;overflow:hidden}}@media (max-width: 900px){.header{padding:1rem}}
