.footer{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0;background-color:#020817;color:#f8fafc;border-top:1px solid #0F172A}.footer .footerContainer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;width:100%;max-width:1200px;padding:0 2rem}.footer .footerContainer .footerLogo{display:flex;flex-direction:column;align-items:flex-start;color:#f8fafc;text-decoration:none;max-width:250px}.footer .footerContainer .footerLogo .footerLogoContent{display:flex;align-items:center;margin-bottom:1rem}.footer .footerContainer .footerLogo .footerLogoContent img{width:100px;margin-right:1rem;color:#f8fafc}.footer .footerContainer .footerLogo .footerLogoContent h1{font-size:30px;font-weight:700;color:#f8fafc}.footer .footerContainer .footerLinksContainer{display:flex;flex-direction:column;align-items:flex-start;color:#f8fafc}.footer .footerContainer .footerLinksContainer h2{font-size:18px;font-weight:700;margin-bottom:.5rem}.footer .footerContainer .footerLinksContainer .footerLinks,.footer .footerContainer .footerLinksContainer .footerUser{display:flex;flex-direction:column;gap:.5rem;list-style:none}.footer .footerContainer .footerLinksContainer .footerLinks a,.footer .footerContainer .footerLinksContainer .footerUser a{text-decoration:none;color:#94a3b8;font-size:14px;transition:color .3s}.footer .footerContainer .footerLinksContainer .footerLinks a:hover,.footer .footerContainer .footerLinksContainer .footerUser a:hover{color:#f8fafc}.footer .footerReserved{width:100%;margin-top:2rem;font-size:14px;color:#94a3b8;text-align:center;border-top:1px solid #94A3B8;padding-top:1rem}.badge{display:inline-block;padding:.25em .75em;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.02em;color:#333;box-shadow:0 1px 4px #00000012;-webkit-user-select:none;user-select:none;pointer-events:none}.badge--primary{background:#007bff;color:#fff}.badge--success{background:#28a745;color:#fff}.badge--danger{background:#dc3545;color:#fff}.badge--warning{background:#ffc107;color:#212529}.badge--info{background:#17a2b8;color:#212529}.customIcon{display:flex;align-items:center;justify-content:center;position:relative;background-color:transparent;width:40px;height:40px;color:#f8fafc;border:2px solid transparent;border-radius:25%;transition:background-color .3s ease;cursor:pointer}.customIcon:hover{background-color:#dd1d4a}.customIcon svg{width:1rem;height:1rem;fill:#f8fafc}.customIcon .badge{position:absolute;top:-5px;right:-5px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.customIcon,.userDisplayButton{display:flex;align-items:center;justify-content:center;position:relative;background-color:transparent;width:40px;height:40px;color:#f8fafc;border:2px solid transparent;border-radius:25%;transition:background-color .3s ease;cursor:pointer}.customIcon:hover,.userDisplayButton:hover{background-color:#dd1d4a}.customIcon svg,.userDisplayButton svg{width:1rem;height:1rem;fill:#f8fafc}.customIcon .badge,.userDisplayButton .badge{position:absolute;top:-5px;right:-5px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.userDisplayButton{position:relative;display:flex;align-items:center;background:none;border:none;cursor:pointer;color:#f8fafc}.userDisplayButton .userDisplay{display:flex;align-items:center;gap:.5rem}.userDisplayButton .userDisplay .userDisplayAvatar{border-radius:50%}.userDisplayButton .userDisplay .userDisplayAvatar img{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.userDisplayButton .userDisplay .userDisplayAvatar:hover{filter:brightness(.8)}.userDisplayButton .userDisplay .userDisplayIcons,.userDisplayButton .userDisplay .userDisplayDetails{border-bottom:1px solid #0F172A}.userDisplayButton .userDisplay .userDisplayInfo{overflow:hidden;position:absolute;top:100%;right:0;background:#020817;box-shadow:0 4px 6px #0000001a;padding:1rem;border-radius:.5rem;z-index:10}.userDisplayButton .userDisplay .userDisplayInfo .userDisplayActions{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;width:100%}.userDisplayButton .userDisplay .userDisplayInfo .customIconAside,.userDisplayButton .userDisplay .userDisplayInfo .userDisplayLogout,.userDisplayButton .userDisplay .userDisplayInfo .userDisplayAction{display:flex;align-items:center;gap:.5rem;color:#f8fafc;text-decoration:none;font-size:14px;font-weight:400;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:background-color .2s ease}.userDisplayButton .userDisplay .userDisplayInfo .customIconAside:hover,.userDisplayButton .userDisplay .userDisplayInfo .userDisplayLogout:hover,.userDisplayButton .userDisplay .userDisplayInfo .userDisplayAction:hover{background-color:#dd1d4a}.userDisplayButton .userDisplay .userDisplayInfo .userDisplayDetails{display:flex;flex-direction:column;align-items:flex-start;color:#94a3b8;font-size:12px;max-width:clamp(100px,100%,300px);padding:.5rem}.userDisplayButton .userDisplay .userDisplayInfo .userDisplayDetails .userDisplayName{font-size:18px;font-weight:700;color:#f8fafc}.userDisplayButton .userDisplay .userDisplayInfo .userLinks{display:flex;flex-direction:column;gap:.5rem}.userDisplayButton .userDisplay .userDisplayInfo .userLinks .userDisplayIcons{display:flex;flex-direction:column;margin-top:.5rem;gap:.5rem}.userDisplayButton .userDisplay .userDisplayInfo .userLinks .customIconAside:last-child{margin-bottom:.5rem}.userDisplayButton .userDisplay .userDisplayInfo .userLinks .userDisplayLogoutButton{border:none;background:none;color:#f8fafc;cursor:pointer}.userDisplayButton.open .userDisplayInfo{height:auto}.iconList{position:relative;display:flex;align-items:center;gap:1rem}.navbar{display:flex;align-items:center;justify-content:center;gap:1rem}.navbar .navbarLink{color:#f8fafc;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s ease}.navbar .navbarLink:hover{color:#0f96d6}.searchResults{position:absolute;top:100%;left:0;width:100%;max-height:250px;overflow-y:auto;background-color:#020817;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:10}.searchResults .resultItem{padding:.5rem 1rem;cursor:pointer;color:#94a3b8}.searchResults .resultItem a{color:#94a3b8;text-decoration:none;font-size:14px;font-weight:400}.searchResults .resultItem:hover{background-color:#1e293b}.searchBarContainer{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.searchBarContainer .searchBar{position:relative;display:flex;align-items:center;width:100%}.searchBarContainer .searchBar .searchInput{width:100%;border-radius:4px;border:1px solid #94A3B8;background-color:#020817;padding:.5rem 2.5rem .5rem 2rem;font-size:14px;color:#f8fafc}.searchBarContainer .searchBar .searchInput:focus{border-color:#0f96d6;outline:none}.searchBarContainer .searchBar .searchIcon{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:#f8fafc;font-size:12px;pointer-events:none}.searchBarContainer .noResults{position:absolute;top:100%;left:0;padding:.5rem;width:100%;background-color:#1e293b;color:#94a3b8;font-size:12px;text-align:center}.asideNavbar{position:fixed;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;top:0;left:0;width:100%;max-width:250px;height:100dvh;background-color:#020817;z-index:2000;transition:transform .3s ease-in-out;box-shadow:4px 0 16px -4px #0000002e;transform:translate(-100%);border-right:1px solid #1E293B}.asideNavbar.open{display:flex;transform:translate(0)}.asideNavbar .headerLogoAside,.asideNavbar .searchBar,.asideNavbar .asideNavbarList,.asideNavbar .asideNavbarUser{border-bottom:1px solid #1E293B}.asideNavbar .navbarLink,.asideNavbar .customIconAside{display:block;padding:.5rem 1rem;margin:.5rem;border-radius:.5rem;font-size:14px;text-decoration:none;color:#f8fafc;transition:background-color .3s}.asideNavbar .navbarLink:hover,.asideNavbar .customIconAside:hover{background-color:#1e293b}.asideNavbar .headerLogoAside{display:flex;align-items:center;justify-content:space-between;padding:1rem;width:100%}.asideNavbar .headerLogoAside .logo img{width:100%;max-width:60px;border-radius:50%;color:#f8fafc}.asideNavbar .headerLogoAside svg{color:#0a7fb7}.asideNavbar .searchBar{padding:1rem}.asideNavbar .searchBar .searchIcon{left:1.5rem}.asideNavbar .asideNavbarList,.asideNavbar .asideNavbarUser{width:100%;list-style:none;margin:0;padding:0}.asideNavbar .asideNavbarTitle{width:100%;padding:.5rem;font-size:12px;color:#94a3b8;font-weight:700;text-transform:uppercase}.asideNavbar .asideNavbarIcons{display:flex;flex-direction:column;width:100%}.asideNavbar .asideNavbarIcons .customIconAside{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.asideNavbar .asideNavbarIcons .customIconAside .categoryName{color:#f8fafc;font-size:14px}.asideNavbarOverlay{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#00000059;z-index:1999;opacity:0;pointer-events:none;transition:opacity .3s}.asideNavbar.open~.asideNavbarOverlay{opacity:1;pointer-events:auto}.header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-around;padding:1rem;background-color:#040d1bb3;z-index:1000;box-shadow:0 2px 4px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}@media (max-width: 768px){.header{justify-content:space-between}}.header .headerSearch,.header .headerLogo{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem}.header .headerLogo .headerLogoLink{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#f8fafc;font-size:14px;font-weight:700;transition:color .3s ease}.header .headerLogo .headerLogoLink:hover{color:#0f96d6}.header .headerLogo .headerLogoLink img{width:60px;border-radius:50%}.header .headerLogo .headerLogoText{font-size:18px}.header .menuToggle{cursor:pointer;background:none;border:none;font-size:18px;color:#f8fafc;transition:color .3s ease-in-out}.paymentSuccessPage{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60dvh}.paymentSuccessPage .paymentSuccessPageContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border-radius:.5rem;box-shadow:0 2px 10px #0000001a}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessIcon{font-size:3rem;margin-bottom:1rem}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessTitle{font-size:48px;font-weight:700;color:#f8fafc;margin-bottom:.5rem}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessMessage{font-size:20px;color:#94a3b8;margin-bottom:1rem}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessRedirect{font-size:12px;color:#94a3b8;margin-top:1rem}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessButton{margin-top:1rem;padding:.5rem 1rem;background-color:#0f96d6;color:#f8fafc;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .3s ease}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessButton:hover{background-color:#dd1d4a}@keyframes skeleton-loading{0%{background-color:#0f172a}to{background-color:#0a7fb7}}.paymentSuccessPage,.paymentFailurePage{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60dvh}.paymentSuccessPage .paymentSuccessPageContainer,.paymentFailurePage .paymentSuccessPageContainer,.paymentFailurePage .paymentFailurePageContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border-radius:.5rem;box-shadow:0 2px 10px #0000001a}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessIcon,.paymentFailurePage .paymentSuccessPageContainer .paymentSuccessIcon,.paymentFailurePage .paymentFailurePageContainer .paymentSuccessIcon,.paymentFailurePage .paymentFailurePageContainer .paymentFailureIcon{font-size:3rem;margin-bottom:1rem}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessTitle,.paymentFailurePage .paymentSuccessPageContainer .paymentSuccessTitle,.paymentFailurePage .paymentFailurePageContainer .paymentSuccessTitle,.paymentFailurePage .paymentFailurePageContainer .paymentFailureTitle{font-size:48px;font-weight:700;color:#f8fafc;margin-bottom:.5rem}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessMessage,.paymentFailurePage .paymentSuccessPageContainer .paymentSuccessMessage,.paymentFailurePage .paymentFailurePageContainer .paymentSuccessMessage,.paymentFailurePage .paymentFailurePageContainer .paymentFailureMessage{font-size:20px;color:#94a3b8;margin-bottom:1rem}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessRedirect,.paymentFailurePage .paymentSuccessPageContainer .paymentSuccessRedirect,.paymentFailurePage .paymentFailurePageContainer .paymentSuccessRedirect{font-size:12px;color:#94a3b8;margin-top:1rem}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessButton,.paymentFailurePage .paymentSuccessPageContainer .paymentSuccessButton,.paymentFailurePage .paymentFailurePageContainer .paymentSuccessButton,.paymentFailurePage .paymentFailurePageContainer .paymentFailureButton{margin-top:1rem;padding:.5rem 1rem;background-color:#0f96d6;color:#f8fafc;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .3s ease}.paymentSuccessPage .paymentSuccessPageContainer .paymentSuccessButton:hover,.paymentFailurePage .paymentSuccessPageContainer .paymentSuccessButton:hover,.paymentFailurePage .paymentFailurePageContainer .paymentSuccessButton:hover,.paymentFailurePage .paymentFailurePageContainer .paymentFailureButton:hover{background-color:#dd1d4a}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,normal}body{display:grid;min-height:100dvh;grid-template-rows:auto 1fr auto;background-color:#020817;color:#f8fafc}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:lighten(#94A3B8,30%)}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0f96d6}
