.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}.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}.featured-project{background:#161b22;border:1px solid #30363d;border-radius:20px;margin-bottom:3rem;padding:2rem;position:relative;overflow:hidden}.featured-project:before{content:"";background:linear-gradient(90deg,#00ff41,#58a6ff);height:2px;position:absolute;top:0;left:0;right:0}.featured-project__label{color:#00ff41;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:700;display:inline-block}.featured-project__layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:2.5rem;display:grid}.featured-project__gallery{flex-direction:column;gap:12px;display:flex}.featured-project__main-image{aspect-ratio:16/10;border:1px solid #30363d;border-radius:12px;width:100%;overflow:hidden}.featured-project__main-image img{object-fit:cover;width:100%;height:100%}.featured-project__thumbnails{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.featured-project__thumbnails button{cursor:pointer;aspect-ratio:1;opacity:.6;background:0 0;border:2px solid #0000;border-radius:8px;padding:0;transition:border-color .3s,opacity .3s;overflow:hidden}.featured-project__thumbnails button img{object-fit:cover;width:100%;height:100%}.featured-project__thumbnails button:hover{opacity:1}.featured-project__thumbnails button.is-active{opacity:1;border-color:#00ff41}.featured-project__content h3{color:#e6edf3;margin:0 0 1rem;font-size:1.6rem}.featured-project__content p{color:#8b949e;margin:0 0 1.25rem;font-size:.95rem;line-height:1.6}.featured-project__stack{flex-wrap:wrap;gap:8px;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.featured-project__stack li{color:#0d1117;background:#00ff41;border-radius:20px;padding:4px 12px;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600}.featured-project__links{gap:1rem;display:flex}.featured-project__links a{border-radius:8px;padding:10px 20px;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s,opacity .2s}.featured-project__links a:hover{transform:translateY(-2px)}.featured-project__links .btn-primary{color:#0d1117;background:#00ff41}.featured-project__links .btn-secondary{color:#58a6ff;background:0 0;border:1px solid #58a6ff}@media (width<=900px){.featured-project__layout{grid-template-columns:1fr}}.project-card{background:#161b22;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;height:100%;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.project-card:hover{border-color:#58a6ff;transform:translateY(-5px);box-shadow:0 8px 24px #0000004d}.project-card__image{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.project-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-card:hover .project-card__image img{transform:scale(1.05)}.project-card__badge{text-transform:uppercase;letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d1117d9;border:1px solid #30363d;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.project-card__badge--client{color:#58a6ff;border-color:#58a6ff}.project-card__badge--scolaire{color:#ffb347;border-color:#ffb347}.project-card__badge--perso{color:#00ff41;border-color:#00ff41}.project-card__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.project-card h3{color:#e6edf3;margin:0 0 .75rem;font-size:1.2rem}.project-card__description{color:#8b949e;flex:1;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.project-card__stack{flex-wrap:wrap;gap:8px;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.project-card__stack li{color:#8b949e;background:#ffffff0d;border:1px solid #30363d;border-radius:20px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:.75rem}.project-card__links{gap:1rem;display:flex}.project-card__links a{color:#8b949e;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .3s}.project-card__links a:hover{color:#00ff41}.project-card{cursor:pointer}.project-card__count{color:#e6edf3;background:#0d1117d9;border-radius:6px;padding:4px 8px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;position:absolute;bottom:12px;right:12px}.lightbox-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.lightbox{background:#161b22;border:1px solid #30363d;border-radius:16px;flex-direction:column;width:100%;max-width:1000px;max-height:90vh;display:flex;position:relative;overflow:hidden}.lightbox__close{z-index:2;color:#e6edf3;cursor:pointer;background:#0d1117b3;border:1px solid #30363d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .2s,color .2s;display:flex;position:absolute;top:12px;right:12px}.lightbox__close:hover{color:#0d1117;background:#00ff41}.lightbox__main{background:#0d1117;justify-content:center;align-items:center;max-height:65vh;display:flex;position:relative}.lightbox__main img{object-fit:contain;max-width:100%;max-height:65vh}.lightbox__nav{color:#e6edf3;cursor:pointer;z-index:2;background:#0d111799;border:1px solid #30363d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;transition:background .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__nav:hover{color:#0d1117;background:#00ff41}.lightbox__nav--prev{left:16px}.lightbox__nav--next{right:16px}.lightbox__footer{border-top:1px solid #30363d;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.lightbox__title{color:#e6edf3;margin:0;font-weight:700}.lightbox__counter{color:#8b949e;font-family:JetBrains Mono,monospace;font-size:.85rem}.lightbox__thumbnails{gap:8px;padding:0 1.5rem 1rem;display:flex;overflow-x:auto}.lightbox__thumbnails button{cursor:pointer;opacity:.5;background:0 0;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:64px;height:64px;padding:0;transition:border-color .2s,opacity .2s;overflow:hidden}.lightbox__thumbnails button img{object-fit:cover;width:100%;height:100%}.lightbox__thumbnails button:hover{opacity:.9}.lightbox__thumbnails button.is-active{opacity:1;border-color:#00ff41}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=640px){.lightbox__nav{width:36px;height:36px;font-size:1.2rem}}body{color:#e6edf3;background-color:#0d1117;margin:0;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace}.projects-section{max-width:1200px;margin:0 auto;padding:100px 20px;scroll-margin-top:100px}.projects-section h2{text-align:center;color:#e6edf3;margin-bottom:60px;font-size:2.5rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-items:stretch;gap:24px;margin-top:60px;display:grid}
