.SideNav_backdrop__OZGzJ{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:998;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.SideNav_backdrop__OZGzJ.SideNav_backdropVisible__RZrPL{opacity:1;visibility:visible}.SideNav_activeLanguage__KPeqv{border-bottom:1px solid #fff;font-weight:600}.SideNav_sideNav__Dmfzm{position:fixed;top:0;left:0;width:320px;height:100vh;background-color:var(--foreground);color:#fff;z-index:999;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:2px 0 10px rgba(0,0,0,.1)}.SideNav_sideNav__Dmfzm.SideNav_sideNavOpen__Z4QEc{transform:translateX(0)}@media(max-width:768px){.SideNav_sideNav__Dmfzm{width:280px}}@media(max-width:480px){.SideNav_sideNav__Dmfzm{width:90vw}}.SideNav_sideNavContent__77tYl{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.SideNav_navSection__SF_rE .SideNav_sectionTitle__txQpO{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:hsla(0,0%,100%,.9);border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:.5rem}.SideNav_navList__CmlBg{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.1rem}.SideNav_navItem__YvJrw a{display:block;padding:.75rem 1rem;color:#fff;text-decoration:none;border-radius:8px;transition:all .2s ease-in-out;position:relative;overflow:hidden}.SideNav_navItem__YvJrw a:hover{background-color:hsla(0,0%,100%,.1);transform:translateX(5px);color:#fff}.SideNav_navItem__YvJrw a:active{background-color:hsla(0,0%,100%,.2)}.SideNav_navItem__YvJrw a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.SideNav_navItem__YvJrw a:hover:before{left:100%}.SideNav_actionSection__r4TsS{margin-top:auto;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.2);display:flex;flex-direction:column;gap:1rem}.SideNav_actionItem__LeFPh{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;background-color:hsla(0,0%,100%,.05)}.SideNav_actionItem__LeFPh:hover{background-color:hsla(0,0%,100%,.15);transform:translateX(5px)}.SideNav_actionItem__LeFPh:active{background-color:hsla(0,0%,100%,.25)}.SideNav_actionItem__LeFPh span{font-weight:500;color:#fff}.SideNav_actionItem__LeFPh svg{flex-shrink:0}.SideNav_navSection__SF_rE:first-child .SideNav_navItem__YvJrw{animation:SideNav_slideInLeft__Ch52K .3s ease-out;animation-fill-mode:both}.SideNav_navSection__SF_rE:nth-child(2) .SideNav_navItem__YvJrw{animation:SideNav_slideInLeft__Ch52K .3s ease-out .1s;animation-fill-mode:both}.SideNav_navSection__SF_rE:nth-child(3) .SideNav_navItem__YvJrw{animation:SideNav_slideInLeft__Ch52K .3s ease-out .2s;animation-fill-mode:both}.SideNav_actionSection__r4TsS{animation:SideNav_slideInLeft__Ch52K .3s ease-out .3s;animation-fill-mode:both}@keyframes SideNav_slideInLeft__Ch52K{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media(max-width:768px){.SideNav_sideNavContent__77tYl{padding:1.5rem 1rem}.SideNav_navSection__SF_rE .SideNav_sectionTitle__txQpO{font-size:1rem}.SideNav_navItem__YvJrw a{padding:.6rem .8rem;font-size:.9rem}.SideNav_actionItem__LeFPh{padding:.8rem}.SideNav_actionItem__LeFPh span{font-size:.9rem}}.SideNav_sideNav__Dmfzm:not(.SideNav_sideNavOpen__Z4QEc) .SideNav_actionSection__r4TsS,.SideNav_sideNav__Dmfzm:not(.SideNav_sideNavOpen__Z4QEc) .SideNav_navSection__SF_rE{animation:SideNav_slideOutLeft__dO9jZ .2s ease-in;animation-fill-mode:both}@keyframes SideNav_slideOutLeft__dO9jZ{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}