@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";: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)}}:root{--primary-orange: #f0732d;--white: #fff;--grey: #f2f2f2;--text-grey: #747474;--black: #111;--border-grey: #e7e7e7;--gradient-start: #fff8f4;--gradient-mid: #ffe4d4;--gradient-end: #ffd2b8;--gradient-accent: #f0732d;--font-serif: "DM Serif Display", Georgia, serif}[data-theme=dark]{--white: #111;--black: #fff;--gradient-start: #0a0a1a;--gradient-mid: #1a1025;--gradient-end: #2a1530}html,body{margin:0;overflow-x:clip;font-family:DM Sans,sans-serif;color:var(--black);background:var(--gradient-start);scroll-behavior:smooth;transition:background .6s ease,color .5s;min-height:100vh}html h1,html h2,html h3,html h4,html h5,html h6,html p,body h1,body h2,body h3,body h4,body h5,body h6,body p{margin:0;padding:0}body{padding:16px 0;position:relative}body.no-scroll{overflow:hidden!important}body:after{content:"";position:absolute;top:0;left:0;width:100%;height:50vh;background-image:url(/assets/bg-painted.avif);background-size:cover;background-position:top center;background-repeat:no-repeat;mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.6) 25%,rgba(0,0,0,.2) 50%,transparent 75%);-webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.6) 25%,rgba(0,0,0,.2) 50%,transparent 75%);z-index:0;pointer-events:none;animation:bg-fade-in 1.2s ease-out forwards}body:before{content:"";position:absolute;top:0;left:0;width:100%;height:50vh;pointer-events:none;z-index:0;background-image:url(/assets/noise.avif);background-repeat:repeat;background-size:300px 300px;mix-blend-mode:multiply;mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.6) 25%,rgba(0,0,0,.2) 50%,transparent 75%);-webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.6) 25%,rgba(0,0,0,.2) 50%,transparent 75%);animation:noise-fade-in 1.2s ease-out forwards}@keyframes bg-fade-in{0%{opacity:0}to{opacity:1}}@keyframes noise-fade-in{0%{opacity:0}to{opacity:.12}}[data-theme=dark] body:after{animation:none;opacity:0}[data-theme=dark] body:before{animation:noise-fade-in-dark 1.2s ease-out forwards;mix-blend-mode:screen}@keyframes noise-fade-in-dark{0%{opacity:0}to{opacity:.06}}.home-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:64px;max-width:1400px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box;position:relative;z-index:1}.black{color:var(--black)}.orange{color:var(--primary-orange)}::selection{background:#fef2eb;color:var(--primary-orange)}[data-theme=dark] ::selection{background:#2a1530;color:#f0732d}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}.window-glow{position:fixed;top:0;width:6px;height:100vh;z-index:10000;pointer-events:none;box-shadow:0 0 20px 8px #f0732d80;background:#f0732d66;animation:glow-pulse 2s ease-in-out infinite}.window-glow--left{left:0}.window-glow--right{right:0}@keyframes glow-pulse{0%,to{opacity:.4}50%{opacity:1}}@media screen and (max-width:800px){body{cursor:default!important}.custom-mouse{display:none!important}.home-wrapper{gap:24px;padding-bottom:82px}}.btn{padding:8px 24px;border-radius:36px;font-size:16px;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:12px;transition:all .3s ease;border:2px solid transparent}.btn .icon{display:flex;justify-content:center;align-items:center}.btn.primary{color:var(--white);border:2px solid var(--black);background-color:var(--white);display:flex;transition:all .3s;position:relative;overflow:hidden;z-index:1}.btn.primary:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:var(--black);z-index:-2}.btn.primary:before{content:"";position:absolute;bottom:0;left:0;width:0%;height:100%;background-color:var(--white);transition:all .3s;z-index:-1}.btn.primary:hover{color:var(--black);border-color:var(--border-grey)}.btn.primary:hover:before{width:100%}.btn.outline{color:var(--black);border:2px solid var(--border-grey);display:flex;transition:all .3s;position:relative;overflow:hidden;z-index:1}.btn.outline:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:var(--white);z-index:-2}.btn.outline:before{content:"";position:absolute;bottom:0;left:0;width:0%;height:100%;background-color:var(--black);transition:all .3s;z-index:-1}.btn.outline:hover{color:var(--white);border:2px solid var(--black)}.btn.outline:hover:before{width:100%}.btn:active{transform:scale(.95)}.toggle-button{max-width:50px;max-height:50px;border-radius:50%;padding:10px;border:none;background-color:#f2f2f2cc;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:background-color .3s,color .3s;position:fixed;top:16px;right:16px;z-index:9998}[data-theme=dark] .toggle-button{background-color:#111c;border:2px solid #fff;color:#fff}@media screen and (max-width:600px){.toggle-button{transition:opacity .2s ease,background-color .3s,color .3s}body.nav-expanded .toggle-button{opacity:0!important;pointer-events:none!important;visibility:hidden}}.custom-mouse{position:absolute;top:0;left:0;width:10px;height:10px;border-radius:50%;background-color:var(--black);transition:width .3s,height .3s,opacity .3s,background-color .3s;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}.custom-mouse p{font-size:12px;color:#fff}@media screen and (max-width:600px){.custom-mouse{display:none}}.footer{background-color:#111111e6;padding:12px 36px;border-radius:36px;display:flex;justify-content:center;align-items:center;margin-bottom:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.footer .links{display:flex;gap:12px}.footer .links a{text-decoration:none;color:#747474;font-size:16px;font-weight:500;transition:all .3s;padding:2px;cursor:pointer}.footer .links a:hover{background-color:#1e1e1e;padding:2px 20px;border-radius:24px;color:#fff}[data-theme=dark] .footer{background-color:#ffffffe6}[data-theme=dark] .footer .links a{color:#11111180}[data-theme=dark] .footer .links a:hover{background-color:#11111114;color:#111}@media screen and (max-width:600px){.footer{padding:12px 24px}.footer .links{gap:12px}.footer .links a{font-size:14px}}.horizontal-scroller{position:fixed;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gradient-accent) 0%,var(--gradient-end) 100%);transform-origin:0%;z-index:9999}.handsfree-button{max-width:50px;max-height:50px;border-radius:50%;padding:10px;border:none;background-color:#f2f2f2cc;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:background-color .3s,color .3s;position:fixed;top:16px;right:76px;z-index:9998}.handsfree-button.active{background-color:#f0732de6;color:#fff}[data-theme=dark] .handsfree-button{background-color:#111c;border:2px solid #fff;color:#fff}[data-theme=dark] .handsfree-button.active{background-color:#f0732de6;border-color:#f0732d;color:#fff}@media screen and (max-width:600px){.handsfree-button{transition:opacity .2s ease,background-color .3s,color .3s}body.nav-expanded .handsfree-button{opacity:0!important;pointer-events:none!important;visibility:hidden}}.handsfree-modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.handsfree-modal-content{background-color:var(--white);padding:16px 24px 28px;border-radius:14px;width:90%;max-width:480px;box-shadow:0 4px 24px #0003;display:flex;flex-direction:column;gap:16px;align-items:center}.handsfree-modal-content .heading{font-size:22px;color:var(--black);margin:0;text-align:center;font-weight:700}.handsfree-modal-content .desc{color:#747474;text-align:center;font-size:15px;line-height:1.5;margin:0}.handsfree-modal-content .desc.subtle{font-size:13px;opacity:.7}.handsfree-modal-content .desc.error{color:#e74c3c;font-size:13px}.handsfree-modal-content .features{display:flex;flex-direction:column;gap:12px;width:100%;padding:12px 0}.handsfree-modal-content .features .feature{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--black)}.handsfree-modal-content .features .feature .feature-icon{font-size:22px;width:32px;text-align:center;flex-shrink:0}.handsfree-modal-content .progress-bar{width:100%;height:4px;background-color:#f2f2f280;border-radius:2px;overflow:hidden}.handsfree-modal-content .progress-bar .progress-fill{height:100%;background-color:#f0732d;border-radius:2px;transition:width .3s ease}.handsfree-modal-content .enable-button{background-color:#f0732d;color:#fff;border:none;border-radius:10px;padding:12px 32px;font-size:16px;font-weight:600;cursor:pointer;font-family:inherit;transition:background-color .2s}.handsfree-modal-content .enable-button:hover{background-color:#e45c10}.gesture-tutorial-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:10000}.gesture-tutorial{background:var(--white);border-radius:16px;padding:28px 32px 24px;width:90%;max-width:520px;box-shadow:0 8px 40px #0000004d;display:flex;flex-direction:column;align-items:center;gap:16px}.gesture-tutorial__title{font-size:22px;font-weight:700;color:var(--black);margin:0}.gesture-tutorial__subtitle{font-size:14px;color:#747474;margin:0;text-align:center}.gesture-tutorial__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;padding:8px 0}.gesture-tutorial__dismiss{background-color:#f0732d;color:#fff;border:none;border-radius:10px;padding:10px 36px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;margin-top:4px;transition:background-color .2s}.gesture-tutorial__dismiss:hover{background-color:#e45c10}.gesture-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;background:#f2f2f240;border:1px solid rgba(242,242,242,.3)}.gesture-card__icon{font-size:28px;flex-shrink:0;width:36px;text-align:center}.gesture-card__info{display:flex;flex-direction:column;gap:2px}.gesture-card__name{font-size:14px;font-weight:600;color:var(--black)}.gesture-card__desc{font-size:12px;color:#747474;line-height:1.4}@media screen and (max-width:600px){.handsfree-modal-content{padding:14px 18px 22px;gap:12px;max-width:92%}.handsfree-modal-content .heading{font-size:19px}.handsfree-modal-content .desc{font-size:13px}.handsfree-modal-content .features{gap:10px;padding:8px 0}.handsfree-modal-content .features .feature{font-size:13px;gap:10px}.handsfree-modal-content .features .feature .feature-icon{font-size:18px;width:28px}.handsfree-modal-content .enable-button{padding:10px 28px;font-size:14px}.gesture-tutorial{padding:20px 18px 18px;max-width:92%;gap:12px}.gesture-tutorial__title{font-size:18px}.gesture-tutorial__subtitle{font-size:13px}.gesture-tutorial__grid{grid-template-columns:1fr;gap:8px;padding:4px 0}.gesture-tutorial__dismiss{padding:8px 28px;font-size:14px}.gesture-card{padding:10px 12px;gap:10px}.gesture-card__icon{font-size:22px;width:30px}.gesture-card__name{font-size:13px}.gesture-card__desc{font-size:11px}}[data-theme=dark] .handsfree-modal-overlay{background-color:#000000f2}[data-theme=dark] .handsfree-modal-content{background-color:#1e1e1e;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .handsfree-modal-content .progress-bar{background-color:#ffffff1a}[data-theme=dark] .gesture-tutorial-overlay{background-color:#000000e6}[data-theme=dark] .gesture-tutorial{background:#1e1e1e;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .gesture-card{background:#ffffff0d;border-color:#ffffff14}.navbar{background-color:#f2f2f2cc;padding:12px 36px;border-radius:36px;display:flex;justify-content:center;align-items:center;gap:12px;overflow:hidden;width:auto;min-width:175px;position:fixed;top:16px;z-index:9998;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar .heading{font-size:18px;font-weight:600;white-space:nowrap}.navbar .menu-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;cursor:pointer;width:16px;height:16px}.navbar .menu-icon .line{width:16px;height:2px;background-color:var(--black);position:absolute;transform-origin:center}.navbar .links{position:absolute;right:36px;display:flex;gap:12px}.navbar .links p{text-decoration:none;color:var(--black);font-size:16px;font-weight:500;transition:all .3s;padding:2px;cursor:pointer}.navbar .links p.hidden{display:none}.navbar .links p:hover{background-color:var(--white);padding:2px 20px;border-radius:24px}[data-theme=dark] .navbar{background-color:#111c;border:2px solid #fff}[data-theme=dark] .navbar .links p{color:#747474}[data-theme=dark] .navbar .links p:hover{background-color:#1e1e1e;color:#fff}@media screen and (max-width:600px){.navbar{left:16px;padding:12px 16px;gap:8px;box-sizing:border-box}.navbar .heading{font-size:16px;margin:0}.navbar .links{position:absolute;right:unset;left:40px;display:flex;gap:8px}.navbar .links p{font-size:13px;white-space:nowrap}.navbar .navbar-toggles{position:absolute;right:16px;display:flex;align-items:center;gap:4px}.navbar .navbar-toggles .navbar-toggle-btn{border-radius:50%;border:none;padding:2px;background:transparent;color:var(--black);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:background-color .2s}.navbar .navbar-toggles .navbar-toggle-btn:active{background-color:#0000001a}.navbar .navbar-toggles .navbar-toggle-btn.active{background-color:#f0732de6;color:#fff}[data-theme=dark] .navbar{background-color:#111c;border:2px solid #fff}[data-theme=dark] .navbar .links p{color:#fff}[data-theme=dark] .navbar .links p:hover{background-color:#1e1e1e;color:#fff}[data-theme=dark] .navbar .navbar-toggles .navbar-toggle-btn{color:#fff}[data-theme=dark] .navbar .navbar-toggles .navbar-toggle-btn:active{background-color:#ffffff1a}[data-theme=dark] .navbar .navbar-toggles .navbar-toggle-btn.active{background-color:#f0732de6;color:#fff}}.robot-canvas{height:300px!important;width:300px!important;cursor:grab;background-color:transparent!important}.car-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background-color:#000c!important}.car-canvas .ball-text{position:absolute;top:24px;right:24px;width:500px}.car-canvas .ball-text .heading{font-size:36px;font-weight:700;color:#111;text-align:right}.car-canvas .ball-text .desc{font-size:24px;font-weight:500;color:#111;text-align:right;line-height:48px}.car-canvas .ball-text .small-desc{font-size:24px;font-weight:400;color:#111}.car-canvas .ball-text code{background-color:#0009;color:#fff;padding:4px;border-radius:4px;font-weight:500;font-size:22px}.hero-section{margin-top:48px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:0px;position:relative}.hero-section .heading-section{max-width:900px;display:flex;flex-direction:column;gap:24px;width:100%}.hero-section .heading-section .heading{max-width:900px;font-family:var(--font-serif);font-size:64px;font-weight:400;text-align:center;line-height:72px}.hero-section .heading-section .desc{color:var(--text-grey);font-size:18px;text-align:center;font-weight:400}.hero-section .heading-section .btn-flex{width:100%;display:flex;justify-content:center;align-items:center;gap:16px}.hero-section .heading-section .btn-flex .icon-link{padding:4px;font-size:24px}.hero-section .heading-section .btn-flex .icon-arrow{display:flex;justify-content:center;align-items:center;background-color:var(--grey);color:#111;border-radius:50%;padding:4px;font-size:24px}.hero-section .heading-section .bottom-text{color:var(--text-grey);text-align:center;margin-top:24px;width:100%;min-height:48px}@media screen and (max-width:600px){.hero-section{margin-top:48px}.hero-section .heading-section{max-width:100%;gap:20px}.hero-section .heading-section .heading{font-family:var(--font-serif);font-size:36px;font-weight:400;text-align:center;line-height:44px}.hero-section .heading-section .desc{color:var(--text-grey);font-size:18px;text-align:center;font-weight:400}.hero-section .heading-section .btn-flex{width:100%;display:flex;justify-content:center;align-items:center;gap:16px}.hero-section .heading-section .btn-flex .icon-link{padding:4px;font-size:24px}.hero-section .heading-section .btn-flex .icon-arrow{display:flex;justify-content:center;align-items:center;background-color:var(--grey);color:#111;border-radius:50%;padding:4px;font-size:24px}.hero-section .heading-section .bottom-text{color:var(--text-grey);text-align:center;margin-top:24px;min-height:72px}}.skills-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 64px);max-height:1000px;min-height:1000px;position:relative;overflow:visible}.skills-container .main-text{font-size:24px;color:var(--black);text-align:center;font-weight:600;margin-bottom:20px;position:relative;z-index:1;pointer-events:none}.skills-container .skills-canvas-container{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%}.skills-container .skills-canvas-container canvas{display:block;width:100%;height:100%}@media screen and (max-width:600px){.skills-container{min-height:800px}}.numbers-and-stats{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:48px;margin:64px 0;position:relative}.numbers-and-stats:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(ellipse,var(--gradient-mid) 0%,transparent 70%);filter:blur(80px);opacity:.4;z-index:-1;pointer-events:none}.numbers-and-stats .center-text{text-align:center}.numbers-and-stats .center-text .text-p{font-size:24px;color:var(--black);text-align:center;font-weight:600}.numbers-and-stats .card-container{width:130px;height:130px;position:relative;z-index:1000}.numbers-and-stats .card-container .card{width:130px;height:130px;position:absolute;top:0}.numbers-and-stats .card-container .card .card-content{width:100%;height:100%;background-color:#333;border-radius:30px}.numbers-and-stats .card-container .card .card-content .icon-img{width:100%;height:100%}.numbers-and-stats .card-container .card.front-card{z-index:10}.numbers-and-stats .card-container .card.back-card{z-index:0}.numbers-and-stats .card-text{text-align:center;font-size:36px;font-weight:700;color:var(--black)}.numbers-and-stats .card-text .orange{color:#f0732d}@media screen and (max-width:600px){.numbers-and-stats{gap:24px;margin:24px 0;height:auto;position:unset;top:unset}.numbers-and-stats .center-text .text-p{font-size:20px}.numbers-and-stats .card-container,.numbers-and-stats .card-container .card{width:75px;height:75px}.numbers-and-stats .card-container .card .card-content{width:100%;height:100%;background-color:#333;border-radius:12px}.numbers-and-stats .card-text{text-align:center;font-size:24px;font-weight:700;color:var(--black)}.numbers-and-stats .card-text .orange{color:#f0732d}}.tabs{display:flex;justify-content:center;align-items:center;background-color:var(--grey);padding:8px;border-radius:48px;width:fit-content;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.tabs .tab{position:relative;margin:0 10px;padding:10px 20px;font-size:16px;cursor:pointer;color:var(--text-grey);font-weight:600}.tabs .tab.active{color:var(--black);z-index:1}.tabs .tab .active-tab-indicator{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--white) 0%,var(--gradient-start) 100%);border-radius:25px;z-index:-1;box-shadow:0 2px 8px #f0732d1a}[data-theme=dark] .tabs{background-color:var(--white);border:2px solid var(--black)}[data-theme=dark] .tabs .tab .active-tab-indicator{background:linear-gradient(135deg,#1e1e1e,#2a1530);box-shadow:none}@media screen and (max-width:600px){.tabs{padding:6px;flex-wrap:nowrap;justify-content:flex-start;gap:2px;border-radius:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs .tab{position:relative;margin:0 2px;padding:8px 12px;font-size:13px;white-space:nowrap;flex-shrink:0}[data-theme=dark] .tabs{background-color:var(--white);border:2px solid var(--black)}[data-theme=dark] .tabs .tab .active-tab-indicator{background:linear-gradient(135deg,#1e1e1e,#2a1530)}}.find-my-work{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0px}.find-my-work .heading{font-size:36px;color:var(--black);text-align:center;font-weight:600;margin-bottom:20px}.find-my-work .work-content{padding:36px 0;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;gap:24px;width:100%;max-width:100%}.find-my-work .work-content::-webkit-scrollbar{display:none}@media screen and (max-width:600px){.find-my-work .heading{font-size:20px;margin-bottom:16px}.find-my-work .work-content{padding:24px 0;gap:18px}}.card-modal-component{display:flex;flex-direction:column;align-items:center}.card-modal-component .main-card{background:#f2f2f2b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);min-width:400px;height:auto;display:flex;flex-direction:column;align-items:center;padding:12px;border-radius:18px;border:1px solid rgba(231,231,231,.5);box-shadow:0 4px 16px #f0732d0f;transition:box-shadow .3s ease,transform .3s ease;gap:12px}.card-modal-component .main-card:hover{box-shadow:0 8px 24px #f0732d1f;transform:translateY(-2px)}.card-modal-component .main-card .card-img{width:400px;height:200px;object-fit:cover;border-radius:14px;cursor:pointer}.card-modal-component .main-card .card-heading-flex{width:calc(100% - 8px);overflow-x:none;display:flex;gap:6px;justify-content:space-between;align-items:center;margin:0 auto}.card-modal-component .main-card .card-heading-flex .heading{font-size:16px;color:var(--black);margin:0}.card-modal-component .main-card .card-heading-flex .icon{margin:0;font-size:20px;color:var(--black);cursor:pointer}.card-modal-component .modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.card-modal-component .modal-overlay .modal-content{background-color:var(--white);padding:12px 18px 24px;border-radius:10px;width:100%;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}.card-modal-component .modal-overlay .modal-content .heading,.card-modal-component .modal-overlay .modal-content .heading-2{font-size:24px;color:var(--black);margin:0;text-align:center}.card-modal-component .modal-overlay .modal-content .heading-2{font-size:18px}.card-modal-component .modal-overlay .modal-content .desc{width:100%;max-width:700px;color:#747474;text-align:center}[data-theme=dark] .card-modal-component .main-card{background:#1e1e1ecc;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0000004d}[data-theme=dark] .card-modal-component .main-card:hover{box-shadow:0 8px 24px #0006}[data-theme=dark] .card-modal-component .modal-overlay{background-color:#000000f2}@media screen and (max-width:600px){.card-modal-component{width:100%;padding:0 16px}.card-modal-component .main-card{min-width:300px;width:100%;padding:10px;gap:10px;border-radius:12px}.card-modal-component .main-card .card-img{width:100%;min-width:300px;height:100%;min-height:160px;border-radius:12px}.card-modal-component .main-card .card-heading-flex{gap:6px}.card-modal-component .main-card .card-heading-flex .heading{font-size:14px}.card-modal-component .main-card .card-heading-flex .icon{font-size:16px}.card-modal-component .modal-overlay .modal-content{padding:10px 16px 18px;gap:12px}.card-modal-component .modal-overlay .modal-content .heading,.card-modal-component .modal-overlay .modal-content .heading-2{font-size:18px}.card-modal-component .modal-overlay .modal-content .desc{width:100%;font-size:14px;max-width:300px}}.mac-buttons-flex{width:fit-content;margin-right:auto;display:flex;justify-content:flex-start;align-items:center;gap:6px}.mac-buttons-flex .mac-button{width:14px;height:14px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.mac-buttons-flex .mac-button .icon{font-size:10px}.mac-buttons-flex .mac-button .icon.expand-icon{transform:rotate(-45deg)}.mac-buttons-flex:hover .mac-button .icon{color:#111}.horizontal-skills-parent{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;margin:64px 0}.horizontal-skills-parent .horizontal-skills-wrapper{width:100%;display:flex;justify-content:flex-start;align-items:center;overflow:hidden;gap:0px 24px;position:relative;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%)}.horizontal-skills-parent .horizontal-skills-wrapper::-webkit-scrollbar{display:none}.horizontal-skills-parent .horizontal-skills-wrapper .icon{min-width:120px;height:120px;flex-shrink:0}@media screen and (max-width:600px){.horizontal-skills-parent{width:100%;gap:18px;margin:24px 0}.horizontal-skills-parent .horizontal-skills-wrapper{gap:0px 18px}.horizontal-skills-parent .horizontal-skills-wrapper .icon{min-width:60px;height:60px;flex-shrink:0}}.work-experience-main-wrapper{display:flex;align-items:flex-start;width:100%;height:280vh;position:relative}.work-experience-main-wrapper:before{content:"";position:absolute;top:200px;right:-100px;width:700px;height:500px;background:radial-gradient(ellipse,var(--gradient-end) 0%,transparent 70%);filter:blur(100px);opacity:.35;z-index:-1;pointer-events:none}.work-experience-main-wrapper .fixed-heading{position:absolute;top:100px;z-index:1;text-align:center;width:100%;font-size:48px}.work-experience-main-wrapper .fixed-heading .orange{color:#f0732d}.work-experience-main-wrapper .left-column{position:sticky;top:0;width:50%;height:100vh}.work-experience-main-wrapper .right-column{width:50%;padding:50px;margin:auto}.work-experience-main-wrapper .work-experience-section{opacity:0;transform:translateY(100px);margin-bottom:150px;text-align:center!important}.work-experience-main-wrapper .work-experience-section .job-title{font-size:28px;font-weight:700}.work-experience-main-wrapper .work-experience-section .job-title .orange{color:#f0732d}.work-experience-main-wrapper .work-experience-section .duration{font-size:18px;font-weight:700}.work-experience-main-wrapper .work-experience-section .work-ex{margin-top:8px;font-size:16px;font-weight:400;color:#747474}.work-experience-main-wrapper .work-experience-section .work-ex .black{color:var(--black);font-weight:500}.work-experience-main-wrapper .parts-assembling{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100vh;cursor:grab;max-height:1000px}@media screen and (max-width:600px){.work-experience-main-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:auto;margin-bottom:0;position:unset}.work-experience-main-wrapper .fixed-heading{position:unset;z-index:1;text-align:center;width:100%;font-size:24px;margin-bottom:24px}.work-experience-main-wrapper .fixed-heading .orange{color:#f0732d}.work-experience-main-wrapper .left-column{display:none}.work-experience-main-wrapper .right-column{width:100%;padding:0 16px;margin:0;box-sizing:border-box}.work-experience-main-wrapper .right-column .work-experience-section{opacity:1;transform:translateY(0);margin-bottom:64px;text-align:center!important}.work-experience-main-wrapper .right-column .work-experience-section .job-title{font-size:24px;font-weight:700}.work-experience-main-wrapper .right-column .work-experience-section .job-title .orange{color:#f0732d}.work-experience-main-wrapper .right-column .work-experience-section .duration{font-size:16px;font-weight:700}.work-experience-main-wrapper .right-column .work-experience-section .work-ex{margin-top:8px;font-size:14px;font-weight:400;color:#747474}.work-experience-main-wrapper .right-column .work-experience-section .work-ex .black{color:var(--black);font-weight:500}.work-experience-main-wrapper .parts-assembling{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:500px;margin-top:80px;cursor:pointer;display:none}}.terminal-window{width:100%;max-width:900px;margin:24px auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.08);transition:max-width .3s ease,margin .3s ease}.terminal-window.terminal-expanded{max-width:100%}.terminal-header{background:#313244;padding:10px 16px;display:flex;align-items:center;gap:12px;-webkit-user-select:none;user-select:none}.terminal-header .terminal-title{color:#cdd6f499;font-size:13px;margin-left:auto;margin-right:auto}.terminal-body{background:#1e1e2e;position:relative}.xterm-container{width:100%;padding:8px}.xterm-container .xterm{height:100%}.xterm-container .xterm-screen{width:100%!important}.matrix-rain{position:absolute;inset:0;z-index:10;background:#000000f2}.matrix-rain canvas{width:100%;height:100%}.matrix-rain .matrix-dismiss{position:absolute;bottom:16px;left:50%;transform:translate(-50%);color:#a6e3a199;font-size:12px;font-family:monospace}.tab-badge{position:absolute;top:-4px;right:-6px;background:#ff3b30;color:#fff;font-size:9px;font-weight:700;line-height:1;padding:3px 5px;border-radius:10px;letter-spacing:.3px;text-transform:uppercase;pointer-events:none;box-shadow:0 1px 4px #ff3b3066}.terminal-modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;overscroll-behavior:contain}.terminal-modal-content{width:100%;max-width:960px}.terminal-modal-content .terminal-window{margin:0;box-shadow:0 16px 64px #00000080}.terminal-window.terminal-minimized .terminal-body{display:none}@media screen and (max-width:600px){.terminal-window{margin:12px 0;border-radius:8px;max-width:100%}.xterm-container{padding:4px}.terminal-header .terminal-title{font-size:11px}.terminal-modal-overlay{padding:48px 12px 12px;align-items:flex-start}.terminal-modal-content{max-width:100%}}
