*/ body{font-family:Montserrat,sans-serif;padding:0;margin:0}.form{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:32px}input{font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.04em;color:gray;border-radius:4px;width:272px;height:40px;background:#fff;padding-left:16px}input:focus{color:#2e2f42}button{font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff;border-radius:50%;width:100px;height:100px;background:#4e75ff;border:none;background:linear-gradient(135deg,#4e75ff,#6b50ff);transition:background .5s ease,transform .5s ease}button:hover{background:linear-gradient(135deg,#6b50ff,#4e75ff);transform:scale(1.05)}.gallery{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;padding:0;margin:0;list-style:none}.gallery-item{display:block;text-decoration:none;width:100%;max-width:360px;flex:1 1 360px}.image-card{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #808080;border-radius:8px;height:100%;width:100%;overflow:hidden}.image-card img{width:100%;height:200px;display:block;object-fit:cover}.image-stats{display:flex;justify-content:space-between;padding:8px 16px;gap:8px}.image-stats li{flex:1;display:flex;flex-direction:column;align-items:center;font-size:12px;line-height:2;letter-spacing:.04em;color:#2e2f42;min-width:60px}.loader{position:fixed;top:50%;left:50%;width:64px;height:64px;background-color:#00000080;transform:translate(-50%,-50%) rotate(45deg);overflow:hidden;z-index:999}.hidden{display:none}.loader:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;margin:auto;background:#222b32}.loader:before{content:"";position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;margin:auto;background:#eeee0a;animation:diamondLoader 2s linear infinite}@keyframes diamondLoader{0%,10%{transform:translate(-64px,-64px) rotate(-45deg)}90%,to{transform:translate(0) rotate(-45deg)}}
