: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:dark;color:#ffffffde;background-color:#0a0a14;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;background:#0a0a14}#root{width:100%;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}.portfolio{width:100%;overflow-x:hidden}.navbar{position:fixed;top:0;width:100%;background:#0a0a14f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(99,102,241,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#6366f1;letter-spacing:2px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu li a{color:#fffc;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-menu li a:hover{color:#6366f1}.nav-menu li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#6366f1;transition:width .3s ease}.nav-menu li a:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#0a0a14,#1a1a2e);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);top:-250px;right:-250px;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.hero-content{text-align:center;max-width:800px;z-index:1}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2}.highlight{color:#6366f1;position:relative;display:inline-block}.hero-subtitle{font-size:clamp(1.2rem,2.5vw,1.5rem);color:#a78bfa;margin-bottom:1rem;font-weight:500}.hero-description{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;font-size:1rem}.btn-primary{background:#6366f1;color:#fff;border:2px solid #6366f1}.btn-primary:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 10px 25px #6366f14d}.btn-secondary{background:transparent;color:#6366f1;border:2px solid #6366f1}.btn-secondary:hover{background:#6366f1;color:#fff;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.section-title{font-size:clamp(2rem,4vw,3rem);text-align:center;margin-bottom:3rem;color:#fff;position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:2px}.about{background:#0f0f1e}.about-content{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;line-height:1.8;color:#ffffffb3;margin-bottom:1.5rem}.skills{background:linear-gradient(135deg,#0a0a14,#1a1a2e)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.skill-card{background:#ffffff08;padding:2rem;border-radius:12px;border:1px solid rgba(99,102,241,.1);transition:all .3s ease;text-align:center}.skill-card:hover{transform:translateY(-5px);border-color:#6366f14d;background:#6366f10d;box-shadow:0 10px 30px #6366f133}.skill-icon{font-size:3rem;margin-bottom:1rem}.skill-card h3{font-size:1.3rem;color:#fff;margin-bottom:.75rem}.skill-card p{color:#fff9;line-height:1.6}.projects{background:#0f0f1e}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#ffffff08;border-radius:12px;overflow:hidden;border:1px solid rgba(99,102,241,.1);transition:all .3s ease}.project-card:hover{transform:translateY(-5px);border-color:#6366f14d;box-shadow:0 10px 30px #6366f133}.project-image{height:200px;background:linear-gradient(135deg,#1a1a2e,#2d2d44);display:flex;align-items:center;justify-content:center}.project-placeholder{font-size:1.5rem;color:#ffffff4d;font-weight:600}.project-info{padding:1.5rem}.project-info h3{font-size:1.3rem;color:#fff;margin-bottom:.75rem}.project-info p{color:#fff9;line-height:1.6;margin-bottom:1rem}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#6366f11a;color:#a78bfa;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;border:1px solid rgba(99,102,241,.2)}.contact{background:linear-gradient(135deg,#0a0a14,#1a1a2e)}.contact-content{max-width:700px;margin:0 auto;text-align:center}.contact-text{font-size:1.1rem;line-height:1.8;color:#ffffffb3;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-link{display:inline-block;padding:1rem 2rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:8px;color:#a78bfa;text-decoration:none;font-weight:500;transition:all .3s ease;min-width:250px}.contact-link:hover{background:#6366f133;border-color:#6366f1;transform:translateY(-2px);color:#fff}.footer{background:#0a0a14;padding:2rem;text-align:center;border-top:1px solid rgba(99,102,241,.1)}.footer p{color:#ffffff80}@media (max-width: 768px){.nav-menu{gap:1rem;font-size:.9rem}.nav-container{padding:1rem}.hero{padding:8rem 1rem 2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}section{padding:3rem 0}.skills-grid,.projects-grid{grid-template-columns:1fr}.contact-links{width:100%}.contact-link{width:100%;max-width:400px}}@media (max-width: 480px){.nav-menu{flex-wrap:wrap;gap:.5rem;justify-content:center}.nav-logo{font-size:1.2rem}.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.8rem}}html{scroll-behavior:smooth}::selection{background:#6366f14d;color:#fff}
