:root{font-family:Inter,system-ui,sans-serif;color:#17231f;background:#f6f4ef;line-height:1.5}*{box-sizing:border-box}body{margin:0;min-width:280px}header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px max(16px,calc((100% - 1080px)/2));background:#173f35;color:white}a{color:inherit;text-decoration:none}.brand{font-weight:800;font-size:1.15rem}nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}main{width:min(1080px,100%);margin:auto;padding:24px 16px 64px}.hero,.card{background:white;border-radius:18px;padding:20px;box-shadow:0 5px 24px #173f3512}.hero h1{margin:.2rem 0}.muted{color:#61716a}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:14px;margin:18px 0}.card.selected{outline:3px solid #c16b45}button,input{font:inherit}button{border:0;border-radius:12px;padding:11px 15px;background:#173f35;color:white;cursor:pointer}.ghost{background:transparent;border:1px solid #ffffff80;padding:7px 10px}button:disabled{opacity:.45;cursor:not-allowed}label{display:grid;gap:5px;margin:12px 0}input{width:100%;padding:12px;border:1px solid #cbd4d0;border-radius:10px}.slots{display:flex;gap:8px;flex-wrap:wrap}.slots button{background:#e8eee9;color:#173f35}.notice{padding:14px;border-radius:12px;background:#fff3d5}.error{background:#ffe5e2;color:#8e2419}.gallery{display:flex;overflow:auto;gap:10px}.gallery img{width:230px;aspect-ratio:4/3;object-fit:cover;border-radius:14px}footer{text-align:center;padding:25px;color:#61716a}@media(max-width:650px){header{align-items:flex-start;flex-direction:column}nav{font-size:.88rem}.gallery img{width:78vw}main{padding-top:16px}}
