@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");#main{background-color:transparent;color:#3bff3b;padding:60px 0}.container{max-width:1200px;margin:auto}.major h2{color:#ffcd38;margin-bottom:40px}.row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px}.projects-list{gap:20px}.project-item,.projects-list{display:flex;flex-direction:column}.project-item{gap:12px;background:#1a1a1a;border:1px solid #333;padding:16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.25);opacity:0;transform:translateY(12px);animation:projectFadeIn .42s ease-out forwards}@keyframes projectFadeIn{to{opacity:1;transform:translateY(0)}}.placeholder-image{width:100%;height:180px;border-radius:6px;background:#2b2b2b}.project-media{width:100%}.project-image{width:100%;height:auto;border-radius:6px;object-fit:cover;display:block}.project-content{text-align:left}.project-title{margin:4px 0 8px}.project-description{margin:0 0 10px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;color:#ddd;font-size:.95rem;line-height:1.5}.project-actions{margin-top:4px}.box{background-color:#222;padding:20px;margin-bottom:20px;box-shadow:0 4px 8px rgba(255,255,0,.2);border:1px solid #ffcd38;animation:glow 2s ease-in-out infinite}.image.featured img{width:100%;height:200px;object-fit:cover}.box header h3{color:#ffcd38;margin-top:10px}.box footer .actions{list-style:none;padding:0;margin-top:15px}.button.alt{background-color:transparent;color:#3bff3b;border:1px solid #3bff3b;padding:10px 15px;text-decoration:none;display:inline-block;font-size:.8em;transition:all .3s ease}.button.alt:hover{background-color:#3bff3b;color:#222}@keyframes glow{0%{box-shadow:0 0 5px rgba(59,255,59,.5)}50%{box-shadow:0 0 20px rgba(59,255,59,.8)}to{box-shadow:0 0 5px rgba(59,255,59,.5)}}