.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#020617e6;width:100%;position:fixed;top:0}.container{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{color:#38bdf8;font-size:1.3rem;font-weight:700}.nav{gap:1.5rem;display:flex}.nav a{color:#e5e7eb;font-size:.95rem;text-decoration:none;transition:all .3s}.nav a:hover{color:#38bdf8}@media (width<=768px){.nav{display:none}}.home{min-height:100vh}.hero{color:#fff;background:linear-gradient(135deg,#0f172a,#020617);justify-content:center;align-items:center;min-height:100vh;padding:0 2rem;display:flex}.hero-content{text-align:center;max-width:700px}.hero h1{margin-bottom:1rem;font-size:3rem;line-height:1.2}.hero h1 span{color:#38bdf8;font-size:2.2rem}.hero p{color:#cdb5f5;margin-bottom:2rem;font-size:1.1rem}.hero-buttons{justify-content:center;gap:1rem;display:flex}.btn{border-radius:8px;padding:.8rem 1.6rem;font-weight:500;text-decoration:none;transition:all .3s}.btn.primary{color:#020617;background:#38bdf8}.btn.primary:hover{background:#0ea5e9}.btn.outline{color:#38bdf8;border:2px solid #38bdf8}.btn.outline:hover{color:#020617;background:#38bdf8}@media (width<=600px){.hero h1{font-size:2.2rem}.hero h1 span{font-size:1.7rem}.hero-buttons{flex-direction:column}}.project-card{background:#020617;border-radius:12px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0006}.project-card:hover{transform:translateY(-6px)}.project-card img{object-fit:cover;width:100%;height:180px}.project-content{padding:1rem}.project-content h3{color:#38bdf8;margin-bottom:.5rem}.project-content p{color:#cbd5f5;font-size:.9rem}.techs{flex-wrap:wrap;gap:.4rem;margin:.8rem 0;display:flex}.techs span{color:#38bdf8;background:#0f172a;border-radius:6px;padding:.3rem .6rem;font-size:.75rem}.links{justify-content:space-between;display:flex}.links a{color:#38bdf8;font-weight:500;text-decoration:none}.projects{background:#020617;min-height:100vh;padding:6rem 2rem}.projects h2{text-align:center;color:#fff;margin-bottom:3rem;font-size:2.2rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.about{background-color:#0f172a;padding:80px 20px}.about-container{flex-wrap:wrap;align-items:center;gap:50px;max-width:1100px;margin:0 auto;display:flex}.about-photo{object-fit:cover;border:4px solid #38bdf8;border-radius:50%;width:220px;height:280px;transition:transform .4s}.about-photo:hover{transform:scale(1.05)}.about-text{color:#e5e7eb;flex:1}.about-text h2{color:#38bdf8;margin-bottom:20px;font-size:2rem}.about-text p{margin-bottom:15px;font-size:1rem;line-height:1.7}.footer{color:#e5e7eb;background-color:#020617;padding:60px 20px}.footer-container{text-align:center;max-width:1100px;margin:0 auto}.footer h3{color:#38bdf8;margin-bottom:8px;font-size:1.4rem}.footer p{color:#cbd5f5;margin-bottom:20px;font-size:.95rem}.footer-links{justify-content:center;gap:20px;margin-bottom:30px;display:flex}.footer-links a{color:#38bdf8;font-weight:500;text-decoration:none;transition:all .3s}.footer-links a:hover{text-decoration:underline}.footer span{color:#94a3b8;font-size:.8rem}@media (width<=500px){.footer-links{flex-direction:column;gap:12px}}*{box-sizing:border-box;margin:0;padding:0}
