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;justify-content:center;gap:12px;margin:40px 0}.form input{padding:10px 14px;width:260px;border-radius:8px;border:1px solid #ccc;font-size:14px;outline:none}.form input:focus{border-color:#ffc107}.form button{padding:10px 18px;border-radius:8px;border:none;background-color:#ffc107;color:#222;font-weight:600;cursor:pointer;transition:.2s ease}.form button:hover{background-color:#e0a800}.gallery{max-width:1200px;margin:0 auto;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.gallery-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000012;transition:transform .2s ease}.gallery-item:hover{transform:translateY(-4px)}.gallery-item img{width:100%;height:200px;object-fit:cover;display:block}.gallery-info{padding:12px;display:flex;justify-content:space-between;font-size:13px;background:#f9f9f9}.gallery-info-box{display:flex;flex-direction:column;align-items:center}.gallery-label{font-weight:600;margin-bottom:4px}.gallery-value{color:#555}.sl-wrapper .sl-image img{border-radius:8px}.hidden{display:none}.loader{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999}.loader:before{content:"";position:absolute;left:0;bottom:0;width:40px;height:40px;transform:rotate(45deg) translate(30%,40%);background:#ff9371;box-shadow:32px -34px 0 5px #ff3d00;animation:slide 2s infinite ease-in-out alternate}.loader:after{content:"";position:absolute;left:10px;top:10px;width:16px;height:16px;border-radius:50%;background:#ff3d00;transform:rotate(0);transform-origin:35px 145px;animation:rotate 2s infinite ease-in-out}@keyframes slide{0%,to{bottom:-35px}25%,75%{bottom:-2px}20%,80%{bottom:2px}}@keyframes rotate{0%{transform:rotate(-15deg)}25%,75%{transform:rotate(0)}to{transform:rotate(25deg)}}
