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}.container{min-width:320px;max-width:375px;margin:0 auto;padding:0 16px}@media only screen and (min-width: 768px){.container{max-width:768px}}@media only screen and (min-width: 1200px){.container{max-width:1200px}}.loader{width:16px;height:16px;box-shadow:0 30px,0 -30px;border-radius:4px;background:currentColor;display:block;margin:80px auto;position:relative;color:#ffb3c6;transform:translateY(30px);box-sizing:border-box;animation:animloader 2s ease infinite}.loader:after,.loader:before{content:"";box-sizing:border-box;width:16px;height:16px;box-shadow:0 30px,0 -30px;border-radius:4px;background:currentColor;color:#ffb3c6;position:absolute;left:30px;top:0;animation:animloader 2s .2s ease infinite}.loader:before{animation-delay:.4s;left:60px}@keyframes animloader{0%{top:0;color:#ffb3c6}50%{top:30px;color:#fff3}to{top:0;color:#ffb3c6}}.form{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;background-color:#fff0f6;border-radius:20px;box-shadow:0 4px 12px #0000001a;margin-bottom:16px}.form input[type=text]{padding:10px 16px;font-size:16px;border:2px solid #ffb3c6;border-radius:12px;outline:none;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form input[type=text]::placeholder{color:#ff9eb5}.form input[type=text]:focus{border-color:#ff80a0;box-shadow:0 0 8px #ffb3c6}.form button{padding:10px 20px;font-size:16px;font-weight:700;color:#fff;background-color:#ff80a0;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.form button:hover{background-color:#ff4d79;transform:scale(1.05)}.form button:active{transform:scale(.97)}.gallery{justify-content:center;display:flex;flex-wrap:wrap;gap:16px}.image-box{background-color:#fff0f6;border-radius:20px;box-shadow:0 4px 12px #0000001a;overflow:hidden;width:240px;text-align:center;padding:10px}.image-box img{width:100%;height:auto;border-radius:12px;border:2px solid #ffb3c6;transition:transform .2s ease,box-shadow .2s ease}.image-box img:hover{transform:scale(1.03);box-shadow:0 0 8px #ffb3c6}.image-description{margin-top:10px;background-color:#ffe0ec;padding:8px;border-radius:12px}.image-stats{margin:4px 0;font-size:14px;color:#ff4d79;font-weight:500}.invisible{display:none}
