.mdshop-container{min-height:calc(100vh - 73px);background-color:#000000;padding:40px 24px}.mdshop-container,.mdshop-content{display:flex;align-items:center;justify-content:center}.mdshop-content{flex-direction:column;gap:24px;text-align:center}.working-image{width:200px;height:200px;object-fit:contain;animation:bounce 2s ease-in-out infinite}.mdshop-content h1{color:#48ff00;font-size:32px;font-weight:700;letter-spacing:1px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}