@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}img{width:100%;height:auto}body{font-family:Golos Text,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;min-height:100vh;background:#000;color:#fff}.tubes-background{position:fixed;inset:0;z-index:-1;overflow:hidden}.tubes-background canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.app-layout{display:flex;min-height:100vh}.nav-lever{position:fixed;left:0;top:0;bottom:0;width:72px;z-index:10}.nav-lever__svg--defs{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.nav-lever__glass{position:absolute;left:0;top:0;width:72px;height:100%;overflow:hidden;pointer-events:none;background:linear-gradient(160deg,#ffffff47,#ffffff2e 40%,#ffffff38);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-right:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px #ffffff59,inset 0 -1px #ffffff14,6px 0 20px #0000000f}.nav-lever__svg{position:absolute;left:0;top:0;width:72px;height:100%;pointer-events:none}.nav-lever__path{color:#00000059;stroke:#0006;filter:drop-shadow(0 0 16px rgba(0,0,0,.2))}.nav-lever__links{position:absolute;left:0;top:0;bottom:0;width:72px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:2rem .25rem;box-sizing:border-box;pointer-events:none}.nav-lever__links .nav-lever__link{pointer-events:auto}.nav-lever__link{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);padding:.4rem .35rem;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffffd9;background:transparent;border:none;cursor:pointer;border-radius:4px;margin:0;transition:transform .25s ease-out,color .2s,background .2s,font-size .25s ease-out,letter-spacing .25s ease-out,box-shadow .25s ease-out,margin .25s ease-out,padding .25s ease-out,min-height .25s ease-out;font-family:inherit;flex-shrink:0}.nav-lever__link:hover{color:#fff;background:#ffffff1f}.nav-lever__link--active{transform:rotate(180deg);color:#fff;background:#fff3;font-size:13px;letter-spacing:.12em;box-shadow:0 0 20px #ffffff26;border-radius:8px;padding:.85rem .5rem;margin:.85rem 0;min-height:2.5rem;flex-shrink:0}.nav-lever__link--active:hover{background:#ffffff42}.site-title{display:none;position:fixed;top:1.5rem;left:calc(72px + 2rem);z-index:9;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:2.25rem;font-weight:600;color:#fff;letter-spacing:.02em;pointer-events:none;opacity:0;transform:scale(.88) translateY(24px)}.site-title--visible{display:block;animation:site-title-enter .7s cubic-bezier(.22,1,.36,1) forwards}@keyframes site-title-enter{0%{opacity:.7;transform:scale(.88) translateY(24px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:767px){.site-title{display:none!important}}@media(max-width:767px){.nav-lever{display:none}}main{flex:1;margin-left:72px;padding:2rem;position:relative;z-index:1;color:#fff}@media(max-width:767px){main{margin-left:0;padding:4rem 1rem 1rem;max-width:100%;overflow-x:hidden}}.mobile-menu-btn{display:none;position:fixed;top:1rem;right:1rem;z-index:20;width:48px;height:48px;border:none;border-radius:12px;background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;transition:background .2s,transform .2s}.mobile-menu-btn:hover{background:#fff3}.mobile-menu-btn:active{transform:scale(.96)}@media(max-width:767px){.mobile-menu-btn{display:flex}}.mobile-menu-btn__line{width:22px;height:2px;background:#fff;border-radius:1px;transition:transform .25s,opacity .25s}.mobile-menu-btn[aria-expanded=true] .mobile-menu-btn__line:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn[aria-expanded=true] .mobile-menu-btn__line:nth-child(2){opacity:0}.mobile-menu-btn[aria-expanded=true] .mobile-menu-btn__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:18;pointer-events:none;visibility:hidden;transition:visibility .25s}.mobile-menu--open{pointer-events:auto;visibility:visible}.mobile-menu__backdrop{position:absolute;inset:0;background:#00000080;opacity:0;transition:opacity .25s ease}.mobile-menu--open .mobile-menu__backdrop{opacity:1}.mobile-menu__panel{position:absolute;top:0;right:0;bottom:0;width:min(280px,85vw);background:linear-gradient(160deg,#ffffff26,#ffffff14);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-left:1px solid rgba(255,255,255,.2);box-shadow:-8px 0 32px #0000004d;transform:translate(100%);transition:transform .3s ease-out;padding:4rem 1rem 2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu--open .mobile-menu__panel{transform:translate(0)}.mobile-menu__close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border:none;border-radius:10px;background:#ffffff26;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:background .2s}.mobile-menu__close:hover{background:#ffffff40}.mobile-menu__nav{display:flex;flex-direction:column;gap:.25rem}.mobile-menu__link{display:block;width:100%;padding:.85rem 1rem;text-align:left;font-size:1rem;font-weight:500;color:#ffffffe6;background:transparent;border:none;border-radius:10px;cursor:pointer;font-family:inherit;transition:background .2s,color .2s}.mobile-menu__link:hover{background:#ffffff1f;color:#fff}.mobile-menu__link--active{background:#fff3;color:#fff}.mobile-menu__link--active:hover{background:#ffffff42}.mobile-section-title{display:none}main h1,main h2,main h3,main h4,main h5,main h6,main p,main a{color:#fff}.main-scroll{height:100vh;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;display:grid;grid-template-columns:1fr;grid-auto-rows:minmax(100vh,auto);row-gap:1.5rem;align-content:start}.main-scroll::-webkit-scrollbar{display:none}.scroll-section{position:relative;z-index:1;min-height:100vh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;justify-content:center;align-items:center;padding:2rem 3rem 3rem 2rem;box-sizing:border-box;grid-column:1;isolation:isolate;contain:layout}#home.scroll-section{min-height:75vh}#work-experience.scroll-section{z-index:0;overflow:visible;contain:none}.scroll-section>section>h1:first-child,.scroll-section .education-section__header,.scroll-section .awards-section__header,.scroll-section .work-experience-section__header,.scroll-section .projects-section__header,.scroll-section .skills-section__header,.scroll-section .contact-section__header{position:absolute;top:2rem;right:-5rem;z-index:10;margin:0;max-width:calc(100% + 5rem);background:#fff;padding:.6rem 5rem .6rem 1.25rem;border-radius:10px 0 0 10px;box-shadow:0 2px 8px #00000014}.scroll-section .education-section__header .education-section__title,.scroll-section .education-section__header .education-section__subtitle,.scroll-section .awards-section__header .awards-section__title,.scroll-section .awards-section__header .awards-section__subtitle,.scroll-section .work-experience-section__header .work-experience-section__title,.scroll-section .work-experience-section__header .work-experience-section__subtitle,.scroll-section .projects-section__header .projects-section__title,.scroll-section .projects-section__header .projects-section__subtitle,.scroll-section .skills-section__header .skills-section__title,.scroll-section .skills-section__header .skills-section__subtitle,.scroll-section .contact-section__header .contact-section__title,.scroll-section .contact-section__header .contact-section__subtitle{color:#1a1a1a}.scroll-section>section>p{margin-top:6rem}.home-hero{display:flex;align-items:center;justify-content:flex-end;min-height:100%;width:100%;box-sizing:border-box;padding-top:5rem;padding-right:2rem}@property --ratio-x{syntax: "<number>"; inherits: true; initial-value: 0;}@property --correction{syntax: "<percent>"; inherits: true; initial-value: 0%;}@property --ratio-y{syntax: "<number>"; inherits: true; initial-value: 0;}.glass-card{--holo-c1: #ddb4eb;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:2.5rem 3rem;max-width:640px;display:flex;flex-direction:row;align-items:center;gap:2rem;--ratio-x: 0;--ratio-y: 0;--correction: 100%;transform-style:preserve-3d;transition:transform .2s linear;transform:rotateY(calc(-12deg * var(--ratio-x))) rotateX(calc(12deg * var(--ratio-y)))}.glass-card--no-holo{transform:none}.glass-card:hover .glass-card__holo-bg{opacity:.7}.glass-card:hover .glass-card__holo-circles{opacity:.6}.glass-card__holo-bg{position:absolute;border-radius:inherit;inset:0;background:radial-gradient(ellipse at calc(90% - var(--ratio-x) * 20%) calc(0% - var(--ratio-y) * 20%),rgba(255,255,255,.5),var(--holo-c1) 1%,rgba(255,66,236,.5) 20%,transparent),linear-gradient(110deg,#0093ff calc(10% - var(--ratio-x) * 20%),#51d6fd calc(20% - var(--ratio-x) * 20%),#0093ff calc(30% - var(--ratio-x) * 20%),rgba(255,66,236,.5) calc(60% - var(--ratio-x) * 20%),transparent calc(100% - var(--ratio-x) * 20%));transition:opacity .2s ease;mix-blend-mode:hard-light;opacity:.25;pointer-events:none}.glass-card__holo-lines{position:absolute;border-radius:inherit;inset:0;pointer-events:none;background:linear-gradient(110deg,#0093ff calc(10% - var(--ratio-x) * 20% - var(--correction)),#51d6fd calc(20% - var(--ratio-x) * 20% - var(--correction)),#0093ff calc(30% - var(--ratio-x) * 20% - var(--correction)),hsla(192,83%,calc(77% - 20% * var(--ratio-x)),.9) calc(40% - var(--ratio-x) * 20% - var(--correction)),transparent calc(60% - var(--ratio-x) * 20% - var(--correction)),magenta calc(70% - var(--ratio-x) * 20% - var(--correction)),black calc(80% - var(--ratio-x) * 20% - var(--correction)));transition:background .2s linear}.glass-card--holo-mask-nyu .glass-card__holo-lines,.glass-card--holo-mask-siem .glass-card__holo-lines{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.glass-card--holo-mask-nyu .glass-card__holo-lines{-webkit-mask-image:var(--mask-nyu);mask-image:var(--mask-nyu)}.glass-card--holo-mask-siem .glass-card__holo-lines{-webkit-mask-image:var(--mask-siem);mask-image:var(--mask-siem);opacity:.5}.glass-card--holo-mask-siem:hover .glass-card__holo-lines{opacity:.65}.glass-card__holo-circles{position:absolute;border-radius:inherit;inset:0;overflow:hidden;opacity:.08;transition:opacity .3s ease;pointer-events:none}.glass-card__holo-circles:before,.glass-card__holo-circles:after{content:"";position:absolute;aspect-ratio:1 / 1;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(78,212,253,.35) .25rem,transparent .25rem);background-size:1rem 1rem;background-position:left top}.glass-card__holo-circles:before{transform:translate(-50%,-50%) rotate(45deg)}.glass-card__holo-circles:after{transform:translate(50%,100%) rotate(45deg)}.glass-card__text,.glass-card__image{position:relative;z-index:1}.glass-card__text{flex:1;min-width:0;text-align:left}.glass-card__image{flex-shrink:0;width:100%;max-width:200px;height:auto;object-fit:contain;display:block}.glass-card h1,.glass-card h2,.glass-card p{margin:0;width:100%;text-align:left}.glass-card h1{font-size:1.25rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.glass-card h2{font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.glass-card p{font-size:1rem;line-height:1.5;opacity:.9}.home-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:3rem}.home-hero .glass-card{max-width:920px;padding:2rem 2.5rem;gap:1.75rem;border-radius:20px}.home-hero .glass-card h1{font-size:1.65rem;font-weight:600;margin-bottom:1rem}.home-hero .glass-card h2{font-size:1.9rem;font-weight:600;margin-bottom:1.5rem}.home-hero .glass-card p{font-size:1rem;line-height:1.6;margin-bottom:1.25rem}.home-hero .glass-card p:last-of-type{margin-bottom:0}.home-hero .glass-card__image{max-width:320px;animation:face-entrance .75s ease-out forwards,face-bounce 2.2s ease-in-out .75s infinite}@keyframes face-entrance{0%{opacity:0;transform:translate(120%) scale(.85)}70%{opacity:1;transform:translate(-8%) scale(1.02)}85%{transform:translate(3%) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes face-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.home-hero__buttons{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:3rem;align-items:flex-end}.hero-btn{display:inline-block;padding:1.5px;border-radius:.875rem;background:linear-gradient(to bottom right,#f6f6f6,#2563eb,#1e40af);text-decoration:none;color:#f8f8f8;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,filter .2s ease-in-out;filter:brightness(1.1)}.hero-btn:hover{transform:rotate(2deg) scale(1.05);box-shadow:0 10px 15px -3px #fff3,0 4px 6px -2px #f4f3f31a,0 0 20px #1d4ed880;background:linear-gradient(to bottom right,#96aeef,#1e40af,#2563eb)}.hero-btn__inner{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 1.5rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#000c;border-radius:calc(.875rem - 2px);font-weight:400;font-size:.95rem;transition:color .2s ease}.hero-btn:hover .hero-btn__inner{color:#3b82f6}.hero-btn__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.hero-btn .hero-btn__icon{color:inherit;fill:currentColor;stroke:currentColor}.hero-btn__label{white-space:nowrap}.contact-section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.contact-section__header{text-align:right}.contact-section__title{margin:0;font-size:2.25rem;font-weight:600}.contact-section__subtitle{margin:.25rem 0 0;font-size:.95rem;opacity:.9}.contact-section__content{width:100%;max-width:640px;display:flex;justify-content:center}.contact-section__card{width:100%;max-width:100%}.contact-section__heading{font-size:1.5rem;font-weight:600;margin:0 0 .75rem;text-transform:none;letter-spacing:.02em}.contact-section__blurb{font-size:1rem;line-height:1.6;margin:0 0 3.25rem;opacity:.95}.contact-section__links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.contact-section__links .generate-button--small{flex-shrink:0}.contact-section__link{background:#ffffff14;border:1px solid rgba(255,255,255,.25)}.contact-section__link:hover{background:#ffffff24;border-color:#fff6}.glass-card--vertical{flex-direction:column;align-items:stretch;max-width:none;width:300px;min-height:320px;flex-shrink:0}.glass-card--vertical .glass-card__text,.glass-card--vertical .glass-card__image{width:100%;max-width:none}.glass-card--vertical{overflow:visible}.glass-card--vertical .glass-card__text{overflow:visible;word-wrap:break-word;overflow-wrap:break-word}.glass-card--vertical .glass-card__image{margin-bottom:0;margin-top:auto}.work-experience-section{position:relative;z-index:0;min-height:580px;width:100%;display:flex;flex-direction:column;align-items:center;overflow:visible;padding-left:120px;box-sizing:border-box}.work-experience-section__header{text-align:right}.work-experience-section__title{margin:0;font-size:2.25rem;font-weight:600}.work-experience-section__subtitle{margin:.25rem 0 0;font-size:.95rem;opacity:.9}.work-experience-section__carousel.carousel{position:relative;z-index:0;height:70vh;max-height:520px;width:100%;margin-top:6rem;overflow:visible;pointer-events:auto}.work-experience-section .carousel-item{--width: clamp(150px, 28vw, 280px);--height: clamp(200px, 38vw, 380px);--x: calc(var(--active) * 240%);--y: calc(var(--active) * 68%);--rot: calc(var(--active) * 120deg);--opacity: calc(var(--zIndex) / var(--items) * 3 - 2);--ratio-x: 0;--ratio-y: 0;--correction: 100%;--holo-c1: #e879f9;overflow:hidden;position:absolute;z-index:var(--zIndex);width:var(--width);height:var(--height);margin:calc(var(--height) * -.5) 0 0 calc(var(--width) * -.5);border-radius:16px;top:50%;left:50%;-webkit-user-select:none;user-select:none;transform-origin:0% 100%;box-shadow:0 10px 50px 10px #00000080;background:radial-gradient(ellipse 80% 80% at 50% 40%,#6450b480,#321e5a66 50%,#140f28e6);cursor:pointer;transform:translate(var(--x),var(--y)) rotate(var(--rot));transition:transform .8s cubic-bezier(0,.02,0,1);animation:holo-card-rotate 10s ease-in-out infinite}.work-experience-section .carousel-item .carousel-box{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;transition:transform .2s linear;opacity:1;transform-style:preserve-3d;transform:rotateY(calc(-10deg * var(--ratio-x))) rotateX(calc(10deg * var(--ratio-y)))}.work-experience-section .carousel-item .carousel-box:before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000040,#0000 35% 55%,#0006);pointer-events:none}.work-experience-section .carousel-item .carousel-box__holo-bg{position:absolute;border-radius:inherit;inset:0;z-index:1;background:radial-gradient(ellipse at calc(90% - var(--ratio-x) * 20%) calc(0% - var(--ratio-y) * 20%),rgba(255,255,255,.4),var(--holo-c1) 1%,rgba(168,85,247,.6) 20%,transparent),linear-gradient(110deg,#e879f9 calc(5% - var(--ratio-x) * 20%),#a855f7 calc(18% - var(--ratio-x) * 20%),#3b82f6 calc(32% - var(--ratio-x) * 20%),#22d3ee calc(45% - var(--ratio-x) * 20%),#22c55e calc(58% - var(--ratio-x) * 20%),#a3e635 calc(72% - var(--ratio-x) * 20%),#eab308 calc(85% - var(--ratio-x) * 20%),transparent calc(100% - var(--ratio-x) * 20%),transparent);transition:opacity .2s ease;mix-blend-mode:hard-light;opacity:calc(.55 * var(--opacity));pointer-events:none}.work-experience-section .carousel-item:hover .carousel-box__holo-bg{opacity:calc(.85 * var(--opacity))}.work-experience-section .carousel-item .carousel-box__holo-lines{position:absolute;border-radius:inherit;inset:0;z-index:1;pointer-events:none;background:linear-gradient(110deg,#e879f9 calc(5% - var(--ratio-x) * 20% - var(--correction)),#a855f7 calc(18% - var(--ratio-x) * 20% - var(--correction)),#3b82f6 calc(32% - var(--ratio-x) * 20% - var(--correction)),#22d3ee calc(45% - var(--ratio-x) * 20% - var(--correction)),#22c55e calc(58% - var(--ratio-x) * 20% - var(--correction)),#a3e635 calc(72% - var(--ratio-x) * 20% - var(--correction)),#eab308 calc(85% - var(--ratio-x) * 20% - var(--correction)),#0f172a calc(95% - var(--ratio-x) * 20% - var(--correction)));transition:background .2s linear}.work-experience-section .carousel-item .carousel-box__holo-circles{position:absolute;border-radius:inherit;inset:0;z-index:1;overflow:hidden;opacity:calc(.35 * var(--opacity));transition:opacity .3s ease;pointer-events:none}.work-experience-section .carousel-item:hover .carousel-box__holo-circles{opacity:calc(.65 * var(--opacity))}.work-experience-section .carousel-item .carousel-box__holo-circles:before,.work-experience-section .carousel-item .carousel-box__holo-circles:after{content:"";position:absolute;aspect-ratio:1 / 1;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(34,211,238,.45) .25rem,transparent .25rem);background-size:1rem 1rem;background-position:left top}.work-experience-section .carousel-item .carousel-box__holo-circles:before{transform:translate(-50%,-50%) rotate(45deg)}.work-experience-section .carousel-item .carousel-box__holo-circles:after{transform:translate(50%,100%) rotate(45deg)}.work-experience-section .carousel-item__logo{position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%);width:65%;height:42%;min-height:72px;max-height:140px;display:grid;place-items:center;padding:.5rem;border-radius:8px;background:#00000040;pointer-events:none;box-sizing:border-box}.work-experience-section .carousel-item__logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:none;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5)) brightness(1.08)}.work-experience-section .carousel-item__subtitle{position:absolute;z-index:3;bottom:44px;left:20px;right:20px;color:#ffffffd9;font-size:clamp(12px,1.75vw,16px);font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.3}.work-experience-section .carousel-item__company{position:absolute;z-index:3;bottom:18px;left:20px;color:#fff;font-size:clamp(13px,2vw,18px);font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3)}.work-experience-section .carousel-item__num{position:absolute;z-index:3;color:#fff;top:10px;left:20px;font-size:clamp(20px,8vw,72px);opacity:.9}.work-experience-detail-overlay{position:fixed;inset:0;z-index:100;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;cursor:pointer}.work-experience-detail-modal{position:relative;max-width:75vw;width:75%;max-height:85vh;overflow-y:auto;padding:2rem 2.5rem;border-radius:20px;cursor:default;background:#ffffff14;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.15);color:#fff;text-align:left}.work-experience-detail-modal__title{margin:0 0 .25rem;font-size:1.75rem;font-weight:600}.work-experience-detail-modal__company{margin:0 0 .25rem;font-size:1rem;opacity:.9}.work-experience-detail-modal__location{margin:0 0 .25rem;font-size:.95rem;opacity:.85}.work-experience-detail-modal__period{margin:0 0 1rem;font-size:.9rem;opacity:.75}.work-experience-detail-modal__description{margin:0 0 1rem;font-size:1rem;line-height:1.5;opacity:.95}.work-experience-detail-modal__highlights{margin:0;padding-left:1.25rem;line-height:1.6;opacity:.9}.work-experience-detail-modal__highlights li{margin-bottom:.35rem}.projects-section{position:relative;min-height:580px;width:100%}.projects-section__header{text-align:right}.projects-section__title{margin:0;font-size:2.25rem;font-weight:600;color:#fff}.projects-section__subtitle{margin:.25rem 0 0;font-size:.95rem;opacity:.9;color:#fff}.skills-section{position:relative;min-height:400px;width:100%}.skills-section__header{text-align:right}.skills-section__title{margin:0;font-size:2.25rem;font-weight:600;color:#fff}.skills-section__subtitle{margin:.25rem 0 0;font-size:.95rem;opacity:.9;color:#fff}.skills-section__network-wrap{position:relative;width:100%;min-height:70vh;margin-top:6rem;overflow:visible;border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;background:linear-gradient(145deg,#ffffff14,#ffffff08,#ffffff0f);backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #0000001a,0 20px 50px #00000040}.skills-section__canvas{display:block;width:100%;height:100%;cursor:grab}.skills-section__canvas:active{cursor:grabbing}@keyframes skills-float{0%,to{transform:translate(0)}25%{transform:translate(2px,-3px)}50%{transform:translate(-2px,2px)}75%{transform:translate(3px,1px)}}@keyframes skills-glow{0%,to{opacity:1;box-shadow:0 0 14px var(--group-color, #888)}50%{opacity:.9;box-shadow:0 0 20px var(--group-color, #888)}}.skills-section__groups{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto;gap:1.25rem;flex:1;min-height:0;width:100%}@media(min-width:900px){.skills-section__groups{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto}}.skills-section__group{padding:.75rem 0;contain:layout style;min-height:0;overflow:visible;display:flex;flex-direction:column}.skills-section__group .skills-section__chain{flex:1;align-content:center}.skills-section__group--full-width{grid-column:1 / -1}.skills-section__group-title{font-size:.85rem;font-weight:600;color:var(--group-color, #aaa);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.skills-section__chain{display:flex;flex-wrap:wrap;align-items:center;gap:0;list-style:none;margin:0;padding:0}.skills-section__chain-inner{display:inline-flex;align-items:center}.skills-section__connector{width:1.5rem;min-width:1.5rem;height:0;border-bottom:2px solid var(--line-color, rgba(255, 255, 255, .2));border-style:none none dashed none;margin:0 .25rem;flex-shrink:0;animation:skills-float 4s ease-in-out infinite}.skills-section__node{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;animation:skills-float 5s ease-in-out infinite}.skills-section__chain-inner:nth-child(2n) .skills-section__node{animation-delay:.5s}.skills-section__chain-inner:nth-child(3n) .skills-section__node{animation-delay:1s}.skills-section__chain-inner:nth-child(4n) .skills-section__node{animation-delay:1.5s}.skills-section__chain-inner:nth-child(5n) .skills-section__node{animation-delay:2s}.skills-section__chain-inner:nth-child(2n) .skills-section__connector{animation-delay:.4s}.skills-section__chain-inner:nth-child(3n) .skills-section__connector{animation-delay:.8s}.skills-section__node-circle{width:36px;height:36px;border-radius:50%;background:#0000008c;box-shadow:0 0 14px var(--group-color, #888);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:skills-glow 3s ease-in-out infinite}.skills-section__node-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.skills-section__node-label{font-size:.85rem;font-weight:500;color:#fffffff2;white-space:nowrap}.projects-section__carousel.carousel{position:relative;z-index:0;height:70vh;max-height:520px;width:100%;margin-top:6rem;overflow:visible;pointer-events:auto}.projects-section .carousel-item{--width: clamp(150px, 28vw, 280px);--height: clamp(200px, 38vw, 380px);--x: calc(var(--active) * 320%);--y: calc(var(--active) * -320%);--rot: calc(var(--active) * 120deg);--opacity: calc(var(--zIndex) / var(--items) * 3 - 2);--ratio-x: 0;--ratio-y: 0;--correction: 30%;--holo-c1: #ddb4eb;overflow:hidden;position:absolute;z-index:var(--zIndex);width:var(--width);height:var(--height);margin:calc(var(--height) * -.5) 0 0 calc(var(--width) * -.5);border-radius:16px;top:50%;left:50%;-webkit-user-select:none;user-select:none;transform-origin:0% 100%;box-shadow:0 10px 50px 10px #00000080;background:radial-gradient(ellipse 80% 80% at 50% 40%,#6450b480,#321e5a66 50%,#140f28e6);cursor:pointer;pointer-events:auto;transform:translate(var(--x),var(--y)) rotate(var(--rot));transition:transform .8s cubic-bezier(0,.02,0,1)}.projects-section .carousel-item.rotate{animation:holo-card-rotate 10s ease-in-out infinite;--correction: 30%}.projects-section .carousel-item.rotate .carousel-box__holo-bg{opacity:.75}.projects-section .carousel-item.rotate .carousel-box__holo-circles{opacity:.6}.projects-section .carousel-item .carousel-box{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;transition:opacity .8s cubic-bezier(0,.02,0,1),transform .2s linear;opacity:var(--opacity);transform-style:preserve-3d;transform:rotateY(calc(-10deg * var(--ratio-x))) rotateX(calc(10deg * var(--ratio-y)))}.projects-section .carousel-item .carousel-box:before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000059,#0000 35% 55%,#00000073);pointer-events:none}.projects-section .carousel-item .carousel-box__holo-bg{position:absolute;border-radius:inherit;inset:0;z-index:1;opacity:.55;background:radial-gradient(ellipse at calc(90% - var(--ratio-x) * 20%) calc(0% - var(--ratio-y) * 20%),rgba(255,255,255,.5),var(--holo-c1) 1%,rgba(255,66,236,.5) 20%,transparent),linear-gradient(110deg,#0093ff calc(10% - var(--ratio-x) * 20%),#51d6fd calc(20% - var(--ratio-x) * 20%),#0093ff calc(30% - var(--ratio-x) * 20%),rgba(255,66,236,.5) calc(60% - var(--ratio-x) * 20%),transparent calc(100% - var(--ratio-x) * 20%));transition:opacity .2s ease;mix-blend-mode:hard-light;pointer-events:none}.projects-section .carousel-item:hover .carousel-box__holo-bg{opacity:.85}.projects-section .carousel-item .carousel-box__holo-lines{position:absolute;border-radius:inherit;inset:0;z-index:1;pointer-events:none;background:linear-gradient(110deg,#0093ff calc(10% - var(--ratio-x) * 20% - var(--correction)),#51d6fd calc(20% - var(--ratio-x) * 20% - var(--correction)),#0093ff calc(30% - var(--ratio-x) * 20% - var(--correction)),hsla(192,83%,calc(77% - 20% * var(--ratio-x)),.9) calc(40% - var(--ratio-x) * 20% - var(--correction)),transparent calc(60% - var(--ratio-x) * 20% - var(--correction)),magenta calc(70% - var(--ratio-x) * 20% - var(--correction)),black calc(80% - var(--ratio-x) * 20% - var(--correction)));transition:background .2s linear}.projects-section .carousel-item .carousel-box__holo-circles{position:absolute;border-radius:inherit;inset:0;z-index:1;overflow:hidden;opacity:.35;transition:opacity .3s ease;pointer-events:none}.projects-section .carousel-item:hover .carousel-box__holo-circles{opacity:.65}.projects-section .carousel-item .carousel-box__holo-circles:before,.projects-section .carousel-item .carousel-box__holo-circles:after{content:"";position:absolute;aspect-ratio:1 / 1;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(78,212,253,.35) .25rem,transparent .25rem);background-size:1rem 1rem;background-position:left top}.projects-section .carousel-item .carousel-box__holo-circles:before{transform:translate(-50%,-50%) rotate(45deg)}.projects-section .carousel-item .carousel-box__holo-circles:after{transform:translate(50%,100%) rotate(45deg)}.projects-section .carousel-item__title{position:absolute;z-index:3;color:#fff;bottom:20px;left:20px;font-size:clamp(18px,2.5vw,28px);text-shadow:0 4px 4px rgba(0,0,0,.3)}.projects-section .carousel-item__num{position:absolute;z-index:3;color:#fff;top:10px;left:20px;font-size:clamp(20px,8vw,72px);opacity:.9}.projects-section .carousel-item img{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.projects-section .carousel-item__placeholder{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);pointer-events:none}.project-detail-page{position:fixed;inset:0;z-index:100;background:#0c0a1cfa;overflow-y:auto;color:#fff;text-align:left}.project-detail-page__inner{max-width:800px;margin:0 auto;padding:2rem 2.5rem 4rem;box-sizing:border-box;min-height:100%}.project-detail-page__close{display:inline-flex;align-items:center;margin-bottom:2rem;padding:.5rem 0;background:none;border:none;color:#ffffffd9;font-size:.95rem;font-family:inherit;cursor:pointer}.project-detail-page__close:hover{color:#fff;text-decoration:underline}.project-detail-modal{position:relative;max-width:720px;width:100%;max-height:88vh;overflow-y:auto;padding:2rem 2.5rem;border-radius:20px;cursor:default;background:#ffffff14;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.15);color:#fff;text-align:left;display:flex;flex-direction:column}.project-detail-modal__title{margin:0 0 .25rem;font-size:1.75rem;font-weight:600}.project-detail-modal__type{margin:0 0 .25rem;font-size:1rem;opacity:.9}.project-detail-modal__period{margin:0 0 1rem;font-size:.9rem;opacity:.75}.project-detail-modal__description{margin:0 0 1rem;font-size:1rem;line-height:1.5;opacity:.95}.project-detail-modal__tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.project-detail-modal__tech-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:.8rem;font-weight:500;color:#fffffff2}.project-detail-modal__tech-badge-icon{width:1.15rem;height:1.15rem;flex-shrink:0;object-fit:contain;vertical-align:middle}.project-detail-modal__tech-badge-text{white-space:nowrap}.project-detail-modal__top-description{margin:0 0 1rem;font-size:1rem;line-height:1.6;opacity:.95}.project-detail-modal__top-description p{margin:0 0 .75rem}.project-detail-modal__top-description p:last-child{margin-bottom:0}.project-detail-modal__top-description strong{font-weight:600}.project-detail-modal__github-link{display:inline-block;margin-bottom:1.25rem;color:#58a6ff;font-size:.95rem;text-decoration:none;font-weight:500}.project-detail-modal__github-link:hover{text-decoration:underline}.project-detail-modal__contributor-note{margin:0 0 .75rem;font-size:.9rem;color:#ffffffbf;font-style:italic}.project-detail-modal__news-link{display:inline-block;margin-left:1rem;margin-bottom:1.25rem;color:#0a66c2;font-size:.95rem;text-decoration:none;font-weight:500}.project-detail-modal__news-link:hover{text-decoration:underline}.project-detail-modal__website-link{display:inline-block;margin-left:1rem;margin-bottom:1.25rem;color:#58a6ff;font-size:.95rem;text-decoration:none;font-weight:500}.project-detail-modal__website-link:hover{text-decoration:underline}.project-detail-modal__readme-body{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.15);font-size:.9rem;line-height:1.6;opacity:.95}.project-detail-modal__readme-body h1,.project-detail-modal__readme-body h2,.project-detail-modal__readme-body h3{margin:1.25rem 0 .5rem;font-size:1.1rem;font-weight:600}.project-detail-modal__readme-body h1:first-child,.project-detail-modal__readme-body h2:first-child,.project-detail-modal__readme-body h3:first-child{margin-top:0}.project-detail-modal__readme-body p{margin:0 0 .75rem}.project-detail-modal__readme-body ul,.project-detail-modal__readme-body ol{margin:0 0 .75rem;padding-left:1.5rem}.project-detail-modal__readme-body li{margin-bottom:.25rem}.project-detail-modal__readme-body code{background:#ffffff1f;padding:.15em .4em;border-radius:4px;font-size:.85em}.project-detail-modal__readme-body pre{background:#0000004d;padding:1rem;border-radius:8px;overflow-x:auto;margin:.75rem 0}.project-detail-modal__readme-body pre code{background:none;padding:0}.project-detail-modal__readme-body a{color:#58a6ff;text-decoration:none}.project-detail-modal__readme-body a:hover{text-decoration:underline}.project-detail-modal__highlights{margin:0;padding-left:1.25rem;line-height:1.6;opacity:.9}.project-detail-modal__highlights li{margin-bottom:.35rem}.education-section{position:relative;min-height:580px;width:100%;display:flex;flex-direction:column;align-items:center}.education-section__header{text-align:right}.education-section__title{margin:0;font-size:2.25rem;font-weight:600}.education-section__subtitle{margin:.25rem 0 0;font-size:.95rem;opacity:.9}.education-section__cards{perspective:30rem;display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;gap:2.5rem;margin-top:6rem;width:100%;flex-wrap:wrap}.education-section .card{container-type:inline-size;overflow:hidden;width:50vmin;max-width:300px;aspect-ratio:3.126 / 4;color:var(--labs-sys-color-on-surface, #000);border-radius:4cqw;position:relative;--ratio-x: 1;--ratio-y: 1;--c1: #ddb4eb;transform-style:preserve-3d;perspective:800px;transition:transform .2s linear;transform:rotateY(calc(-20deg * var(--ratio-x))) rotateX(calc(20deg * var(--ratio-y)));--correction: 100%;flex-shrink:0;cursor:pointer;background:#140f28f2}.education-section .card .card-inner{position:absolute;inset:0;width:100%;height:100%;transform-style:preserve-3d;border-radius:inherit;transition:transform .38s ease-in-out;background:radial-gradient(ellipse 80% 80% at 50% 40%,#6450b480,#321e5a66 50%,#140f28e6)}.education-section .card .card-face{position:absolute;inset:0;backface-visibility:hidden;border-radius:inherit;overflow:hidden}.education-section .card .card-face--back{transform:rotateY(180deg);background:linear-gradient(165deg,#1e1932fa,#141223fc,#0f0c1c);display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.education-section .card .card-back{width:100%;max-height:100%;overflow:auto}.education-section .card .card-back__text{margin:0;font-size:clamp(.75rem,2.2cqw,.95rem);line-height:1.5;color:#ffffffeb;text-shadow:0 1px 2px rgba(0,0,0,.5);font-style:italic}.education-section .card .card-back__line--main{display:block;text-align:center;margin-bottom:2em}.education-section .card .card-back__line--school{display:block;text-align:center;color:#6ee7b7;margin-top:1.25em;margin-bottom:1em}.education-section .card .card-back__line--year{display:block;text-align:center;margin-top:1.25em}@keyframes education-spin-to-back{0%{transform:rotateY(0)}to{transform:rotateY(1980deg)}}@keyframes education-spin-to-front{0%{transform:rotateY(180deg)}to{transform:rotateY(1800deg)}}.education-section .card.card--spin-to-back .card-inner{animation:education-spin-to-back 2s ease-in-out forwards}.education-section .card.card--spin-to-front .card-inner{animation:education-spin-to-front 1.2s linear forwards}.education-section .card:hover{transform:rotateY(calc(-20deg * var(--ratio-x))) rotateX(calc(20deg * var(--ratio-y)));--correction: 0%}.education-section .card:hover .holo-bg{opacity:.8}.education-section .card:hover .circles{opacity:1}.education-section .card.rotate{animation:holo-card-rotate 10s ease-in-out infinite;--correction: 30%}.education-section .card.rotate .holo-bg{opacity:.75}.education-section .card.rotate .circles{opacity:.6}.education-section .card .card-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box;z-index:3}.education-section .card .card-logo{display:grid;place-items:center;transform-style:preserve-3d;transition:all .2s linear;transform:perspective(100px) translateZ(calc(.01rem + .5rem * var(--ratio-x))) translate(calc(0rem + var(--ratio-x) * -1rem),calc(0rem + var(--ratio-y) * -1rem)) rotateY(calc(-10deg * var(--ratio-x))) rotateX(calc(10deg * var(--ratio-y)));flex-shrink:0;padding:.5rem;border-radius:8px;background:#00000040}.education-section .card .card-logo img{max-width:100%;max-height:80%;width:auto;height:auto;object-fit:contain;pointer-events:none;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5)) brightness(1.08)}.education-section .card[data-education-id=siem] .card-logo{max-width:65%;max-height:50%;padding:.4rem}.education-section .card[data-education-id=siem] .card-logo img{max-width:100%;max-height:85%}.education-section .card .card-caption{margin-top:.85rem;text-align:center;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.8),0 0 12px rgba(0,0,0,.4)}.education-section .card .card-caption__name{font-size:clamp(1rem,3.5cqw,1.35rem);font-weight:700;line-height:1.25;margin-bottom:.35rem;letter-spacing:.02em}.education-section .card .card-caption__subtitle{font-size:clamp(.8rem,2.5cqw,.95rem);opacity:.98;line-height:1.35;margin-bottom:.25rem;font-weight:500}.education-section .card .card-caption__date{font-size:clamp(.65rem,2cqw,.8rem);opacity:.9;letter-spacing:.03em}.education-section .card .holo-bg{position:absolute;border-radius:inherit;--size: 0;top:var(--size);right:var(--size);bottom:var(--size);left:var(--size);background:radial-gradient(ellipse at calc(90% - var(--ratio-x) * 20%) calc(0% - var(--ratio-y) * 20%),rgba(255,255,255,.7),var(--c1) 1%,hsl(306deg 100% 63% / 76%) 20%,transparent),linear-gradient(110deg,#0093ff calc(10% - var(--ratio-x) * 20%),#51d6fd calc(20% - var(--ratio-x) * 20%),#0093ff calc(30% - var(--ratio-x) * 20%),hsl(306deg 100% 63% / 76%) calc(60% - var(--ratio-x) * 20%),transparent calc(100% - var(--ratio-x) * 20%),transparent);transition:all .2s linear,opacity .8s ease;mix-blend-mode:hard-light;opacity:.55}.education-section .card .holo-lines{content:"";position:absolute;border-radius:inherit;--size: .001rem;top:var(--size);right:var(--size);bottom:var(--size);left:var(--size);pointer-events:none;background:linear-gradient(110deg,#0093ff calc(10% - var(--ratio-x) * 20% - var(--correction)),#51d6fd calc(20% - var(--ratio-x) * 20% - var(--correction)),#0093ff calc(30% - var(--ratio-x) * 20% - var(--correction)),hsla(192,83%,calc(77% - 20% * var(--ratio-x)),1) calc(40% - var(--ratio-x) * 20% - var(--correction)),transparent calc(60% - var(--ratio-x) * 20% - var(--correction)),magenta calc(70% - var(--ratio-x) * 20% - var(--correction)),black calc(80% - var(--ratio-x) * 20% - var(--correction)));transition:all .2s linear}.education-section .card .circles{position:absolute;border-radius:inherit;--size: 0;overflow:hidden;top:var(--size);left:var(--size);right:var(--size);bottom:var(--size);opacity:.35;transition:all .8s ease}.education-section .card .circles:before{content:"";position:absolute;aspect-ratio:1 / 1;inset:0;background:radial-gradient(ellipse at 50% 50%,hsl(194deg 98% 65% / 41%) .25rem,transparent .25rem,transparent) repeat;background-size:1rem 1rem;background-position:left top;transform:translate(-50%,-50%) rotate(45deg)}.education-section .card .circles:after{content:"";position:absolute;aspect-ratio:1 / 1;inset:0;background:radial-gradient(ellipse at 50% 50%,hsl(194deg 98% 65% / 41%) .25rem,transparent .25rem,transparent) repeat;background-size:1rem 1rem;background-position:left top;transform:translate(50%,100%) rotate(45deg)}.awards-section{position:relative;min-height:580px;width:100%;display:flex;flex-direction:column;align-items:center}.awards-section__header{text-align:right}.awards-section__title{margin:0;font-size:2.25rem;font-weight:600}.awards-section__subtitle{margin:.25rem 0 0;font-size:.95rem;opacity:.9}.awards-section__holo-wrap{perspective:30rem;display:flex;align-items:center;justify-content:center;flex:1;min-height:50vh;margin-top:6rem}.awards-section .card{container-type:inline-size;overflow:hidden;width:50vmin;aspect-ratio:3.126 / 4;color:var(--labs-sys-color-on-surface, #000);border-radius:4cqw;position:relative;--ratio-x: 1;--ratio-y: 1;--c1: #ddb4eb;transform-style:preserve-3d;transition:transform .2s linear;transform:rotateY(calc(-20deg * var(--ratio-x))) rotateX(calc(20deg * var(--ratio-y)));--correction: 100%;background:radial-gradient(ellipse 80% 80% at 50% 40%,#6450b480,#321e5a66 50%,#140f28e6)}.awards-section .card:hover{transform:rotateY(calc(-20deg * var(--ratio-x))) rotateX(calc(20deg * var(--ratio-y)));--correction: 0%}.awards-section .card:hover .holo-bg{opacity:.8}.awards-section .card:hover .circles{opacity:1}.awards-section .card.rotate{animation:holo-card-rotate 10s ease-in-out infinite;--correction: 30%}.awards-section .card.rotate .holo-bg{opacity:.75}.awards-section .card.rotate .circles{opacity:.6}.awards-section .card .logo{color:#fff;font-weight:700;font-size:7cqw;position:absolute;inset:0}.awards-section .card .logo:before{position:absolute;content:"CSS";inset:0;display:grid;place-items:center;color:#0006;z-index:-1}.awards-section .card .logo:after{position:absolute;content:"CSS";inset:0;display:grid;place-items:center;color:#fff;transform-style:preserve-3d;transition:all .2s linear;transform:perspective(100px) translateZ(calc(.01rem + .5rem * var(--ratio-x))) translate(calc(0rem + var(--ratio-x) * -1rem),calc(0rem + var(--ratio-y) * -1rem)) rotateY(calc(-10deg * var(--ratio-x))) rotateX(calc(10deg * var(--ratio-y)))}.awards-section .card .holo-bg{position:absolute;border-radius:inherit;--size: 0;top:var(--size);right:var(--size);bottom:var(--size);left:var(--size);background:radial-gradient(ellipse at calc(90% - var(--ratio-x) * 20%) calc(0% - var(--ratio-y) * 20%),rgba(255,255,255,.7),var(--c1) 1%,hsl(306deg 100% 63% / 76%) 20%,transparent),linear-gradient(110deg,#0093ff calc(10% - var(--ratio-x) * 20%),#51d6fd calc(20% - var(--ratio-x) * 20%),#0093ff calc(30% - var(--ratio-x) * 20%),hsl(306deg 100% 63% / 76%) calc(60% - var(--ratio-x) * 20%),transparent calc(100% - var(--ratio-x) * 20%),transparent);transition:all .2s linear,opacity .8s ease;mix-blend-mode:hard-light;opacity:.55}.awards-section .card .holo-lines{content:"";position:absolute;border-radius:inherit;--size: .001rem;top:var(--size);right:var(--size);bottom:var(--size);left:var(--size);pointer-events:none;background:linear-gradient(110deg,#0093ff calc(10% - var(--ratio-x) * 20% - var(--correction)),#51d6fd calc(20% - var(--ratio-x) * 20% - var(--correction)),#0093ff calc(30% - var(--ratio-x) * 20% - var(--correction)),hsla(192,83%,calc(77% - 20% * var(--ratio-x)),1) calc(40% - var(--ratio-x) * 20% - var(--correction)),transparent calc(60% - var(--ratio-x) * 20% - var(--correction)),magenta calc(70% - var(--ratio-x) * 20% - var(--correction)),black calc(80% - var(--ratio-x) * 20% - var(--correction)));transition:all .2s linear}.awards-section .card .circles{position:absolute;border-radius:inherit;--size: 0;overflow:hidden;top:var(--size);left:var(--size);right:var(--size);bottom:var(--size);opacity:.35;transition:all .8s ease}.awards-section .card .circles:before{content:"";position:absolute;aspect-ratio:1 / 1;inset:0;background:radial-gradient(ellipse at 50% 50%,hsl(194deg 98% 65% / 41%) .25rem,transparent .25rem,transparent) repeat;background-size:1rem 1rem;background-position:left top;transform:translate(-50%,-50%) rotate(45deg)}.awards-section .card .circles:after{content:"";position:absolute;aspect-ratio:1 / 1;inset:0;background:radial-gradient(ellipse at 50% 50%,hsl(194deg 98% 65% / 41%) .25rem,transparent .25rem,transparent) repeat;background-size:1rem 1rem;background-position:left top;transform:translate(50%,100%) rotate(45deg)}@keyframes holo-card-rotate{0%{--ratio-x: 1.2;--ratio-y: 1.2}30%{--ratio-x: -1.5;--ratio-y: .2}50%{--ratio-x: .5;--ratio-y: .2}70%{--ratio-x: -1.5;--ratio-y: -1.2}to{--ratio-x: 1.2;--ratio-y: 1.2}}.generate-button{--generate-button-star-1-opacity: .25;--generate-button-star-1-scale: 1;--generate-button-star-2-opacity: 1;--generate-button-star-2-scale: 1;--generate-button-star-3-opacity: .5;--generate-button-star-3-scale: 1;--generate-button-dots-opacity: 0;appearance:none;outline:none;border:none;padding:16px 24px 16px 20px;border-radius:29px;margin:0;background-color:#1d1d1d;color:#616161;min-width:192px;display:inline-flex;align-items:center;position:relative;cursor:pointer;-webkit-tap-highlight-color:transparent;z-index:1;transform:scale(var(--generate-button-scale, 1)) translateZ(0);box-shadow:0 0 120px var(--generate-button-shadow-wide, transparent),0 4px 12px #0000000d,0 1px 2px #0000001a,inset 0 1px 1px var(--generate-button-shadow-inset, rgba(255, 255, 255, .04)),0 0 0 var(--generate-button-shadow-outline, 0) #6d44f466;transition:transform .3s,background-color .3s,box-shadow .3s,color .3s;text-decoration:none;font:inherit}.generate-button:before{content:"";display:block;position:absolute;right:20%;height:20px;left:20%;bottom:-10px;background:#d3b3ff;filter:blur(12.5px);z-index:2;clip-path:inset(-200% -30% 10px -30% round 29px);opacity:0;transition:opacity .4s;transform:translateZ(0)}.generate-button span{position:relative;z-index:1;font-family:Poppins,Golos Text,Arial,sans-serif;font-weight:600;font-size:16px;line-height:26px;letter-spacing:.005em;display:block}.generate-button span:before{content:"";background-image:linear-gradient(to right,transparent,#1d1d1d);position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.4;transition:opacity .4s}.generate-button .stroke{mix-blend-mode:hard-light}.generate-button .stroke svg{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke-width:.75px;stroke:#e2d9ff;stroke-dasharray:1.5 14;stroke-dashoffset:22;opacity:0}.generate-button .stroke svg:nth-child(2){stroke-width:1px;stroke-opacity:.5;filter:blur(3px)}.generate-button svg{display:block;overflow:visible;pointer-events:none}.generate-button svg.icon{width:24px;height:26px;margin-right:12px;fill:currentColor}.generate-button svg.icon path:nth-child(1){opacity:var(--generate-button-star-1-opacity);transform:scale(var(--generate-button-star-1-scale)) translateZ(0);transform-origin:25% 14.58%}.generate-button svg.icon path:nth-child(2){opacity:var(--generate-button-star-2-opacity);transform:scale(var(--generate-button-star-2-scale)) translateZ(0);transform-origin:60.42% 50%}.generate-button svg.icon path:nth-child(3){opacity:var(--generate-button-star-3-opacity);transform:scale(var(--generate-button-star-3-scale)) translateZ(0);transform-origin:25% 85.42%}.generate-button:hover{--generate-button-scale: 1.1;--generate-button-shadow-wide: rgba(208, 173, 255, .4);--generate-button-shadow-inset: rgba(255, 255, 255, .35);--generate-button-shadow-outline: 3px;color:#fff;background-color:#6d44f4}.generate-button:hover .stroke svg{animation:generate-button-stroke 2s linear infinite}.generate-button:hover:before{opacity:1}.generate-button:hover span:before{opacity:0}.generate-button:hover:active{--generate-button-scale: 1.05}.generate-button--small{padding:10px 18px 10px 14px;min-width:120px;border-radius:22px}.generate-button--small span{font-size:13px;line-height:1.3}.generate-button--small svg.icon{width:18px;height:20px;margin-right:8px}.generate-button--small:before{clip-path:inset(-200% -30% 10px -30% round 22px)}@keyframes generate-button-stroke{0%{opacity:0}25%,75%{opacity:1}95%,to{stroke-dashoffset:6;opacity:0}}@media(max-width:767px){html,body,.app-layout{overflow-x:hidden}.main-scroll{overflow-x:hidden;max-width:100vw}.scroll-section{padding:1rem 1rem 2rem;align-items:flex-start;justify-content:flex-start;overflow-x:hidden;max-width:100%}#work-experience.scroll-section{overflow-x:hidden}.scroll-section>section>p{margin-top:4rem}.scroll-section>section>h1:first-child,.scroll-section .education-section__header,.scroll-section .awards-section__header,.scroll-section .work-experience-section__header,.scroll-section .projects-section__header,.scroll-section .skills-section__header,.scroll-section .contact-section__header{display:none}.mobile-section-title{display:flex;align-items:center;position:fixed;top:1rem;left:1rem;height:48px;z-index:9;color:#fff;font-size:1.35rem;font-weight:600;margin:0;padding:0;background:none;pointer-events:none}.home-hero .glass-card h1{display:none}.home-hero{justify-content:center;align-items:center;padding-top:2rem;padding-right:0;padding-left:0}.home-hero .glass-card{flex-direction:column;width:95%;max-width:320px;height:65vh;min-height:380px;max-height:560px;padding:1rem;gap:.6rem;justify-content:flex-start;align-items:center}.home-hero .glass-card__text{display:contents}.home-hero .glass-card h2{order:1;font-size:1.1rem;margin:0 0 .75rem;line-height:1.25;text-align:center}.home-hero .glass-card__image{order:2;width:120px;max-width:120px;height:auto;flex-shrink:0;margin:0 auto}.home-hero .glass-card p{order:3;font-size:.8rem;line-height:1.4;margin:.5rem 0 0;text-align:center}.home-hero .glass-card p:last-of-type{margin-bottom:0}.home-hero__buttons{order:4;margin-top:.75rem;gap:.4rem .5rem;flex-wrap:wrap;justify-content:center}.hero-btn__inner{padding:.4rem 1rem;font-size:.85rem}.hero-btn__icon{width:1.1rem;height:1.1rem}.contact-section__content{width:100%;max-width:100%}.contact-section__card{max-width:100%;padding:1.5rem 1.25rem}.contact-section__heading{font-size:1.25rem}.contact-section__blurb{font-size:.95rem}.contact-section__links{flex-wrap:wrap;gap:.5rem}#education.scroll-section{overflow:visible;align-items:center;justify-content:center}.education-section{min-height:auto;width:100%;overflow:visible;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.education-section__cards{position:relative;width:100%;height:68vh;min-height:320px;margin-top:2rem;overflow:visible;padding-bottom:2rem;touch-action:pan-y}.education-section .card{--width: clamp(200px, 62vmin, 320px);--height: calc(var(--width) * (4 / 3.126));--x: calc(var(--active) * 185%);--y: calc(var(--active) * 95%);--rot: calc(var(--active) * 48deg);position:absolute;left:50%;top:50%;width:var(--width);height:var(--height);margin:calc(var(--height) * -.5) 0 0 calc(var(--width) * -.5);z-index:var(--zIndex);transform:translate(var(--x),var(--y)) rotate(var(--rot));transition:transform .45s cubic-bezier(.22,1,.36,1);will-change:transform;flex-shrink:0;transform-origin:center center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.education-section__cards.education-section__cards--dragging .card{transition:none}.education-section .card:hover{transform:translate(var(--x),var(--y)) rotate(var(--rot))}.education-section .card.rotate{animation:none}.education-section .card .card-logo{transform:none}.work-experience-section{padding-left:0;min-height:auto;overflow-x:hidden;width:100%}.work-experience-section__carousel.carousel{height:55vh;max-height:380px;margin-top:2rem;overflow-x:hidden}.work-experience-section .carousel-item{--width: clamp(120px, 42vw, 200px);--height: clamp(160px, 52vw, 260px)}.work-experience-detail-overlay{padding:1rem;align-items:flex-end}.work-experience-detail-modal{max-width:100%;width:100%;max-height:90vh;padding:1.25rem;border-radius:16px 16px 0 0}.work-experience-detail-modal__title{font-size:1.35rem}.work-experience-detail-modal__highlights{padding-left:1rem}.projects-section{min-height:auto;overflow-x:hidden;width:100%}.projects-section__carousel.carousel{height:55vh;max-height:380px;margin-top:2rem;overflow-x:hidden}.projects-section .carousel-item{--width: clamp(120px, 42vw, 200px);--height: clamp(160px, 52vw, 260px)}.project-detail-page{padding:1rem}.project-detail-page__inner{max-width:100%}.project-detail-modal{max-width:100%;width:100%;max-height:90vh;padding:1.25rem;border-radius:16px}.project-detail-modal__title{font-size:1.35rem}.project-detail-modal__tech-stack{flex-wrap:wrap;gap:.4rem}.project-detail-modal__tech-badge{font-size:.75rem;padding:.35rem .6rem}.project-detail-modal__readme-body{font-size:.9rem}.project-detail-modal__readme-body pre{overflow-x:auto;padding:.75rem}.skills-section{min-height:auto}.skills-section__network-wrap{min-height:50vh;margin-top:2rem;padding:1rem}.skills-section__groups{grid-template-columns:1fr;grid-template-rows:none;gap:1rem}.skills-section__group--full-width{grid-column:1}.skills-section__node-circle{width:32px;height:32px}.skills-section__node-icon{width:18px;height:18px}.skills-section__node-label{font-size:.8rem}.awards-section{min-height:auto}.awards-section__holo-wrap{margin-top:2rem;min-height:40vh}.awards-section .card{width:75vmin;max-width:260px;transform:none}.education-section .card:hover .holo-bg{opacity:.55}.education-section .card:hover .circles{opacity:.35}.work-experience-section .carousel-item .carousel-box{transform:none}.work-experience-section .carousel-item:hover .carousel-box__holo-bg{opacity:calc(.55 * var(--opacity))}.work-experience-section .carousel-item:hover .carousel-box__holo-circles{opacity:calc(.35 * var(--opacity))}.projects-section .carousel-item .carousel-box{transform:none}.projects-section .carousel-item:hover .carousel-box__holo-bg{opacity:.55}.projects-section .carousel-item:hover .carousel-box__holo-circles{opacity:.35}.awards-section .card:hover{transform:none}.awards-section .card:hover .holo-bg{opacity:.55}.awards-section .card:hover .circles{opacity:.35}}
