.bkc-wrap{background:#fff;border:1px solid var(--stone-2, #e4ddd2);border-radius:14px;padding:1.5rem;max-width:900px;box-shadow:0 20px 40px -24px #0e152026}.bkc-rooms{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.1rem;padding-bottom:1.1rem;border-bottom:1px solid #e4ddd2}.bkc-room{display:inline-flex;align-items:center;gap:.4rem;background:#f0ece4;border:1px solid #e4ddd2;color:#0e1520;padding:.5rem 1rem;border-radius:999px;font-family:Outfit,sans-serif;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.bkc-room:hover{border-color:#6b8c72;color:#6b8c72}.bkc-room.active{background:#6b8c72;border-color:#6b8c72;color:#fff}.bkc-room-sub{font-size:.66rem;color:#9a9490}.bkc-room.active .bkc-room-sub{color:#ffffffbf}.bkc-legend{display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:1rem;font-size:.75rem;color:#5a5550}.bkc-legend span{display:inline-flex;align-items:center;gap:.4rem}.bkc-sw{display:inline-block;width:14px;height:14px;border-radius:4px;border:1px solid #e4ddd2}.bkc-av{background:#fff}.bkc-bk{background:#e4ddd2}.bkc-sel{background:#6b8c72;border-color:#6b8c72}.bkc-head{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1rem}.bkc-nav{flex-shrink:0;margin-top:.4rem;background:#f0ece4;border:1px solid #e4ddd2;width:36px;height:36px;border-radius:50%;font-size:1.2rem;color:#0e1520;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.bkc-nav:hover{background:#dde8df;border-color:#6b8c72}.bkc-months{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.bkc-month h4{font-family:Cormorant Garamond,serif;font-weight:400;font-size:1.25rem;text-align:center;margin-bottom:.6rem;color:#0e1520}.bkc-dow{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.3rem}.bkc-dow span{text-align:center;font-size:.62rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#9a9490;padding:.25rem 0}.bkc-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.bkc-day{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;font-size:.83rem;color:#0e1520;background:transparent;border:none;cursor:pointer;border-radius:6px;font-family:Outfit,sans-serif;transition:background .15s,color .15s}.bkc-day:hover:not(:disabled){background:#dde8df}.bkc-day.empty{visibility:hidden;pointer-events:none}.bkc-day.past{color:#c8bfb0;cursor:not-allowed}.bkc-day.booked{background:#e4ddd2;color:#9a9490;text-decoration:line-through;cursor:not-allowed}.bkc-day.in-range{background:#dde8df;border-radius:0}.bkc-day.range-start{background:#6b8c72;color:#fff;border-top-right-radius:0;border-bottom-right-radius:0}.bkc-day.range-end{background:#6b8c72;color:#fff;border-top-left-radius:0;border-bottom-left-radius:0}.bkc-day.range-only{background:#6b8c72;color:#fff;border-radius:6px}.bkc-day.today{outline:1.5px solid #b8965a;outline-offset:-2px}.bkc-summary{margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid #e4ddd2;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem}.bkc-sum-row{display:flex;gap:2rem;flex-wrap:wrap}.bkc-lbl{display:block;font-size:.62rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:#6b8c72;margin-bottom:.2rem}.bkc-val{font-family:Cormorant Garamond,serif;font-size:1.15rem;color:#0e1520}.bkc-actions{display:flex;gap:.6rem;flex-wrap:wrap}@media (max-width:640px){.bkc-wrap{padding:1rem}.bkc-months{grid-template-columns:1fr;gap:1.5rem}.bkc-head{flex-direction:column;align-items:stretch}.bkc-nav{align-self:center}.bkc-sum-row{gap:1.2rem;width:100%}.bkc-actions{width:100%}.bkc-actions .btn{flex:1}}
