:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#fafafa}main{max-width:960px;margin:0 auto;padding:2rem 1.5rem 4rem}.slideshow{position:relative;width:100%;aspect-ratio:16/10;background:#eee;border-radius:12px;overflow:hidden}.slideshow img{width:100%;height:100%;object-fit:cover;display:block}.slideshow-caption{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(transparent,rgba(0,0,0,.6));color:#fff;font-size:.9rem}.slideshow-nav{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.slideshow-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ccc;cursor:pointer;padding:0}.slideshow-dot.active{background:#333}.slideshow-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.85);border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;font-size:1rem}.slideshow-arrow.prev{left:12px}.slideshow-arrow.next{right:12px}.price{font-size:1.5rem;font-weight:600;color:#2a6f2a}.admin-list{display:flex;flex-direction:column;gap:.5rem}.admin-slide-row{display:flex;align-items:center;gap:.75rem;border:1px solid #ddd;border-radius:8px;padding:.5rem}.admin-slide-row img{width:96px;height:60px;object-fit:cover;border-radius:4px}.admin-slide-row input{flex:1 1}button{font-family:inherit}