:root{--navy-shadow:rgba(2,12,27,.7);--background-color:#0a192f;--lightest-navy:#233554;--light-navy:#112240;--dark-slate:#495670;--slate:#8892b0;--light-slate:#ccd6f6;--lightest-slate:#a8b2d1;--theme-color:#9d00ff;--theme-color-rgb:157,0,255;--sun-color:#e10909}::selection{color:#fff;background:var(--theme-color)}*{margin:0;padding:0;box-sizing:border-box}body,html{scroll-behavior:smooth!important;overflow-x:hidden}body{background-color:var(--background-color);counter-reset:title;width:100%}main{transition:.3s ease-in-out}.blur{filter:blur(10px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html{scrollbar-width:thin;scrollbar-color:var(--dark-slate) var(--background-color)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background-color:var(--dark-slate);border:3px solid var(--background-color);border-radius:10px}@media screen and (max-width:768px){:root{--tlarge:18px;--tx2large:32px}body{overflow-x:hidden}main{padding:0}.container,section{padding:0 1rem}}:root{--tsm:13px;--tsm1:14px;--tsm2:15px;--tbase:16px;--tlarge:18px;--tlarge2:22px;--txlarge:25px;--tx2large:32px;--tgiant:clamp(40px,8vw,80px)}@media screen and (max-width:480px){:root{--tx2large:25px}}.social-icons{position:fixed;bottom:0;left:4rem}.social-icons-list{list-style-type:none;display:flex;flex-direction:column;gap:.5rem}.social-icons-list-item{font-size:var(--tlarge2);transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center}.social-icons-list-item-link{padding:10px;color:var(--lightest-slate);transition:.3s ease-in-out;outline:2px dashed transparent}.social-icons-list-item-link:hover{color:var(--theme-color)}.social-icons-list-item-link:focus{outline-color:var(--theme-color);transform:translateY(-4px);color:var(--theme-color)}.social-icons-list-item:hover{transform:translateY(-4px)}.social-icons-list-item:last-child{margin-bottom:2rem}.social-icons-list:after{content:"";display:block;width:2px;height:90px;margin:0 auto;background-color:var(--light-slate)}@media screen and (max-width:1080px){.social-icons{left:2rem}}@media screen and (max-width:768px){.social-icons{display:none}}.email{position:fixed;bottom:0;right:4rem;display:flex;flex-direction:column;gap:1.5rem}.email-link{writing-mode:vertical-rl;text-decoration:none;color:var(--light-slate);font-family:var(--fira-code);font-size:var(--tsm2);letter-spacing:.1rem;margin-bottom:20px;outline:2px dashed transparent;padding:10px;transition:.3s ease-in-out}.email-link:hover{color:var(--theme-color)}.email-link:focus{outline-color:var(--theme-color)}.email:after{content:"";display:block;width:2px;height:90px;margin:0 auto;background-color:var(--light-slate)}@media screen and (max-width:1080px){.email{right:2rem}}@media screen and (max-width:768px){.email{display:none}}.mobile-social-email{display:none}@media screen and (max-width:768px){.mobile-social-email{display:block;padding:2rem 1rem;background:var(--light-navy);border-top:1px solid var(--light-slate)}.mobile-social-email-container{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}}.mobile-social-icons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.mobile-social-icons .mobile-social-icon-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:var(--navy);color:var(--lightest-slate);font-size:1.5rem;transition:all .3s ease-in-out;border:1px solid var(--light-slate)}.mobile-social-icons .mobile-social-icon-link:hover{background:var(--theme-color);color:var(--light-navy);transform:translateY(-3px);border-color:var(--theme-color)}.mobile-social-icons .mobile-social-icon-link:focus{outline:2px solid var(--theme-color);outline-offset:2px}.mobile-email{display:flex;justify-content:center}.mobile-email .mobile-email-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--navy);color:var(--lightest-slate);text-decoration:none;border-radius:25px;font-family:var(--fira-code);font-size:var(--tsm1);transition:all .3s ease-in-out;border:1px solid var(--light-slate)}.mobile-email .mobile-email-link:hover{background:var(--theme-color);color:var(--light-navy);transform:translateY(-2px);border-color:var(--theme-color)}.mobile-email .mobile-email-link:focus{outline:2px solid var(--theme-color);outline-offset:2px}@media screen and (max-width:480px){.mobile-email .mobile-email-link span{display:none}}.btn{color:var(--theme-color);padding:.75em 1em;text-decoration:none;border:1px solid var(--theme-color);border-radius:4px;background-color:transparent;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:var(--tsm);outline:none}.btn:focus,.btn:hover{background-color:var(--lightest-navy)}.link{text-decoration:none;display:inline-block;position:relative;color:var(--theme-color)}.link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:.5px;bottom:0;left:0;background-color:var(--theme-color);transform-origin:bottom right;transition:transform .25s ease-out}.link:focus:after,.link:hover:after{transform:scaleX(1);transform-origin:bottom left}.link:focus{outline:none}.loader{color:var(--theme-color);fill:none;display:flex;justify-content:center;align-items:center;overflow:hidden;height:90vh}.loader .loader-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loader .loader-image-container{position:relative;display:flex;justify-content:center;align-items:center;width:160px;height:160px}.loader .rotating-ring{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.loader .rotating-ring svg{width:100%;height:100%}.loader .loader-image{position:relative;z-index:2}.loader .loader-image img{border-radius:50%;object-fit:cover;border:3px solid var(--theme-color)}.loader .loader-text{font-size:2rem;font-weight:600;color:var(--theme-color);text-align:center;margin:0}@media(max-width:768px){.loader .loader-text{font-size:1.5rem}}main{margin:0 15rem}@media screen and (max-width:1020px){main{margin:0 8rem}}@media screen and (max-width:768px){main{margin:0 3rem}}@media screen and (max-width:480px){main{margin:0 1.5rem}}body{max-width:100vw;overflow-x:hidden}nav{min-height:60px}nav .wrapper{width:100%;justify-content:space-between;padding:0 4rem;position:relative}nav .wrapper,nav .wrapper .brand a{display:flex;align-items:center;transition:.3s ease-in-out}nav .wrapper .brand a{color:var(--theme-color);justify-content:center;height:3rem;width:3rem;fill:none;margin:2rem 0;cursor:pointer;outline:2px dashed transparent}nav .wrapper .brand a:hover{fill:rgba(100,250,217,.102)}nav .wrapper .brand a:focus{outline-color:var(--theme-color);fill:rgba(100,250,217,.102)}nav .wrapper .nav-responsive-toggle{display:none;color:var(--theme-color);font-size:var(--tlarge2);justify-content:center;align-items:center;transition:.3s ease-in-out;z-index:15}nav .wrapper .nav-items{display:flex;gap:3em;color:var(--lightest-slate);font-family:var(--fira-code);font-weight:500;font-size:var(--tsm1);counter-reset:nav-list}nav .wrapper .nav-items-list{display:flex;gap:3rem;list-style-type:none}nav .wrapper .nav-items-list-item a{outline:2px dashed transparent;padding:10px;text-decoration:none;color:inherit;transition:.3s ease-in-out}nav .wrapper .nav-items-list-item a:before{counter-increment:nav-list;content:"0" counter(nav-list) ". ";color:var(--theme-color)}nav .wrapper .nav-items-list-item a:focus{outline-color:var(--theme-color)}nav .wrapper .nav-items-list-item:hover{color:var(--theme-color)}@media screen and (max-width:1020px){nav .wrapper{padding:0 2rem}nav .wrapper .nav-responsive-toggle{display:flex;z-index:15}nav .wrapper .nav-items{position:fixed;height:100vh;right:0;width:0;opacity:0;visibility:hidden;top:0;padding:50px 10px;background-color:var(--light-navy);flex-direction:column;justify-content:center;align-items:center;transition:.3s ease-in-out;z-index:11}nav .wrapper .nav-items-list{flex-direction:column}nav .wrapper .nav-responsive{width:min(75vw,400px);visibility:visible;opacity:1}}nav .blur-nav{height:80px;position:fixed;top:0;transition:.3s ease-in-out;z-index:100;background-color:rgba(10,25,47,.85);box-shadow:0 10px 30px -10px var(--navy-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--background-color)}.hero .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.hero .hero-background .gradient-sphere{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.hero .hero-background .gradient-sphere-1{background:var(--theme-color);width:500px;height:500px;top:-100px;right:-100px;animation:float 8s ease-in-out infinite}.hero .hero-background .gradient-sphere-2{background:var(--lightest-navy);width:300px;height:300px;bottom:-50px;left:-50px;animation:float 6s ease-in-out infinite reverse}.hero .hero-background .grid-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(var(--light-navy) 1px,transparent 1px),linear-gradient(90deg,var(--light-navy) 1px,transparent 1px);background-size:50px 50px;opacity:.1;animation:gridMove 15s linear infinite}.hero .hero-content{max-width:1200px;width:100%;padding:0 2rem;margin:0 auto;z-index:1}.hero .hero-intro{margin-bottom:1.5rem}.hero .hero-greeting{color:var(--theme-color);font-family:var(--fira-code);font-size:var(--tsm2);font-weight:400;opacity:.9}.hero .hero-name{font-size:clamp(40px,8vw,80px);font-weight:800;color:var(--lightest-slate);margin-bottom:1.5rem;line-height:1.1;font-family:var(--raleway)}.hero .hero-name-dot{color:var(--theme-color);display:inline-block;animation:pulse 2s ease-in-out infinite}.hero .hero-title-animation{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:clamp(20px,4vw,32px);color:var(--lightest-slate);font-family:var(--raleway);height:3.5rem}.hero .hero-title-animation .static-text{white-space:nowrap}.hero .hero-title-animation .animated-text-wrapper{position:relative;height:100%;overflow:hidden;padding:0 .5rem}.hero .hero-title-animation .animated-text-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--theme-color),transparent);opacity:.1;animation:shimmer 2s linear infinite}.hero .hero-title-animation .animated-text{display:flex;align-items:center;height:100%;color:var(--theme-color);font-weight:700;position:relative;white-space:pre}.hero .hero-title-animation .animated-char{display:inline-block;transform-origin:50% 100%}.hero .hero-title-animation .animated-char.space{width:.5em;display:inline-block}.hero .hero-title-animation .animated-char:not(.space):hover{animation:bounce .5s ease-in-out}.hero .hero-text{color:var(--slate);font-size:var(--tlarge);line-height:1.6;max-width:600px;margin-bottom:3rem;position:relative;font-family:var(--raleway)}.hero .hero-cta{display:flex;align-items:center;gap:2rem}.hero .hero-cta .btn{padding:1rem 2rem;font-size:var(--tsm1);font-weight:500;position:relative;overflow:hidden;background:transparent;border:1px solid var(--theme-color);color:var(--theme-color);border-radius:4px;transition:all .3s ease}.hero .hero-cta .btn:hover{background:rgba(var(--theme-color-rgb),.1);transform:translateY(-2px)}.hero .hero-cta .btn:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:var(--theme-color);opacity:0;transform:translate(-50%,-50%) scale(0);transition:transform .5s ease,opacity .3s ease}.hero .hero-cta .btn:active:before{opacity:.2;transform:translate(-50%,-50%) scale(2);transition:transform .2s ease,opacity .3s ease}.hero .hero-cta .scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--slate);font-family:var(--fira-code);font-size:var(--tsm)}.hero .hero-cta .scroll-indicator .scroll-text{opacity:.7}.hero .hero-cta .scroll-indicator .scroll-arrow{font-size:1.5em;color:var(--theme-color)}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}@keyframes gridMove{0%{transform:translateY(0)}to{transform:translateY(50px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media screen and (max-width:768px){.hero .hero-content{padding:0 1rem}.hero .hero-title-animation{flex-direction:column;align-items:flex-start;height:auto;gap:.5rem}.hero .hero-title-animation .animated-text-wrapper{height:2.5rem}.hero .hero-cta{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.hero .hero-cta .btn{width:100%;text-align:center;display:flex;justify-content:center}.hero .hero-cta .scroll-indicator{align-self:center}.hero .hero-background .gradient-sphere-1{width:300px;height:300px}.hero .hero-background .gradient-sphere-2{width:200px;height:200px}.hero .hero-background .grid-overlay{background-size:30px 30px}}@media screen and (max-width:480px){.hero .hero-content{padding:0 1rem}.hero .hero-text{font-size:var(--tbase)}.hero .hero-title-animation{font-size:24px}}.about{max-width:1000px;margin:15rem auto;padding:0 2rem}.about .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative;margin-bottom:3rem}.about .title h2{font-size:var(--tx2large);font-weight:700;margin-bottom:2rem}.about .title h2:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.about .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:220px;background-color:var(--lightest-navy)}.about-grid{display:grid;grid-template-columns:3fr 2fr;grid-gap:3rem;gap:3rem}.about-grid-info-text{color:var(--slate);margin-bottom:2rem;font-size:var(--tlarge);line-height:1.6;font-weight:500;font-family:var(--raleway)}.about-grid-info-skills h3{color:var(--lightest-slate);font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.about-grid-info-skills .skills-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.about-grid-info-skills .skills-categories .skill-category h4{color:var(--theme-color);margin-bottom:1rem;font-size:1.1rem}.about-grid-info-list{list-style-type:none;padding:0;margin:0}.about-grid-info-list-item{font-family:var(--raleway);line-height:1.6;font-weight:500;font-size:var(--tbase);color:var(--slate);position:relative;padding-left:1.5rem}.about-grid-info-list-item:before{content:"▹";position:absolute;left:0;color:var(--theme-color)}.about-grid-photo{position:relative;width:max-content;height:max-content;justify-self:center;align-self:start}.about-grid-photo:hover .overlay{background-color:transparent}.about-grid-photo:hover .overlay-border{top:.5rem;left:.5rem}.about-grid-photo:hover img{filter:none}.about-grid-photo .overlay{transition:.3s ease-in-out;z-index:1;position:absolute;height:350px;width:350px;background-color:var(--theme-color);opacity:.2;border-radius:.2rem}.about-grid-photo .overlay-border{z-index:-3;height:100%;width:100%;position:absolute;border:2px solid var(--theme-color);top:1rem;left:1rem;border-radius:.2rem;transition:.3s ease-in-out}.about-grid-photo-container{position:relative;height:350px;width:350px;object-fit:cover}.about-grid-photo-container img{z-index:0;filter:grayscale(100%);transition:.3s ease-in-out;border-radius:.2rem}@media screen and (max-width:1080px){.about{margin:5rem auto}.about-grid{grid-template-columns:1fr;gap:2rem}.about-grid-photo{justify-self:start}.about-grid-photo .overlay,.about-grid-photo-container{height:300px;width:300px}.about-grid-info-skills .skills-categories{grid-template-columns:1fr;gap:1.5rem}}@media screen and (max-width:768px){.about .about{margin:5rem 0;width:100%;overflow:hidden}.about .about .title{width:100%;padding:0 1rem}.about .about .title h2{font-size:var(--tx2large);width:100%}.about .about .title h2:after{width:200px;margin-left:200px}.about .about-grid{grid-template-columns:1fr;gap:2rem;width:100%;padding:0 1rem}.about .about-content{width:100%}.about .about-content p{font-size:var(--tlarge);margin-bottom:1rem;width:100%}.about .about-skills{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.about .about-skills li{font-size:var(--tsm1);width:100%}.about .about-skills li:before{font-size:var(--tsm)}.about .about-image{max-width:280px;margin:0 auto;width:100%}.about .about-image:after{display:none}.about .about-image img{width:100%;height:auto;object-fit:cover}}@media screen and (max-width:480px){.about{margin:3rem auto;padding:0 1rem}.about .title h2:after{width:100px}.about-grid-photo .overlay,.about-grid-photo-container{height:250px;width:250px}}.experience{margin:15rem 0}.experience .title{font-family:var(--raleway);color:var(--lightest-slate);text-align:left;margin-bottom:4rem}.experience .title h2{font-size:var(--tx2large);font-weight:700}.experience .title h2:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.experience .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:250px;background-color:var(--lightest-navy)}.experience .resume-download{text-align:center;margin-bottom:3rem}.experience .resume-download .download-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;border:1px solid var(--theme-color);color:var(--theme-color);border-radius:.3rem;font-size:1rem;text-decoration:none;transition:all .3s ease}.experience .resume-download .download-button:hover{background:var(--theme-color);color:var(--navy)}.experience .container{max-width:1000px;margin:0 auto;padding:0 2rem;display:flex;gap:3rem}.experience .container .exp-slider{width:200px;position:relative;list-style:none}.experience .container .exp-slider .underline{background:var(--theme-color);border-radius:.1rem;height:2.5rem;left:0;position:absolute;top:0;transition:top .25s cubic-bezier(.645,.045,.355,1);width:2px}.experience .container .exp-slider-item{cursor:pointer;height:2.5rem;padding-left:1.5rem;display:flex;align-items:center;transition:all .25s cubic-bezier(.645,.045,.355,1);color:var(--light-slate)}.experience .container .exp-slider-item:hover{color:var(--theme-color);background:var(--lightest-navy)}.experience .container .exp-slider-item-selected{color:var(--theme-color)}.experience .container .exp-details{flex:1 1;padding:.5rem 0}.experience .container .exp-details-position h3{color:var(--lightest-slate);font-size:1.5rem;margin-bottom:2rem;font-weight:600}.experience .container .exp-details-position .education-content h4{color:var(--theme-color);font-size:1.2rem;margin-bottom:.5rem}.experience .container .exp-details-position .education-content .degree,.experience .container .exp-details-position .education-content .duration,.experience .container .exp-details-position .education-content .location{color:var(--light-slate);margin-bottom:.5rem}.experience .container .exp-details-position .education-content .courses{margin-top:1rem}.experience .container .exp-details-position .education-content .courses h5{color:var(--lightest-slate);margin-bottom:.5rem}.experience .container .exp-details-position .education-content .courses p{color:var(--light-slate);line-height:1.6}.experience .container .exp-details-position .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.experience .container .exp-details-position .skills-grid .skill-category h4{color:var(--theme-color);margin-bottom:1rem}.experience .container .exp-details-position .skills-grid .skill-category .skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.experience .container .exp-details-position .skills-grid .skill-category .skill-tags .skill-tag{background:var(--lightest-navy);color:var(--light-slate);padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;transition:all .3s ease}.experience .container .exp-details-position .skills-grid .skill-category .skill-tags .skill-tag:hover{transform:translateY(-2px);background:var(--theme-color);color:var(--navy)}.experience .container .exp-details-position .thesis-content h4{color:var(--theme-color);font-size:1.2rem;margin-bottom:.5rem}.experience .container .exp-details-position .thesis-content .date{color:var(--lightest-slate);margin-bottom:1rem}.experience .container .exp-details-position .thesis-content .description{color:var(--light-slate);margin-bottom:.5rem;line-height:1.6}.experience .container .exp-details-position .achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.experience .container .exp-details-position .achievements-grid .achievement-card{background:var(--lightest-navy);padding:1.5rem;border-radius:.5rem;transition:transform .3s ease}.experience .container .exp-details-position .achievements-grid .achievement-card:hover{transform:translateY(-5px)}.experience .container .exp-details-position .achievements-grid .achievement-card h4{color:var(--theme-color);margin-bottom:.5rem}.experience .container .exp-details-position .achievements-grid .achievement-card p{color:var(--light-slate);line-height:1.6}@media screen and (max-width:768px){.experience{margin:8rem 0}.experience .container{flex-direction:column;padding:0 1rem;gap:2rem}.experience .container .exp-slider{width:100%;display:flex;overflow-x:auto;padding-bottom:1rem}.experience .container .exp-slider .underline{display:none}.experience .container .exp-slider-item{padding:.75rem 1rem;height:auto;background:var(--light-navy);margin-right:1rem;border-radius:.3rem;flex-shrink:0}.experience .container .exp-slider-item-selected{background:var(--theme-color);color:var(--navy)}.experience .container .exp-details{padding:0}.experience .container .exp-details-position h3{font-size:1.3rem;margin-bottom:1.5rem}.experience .container .exp-details .skills-grid{grid-template-columns:1fr;gap:1.5rem}.experience .container .exp-details .achievements-grid{grid-template-columns:1fr}}@media screen and (max-width:480px){.experience{margin:6rem 0}.experience .title h2{font-size:var(--txlarge)}.experience .container .exp-details-position h3{font-size:1.2rem}}.projects{margin:15rem 0;overflow:hidden}.projects .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative;margin-bottom:4rem;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem;text-align:left}.projects .title h2{margin-bottom:2rem;font-size:var(--tx2large);font-weight:700;color:var(--lightest-slate)}.projects .title h2:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.projects .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:250px;background-color:var(--lightest-navy)}.projects-carousel-container{position:relative;max-width:1400px;margin:0 auto;padding:0 2rem}.projects-carousel-container:after{content:"⏸ Hover to pause";position:absolute;bottom:-3rem;left:50%;transform:translateX(-50%);color:var(--slate);font-size:.85rem;opacity:.5;transition:opacity .3s ease;pointer-events:none}.projects-carousel-container:hover:after{opacity:.8;content:"⏸ Paused"}.projects-carousel-container .carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(100,255,218,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid rgba(100,255,218,.3);border-radius:50%;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;color:var(--theme-color);cursor:pointer;z-index:10;transition:all .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 20px rgba(100,255,218,.15),inset 0 0 20px rgba(100,255,218,.05)}.projects-carousel-container .carousel-button:before{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:linear-gradient(45deg,var(--theme-color),transparent,var(--theme-color));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.projects-carousel-container .carousel-button:hover{background:var(--theme-color);color:var(--navy);transform:translateY(-50%) scale(1.15) rotate(5deg);box-shadow:0 8px 35px rgba(100,255,218,.5),0 0 50px rgba(100,255,218,.3),inset 0 0 30px hsla(0,0%,100%,.2);border-color:var(--theme-color)}.projects-carousel-container .carousel-button:hover:before{opacity:1;animation:rotate 2s linear infinite}.projects-carousel-container .carousel-button:active{transform:translateY(-50%) scale(.95);box-shadow:0 2px 10px rgba(100,255,218,.3)}@keyframes rotate{to{transform:rotate(1turn)}}.projects-carousel-container .carousel-button:disabled{opacity:.3;cursor:not-allowed;transform:translateY(-50%) scale(.9)}.projects-carousel-container .carousel-button.prev{left:-1rem}.projects-carousel-container .carousel-button.prev:hover{transform:translateY(-50%) scale(1.15) rotate(-5deg)}.projects-carousel-container .carousel-button.next{right:-1rem}.projects-carousel-container .carousel-button.next:hover{transform:translateY(-50%) scale(1.15) rotate(5deg)}.projects-carousel-container .carousel-button svg{width:1.5rem;height:1.5rem;transition:transform .3s ease}.projects-carousel-container .carousel-button:hover svg{transform:scale(1.2)}.projects .carousel-indicators{display:flex;justify-content:center;gap:.8rem;margin-top:3rem;padding:1rem 0}.projects .carousel-indicators .indicator{position:relative;width:2.5rem;height:.4rem;background:var(--lightest-navy);border:none;border-radius:2rem;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}.projects .carousel-indicators .indicator:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(100,255,218,.3) 50%,transparent 70%);opacity:0;transition:opacity .3s ease}.projects .carousel-indicators .indicator:hover{background:rgba(100,255,218,.2);transform:scaleY(1.5) scaleX(1.1);box-shadow:0 0 15px rgba(100,255,218,.4),inset 0 0 8px rgba(100,255,218,.3)}.projects .carousel-indicators .indicator:hover:before{opacity:1;animation:shimmer-indicator 1.5s linear infinite}@keyframes shimmer-indicator{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.projects .carousel-indicators .indicator.active{width:3rem;background:rgba(100,255,218,.25);box-shadow:0 0 20px rgba(100,255,218,.5),inset 0 0 10px rgba(100,255,218,.3);transform:scaleY(1.3)}.projects .carousel-indicators .indicator .indicator-progress{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--theme-color),#64ffda,var(--theme-color));background-size:200% 100%;border-radius:2rem;box-shadow:0 0 15px rgba(100,255,218,.8),0 0 30px rgba(100,255,218,.4);animation:progress-shimmer 2s linear infinite}@keyframes progress-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.projects-carousel{display:flex;gap:1.5rem;padding:1rem 0;transition:transform .3s ease;scroll-behavior:smooth;perspective:2000px;perspective-origin:50%}.projects-carousel .project-card{flex-grow:0;flex-shrink:0;flex-basis:calc(20% - 1.2rem);min-width:250px;background:var(--light-navy);border-radius:1rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(0,0,0,.1);position:relative;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.projects-carousel .project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--theme-color),rgba(100,255,218,.502),var(--theme-color));background-size:200% 100%;transform:scaleX(0);transition:transform .5s cubic-bezier(.4,0,.2,1);animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.projects-carousel .project-card:hover{box-shadow:0 20px 60px rgba(100,255,218,.3),0 0 40px rgba(100,255,218,.1);border:1px solid rgba(100,255,218,.3)}.projects-carousel .project-card:hover:before{transform:scaleX(1)}.projects-carousel .project-card:hover .project-image img{transform:scale(1.08)}.projects-carousel .project-card:hover .project-overlay{opacity:1}.projects-carousel .project-card .project-image{position:relative;width:100%;height:200px;overflow:hidden;background:var(--lightest-navy)}.projects-carousel .project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.projects-carousel .project-card .project-image .project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(10,25,47,.97),rgba(23,42,69,.95));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.projects-carousel .project-card .project-image .project-overlay h3{color:var(--theme-color);font-size:1.2rem;margin-bottom:1rem;text-shadow:0 2px 20px rgba(100,255,218,.4);transform:translateY(10px);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1) .1s}.projects-carousel .project-card .project-image .project-overlay p{color:var(--light-slate);font-size:.9rem;line-height:1.6;transform:translateY(10px);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1) .15s}.projects-carousel .project-card .project-image:hover .project-overlay h3,.projects-carousel .project-card .project-image:hover .project-overlay p{transform:translateY(0);opacity:1}.projects-carousel .project-card .project-content{padding:1.5rem}.projects-carousel .project-card .project-content .project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;list-style:none}.projects-carousel .project-card .project-content .project-tech li{color:var(--theme-color);font-size:.85rem;background:var(--lightest-navy);padding:.4rem .9rem;border-radius:1rem;transition:all .3s ease;border:1px solid transparent}.projects-carousel .project-card .project-content .project-tech li:hover{border-color:var(--theme-color);background:rgba(100,255,218,.1);transform:translateY(-2px)}.projects-carousel .project-card .project-content .project-tech li.tech-more{background:rgba(100,255,218,.15);color:var(--theme-color);font-weight:600}.projects-carousel .project-card .project-content .project-links{display:flex;gap:1.2rem}.projects-carousel .project-card .project-content .project-links a{color:var(--lightest-slate);font-size:1.3rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.projects-carousel .project-card .project-content .project-links a:hover{color:var(--theme-color);filter:drop-shadow(0 0 8px rgba(100,255,218,.5))}.projects .view-all{text-align:center;margin-top:4rem}.projects .view-all .view-all-button{display:inline-block;padding:1rem 2rem;background:transparent;border:1px solid var(--theme-color);color:var(--theme-color);border-radius:.3rem;font-size:1rem;text-decoration:none;transition:all .3s ease}.projects .view-all .view-all-button:hover{background:var(--theme-color);color:var(--navy)}@media screen and (max-width:1200px){.projects-carousel .project-card{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 1rem)}}@media screen and (max-width:968px){.projects-carousel .project-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - .75rem)}}@media screen and (max-width:768px){.projects{margin:8rem 0}.projects .title{padding:0 1rem}.projects .title h2{font-size:var(--tlarge);color:var(--lightest-slate)}.projects .title h2:after{width:150px;margin-left:180px}.projects-carousel-container{padding:0;overflow:hidden;position:relative}.projects-carousel-container .carousel-button{width:2.8rem;height:2.8rem;background:rgba(100,255,218,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.projects-carousel-container .carousel-button.prev{left:.5rem}.projects-carousel-container .carousel-button.next{right:.5rem}.projects-carousel-container .carousel-button svg{width:1.2rem;height:1.2rem}.projects-carousel{padding:0;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.projects-carousel::-webkit-scrollbar{display:none}.projects-carousel .project-card{flex:0 0 85%;min-width:auto;margin-left:1rem;scroll-snap-align:start}.projects-carousel .project-card:last-child{margin-right:1rem}.projects-carousel .project-card .project-image{height:180px}.projects-carousel .project-card .project-content{padding:1.25rem}.projects .carousel-indicators{margin-top:2rem;gap:.6rem}.projects .carousel-indicators .indicator{width:2rem;height:.35rem}.projects .carousel-indicators .indicator.active{width:2.5rem}.projects .view-all{margin-top:3rem;padding:0 1rem}.projects .view-all .view-all-button{width:100%;text-align:center}}@media screen and (max-width:480px){.projects{margin:6rem 0}.projects-carousel .project-card{flex:0 0 90%}}.all-projects-page{min-height:100vh;padding:8rem 2rem;background:var(--navy)}.all-projects-page .back-button{position:fixed;top:2rem;left:2rem;z-index:100;display:flex;align-items:center;gap:.5rem;color:var(--theme-color);text-decoration:none;font-size:1.1rem;transition:color .3s ease}.all-projects-page .back-button:hover{color:var(--lightest-slate)}.all-projects-page .back-button svg{font-size:1.3rem}.all-projects-page .title{text-align:center;margin-bottom:4rem}.all-projects-page .title h1,.all-projects-page .title h2{font-size:var(--tx2large);color:var(--lightest-slate);font-weight:700}.all-projects-page .projects-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;padding:0 1rem}.all-projects-page .projects-grid .project-card{background:var(--light-navy);border-radius:.5rem;overflow:hidden;transition:transform .3s ease}.all-projects-page .projects-grid .project-card:hover{transform:translateY(-5px)}.all-projects-page .projects-grid .project-card .project-image{width:100%;height:200px;overflow:hidden}.all-projects-page .projects-grid .project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.all-projects-page .projects-grid .project-card .project-content{padding:1.5rem}.all-projects-page .projects-grid .project-card .project-content h3{color:var(--lightest-slate);font-size:1.3rem;margin-bottom:1rem}.all-projects-page .projects-grid .project-card .project-content p{color:var(--light-slate);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;position:relative}.all-projects-page .projects-grid .project-card .project-content p .read-more{background:none;border:none;color:var(--theme-color);cursor:pointer;font-size:.9rem;padding:0;margin-left:.5rem;transition:color .3s ease}.all-projects-page .projects-grid .project-card .project-content p .read-more:hover{color:var(--lightest-slate)}.all-projects-page .projects-grid .project-card .project-content .project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;list-style:none}.all-projects-page .projects-grid .project-card .project-content .project-tech li{color:var(--theme-color);font-size:.85rem;background:var(--lightest-navy);padding:.3rem .8rem;border-radius:1rem}.all-projects-page .projects-grid .project-card .project-content .project-links{display:flex;gap:1rem}.all-projects-page .projects-grid .project-card .project-content .project-links a{color:var(--lightest-slate);font-size:1.2rem;transition:color .3s ease}.all-projects-page .projects-grid .project-card .project-content .project-links a:hover{color:var(--theme-color)}@media screen and (max-width:768px){.all-projects-page{padding:6rem 1rem}.all-projects-page .back-button{top:1rem;left:1rem}.all-projects-page .title h1,.all-projects-page .title h2{font-size:var(--txlarge)}.all-projects-page .projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media screen and (max-width:480px){.all-projects-page{padding:5rem 1rem}.all-projects-page .projects-grid{grid-template-columns:1fr}}.contact{max-width:700px;margin:15rem auto;display:flex;gap:1rem;justify-content:center;align-items:center;flex-direction:column}.contact .contact-title{color:var(--theme-color);font-size:var(--tbase);font-family:var(--fira-code);font-weight:300}.contact .contact-title:before{counter-increment:title;content:"0" counter(title) ".";margin-right:.5rem;color:var(--theme-color)}.contact .contact-sub-title{font-size:var(--tgiant);font-family:var(--raleway);color:var(--light-slate)}.contact form{display:flex;flex-direction:column;gap:1rem;width:100%}.contact form input,.contact form textarea{width:100%;padding:1rem;border-radius:.5rem;border:1px solid var(--light-slate);background-color:var(--light-navy);color:var(--lightest-slate);font-size:var(--tlarge);font-family:var(--raleway);outline:none}.contact form textarea{height:150px;resize:none}@media(min-width:768px){.contact form{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.contact form textarea{grid-column:span 2}.contact form input[type=email],.contact form input[type=subject],.contact form input[type=tel],.contact form input[type=text],.contact form textarea{width:100%}}.contact .contact-cta{margin-top:1rem;grid-column:span 2}.contact .contact-cta .btn{padding:1rem 2rem;background:transparent;border:1px solid var(--theme-color);color:var(--theme-color);border-radius:4px;font-size:var(--tsm1);cursor:pointer;transition:all .3s ease;width:100%}.contact .contact-cta .btn:hover{background:rgba(var(--theme-color-rgb),.1)}@media screen and (max-width:768px){.contact{margin:5rem auto;padding:0 1rem}.contact .contact-title{font-size:var(--tsm1)}.contact .contact-sub-title{font-size:var(--tlarge);text-align:center}.contact form{flex-direction:column;gap:1rem}.contact form input,.contact form textarea{padding:.875rem;font-size:var(--tsm1)}.contact .contact-cta{width:100%}.contact .contact-cta .btn{width:100%;padding:.875rem;font-size:var(--tsm)}}footer{display:flex;justify-content:center;align-content:center;padding:15px;min-height:70px}footer .footer-link{text-decoration:none;display:flex;flex-direction:column;gap:.5rem;color:var(--light-slate);outline:2px dashed transparent;transition:.3s ease-in-out;padding:10px;font-size:var(--tsm1)}footer .footer-link:focus{outline-color:var(--theme-color)}footer .footer-link .footer-info{font-family:var(--fira-code);text-align:center}footer .footer-link .footer-git{display:flex;justify-content:center;align-items:baseline;gap:1rem}footer .footer-link .footer-git-item{display:flex;gap:.3rem}footer .footer-link .footer-git-item-icon{display:flex;justify-content:center;align-items:center}@font-face{font-family:__Raleway_ea7542;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_ea7542;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_ea7542;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_ea7542;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_ea7542;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_Fallback_ea7542;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_ea7542{font-family:__Raleway_ea7542,__Raleway_Fallback_ea7542;font-style:normal}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9af6411484c7e20a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/046b90749014f852-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/3703c28dcda155b1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9af6411484c7e20a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/046b90749014f852-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3703c28dcda155b1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9af6411484c7e20a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/046b90749014f852-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3703c28dcda155b1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9af6411484c7e20a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/046b90749014f852-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3703c28dcda155b1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/999e639cd9d85971-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9af6411484c7e20a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e6b5cfd5a74e1cae-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6aacc40b7795b725-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/67110d8fe39c5e84-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/046b90749014f852-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fira_Code_0fcbff;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3703c28dcda155b1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fira_Code_Fallback_0fcbff;src:local("Arial");ascent-override:73.56%;descent-override:23.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_0fcbff{font-family:__Fira_Code_0fcbff,__Fira_Code_Fallback_0fcbff;font-style:normal}