.logo-container{margin:16px}.logo{height:6rem;padding:1.5rem;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2rem rgba(100,108,255,.6666666667))}.logo.react:hover{filter:drop-shadow(0 0 2rem rgba(97,218,251,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.get-started-container{border:1px solid #e0e0e0}.get-started-container h1{margin:4rem 0 2rem}.page-title{font-size:2.4rem}.page-description{font-size:1.1rem;font-weight:400;margin:1.2rem 3.5rem;line-height:1.8rem;max-width:80%;color:#717171}.get-started-btn{margin:.5rem 0 4rem}.get-started-btn:focus{outline:none}.get-started-btn:focus-visible{outline:#3b82f6 auto}.get-started-btn:active{transform:translateY(2px)}@media screen and (max-width: 768px){.get-started-container h1{margin:3rem 0 1.5rem}.page-title{font-size:2rem}.page-description{font-size:1rem;margin:1.2rem 2.5rem;line-height:1.5rem}}.counter{margin:2.8rem 0;padding:2rem 0}.counter h2{margin:1rem 0}.counter button{margin:1rem .5rem;outline:none}.counter button:focus{outline:none}.counter button:focus-visible{outline:#3b82f6 auto}.counter button:active{transform:translateY(2px)}.counter-description{font-size:1.1rem;margin:1.2rem auto;line-height:1.8rem;max-width:75%}#todo-text{margin:0 1rem;max-width:90%}@media screen and (max-width: 1000px){#todo-text{margin-top:1rem}}.add-todo-btn:active{transform:translateY(2px)}.new-todo-form{margin-bottom:2rem;padding:2rem 0 0;display:flex;flex-direction:column}.new-todo-form h2{margin-bottom:2rem}.new-todo-form label{margin-right:.5rem}.new-todo-form input{margin-bottom:.5rem;padding:.2rem;font-size:1rem;border-radius:4px}.new-todo-form button{margin:2rem auto;width:160px;outline:none}.new-todo-form button:focus{outline:none}.new-todo-form button:focus-visible{outline:#3b82f6 auto}.form-control{width:100%;margin:0;padding:0}.form-control input{width:40%;padding:.5rem;font-size:1rem;border:none;border-bottom:1px solid rgba(0,0,0,.1333333333)}@media screen and (max-width: 1000px){.form-control input{margin-top:.8rem;width:100%}}.todo-list{padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;text-align:left}.todo-list .todo-list-item{margin:0;padding:1rem 3rem;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 600px){.todo-list .todo-list-item{padding:1rem}}.gradient-buttons-container{padding:10rem 0}.gradient-button{margin:3rem 1rem 0;padding:.5rem 1rem;font-size:1rem;font-weight:600;color:#fff;background-color:transparent;border:2px solid transparent;border-radius:30px;display:inline-flex;align-items:center;cursor:pointer;transition:all .3s ease;outline:none;background-image:linear-gradient(to right,#000,#000),linear-gradient(to right,#f60,#fc0);background-origin:border-box;background-clip:padding-box,border-box}.gradient-button:hover{color:#fc0}.gradient-button:focus{outline:none}.gradient-button:focus-visible{outline:#3b82f6 auto}.gradient-button.multicolor{background-image:linear-gradient(to right,#000,#000),linear-gradient(to right,#3b82f6,#c3feff,#f38ec2);background-origin:border-box;background-clip:padding-box,border-box}.gradient-button .icon{margin-right:.5rem;font-size:1.2rem}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:20px;text-align:center;max-width:30%;margin-bottom:2rem;transition:all .3s}.product-card img{max-width:100%;height:200px;object-fit:cover;border-radius:8px}.product-card h3{margin:20px 0 10px;font-size:1.5rem}.product-card p{font-size:1rem;color:#666}.product-card:hover{box-shadow:0 4px 10px #0003;scale:1.05;transition:all .3s}@media (max-width: 1280px){.product-card{width:100%;max-width:45%}}@media (max-width: 768px){.product-card{margin:8px;padding:12px}.product-card h3{font-size:1.2rem}.product-card p{font-size:.9rem}}@media (max-width: 600px){.product-card{max-width:none}.product-card img{height:auto}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton.product-card{min-height:unset;background:#fff;pointer-events:none;width:100%;max-width:30%}.skeleton.product-card .skeleton-image{aspect-ratio:16/9;max-width:100%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:8px}.skeleton.product-card .skeleton-text{width:100%;height:1.5rem;margin:20px 0 10px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:4px}.skeleton.product-card .skeleton-text-short{width:80px;height:1rem;margin:0 auto;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:4px}@media (max-width: 1280px){.skeleton.product-card{width:100%;max-width:45%}}@media (max-width: 600px){.skeleton.product-card{max-width:none}}@media (prefers-color-scheme: dark){.skeleton.product-card{background:#fff}.skeleton.product-card .skeleton-image,.skeleton.product-card .skeleton-text,.skeleton.product-card .skeleton-text-short{background:linear-gradient(90deg,#e4e4e4,#dcdcdc,#e4e4e4);background-size:200% 100%}}.product-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:3rem 0}.calculator-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:40px 100px;padding:3rem 0}.calculator-container .description-container{width:40%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;margin-right:10%}.calculator-container .description-container h2{font-size:1.6rem;line-height:2.2rem;margin-bottom:1rem}.calculator-container .description-container p{font-size:1rem;line-height:1.5rem;margin-bottom:1.5rem}.calculator-container .description-container button{background-color:#ff5900;color:#fff;transition:all .3s}.calculator-container .description-container button:focus{outline:none}.calculator-container .description-container button:hover{background-color:#ec5300;box-shadow:0 0 10px #ff590080;transition:all .3s}.calculator-container .description-container button:active{transform:translateY(2px)}.calculator-container .inner-calc-container{display:flex;flex-direction:column;margin:0 auto;padding:0;border:2px solid rgb(164,164,164);border-radius:8px;width:50%}.calculator-container .inner-calc-container .divider{width:100%;border:1px solid rgb(164,164,164)}.calculator-container .inner-calc-container .property-type-switcher{display:flex;flex-direction:row;margin:4px 0}.calculator-container .inner-calc-container .property-type-switcher button{padding:10px 20px;flex-grow:1;border:1px solid rgb(255,89,0);cursor:pointer}.calculator-container .inner-calc-container .property-type-switcher button.left{margin:5px 0 5px 5px;border-radius:8px 0 0 8px}.calculator-container .inner-calc-container .property-type-switcher button.right{margin:5px 5px 5px 0;border-radius:0 8px 8px 0}.calculator-container .inner-calc-container .property-type-switcher button.active{background-color:#ff5900;color:#fff}.calculator-container .inner-calc-container .property-type-switcher button.inactive{background-color:#fff;color:#ff5900}.calculator-container .inner-calc-container .property-type-switcher button:focus{outline:none}.calculator-container .inner-calc-container .controllers{display:flex;flex-direction:row;justify-content:space-around;margin:40px 0}.calculator-container .inner-calc-container .controllers .controller{display:flex;flex-direction:column;align-items:center;justify-content:center;width:30%}.calculator-container .inner-calc-container .controllers .controller h3{font-size:1.2rem;font-weight:400;margin-bottom:10px}.calculator-container .inner-calc-container .controllers .controller .controller-buttons{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.calculator-container .inner-calc-container .controllers .controller .controller-buttons .controller-value{padding:8px 24px;background-color:#f4f4f4;border-radius:8px}.calculator-container .inner-calc-container .controllers .controller .controller-buttons button{font-size:2rem;font-weight:400;width:50px;height:50px;margin:0;padding:0;border-radius:8px;cursor:pointer;background:none;color:#000;font-family:Courier New,Courier,monospace}.calculator-container .inner-calc-container .controllers .controller .controller-buttons button:focus{outline:none}.calculator-container .inner-calc-container .controllers .controller .controller-buttons button.active{background-color:#ff5900;color:#fff}.calculator-container .inner-calc-container .controllers .controller .controller-buttons button.inactive{background-color:#fff;color:#ff5900}.calculator-container .inner-calc-container .price{padding:20px 0;background-color:#f4f4f4;color:#ff5900;border-radius:0 0 8px 8px}@media screen and (max-width: 1300px){.calculator-container{margin:40px}}@media screen and (max-width: 1200px){.calculator-container{flex-direction:column;margin:40px 80px}.calculator-container .description-container{width:100%;margin-right:0}.calculator-container .inner-calc-container{width:100%;margin-top:60px}}@media screen and (max-width: 800px){.calculator-container{margin:40px 20px}}@media screen and (max-width: 600px){.calculator-container{margin:32px 10px}.calculator-container .controllers{flex-wrap:wrap}.calculator-container .controllers .controller{width:40%}.calculator-container .controllers .controller h3{font-size:1rem;font-weight:400;margin-bottom:10px}.calculator-container .controllers .controller .controller-buttons .controller-value{font-size:1.2rem}.calculator-container .controllers .controller .controller-buttons button{width:30px;height:30px}}.wizard-container{padding:3rem 0}.wizard-container .wizard-title,.wizard-progress-indicator{margin-bottom:2rem}.wizard{display:flex;flex-direction:column;max-width:300px;width:100%;margin:0 auto}.wizard h2{margin-bottom:2rem}.wizard input{margin:0 0 2rem;padding:.5rem;font-size:1rem;border:none;border-bottom:1px solid rgba(0,0,0,.1333333333);border-radius:4px}.wizard-buttons-container{display:inline;align-items:center;max-width:200px;margin:0 auto}.wizard-buttons-container button{margin:0 .5rem;outline:none}.wizard-buttons-container button:focus{outline:none}.wizard-buttons-container button:focus-visible{outline:#3b82f6 auto}.subscribe-checkbox{display:flex;justify-content:space-between;align-self:center;margin:2rem 2rem 3rem}.subscribe-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;margin:0;border:2px solid #000;border-radius:4px;position:relative;cursor:pointer}.subscribe-checkbox input[type=checkbox]:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#000;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;border-radius:2px}.subscribe-checkbox input[type=checkbox]:checked:before{transform:translate(-50%,-50%) scale(1)}.submit-message{margin:2rem 0}.feature-vote-widget{margin:20px auto 0;text-align:center;max-width:1200px}.feature-vote-widget__title{margin-bottom:1.5rem;font-size:2rem}.feature-vote-widget__container{display:flex;flex-wrap:wrap;justify-content:center;margin-top:60px;gap:40px}.feature-vote-widget__card{padding:16px;width:300px;box-shadow:0 4px 8px #0000001a;border-radius:8px;transition:transform .2s ease}.feature-vote-widget__card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}.feature-vote-widget__card h2{margin-bottom:16px;font-size:1.2rem}.feature-vote-widget__actions{display:flex;margin:30px 0;justify-content:space-around}.feature-vote-widget__button{padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.feature-vote-widget__button--upvote{background-color:#d6f7d9;color:#2a6931}.feature-vote-widget__button--upvote:hover{background-color:#c1f3c5}.feature-vote-widget__button--upvote:active{transform:translateY(-3px)}.feature-vote-widget__button--downvote{background-color:#f9e5e3;color:#d32f2f}.feature-vote-widget__button--downvote:hover{background-color:#f5d2ce}.feature-vote-widget__button--downvote:active{transform:translateY(3px)}.feature-vote-widget__button:focus{outline:none}.feature-vote-widget__count{margin:10px 0;font-size:.9rem}.circle-charts-container{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:12px}.circle-chart{width:250px}.tabs-container{margin:2rem auto;padding:0 1rem;max-width:1000px;width:100%;box-sizing:border-box}.tabs-container .tabs-description{font-size:1.1rem;margin:1.5rem auto 2.5rem;color:#717171;line-height:1.6;text-align:center;max-width:600px}.tabs-wrapper{background:#fff;border-radius:8px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);-moz-box-shadow:0 2px 10px rgba(0,0,0,.1);box-shadow:0 2px 10px #0000001a;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box}.tabs-header{display:flex;background:#f8f9fa;border-bottom:2px solid #e9ecef;padding:0;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tabs-header .tab-button{background:none;border:none;padding:1rem;font-size:.9rem;font-weight:600;color:#6c757d;cursor:pointer;position:relative;white-space:nowrap;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-bottom:3px solid transparent;flex-shrink:0;min-width:auto}.tabs-header .tab-button:hover{background-color:#e9ecef;color:#495057}.tabs-header .tab-button:focus{outline:none}.tabs-header .tab-button:focus-visible{outline:2px solid #3188c2;outline-offset:-2px}.tabs-header .tab-button.active{background-color:#fff;color:#3188c2;border-bottom-color:#3188c2}.tabs-header .tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:#3188c2}.tabs-content{background:#fff;min-height:200px}.code-block .code-header{display:flex;justify-content:space-between;align-items:center;background:#2d3748;color:#fff;padding:.75rem 1.25rem;font-size:.875rem;font-family:Courier New,monospace}.code-block .code-header .language-label{font-weight:600;text-transform:capitalize;color:#4fd1c7}.code-block .code-header .filename{color:#a0aec0;font-style:italic}.code-block .code-content{margin:0;text-align:left;overflow-x:auto;-webkit-overflow-scrolling:touch}.code-block .code-content pre{margin:0!important;border-radius:0!important;overflow-x:auto!important;white-space:pre!important}.code-block .code-content pre code{font-family:Fira Code,Monaco,Courier New,monospace!important;text-align:left!important;white-space:pre!important}@media (max-width: 768px){.tabs-container{margin:1rem 0;padding:0 .75rem;max-width:100%;width:100%}.tabs-container .tabs-description{font-size:1rem;margin:1rem auto 2rem;padding:0;max-width:100%;box-sizing:border-box}.tabs-wrapper{max-width:90%;box-sizing:border-box}.tabs-header .tab-button{padding:.875rem .75rem;font-size:.8rem;min-width:auto}.code-block .code-header{padding:.75rem 1rem;font-size:.8rem;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.code-block .code-content pre{padding:1rem!important;font-size:.8rem!important;line-height:1.5!important;overflow-x:auto!important}}@media (max-width: 600px){.tabs-container{padding:0;max-width:calc(100vw - 2.5rem);width:calc(100vw - 1rem)}.tabs-container .tabs-description{font-size:.9rem;margin:1rem auto 1.5rem;padding:0;line-height:1.5;box-sizing:border-box}.tabs-wrapper{max-width:100%;box-sizing:border-box}.tabs-header .tab-button{padding:.75rem .875rem;font-size:.75rem;min-width:80px}.code-block .code-header{padding:.5rem .75rem;font-size:.75rem;flex-direction:column;gap:.25rem;text-align:center}.code-block .code-content pre{padding:.75rem!important;font-size:.7rem!important;line-height:1.4!important;overflow-x:auto!important}}@media (prefers-color-scheme: dark){.tabs-wrapper{background:#2d3748}.tabs-header{background:#4a5568;border-bottom-color:#2d3748}.tabs-header .tab-button{color:#a0aec0}.tabs-header .tab-button:hover{background-color:#2d3748;color:#e2e8f0}.tabs-header .tab-button.active{background-color:#2d3748;color:#61dbfb;border-bottom-color:#61dbfb}.tabs-header .tab-button.active:after{background:#61dbfb}.tabs-content{background:#2d3748}}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:0 20px;width:100%}.not-found-container .not-found-content{max-width:600px}.not-found-container .not-found-title{font-size:8rem;margin:0;color:#61dbfb;line-height:1}.not-found-container .not-found-subtitle{font-size:2.5rem;margin-top:.5rem}.not-found-container .not-found-message{margin:1.5rem 0;font-size:1.2rem;color:#555;line-height:1.6}.not-found-container .home-button{margin-top:1.5rem;padding:.8rem 2rem;background-color:#3188c2;color:#fff;border-radius:8px;transition:background-color .3s;font-weight:600}.not-found-container .home-button:hover{background-color:#276b99}.not-found-container .home-button:focus{outline:none}.not-found-container .home-button:focus-visible{outline:#3b82f6 auto}.not-found-container .home-button:active{transform:translateY(2px)}@media (max-width: 768px){.not-found-container .not-found-title{font-size:6rem}.not-found-container .not-found-subtitle{font-size:2rem}.not-found-container .not-found-message{font-size:1rem}}.hamburger-button{display:none;position:fixed;top:1rem;right:1rem;z-index:100;background:none;border:none;font-size:2rem;cursor:pointer;color:#333}.hamburger-button:hover{background-color:transparent}.hamburger-button:focus{outline:none}.hamburger-button:active{transform:scale(.9)}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;transition:right .3s ease-in-out;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu.open{right:0}.mobile-menu .close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2.2rem;font-weight:200;cursor:pointer;color:#333}.mobile-menu .close-button:focus{outline:none}.mobile-menu .close-button:active{transform:scale(.9)}.mobile-menu nav{margin:5rem 0}.mobile-menu ul{list-style:none;padding:0;margin:6rem 0 6rem 3rem}.mobile-menu li{margin:1.2rem 0;text-align:left}.mobile-menu a{text-decoration:none;color:#333;font-size:1.2rem}.mobile-menu a.active-link,.mobile-menu a:hover{color:#61dbfb}@media (max-width: 768px){.sidebar{display:none}.hamburger-button,.mobile-menu{display:block}}: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: 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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius: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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}.sidebar{width:300px;background:#f0f0f0;padding:132px 24px 80px;border:1px solid #ddd}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{margin:20px 0;text-align:left;font-size:.9375rem}.sidebar li .active-link{color:#61dbfb;font-weight:semi-bold}.sidebar a{text-decoration:none;color:#333}.sidebar a:hover{color:#61dbfb}@media (max-width: 1280px){.sidebar{width:240px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:100%}body{margin:0}body.no-scroll{overflow:hidden;position:fixed;width:100%}h1,h2,h3,h4,h5,h6,p{margin:0}ol,ul{list-style:none;margin:0;padding:0}img{max-width:100%;height:auto}input,button,textarea,select{font:inherit}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.2;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#303030;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:inherit;text-decoration:inherit}a:hover{color:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3rem;line-height:1.2}button{border-radius:8px;border:1px solid transparent;padding:.6rem 1.2rem;font-size:1rem;font-weight:600;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:inherit}button{color:#e1e1e1}button:hover{background-color:#323232}}@media (prefers-color-scheme: dark){button{color:#e1e1e1}button:hover{background-color:#323232}}#root{max-width:1440px;width:90%;margin:0 auto;padding:0;text-align:center}@media screen and (max-width: 1000px){#root{width:100%}}body{font-family:Arial,sans-serif;background-color:#f4f4f4;margin:0;padding:0;color:#333}.main-content{flex:1;padding:20px 40px;display:flex;flex-direction:column}@media screen and (max-width: 600px){.main-content{padding:16px}}.container{width:90%;margin:0 auto}.section-title{font-size:2.5rem;margin-top:1rem}.light-text{color:#f5f5f5}.chart-type{text-align:left;margin:48px 10px}.chart-title{font-size:1.1rem;line-height:1.6rem;font-weight:400;text-align:left;margin:40px 10px 10px}@media screen and (max-width: 768px){.chart-title{font-size:1rem}}.card{background-color:#fff;border-radius:8px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);-moz-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px #0000001a}.card.dark{background-color:#323232}footer{margin-top:auto;width:100%;background-color:#3d3d3d;color:#fff;padding:2rem}footer p{margin:1rem 0}footer a{color:#fff;text-decoration:none;font-weight:700}footer a:hover{color:#61dbfb}.Toastify__close-button:hover{background-color:transparent}.Toastify__close-button:focus{outline:none}.page-wrapper{position:relative;left:0;transition:left .3s ease-in-out}.page-wrapper.menu-open{left:-100%}.app-layout{display:flex;flex-direction:column;border:1px solid #ddd;border-bottom:none;transition:transform .3s ease-in-out;position:relative;width:100%}.app-layout .sidebar-and-content{display:flex;padding:0;flex:1;min-height:100vh}
