@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;transition:all .3s;position:relative;overflow-x:hidden}.custom-cursor{position:fixed;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s ease;box-shadow:0 0 10px #667eea80}.custom-cursor-outline{position:fixed;width:32px;height:32px;border-radius:50%;border:2px solid rgba(102,126,234,.4);pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,opacity .3s ease;background:transparent}.cursor-hover .custom-cursor{transform:translate(-50%,-50%) scale(.5);background:linear-gradient(135deg,#764ba2,#667eea)}.cursor-hover .custom-cursor-outline{width:48px;height:48px;border-color:#667eeacc;background:#667eea1a}.cursor-ripple{position:fixed;width:10px;height:10px;border-radius:999px;background:#667eea66;transform:translate(-50%,-50%) scale(1);animation:ripple .6s ease-out forwards;pointer-events:none;z-index:9991}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}to{transform:translate(-50%,-50%) scale(20);opacity:0}}@media(hover:none)and (pointer:coarse){.custom-cursor,.custom-cursor-outline{display:none}}body.dark{color:#e0e0e0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);background-size:200% 200%;animation:gradient-shift 15s ease infinite}body.light{color:#333;background:linear-gradient(135deg,#f5f7fa,#c3cfe2,#b8c6db);background-size:200% 200%;animation:gradient-shift 15s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}a{color:#4fc3f7;text-decoration:none;transition:color .3s}a:hover{color:#81d4fa}body.light a{color:#667eea}body.light a:hover{color:#764ba2}h1{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:2rem}body.dark h2{color:#fff}body.light h2{color:#333}h3{font-size:1.5rem;margin-bottom:1rem}body.dark h3{color:#b0b0b0}body.light h3{color:#555}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);z-index:10000}.loading-content{text-align:center}.loading-content h1{font-size:3rem;margin-bottom:2rem;font-family:Courier New,monospace;color:#667eea}.typewriter{display:inline-block}.cursor{animation:blink 1s step-end infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.progress-bar{width:300px;height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden;margin:0 auto 1rem;border:2px solid rgba(102,126,234,.3)}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;box-shadow:0 0 10px #667eea80}.loading-content p{color:#667eea;font-size:1.2rem;font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.app{width:100%;margin:0;padding:0;min-height:100vh}nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d;z-index:1000}body.light nav{background:#ffffff4d}.nav-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-buttons{display:flex;gap:1rem}.hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:.5rem}.hamburger span{width:25px;height:3px;background:#667eea;border-radius:2px;transition:all .3s}body.light .hamburger span{background:#333}main{padding:7rem 2rem 2rem;width:100%}nav button{padding:.8rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;border:none;background:transparent;color:#e0e0e0;cursor:pointer;transition:all .3s}nav button:hover{color:#fff;transform:translateY(-2px)}nav button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}nav button:disabled{opacity:.3;cursor:not-allowed}.theme-toggle{font-size:1.2rem;padding:.8rem 1.5rem!important}.theme-toggle .material-symbols-outlined{font-size:1.5rem;vertical-align:middle}.mode-active{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;box-shadow:0 0 15px #667eea99!important}.home-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 7rem)}.hero-section{text-align:center;max-width:900px;padding:2rem}.hero-title{font-size:5rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease}.hero-subtitle{font-size:1.8rem;color:#667eea;margin-bottom:1rem;animation:fadeInUp 1.2s ease}.hero-description{font-size:1.3rem;color:#b0b0b0;margin-bottom:3rem;animation:fadeInUp 1.4s ease}body.light .hero-description{color:#555}.hero-stats{display:flex;justify-content:center;gap:4rem;animation:fadeInUp 1.6s ease}.stat-item{text-align:center;opacity:0;animation:staggeredFadeIn .5s ease forwards}.stat-item:nth-child(1){animation-delay:1.8s}.stat-item:nth-child(2){animation-delay:2s}.stat-item:nth-child(3){animation-delay:2.2s}.stat-item h3{font-size:3rem;color:#667eea;margin-bottom:.5rem}.stat-item p{font-size:1rem;color:#b0b0b0}body.light .stat-item p{color:#555}.hero-contact{margin-top:4rem;padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(102,126,234,.3);animation:fadeInUp 1.8s ease}.hero-contact h2{font-size:1.5rem;color:#667eea;margin-bottom:1rem}.hero-contact p{font-size:1.1rem}.hero-contact a{color:#4fc3f7;text-decoration:none;transition:color .3s}.hero-contact a:hover{color:#81d4fa}body.light .hero-contact{background:#fff6;border:1px solid rgba(0,0,0,.1)}body.light .hero-contact a{color:#667eea}body.light .hero-contact a:hover{color:#764ba2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-stats{flex-direction:column;gap:2rem}}body.light nav button{color:#333}body.light nav button:hover{color:#000}body.light .profile,body.light .project-card{background:#fff6;border:1px solid rgba(0,0,0,.1)}body.light .bio li{background:#ffffff4d;border-left:4px solid #667eea}.page{animation:fadeIn .5s ease-in}.profile-header{text-align:center;margin-bottom:2rem}.profile-image{width:400px;height:400px;border-radius:50%;object-fit:cover;border:4px solid #667eea;box-shadow:0 8px 32px #667eea66;margin-bottom:1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile{max-width:100%;margin:0;padding:3rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}.profile-card{max-width:100%;margin:2rem 0;padding:3rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}body.light .profile-card{background:#fff6;border:1px solid rgba(0,0,0,.1)}.section-title{font-size:2rem;margin:3rem 0 1.5rem;padding-bottom:.5rem;border-bottom:3px solid #667eea}.section-content{margin-bottom:2rem}body.light .profile{background:#fff6;border:1px solid rgba(0,0,0,.1)}.bio{margin-top:2rem}.bio ul{list-style:none;padding:0}.bio li{padding:1rem;margin:.5rem 0;background:#ffffff0d;border-radius:10px;border-left:4px solid #667eea;transition:all .3s;opacity:0;animation:staggeredFadeIn .5s ease forwards}.bio li:nth-child(1){animation-delay:.1s}.bio li:nth-child(2){animation-delay:.2s}.bio li:nth-child(3){animation-delay:.3s}.bio li:nth-child(4){animation-delay:.4s}.bio li:nth-child(5){animation-delay:.5s}.bio li:nth-child(6){animation-delay:.6s}@keyframes staggeredFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bio li:hover{background:#ffffff1a;transform:translate(10px)}body.light .bio li{background:#ffffff4d}body.light .bio li:hover{background:#ffffff80}.bio li img{vertical-align:middle;margin-right:.5rem}.tech-slider{overflow:hidden;padding:2rem 1rem;background:#ffffff08;border-radius:15px;margin:1rem 0}body.light .tech-slider{background:#fff3}.tech-track{display:flex;gap:1rem;animation:scroll 30s linear infinite;padding:0 1rem}.tech-track img{height:28px;flex-shrink:0}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-20%)}}.tech-track:after{content:"";display:flex;gap:1rem}.projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;width:100%}.project-card{padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s;box-shadow:0 8px 32px #0000004d;opacity:0;animation:staggeredFadeIn .5s ease forwards}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}.project-card:nth-child(6){animation-delay:.6s}.project-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #667eea4d;border-color:#667eea}body.light .project-card{background:#fff6;border:1px solid rgba(0,0,0,.1)}body.light .project-card:hover{box-shadow:0 12px 40px #667eea33}.project-card h3{color:#fff;margin-bottom:1rem}body.light .project-card h3{color:#333}.project-card p{color:#b0b0b0;margin-bottom:1.5rem}body.light .project-card p{color:#555}.project-card a{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50px;font-weight:600;transition:all .3s}.project-card a:hover{transform:scale(1.05);box-shadow:0 4px 15px #667eea66}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tags img{height:20px;vertical-align:middle}.certifications{display:flex;flex-direction:column;gap:1.5rem}.cert-item{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#ffffff08;border-radius:10px;transition:all .3s}.cert-item:hover{background:#ffffff14;transform:translate(5px)}body.light .cert-item{background:#ffffff80}body.light .cert-item:hover{background:#ffffffb3}.cert-icon{width:80px;height:80px;object-fit:contain;border-radius:8px}.cert-info{display:flex;flex-direction:column;gap:.5rem}.cert-info strong{font-size:1.1rem;color:#667eea}.cert-info span{color:#b0b0b0;font-size:.9rem}body.light .cert-info span{color:#666}.about-intro{margin-bottom:3rem;text-align:center}.intro-title{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle-text{font-size:1.3rem;color:#667eea;margin-bottom:2rem;font-weight:500}.intro-description{text-align:left;max-width:800px;margin:0 auto}.intro-description p{line-height:1.8;margin-bottom:1rem;font-size:1.05rem}.tagline-box{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:4px solid #667eea;border-radius:8px}.tagline-box strong{display:block;color:#667eea;font-size:1.2rem;margin-bottom:.5rem}.tagline-box span{color:#b0b0b0;font-size:1rem}body.light .tagline-box{background:linear-gradient(135deg,#667eea26,#764ba226)}body.light .tagline-box span{color:#666}.expertise-section h3{margin-bottom:1.5rem;color:#667eea}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.expertise-item{padding:1.5rem;background:#ffffff08;border-radius:10px;border-left:4px solid #667eea;transition:all .3s}.expertise-item:hover{background:#ffffff14;transform:translate(5px)}body.light .expertise-item{background:#ffffff80}body.light .expertise-item:hover{background:#ffffffb3}.expertise-item h4{color:#667eea;margin-bottom:.5rem;font-size:1.1rem}.expertise-item p{color:#b0b0b0;font-size:.95rem}body.light .expertise-item p{color:#666}.search-container{display:flex;gap:1rem;max-width:100%;margin:2rem 0;flex-wrap:wrap;justify-content:center}.search-input{flex:1;min-width:250px;padding:1rem 1.5rem;background:#ffffff0d;border:2px solid rgba(102,126,234,.3);border-radius:50px;color:#e0e0e0;font-size:1rem;outline:none;transition:all .3s}.search-input:focus{border-color:#667eea;box-shadow:0 0 20px #667eea4d}.search-input::placeholder{color:#888}body.light .search-input{background:#ffffff80;color:#333;border-color:#667eea4d}body.light .search-input::placeholder{color:#666}@media(max-width:768px){.app{padding:.5rem}nav{padding:.75rem 1rem}.nav-logo{font-size:1rem}.hamburger{display:flex}.nav-buttons{position:fixed;top:60px;right:-100%;flex-direction:column;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:15px;box-shadow:0 8px 32px #00000080;transition:right .3s;z-index:999;width:200px}body.light .nav-buttons{background:#fffffff2}.nav-buttons.open{right:1rem}.nav-buttons button{width:100%;padding:.75rem;font-size:.9rem}main{padding:5rem 1rem 2rem}h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p,li{font-size:.9rem}.profile,.profile-card{padding:1.5rem;margin:1rem 0}.section-title{font-size:1.5rem}.projects{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}.project-card h3{font-size:1.1rem}.project-card p{font-size:.85rem}.search-input{font-size:.9rem;padding:.75rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.9rem}.stat-item h3{font-size:2rem}.stat-item p{font-size:.85rem}.theme-toggle .material-symbols-outlined{font-size:1.2rem}}@media(max-width:480px){.nav-logo{font-size:.9rem}h1{font-size:1.3rem}h2{font-size:1.1rem}h3{font-size:1rem}p,li{font-size:.85rem}.profile,.profile-card{padding:1rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:1.5rem}.stat-item h3{font-size:1.5rem}}body.pixel-mode{font-family:"Press Start 2P",cursive;line-height:1.8;text-rendering:pixelated;image-rendering:pixelated;color:#0f0;background:#0a0a0a}body.pixel-mode.light{color:#000;background:#e0e0e0}body.pixel-mode h1{font-size:1.2rem;text-shadow:2px 2px 0px #000;color:#0f0}body.pixel-mode.light h1{color:#000;text-shadow:2px 2px 0px #fff}body.pixel-mode h2{font-size:1rem;color:#0ff}body.pixel-mode.light h2{color:#06c}body.pixel-mode h3{font-size:.8rem;color:#ff0}body.pixel-mode.light h3{color:#c60}body.pixel-mode a{color:#f0f}body.pixel-mode a:hover{color:#ff0}body.pixel-mode.light a{color:#06c}body.pixel-mode.light a:hover{color:#c06}body.pixel-mode nav{background:#000;border-bottom:4px solid #00ff00;box-shadow:0 4px #0f0}body.pixel-mode.light nav{background:#fff;border-bottom:4px solid #000;box-shadow:0 4px #000}body.pixel-mode .nav-logo{color:#0f0;font-size:.8rem}body.pixel-mode.light .nav-logo{color:#000}body.pixel-mode nav button{padding:.5rem 1rem;font-size:.6rem;font-family:"Press Start 2P",cursive;border:3px solid #00ff00;background:#000;color:#0f0;box-shadow:3px 3px #0f0}body.pixel-mode nav button:hover,body.pixel-mode nav button.active{background:#0f0;color:#000}body.pixel-mode.light nav button{border:3px solid #000;background:#fff;color:#000;box-shadow:3px 3px #000}body.pixel-mode.light nav button:hover,body.pixel-mode.light nav button.active{background:#000;color:#fff}body.pixel-mode .profile{background:#000;border:4px solid #00ff00;box-shadow:8px 8px #0f0}body.pixel-mode.light .profile{background:#fff;border:4px solid #000;box-shadow:8px 8px #000}body.pixel-mode .profile-image{border:4px solid #00ff00;box-shadow:4px 4px #0f0;image-rendering:pixelated}body.pixel-mode.light .profile-image{border:4px solid #000;box-shadow:4px 4px #000}body.pixel-mode .bio li{background:#000;border:2px solid #00ff00;font-size:.6rem}body.pixel-mode .bio li:hover{background:#0f0;color:#000}body.pixel-mode.light .bio li{background:#fff;border:2px solid #000}body.pixel-mode.light .bio li:hover{background:#000;color:#fff}body.pixel-mode .project-card{background:#000;border:4px solid #00ff00;box-shadow:6px 6px #0f0}body.pixel-mode .project-card:hover{box-shadow:8px 8px #0f0}body.pixel-mode.light .project-card{background:#fff;border:4px solid #000;box-shadow:6px 6px #000}body.pixel-mode.light .project-card:hover{box-shadow:8px 8px #000}body.pixel-mode .project-card h3{font-size:.8rem}body.pixel-mode .project-card p{font-size:.6rem}body.pixel-mode .project-card a{padding:.5rem 1rem;background:#0f0;color:#000;border:2px solid #00ff00;font-size:.6rem;box-shadow:3px 3px #000}body.pixel-mode .project-card a:hover{background:#000;color:#0f0}body.pixel-mode.light .project-card a{background:#000;color:#fff;border:2px solid #000}body.pixel-mode.light .project-card a:hover{background:#fff;color:#000}body.pixel-mode .search-input{background:#000;border:3px solid #00ff00;color:#0f0;font-size:.6rem;font-family:"Press Start 2P",cursive}body.pixel-mode .search-input:focus{box-shadow:4px 4px #0f0}body.pixel-mode .search-input::placeholder{color:#060}body.pixel-mode.light .search-input{background:#fff;color:#000;border:3px solid #000}body.pixel-mode.light .search-input:focus{box-shadow:4px 4px #000}body.pixel-mode.light .search-input::placeholder{color:#666}body.pixel-mode .tech-slider{background:#000;border:2px solid #00ff00}body.pixel-mode.light .tech-slider{background:#fff;border:2px solid #000}body.neon-mode{background:linear-gradient(135deg,#000,#0a0a1a,#1a001a);background-size:200% 200%;animation:gradient-shift 15s ease infinite;color:#0ff}body.neon-mode h1{color:#0ff;text-shadow:0 0 10px #0ff,0 0 20px #0ff,0 0 30px #0ff,0 0 40px #0ff;animation:neon-flicker 1.5s infinite alternate}body.neon-mode h2{color:#f0f;text-shadow:0 0 10px #f0f,0 0 20px #f0f,0 0 30px #f0f}body.neon-mode h3{color:#ff0;text-shadow:0 0 10px #ff0,0 0 20px #ff0}body.neon-mode a{color:#0ff;text-shadow:0 0 5px #0ff}body.neon-mode a:hover{color:#f0f;text-shadow:0 0 10px #f0f,0 0 20px #f0f}body.neon-mode nav{background:#000000e6;border-bottom:2px solid #0ff;box-shadow:0 0 20px #0ff}body.neon-mode .nav-logo{color:#0ff;text-shadow:0 0 10px #0ff,0 0 20px #0ff}body.neon-mode nav button{color:#0ff;border:2px solid #0ff;text-shadow:0 0 5px #0ff}body.neon-mode nav button:hover{background:#0ff;color:#000;box-shadow:0 0 20px #0ff}body.neon-mode nav button.active{background:#0ff;color:#000;box-shadow:0 0 20px #0ff,0 0 30px #0ff}body.neon-mode .hamburger span{background:#0ff;box-shadow:0 0 5px #0ff}body.neon-mode .profile,body.neon-mode .profile-card,body.neon-mode .project-card{background:#000c;border:2px solid #0ff;box-shadow:0 0 20px #0ff,inset 0 0 20px #00ffff1a}body.neon-mode .project-card:hover{border-color:#f0f;box-shadow:0 0 30px #f0f,inset 0 0 30px #f0f3}body.neon-mode .bio li{background:#0009;border:1px solid #0ff;border-left:4px solid #0ff;box-shadow:0 0 10px #00ffff4d}body.neon-mode .bio li:hover{background:#00ffff1a;box-shadow:0 0 20px #0ff}body.neon-mode .project-card a{background:#0ff;color:#000;box-shadow:0 0 10px #0ff,0 0 20px #0ff;border:none}body.neon-mode .project-card a:hover{background:#f0f;box-shadow:0 0 20px #f0f,0 0 30px #f0f}body.neon-mode .search-input{background:#000c;border:2px solid #0ff;color:#0ff;box-shadow:0 0 10px #00ffff4d}body.neon-mode .search-input:focus{box-shadow:0 0 20px #0ff}body.neon-mode .search-input::placeholder{color:#0aa}body.neon-mode .tech-slider{background:#0009;border:1px solid #0ff;box-shadow:0 0 10px #00ffff4d}body.neon-mode .cursor-glow{background:radial-gradient(circle,rgba(0,255,255,.6) 0%,rgba(255,0,255,.4) 30%,rgba(0,255,255,.2) 50%,transparent 70%);filter:blur(60px);opacity:1}@keyframes neon-flicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:0 0 10px #0ff,0 0 20px #0ff,0 0 30px #0ff,0 0 40px #0ff}20%,24%,55%{text-shadow:none}}
