*{box-sizing:border-box;margin:0;padding:0;transform:translateZ(0)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}body:before{background-image:repeating-linear-gradient(0deg,#ffffff0d,#ffffff0d 1px,#ffffff03 0,#ffffff03 60px),repeating-linear-gradient(90deg,#ffffff0d,#ffffff0d 1px,#ffffff03 0,#ffffff03 60px);background-size:60px 60px;content:"";height:100%;left:0;top:0;width:100%;z-index:-1}.particle-float,body:before{pointer-events:none;position:fixed}.particle-float{animation:float 8s ease-in-out infinite;background:#fff9;border-radius:50%;box-shadow:0 0 10px #ffffff80;filter:blur(1px);height:4px;width:4px;z-index:0}@keyframes float{0%,to{opacity:0;transform:translateY(0) translateX(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh) translateX(50px)}}.particle{animation:blink 3s ease-in-out infinite;background:#fff;border-radius:50%;box-shadow:0 0 8px #fffc;filter:blur(.5px);height:3px;pointer-events:none;position:fixed;width:3px;z-index:0}@keyframes blink{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}*{-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;will-change:auto}img{height:auto;max-width:100%;transform:translateZ(0);will-change:transform}.github-btn,.nav-links a,.project-card,.project-card-with-image{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-5px) scale(1.02) translateZ(0)}html{scroll-restoration:manual;scroll-behavior:auto}.app{background:#000;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:auto}.app,.navbar{display:flex;position:relative}.navbar{align-items:center;justify-content:center;padding:.8rem 2rem;z-index:10}.nav-links{background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;display:flex;gap:.5rem;padding:.5rem}.nav-links a{border-radius:25px;color:#fffc;font-size:.9rem;font-weight:500;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.nav-links a.active,.nav-links a:hover{background:#ffffff40;color:#fff;transform:translateY(-2px)}.sub-navbar{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.sub-navbar .nav-links{background:#ffffff1f;border:1px solid #fff3;border-radius:40px;gap:.3rem;padding:.4rem}.sub-navbar .nav-links a{color:#ffffffb3;font-size:.85rem;padding:.6rem 1.2rem}.sub-navbar .nav-links a.active,.sub-navbar .nav-links a:hover{background:#fff3;color:#fff;transform:translateY(-1px)}.main-content{align-items:flex-start;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;border:1px solid #ffffff1a;border-radius:20px;flex:1 1;margin:2rem;min-height:calc(100vh - 80px);padding:1rem 2rem;position:relative;z-index:10}.main-content,.section{display:flex;justify-content:center}.section{align-items:center;flex-direction:column;max-width:1000px;min-height:70vh;padding:1rem 0;text-align:center;width:100%}.projects-section{justify-content:flex-start;min-height:auto;padding-top:2rem}.tech-category{margin-bottom:3rem;width:100%}.tech-title{background:#ffffff26;border:1px solid #ffffff4d;border-radius:15px;color:#fff;display:block;font-size:2rem;font-weight:600;margin:0 auto 2rem;padding:1rem 2rem;text-align:center;width:-webkit-fit-content;width:fit-content}.home-page{display:flex;flex-direction:column;max-width:1000px;min-height:100%;overflow:hidden;padding:0;width:100%}.hero-section{flex-shrink:0;margin-bottom:1rem;text-align:center}.resume-sections{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:1fr 1fr;margin-top:1rem}.resume-section{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;padding:1.5rem;text-align:left}.resume-section h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem;text-align:center}.resume-section p{color:#ffffffe6;font-size:1rem;line-height:1.5}.skills-compact{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#fff3;border-radius:15px;color:#fff;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.contact-compact{display:flex;flex-direction:column;gap:.8rem}.contact-info{align-items:center;color:#ffffffe6;display:flex;font-size:.9rem;gap:.5rem;text-decoration:none;transition:all .3s ease}.contact-info:hover{color:#fff;transform:translateX(5px)}.section h2{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:2rem}.about-content{max-width:600px;text-align:left}.about-content p{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;margin:0 auto;max-width:1400px;width:100%}@media (max-width:800px){.projects-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}}@media (max-width:400px){.projects-grid{gap:1rem;padding:0 .5rem}.project-content-section{padding:1.5rem}}.project-card{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;justify-content:space-between;max-width:350px;min-height:-webkit-fit-content;min-height:fit-content;padding:1.5rem;text-align:left;transition:transform .15s cubic-bezier(.4,0,.2,1);width:100%}.project-card:hover{background:#ffffff26;transform:translateY(-5px)}.project-card h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem;margin-top:0}.project-card p{color:#fffc;flex-grow:1;line-height:1.5;margin-bottom:1.5rem}.github-btn{align-items:center;align-self:flex-start;background:#fff3;border:1px solid #ffffff4d;border-radius:25px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;margin-bottom:.5rem;margin-top:auto;padding:.6rem 1.2rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1)}.github-btn:hover{background:#ffffff4d;box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.github-btn:active{transform:scale(.95)}.project-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-card-with-image{box-sizing:border-box;flex-direction:column;height:auto;max-width:350px;min-height:350px;overflow:hidden;padding:0;width:100%}.project-image-section{align-items:center;background:linear-gradient(135deg,#2d2d2d,#1a1a1a 25%,#000 50%,#0a0a0a 75%,#1f1f1f);box-shadow:inset 0 0 50px #ffffff0d,inset 0 0 100px #ffffff05;display:flex;flex-shrink:0;height:200px;justify-content:center;position:relative}.project-image{height:100%;object-fit:cover;width:100%}.project-title-overlay{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:2rem;position:absolute;right:0;text-align:center;top:0}.project-title-overlay h3{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;border-radius:8px;color:#fff;display:inline-block;font-size:1.2rem;font-weight:600;margin:0 0 .5rem;padding:.5rem 1rem;text-shadow:2px 2px 4px #000c}.project-title-overlay p{color:#ffffffe6;font-size:.9rem;line-height:1.4;margin:0;text-shadow:1px 1px 3px #000c}.project-content-section{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;min-height:150px;padding:1.5rem}.kubernetes-category .project-content-section{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;text-align:center}.kubernetes-category .project-skills{justify-content:center;margin-bottom:1rem}.contact-content{display:flex;flex-direction:column;gap:1.5rem;max-width:400px}.contact-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#fff;display:flex;font-weight:500;gap:1rem;padding:1rem 1.5rem;transition:all .3s ease}.contact-item:hover{background:#ffffff26;transform:translateX(10px)}.contact-icon{font-size:1.5rem}.hero-text{margin-bottom:1.5rem}.name{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 4px 20px #0000004d}.title{color:#f0f8ff;font-size:1.8rem;font-weight:400;margin-bottom:1rem}.current{color:#ffffffb3;font-size:1rem;font-style:italic;font-weight:300}.subtitle{color:#fffc;font-size:1.1rem;font-weight:300;margin-bottom:2rem}.journey-compact{flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:3rem}.journey-compact,.journey-step{align-items:center;display:flex}.journey-step{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#fff;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .3s ease}.journey-step:hover{background:#ffffff26;transform:translateY(-3px)}.journey-step.active{background:#fff3;border:2px solid #fff6;transform:scale(1.05)}.journey-step .step-icon{font-size:1.5rem}.arrow{color:#fff9;font-size:2rem;font-weight:700}.skills-section{width:100%}.skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:0 auto;max-width:700px}.skill-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#fff;font-weight:500;padding:1rem;transition:all .3s ease}.skill-card:hover{background:#fff3;box-shadow:0 10px 25px #0003;transform:translateY(-5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.navbar{padding:1rem}.nav-links{gap:.3rem;padding:.3rem}.nav-links a{font-size:.8rem;padding:.6rem 1rem}.name{font-size:2.5rem}.title{font-size:1.4rem}.journey-compact{flex-direction:column;gap:1rem}.arrow{transform:rotate(90deg)}.main-content{min-height:auto;padding:.5rem 1rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.projects-grid{gap:1rem;grid-template-columns:1fr}.section h2{font-size:2rem}.contact-content{width:100%}.resume-sections{gap:1.5rem;grid-template-columns:1fr}.home-page{padding:1rem 0}.hero-section{margin-bottom:2rem}.project-card{padding:1.5rem}.contact-item{font-size:.9rem;padding:.8rem 1rem}.contact-item span{word-break:break-all}}@media (max-width:480px){.name{font-size:2rem}.title{font-size:1.2rem}.subtitle{font-size:1rem}.main-content{padding:.5rem}.resume-section{padding:1rem}.nav-links a{font-size:.75rem;padding:.5rem .8rem}}
/*# sourceMappingURL=main.3c1f77fd.css.map*/