@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{width:100%;margin:0 auto;text-align:center}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#e74c3c80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#e74c3cb3}::selection{background:#667eea4d;color:#fff}*:focus{outline:2px solid rgba(102,126,234,.5);outline-offset:2px}*{transition:all .3s ease}*{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.6;color:#333;background:linear-gradient(135deg,#2c3e50,#34495e);min-height:100vh}.app{background:linear-gradient(135deg,#2c3e50,#34495e);min-height:100vh}.container{max-width:1200px;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);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 20px #0000001a}.nav-brand h2{color:#333;font-weight:700;font-size:1.5rem}.nav-menu{display:flex;align-items:center}.nav-links{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#666;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#e74c3c;background:#e74c3c1a}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#e74c3c;border-radius:1px}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#333}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;box-shadow:0 4px 20px #0000001a}.mobile-nav-link{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:#666;text-align:left;cursor:pointer;border-radius:8px;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:#e74c3c;background:#e74c3c1a}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 20px 60px;position:relative}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;width:100%}.hero-text h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;color:#fff;line-height:1.2}.highlight{background:linear-gradient(45deg,#b1d2e9,#aad3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text h2{font-size:1.5rem;color:#ffffffe6;margin-bottom:1.5rem;font-weight:400}.hero-text p{font-size:1.1rem;color:#fffc;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;font-size:1rem}.btn-primary{background:linear-gradient(45deg,#3498db,#2980b9);color:#fff;box-shadow:0 4px 15px #3498db66}.btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.hero-image{display:flex;justify-content:center}.profile-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.profile-image{margin-bottom:1.5rem}.profile-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;object-position:center 25%;border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0003}.image-placeholder{width:150px;height:150px;border-radius:50%;background:linear-gradient(45deg,#3498db,#2980b9);display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:2.5rem;font-weight:700;color:#fff}.profile-info h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.profile-info p{color:#fffc;margin-bottom:1rem}.social-links{display:flex;gap:1rem;justify-content:center}.social-link{color:#fffc;transition:all .3s ease}.social-link:hover{color:#fff;transform:translateY(-2px)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff9;cursor:pointer}section{padding:80px 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#fff;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(45deg,#e74c3c,#f39c12);border-radius:2px}.about{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-content{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;color:#ffffffe6;margin-bottom:1.5rem;line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem}.stat{text-align:center;padding:1.5rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.stat h3{font-size:2.5rem;font-weight:700;color:#e74c3c;margin-bottom:.5rem}.stat p{color:#fffc;font-weight:500}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:900px;margin:0 auto}.skill-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.skill-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.skill-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.skill-info h3{color:#fff;font-weight:600}.skill-info span{color:#e74c3c;font-weight:600}.skill-bar{height:8px;background:#fff3;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(45deg,#3498db,#2980b9);border-radius:4px}.additional-skills{margin-top:3rem;text-align:center}.additional-skills h3{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.skills-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skills-tags .skill-tag{background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.skills-tags .skill-tag:hover{background:#ffffff4d;transform:translateY(-2px)}.experience{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#3498db,#2980b9);transform:translate(-50%)}.timeline-item{margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd) .timeline-content{margin-left:0;margin-right:50%;text-align:right;padding-right:2rem}.timeline-item:nth-child(2n) .timeline-content{margin-left:50%;margin-right:0;text-align:left;padding-left:2rem}.timeline-content{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);position:relative}.timeline-content:before{content:"";position:absolute;top:50%;width:12px;height:12px;background:#e74c3c;border-radius:50%;transform:translateY(-50%)}.timeline-item:nth-child(odd) .timeline-content:before{right:-6px}.timeline-item:nth-child(2n) .timeline-content:before{left:-6px}.timeline-header h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.company{color:#e74c3c;font-weight:600;font-size:.9rem}.period{color:#ffffffb3;font-size:.9rem;margin-bottom:1rem;display:block}.timeline-content p{color:#fffc;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.project-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.project-image{height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.1)}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.project-content h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.project-content p{color:#fffc;margin-bottom:1.5rem;line-height:1.6;flex:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#3498db4d;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.project-link{width:100%;justify-content:center;margin-top:1rem}.explore-more-container{text-align:center;margin-top:3rem}.explore-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.contact{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;transition:all .3s ease}.contact-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003;background:#ffffff26}.contact-item svg{color:#e74c3c;flex-shrink:0}.contact-item h3{margin-bottom:.25rem;font-size:1.1rem}.contact-item p{color:#fffc}.contact-cta{display:flex;flex-direction:column;justify-content:center;text-align:center;padding:2rem;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.contact-cta h3{color:#fff;font-size:1.8rem;margin-bottom:1rem}.contact-cta p{color:#fffc;margin-bottom:2rem;line-height:1.6}.contact-buttons{display:flex;flex-direction:column;gap:1rem}.contact-buttons .btn{justify-content:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid rgba(255,255,255,.3);border-radius:10px;background:#ffffff1a;color:#fff;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.footer{background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 0;text-align:center;color:#fffc}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-btn,.mobile-menu{display:block}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem}.hero-buttons{justify-content:center}.about-stats,.skills-grid{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(2n) .timeline-content{margin-left:50px;margin-right:0;text-align:left;padding-left:2rem;padding-right:1rem}.timeline-item:nth-child(odd) .timeline-content:before,.timeline-item:nth-child(2n) .timeline-content:before{left:-6px}.projects-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}}@media (max-width: 480px){.navbar{padding:1rem}.hero{padding:100px 1rem 60px}.hero-text h1{font-size:2rem}.btn{padding:.6rem 1.2rem;font-size:.9rem}.container{padding:0 1rem}}
