.projects-container{flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}.projects-header{text-align:center;margin-bottom:3rem;font-size:2.25rem;font-weight:700}@media (min-width:768px){.projects-header{font-size:3rem}}.temporary-message{opacity:.9;text-align:center;margin-top:1rem;font-size:1.125rem;line-height:1.75}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 0;display:grid}.project-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;transition:box-shadow .3s;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.project-image-container{background:#ffffff05;justify-content:center;align-items:center;width:100%;height:auto;min-height:300px;padding:1rem;display:flex}.project-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:500px;transition:transform .3s}.project-card:hover .project-image{transform:scale(1.01)}.project-content{padding:1.5rem}.project-title{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.project-description{opacity:.85;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;padding:.4rem .8rem;font-size:.875rem;font-weight:500}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-image{max-height:400px}}
