:root{font-family:system-ui,Avenir,Helvetica,Arial,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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}*{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-color:#fafafa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{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 ease}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo h2{color:#2563eb;font-weight:700;font-size:1.5rem}.nav-list{display:flex;list-style:none;gap:2rem}.nav-list button{background:none;border:none;color:#666;font-size:1rem;cursor:pointer;transition:color .3s ease;font-weight:500}.nav-list button:hover{color:#2563eb}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}main{margin-top:70px}.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:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:2px}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.highlight{color:#fbbf24}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.8;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#fbbf24;color:#1f2937}.btn-primary:hover{background:#f59e0b;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#1f2937;transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center;align-items:center}.code-block{background:#1f2937;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000004d;max-width:400px}.code-header{background:#374151;padding:12px 20px;display:flex;gap:8px}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ef4444}.dot.yellow{background:#fbbf24}.dot.green{background:#10b981}.code-content{padding:20px;color:#e5e7eb;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.5;white-space:pre-wrap}.about{padding:5rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;color:#4b5563;line-height:1.7}.skills-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1f2937}.skills-grid{display:grid;gap:1.5rem}.skill-category h4{font-size:1.1rem;margin-bottom:.75rem;color:#374151;font-weight:600}.skill-items{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#e5e7eb;color:#374151;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:500}.projects{padding:5rem 0;background:#f8fafc}.projects-grid{display:grid;gap:2rem}.project-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.project-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.project-icon{font-size:2.5rem}.project-title-section{flex:1}.project-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.project-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.project-link:hover{color:#1d4ed8}.project-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.project-features h4,.project-architecture h4,.project-tech h4{font-size:1.1rem;margin-bottom:.75rem;color:#374151;font-weight:600}.project-features ul{list-style:none;margin-bottom:1.5rem}.project-features li{color:#6b7280;position:relative;padding:.25rem 0 .25rem 1.5rem}.project-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.architecture-grid{display:grid;gap:.75rem;margin-bottom:1.5rem}.architecture-item{display:flex;gap:.5rem;color:#6b7280}.architecture-item strong{color:#374151;min-width:100px}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#dbeafe;color:#1e40af;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:500}.contact{padding:5rem 0;background:#fff}.contact-content{max-width:600px;margin:0 auto}.contact-info h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.contact-info p{color:#6b7280;margin-bottom:2rem;line-height:1.6}.contact-methods{display:grid;gap:1rem}.contact-method h4{font-size:1rem;margin-bottom:.5rem;color:#374151}.contact-method a{color:#2563eb;text-decoration:none;transition:color .3s ease}.contact-method a:hover{color:#1d4ed8}.contact-form h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1f2937}.form{display:grid;gap:1rem}.form-group{display:grid;gap:.5rem}.form-group label{font-weight:500;color:#374151}.form-group input,.form-group textarea{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:100px}@media (max-width: 768px){.hamburger{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-list{flex-direction:column;padding:1rem 0;gap:0}.nav-list li{width:100%}.nav-list button{width:100%;padding:1rem 2rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.1)}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}.container{padding:0 15px}.project-card{padding:1.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:1.75rem}.btn{padding:10px 20px;font-size:.9rem}}
