.gallery-page{background:#0a0a0f;width:100vw;height:100vh;overflow:hidden}.gallery-fullscreen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.gallery-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.6);animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.gallery-image{animation:none}}