@import "https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";.logo-container{z-index:10;justify-content:center;align-items:center;display:flex;position:relative}.logo-text{color:#0000;letter-spacing:1px;text-shadow:0 0 10px #a044ff80;background:linear-gradient(90deg,#b10b8d,#a044ff);-webkit-background-clip:text;background-clip:text;padding:.5rem 1rem;font-size:1.5rem;font-weight:700;position:relative}.logo-text:before{content:"";filter:blur(8px);z-index:-1;opacity:0;background:#6a309333;border-radius:4px;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.logo-container:hover .logo-text:before{opacity:1}.logo-text:after{content:"";background:linear-gradient(90deg,#6a3093,#a044ff);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.logo-container:hover .logo-text:after{width:100%}.logo-container:before,.logo-container:after{content:"";opacity:0;filter:blur(1px);pointer-events:none;background:#b10715;border-radius:50%;width:4px;height:4px;animation:3s infinite alternate float;position:absolute}.logo-container:before{animation-delay:.5s;top:0;left:0}.logo-container:after{animation-delay:1s;bottom:0;right:0}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}@media (width<=768px){.logo-text{font-size:1.3rem}}@media (width<=480px){.logo-text{padding:.4rem .8rem;font-size:1.1rem}}.navbar{-webkit-backdrop-filter:blur(10px);z-index:1000;background:#0a0a28e6;justify-content:space-between;align-items:center;height:70px;padding:.5rem 2rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 30px #0000001a}.navbar-content{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar-logo{z-index:1001;align-items:center;display:flex}.navbar-left,.navbar-right{align-items:center;display:flex}.navbar-left ul,.navbar-right ul{margin:0;padding:0;list-style:none;display:flex}.navbar-left li,.navbar-right li{margin:0 .5rem;position:relative}.nav-link{color:#fff;border-radius:4px;align-items:center;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.nav-link:hover{background:#ffffff1a}Add a specific style for the Resume link if needed option .resume-link{background:#6a309333;font-weight:600}.dropdown-button{cursor:pointer;color:#fff;border-radius:4px;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .3s;display:flex}.dropdown-button:hover{background:#ffffff1a}.dropdown-icon{margin-left:.5rem;transition:transform .3s}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{-webkit-backdrop-filter:blur(10px);z-index:100;background:#141432f2;border-radius:8px;min-width:200px;margin:.5rem 0 0;padding:.5rem 0;list-style:none;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 25px #0003}.navbar-right .dropdown-menu{left:auto;right:0}.dropdown-menu li{margin:0}.dropdown-menu a{color:#fff;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s;display:block}.dropdown-menu a:hover{background:#ffffff1a}.navbar-center{z-index:1002;position:absolute;left:50%;transform:translate(-50%)}.toggle-buttons-container{background:#1e1e3cf2;border:1px solid #ffffff1a;border-radius:30px;flex-direction:column;align-items:center;padding:.5rem;display:flex;box-shadow:0 4px 20px #0000004d}.toggle-all-button{cursor:pointer;color:#fff;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:.5rem;transition:all .3s;display:flex}.toggle-all-button:hover{background:#fff3}.toggle-icon{transition:transform .3s}.toggle-icon.open{transform:rotate(180deg)}.section-toggles{gap:.5rem;display:flex}.section-toggle-button{cursor:pointer;color:#fff;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:relative}.section-toggle-button:hover{background:#ffffff26;transform:translateY(-2px)}.section-toggle-button.active{background:#a445ed99;box-shadow:0 0 10px #a445ed66}.section-toggle-button:after{content:"";background:#a445edcc;border-radius:3px;width:20px;height:3px;transition:transform .3s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)scaleX(0)}.section-toggle-button.active:after{transform:translate(-50%)scaleX(1)}.mobile-menu-toggle{display:none}.mobile-menu-toggle button{color:#fff;cursor:pointer;background:0 0;border:none}@media (width<=1024px){.navbar{padding:.5rem 1rem}.nav-link,.dropdown-button{padding:.5rem .75rem}}@media (width<=768px){.navbar{height:auto;min-height:70px}.mobile-menu-toggle{z-index:1001;display:block;position:absolute;top:1.25rem;right:1rem}.navbar-content{opacity:0;visibility:hidden;background:#0a0a28f2;flex-direction:column;max-height:0;padding:1rem 0;transition:max-height .5s;position:absolute;top:70px;left:0;right:0;overflow:hidden}.navbar-content.mobile-open{opacity:1;visibility:visible;max-height:100vh;box-shadow:0 10px 30px #0000004d}.navbar-left,.navbar-right{width:100%}.navbar-left ul,.navbar-right ul{flex-direction:column;width:100%}.navbar-left li,.navbar-right li{width:calc(100% - 2rem);margin:.25rem 1rem}.dropdown-menu{width:100%;box-shadow:none;background:#1e1e3c80;margin:0;position:static}.navbar-center{position:fixed;top:auto;bottom:1.5rem;left:50%;transform:translate(-50%)}.toggle-buttons-container{border-radius:50px;flex-direction:row;padding:.5rem 1rem}.toggle-all-button{margin-bottom:0;margin-right:.5rem}.section-toggles{flex-wrap:wrap;justify-content:center;display:flex}}@media (width<=480px){.section-toggle-button,.toggle-all-button{width:32px;height:32px}.section-toggles{gap:.3rem}}.language-switcher{z-index:1000;position:-webkit-sticky;top:20px;right:20px}.language-switcher-container{background-color:#ffffffe6;border-radius:30px;padding:5px;display:flex;box-shadow:0 2px 10px #0000001a}.language-button{cursor:pointer;color:#333;background:0 0;border:none;border-radius:20px;align-items:center;padding:8px 12px;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.language-button:hover{background-color:#1e90ff1a}.language-button.active{color:#fff;background-color:#1e90ff}.language-icon{margin-right:6px;font-size:1.2rem}@media (width<=768px){.language-name{display:none}.language-button{padding:8px}.language-icon{margin-right:0}}:root{--primary-color:black;--primary-dark:#130a92;--primary-light:#5d9ee2;--secondary-color:#d8ea1a;--secondary-dark:#838493;--text-color:#baf018;--text-light:black;--background-color:#0e929e;--accent-color:#56adc8;--transition-speed:.3s}.hero-section{background:linear-gradient(135deg, var(--text-light) 0%, #e4e8f0 100%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-shapes{width:100%;height:100%;position:absolute}.shape{filter:blur(20px);border-radius:50%;position:absolute}.shape:first-child{background:linear-gradient(135deg, var(--primary-light), var(--primary-color));opacity:.2;width:300px;height:300px;top:10%;left:10%}.shape:nth-child(2){background:linear-gradient(135deg, var(--secondary-color), var(--secondary-dark));opacity:.15;width:200px;height:200px;top:60%;left:15%}.shape:nth-child(3){background:linear-gradient(135deg, var(--primary-light), var(--primary-dark));opacity:.2;width:350px;height:350px;top:20%;right:15%}.shape:nth-child(4){background:linear-gradient(135deg, var(--secondary-color), var(--secondary-dark));opacity:.15;width:250px;height:250px;bottom:15%;right:20%}.shape:nth-child(5){background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));opacity:.2;width:180px;height:180px;bottom:30%;left:40%}.hero-content{z-index:2;text-align:center;max-width:900px;padding:0 20px;position:relative}.hero-text-container{flex-direction:column;justify-content:center;align-items:center;margin-bottom:60px;display:flex}.typing-container{justify-content:center;align-items:center;height:80px;margin-bottom:30px;display:flex}.hero-title{color:var(--primary-color);white-space:nowrap;letter-spacing:1px;margin:0;font-size:3.5rem;font-weight:700}.cursor{background-color:var(--secondary-color);vertical-align:middle;width:3px;height:50px;margin-left:5px;animation:1s infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-subtitle{color:var(--text-color);letter-spacing:.5px;margin:0 0 40px;font-size:2.5rem;font-weight:600}.hero-description{color:var(--text-color);opacity:.8;letter-spacing:.3px;max-width:600px;margin:0 auto 60px;font-size:1.2rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:20px;display:flex}.primary-button,.secondary-button{cursor:pointer;transition:all var(--transition-speed) ease;letter-spacing:.5px;border-radius:30px;padding:14px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block}.primary-button{background-color:var(--secondary-color);color:var(--text-light);border:2px solid var(--secondary-color);box-shadow:0 4px 15px #228b224d}.primary-button:hover{background-color:var(--secondary-dark);border-color:var(--secondary-dark);transform:translateY(-5px)scale(1.03);box-shadow:0 8px 25px #228b2266}.secondary-button{color:var(--primary-color);border:2px solid var(--primary-color);background-color:#0000}.secondary-button:hover{background-color:#4682b41a;transform:translateY(-5px)scale(1.03);box-shadow:0 8px 25px #4682b433}.scroll-indicator{cursor:pointer;z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.mouse{border:2px solid var(--primary-color);border-radius:20px;width:30px;height:50px;position:relative}.wheel{background-color:var(--secondary-color);border-radius:50%;width:6px;height:6px;animation:1.5s infinite scroll;position:absolute;top:10px;left:50%;transform:translate(-50%)}@keyframes scroll{0%{opacity:1;top:10px}to{opacity:0;top:30px}}.scroll-text{color:var(--primary-color);margin-top:10px;font-size:.9rem;font-weight:500}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.8rem}.hero-description{margin-bottom:40px;padding:0 20px;font-size:1rem}.typing-container{height:60px;margin-bottom:20px}.cursor{height:35px}.hero-buttons{flex-direction:column;align-items:center;gap:20px}.primary-button,.secondary-button{text-align:center;width:220px}.shape{opacity:.15}}@media (width<=480px){.hero-title{font-size:2rem}.hero-subtitle{margin-bottom:30px;font-size:1.5rem}.hero-description{margin-bottom:40px}.typing-container{height:50px}.cursor{height:30px}}.about{text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#0a0f1e 0%,#0d2137 30%,#0a2e2e 60%,#1a0a2e 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.about-background{z-index:0;position:absolute;inset:0;overflow:hidden}.about-blur-circle{filter:blur(80px);opacity:.6;border-radius:50%;position:absolute}.circle-1{background:radial-gradient(circle,#00ffdc73,#0000 70%);width:400px;height:400px;top:-120px;left:-120px}.circle-2{background:radial-gradient(circle,#7800ff59,#0000 70%);width:500px;height:500px;bottom:-180px;right:-150px}.circle-3{background:radial-gradient(circle,#00b4ff4d,#0000 70%);width:350px;height:350px;top:35%;left:55%}.circle-4{background:radial-gradient(circle,#ff3cb440,#0000 70%);width:200px;height:200px;top:20%;left:20%}.about-title{background:linear-gradient(90deg,#00ffe0,#00b8ff,#a855f7);-webkit-text-fill-color:transparent;z-index:2;letter-spacing:2px;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;margin-bottom:.4rem;font-size:2.6rem;font-weight:800;position:relative}.about-title:after{content:"";background:linear-gradient(90deg,#00ffe0,#a855f7);border-radius:2px;width:80px;height:3px;margin:.5rem auto 1.6rem;display:block}.about-content{z-index:2;justify-content:center;align-items:flex-start;gap:3rem;width:100%;max-width:1300px;display:flex;position:relative}.profile-photo-container{z-index:3;border-radius:50%;flex-shrink:0;width:220px;height:220px;position:relative;overflow:hidden}.neomorphic-photo{background:linear-gradient(145deg,#00ffe0,#007cf0,#a855f7);padding:5px;box-shadow:0 0 0 3px #00ffdc66,0 0 30px #00c8ff4d,0 0 60px #a855f733,16px 16px 40px #00000080}.photo-inner-shadow{border-radius:50%;width:100%;height:100%;overflow:hidden;box-shadow:inset 0 0 12px #0000004d}.profile-photo-container img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.profile-photo-container:hover img{transform:scale(1.08)}.about-cards-container{grid-template-columns:repeat(2,minmax(300px,1fr));gap:1.4rem;width:100%;display:grid}.glass-card{-webkit-backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000059,inset 0 1px #ffffff1a}.glass-card:before{content:"";background:linear-gradient(90deg,#0000,#00ffdc80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.about-card{text-align:left;min-height:280px;padding:1.8rem}.about-card:hover{border-color:#00ffdc40;transform:translateY(-8px);box-shadow:0 20px 50px #0006,0 0 20px #00ffdc14,inset 0 1px #ffffff26}.card-icon{color:#00ffe0;filter:drop-shadow(0 0 6px #00ffdc80);width:36px;height:36px;margin-bottom:1rem}.about-card h3{background:linear-gradient(90deg,#fff,#b0f0ff);-webkit-text-fill-color:transparent;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:.9rem;font-size:1.15rem;font-weight:700}.content-paragraph{color:#c8e6f0d9;margin-bottom:.9rem;font-size:.97rem;line-height:1.85}.content-paragraph:last-child{margin-bottom:0}@media (width<=1024px){.about-content{flex-direction:column;align-items:center}.about-cards-container{width:100%}}@media (width<=768px){.about{padding:2rem 1rem}.about-title{font-size:2rem}.profile-photo-container{width:180px;height:180px}.about-cards-container{grid-template-columns:1fr}.about-card{min-height:auto;padding:1.5rem}.about-card h3{font-size:1.05rem}.content-paragraph{font-size:.92rem}}@media (width<=480px){.profile-photo-container{width:150px;height:150px}.about-title{font-size:1.75rem}.about-card{padding:1.25rem}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:bottom;backface-visibility:hidden;overflow:hidden}.education-section{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}@keyframes twinkle{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.planets{z-index:-1;width:100%;height:100%;position:absolute}.planet{opacity:.6;border-radius:50%;position:absolute}.planet-1{background:radial-gradient(circle at 30% 30%,#8a2be2,indigo);width:150px;height:150px;animation:20s ease-in-out infinite float;top:15%;left:10%;box-shadow:0 0 30px #8a2be280}.planet-2{background:radial-gradient(circle at 30% 30%,#4b6cb7,#182848);width:100px;height:100px;animation:15s ease-in-out infinite reverse float;bottom:20%;right:15%;box-shadow:0 0 25px #4b6cb780}.planet-3{background:radial-gradient(circle at 30% 30%,#ff8c00,#ff4500);width:80px;height:80px;animation:18s ease-in-out 2s infinite float;top:60%;left:20%;box-shadow:0 0 20px #ff8c0080}.education-title{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 15px #a044ff80;z-index:2;margin-bottom:3rem;font-size:3rem;font-weight:700;position:relative}.education-title:after{content:"";background:linear-gradient(90deg,#0000,#a044ff,#4b6cb7,#0000);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.education-content{z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}.education-desktop{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.education-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f23b3;border:1px solid #ffffff1a;border-radius:20px;width:320px;height:420px;transition:all .3s;overflow:hidden;box-shadow:0 8px 20px #00000026}.education-card-inner{flex-direction:column;height:100%;padding:1.5rem;display:flex}.education-logo-container{justify-content:center;align-items:center;height:150px;margin-bottom:1.5rem;display:flex;overflow:hidden}.education-logo{object-fit:contain;filter:drop-shadow(0 0 8px #ffffff4d);max-width:120px;max-height:120px;transition:transform .3s}.education-card:hover .education-logo{transform:scale(1.1)}.education-details{color:#fff;text-align:center;flex-direction:column;flex:1;padding:0 1rem;display:flex}.education-details h3{background:linear-gradient(135deg,#a044ff,#6a3093);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.education-degree{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.4}.education-year{color:#ffffffb3;border-top:1px solid #ffffff1a;margin-top:auto;margin-bottom:1rem;padding:.5rem 0;font-size:.9rem}.education-mobile{width:100%;max-width:320px;margin:0 auto;display:none}.education-swiper{width:100%;height:420px}.education-slide{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f23b3;border:1px solid #ffffff1a;border-radius:20px;height:420px;overflow:hidden;box-shadow:0 8px 20px #00000026}@media (width<=1024px){.education-desktop{gap:1.5rem}.education-card{width:280px;height:350px}}@media (width<=768px){.education-section{padding:4rem 1rem}.education-title{font-size:2.5rem}.education-desktop{display:none}.education-mobile{display:block}.planet-1{width:100px;height:100px}.planet-2{width:70px;height:70px}.planet-3{width:50px;height:50px}}@media (width<=480px){.education-title{font-size:2rem}.education-mobile{max-width:280px}.education-swiper{height:350px}.education-logo{max-width:100px;max-height:100px}.education-details h3{font-size:1.3rem}.education-degree{font-size:1rem}}.projects-container{perspective:1000px;flex-direction:column;align-items:center;min-height:100vh;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.cosmic-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.stars{z-index:-3;background:#0a0a2a url(https://www.transparenttextures.com/patterns/stardust.png);width:100%;height:100%;position:absolute;top:0;left:0}.twinkling{z-index:-2;background:url(https://www.transparenttextures.com/patterns/stardust.png);width:100%;height:100%;animation:10s linear infinite twinkle;position:absolute;top:0;left:0}.clouds{z-index:-1;opacity:.3;background:0 0;width:100%;height:100%;animation:120s linear infinite clouds;position:absolute;top:0;left:0}@keyframes clouds{0%{background-position:0 0}to{background-position:10000px 0}}.projects-title{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 15px #a044ff80;z-index:2;margin-bottom:3rem;font-size:3rem;font-weight:700;position:relative}.projects-title:after{content:"";background:linear-gradient(90deg,#0000,#a044ff,#4b6cb7,#0000);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.shuffle-button{color:#fff;cursor:pointer;z-index:10;background:linear-gradient(135deg,#6a3093,#a044ff);border:none;border-radius:30px;margin-bottom:2rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 5px 15px #6a30934d}.shuffle-button:hover{box-shadow:0 8px 20px #6a309380}.projects-stack{perspective:2000px;width:100%;max-width:900px;height:600px;transform-style:preserve-3d;margin:0 auto;position:relative}.project-card{color:#fff;cursor:pointer;width:100%;height:100%;transform-style:preserve-3d;backface-visibility:hidden;border-radius:20px;padding:2rem;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 10px 30px #0003}.project-card:before{content:"";z-index:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);width:100%;height:100%;position:absolute;top:0;left:0}.project-card.expanded{cursor:default}.card-content{z-index:2;flex-direction:column;height:100%;display:flex;position:relative}.project-card h3{text-shadow:0 2px 5px #0000004d;margin-bottom:1rem;font-size:2rem;position:relative}.project-card h3:after{content:"";background:#ffffff80;border-radius:3px;width:50px;height:3px;position:absolute;bottom:-10px;left:0}.card-preview{opacity:.9;max-height:100px;font-size:1.1rem;line-height:1.5;position:relative;overflow:hidden}.card-preview:after{content:"";background:linear-gradient(#0000,#00000080);width:100%;height:50px;position:absolute;bottom:0;left:0}.card-indicator{text-align:center;color:#ffffffb3;width:100%;font-size:.9rem;animation:2s infinite pulse;position:absolute;bottom:20px;left:0}@keyframes pulse{0%,to{filter:blur(8px);opacity:.5}50%{filter:blur(12px);opacity:.8}}.project-details{flex-direction:column;flex:1;padding-right:10px;display:flex;overflow-y:auto}.project-description{white-space:pre-line;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.technologies{flex-wrap:wrap;gap:.8rem;margin-top:auto;margin-bottom:2rem;display:flex}.tech-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;box-shadow:0 2px 5px #0000001a}.close-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:none;border-radius:20px;align-self:center;margin-top:auto;padding:.6rem 1.2rem;font-weight:600;transition:all .3s}.close-button:hover{background:#ffffff4d}.project-details::-webkit-scrollbar{width:6px}.project-details::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.project-details::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.project-details::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (width<=768px){.projects-container{padding:4rem 1rem}.projects-title{font-size:2.5rem}.projects-stack{height:500px}.project-card{padding:1.5rem}.project-card h3{font-size:1.8rem}.project-description{font-size:1rem}}@media (width<=480px){.projects-title{font-size:2rem}.projects-stack{height:450px}.project-card{padding:1.2rem}.project-card h3{font-size:1.5rem}.tech-badge{padding:.4rem .8rem;font-size:.8rem}}.space-skills-section{perspective:1000px;background:linear-gradient(#b6b6dd,#1a1a40,#6666e7);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.starfield-container{z-index:0;width:100%;height:200%;position:absolute;top:0;left:0}.stars-small,.stars-medium,.stars-large{opacity:.6;background-image:radial-gradient(1px 1px at 25% 25%,#fff 100%,#0000 100%),radial-gradient(1px 1px,#fff 100%,#0000 100%),radial-gradient(1px 1px at 75% 75%,#fff 100%,#0000 100%),radial-gradient(2px 2px at 10% 10%,#fff 100%,#0000 100%),radial-gradient(2px 2px at 30% 70%,#fff 100%,#0000 100%),radial-gradient(2px 2px at 60% 20%,#fff 100%,#0000 100%),radial-gradient(2px 2px at 90% 40%,#fff 100%,#0000 100%);background-repeat:repeat;background-size:200px 200px,300px 300px,400px 400px,600px 600px,500px 500px,700px 700px,800px 800px;width:100%;height:100%;animation:8s ease-in-out infinite alternate twinkle;position:absolute;inset:0}.stars-medium{opacity:.4;background-size:300px 300px,400px 400px,500px 500px,700px 700px,600px 600px,800px 800px,900px 900px;animation-delay:1s}.stars-large{opacity:.3;background-size:400px 400px,500px 500px,600px 600px,800px 800px,700px 700px,900px 900px,1000px 1000px;animation-delay:2s}.planet{z-index:1;border-radius:50%;position:absolute}.planet-one{background:radial-gradient(circle at 30% 30%,#6a3093,#a044ff);width:150px;height:150px;animation:30s linear infinite rotate;top:15%;right:10%;box-shadow:0 0 50px #a044ff80,inset 0 0 30px #ffffff30}.planet-two{background:radial-gradient(circle at 40% 40%,#4b6cb7,#182848);width:200px;height:200px;animation:40s linear infinite reverse rotate;bottom:10%;left:5%;box-shadow:0 0 60px #4b6cb780,inset 0 0 40px #ffffff20}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cosmic-dust{z-index:1;background-image:radial-gradient(1px 1px at 10% 20%,#ffffff1a 100%,#0000 100%),radial-gradient(1px 1px at 30% 40%,#ffffff1a 100%,#0000 100%),radial-gradient(1px 1px at 50% 60%,#ffffff1a 100%,#0000 100%),radial-gradient(1px 1px at 70% 80%,#ffffff1a 100%,#0000 100%);background-size:400px 400px;width:100%;height:100%;animation:20s linear infinite drift;position:absolute;top:0;left:0}@keyframes drift{0%{background-position:0 0}to{background-position:400px 400px}}.space-content{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex;position:relative}.space-skills-title{color:#000;text-align:center;text-transform:uppercase;letter-spacing:4px;margin-bottom:4rem;font-size:3rem;font-weight:700;position:relative}.title-glow{display:inline-block;position:relative}.title-glow:after{content:"";background:linear-gradient(90deg,#0000,#a044ff,#4b6cb7,#0000);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.space-skills-title:before{content:attr(data-text);color:#a044ff;filter:blur(8px);opacity:.7;width:100%;height:100%;animation:4s infinite alternate pulse;position:absolute;top:0;left:0}.space-skills-container{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:2.5rem;width:100%;display:grid}.space-skill-item{aspect-ratio:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transform-style:preserve-3d;z-index:2;background:#0a0a2899;border:1px solid #ffffff1a;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 0 20px #0000004d}.space-skill-item:before{content:"";opacity:0;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;transition:opacity .5s;position:absolute;inset:0}.space-skill-item:hover:before{opacity:1}.portal-effect{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.portal-ring{opacity:0;border:2px solid #0000;border-radius:50%;width:100%;height:100%;animation:3s infinite expand;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes expand{0%{opacity:.8;width:100%;height:100%}to{opacity:0;width:150%;height:150%}}.space-skill-icon{filter:drop-shadow(0 0 8px);margin-bottom:1rem;transition:all .3s;transform:translateZ(20px)}.space-skill-item:hover .space-skill-icon{transform:translateZ(30px)scale(1.2)}.space-skill-name{color:#fff;text-align:center;text-shadow:0 0 10px #ffffff80;font-size:1rem;font-weight:600;transform:translateZ(10px)}@media (width<=1024px){.space-skills-container{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:2rem}.space-skills-title{font-size:2.5rem}.planet-one{width:120px;height:120px}.planet-two{width:160px;height:160px}}@media (width<=768px){.space-skills-container{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1.5rem}.space-skill-item{padding:1.5rem 1rem}.space-skills-title{margin-bottom:3rem;font-size:2rem}.space-skill-icon svg{width:30px;height:30px}.space-skill-name{font-size:.9rem}}@media (width<=480px){.space-skills-container{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:1rem}.space-skill-item{padding:1.2rem .8rem}.space-skills-title{font-size:1.8rem}.space-skill-icon svg{width:25px;height:25px}.space-skill-name{font-size:.8rem}.planet-one{width:80px;height:80px}.planet-two{width:120px;height:120px}}.contact{color:#333;background:#008b8b;border-radius:12px;max-width:600px;margin:0 auto;padding:40px;animation:.8s ease-in-out fadeIn;box-shadow:0 8px 20px #0000001a}.contact h2{text-align:center;color:#fff;text-shadow:2px 2px 4px #0006;margin-bottom:20px;font-size:2rem}.contact form{flex-direction:column;gap:15px;display:flex}.contact label{color:#fff;font-size:1rem;font-weight:700}.contact input[type=text],.contact input[type=email],.contact textarea{color:#333;background-color:#fff;border:2px solid #121111;border-radius:8px;outline:none;padding:12px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.contact input[type=text]:focus,.contact input[type=email]:focus,.contact textarea:focus{border-color:#0b0c0c;box-shadow:0 0 8px #4674b780}.contact textarea{resize:none;height:120px}.contact button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2f5eb5,#380778);border:none;border-radius:8px;padding:12px 20px;font-size:1.1rem;font-weight:700;transition:background .3s}.contact button:hover{background:linear-gradient(90deg,#080808,#68a12b)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--paper:#faf8f3;--paper-dim:#f1ede3;--ink:#16213e;--ink-deep:#0f1729;--slate:#3a4562;--slate-soft:#6b7488;--brass:#b08d57;--brass-soft:#d9c39f;--rule:#dcd5c4;--font-display:"Source Serif 4", Georgia, serif;--font-body:"IBM Plex Sans", -apple-system, sans-serif;--font-mono:"IBM Plex Mono", "Courier New", monospace}.resume-container{background:var(--paper);max-width:1100px;color:var(--ink);font-family:var(--font-body);border:1px solid var(--rule);grid-template-columns:320px 1fr;gap:0;margin:0 auto;line-height:1.55;display:grid;box-shadow:0 1px 3px #0f172914,0 12px 40px #0f17291a}.left-column{background:var(--ink-deep);color:var(--paper);padding:44px 32px 48px;position:relative}.left-column:after{content:"";background:linear-gradient(180deg, var(--brass) 0%, transparent 60%);width:3px;height:100%;position:absolute;top:0;right:0}.header{border-bottom:1px solid #d9c39f40;margin-bottom:36px;padding-bottom:28px}.name{font-family:var(--font-display);letter-spacing:.01em;color:var(--paper);margin-bottom:6px;font-size:1.7rem;font-weight:600}.title{font-family:var(--font-body);color:var(--brass-soft);letter-spacing:.03em;margin-bottom:22px;font-size:.78rem;font-weight:500;line-height:1.5}.contact-info{flex-direction:column;gap:10px;display:flex}.contact-item{color:#faf8f3d9;align-items:center;gap:10px;font-size:.78rem;display:flex}.contact-item svg{color:var(--brass);stroke-width:1.75px;flex-shrink:0}.contact-item a{color:#faf8f3d9;word-break:break-word;border-bottom:1px solid #0000;text-decoration:none;transition:border-color .15s,color .15s}.contact-item a:hover,.contact-item a:focus-visible{color:var(--brass-soft);border-bottom-color:var(--brass-soft)}.contact-item a:focus-visible{outline:2px solid var(--brass);outline-offset:2px;border-radius:2px}.left-column .section{margin-bottom:30px}.left-column .section-title{color:var(--brass-soft)}.left-column .section-title:after{background:#d9c39f4d}.left-column .content,.left-column .skills-list li{color:#faf8f3d1}.left-column .skill-category{color:var(--brass-soft)}.right-column{padding:44px 40px 48px}.right-column .section{margin-bottom:34px}.right-column .section:last-child{margin-bottom:0}.section-title{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--rule);align-items:center;gap:8px;margin-bottom:16px;padding-bottom:8px;font-size:.72rem;font-weight:600;display:flex}.section-title:before{content:"";background:var(--brass);flex-shrink:0;width:5px;height:5px}.content{color:var(--slate);font-size:.86rem;line-height:1.65}.skills-list{flex-direction:column;gap:7px;margin:0 0 8px;padding:0;list-style:none;display:flex}.skills-list li{color:var(--slate);padding-left:14px;font-size:.78rem;line-height:1.5;position:relative}.skills-list li:before{content:"";background:var(--brass);width:5px;height:1px;position:absolute;top:.55em;left:0}.skill-category{font-family:var(--font-mono);letter-spacing:.04em;color:var(--slate-soft);text-transform:uppercase;margin:18px 0 8px;font-size:.68rem;font-weight:500}.left-column .skill-category:first-of-type{margin-top:0}.reference-item{color:#faf8f3d1;font-size:.78rem;line-height:1.6}.reference-item a{color:var(--brass-soft);text-decoration:none}.reference-item a:hover{text-decoration:underline}.right-column .item{border-left:1px solid var(--rule);margin-left:4px;padding-bottom:26px;padding-left:22px;position:relative}.right-column .item:last-child{border-left-color:#0000;padding-bottom:0}.right-column .item:before{content:"";background:var(--paper);border:1.5px solid var(--brass);width:8px;height:8px;position:absolute;top:4px;left:-4.5px}.item-title{font-family:var(--font-display);color:var(--ink);margin-bottom:2px;font-size:1rem;font-weight:600}.item-subtitle{color:var(--brass);margin-bottom:4px;font-size:.82rem;font-weight:500}.item-date{font-family:var(--font-mono);color:var(--slate-soft);letter-spacing:.01em;margin-bottom:10px;font-size:.72rem}.item-description{color:var(--slate);margin-bottom:8px;font-size:.84rem;line-height:1.6}.right-column .item ul{flex-direction:column;gap:7px;margin:8px 0 0;padding:0;list-style:none;display:flex}.right-column .item ul li{color:var(--slate);padding-left:15px;font-size:.84rem;line-height:1.55;position:relative}.right-column .item ul li:before{content:"▸";color:var(--brass);font-size:.78rem;position:absolute;top:0;left:0}@media (width<=820px){.resume-container{grid-template-columns:1fr}.left-column:after{background:linear-gradient(90deg, var(--brass) 0%, transparent 70%);width:100%;height:3px;top:auto;bottom:0}.left-column,.right-column{padding:32px 24px}}@media print{.resume-container{box-shadow:none;border:none;max-width:100%}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}footer{color:#fff;text-align:center;background:#859298;padding:20px 0;font-family:Poppins,sans-serif;position:relative}footer p{margin:8px 0;font-size:1em}.social-links{flex-wrap:wrap;justify-content:center;gap:20px;margin:15px 0;display:flex}.social-links a{color:#2d2d2d;background:#fff;border:2px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:8px 15px;font-size:1.3em;font-weight:700;text-decoration:none;transition:all .4s;display:inline-flex}.social-links a:hover{color:#fff;background:linear-gradient(135deg,#fbc2eb,#fad0c4,#ff758c);border:2px solid #fff;transform:scale(1.1);box-shadow:0 4px 15px #ff758c66}footer p:last-child{color:#fff;margin-top:20px;font-size:.9em}.language-switcher{justify-content:center;gap:10px;margin:15px 0;display:flex}.language-switcher button{color:#2d2d2d;cursor:pointer;background-color:#fff;border:none;border-radius:5px;padding:5px 12px;font-family:Poppins,sans-serif;font-size:.9em;transition:all .3s}.language-switcher button:hover{color:#fff;background:linear-gradient(135deg,#fbc2eb,#fad0c4);transform:scale(1.05)}.language-switcher button.active{color:#fff;background:linear-gradient(135deg,#fbc2eb,#fad0c4,#ff758c);font-weight:700;box-shadow:0 2px 8px #ff758c4d}@media (width<=768px){.social-links{gap:10px}.social-links a{padding:6px 12px;font-size:1.1em}.language-switcher{gap:5px}}@media (width<=480px){.social-links{flex-direction:column;align-items:center;gap:10px}.social-links a{justify-content:center;width:80%}}View Resume Button .view-resume-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6a3093,#a044ff);border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;transition:all .3s;display:flex}.view-resume-btn:hover{color:#fff;background:linear-gradient(135deg,#fbc2eb,#fad0c4,#ff758c);border:2px solid #fff;transform:scale(1.1);box-shadow:0 4px 15px #ff758c66}.resume-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.resume-modal{background-color:#fff;border-radius:8px;width:90%;max-width:1200px;max-height:90vh;animation:.3s modalFadeIn;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.resume-modal-content{max-height:90vh;padding:1rem;overflow-y:auto}.close-modal-btn{color:#fff;cursor:pointer;z-index:10;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:10px;right:10px}.close-modal-btn:hover{background:#0006;transform:rotate(90deg)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.resume-modal{width:95%;max-height:95vh}}#root{text-align:center;width:100%;max-width:100%;margin:0;padding:2rem 0}.resume-download-container{background-color:#cfd5d8;justify-content:center;padding:1.5rem 0;display:flex}.resume-download-button{transition:all .3s}.resume-download-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#d3cfcfde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body{width:100%;max-width:100vw;margin:0;padding:0;overflow-x:hidden}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{min-width:100%;min-height:100vh;margin:0}#root{width:100%;max-width:100vw;overflow-x:hidden}*,:before,:after{box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}@media (width<=768px){html,body,#root{width:100%;position:relative;overflow-x:hidden}}}
