.filter[data-v-600ed5b5]{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:20px}.filter button[data-v-600ed5b5]{background:linear-gradient(135deg,#060510,#4c4a54);border:none;border-radius:25px;padding:10px 20px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 6px rgba(0,0,0,.1)}.filter button[data-v-600ed5b5]:hover{background:linear-gradient(135deg,#feb47b,#ff7e5f);transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.2)}.filter button[data-v-600ed5b5]:active{transform:scale(1.2);background:linear-gradient(135deg,#feb47b,#ff7e5f)}.gallery[data-v-557e5213]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;width:100%}.gallery figure[data-v-557e5213]{overflow:hidden;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:transform .6s}.gallery figure[data-v-557e5213]:hover{transform:scale(1.1)}.gallery figure img[data-v-557e5213]{width:100%;display:block;-o-object-fit:cover;object-fit:cover}.gallery figure figcaption[data-v-557e5213]{padding:10px;background:#f4f4f9;text-align:center}@media(max-width:768px){.gallery[data-v-557e5213]{grid-template-columns:1fr}}@media(min-width:769px){.gallery[data-v-557e5213]{grid-template-columns:repeat(3,1fr)}}body{font-family:Arial,sans-serif;background:#f4f4f9;color:#333;margin:0;padding:0;box-sizing:border-box;width:100%;overflow-x:hidden}header{text-align:center;margin-bottom:20px;width:100%}main{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}footer{text-align:center;padding:15px;background:#333;color:#fff;position:relative;bottom:0;width:100%}