@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Ethnocentric;src:url(/assets/Nevera-DYqPMs9T.otf) format("opentype");font-weight:400;font-style:normal}.app-container{display:flex;flex-direction:column;min-height:100vh;animation:fadeIn .8s ease-out}main{flex-grow:1}section{padding:4rem 2rem;border-bottom:1px solid var(--border-color)}section:last-of-type{border-bottom:none}.section-title{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:var(--bright-cyan)}.section-surface-1{background-color:var(--surface-1)}.section-surface-2{background-color:var(--surface-2)}.navbar{padding:1rem 2rem;position:sticky;top:0;z-index:1000;width:100%;background-color:var(--dark-blue)}.nav-container{display:flex;justify-content:space-between;align-items:center;text-align:center;width:75%;max-height:90px;margin:.2rem auto;background-color:#00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:40px;position:relative;border:1px solid var(--border-color)}.logo{width:50px;height:50px;object-fit:cover}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .3s ease,opacity .3s ease;opacity:.9}.nav-links a:hover{color:var(--bright-cyan);opacity:1}.nav-mobile-menu-button{position:relative;width:40px;height:28px;border:none;background:transparent;display:none}.nav-mobile-menu-button:before,.nav-mobile-menu-button:after,.nav-mobile-menu-button span{content:"";position:absolute;left:4px;right:4px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--vibrant-pink),var(--bright-cyan));transition:transform .3s ease,opacity .3s ease,top .3s ease,bottom .3s ease}.nav-mobile-menu-button:before{top:4px}.nav-mobile-menu-button:after{bottom:4px}.nav-mobile-menu-button span{top:50%;transform:translateY(-50%)}.nav-links.open~.nav-mobile-menu-button:before{top:50%;transform:translateY(-50%) rotate(45deg)}.nav-links.open~.nav-mobile-menu-button:after{bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}.nav-links.open~.nav-mobile-menu-button span{opacity:0}.nav-mobile-menu-button{display:none}.landing-section{display:flex;justify-content:space-between;min-height:100vh;padding:5%;background-color:var(--dark-blue);flex-wrap:nowrap;position:relative;overflow:hidden}.landing-content{flex:1 1 500px;display:flex;flex-direction:column;gap:1rem}.landing-content .landing-title{font-size:5rem;font-weight:700;gap:.3rem}.white-stroke{color:transparent;-webkit-text-stroke:2px white}.gradient-fill-stroke{font-family:Ethnocentric,sans-serif;letter-spacing:.2em;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:2px transparent;background:linear-gradient(-45deg,var(--vibrant-pink),var(--bright-cyan));background-size:400% 400%;-webkit-background-clip:text;background-clip:text;animation:gradientMove 6s ease infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.landing-section:after{content:"";position:absolute;top:0;left:0;height:100%;width:45%;pointer-events:none;background:linear-gradient(90deg,#1e125000,#1e125040,#1e125000);filter:blur(18px);transform:translate(-60%);animation:windSweep 8s linear infinite;z-index:0}.landing-section>*{position:relative;z-index:0}@keyframes windSweep{0%{transform:translate(-60%)}to{transform:translate(120%)}}.landing-content .landing-subtitle{font-size:1.8rem;color:var(--pure-white);margin-top:.5rem}.landing-description{font-size:1.2rem;color:var(--text-secondary)}.gifPart{flex:1 1 500px;display:flex;align-items:flex-start}.gifPart img{max-width:100%;height:auto;display:block}.about-section{color:var(--text-secondary)}.about-container{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto}.about-image{width:100%;max-width:350px;border-radius:.5rem;box-shadow:0 10px 25px #00000059}.about-content .about-text{margin-bottom:1rem;color:var(--text-secondary);line-height:1.7}.projects-section{background-color:var(--surface-2)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.dream-section{background-color:var(--dark-blue);color:var(--light-gray-bg)}.dream-section .section-title{color:var(--pure-white)}.dream-container{max-width:800px;margin:0 auto;text-align:center}.dream-list{list-style:none;margin-top:2rem;text-align:left}.dream-list-item{background-color:#ffffff14;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.posts-section{background-color:var(--surface-1)}.posts-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.contact-section{background-color:var(--surface-2)}.contact-description{text-align:center;margin-bottom:2rem;color:var(--text-secondary);max-width:600px;margin-left:auto;margin-right:auto}.contact-form{max-width:600px;margin:0 auto}.skills-section{padding:5rem 2rem}.skills-container{gap:3rem;max-width:800px;margin:0 auto;display:flex;flex-direction:column}.skill-category{text-align:center;padding:2rem;background:var(--light-gray-bg);border-radius:20px;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #0000000d}.skill-category:hover{transform:translateY(-5px);box-shadow:0 20px 40px #01c8ee26;border-color:var(--bright-cyan)}.skill-category-title{font-size:1.5rem;color:var(--pure-white);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.skill-icon{font-size:1.8rem}.skill-list{list-style:none;text-align:left}.skill-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem;background:#ffffff1a;border-radius:10px;transition:transform .3s ease}.skill-item:hover{transform:translate(10px)}.skill-bullet{width:12px;height:12px;background:var(--pure-white);border-radius:50%;position:relative;animation:bulletPulse 2s ease-in-out infinite}@keyframes bulletPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.skill-info{flex:1}.skill-name{display:block;font-weight:600;color:var(--bright-cyan);margin-bottom:.5rem}.skill-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:var(--vibrant-pink);border-radius:4px;transition:width 1s ease;animation:skillFill 2s ease-out}@keyframes skillFill{0%{width:0%}to{width:var(--target-width)}}.skill-tags{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;justify-items:center}.skill-tag{color:var(--pure-white);padding:.75rem .5rem;border-radius:12px;font-size:1rem;font-weight:500;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-width:80px;transition:transform .3s ease,box-shadow .3s ease}.skill-icon-img{background:var(--pure-white);border-radius:50%;padding:10px;width:70px;height:70px;margin-bottom:6px;object-fit:contain}.skill-tag:hover{transform:translateY(-3px)}.skill-tag-icon{font-size:1.5rem;margin-bottom:.25rem;display:block}.education-section{padding:5rem 2rem}.education-container{max-width:1000px;margin:0 auto}.education-timeline{position:relative;padding-left:2rem}.education-item{position:relative;margin-bottom:3rem;display:flex;gap:2rem}.timeline-connector{position:relative;display:flex;flex-direction:column;align-items:center;min-width:60px}.timeline-dot{width:20px;height:20px;background:linear-gradient(45deg,var(--vibrant-pink),var(--bright-cyan));border-radius:50%;border:4px solid var(--pure-white);box-shadow:0 0 0 4px #01c8ee33;z-index:2;animation:dotGlow 3s ease-in-out infinite}@keyframes dotGlow{0%,to{box-shadow:0 0 0 4px #01c8ee33}50%{box-shadow:0 0 0 8px #e413764d}}.timeline-line{width:3px;height:100%;background:var(--bright-cyan);margin-top:10px;border-radius:2px}.education-content{flex:1;background:var(--pure-white);padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;border-left:4px solid var(--bright-cyan);transition:transform .3s ease,box-shadow .3s ease}.education-content:hover{transform:translateY(-5px);box-shadow:0 15px 35px #01c8ee33}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.education-degree{font-size:1.3rem;color:#5fe6fe;margin:0;flex:1}.education-duration{background-color:#00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--pure-white);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;white-space:nowrap}.education-institution{color:var(--vibrant-pink);font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.education-description{color:#fff;line-height:1.6;margin-bottom:1.5rem}.education-achievements{list-style:none;padding:0}.achievement-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem;background:#01c8ee0d;border-radius:8px;transition:transform .3s ease}.achievement-item:hover{transform:translate(5px);background:#01c8ee1a}.achievement-icon{font-size:1.2rem}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:var(--dark-blue);border:2px solid var(--light-gray-bg);border-radius:50%;color:var(--pure-white);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #e413764d;transition:all .3s ease;z-index:1000;opacity:0;animation:fadeInUp .5s ease forwards}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 8px 30px #01c8ee66;background:var(--bright-cyan);color:#000}.scroll-to-top:active{transform:translateY(-2px)}.scroll-arrow{transition:transform .3s ease}.scroll-to-top:hover .scroll-arrow{transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:var(--dark-blue);color:var(--light-gray-bg);padding:2rem;text-align:center}.footer-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;align-items:start}.footer-social-links{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.footer-social-links img{background-color:var(--light-gray-bg);padding:5px;border-radius:50px;width:40px;height:40px;transition:transform .2s ease}.footer-social-links img:hover{transform:scale(1.2);background:var(--bright-cyan)}.footer-quickLinks{display:flex;flex-direction:column;gap:10px}.footer-quickLinks a{color:#ccc;text-decoration:none;transition:color .2s ease;text-align:center left}.footer-quickLinks a:hover{color:var(--bright-cyan)}.footer-message{font-size:.95rem;line-height:1.5;color:#bbb}.footer-copy{grid-column:1 / -1;text-align:center;margin-top:25px;font-size:.85rem;color:#777;border-top:1px solid #222;padding-top:15px}.footer-header{font-size:1.1rem;font-weight:600;margin-bottom:12px;color:#fff;text-transform:uppercase;letter-spacing:1px;text-align:center}.particles-canvas{position:fixed;inset:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.app-container,.navbar,.footer{position:relative;z-index:1}@media (max-width: 1024px){.section-title{font-size:2.25rem}.landing-content .landing-title{font-size:3rem}.about-container{grid-template-columns:1fr;text-align:center}.about-image-container{margin:0 auto 2rem}}@media (max-width: 768px){.navbar{position:sticky}.nav-container{width:92%;padding:.75rem 1rem;border-radius:24px}section{padding:3rem 1rem}.nav-links{display:none}.nav-links.open{display:flex;position:absolute;top:100%;left:0;width:100%;flex-direction:column;background-color:#000000e6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:20px;padding:.75rem 1rem;gap:.75rem}.nav-links.open a{color:var(--pure-white);padding:.5rem .75rem}.nav-mobile-menu-button{display:block;cursor:pointer;font-size:1.5rem}.landing-section{position:relative;min-height:50vh;background-color:var(--dark-blue);flex-direction:column;align-items:center;justify-content:center;padding-top:6rem;text-align:center;overflow:hidden}.gifPart{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/Smart-City-Animation-BGR-PXpXSrqT.gif) no-repeat center center;background-size:cover;opacity:.3;z-index:1}.white-stroke{font-size:4rem}.gradient-fill-stroke{display:inline-block;overflow:hidden;white-space:nowrap;border-right:3px solid #fff;animation:typing 1.5s steps(7) forwards,blink .7s step-end infinite alternate;margin-left:5px}@keyframes typing{0%{width:0}to{width:9ch}}@keyframes blink{0%,to{border-color:transparent}50%{border-color:#fff}}.landing-content .landing-subtitle{font-size:1.25rem}.projects-grid{grid-template-columns:1fr;gap:1rem}.landing-description{display:none}.footer-social-links{gap:1rem}.skills-container{grid-template-columns:1fr;gap:2rem}.skill-category{padding:1.5rem}.skill-tags{gap:.5rem}.skill-tag{font-size:.8rem;padding:.4rem .8rem}.education-timeline{padding-left:1rem}.section-title{font-size:1.5rem}.education-item{flex-direction:column;gap:1rem}.timeline-connector{min-width:40px}.education-content{padding:1.5rem}.education-header{flex-direction:column;align-items:flex-start;gap:.5rem}.education-duration{align-self:flex-start}.scroll-to-top{bottom:1.5rem;right:1.5rem;width:45px;height:45px}.footer-container{grid-template-columns:1fr}.footer-social-links,.footer-quickLinks{margin-bottom:20px}.footer-message,.footer-header-message{display:none}}.cta-button,.submit-button{display:inline-block;background-color:var(--vibrant-pink);color:var(--pure-white);padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;font-weight:600;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;border:none;cursor:pointer;max-width:10rem}.cta-button:hover,.submit-button:hover{background-color:var(--bright-cyan);transform:translateY(-2px);box-shadow:0 10px 25px -5px #01c8ee59,0 8px 10px -6px #e4137640}.project-card,.post-card{background-color:var(--surface-card);border-radius:.5rem;box-shadow:0 8px 20px #00000059;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid var(--border-color)}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #01c8ee40,0 8px 10px -6px #e4137626;border-color:#01c8ee66}.project-image{width:100%;height:200px;object-fit:cover}.project-card-content,.post-card-content{padding:1.5rem}.project-title,.post-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);position:relative}.project-title:after,.post-title:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:3px;background:var(--bright-cyan);transition:width .3s ease}.project-card:hover .project-title:after,.post-card:hover .post-title:after{width:40%}.post-title a{text-decoration:none;color:inherit}.post-title a:hover{text-decoration:underline;color:var(--vibrant-pink)}.project-description,.post-excerpt{color:var(--text-secondary);margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{background-color:#ffffff0f;color:var(--text-primary);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;border:1px solid var(--border-color)}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{color:var(--vibrant-pink);text-decoration:none;font-weight:500;position:relative}.project-link:hover{text-decoration:none}.project-link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(90deg,var(--vibrant-pink),var(--bright-cyan));opacity:0;transform:scaleX(.8);transition:opacity .2s ease,transform .2s ease}.project-link:hover:after{opacity:1;transform:scaleX(1)}.post-meta{font-size:.875rem;color:#a0aec0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);background:var(--surface-1);color:var(--text-primary);border-radius:.375rem;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-secondary)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--bright-cyan);box-shadow:0 0 0 3px #01c8ee33}.app-card{background-color:var(--surface-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 20px #00000059;padding:1.5rem}@media (max-width: 768px){.cta-button,.submit-button{background-color:#00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--bright-cyan);text-align:center;justify-content:center;align-items:center;align-content:center;margin:0 25%}}:root{--dark-blue: #1e1250;--vibrant-pink: #ed4b96;--bright-cyan: #01C8EE;--pure-white: #ffffff;--light-gray-bg: #F0F2F5;--bg: #0e0b20;--surface-1: #151133;--surface-2: #1b1742;--surface-card: #221c55;--text-primary: #e7e9f4;--text-secondary: #b6b9cc}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:var(--text-primary);background-color:var(--bg)}ul[role=list],ol[role=list]{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width: 768px){body{padding-left:.5rem;padding-right:.5rem}}
