body{margin:0;background:#0b0f14;color:#fff;font-family:Arial}
.container{max-width:1100px;margin:auto;padding:40px}
.project{background:#111820;border-radius:16px;padding:20px;margin-bottom:30px}
.images{display:flex;gap:10px}
.images img{width:100%;max-width:180px;border-radius:10px;cursor:pointer}
.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;display:none;background:rgba(0,0,0,.95);justify-content:center;align-items:center}
.lightbox img{max-width:90%;max-height:90%}
