h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:#242424;background-color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}main{flex-grow:1}main:has(.back-link){text-align:center}.form{display:flex;gap:8px;margin:10px;align-items:center;justify-content:center}.form-input{font-size:22px;width:272px;height:40px;box-shadow:2px 2px 10px #0000004d;border:1px,solid,rgb(11,118,180)}.form-btn{border-radius:8px;padding:8px 16px;width:91px;height:40px;background-color:#4e75ff;color:#f0f8ff;border:1px,solid,rgb(11,118,180);box-shadow:2px 2px 10px #0000004d}.gallery{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:20px;margin:0 auto}.gallery a{display:block;width:360px;height:200px;border-radius:3px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.gallery a:hover{transform:scale(1.03)}.gallery img{width:100%;height:100%;object-fit:cover;display:block}.gallery__item{position:relative;width:360px;height:200px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.gallery__item:hover{transform:scale(1.03)}.gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.stats{display:flex;flex-direction:row;justify-content:space-between;box-sizing:border-box;flex-wrap:nowrap;position:absolute;bottom:0;left:0;width:100%;background:#0006;color:#fff;padding:8px;font-size:12px;opacity:1;transition:opacity .5s ease}.gallery__item:hover .stats{opacity:0}.loader{display:none;justify-content:center;align-items:center;margin:20px auto;height:60px}.loader.visible{display:flex}.spinner{width:40px;height:40px;border:4px solid #ccc;border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
