:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bg-color1: #00050a;--bg-color2: #363954;--footer-bg: #f5f5f5;--footer-text: #333}[data-theme=light]{--bg-color1: #d0e1f4;--bg-color2: #f5f5f5;--footer-bg: #333;--footer-text: #f5f5f5}.app{background:linear-gradient(45deg,var(--bg-color1),var(--bg-color2));min-height:600vh}html,body{margin:0;padding:0;width:100%;height:600vh;overflow-x:hidden;scroll-behavior:smooth}footer{color:var(--footer-text);text-align:center;padding:1rem;background:var(--footer-bg);font-size:.8rem;font-weight:500}:root{--color: #ffffff;--text: black}[data-theme=light]{--color: #141f53;--text: white}.navbar{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;padding:.75rem 2vw;background-color:var(--color);gap:1.5rem;position:fixed;width:80vw;max-width:800px;height:auto;border-radius:2rem;top:5vh;left:50%;transform:translate(-50%);z-index:998;box-shadow:0 4px 8px #000c}.navbar a{flex:0 1 auto;text-decoration:none;text-align:center;min-width:0;padding:.5rem 1rem;color:var(--text);font-weight:500;font-size:1rem;transition:color .3s ease}.navbar a:hover{transform:translateY(-.2vh);font-size:1.1rem;transition:transform .3s ease,font-size .3s ease}.navbar button{flex:0 1 auto;min-width:0;border:none;color:var(--text);height:80%;padding:.5rem 1rem;border-radius:1.5rem;cursor:pointer}.navbar button:hover{transform:translateY(-.2vh);font-size:1.1rem;transition:transform .3s ease}.navbar .hamburger{display:none}@media (max-width: 768px){.navbar{justify-content:flex-start}.navbar a,.navbar button{display:none}.navbar .hamburger{display:block;font-size:1.2rem;height:80%;cursor:pointer;color:var(--color)}.navbar .hamburger:hover{transform:translateY(-.2vh);font-size:1.4rem;transition:transform .3s ease,font-size .3s ease}}.dropdown{display:flex;flex-direction:column;position:absolute;top:100%;left:0;background-color:var(--color);border-radius:.75rem;padding:.5rem 0;width:250px;box-shadow:0 6px 12px #00000026;z-index:1000}.dropdown a,.dropdown button{display:block;width:100%;padding:.75rem 1.5rem;box-sizing:border-box;color:var(--text);text-decoration:none;font-size:1rem;font-weight:500;text-align:left;border-radius:.5rem;background-color:var(--color)}.dropdown a:hover,.dropdown button:hover{background-color:#142a4a;color:#fff}.heart-wrapper{position:fixed;top:90vh;left:50%;transform:translate(-50%);z-index:998}.heart{display:flex;justify-content:center;align-items:center;padding:.75rem 2vw;background-color:var(--color, #fff);border-radius:2rem;cursor:pointer;color:var(--text, black);width:90px;box-shadow:0 4px 8px #000c;transition:transform .3s ease-in-out}.heart:hover{transform:scale(1.05)}:root{--color: #ffffff;--button: #eaf8ff}[data-theme=light]{--color: #333;--button: #333}.hero{display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:100vh;width:100%;color:var(--color);padding-top:2rem;padding:2rem 1rem;box-sizing:border-box;margin-bottom:-50px}@keyframes gentleFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero .text{display:flex;flex-direction:column;flex:1;max-width:600px;animation:gentleFadeIn 2s cubic-bezier(.16,1,.3,1)}.hero h1{font-size:3.5rem;font-weight:650;margin-bottom:0;padding:1rem 3rem 0rem}.hero .headline-text{font-size:1rem;font-weight:400;margin:.1rem}.hero .headline{padding:0rem 3rem}.hero .description{padding:0rem 3rem 1rem;font-size:.9rem;font-weight:300}.hero .buttons{display:flex;flex-direction:row;gap:1.5rem;margin-top:1rem;padding:.5rem 3rem;flex-wrap:wrap}.hero a{text-decoration:none;color:var(--button);border:.8px solid var(--button);padding:.6rem 2.5rem;border-radius:8px;transition:background-color .3s ease;box-shadow:0 4px 8px #0003;font-weight:500;font-size:.9rem}.hero a:hover{background-color:#fff;color:#4b4e6d;box-shadow:0 6px 10px #ffffff4d;transform:translateY(-3px);transition:transform .2s ease}.hero img{width:clamp(280px,25vw,300px);height:auto;aspect-ratio:350/470;border-radius:10%;object-fit:cover;margin-top:6rem;margin-right:3rem;margin-left:4vw;box-shadow:0 4px 8px #000c;flex-shrink:0;animation:gentleFadeIn 2s cubic-bezier(.16,1,.3,1) .1s both}@media (max-width: 1024px){.hero img{width:clamp(180px,22vw,300px);margin-left:3vw}}@media (max-width: 768px){.hero{flex-direction:column;text-align:center;padding:2rem 1rem}.hero .text{order:2;max-width:100%}.hero img{order:1;width:clamp(150px,40vw,250px);margin:0 0 2rem}.hero .buttons{justify-content:center}}@media (max-width: 480px){.hero h1{padding:1rem 2rem 0rem}.hero .headline,.hero .description{padding-left:2rem;padding-right:2rem}.hero .buttons{padding:.5rem 2rem;flex-direction:column;align-items:center}.hero a{width:200px;text-align:center}}.experience{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;margin-bottom:100px}.experience h2{color:var(--color);font-size:2.5rem;font-weight:700;margin-bottom:0;text-shadow:0 0 8px rgba(255,255,255,.2)}.experience p{font-size:1rem;font-weight:400;font-style:italic;margin-top:0;margin-bottom:3rem;color:var(--color)}.experience .modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:999;animation:fadeIn .3s forward}@keyframes fadeIn{to{opacity:1}}.experience-story{transform:scale(.95);animation:popIn .3s forwards}@keyframes popIn{to{transform:scale(1)}}:root{--color: #ffffff;--grey: #9d9d9d}[data-theme=light]{--color: #333;--grey: #7a7a7a}.experience-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff0d;width:200px;height:auto;flex-shrink:0;gap:.1rem;box-shadow:0 4px 6px #000}.experience-item:hover{background:#0000001a;transition:all .3s ease}.experience-item img{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-bottom:.8rem;box-shadow:0 8px 12px #000c}.experience-item p:first-of-type{font-size:1rem;font-weight:600;margin:0;color:var(--color)}.experience-item p,.experience-item span{white-space:normal;overflow-wrap:break-word;font-style:normal}.experience-item p:last-of-type{font-size:.9rem;font-weight:400;margin:0;color:var(--color)}.experience-item button{margin-top:1rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;color:#fff;background-color:#eb8a90;border:none;border-radius:6px;cursor:pointer;box-shadow:0 4px 6px #0000004d}.experience-item button:hover{background-color:#fff;color:#eb8a90;transform:translateY(-2px);box-shadow:0 6px 8px #0006}.experience-item span{font-size:.8rem;color:var(--grey)}.experience-belt{display:flex;flex-direction:row;gap:2rem;overflow:hidden;white-space:nowrap;width:75%}.belt-track{display:flex;gap:2rem;animation:scroll 70s linear infinite;width:max-content}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.experience-story{display:flex;flex-direction:column;align-items:center;padding:15px;border-radius:8px;background-color:#f5f5f5;color:#333;width:50%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 8px #0000001a}.experience-story::-webkit-scrollbar{width:8px}.experience-story::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.experience-story h2{font-size:2rem;font-weight:800;margin-bottom:0;color:#333}.experience-story h3{font-size:1.4rem;font-weight:600;margin-top:0;margin-bottom:0}.experience-story .content{display:flex;flex-direction:column;align-items:left;justify-content:center;width:85%}.experience-story p{font-size:1.1rem;font-style:italic;margin-top:0;margin-bottom:20px;text-align:center}.section{margin-bottom:4px}.section h3{font-size:1rem;font-weight:600;margin-bottom:0}.section ul{margin-top:4px;list-style-type:disc;padding-left:20px}.section ul li{font-size:.9rem;margin-bottom:1px;line-height:1.4}.experience-story .skills h3{font-size:1rem;font-weight:600}.experience-story .skill{display:inline-block;background-color:#0e326f;color:#fff;padding:5px 10px;border-radius:4px;font-size:.8rem;margin:5px 5px 5px 0}.experience-story .skill:hover{transform:scale(1.05);background-color:#ffb6cb;color:#333;transition:all .3s ease}.experience-story button{margin-top:10px;margin-bottom:10px;width:100px;padding:8px 16px;font-size:.9rem;font-weight:600;color:#fff;background-color:#333;border:none;border-radius:4px;cursor:pointer}.experience-story button:hover{transform:scale(1.05);background-color:#ffb6cb;color:#333;transition:all .3s ease}.projects{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;width:100vw;margin-bottom:100px}.projects h2{color:var(--color);font-size:2.5rem;font-weight:700;margin-bottom:0;text-shadow:0 0 8px rgba(255,255,255,.2)}.projects h4{color:var(--color);font-size:1.1rem;font-weight:600;margin-bottom:0;text-shadow:0 0 8px rgba(255,255,255,.2)}.projects p{font-size:1rem;color:var(--color);font-weight:400;font-style:italic;margin-top:0;margin-bottom:3rem}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.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-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--color: #ffffff;--grey: #ccc;--pink: #ffb8b8}[data-theme=light]{--color: #333;--grey: #7a7a7a;--pink: #de7293}.mySwiper{width:80%;padding-top:2rem;padding-bottom:4rem;margin-bottom:4rem}.project-slide{background:transparent;display:flex;justify-content:center;align-items:center;width:300px}.project-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:300px;height:330px;box-shadow:0 8px 20px #00000080;transition:transform .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-8px)}.project-card img{display:block;width:170px;height:170px;object-fit:cover;border-radius:8px;margin:0 auto}.project-card h3{color:var(--color);font-size:1.1rem;margin-top:1.5rem;margin-bottom:.2rem}.project-card .description{color:var(--grey);font-size:.8rem;margin-bottom:1rem}.project-card .stack{font-size:.75rem;font-weight:550;font-style:normal;margin-top:0;margin-bottom:1rem;color:var(--pink)}.features{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;width:100vw;margin-bottom:100px}.features h2{color:var(--color);font-size:2.5rem;font-weight:700;margin-bottom:0;text-shadow:0 0 8px rgba(255,255,255,.2)}.features p{font-size:1rem;font-weight:400;font-style:italic;margin-top:0;margin-bottom:3rem;color:var(--color)}.features .featureContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;width:100%}.feature-item{width:80%;padding-top:2rem;padding-bottom:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4rem}.feature-item>div{transition:transform .3s ease;cursor:pointer;border-radius:8px;box-shadow:0 12px 20px #0000004d}.feature-item>div:hover{transform:translateY(-10px) scale(1.05)}.feature-item img{display:block;padding:8px;width:30vw;height:auto;object-fit:cover;border-radius:8px;margin-bottom:1rem;cursor:pointer;box-shadow:0 4px 8px #000}.feature-item h3{display:block;font-size:1rem;margin:0 auto 1 auto;font-weight:600;color:var(--color)}:root{--color: #ffffff}[data-theme=light]{--color: #333}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;width:100vw}.contact h4{color:var(--color);font-size:1rem;font-weight:400;margin-bottom:0;text-shadow:0 0 8px rgba(255,255,255,.2)}.contact a{text-decoration:none;color:var(--color);font-weight:700;margin-bottom:15px}.contact a:hover{transform:scale(1.1);transition:transform .2s ease-in-out}.contact p{color:var(--color);font-size:.9rem;font-weight:400;font-style:italic;margin-top:0;margin-bottom:3rem}
