:root{font-family:ui-rounded,"Pretendard",system-ui,sans-serif;color:#17342d;background:#f5f7ef}*{box-sizing:border-box}body{margin:0}main{max-width:900px;margin:auto;padding:28px 18px 80px}.hero{padding:34px 12px 24px}.hero span{color:#cf6a2d;font-weight:800;letter-spacing:.12em;font-size:.75rem}.hero h1{font-size:clamp(2.5rem,8vw,4.8rem);letter-spacing:-.08em;margin:.35rem 0;color:#175d49}.hero p{color:#5b6c63;font-size:1.05rem}.card{background:#fff;border:1px solid #e3e8dd;border-radius:24px;padding:22px;box-shadow:0 8px 24px #17342d0b;margin:14px 0}.choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}button{border:0;border-radius:14px;background:#175d49;color:white;font:inherit;font-weight:800;padding:15px 18px;cursor:pointer}.secondary{background:#edf2e8;color:#175d49}label{display:grid;gap:7px;font-weight:700;margin:13px 0}input,textarea,select{font:inherit;padding:12px;border-radius:12px;border:1px solid #cbd7cd;width:100%}.room-head{display:flex;justify-content:space-between;align-items:start;gap:18px}.badge{background:#e8f4e8;color:#175d49;padding:7px 10px;border-radius:999px;font-weight:800}.tools{display:flex;gap:8px;flex-wrap:wrap}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.item{overflow:hidden;padding:0}.item img,.photo-placeholder{width:100%;height:150px;object-fit:cover;background:#e8eee7}.photo-placeholder{display:grid;place-items:center;color:#62726b}.item .inner{padding:15px}.price{font-size:1.25rem;font-weight:900;color:#cf6a2d}.muted{color:#62726b}.member{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #eef1ea}.modal{position:fixed;inset:0;background:#172b2488;display:grid;place-items:center;padding:18px;z-index:3}.modal .card{width:min(520px,100%)}.qr-card{display:flex;align-items:center;justify-content:space-between;gap:20px}.qr-card img{background:white;border-radius:12px;width:150px;height:150px}.info-card{border-left:5px solid #cf6a2d}.notice{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);padding:14px 18px;border-radius:14px;color:white;font-weight:800;z-index:4}.notice.error{background:#b42318}.notice.success{background:#175d49}@media(max-width:600px){.choices{grid-template-columns:1fr}.room-head{display:block}.qr-card{align-items:start}.qr-card img{width:120px;height:120px}}
