h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul,ol{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:#242424;background-color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}main{flex-grow:1}main:has(.back-link){text-align:center}.container{min-width:320px;max-width:375px;margin:0 auto;padding:0 16px}@media only screen and (min-width: 768px){.container{max-width:768px}}@media only screen and (min-width: 1200px){.container{max-width:1200px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:linear-gradient(to right,#1a1a2e,#16213e,#0f3460);color:#f0f0f0}.fade-in{animation:fadeIn 1s ease-in-out both}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}header{top:0;width:100%;background-color:#16213ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 0 20px #6f00ff33;z-index:999}.container.header-content{max-width:1200px;margin:0 auto;padding:.8rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.5rem}.header-logo-text{font-size:1.6rem;font-weight:600;color:#6f00ff;transition:transform .4s ease}.header-img{border-radius:50%;border:2px solid #6f00ff;transition:transform .4s ease}.header-logo-link:hover .header-logo-text{transform:scale(1.1) rotate(-2deg)}.header-logo-link:hover .header-img{transform:rotate(10deg) scale(1.1)}.nav-menu{display:flex}.header-list{display:flex;gap:2rem;list-style:none}.header-item a{font-size:1rem;font-weight:500;color:#a1a1aa;text-decoration:none;position:relative;transition:color .3s ease}.header-item a:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background-color:#6f00ff;transition:width .3s ease}.header-item a:hover{color:#c77dff}.header-item a:hover:after{width:100%}.header-right{display:flex;align-items:center;gap:1rem}.header-lang select{background:none;color:#f0f0f0;border:1px solid #c77dff;padding:.3rem .6rem;border-radius:4px;cursor:pointer;transition:all .3s}.header-lang select:hover{background-color:#c77dff;color:#1a1a2e}.burger-menu{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:transparent;border:none;cursor:pointer;z-index:1100}.burger-menu span{display:block;height:3px;width:100%;background-color:#fff;border-radius:3px;transition:.3s ease}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (min-width: 769px){.burger-menu{display:none}}@media (max-width: 768px){.nav-menu{position:absolute;top:100%;left:0;width:100%;background-color:#16213ef2;flex-direction:column;align-items:center;padding:1rem 0;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;pointer-events:all}.header-list{flex-direction:column;gap:1.5rem}.burger-menu{display:flex}.nav-menu.active .menu-close{display:block}}.hero{padding-top:50px;padding-bottom:80px;background:linear-gradient(to right,#1a1a2e,#0f3460);color:#f0f0f0}.hero-content{max-width:1000px;padding:0 2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;position:relative;overflow:hidden;flex-direction:row}.hero-description{flex:1 1 60%;gap:1.5rem;max-width:600px}.hero-title{font-size:2.5rem;font-weight:700;color:#6f00ff;margin:0 0 5px}.typewriter{display:inline-block;overflow:hidden;border-right:2px solid #6f00ff;white-space:nowrap;letter-spacing:2px;animation:typing 3s steps(20,end),blink .7s infinite;font-size:2.5rem;font-weight:700;color:#6f00ff}.about-me-text{font-size:1rem;line-height:1.8;color:#ccc;text-align:justify;margin-bottom:30px}.hero-icon{display:inline-block;animation:float 1s ease-in-out infinite;margin-right:.5rem;font-size:1.2rem;color:#6f00ff}.hero-name{font-weight:600;color:#6f00ff;margin:0;font-size:larger}.hero-btn-content{margin-top:1.5rem}.hero-btn{display:inline-block;padding:.75rem 1.5rem;background-color:#6f00ff;color:#fff;border-radius:30px;font-weight:600;text-decoration:none;transition:background-color .3s,transform .3s;box-shadow:0 0 10px #6f00ff4d;animation:float 1s ease-in-out infinite}.hero-btn:hover{background-color:#5000cc;transform:scale(1.05)}.hero-profile{padding:2rem;display:flex;flex:1 1 40%;justify-content:center}.hero-img{width:250px;border-radius:50%;object-fit:cover;border:2px solid #6f00ff}@media (max-width: 1024px){.hero-content{flex-direction:column;text-align:center}.hero-description{padding-right:0}.hero-profile{padding:2rem 0 0;width:100%}.hero-img{margin-right:0}}@media (max-width: 768px){.hero-content{flex-direction:column;text-align:center;padding:0 1.2rem}.hero-description{padding:0;width:100%}.hero-name{font-size:1.4rem;margin-top:1rem}.about-me-text{font-size:.95rem;line-height:1.7;text-align:left;padding:.5rem}.hero-btn-content{display:flex;justify-content:center;margin-top:1.5rem}.hero-btn{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width: 450px){.typewriter{font-size:1.6rem;text-align:center;white-space:normal}}#about-me{padding:100px 0;background:linear-gradient(to right,#0f3460,#1a1a2e);color:#f0f0f0}.about-me-container{max-width:1000px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem}.about-me-title{font-size:2rem;font-weight:700;color:#6f00ff;text-align:center;position:relative}.about-me-title:after{content:"";display:block;width:60px;height:3px;background-color:#6f00ff;margin:.5rem auto 0;border-radius:2px}.about-soft-content{display:flex;flex-direction:column;gap:2rem}.about-me-description{font-size:1.5rem;font-weight:600;color:#f0f0f0;margin-bottom:0}.about-tech-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.about-tech-content{flex:1;min-width:250px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;box-shadow:0 0 20px #6f00ff1a;transition:transform .3s ease,box-shadow .3s ease}.about-tech-content:hover{transform:translateY(-5px);box-shadow:0 0 30px #6f00ff4d}.about-me-description-2{font-size:1.2rem;font-weight:600;color:#c77dff;margin-bottom:.5rem}.about-me-description-list{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.5rem}.about-me-description-item{font-size:1rem;color:#f0f0f0;padding-left:1.2rem;position:relative}.about-me-description-item:before{content:"★";position:absolute;left:0;color:#6f00ff;font-size:.8rem}.list2{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;box-shadow:0 0 20px #6f00ff1a;list-style:none;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .3s ease}.list2:hover{box-shadow:0 0 30px #6f00ff4d}.list2 li{position:relative;padding-left:1.2rem;color:#f0f0f0}.list2 li:before{content:"★";position:absolute;left:0;color:#6f00ff;font-size:.8rem}.about-icon{color:#c77dff;margin-right:.5rem;font-size:.85rem;vertical-align:middle}@media (max-width: 768px){.about-tech-container{flex-direction:column}.about-me-title{font-size:2rem}.about-me-description{font-size:1.3rem}}#projects{padding:100px 0;background:linear-gradient(to right,#1a1a2e,#0f3460);color:#f0f0f0;position:relative;overflow:hidden}.project-container{max-width:1200px;margin:0 auto;padding:0 2rem}.project-title{text-align:center;font-size:2rem;font-weight:700;color:#6f00ff;margin-bottom:2rem;position:relative}.project-title:after{content:"";display:block;width:60px;height:3px;background-color:#6f00ff;margin:.5rem auto 0;border-radius:2px}.project-item{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 0 25px #6f00ff1a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;height:100%;max-height:600px}.project-item:hover{transform:translateY(-5px);box-shadow:0 0 30px #6f00ff4d}.project-img{width:250px;height:auto;border-radius:10px;object-fit:cover;border:2px solid #6f00ff;transition:transform .3s ease;margin:0 auto 1rem}.project-img:hover{transform:scale(1.03)}.project-item-title{font-size:1.4rem;font-weight:600;color:#c77dff;margin-top:1rem;margin-bottom:.8rem}.project-item-text{font-size:.95rem;line-height:1.6;color:#ccc;margin-bottom:1.5rem;max-height:200px;overflow-y:auto;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:#6f00ff transparent}.project-item-text::-webkit-scrollbar{width:6px}.project-item-text::-webkit-scrollbar-thumb{background-color:#6f00ff;border-radius:10px}.project-btn-content{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:auto}.project-btn{background-color:#6f00ff;color:#fff;border:none;border-radius:25px;padding:.6rem 1.2rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .3s ease,transform .3s ease;box-shadow:0 0 10px #6f00ff4d}.project-btn i{margin-right:.5rem}.project-btn:hover{background-color:#5000cc;transform:scale(1.05)}.swiper-button-next,.swiper-button-prev{color:#6f00ff}.swiper-pagination-bullet{background:#6f00ff}@media (max-width: 768px){.project-item{padding:1.5rem;text-align:center}.project-img{width:125px;height:auto;margin:0 auto 1rem}.project-item-text{font-size:.95rem;text-align:center}.project-btn-content{flex-direction:column;align-items:center;gap:.8rem;margin-top:1rem}.project-btn{width:180px;padding:.6rem 1.2rem;font-size:.9rem}}#education{background:linear-gradient(to right,#0f3460,#1a1a2e);color:#f0f0f0;position:relative;overflow:hidden;padding:100px 0}.education-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;padding:0 2rem}.education-title{font-size:2rem;font-weight:700;color:#6f00ff;margin-bottom:2rem;position:relative;text-align:center}.education-title:after{content:"";display:block;width:60px;height:3px;background-color:#6f00ff;border-radius:2px;margin:.4rem auto 0}.education-list{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:1rem}.education-item{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.5rem;box-shadow:0 0 20px #6f00ff1a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.education-item:hover{transform:translateY(-4px);box-shadow:0 0 25px #6f00ff33}.edu-school{font-weight:700;color:#c77dff}.edu-role{font-style:italic;color:#f0f0f0}.edu-dates{font-size:.95rem;color:#999}@media (max-width: 768px){.education-container{padding:0 1rem}.education-list{gap:.8rem}.education-item{padding:1rem}.education-text{font-size:.95rem;text-align:center}}#certificates{padding:100px 0;background:linear-gradient(to right,#1a1a2e,#0f3460);color:#f0f0f0;position:relative;overflow:hidden}.cert-container{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center}.cert-title{font-size:2rem;font-weight:700;color:#6f00ff;margin-bottom:2rem;position:relative}.cert-title:after{content:"";display:block;width:60px;height:3px;background-color:#6f00ff;margin:.5rem auto 0;border-radius:2px}.cert-btn-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.cert-btn{background-color:#6f00ff;color:#fff;text-decoration:none;border-radius:25px;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;box-shadow:0 0 10px #6f00ff4d;transition:background-color .3s ease,transform .3s ease;animation:float 1s ease-in-out infinite}.cert-btn:hover{background-color:#5000cc;transform:scale(1.05)}.project-img{width:250px;border-radius:10px;object-fit:cover;border:2px solid #6f00ff;transition:transform .3s ease}.project-img:hover{transform:scale(1.05)}@media (max-width: 768px){.cert-btn-content{padding:1.5rem}.cert-btn{font-size:.95rem;padding:.6rem 1.2rem}.project-img{width:160px}}#contacts{background:#0f3460;color:#f0f0f0;padding:60px 0;font-size:1rem}.footer-content{max-width:1000px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem;align-items:center}.footer-title{font-size:2rem;font-weight:700;color:#6f00ff;position:relative;text-align:center}.footer-title:after{content:"";display:block;width:60px;height:3px;background-color:#6f00ff;margin:.5rem auto 0;border-radius:2px}.footer-dectop{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-soc-list{display:flex;gap:1.5rem;list-style:none;padding:0}.footer-soc-item a{font-size:1.5rem;color:#f0f0f0;transition:color .3s,transform .3s}.footer-soc-item a:hover{color:#6f00ff;transform:scale(1.2)}.footer-address-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer-address-item a{color:#ccc;text-decoration:none;transition:color .3s}.footer-address-item a:hover{color:#6f00ff}@media (max-width: 768px){.footer-soc-list{gap:1rem}.footer-address-item a{font-size:.95rem}}
