:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1a1a1a;background-color:#0f0f23;overflow-x:hidden;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.section-transition{opacity:1;transform:translateY(0);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.section-transition.animate{opacity:0;transform:translateY(80px)}.section-transition.animate.visible{opacity:1;transform:translateY(0)}.section-transition-left{opacity:1;transform:translate(0);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.section-transition-left.animate{opacity:0;transform:translate(-80px)}.section-transition-left.animate.visible{opacity:1;transform:translate(0)}.section-transition-right{opacity:1;transform:translate(0);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.section-transition-right.animate{opacity:0;transform:translate(80px)}.section-transition-right.animate.visible{opacity:1;transform:translate(0)}.section-transition-scale{opacity:1;transform:scale(1);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.section-transition-scale.animate{opacity:0;transform:scale(.8)}.section-transition-scale.animate.visible{opacity:1;transform:scale(1)}.container{margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.navbar.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 20px #0000001a;border-bottom:1px solid rgba(0,0,0,.15)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{font-size:28px;font-weight:800;color:#00d4ff;text-shadow:0 2px 4px rgba(0,212,255,.3)}.nav-links{display:flex;gap:30px}.nav-links a{text-decoration:none;color:#1a1a1a;font-weight:600;font-size:16px;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:.5px}.nav-links a:hover{color:#00d4ff;transform:translateY(-1px)}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:3px;background:linear-gradient(90deg,#00d4ff,#09c);transition:width .3s ease;border-radius:2px}.nav-links a:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e,#0f3460,#533483);color:#fff;position:relative;overflow:hidden;transition:background .8s ease}.hero:before{content:"";position:absolute;inset:0;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="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;transition:opacity .8s ease}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .8s ease}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.hero-title{font-size:4.5rem;font-weight:900;margin-bottom:20px;line-height:1.1;text-shadow:0 4px 8px rgba(0,0,0,.3);letter-spacing:-.02em}.highlight{color:#00d4ff;text-shadow:0 2px 4px rgba(0,212,255,.5);font-weight:900}.hero-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:20px;opacity:.95;text-shadow:0 2px 4px rgba(0,0,0,.2);letter-spacing:.5px}.hero-description{font-size:1.3rem;margin-bottom:40px;opacity:.9;line-height:1.6;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}.hero-actions{display:flex;gap:20px}.btn{padding:18px 36px;border-radius:50px;text-decoration:none;font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:1px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;border:3px solid transparent;box-shadow:0 4px 15px #0003}.btn-primary{background:linear-gradient(135deg,#00d4ff,#09c);color:#0f0f23;text-shadow:0 1px 2px rgba(255,255,255,.3)}.btn-primary:hover{background:linear-gradient(135deg,#09c,#07a);transform:translateY(-3px);box-shadow:0 8px 25px #00d4ff66}.btn-secondary{background:transparent;color:#fff;border-color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.btn-secondary:hover{background:#fff;color:#0f0f23;transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}.hero-image{display:flex;justify-content:center;align-items:center}.profile-image-placeholder{width:300px;height:300px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.2);overflow:hidden}.profile-photo{width:100%;height:100%;object-fit:cover;object-position:center top}.image-placeholder{width:100%;height:100%;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:500}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:2}.scroll-arrow{width:30px;height:30px;border:2px solid white;border-top:none;border-right:none;transform:rotate(-45deg);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(-45deg)}40%{transform:translateY(-10px) rotate(-45deg)}60%{transform:translateY(-5px) rotate(-45deg)}}main{margin:0;padding:0}section{margin:0;padding:100px 0;position:relative}section.hero{padding-top:70px;padding-bottom:0}section:not(.about):before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,rgba(0,0,0,.1),transparent);opacity:0;transition:opacity .8s ease;pointer-events:none}section:not(.about).visible:before{opacity:1}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent,rgba(249,250,251,.8));opacity:0;transition:opacity .8s ease}.hero.scrolled:after{opacity:1}.projects{position:relative}.projects:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,rgba(249,250,251,.8),transparent);opacity:0;transition:opacity .8s ease}.projects.visible:before{opacity:1}.contact{background:#1f2937;color:#fff;position:relative}.contact:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,rgba(31,41,55,.8),transparent);opacity:0;transition:opacity .8s ease}.contact.visible:before{opacity:1}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:3.5rem;font-weight:900;margin-bottom:20px;color:#00d4ff;text-shadow:0 2px 4px rgba(0,212,255,.3);letter-spacing:-.02em}.section-subtitle{font-size:1.4rem;color:#a0a0a0;font-weight:600;max-width:600px;margin:0 auto;letter-spacing:.5px}.about{background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#2a2a2a);color:#fff;padding-top:120px;padding-bottom:120px}.about-content{max-width:820px;margin:0 auto}.about-body{margin-bottom:3rem}.about-body p{color:silver;line-height:1.85;font-size:1.35rem;margin-bottom:1.75rem}.about-body p:last-child{margin-bottom:0}.about-lead{font-size:1.55rem!important;color:#e0e0e0!important;font-weight:500;line-height:1.7}.about-technologies{padding-top:1.5rem;border-top:1px solid rgba(0,212,255,.2);display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;font-size:.85rem}.about-technologies-label{color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.about-technologies-list{color:#00d4ffe6;font-weight:500}.projects{background:linear-gradient(135deg,#1a1a1a,#2a2a2a,#3a3a3a);color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:50px}.project-card{background:linear-gradient(135deg,#2a2a2a,#3a3a3a);border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #0000004d;border:2px solid rgba(0,212,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:hover{transform:translateY(-15px);box-shadow:0 25px 50px #00d4ff4d;border-color:#00d4ff80}.project-image{height:220px;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e,#0f3460,#533483);display:flex;align-items:center;justify-content:center}.project-image .image-placeholder{width:100%;height:100%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;font-weight:500}.project-content{padding:35px}.project-title{font-size:1.8rem;font-weight:800;margin-bottom:15px;color:#00d4ff;text-shadow:0 2px 4px rgba(0,212,255,.3)}.project-description{color:silver;margin-bottom:20px;line-height:1.6;font-weight:500;font-size:1.05rem}.project-technologies{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}.tech-tag{background:linear-gradient(135deg,#00d4ff,#09c);color:#0f0f23;padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00d4ff4d}.project-links{display:flex;gap:15px}.project-link{color:#00d4ff;text-decoration:none;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;padding:8px 16px;border-radius:8px;background:#00d4ff1a;border:1px solid rgba(0,212,255,.3)}.project-link:hover{color:#0f0f23;background:#00d4ff;transform:translateY(-2px);box-shadow:0 4px 12px #00d4ff66}.contact{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:#fff}.contact .section-title,.contact .section-subtitle{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-info h3{font-size:2.2rem;margin-bottom:20px;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.3)}.contact-info p{margin-bottom:40px;opacity:.9;line-height:1.6;font-weight:500;font-size:1.1rem}.contact-methods{display:flex;flex-direction:column;gap:30px}.contact-method{display:flex;align-items:center;gap:20px}.contact-icon{font-size:2rem;width:60px;height:60px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-details h4{font-size:1.3rem;margin-bottom:5px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.contact-details p{opacity:.8;margin:0;font-weight:500}.contact-cta{background:#ffffff0d;padding:40px;border-radius:15px;text-align:center}.cta-content h3{font-size:2.2rem;margin-bottom:20px;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-content p{margin-bottom:30px;opacity:.9;line-height:1.6;font-weight:500;font-size:1.1rem}.cta-buttons{display:flex;flex-direction:column;gap:15px}.cta-buttons .btn-primary{background:linear-gradient(135deg,#00d4ff,#09c);color:#0f0f23}.cta-buttons .btn-secondary{background:transparent;color:#fff;border-color:#fff}.footer{background:#111827;color:#fff;padding:40px 0;text-align:center}.footer p{margin-bottom:10px;opacity:.7}.footer p:last-child{margin-bottom:0}@media(max-width:768px){.nav-links{gap:20px}.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.about-content{max-width:100%}.about-technologies{flex-direction:column;align-items:flex-start}.contact-content{grid-template-columns:1fr;gap:40px}.cta-buttons{flex-direction:column}.projects-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-title,.section-title{font-size:2rem}.hero-actions{flex-direction:column;align-items:center}}
