.btn{cursor:pointer;color:#8b949e;background:0 0;border:1px solid #0000;border-radius:8px;padding:.8rem 1.8rem;font-family:inherit;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.btn:hover{color:#00ff41;background-color:#161b22;box-shadow:0 4px 12px #00ff4133}.CTA{text-align:center}.CTA a{border-radius:20px;transition:box-shadow .4s;display:inline-block;box-shadow:0 0 20px -2px #00ff41}.CTA a:hover{box-shadow:4px 12px 40px 8px #00ff4166}.main-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background-color:#0d1117cc;border-bottom:1px solid #30363d;align-items:center;height:80px;display:flex;position:sticky;top:0}.main-header nav{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.main-header nav .logo{color:#00ff41;font-size:1.5rem;font-weight:700}.main-header nav ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.main-header nav .burger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:8px;display:none}.main-header nav .burger span{background-color:#e6edf3;width:24px;height:2px;transition:all .3s}.main-header nav .burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.main-header nav .burger.is-open span:nth-child(2){opacity:0}.main-header nav .burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.main-header nav .burger{display:flex}.main-header nav ul{opacity:0;background-color:#0d1117;border-bottom:1px solid #30363d;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0;transition:transform .3s,opacity .3s;position:fixed;top:80px;left:0;right:0;transform:translateY(-150%)}.main-header nav ul.is-open{opacity:1;transform:translateY(0)}}.main-footer{text-align:center;color:#8b949e;border-top:1px solid #30363d;padding:4rem 2rem;font-size:.85rem}.main-footer p{font-family:JetBrains Mono,Fira Code,ui-monospace,monospace}.main-footer ul{justify-content:center;gap:1.5rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.hero{align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.hero .hero-content{background-color:#161b22;border-radius:20px;justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:20px;display:flex}.hero .hero-content .hero-text{flex:1}.hero .hero-content .hero-text h1{color:#e6edf3;margin-bottom:1rem;font-size:4rem}.hero .hero-content .hero-text h2{color:#58a6ff;margin-bottom:2rem;font-size:2rem}.hero .hero-content .hero-text p{color:#8b949e;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.hero .hero-content .hero-image{flex:1}.hero .hero-content .hero-image img{border-radius:20px;width:100%;transition:box-shadow .4s;box-shadow:0 0 20px -2px #00ff41}.hero .hero-content .hero-image img:hover{box-shadow:4px 12px 40px 8px #00ff4166}@media (width<=768px){.hero .hero-content{text-align:center;flex-direction:column}}.card{background:#161b22;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.card:before{content:"";transform-origin:0;background:#00ff41;height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.card:hover{border-color:#00ff41;transform:translateY(-5px);box-shadow:0 8px 24px #0000004d}.card:hover:before{transform:scaleX(1)}.card:hover .card-icon img{transform:scale(1.1)}.card .card-icon{background:#00ff411a;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.card .card-icon img{object-fit:contain;width:70px;transition:transform .3s}.card h3{color:#e6edf3;margin-bottom:.5rem;font-size:1.1rem}.card .description-card p{color:#8b949e;margin:0;font-size:.9rem;line-height:1.5}body{color:#e6edf3;background-color:#0d1117;margin:0;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace}.skills-section{max-width:1200px;margin:0 auto;padding:100px 20px}.skills-section h2{text-align:center;color:#e6edf3;margin-bottom:60px;font-size:2.5rem}.skills-section .cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-items:stretch;gap:24px;display:grid}
