.gallery-wrapper{background-color:var(--bg-color);color:var(--text-color);flex-direction:column;align-items:center;min-height:100vh;padding-top:60px;padding-bottom:50px;display:flex}.gallery-section{text-align:center;width:90%;max-width:1000px}.gallery-section h1{color:var(--accent-color);margin-bottom:6px}.gallery-subtitle{margin-bottom:12px;font-size:1rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.gallery-item{background-color:var(--box-bg);border:1px solid var(--accent-color);border-radius:6px;justify-content:center;align-items:center;height:160px;display:flex;box-shadow:0 0 6px #00aeef4d}.placeholder{color:var(--accent-color);font-weight:600}
