*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;color:#e0e0e0;font-family:Urbanist,sans-serif}body{background:linear-gradient(135deg,#0f0f23,#1a0f2e,#2d1b3d);width:100%;min-height:100vh;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23ffffff" opacity="0.05"/><circle cx="80" cy="40" r="0.5" fill="%23ffffff" opacity="0.08"/><circle cx="40" cy="80" r="1.5" fill="%23ffffff" opacity="0.03"/><circle cx="60" cy="10" r="0.8" fill="%23ffffff" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none;z-index:-1}.wrapper{min-height:100vh;display:flex;flex-direction:column}header{width:100%;height:80px;background:#141423b3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #00000080;border-bottom-left-radius:15px;border-bottom-right-radius:15px;position:sticky;top:0;z-index:100;border:1px solid rgba(147,112,219,.2);transition:all .3s ease}.header__inner{width:100%;display:flex;height:100%;align-items:center;justify-content:space-between;padding:0 2rem;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:12px;font-size:clamp(1.4rem,4vw,1.6rem);font-weight:700;color:#e0e0e0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#9370db,#8a2be2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #9370db80}.header__nav{display:flex;align-items:center;gap:20px}.header_nav_links nav{display:flex;gap:clamp(15px,3vw,25px)}.header_nav_links nav a{position:relative;font-weight:500;padding:8px 12px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:6px;font-size:clamp(.9rem,2vw,1rem);color:#b8b8b8}.header_nav_links nav a:hover{background:#9370db33;color:#e0e0e0;transform:translateY(-1px)}.header_nav_links nav a.active{background:#9370db4d;color:#9370db;font-weight:600}.header_nav_links nav a:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:3px;background:linear-gradient(90deg,#9370db,#8a2be2);transition:all .3s ease-in-out;transform:translate(-50%);border-radius:2px}.header_nav_links nav a:hover:after,.header_nav_links nav a.active:after{width:80%}.header_nav_mobile_button{display:none;background:#9370db33;padding:8px 16px;border-radius:10px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(147,112,219,.3);font-weight:500;align-items:center;gap:8px;font-size:clamp(.9rem,2.5vw,1rem);color:#b8b8b8}.header_nav_mobile_button:hover{background:#9370db4d;transform:translateY(-1px)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#141423f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:0 0 15px 15px;box-shadow:0 8px 32px #00000080;border:1px solid rgba(147,112,219,.2);border-top:none;z-index:99}.mobile-menu.active{display:block;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu nav{display:flex;flex-direction:column;padding:20px;gap:15px}.mobile-menu nav a{padding:12px 16px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:10px;font-weight:500;font-size:clamp(.9rem,2.5vw,1rem);color:#b8b8b8}.mobile-menu nav a:hover{background:#9370db33;color:#9370db}main{margin:0 auto;max-width:1200px;width:100%;padding:1.5rem;flex:1}.hero__section{display:flex;align-items:center;justify-content:center;text-align:center;background:#1e1e3266;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:clamp(2rem,5vw,3rem);margin:clamp(1rem,4vw,2rem) 0;box-shadow:0 12px 40px #00000080;border:1px solid rgba(147,112,219,.2);position:relative;overflow:hidden}.hero__section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(147,112,219,.1),transparent);animation:shimmer 4s infinite linear;pointer-events:none}.hero__section:after{content:"";position:absolute;top:20px;right:20px;width:100px;height:100px;background:radial-gradient(circle,rgba(147,112,219,.2) 0%,transparent 70%);border-radius:50%;animation:float 3s ease-in-out infinite}.hero__content{position:relative;z-index:2}.hero__content h1{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#e0e0e0,#9370db,#8a2be2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.5)}.hero__subtitle{font-size:clamp(1rem,3vw,1.4rem);color:#b8b8b8;margin-bottom:1rem;font-weight:600;animation:fadeInUp 1s ease-out .1s both}.hero__content p{font-size:clamp(.9rem,2.5vw,1.2rem);color:#a0a0a0;margin-bottom:2rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.7;animation:fadeInUp 1s ease-out .2s both}.hero__buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s both}.hero__cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#9370db,#8a2be2);color:#fff;padding:12px 24px;border-radius:30px;font-weight:600;box-shadow:0 6px 20px #9370db99;transition:all .3s ease;border:none;cursor:pointer;font-size:clamp(.9rem,2vw,1rem)}.hero__cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #9370dbb3;color:#fff}.hero__cta.secondary{background:#9370db33;color:#e0e0e0;box-shadow:0 6px 20px #0000004d}.hero__cta.secondary:hover{background:#9370db4d;color:#e0e0e0;box-shadow:0 8px 25px #0006}.skills-preview{display:flex;justify-content:center;gap:clamp(10px,2vw,15px);margin-top:2rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .6s both}.skill-badge{background:#9370db33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:25px;border:1px solid rgba(147,112,219,.3);font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:8px;font-size:clamp(.8rem,2vw,.9rem);color:#b8b8b8}.skill-badge:hover{transform:translateY(-2px);background:#9370db4d;box-shadow:0 6px 20px #9370db4d}.about__section{display:flex;flex-direction:column;align-items:center;text-align:center;background:#1e1e3266;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:clamp(2rem,5vw,3rem);margin:clamp(1rem,4vw,2rem) 0;box-shadow:0 12px 40px #00000080;border:1px solid rgba(147,112,219,.2);position:relative;overflow:hidden}.about__section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(147,112,219,.1),transparent);animation:shimmer 4s infinite linear;pointer-events:none}.about__content{position:relative;z-index:2;max-width:800px}.about__content h1{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#e0e0e0,#9370db,#8a2be2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out .2s both;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.5)}.about__subtitle{font-size:clamp(1rem,3vw,1.4rem);color:#b8b8b8;margin-bottom:1rem;font-weight:600;animation:fadeInUp 1s ease-out .3s both}.about__content p{font-size:clamp(.9rem,2.5vw,1.2rem);color:#a0a0a0;margin-bottom:1.5rem;line-height:1.7;animation:fadeInUp 1s ease-out .4s both}.about__buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .6s both}.about__cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#9370db,#8a2be2);color:#fff;padding:12px 24px;border-radius:30px;font-weight:600;box-shadow:0 6px 20px #9370db99;transition:all .3s ease;border:none;cursor:pointer;font-size:clamp(.9rem,2vw,1rem)}.about__cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #9370dbb3;color:#fff}.about__cta.secondary{background:#9370db33;color:#e0e0e0;box-shadow:0 6px 20px #0000004d}.about__cta.secondary:hover{background:#9370db4d;color:#e0e0e0;box-shadow:0 8px 25px #0006}.profile-container{position:relative;z-index:2;margin-bottom:2rem;animation:fadeInUp 1s ease-out}.profile-picture{width:clamp(150px,20vw,200px);height:clamp(150px,20vw,200px);border-radius:50%;border:4px solid rgba(147,112,219,.4);box-shadow:0 15px 35px #9370db80,0 5px 15px #00000080,inset 0 1px #9370db4d;object-fit:cover;transition:all .4s ease;position:relative;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);display:flex;align-items:center;justify-content:center;color:#666;font-size:clamp(2rem,4vw,3rem)}.profile-picture:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 45px #9370db99,0 10px 25px #0009,inset 0 1px #9370db80}.profile-picture:before{content:"";position:absolute;inset:-4px;background:linear-gradient(45deg,#9370db,#8a2be2,plum,#9370db);border-radius:50%;z-index:-1;animation:rotate 3s linear infinite}.profile-upload-overlay{position:absolute;inset:0;background:#9370dbe6;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;cursor:pointer;color:#fff;font-size:1.5rem}.profile-picture:hover .profile-upload-overlay{opacity:1}.profile-upload-input{display:none}.contact__section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#1e1e3266;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:clamp(2rem,5vw,3rem);margin:clamp(1rem,4vw,2rem) 0;box-shadow:0 12px 40px #00000080;border:1px solid rgba(147,112,219,.2);position:relative;overflow:hidden}.contact__section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(147,112,219,.1),transparent);animation:shimmer 4s infinite linear;pointer-events:none}.contact__section:after{content:"";position:absolute;top:20px;right:20px;width:100px;height:100px;background:radial-gradient(circle,rgba(147,112,219,.2) 0%,transparent 70%);border-radius:50%;animation:float 3s ease-in-out infinite}.contact__content{position:relative;z-index:2}.contact__content h1{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#e0e0e0,#9370db,#8a2be2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.5)}.contact__content p{font-size:clamp(.9rem,2.5vw,1.2rem);color:#a0a0a0;margin-bottom:2rem;max-width:650px;line-height:1.7;animation:fadeInUp 1s ease-out .2s both}.contact__info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;animation:fadeInUp 1s ease-out .4s both}.contact__item{display:flex;align-items:center;gap:12px;background:#9370db33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 20px;border-radius:15px;border:1px solid rgba(147,112,219,.3);transition:all .3s ease;font-size:clamp(.9rem,2vw,1rem);cursor:pointer;color:#b8b8b8}.contact__item:hover{transform:translateY(-2px);background:#9370db4d;box-shadow:0 6px 20px #9370db4d}.skills__section{margin:clamp(1rem,4vw,2rem) 0}.skills__header{text-align:center;margin-bottom:3rem;animation:fadeInUp 1s ease-out}.skills__header h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#e0e0e0,#9370db,#8a2be2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.skills__header p{font-size:clamp(1rem,3vw,1.3rem);color:#b8b8b8;max-width:600px;margin:0 auto;line-height:1.6}.skills__categories{display:grid;gap:2rem;animation:fadeInUp 1s ease-out .2s both}.skill__category{background:#1e1e3266;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(147,112,219,.2);box-shadow:0 12px 40px #00000080;transition:all .3s ease;position:relative;overflow:hidden}.skill__category:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0009}.skill__category:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(147,112,219,.1),transparent);animation:shimmer 3s infinite linear;pointer-events:none}.category__header{display:flex;align-items:center;gap:15px;margin-bottom:1.5rem;position:relative;z-index:2}.category__icon{width:50px;height:50px;background:linear-gradient(135deg,#9370db,#8a2be2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 20px #9370db99}.category__title{font-size:clamp(1.3rem,3vw,1.6rem);font-weight:700;color:#e0e0e0}.skills__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;position:relative;z-index:2}.skill__item{background:#9370db26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1.5rem;border:1px solid rgba(147,112,219,.3);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.skill__item:hover{transform:translateY(-3px);background:#9370db33;box-shadow:0 10px 30px #9370db4d}.skill__item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#9370db,#8a2be2);transform:scaleX(0);transition:transform .3s ease;transform-origin:left}.skill__item:hover:after{transform:scaleX(1)}.skill__header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.skill__icon{width:40px;height:40px;background:linear-gradient(135deg,#9370db30,#8a2be230);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#9370db}.skill__name{font-size:1.1rem;font-weight:600;color:#e0e0e0}.skill__level{font-size:.9rem;color:#b8b8b8;margin-left:auto}.skill__description{color:#a0a0a0;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.skill__progress{width:100%;height:6px;background:#32324699;border-radius:3px;overflow:hidden}.skill__progress-bar{height:100%;background:linear-gradient(90deg,#9370db,#8a2be2);border-radius:3px;transition:width 1s ease-out;animation:progressFill 2s ease-out}@keyframes progressFill{0%{width:0}}.experience__section,.experience-section{background:#1e1e3266;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:clamp(2rem,5vw,3rem);margin:clamp(1rem,4vw,2rem) 0;box-shadow:0 12px 40px #00000080;border:1px solid rgba(147,112,219,.2);position:relative;overflow:hidden;animation:fadeInUp 1s ease-out .4s both}.experience__section:before,.experience-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(147,112,219,.1),transparent);animation:shimmer 6s infinite linear;pointer-events:none}.experience__header,.section-title{text-align:center;margin-bottom:3rem;position:relative;z-index:2}.experience__header h2,.section-title h1{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;background:linear-gradient(135deg,#e0e0e0,#9370db,#8a2be2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;animation:fadeInUp 1s ease-out}.section-title p{font-size:clamp(1rem,3vw,1.2rem);color:#b8b8b8;font-weight:500;animation:fadeInUp 1s ease-out .2s both}.experience__timeline{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.experience__item{background:#9370db26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:15px;padding:1.5rem;border:1px solid rgba(147,112,219,.3);text-align:center;min-width:150px;transition:all .3s ease}.experience__item:hover{transform:translateY(-3px);background:#9370db40}.experience__number{font-size:2rem;font-weight:800;color:#9370db;margin-bottom:.5rem}.experience__label{font-size:.9rem;color:#b8b8b8;font-weight:500}.timeline{position:relative;max-width:900px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#9370db,#8a2be2,#9370db);transform:translate(-50%);border-radius:2px;box-shadow:0 0 20px #9370db80}.timeline-item{position:relative;width:100%;margin-bottom:3rem;opacity:0;animation:fadeInUp .8s ease-out forwards}.timeline-item:nth-child(1){animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.3s}.timeline-item:nth-child(3){animation-delay:.5s}.timeline-item:nth-child(4){animation-delay:.7s}.timeline-item.left .timeline-content{margin-right:55%;text-align:right}.timeline-item.right .timeline-content{margin-left:55%;text-align:left}.timeline-content{background:#9370db26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:2rem;border-radius:20px;box-shadow:0 8px 32px #00000080;border:1px solid rgba(147,112,219,.3);position:relative;transition:all .3s ease}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0009;background:#9370db33}.timeline-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:linear-gradient(135deg,#9370db,#8a2be2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 0 0 6px #1e1e32cc,0 8px 20px #9370db99;z-index:10}.timeline-date{display:inline-block;background:linear-gradient(135deg,#9370db,#8a2be2);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.9rem;margin-bottom:1rem;box-shadow:0 4px 12px #9370db80}.timeline-title{font-size:1.5rem;font-weight:700;color:#e0e0e0;margin-bottom:.5rem}.timeline-subtitle{font-size:1.1rem;font-weight:600;color:#9370db;margin-bottom:1rem}.timeline-description{font-size:1rem;color:#b8b8b8;line-height:1.6;margin-bottom:1.5rem}.timeline-skills{display:flex;flex-wrap:wrap;gap:8px;margin-top:1rem}.skill-tag{background:#9370db33;color:#9370db;padding:6px 12px;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(147,112,219,.3);transition:all .3s ease}.skill-tag:hover{background:#9370db4d;transform:translateY(-2px)}.achievement-badge{display:inline-flex;align-items:center;gap:6px;background:#ffd70026;color:gold;padding:6px 12px;border-radius:15px;font-size:.85rem;font-weight:600;border:1px solid rgba(255,215,0,.3);margin-top:1rem}.certifications__section{margin:3rem 0;animation:fadeInUp 1s ease-out .6s both}.certifications__header{text-align:center;margin-bottom:2rem}.certifications__header h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#e0e0e0;margin-bottom:.5rem}.certifications__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.certification__item{background:#1e1e3266;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:15px;padding:1.5rem;border:1px solid rgba(147,112,219,.2);transition:all .3s ease;position:relative}.certification__item:hover{transform:translateY(-3px);background:#9370db26}.certification__badge{width:60px;height:60px;background:linear-gradient(135deg,#9370db,#8a2be2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem;box-shadow:0 6px 20px #9370db99}.certification__title{font-size:1.1rem;font-weight:600;color:#e0e0e0;margin-bottom:.5rem}.certification__issuer{color:#b8b8b8;font-size:.9rem;margin-bottom:.5rem}.certification__date{color:#9370db;font-size:.85rem;font-weight:500}.social-links{display:flex;justify-content:center;gap:clamp(10px,2vw,15px);margin-top:1.5rem;animation:fadeInUp 1s ease-out .8s both}.social-link{width:clamp(40px,10vw,50px);height:clamp(40px,10vw,50px);background:#9370db33;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(147,112,219,.3);cursor:pointer;color:#b8b8b8}.social-link:hover{transform:translateY(-3px) scale(1.1);background:linear-gradient(135deg,#9370db,#8a2be2);color:#fff;box-shadow:0 8px 25px #9370db99}footer{background:#14142399;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:clamp(1.5rem,3vw,2rem);text-align:center;border-top:1px solid rgba(147,112,219,.2);width:100%;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:15px}.footer-links{display:flex;justify-content:center;gap:clamp(15px,3vw,25px);margin-bottom:15px;flex-wrap:wrap}.footer-links a{color:#b8b8b8;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:6px;font-size:clamp(.8rem,2vw,.9rem)}.footer-links a:hover{color:#9370db;transform:translateY(-1px)}.scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);animation:bounce 2s infinite;color:#9370db;cursor:pointer;opacity:.7;transition:opacity .3s ease}.scroll-indicator:hover{opacity:1}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f0f23,#1a0f2e);display:flex;align-items:center;justify-content:center;z-index:1000;transition:opacity .5s ease}.loading-overlay.hidden{opacity:0;pointer-events:none}.loading-spinner{width:clamp(40px,10vw,60px);height:clamp(40px,10vw,60px);border:4px solid rgba(147,112,219,.3);border-top:4px solid #9370db;border-radius:50%;animation:spin 1s linear infinite}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(180deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{opacity:0;animation:fadeIn .8s ease-out forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#14142380}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#9370db,#8a2be2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#8a2be2,#9370db)}@media(max-width:1024px){.header_nav_links{display:none}.header_nav_mobile_button{display:flex!important}.hero__section,.about__section,.contact__section{padding:clamp(1.5rem,4vw,2rem);margin:clamp(1rem,3vw,1.5rem) 0}.hero__buttons,.about__buttons{gap:15px}.hero__cta,.about__cta{padding:10px 20px;font-size:clamp(.8rem,2vw,.9rem)}.profile-picture{width:clamp(120px,18vw,160px);height:clamp(120px,18vw,160px)}.skills__grid,.certifications__grid{grid-template-columns:1fr}}@media(max-width:768px){main{padding:1rem}.hero__content h1,.about__content h1,.contact__content h1{font-size:clamp(1.8rem,5vw,2.5rem)}.hero__subtitle,.about__subtitle{font-size:clamp(.9rem,2.5vw,1.2rem)}.hero__content p,.about__content p,.contact__content p{font-size:clamp(.8rem,2.2vw,1rem)}.hero__buttons,.about__buttons{flex-direction:column;align-items:center;gap:12px}.hero__cta,.about__cta{width:100%;max-width:220px;justify-content:center}.profile-picture{width:clamp(100px,15vw,140px);height:clamp(100px,15vw,140px)}.skills-preview{gap:8px}.contact__info{gap:1rem}.contact__item{font-size:clamp(.8rem,2vw,.9rem)}.skill__category{padding:1.5rem}.skills__grid{gap:1rem}.skill__item{padding:1rem}.experience__timeline{gap:.5rem}.experience__item{min-width:120px;padding:1rem}.timeline:before{left:30px}.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{margin-left:80px;margin-right:0;text-align:left}.timeline-icon{left:30px}.timeline-content{padding:1.5rem}.timeline-title{font-size:1.3rem}.timeline-subtitle{font-size:1rem}}@media(max-width:480px){.header__inner{padding:0 1rem}.hero__content h1,.about__content h1,.contact__content h1,.skills__header h1{font-size:clamp(1.6rem,4.5vw,2rem)}.hero__section,.about__section,.contact__section{padding:clamp(1rem,3vw,1.5rem);margin:clamp(.5rem,2vw,1rem) 0}.logo{font-size:clamp(1.2rem,3.5vw,1.4rem)}.logo-icon{width:28px;height:28px}.social-links{gap:8px}.social-link{width:40px;height:40px}.profile-container{margin-bottom:1.5rem}.category__header{flex-direction:column;text-align:center;gap:10px}.experience__timeline{flex-direction:column;align-items:center}.timeline:before{left:20px}.timeline-icon{left:20px;width:40px;height:40px;font-size:18px}.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{margin-left:60px}.timeline-content{padding:1.2rem}}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:0 1rem;position:relative}.not-found-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;background:linear-gradient(135deg,#e0e0e0,#9370db,#8a2be2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;animation:fadeInUp 1s ease-out;text-shadow:0 4px 8px rgba(0,0,0,.5)}.not-found-message{font-size:clamp(1rem,3vw,1.25rem);color:#b8b8b8;margin-bottom:2rem;max-width:500px;line-height:1.6;font-weight:500;animation:fadeInUp 1s ease-out .2s both}.not-found-button{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#9370db,#8a2be2);color:#fff;padding:12px 24px;border-radius:12px;font-weight:600;box-shadow:0 6px 20px #9370db99;transition:all .3s ease;border:none;cursor:pointer;font-size:clamp(.9rem,2vw,1rem);text-decoration:none;animation:fadeInUp 1s ease-out .4s both}.not-found-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #9370dbb3;color:#fff;background:linear-gradient(135deg,#8a2be2,#7b68ee)}.not-found-button:active{transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.not-found-container:before{content:"";position:absolute;top:20%;left:10%;width:100px;height:100px;background:radial-gradient(circle,rgba(147,112,219,.2) 0%,transparent 70%);border-radius:50%;animation:float 4s ease-in-out infinite}.not-found-container:after{content:"";position:absolute;bottom:20%;right:15%;width:80px;height:80px;background:radial-gradient(circle,rgba(138,43,226,.2) 0%,transparent 70%);border-radius:50%;animation:float 4s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@media(max-width:768px){.not-found-container{min-height:70vh;padding:0 1.5rem}.not-found-title{font-size:clamp(2.5rem,6vw,4rem)}.not-found-message{font-size:clamp(.9rem,2.5vw,1.1rem);margin-bottom:1.5rem}.not-found-button{padding:10px 20px;font-size:clamp(.8rem,2vw,.9rem)}}@media(max-width:480px){.not-found-container{min-height:60vh}.not-found-container:before,.not-found-container:after{display:none}}
