.navbar{position:fixed;top:0;left:0;right:0;background:#807d6bf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #00000026;z-index:1000;transition:all .3s ease;color:#fff;padding:0}.nav-container{max-width:1200px;width:100%;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#fff;cursor:pointer;transition:color .3s ease;flex-shrink:0}.nav-logo-img{height:50px;object-fit:contain;display:block}.nav-logo:hover{color:#60a5fa}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;background:transparent!important}.nav-item{margin:0 .5em;border-radius:8px}.nav-link{background:none;border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;padding:.75rem 0;position:relative;transition:color .3s ease;display:flex;align-items:center}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-link:hover{color:#2563eb}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.nav-toggle span{width:25px;height:3px;background:#e5e7eb;transition:all .3s ease;border-radius:2px}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.nav-toggle{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#1f2937bf!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);width:100%;text-align:center;transition:left .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000004d;padding:2rem 1rem;gap:0;justify-content:center;align-items:center}.nav-menu.active{left:0}.nav-item{margin:1.5rem 0;animation:slideInUp .4s ease forwards;opacity:0}.nav-menu.active .nav-item:nth-child(1){animation-delay:.1s}.nav-menu.active .nav-item:nth-child(2){animation-delay:.2s}.nav-menu.active .nav-item:nth-child(3){animation-delay:.3s}.nav-menu.active .nav-item:nth-child(4){animation-delay:.4s}.nav-menu.active .nav-item:nth-child(5){animation-delay:.5s}.nav-link{font-size:1.25rem;padding:1rem 1.5rem;border-radius:8px;transition:all .3s ease;position:relative;width:100%;max-width:250px}.nav-link:after{display:none}.nav-link:hover{background:#05e62333;color:#60a5fa;transform:translateY(-2px);box-shadow:0 4px 12px #60a5fa4d}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}@media (prefers-color-scheme: dark){.navbar{background:#111827f2}.nav-logo{color:#60a5fa}.nav-logo:hover{color:#93c5fd}.nav-link{color:#e5e7eb}.nav-link:hover{color:#60a5fa}.nav-link:after{background:#60a5fa}.nav-toggle span{background:#e5e7eb}.nav-menu{background:#1f2937}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem 4rem;position:relative;background:linear-gradient(135deg,#f8fafc,#e0f2fe)}.hero-container{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-content{flex:1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#1f2937}.hero-name{color:#2563eb;display:block}.hero-subtitle{font-size:1.5rem;font-weight:600;color:#4b5563;margin-bottom:1.5rem}.hero-description{font-size:1.125rem;line-height:1.8;color:#6b7280;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;border:none}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb4d}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb4d}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.image-placeholder{animation:float 3s ease-in-out infinite}.image-placeholder{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-avatar{position:relative;width:220px;height:220px;border-radius:50%;object-fit:cover;box-shadow:0 10px 30px #1018281f;z-index:1}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.mouse{width:24px;height:40px;border:2px solid #2563eb;border-radius:12px;position:relative;animation:scroll 2s ease-in-out infinite}.mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#2563eb;border-radius:2px;animation:scroll-dot 2s ease-in-out infinite}@keyframes scroll{0%,to{opacity:1}50%{opacity:.5}}@keyframes scroll-dot{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,16px);opacity:0}}@media (max-width: 968px){.hero-container{flex-direction:column-reverse;text-align:center;gap:2rem}.hero-content{text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-buttons{justify-content:center}}@media (max-width: 640px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}}@media (prefers-color-scheme: dark){.hero{background:linear-gradient(135deg,#111827,#1e3a8a)}.hero-title{color:#f9fafb}.hero-name{color:#60a5fa}.hero-subtitle{color:#d1d5db}.hero-description{color:#9ca3af}.btn-primary{background:#3b82f6}.btn-primary:hover{background:#2563eb}.btn-secondary{color:#60a5fa;border-color:#60a5fa}.btn-secondary:hover{background:#3b82f6;border-color:#3b82f6}.mouse{border-color:#60a5fa}.mouse:before{background:#60a5fa}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#2563eb;border-radius:2px}.about-content{display:flex;gap:4rem;align-items:center}.about-text{flex:1}.about-paragraph{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.stat-number{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.about-image{flex:1;display:flex;justify-content:center}.about-image-wrapper{width:90%;animation:float 3s ease-in-out infinite}.image-2{border-radius:16px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 968px){.about-content{flex-direction:column;gap:2rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.75rem}}@media (max-width: 640px){.about{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-paragraph{font-size:1rem}.about-stats{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1rem}}@media (prefers-color-scheme: dark){.about{background:#111827}.section-title{color:#f9fafb}.section-title:after{background:#60a5fa}.about-paragraph{color:#d1d5db}.stat-item{background:#1f2937}.stat-number{color:#60a5fa}.stat-label{color:#9ca3af}}.skills{padding:6rem 2rem;background:linear-gradient(135deg,#f8fafc,#e0f2fe)}.skills-container{max-width:1200px;margin:0 auto}.skills-subtitle{text-align:center;font-size:1.125rem;color:#6b7280;margin-bottom:3rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.skill-category{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.skill-category:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.category-title{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skill-item{display:flex;flex-direction:column;gap:.5rem}.skill-header{display:flex;justify-content:space-between;align-items:center}.skill-name{font-size:1rem;font-weight:600;color:#374151}.skill-percentage{font-size:.875rem;font-weight:600;color:#2563eb}.skill-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:4px;transition:width 1s ease-out;animation:progressAnimation 1.5s ease-out}@keyframes progressAnimation{0%{width:0}}@media (max-width: 768px){.skills{padding:4rem 1.5rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-category{padding:1.5rem}.category-title{font-size:1.25rem}}@media (prefers-color-scheme: dark){.skills{background:linear-gradient(135deg,#111827,#1e3a8a)}.skills-subtitle{color:#9ca3af}.skill-category{background:#1f2937;box-shadow:0 4px 6px #0000004d}.skill-category:hover{box-shadow:0 12px 24px #0006}.category-title{color:#60a5fa;border-bottom-color:#374151}.skill-name{color:#e5e7eb}.skill-percentage{color:#60a5fa}.skill-bar{background:#374151}.skill-progress{background:linear-gradient(90deg,#3b82f6,#60a5fa)}}.projects{padding:6rem 2rem;background:#fff}.projects-container{max-width:1200px;margin:0 auto}.projects-subtitle{text-align:center;font-size:1.125rem;color:#6b7280;margin-bottom:3rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.project-image{position:relative;width:100%;height:240px;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-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#2563ebe6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1rem}.project-link{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2563eb;transition:transform .3s ease,background .3s ease;text-decoration:none}.project-link:hover{transform:scale(1.1);background:#f8fafc}.project-content{padding:1.5rem}.project-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.project-description{font-size:1rem;line-height:1.6;color:#6b7280;margin-bottom:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.375rem .75rem;background:#eff6ff;color:#2563eb;border-radius:6px;font-size:.875rem;font-weight:500}@media (max-width: 768px){.projects{padding:4rem 1.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-image{height:200px}}@media (prefers-color-scheme: dark){.projects{background:#111827}.projects-subtitle{color:#9ca3af}.project-card{background:#1f2937;box-shadow:0 4px 6px #0000004d}.project-card:hover{box-shadow:0 12px 24px #0006}.project-overlay{background:#3b82f6e6}.project-link{color:#3b82f6}.project-title{color:#f9fafb}.project-description{color:#d1d5db}.tech-tag{background:#1e3a8a;color:#93c5fd}}.contact{padding:6rem 2rem 0;background:linear-gradient(135deg,#f8fafc,#e0f2fe)}.contact-container{max-width:1200px;margin:0 auto}.contact-subtitle{text-align:center;font-size:1.125rem;color:#6b7280;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.contact-info-text{font-size:1.125rem;line-height:1.8;color:#6b7280}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;gap:1rem;align-items:flex-start}.method-icon{width:48px;height:48px;background:#2563eb;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.method-icon i{font-size:20px;line-height:1}.method-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.method-link{color:#2563eb;text-decoration:none;transition:color .3s ease}.method-link:hover{color:#1d4ed8}.method-text{color:#6b7280;margin:0}.social-links{display:flex;gap:1rem}.social-link{width:48px;height:48px;background:#2563eb;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background .3s ease;text-decoration:none}.social-link:hover{transform:translateY(-4px);background:#1d4ed8}.contact-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#1f2937;transition:border-color .3s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb}.form-textarea{resize:vertical;min-height:120px}.form-button{width:100%;padding:1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .3s ease}.form-button:hover{background:#1d4ed8;transform:translateY(-2px)}.form-status{margin-top:1rem;text-align:center;color:#059669;font-weight:600}.footer{text-align:center;padding:2rem;color:#6b7280;border-top:1px solid #e5e7eb;background:#fff}@media (max-width: 968px){.contact{padding:4rem 1.5rem 0}.contact-content{grid-template-columns:1fr;gap:3rem}.social-links{justify-content:center;flex-wrap:wrap;gap:1rem}.contact-info-title{font-size:1.5rem}.contact-form{padding:2rem}.contact-info{order:2}.contact-form{order:1}}@media (max-width: 640px){.contact-info-text{font-size:1rem}.method-icon,.social-link{width:40px;height:40px}.social-links{flex-wrap:wrap}.social-links{justify-content:center;flex-wrap:wrap;gap:1rem}}@media (prefers-color-scheme: dark){.contact{background:linear-gradient(135deg,#111827,#1e3a8a)}.contact-subtitle{color:#9ca3af}.contact-info-title{color:#f9fafb}.contact-info-text{color:#d1d5db}.method-icon{background:#3b82f6}.method-title{color:#f9fafb}.method-link{color:#60a5fa}.method-link:hover{color:#93c5fd}.method-text{color:#d1d5db}.social-link{background:#3b82f6}.social-link:hover{background:#2563eb}.contact-form{background:#1f2937}.form-label{color:#e5e7eb}.form-input,.form-textarea{background:#111827;border-color:#374151;color:#f9fafb}.form-input:focus,.form-textarea:focus{border-color:#60a5fa}.form-button{background:#3b82f6}.form-button:hover{background:#2563eb}.footer{background:#1f2937;border-top-color:#374151;color:#9ca3af}}.app{width:100%;min-height:100vh}*{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}p{line-height:1.6}img{max-width:100%;display:block}@media (prefers-color-scheme: dark){:root{color:#f9fafb;background-color:#111827}}
