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}.load-more-container{display:flex;justify-content:center;margin:20px 0}.load-more{display:none;padding:10px 20px;font-size:16px;background-color:#4e75ff;color:#fff;border:none;border-radius:4px;cursor:pointer}.load-more.is-visible{display:inline-block}.loader{width:48px;height:48px;border:3px solid #fff;border-radius:50%;display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;box-sizing:border-box;animation:rotation 1s linear infinite}.loader.is-visible{display:inline-block}.loader:after{content:"";box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;border:3px solid transparent;border-bottom-color:#ff3d00}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form{display:flex;justify-content:center;align-items:center;gap:12px;margin:20px 0;flex-wrap:wrap}.form input[type=text]{padding:8px 16px;border:1px solid #808080;line-height:24px;border-radius:4px;width:272px}.form button{padding:10px 20px;font-size:16px;background-color:#4e75ff;color:#fff;border:none;border-radius:4px;cursor:pointer}.form button:hover{background-color:#0056b3}.gallery{max-width:1440px;background-color:#fff;margin:0 auto;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;padding:24px 156px;gap:24px}.gallery-item{border:1px solid #808080;background:#fff;width:360px;height:200px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:152px;object-fit:cover;border-radius:2px;display:block}.info{font-size:12px;display:flex;flex-direction:column;justify-content:center;height:48px;margin-top:4px;width:100%}.labels,.values{display:flex;justify-content:space-between;width:100%;padding:0 4px}.labels span{flex:1;font-weight:700;font-size:11px;text-align:center}.values span{flex:1;font-weight:400;font-size:11px;text-align:center}
