@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto+Mono:wght@400;500;600&display=swap";@keyframes moveInLeft{0%{opacity:0;transform:translate(-10rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInRight{0%{opacity:0;transform:translate(10rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInBottom{0%{opacity:0;transform:translateY(4rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.move-in-left{animation:moveInLeft 1s ease-out}.move-in-right{animation:moveInRight 1s ease-out}.move-in-bottom{animation:moveInBottom 1s ease-out}.fade-in{animation:fadeIn 1s ease-out forwards}.slide-in-left{animation:slideInLeft .8s ease-out}.slide-in-right{animation:slideInRight .8s ease-out}.slide-in-up{animation:slideInUp .8s ease-out}.slide-in-down{animation:slideInDown .8s ease-out}.scale-in{animation:scaleIn .6s ease-out}.bounce-in{animation:bounceIn .8s ease-out}.animation-delay-1{animation-delay:.1s}.animation-delay-2{animation-delay:.2s}.animation-delay-3{animation-delay:.3s}.animation-delay-4{animation-delay:.4s}.animation-delay-5{animation-delay:.5s}*::selection{background:#64ffda4d}img{max-width:100%;display:block}button{font:inherit}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0a192f}::-webkit-scrollbar-thumb{background:#64ffda;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#52d4b3}.navigation-bar{position:sticky;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;height:6rem;padding:0 4rem;border-bottom:1px solid rgb(26,26,26);background-color:#282828;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 4px #0000004d;z-index:10001}@media(max-width:700px){.navigation-bar{padding:0 2rem}}.navigation-bar__logo{color:#ff4d5a;font-family:Roboto Mono,Courier New,monospace;font-size:2rem;font-weight:700;text-decoration:none;transition:all .3s}.navigation-bar__logo:hover{transform:translateY(-1px)}.navigation-bar__logo-svg{height:3rem;width:auto;fill:#ff4d5a;transition:all .3s}.navigation-bar__logo-svg:hover{transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(255,77,90,.6)) drop-shadow(0 0 16px rgba(255,77,90,.4)) drop-shadow(0 0 24px rgba(255,77,90,.2))}.navigation-bar__right{display:flex;align-items:center;gap:2rem}.navigation{display:flex;font-size:2rem;font-weight:500;letter-spacing:1px;flex-wrap:wrap}@media(max-width:1200px){.navigation{font-size:1.9rem}}.navigation__item{position:relative;color:#fafafa;text-decoration:none;transition:all .3s}.navigation__item:not(:last-child){margin-right:3rem}.navigation__item--active,.navigation__item:hover{color:#ff4d5a}.navigation__item:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background:#ff4d5a;transition:all .2s;transform:translate(-50%)}.navigation__item:hover:after,.navigation__item--active:after{width:100%}@media(max-width:700px){.navigation{position:relative;display:flex;flex:1 1 auto;justify-content:center;gap:1rem;font-size:1.8rem;white-space:nowrap;padding:0 2rem;z-index:1001}.navigation__item{white-space:nowrap}.navigation-bar__logo{position:relative;z-index:1002;margin-left:.5rem}}@media(max-width:420px){.navigation{font-size:1.6rem;gap:.6rem}.navigation__item:not(:last-child){margin-right:1rem}}.language-switcher{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;padding:.5rem;border-radius:20px}.language-switcher button{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;font-size:.8rem;padding:.3rem .8rem;border-radius:15px;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);color:#fafafa99}.language-switcher button.is-active{background:#51a2e9;color:#1a1a1a;box-shadow:0 2px 10px #51a2e94d}.language-switcher button:not(.is-active):hover{color:#fafafa}.footer{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:160px;background-color:#282828;width:100%}.footer p{color:#fafafa;font-size:1.4rem;margin:0;font-weight:400}.footer .return-home{position:absolute;top:2rem;right:2rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background-color:#ff4d5a1a;border-radius:50%;cursor:pointer;transition:all .3s}.footer .return-home:hover{background-color:#ff4d5a;transform:translateY(-2px)}.footer .return-home svg{color:#ff4d5a;transition:all .3s}.footer .return-home:hover svg{color:#fafafa}.footer .socials{display:flex;gap:2rem;margin-bottom:1rem}.footer .socials__github,.footer .socials__email{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background-color:#fafafa1a;border-radius:50%;transition:all .3s}.footer .socials__github:hover,.footer .socials__email:hover{background-color:#ff4d5a;transform:translateY(-2px)}.footer .socials__github svg,.footer .socials__email svg{color:#fafafa;transition:all .3s}.footer .socials__github:hover svg,.footer .socials__email:hover svg{color:#1a1a1a}.footer .copyright{font-size:1.2rem;color:#fafafab3}.hero{position:relative;display:flex;height:100vh;width:100%;z-index:999}.canvas{position:absolute;inset:0;width:100%;height:100vh;background-color:#1a1a1a;overflow:hidden}.connecting-dots{height:100%;width:100%}.hero__content{position:relative;align-self:center;justify-self:center;display:flex;flex-direction:column;align-items:center;line-height:normal;width:100%;max-width:1300px;height:auto;margin-left:auto;margin-right:auto;padding:0 2rem;color:#fafafa;font-weight:300;z-index:999}.hero__inner{display:flex;flex-direction:column;align-items:center}.hero__title{text-align:center}.hero__title .hero__line-1,.hero__title .hero__line-2{font-size:6rem;background-color:#1a1a1a40;animation-duration:1.4s;animation-timing-function:cubic-bezier(.21,1.11,.81,.99)}@media(max-width:700px){.hero__title .hero__line-1,.hero__title .hero__line-2{font-size:5rem;text-align:center}}@media(max-width:550px){.hero__title .hero__line-1,.hero__title .hero__line-2{font-size:5rem}}.hero__title .hero__line-1{animation-name:moveInLeft}.hero__title .hero__line-1 span{color:#ff4d5a;font-weight:400}.hero__title .hero__line-2{animation-name:moveInRight}.hero__cta-group{display:flex;gap:2rem;margin-top:2.4rem;align-items:center}@media(max-width:700px){.hero__cta-group{flex-direction:column;gap:1.5rem;margin-top:1.8rem}}.hero__cta{position:relative;display:flex;align-items:center;padding:.8rem 3rem;height:4.8rem;background-color:#1a1a1a99;border:2px solid #ff4d5a;border-radius:2px;color:#ff4d5a;font-size:2.4rem;font-weight:500;cursor:pointer;animation:moveInBottom .7s 1.2s;animation-fill-mode:backwards;animation-timing-function:cubic-bezier(.21,1.11,.81,.99);text-decoration:none;transition:all .3s ease}@media(max-width:1500px){.hero__cta{flex:1;min-width:200px}}@media(max-width:700px){.hero__cta{width:100%;justify-content:center}}@media(max-width:550px){.hero__cta{padding:.8rem 2rem;font-size:2rem}}.hero__cta:before,.hero__cta:after{content:"";position:absolute;inset:-2px;border-radius:3px;border:2px solid #ff4d5a;filter:blur(0);transform-origin:50%;z-index:-1}.hero__cta:hover{transform:translateY(-2px)}.hero__cta:hover:before,.hero__cta:hover:after{border-color:transparent;filter:blur(2px);transform:scaleX(1.3) scaleY(2.2);transition:.8s transform ease,1.9s blur ease,.7s border-color ease;pointer-events:none}.hero__cta:hover:after{transition-delay:.15s}.hero__cta:active{transform:translateY(-1px)}.hero__cta--primary{width:27.5rem}@media(max-width:1500px){.hero__cta--primary{width:auto}}.hero__cta--secondary{background-color:#ff4d5a66;border-color:#ff4d5acc;color:#ff4d5a}.hero__cta--secondary:hover{background-color:#ff4d5a99}.hero__arrow{display:inline-block;height:24px;width:24px;margin-left:15px;transform:rotate(90deg);fill:#ff4d5a;transition:all .3s}@media(max-width:770px){.hero__arrow{height:20px;width:20px}}@media(max-width:615px){.hero__arrow{margin-left:10px}}@media(max-width:550px){.hero__arrow{height:16px;width:16px}}.about{width:1300px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;background:#000000d9;padding:2rem;border-radius:10px}@media(max-width:1500px){.about{width:1100px}}@media(max-width:1200px){.about{width:auto}}.about__heading:before{position:absolute;content:"";border-bottom:18px solid #ff4d5a;width:16rem;display:block;margin:0 auto;position:relative;left:3.5rem;top:6.3rem;z-index:-1}@media(max-width:770px){.about__heading:before{border-bottom:14px solid #ff4d5a}}.about__content{display:flex;justify-content:space-between;width:100%}@media(max-width:1300px){.about__content{flex-direction:column}}.profile{position:relative;display:flex;flex-direction:column;align-items:center;font-weight:500;left:-300px;opacity:0;transition:all 1.1s;margin-top:-180px}@media(max-width:1301px){.profile{margin-bottom:5rem;left:0;opacity:1;margin-top:-160px}}@media(max-width:1000px){.profile{margin-bottom:3rem;margin-top:-150px}}@media(max-width:1300px){.profile{position:static;left:0;margin-top:0;margin-bottom:2rem;opacity:1;transform:none}.profile__picture{justify-content:center;margin-bottom:1.5rem}.profile__picture .profile__image{height:18rem;width:auto;display:block;margin:0 auto}.profile__blurb{width:100%;padding:0 1rem;box-sizing:border-box}}.profile__picture{height:24rem;margin-bottom:2.5rem;display:flex;justify-content:flex-start;align-items:center}.profile__picture .profile__image{height:100%;width:auto;border-radius:50%;object-fit:cover;transition:all 1.1s;box-shadow:0 8px 16px #0003}.profile__blurb{font-size:1.8rem;width:500px;line-height:1.8}@media(max-width:600px){.profile__blurb{width:80vw;margin-left:auto;margin-right:auto}}.profile__fade-in{opacity:1;transform:translate(300px)}@media(max-width:1300px){.profile__fade-in{transform:translate(0)}}.skills{display:flex;justify-content:center}.skills__row{display:flex;flex-direction:column;justify-content:center}.skills__row:not(:last-child){margin-right:25px}@media(max-width:410px){.skills__row:not(:last-child){margin-right:15px}}@media(max-width:300px){.skills__row:not(:last-child){margin-right:10px}}.skills__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:100px;width:160px;border:double 3px transparent;border-image-slice:1;border-width:3px;background-image:linear-gradient(#1a1a1a,#1a1a1a),radial-gradient(circle at top left,#51a2e9,#ff4d5a);border-radius:10px;background-origin:border-box;background-clip:content-box,border-box;transition:all 1.2s;overflow:hidden}@media(max-width:1500px){.skills__item{height:90px;width:145px}}@media(max-width:1300px){.skills__item{opacity:1;border-width:2px}}@media(max-width:1000px){.skills__item{height:80px;width:130px}}@media(max-width:600px){.skills__item{height:70px;width:115px}}@media(max-width:500px){.skills__item{height:60px;width:100px}}@media(max-width:410px){.skills__item{height:50px;width:80px}}@media(max-width:340px){.skills__item{height:45px;width:70px}}.skills__item:not(:last-child){margin-bottom:3rem}@media(max-width:410px){.skills__item:not(:last-child){margin-bottom:15px}}.skills__item img{height:60px;width:auto;transition:all .2s}@media(max-width:1500px){.skills__item img{height:55px}}@media(max-width:1000px){.skills__item img{height:50px}}@media(max-width:600px){.skills__item img{height:45px}}@media(max-width:500px){.skills__item img{height:35px}}@media(max-width:410px){.skills__item img{height:26px}}.skills__item-name{font-size:1.2rem;font-weight:600;line-height:1;transition:all .2s;letter-spacing:1px}@media(max-width:1200px){.skills__item-name{font-size:1.4rem}}.skills__item-fade-in{opacity:1}.skills__item--js img{border-radius:5px}.skills__item--webpack img{border-radius:50%}.experience{--experience-primary-color: #ff4d5a;--experience-secondary-color: rgba(255, 77, 90, .8);--experience-accent-color: rgba(255, 77, 90, .4);--experience-bg-primary: rgba(255, 255, 255, .05);--experience-bg-secondary: rgba(255, 255, 255, .02);--experience-border-color: rgba(255, 77, 90, .15);--experience-shadow-color: rgba(255, 77, 90, .6);--experience-text-color: #fafafa;will-change:transform;contain:layout style paint;width:1300px;margin-left:auto;margin-right:auto;background:#000000d9;padding:2rem;border-radius:10px;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem}@media(max-width:1500px){.experience{width:1100px}}@media(max-width:1200px){.experience{width:auto;max-width:1100px}}@media(max-width:770px){.experience{padding:2rem 1rem;--experience-dot-size: 1.4rem;--experience-spacing: 3rem}}.experience__heading:before{position:absolute;content:"";border-bottom:18px solid #ff4d5a;width:25rem;display:block;margin:0 auto;position:relative;left:3.5rem;top:6.3rem;z-index:-1}@media(max-width:770px){.experience__heading:before{border-bottom:14px solid #ff4d5a;width:20rem;left:2.5rem;top:5rem}}.experience__timeline{position:relative;width:100%;max-width:1200px;padding-left:3rem;contain:layout style;will-change:transform}.experience__timeline:before{content:"";position:absolute;left:-.875rem;top:50%;transform:translateY(-50%);width:2px;height:calc(100% - 3.5rem);background:linear-gradient(to bottom,var(--experience-shadow-color) 0%,var(--experience-accent-color) 50%,rgba(255,77,90,.2) 100%);border-radius:1px;z-index:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.experience__timeline:hover:before{background:linear-gradient(to bottom,var(--experience-primary-color) 0%,var(--experience-secondary-color) 50%,var(--experience-accent-color) 100%);box-shadow:0 0 15px var(--experience-accent-color)}@media(max-width:770px){.experience__timeline{padding-left:2rem}.experience__timeline:before{left:-.7rem;top:50%;transform:translateY(-50%);height:calc(100% - 2.8rem)}}.experience__item{position:relative;margin-bottom:4rem;padding-left:30px;background:transparent;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform;contain:layout style}.experience__item:last-child{margin-bottom:0}.experience__item:hover .experience__dot{transform:scale(1.3) translateY(-50%);box-shadow:0 0 30px var(--experience-shadow-color),0 0 60px var(--experience-accent-color),inset 0 1px 2px #ffffff4d;animation-duration:.8s;border-color:#ffffff4d}@media(max-width:770px){.experience__item{padding-left:3rem;margin-bottom:var(--experience-spacing, 3rem)}}.experience__dot{position:absolute;left:-.875rem;top:50%;transform:translateY(-50%);width:1.75rem;height:1.75rem;background:radial-gradient(circle,var(--experience-primary-color) 0%,var(--experience-secondary-color) 70%);border-radius:50%;box-shadow:0 0 20px var(--experience-shadow-color),0 0 40px var(--experience-accent-color),inset 0 1px 2px #fff3;border:2px solid rgba(255,255,255,.1);animation:pulse 2s infinite;z-index:2;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow}@media(max-width:770px){.experience__dot{width:var(--experience-dot-size, 1.4rem);height:var(--experience-dot-size, 1.4rem);left:-.7rem;top:50%;transform:translateY(-50%)}}.experience__content{background:linear-gradient(135deg,var(--experience-bg-primary) 0%,var(--experience-bg-secondary) 50%,rgba(255,77,90,.01) 100%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--experience-border-color);border-radius:16px;padding:3rem;width:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;will-change:transform,box-shadow;contain:layout style paint}.experience__content:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--experience-primary-color),transparent);opacity:0;transition:opacity .3s ease}.experience__content:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #ff4d5a26,0 10px 20px #0000001a,inset 0 1px #ffffff1a;border-color:var(--experience-accent-color)}.experience__content:hover:before{opacity:1}@media(max-width:770px){.experience__content{padding:2rem;max-width:100%}.experience__content:hover{transform:translateY(-4px) scale(1.01)}}.experience__title{font-size:2.4rem;font-weight:700;color:var(--experience-primary-color);margin-bottom:1rem;background:linear-gradient(135deg,var(--experience-primary-color) 0%,var(--experience-secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px var(--experience-accent-color)}@media(max-width:770px){.experience__title{font-size:2rem}}.experience__badge{display:inline-block;background:linear-gradient(135deg,#ff4d5a26,#ff4d5a14);color:var(--experience-primary-color);padding:.6rem 1.4rem;border-radius:30px;font-size:1.2rem;font-weight:500;font-style:italic;margin-bottom:1.5rem;border:1px solid rgba(255,77,90,.3);box-shadow:0 2px 8px var(--experience-accent-color);transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow}.experience__badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px var(--experience-accent-color)}@media(max-width:770px){.experience__badge{font-size:1rem;padding:.5rem 1.2rem}}.experience__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.4rem;color:var(--experience-text-color);opacity:.8}@media(max-width:770px){.experience__meta{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:1.2rem}}.experience__company{font-weight:600;color:var(--experience-primary-color)}.experience__period{font-style:italic;opacity:.7}.experience__technologies{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.experience__technology{display:inline-block;background:#ff4d5a1a;color:var(--experience-primary-color);padding:.4rem .8rem;border-radius:20px;font-size:1.1rem;font-weight:500;border:1px solid rgba(255,77,90,.2);transition:all .2s ease}.experience__technology:hover{background:var(--experience-accent-color);transform:translateY(-1px)}.experience__description{color:var(--experience-text-color);line-height:1.7;font-size:1.6rem}.experience__description ul{list-style:disc;padding-left:2rem;margin:0}.experience__description ul li{margin-bottom:1rem}.experience__description ul li:last-child{margin-bottom:0}@media(max-width:770px){.experience__description{font-size:1.4rem;line-height:1.6}}@keyframes pulse{0%,to{transform:translateY(-50%) scale(1);opacity:1}50%{transform:translateY(-50%) scale(1.1);opacity:.8}}.writing{padding:100px 0;position:relative;z-index:1}.writing__container{max-width:1300px;margin:0 auto;padding:0 20px}.writing__title{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:2.5rem;color:#fafafa;margin-bottom:3rem;position:relative;display:inline-block}.writing__title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#51a2e9}.writing__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.writing__card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);display:flex;flex-direction:column;height:100%}.writing__card:hover{transform:translateY(-5px);background:#ffffff0d;border-color:#51a2e94d;box-shadow:0 10px 30px -10px #00000080}.writing__card:hover .writing__card-title{color:#51a2e9}.writing__card-date{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.85rem;color:#fafafa99;margin-bottom:1rem}.writing__card-title{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;color:#fafafa;margin-bottom:1rem;line-height:1.3;transition:all .3s cubic-bezier(.645,.045,.355,1)}.writing__card-desc{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;color:#fafafacc;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.writing__tags{display:flex;flex-wrap:wrap;gap:.5rem}.writing__tag{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.75rem;padding:4px 12px;border-radius:20px;background:#51a2e91a;color:#51a2e9;border:1px solid rgba(81,162,233,.2)}.post-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:11000;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.post-modal.is-open{opacity:1;pointer-events:all}.post-modal.is-open .post-modal__content{transform:translateY(0)}.post-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.post-modal__content{position:relative;width:90%;max-width:900px;height:85vh;background:#1a1a1a;border-radius:16px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;transform:translateY(20px);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:0 20px 50px #00000080;overflow:hidden}.post-modal__close{position:absolute;top:20px;right:20px;background:#ffffff1a;border:none;color:#fafafa;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.645,.045,.355,1);z-index:30}.post-modal__close:hover{background:#ff4d5a;transform:rotate(90deg)}.post-modal__body{padding:3rem 3rem 6rem;color:#fafafa;overflow-y:auto;flex:1}.post-modal__body::-webkit-scrollbar{width:8px}.post-modal__body::-webkit-scrollbar-track{background:#1a1a1a}.post-modal__body::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.post-modal__body h1{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:2.2em;margin-bottom:1em;color:#51a2e9}.post-modal__body h2{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.6em;margin:1.5em 0 1em;color:#fafafa}.post-modal__body p{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1em;line-height:1.8;margin-bottom:1.5em;color:#fafafae6}.post-modal__body ul,.post-modal__body ol{margin-bottom:1.5em;padding-left:1.5em}.post-modal__body ul li,.post-modal__body ol li{font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1em;line-height:1.6;margin-bottom:.5em;color:#fafafae6}.post-modal__body code{background:#ffffff1a;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:.9em}.post-modal__body pre{background:#0000004d;padding:1.5rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.05)}.post-modal__body pre code{background:none;padding:0;color:#e0e0e0}.post-modal__meta{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;gap:1rem;align-items:center;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.9em;color:#fafafa99}.post-modal__controls{position:absolute;bottom:1.5rem;right:1.5rem;z-index:20;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:.4rem;display:flex;align-items:center;gap:.5rem;opacity:0;transform:scale(.95) translateY(10px);transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 5px 20px #0006;pointer-events:none}.post-modal__controls.is-visible{opacity:1;transform:scale(1) translateY(0);pointer-events:all}.post-modal__control-btn{background:#ffffff1a;border:none;color:#fafafa;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.645,.045,.355,1)}.post-modal__control-btn:hover{background:#51a2e9;transform:scale(1.1)}.post-modal__control-btn:active{transform:scale(.95)}.post-modal__control-label{font-family:monospace;font-size:.9rem;color:#fafafacc;min-width:40px;text-align:center}@media(max-width:768px){.writing{padding:60px 0}.writing__title{font-size:2rem}.post-modal__content{width:100%;height:100%;border-radius:0}.post-modal__body{padding:2rem 1.5rem}.post-modal__body h1{font-size:2rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%;scroll-behavior:smooth}@media(max-width:1500px){html{font-size:57.25%}}@media(max-width:1200px){html{font-size:50%}}@media(max-width:770px){html{font-size:43.75%}}@media(max-width:615px){html{font-size:40%}}@media(max-width:350px){html{font-size:35%}}body{min-height:100vh;color:#fafafa;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#1a1a1a;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}li{list-style:none}a{text-decoration:none;color:inherit}button{border:none;outline:none;background-color:transparent;color:inherit}.animated-background{position:fixed;inset:0;width:100vw;height:100vh;z-index:-1;pointer-events:none}body.modal-is-open .hero,body.modal-is-open .navigation-bar,body.modal-is-open .about,body.modal-is-open .experience,body.modal-is-open .contact,body.modal-is-open .footer{filter:blur(8px);pointer-events:none;transition:filter .3s ease-out}.main{position:relative;z-index:10}.section-heading{position:relative;font-size:5.5rem;font-weight:700;margin-top:9rem;margin-bottom:13rem;z-index:9999}@media(max-width:1200px){.section-heading{margin-bottom:10rem}}@media(max-width:1000px){.section-heading{margin-top:6rem}}.section-heading:before{position:absolute;content:"";border-bottom:18px solid #ff4d5a;width:16rem;display:block;margin:0 auto;position:relative;left:3.5rem;top:6.3rem;z-index:-1}@media(max-width:770px){.section-heading:before{border-bottom:14px solid #ff4d5a}}a{color:#ff4d5a;text-decoration:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}a:hover{color:#ff6b7a}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:all .3s cubic-bezier(.645,.045,.355,1);opacity:0;transform:translateY(-16px);pointer-events:none}.header--scrolled{background:#000000d9;box-shadow:0 10px 30px -10px #0000004d}.header--visible{opacity:1;transform:translateY(0);pointer-events:auto}.header__container{max-width:1300px;margin:0 auto;padding:20px 50px;display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.header__container{padding:20px 25px}}.header__logo{font-size:24px;font-weight:700;color:#ff4d5a;font-family:Roboto Mono,Courier New,monospace}.header__logo:hover{transform:translateY(-2px)}.header__nav ul{display:flex;list-style:none;gap:30px}@media(max-width:768px){.header__nav ul{gap:20px}}.header__nav a{color:#fafafa;font-size:14px;font-weight:500;position:relative}.header__nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ff4d5a;transition:width .3s}.header__nav a:hover:after{width:100%}.app{min-height:100vh}.main{padding-top:0}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero .animated-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__content{position:relative;z-index:1;max-width:1300px;padding:0 50px;width:100%}@media(max-width:768px){.hero__content{padding:0 25px}}.hero__inner{max-width:700px}.hero__title{font-size:clamp(40px,8vw,70px);font-weight:700;line-height:1.2;color:#fafafa;margin-bottom:30px}.hero__name{color:#ff4d5a}.hero__cta{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:transparent;border:2px solid #ff4d5a;color:#ff4d5a;font-size:16px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1)}.hero__cta:hover{background:#64ffda1a;transform:translateY(-3px);box-shadow:0 10px 30px -10px #64ffda66}.hero__cta svg{transition:transform .3s}.hero__cta:hover svg{transform:translate(5px)}.section{max-width:1300px;margin:0 auto;padding:100px 50px}@media(max-width:768px){.section{padding:60px 25px}}.section__title{font-size:32px;font-weight:700;color:#fafafa;margin-bottom:40px;position:relative;display:inline-block}.section__title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:#ff4d5a}.about__content{display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:start}@media(max-width:768px){.about__content{grid-template-columns:1fr;gap:30px}}.about__image-wrapper{position:relative}.about__image-wrapper:after{content:"";position:absolute;top:20px;left:20px;width:100%;height:100%;border:2px solid #ff4d5a;border-radius:50%;z-index:-1;transition:all .3s cubic-bezier(.645,.045,.355,1)}.about__image-wrapper:hover:after{top:15px;left:15px}.about__image{width:100%;aspect-ratio:1;border-radius:50%;object-fit:cover;filter:grayscale(30%);transition:all .3s cubic-bezier(.645,.045,.355,1)}.about__image:hover{filter:grayscale(0%)}.about__text p{margin-bottom:20px;font-size:18px;line-height:1.7}.about__skills{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.about__skill{padding:8px 16px;background:#282828;border:1px solid rgba(255,77,90,.1);color:#ff4d5a;font-size:13px;font-weight:600;border-radius:4px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.about__skill:hover{background:#64ffda1a;border-color:#ff4d5a;transform:translateY(-2px)}.experience__header{margin-bottom:15px}.experience__role{font-size:20px;color:#fafafa;margin-bottom:8px}.experience__company{color:#ff4d5a;font-weight:600;margin-right:15px}.experience__period{color:#fafafa;font-size:14px;font-family:Roboto Mono,Courier New,monospace}.experience__desc{line-height:1.7}.writing__list{list-style:none;display:grid;gap:20px}.writing__item{transition:all .3s cubic-bezier(.645,.045,.355,1)}.writing__link{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:#282828;border-radius:4px;border-left:3px solid transparent;transition:all .3s cubic-bezier(.645,.045,.355,1)}.writing__link:hover{border-left-color:#ff4d5a;transform:translate(5px);box-shadow:0 10px 30px -15px #64ffda33}.writing__title{font-size:18px;font-weight:600;color:#fafafa}.writing__date{font-size:14px;font-family:Roboto Mono,Courier New,monospace;color:#fafafa}.contact{text-align:center;padding:0 2rem}@media(max-width:700px){.contact{padding:0 1rem}}.contact__heading:before{width:18rem}.contact__subtitle{max-width:600px;margin:0 auto 6rem;font-size:1.8rem;color:#fafafa}.contact__form{max-width:600px;margin:0 auto 3rem}.contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.contact__form-row{grid-template-columns:1fr}}.contact__input,.contact__textarea{width:500px;resize:none;border:none;color:inherit;background-color:#282828;font-size:1.6rem;font-family:monserrat,sans-serif;border-left:2px solid transparent;border-radius:0}@media(max-width:700px){.contact__input,.contact__textarea{width:400px}}@media(max-width:470px){.contact__input,.contact__textarea{width:330px}}@media(max-width:400px){.contact__input,.contact__textarea{width:260px}}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#ff4d5a;box-shadow:0 0 0 2px #ff4d5a33}.contact__input::placeholder,.contact__textarea::placeholder{color:#fafafa}.contact__textarea{resize:vertical;min-height:120px}.contact__submit{padding:.8rem 1.5rem;background:transparent;border:2px solid #ff4d5a;color:#ff4d5a;font-size:.9rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1)}.contact__submit:hover{background:#ff4d5a;color:#1a1a1a;transform:translateY(-1px)}.contact__social{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem}.contact__social a{color:#fafafa;transition:all .3s cubic-bezier(.645,.045,.355,1)}.footer{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:160px;background-color:#282828}.contact{position:relative;margin-left:auto;margin-right:auto;display:flex;width:500px;flex-direction:column;align-items:center;justify-content:center;margin-bottom:10rem;background:#000000d9;padding:2rem;border-radius:10px}@media(max-width:700px){.contact{width:400px}}@media(max-width:470px){.contact{width:330px}}@media(max-width:400px){.contact{width:260px}}.contact__heading:before{position:absolute;content:"";border-bottom:18px solid #ff4d5a;width:21rem;display:block;margin:0 auto;position:relative;left:3.5rem;top:6.3rem;z-index:-1}@media(max-width:770px){.contact__heading:before{border-bottom:14px solid #ff4d5a}}.contact__text{font-size:1.8rem;margin-bottom:6rem}.contact__form{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact__form-name,.contact__form-email{margin-bottom:6px;padding:1rem;height:4rem}.contact__form-message{height:12rem;padding:1rem}.contact__form-submit{align-self:flex-start;position:relative;margin-top:1.5rem;padding:.6rem 1rem;width:fit-content;font-size:1.6rem;text-transform:uppercase;font-weight:700;letter-spacing:3px;z-index:9;cursor:pointer}.contact__form-submit:hover{color:#1a1a1a;font-weight:700}.contact__form-submit:after{position:absolute;content:"";border-bottom:2px solid #ff4d5a;width:calc(100% + 2rem);left:-14%;top:.5rem;display:block;margin:0 auto;position:relative;transform-origin:bottom;transition:all .2s;z-index:-1}.contact__form-submit:hover:after{transform:scaleY(17.5)}@media(max-width:1500px){.contact__form-submit:hover:after{transform:scaleY(16.5)}}@media(max-width:1200px){.contact__form-submit:hover:after{transform:scaleY(14)}}@media(max-width:770px){.contact__form-submit:hover:after{transform:scaleY(12.5)}}.contact__social{display:flex;gap:2rem;margin-bottom:2rem}.contact__social a{color:#fafafa;transition:all .3s}.contact__social a:hover{color:#ff4d5a;transform:translateY(-2px)}.contact input,.contact textarea{width:500px;resize:none;border:none;color:inherit;background-color:#282828;font-size:1.6rem;font-family:Montserrat,sans-serif;border-left:2px solid transparent;border-radius:0}@media(max-width:700px){.contact input,.contact textarea{width:400px}}@media(max-width:470px){.contact input,.contact textarea{width:330px}}@media(max-width:400px){.contact input,.contact textarea{width:260px}}.contact input:focus,.contact textarea:focus{outline:none}.contact input::placeholder,.contact textarea::placeholder{color:#fafafa99;opacity:1}.contact input :-ms-input-placeholder,.contact textarea :-ms-input-placeholder{color:#fafafa99}.contact input ::-ms-input-placeholder,.contact textarea ::-ms-input-placeholder{color:#fafafa99}.contact .contact__form-error-submit{margin-top:1.5rem;height:7rem;width:100%;display:flex;justify-content:space-between;align-items:center}.contact .form-error{align-self:start;font-size:1.6rem;font-weight:500;line-height:1.5;color:#ff4d5a}.contact .form-error>*{display:block;margin-bottom:.5rem}.contact .input-error{border-left:2px solid #ff4d5a!important}
