:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;background:#fff;font-family:Inter,sans-serif;font-weight:400;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}body.dark-mode{color:#e0e0e0;background-color:#111b2b}.sidebar__content{scrollbar-width:none!important;-ms-overflow-style:none!important}.sidebar__content::-webkit-scrollbar{width:0!important;display:none!important}.header{z-index:1000;background:#142641;width:100%;padding:15px 0;position:fixed;top:0;box-shadow:0 5px 15px #0000001a}@media (min-width:768px){.header{width:calc(100% - 280px);left:280px}}.header__inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.header__logo{flex-shrink:0;align-items:center;width:auto;display:flex}.header .logo-link{white-space:nowrap;flex-shrink:0;align-items:center;gap:0;margin-right:20px;text-decoration:none;display:flex}.header .logo-img{flex-shrink:0;width:3.4rem;height:3.4rem;position:relative;bottom:5.5px;right:107px}@media (max-width:767px){.header .logo-img{width:2.5rem;height:2.5rem;bottom:5px;right:0}}@media (max-width:479px){.header .logo-img{width:1.8rem;height:1.8rem;bottom:2px;right:0}}.header .logo-typing-text{color:#fef6e7;white-space:nowrap;flex-shrink:0;margin:0;padding-left:0;padding-right:5px;font-family:Playfair Display,serif;font-size:3.6rem;position:relative;bottom:7px;right:108px}@media (max-width:767px){.header .logo-typing-text{font-size:2.5rem;bottom:4px;right:0}}@media (max-width:479px){.header .logo-typing-text{font-size:1.8rem;bottom:2px;right:0}}.header .typing-cursor{animation:1s infinite blink}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.header__nav{align-items:center;margin-left:2rem;display:flex}@media (max-width:767px){.header__nav{display:none}}.header__nav-list{gap:1rem;list-style:none;display:flex}.header__nav-link{color:#f0f0f0;padding:.5rem;font-weight:600;text-decoration:none;transition:all .3s}.header__nav-link .nav-text{transition:all .3s}.header__nav-link:hover .nav-text{color:#e9c067;transform:translateY(-2px)}.header__sections-nav{flex-direction:column;flex:0 auto;justify-content:center;align-items:center;gap:1rem;min-width:fit-content;display:flex}@media (max-width:767px){.header__sections-nav{display:none}}.header__sections-list{gap:1rem;list-style:none;display:flex}.header__section-item{flex-shrink:0;list-style:none}.header__section-btn{color:#f0f0f0;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:0;flex-shrink:0;padding:1rem 1.5rem;font-family:Caveat,cursive;font-size:1.25rem;font-weight:600;transition:all .3s}.header__section-btn:hover,.header__section-btn.active{color:#e9c067}@media (max-width:767px){.header__section-btn{padding:.25rem .5rem;font-size:1rem}}.header__swipe-hint{color:#f0f0f0;justify-content:center;align-items:center;gap:.5rem;font-family:Caveat,cursive;font-size:.875rem;display:flex}.header__menu-toggle{display:none}.hamburger{flex-direction:column;justify-content:space-around;width:30px;height:21px;display:flex;position:relative}.hamburger span{background:#fef6e7;border-radius:3px;width:100%;height:3px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.hamburger-fixed{z-index:9999;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none;position:fixed;top:15px;right:1rem}@media (max-width:767px){.hamburger-fixed{display:block}}.nav-section{background:0 0;border-bottom:none;width:100%;margin-top:60px;margin-left:0;padding:1.5rem 0;display:none;position:relative}@media (max-width:767px){.nav-section{margin-top:90px;padding:0;display:block}}body.dark-mode .nav-section{background:0 0}.nav-section__inner{flex-direction:column;align-items:center;gap:1rem;width:100%;margin:0 auto;padding:0 2rem;display:flex}@media (max-width:767px){.nav-section__inner{gap:1.5rem}}.nav-section__list{flex-wrap:wrap;justify-content:center;gap:1rem;list-style:none;display:flex}@media (max-width:767px){.nav-section__list{gap:1rem}}.nav-section__item{flex-shrink:0;list-style:none}.nav-section__btn{color:#e9c067;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:0;flex-shrink:0;padding:.5rem 1rem;font-family:Caveat,cursive;font-size:1.125rem;font-weight:600;transition:all .3s}.nav-section__btn:hover{color:#f6e5c0;text-decoration:underline}.nav-section__btn.active{color:#f6e5c0;font-weight:700}@media (max-width:767px){.nav-section__btn{padding:1rem 1.5rem;font-size:1.5rem}}.nav-section__swipe-hint{display:flex}.swipe-hint__arrow{color:#f0f0f0;margin:5px;font-family:Caveat,cursive;font-size:1rem;font-weight:500;line-height:1}@media (max-width:767px){.swipe-hint__arrow{color:#e9c067}}.swipe-hint__text{color:#f0f0f0;opacity:.85;font-family:Caveat,cursive;font-size:1rem;font-style:italic}@media (max-width:767px){.swipe-hint__text{color:#e9c067}}.nav-dots{justify-content:center;align-items:center;gap:8px;padding:.5rem 0;display:flex}.nav-dot{cursor:pointer;background:0 0;border:1.5px solid #e9c067;border-radius:50%;flex-shrink:0;width:7px;height:7px;padding:0;transition:background .25s,transform .25s}.nav-dot.active{background:#e9c067;transform:scale(1.3)}.nav-dot:hover:not(.active){background:#e9c06759}.sidebar-overlay{z-index:999;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}@media (min-width:768px){.sidebar-overlay{display:none}}.sidebar{z-index:1000;box-sizing:border-box;background:#142641;width:280px;height:100%;padding:0;transition:all .5s;position:fixed;top:0;left:-100%;overflow:hidden;box-shadow:2px 0 15px #00000080}@media (min-width:768px){.sidebar{width:280px;position:fixed;left:0}}@media (max-width:767px){.sidebar{width:100%}.sidebar.active{left:0}}body.dark-mode .sidebar{background:#111b2b}.sidebar__close{color:#f0f0f0;cursor:pointer;z-index:2;background:0 0;border:none;font-size:1.5rem;display:none;position:absolute;top:2rem;right:2rem}@media (max-width:767px){.sidebar__close{display:block}}.sidebar__content{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:2.5rem;height:100%;padding:3rem 2rem;display:flex;overflow-y:auto}.sidebar__content::-webkit-scrollbar{display:none}.sidebar__fade-hint{pointer-events:none;z-index:2;background:linear-gradient(#0000,#142641);height:80px;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}body.dark-mode .sidebar__fade-hint{background:linear-gradient(#0000,#111b2b)}.sidebar__fade-hint.hidden{opacity:0}.sidebar__media{width:220px;height:220px;margin:0 auto;position:relative}.sidebar__media-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.sidebar__img{z-index:2;object-fit:cover;border:5px solid #fef6e74d;border-radius:50%;width:180px;height:180px;display:block;position:relative}.sidebar__ring{z-index:1;border:2px solid #f7e9c9;border-radius:50%;width:100%;height:100%;animation:20s linear infinite rotate;position:absolute;top:0;left:0}.sidebar__ring:before{content:"";background-color:#f7e9c9;width:2px;height:15px;position:absolute;top:-5px;left:50%;transform:translate(-50%)}body.dark-mode .sidebar__ring{border-color:#bf9c50}body.dark-mode .sidebar__ring:before{background-color:#bf9c50}.sidebar__text{text-align:center;padding:0 1rem}.sidebar__greeting{color:#e9c067;margin-bottom:.5rem;font-family:Caveat,cursive;font-size:1.25rem;font-weight:500}.sidebar__name{background:linear-gradient(135deg,#e9c067,#f7e9c9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Caveat,cursive;font-size:1.5rem;font-weight:700}body.dark-mode .sidebar__name{background:linear-gradient(135deg,#e9c067,#bf9c50);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.sidebar__role{color:#e9c067;margin-bottom:1.5rem;font-family:Caveat,cursive;font-size:1.125rem;font-weight:600}body.dark-mode .sidebar__role{color:#bf9c50}.sidebar__about{margin-top:1.5rem}.sidebar__about p{color:#f0f0f0;font-size:1rem;line-height:1.6}body.dark-mode .sidebar__about p{color:#e0e0e0}.sidebar__sections{margin-top:1.5rem}.sidebar__sections-title{color:#e9c067;margin-bottom:1rem;font-family:Caveat,cursive;font-size:1.125rem;font-weight:600}body.dark-mode .sidebar__sections-title{color:#bf9c50}.sidebar__sections-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.sidebar__section-link{color:#f0f0f0;cursor:pointer;text-align:left;background:0 0;border:2px solid #e9c067;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s}.sidebar__section-link:hover{color:#fff;background:#e9c067;transform:translate(5px)}.sidebar__section-link.active{color:#fff;background:#e9c067}body.dark-mode .sidebar__section-link{color:#e0e0e0;border-color:#bf9c50}body.dark-mode .sidebar__section-link:hover,body.dark-mode .sidebar__section-link.active{color:#fff;background:#bf9c50}.sidebar__social .social-list{justify-content:center;gap:1.5rem;list-style:none;display:flex}.sidebar__social .social-link{color:#f0f0f0;background:#fef6e733;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.sidebar__social .social-link:hover{background:#e9c067;transform:translateY(-3px)}body.dark-mode .sidebar__social .social-link:hover{color:#333}.sidebar__github{border-top:1px solid #e9c0672e;flex-direction:column;gap:2rem;width:100%;margin-top:2.5rem;padding-top:2rem;display:flex}.sidebar__gh-block{flex-direction:column;gap:.5rem;display:flex}.sidebar__gh-label{color:#e9c067;opacity:.85;font-family:Caveat,cursive;font-size:1rem}.sidebar__gh-meta{color:#fff6;margin:0;font-family:Caveat,cursive;font-size:.875rem}.sidebar__langs{flex-direction:column;gap:8px;width:100%;display:flex}.sidebar__lang-row{flex-direction:column;gap:3px;display:flex}.sidebar__lang-info{align-items:center;gap:6px;display:flex}.sidebar__lang-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sidebar__lang-name{color:#fffc;flex:1;font-family:Caveat,cursive;font-size:.875rem}.sidebar__lang-pct{color:#ffffff73;font-family:Caveat,cursive;font-size:.75rem}.sidebar__lang-track{background:#ffffff14;border-radius:2px;width:100%;height:3px;overflow:hidden}.sidebar__lang-fill{border-radius:2px;height:100%;transition:width .6s}.sidebar__badges{flex-wrap:wrap;gap:1rem;display:flex}.sidebar__badge{flex-direction:column;align-items:center;gap:5px;text-decoration:none;transition:all .3s;display:flex}.sidebar__badge:hover{transform:translateY(-3px)}.sidebar__badge-img{object-fit:cover;border:2px solid #e9c06773;border-radius:50%;width:54px;height:54px}.sidebar__badge-name{color:#ffffffa6;font-family:Caveat,cursive;font-size:.875rem}.scroll-hint{z-index:10;pointer-events:none;opacity:0;justify-content:center;align-items:center;gap:6px;transition:opacity .35s;display:flex;position:absolute;left:0;right:0}.scroll-hint.visible{opacity:1}.scroll-hint--top{background:linear-gradient(#142641 60%,#0000);padding:.5rem 0;top:0}body.dark-mode .scroll-hint--top{background:linear-gradient(#111b2b 60%,#0000)}.scroll-hint--bottom{background:linear-gradient(#0000,#142641 40%);padding:.5rem 0;bottom:0}body.dark-mode .scroll-hint--bottom{background:linear-gradient(#0000,#111b2b 40%)}.scroll-hint__arrow{color:#e9c067;opacity:.8;flex-shrink:0;width:18px;height:11px}.scroll-hint__label{color:#e9c067;opacity:.75;letter-spacing:.03em;font-family:Caveat,cursive;font-size:.875rem}.dark-mode-toggle{z-index:1001;cursor:pointer;background:#142641;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 5px 15px #0000001a}body.dark-mode .dark-mode-toggle{background:#121f33}.dark-mode-toggle__icon{color:#fef6e7;font-size:1.5rem}body.dark-mode .dark-mode-toggle__icon{color:#e9c067}@media (max-width:767px){.dark-mode-toggle{width:45px;height:45px;bottom:15px;right:15px}}@media (max-width:479px){.dark-mode-toggle{width:40px;height:40px;bottom:50px;right:10px}.dark-mode-toggle__icon{font-size:1.125rem}}.main-content{justify-content:center;align-items:center;max-width:calc(100% - 280px);min-height:600px;margin:100px auto 50px 280px;padding:0 2rem;display:flex;position:relative}@media (max-width:767px){.main-content{max-width:1200px;min-height:500px;margin:100px auto 50px 0}}.section{box-shadow:none;background:0 0;border:none;border-radius:0;margin-bottom:3rem;padding:2.5rem}.section__title{text-align:center;color:#142641;margin-bottom:1.5rem;padding-bottom:1.5rem;font-family:Caveat,cursive;font-size:2.25rem;font-weight:700;line-height:1.2;position:relative}.section__title:after{content:"";background:#e9c067;width:100px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}body.dark-mode .section__title{color:#e9c067}@media (max-width:767px){.section__title{font-size:1.875rem}}.lead{text-align:center;margin-bottom:2.5rem;font-family:Caveat,cursive;font-size:1.125rem;line-height:1.8}.expertise-section{margin-top:3rem}.expertise__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2.5rem;display:grid}.expertise__card{background:#ffffffe6;border-radius:10px;padding:2.5rem;transition:transform .3s;box-shadow:0 5px 15px #0000001a}body.dark-mode .expertise__card{background:#121f33;box-shadow:0 5px 15px #0000004d}.expertise__card-title{color:#e9c067;margin-bottom:1.5rem;font-family:Caveat,cursive;font-size:1.5rem;font-weight:700}.expertise__card-description{color:#333;line-height:1.7}body.dark-mode .expertise__card-description{color:#e0e0e0}.skills__lead{text-align:center;margin:2.5rem 0;font-family:Caveat,cursive;font-size:1.125rem;line-height:1.8}body.dark-mode .skills__lead{color:#e0e0e0}.skills__grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}@media (max-width:767px){.skills__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:479px){.skills__grid{grid-template-columns:repeat(2,1fr)}}.skill__card{cursor:pointer;text-align:center;background:#fef6e7;border:1px solid #fef6e7;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.skill__card:hover{transform:scale(1.05);box-shadow:0 5px 15px #0000001a}body.dark-mode .skill__card{background:#2a2a2a;border-color:#2a3a52}.skill__icon{font-size:2.25rem}body.dark-mode .skill__icon{filter:brightness(.9)}@media (max-width:479px){.skill__icon{font-size:1.5rem}}.skill__name{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}@media (max-width:479px){.skill__name{font-size:.75rem}}.skills__footer{text-align:center;margin-top:3rem;font-family:Caveat,cursive;font-size:1.125rem;line-height:1.8}body.dark-mode .skills__footer{color:#e0e0e0}.background-section{margin-top:3rem}.background__lead{text-align:center;max-width:680px;margin:2.5rem auto 3rem;font-family:Caveat,cursive;font-size:1.125rem;line-height:1.9}body.dark-mode .background__lead{color:#e0e0e0}.background__certificates{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2.5rem;display:grid}@media (max-width:767px){.background__certificates{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.cert__card{color:inherit;cursor:pointer;background:#fef6e7;border:1px solid #e9c06759;border-radius:10px;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem 2rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 5px 15px #0000001a}.cert__card:hover{border-color:#e9c067;box-shadow:0 10px 30px #00000026}body.dark-mode .cert__card{background:#121f33;border-color:#2a3a52;box-shadow:0 5px 15px #0000004d}body.dark-mode .cert__card:hover{border-color:#bf9c50}.cert__img-wrap{color:#e9c067;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:90px;display:flex}body.dark-mode .cert__img-wrap{color:#bf9c50}.cert__shield{width:100%;height:100%}.cert__body{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.cert__school{text-transform:uppercase;letter-spacing:.06em;color:#142641;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}body.dark-mode .cert__school{color:#bf9c50}.cert__name{color:#333;font-family:Caveat,cursive;font-size:1rem;font-weight:700;line-height:1.4}body.dark-mode .cert__name{color:#e0e0e0}.cert__cta{color:#e9c067;margin-top:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}body.dark-mode .cert__cta{color:#bf9c50}.section-nav-btn{display:none}.sections-container{flex:1;width:100%}.projects__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2.5rem;display:grid}@media (max-width:767px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:479px){.projects__grid{grid-template-columns:1fr}}.project-card{background:#fff;border-radius:15px;transition:all .3s;overflow:hidden;box-shadow:0 5px 15px #0000001a}.project-card::-webkit-scrollbar{width:8px}.project-card::-webkit-scrollbar-track{background:#0000001a;border-radius:10px}.project-card::-webkit-scrollbar-thumb{background:#e9c067;border-radius:10px}.project-card::-webkit-scrollbar-thumb:hover{background:#e3ae3a}.project-card{flex-direction:column;height:100%;display:flex}body.dark-mode .project-card{background:#121f33;box-shadow:0 5px 15px #0000004d}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}body.dark-mode .project-card:hover{box-shadow:0 5px 15px #0000004d}.project{flex-direction:column;height:100%;padding:2.5rem;display:flex}@media (max-width:479px){.project{padding:1.5rem}}.project__image{object-fit:cover;background:linear-gradient(45deg,#142641,#e9c067);border-radius:0;flex-shrink:0;width:calc(100% + 5rem);height:200px;margin:-2.5rem -2.5rem 1.5rem}@media (max-width:479px){.project__image{height:150px;margin:-1.5rem -1.5rem 1.5rem}}.project__header{flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.project__title{text-align:center;color:#142641;font-family:Caveat,cursive;margin-bottom:0!important;font-size:1.25rem!important}body.dark-mode .project__title{color:#e9c067}@media (max-width:479px){.project__title{font-size:1.125rem!important}}.project__icon{object-fit:cover;border:3px solid #e9c067;border-radius:50%;flex-shrink:0;width:60px;height:60px}body.dark-mode .project__icon{border-color:#bf9c50}@media (max-width:479px){.project__icon{width:50px;height:50px}}.project__description{color:#333;flex-grow:1;margin:1.5rem 0;font-size:.875rem;line-height:1.6}body.dark-mode .project__description{color:#e0e0e0}@media (max-width:479px){.project__description{font-size:.75rem}}.project__stack{flex-shrink:0;margin:1.5rem 0}.project__stack-title{color:#142641;margin-bottom:1rem;font-family:Caveat,cursive;font-size:.875rem;font-weight:600}body.dark-mode .project__stack-title{color:#e9c067}.project__stack-items{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.project__stack-icon{font-size:35px;transition:all .3s}.project__stack-icon:hover{transform:scale(1.1)}body.dark-mode .project__stack-icon{filter:brightness(.9)}.project__stack-badge{text-align:center;color:#e9c067;background:#97b34a1a;border:1px solid #97b34a33;border-radius:8px;padding:4px 8px;font-size:.875rem;font-weight:600;display:inline-block}.project__test-account{color:#142641;background:#1a2a6c1a;border-left:3px solid #142641;border-radius:8px;flex-shrink:0;margin:1.5rem 0;padding:1rem;font-size:.875rem}body.dark-mode .project__test-account{color:#e0e0e0;background:#1a2a6c33}.project__links{flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:1rem;display:flex}.project__link{text-align:center;cursor:pointer;border:none;border-radius:30px;padding:1rem 2rem;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.project__link:hover{transform:translateY(-3px)}.project__link{color:#e9c067;background:0 0;border:2px solid #e9c067;justify-content:center;align-items:center;gap:.5rem;min-width:fit-content;padding:1rem 1.5rem;font-family:Caveat,cursive;font-size:1.25rem;font-weight:700;transition:all .3s;display:inline-flex}.project__link:hover,.project__link--primary{color:#fff;background:#e9c067}.project__link--primary:hover{background:#bf9c50;border-color:#bf9c50}.project__link--github{color:#e9c067;background:0 0;border:2px solid #e9c067}.project__link--github:hover{color:#fff;background:#e9c067}.contact-section{margin-top:3rem;padding:3rem}.contact__container{max-width:800px;margin:0 auto}.contact__form{flex-direction:column;align-items:center;gap:2rem;display:flex}.form__group{flex-direction:column;gap:.5rem;width:100%;display:flex}.form__label{color:#142641;font-family:Caveat,cursive;font-size:1.125rem;font-weight:600;display:block}body.dark-mode .form__label{color:#e0e0e0}.form__input,.form__textarea{color:#333;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s}.form__input:focus,.form__textarea:focus{border-color:#e9c067;outline:none;box-shadow:0 0 0 3px #e9c06733}.form__input:disabled,.form__textarea:disabled{opacity:.6;cursor:not-allowed}body.dark-mode .form__input,body.dark-mode .form__textarea{color:#e0e0e0;background:#2a2a2a;border-color:#444}body.dark-mode .form__input:focus,body.dark-mode .form__textarea:focus{border-color:#e9c067;box-shadow:0 0 0 3px #e9c06733}.form__textarea{resize:vertical;min-height:150px;font-family:Inter,sans-serif}.form__submit{text-align:center;cursor:pointer;border:none;border-radius:30px;padding:1rem 2rem;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.form__submit:hover{transform:translateY(-3px)}.form__submit{color:#e9c067;cursor:pointer;background:0 0;border:2px solid #e9c067;justify-content:center;align-items:center;min-width:180px;padding:1rem 2.5rem;font-family:Caveat,cursive;font-size:1.5rem;font-weight:700;transition:all .3s;display:inline-flex}.form__submit:hover{color:#fff;background:#e9c067}.form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.footer{color:#f0f0f0;background:#142641;border-top:1px solid #ffffff1a;margin-top:3rem;margin-left:280px;padding:2.5rem 0}@media (min-width:768px){.footer{margin-left:280px}}@media (max-width:767px){.footer{margin-top:0;margin-left:0}}body.dark-mode .footer{background:#0a0a0a;border-top-color:#ffffff0d}.footer__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative}@media (max-width:767px){.footer__content{padding-top:80px}}@media (min-width:768px){.footer__content{text-align:left;flex-direction:row;justify-content:space-between;gap:3rem;padding-top:0}}.footer__logo-block{flex-shrink:0;align-items:center;display:flex}.footer__backtop-desktop{justify-content:center;align-items:center;display:none}@media (min-width:768px){.footer__backtop-desktop{display:flex}}.footer__backtop-mobile{display:flex;position:absolute;top:0;left:2rem}@media (min-width:768px){.footer__backtop-mobile{display:none}}.footer__logo-link--desktop{display:none}@media (min-width:768px){.footer__logo-link--desktop{display:block}}.footer__logo-link{width:50px;height:50px;display:block}.footer__logo{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%}body.dark-mode .footer__logo{filter:brightness(0)invert(.8)}.footer__copyright{flex-direction:column;gap:.5rem;font-family:Inter,sans-serif;display:flex}.footer__copyright p{margin:0;font-size:.875rem;line-height:1.6}.scroll-top-btn{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;text-decoration:none;transition:all .3s;display:flex}.scroll-top-btn:hover{background:#e9c067}.scroll-top-btn svg{width:24px;height:24px}.footer__backtop-slot{justify-content:flex-start;align-items:center;min-width:80px;display:flex}.back-to-top{cursor:pointer;color:#e9c067;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:0;display:flex}body.dark-mode .back-to-top{color:#bf9c50}.back-to-top__arrow{filter:drop-shadow(0 1px 2px #00000026);width:36px;height:44px;display:block}.back-to-top__label{letter-spacing:.02em;opacity:.85;white-space:nowrap;font-family:Caveat,cursive;font-size:1rem;font-weight:500}.back-to-top:hover .back-to-top__label{opacity:1}.Toastify__toast{border-radius:10px;font-family:Inter,sans-serif}.Toastify__toast--success{background:#e9c067}.Toastify__toast--error{background:#e74c3c}.text-center{text-align:center}.mb-0{margin-bottom:0}.mt-0{margin-top:0}@media (max-width:767px){.main-content{margin:80px auto 40px;padding:0 1.5rem}.section{margin-bottom:2.5rem;padding:2.5rem}}@media (max-width:479px){.main-content{margin:70px auto 30px;padding:0 1rem}.section{margin-bottom:2rem;padding:1.5rem}}
