:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f8f9fa;margin:0;padding:0;overflow:hidden}.container{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:20px}h1{font-size:2.5rem;color:#ff4d4d;margin-bottom:10px}p{font-size:1.2rem;color:#555;margin-bottom:20px}.content{display:flex;width:90vw;max-width:1400px;height:80vh;max-height:900px;align-items:center;justify-content:space-between;gap:20px}.gallery{display:flex;flex-direction:column;gap:10px;max-width:200px;overflow-y:auto;padding:10px;border-right:2px solid #ddd}.gallery img{width:100px;height:100px;object-fit:cover;border-radius:10px;cursor:pointer;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out,opacity .3s ease;opacity:.7}.gallery img:hover{transform:scale(1.1);box-shadow:0 4px 10px #0003}.gallery img.active{opacity:1;border:3px solid #ff4d4d}.preview{flex:1;text-align:center;display:flex;justify-content:center;align-items:center;position:relative;height:100%}.preview img{width:auto;max-height:90%;max-width:90%;border-radius:10px;box-shadow:0 6px 14px #0000004d}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;font-size:2rem;padding:10px 15px;cursor:pointer;border-radius:5px;z-index:1}.prev{left:10px}.next{right:10px}.prev:hover,.next:hover{background:#000c}@media (max-width: 768px){.content{flex-direction:column;align-items:center;height:auto}.gallery{flex-direction:row;max-width:100%;overflow-x:auto;overflow-y:hidden;border-right:none;padding-bottom:10px}.gallery img{width:80px;height:80px}.preview{height:50vh}.preview img{max-width:90%;max-height:90%}}
