@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap";:root{font-family:Manrope,Segoe UI,sans-serif;line-height:1.4;font-weight:500;color:#2e4339;background:radial-gradient(circle at 15% 15%,#edf4ef,#e0e9e3 34%,#cedacf 64%,#bccbbf);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;background:radial-gradient(circle at 15% 15%,#edf4ef,#e0e9e3 34%,#cedacf 64%,#bccbbf)}h1,h2,h3,p{margin:0}a{color:inherit}button{font-family:inherit;cursor:pointer;transition:transform .12s ease,opacity .2s ease}button:active{transform:translateY(1px)}#root{min-height:100vh;padding:1rem;display:grid;place-items:center}.phone-shell{width:min(100%,980px);min-height:calc(100vh - 2rem);border-radius:28px;border:1px solid rgba(255,255,255,.55);padding:1rem;display:grid;gap:.9rem;grid-template-rows:auto auto 1fr auto;background:linear-gradient(180deg,#f6faf7,#edf4ef 32%,#e7efe9);box-shadow:0 20px 60px #20382b24;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.phone-shell::-webkit-scrollbar{display:none}.cards{display:grid;gap:.8rem;align-content:start;padding-bottom:7.2rem}@media(min-width:760px){.phone-shell{padding:1.2rem}.cards{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:7.8rem}}.cartbar{position:fixed;left:50%;transform:translate(-50%);width:min(calc(100vw - 4rem),932px);bottom:1rem;z-index:30;display:flex;align-items:flex-start;gap:.8rem;border-radius:18px;padding:.8rem;background:#2f493f;color:#fff}.cart-icon{width:1.5rem;height:1.5rem;color:#d9e9e1;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:.08rem}.cart-icon svg{width:100%;height:100%}.cart-info{display:grid;gap:.08rem}.cart-title{margin:0;font-size:.78rem;color:#c4d9cd}.cart-sum{margin:0;font-size:.9rem;font-weight:700}.checkout{margin-left:auto;border:0;border-radius:999px;padding:.72rem 1rem;font-weight:700;color:#2f493f;background:#d4e5db}.checkout:disabled{background:#7f968a;color:#e6efe9}@media(min-width:760px){.cartbar{width:min(calc(100vw - 4.4rem),922px);bottom:1.2rem}}.chips{display:flex;gap:.5rem;overflow-x:auto;padding:.1rem 0;-ms-overflow-style:none;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{border:0;white-space:nowrap;border-radius:999px;padding:.6rem .9rem;font-size:.84rem;font-weight:700;color:#3f5f52;background:#dce9e1;transition:transform .12s ease,background .16s ease}.chip--active{color:#fff;background:#5c7f70}.chip:active{transform:scale(.98)}.sheet-overlay{position:fixed;inset:0;z-index:50;display:grid;place-items:end center;padding:1rem;background:#15251c59}.checkout-sheet{width:min(100%,820px);border-radius:18px 18px 0 0;border:1px solid #cadad1;border-bottom:0;background:#f7fbf9;padding:.8rem;box-shadow:0 -12px 36px #1b312738;display:grid;gap:.7rem;animation:sheet-up .16s ease-out}.checkout-sheet__handle{width:3.1rem;height:.3rem;border-radius:999px;background:#c9d9d0;justify-self:center}.checkout-sheet h3{margin:0;color:#2f4a3f}.checkout-sheet__items{display:grid;gap:.5rem;max-height:42vh;overflow:auto}.checkout-sheet__row{display:flex;justify-content:space-between;align-items:flex-start;gap:.7rem;background:#fbfdfb;border:1px solid #d7e4dc;border-radius:10px;padding:.55rem}.checkout-sheet__row-actions{display:grid;justify-items:end;gap:.35rem}.checkout-sheet__name{margin:0;font-size:.9rem;font-weight:800;color:#2f4a3f}.checkout-sheet__meta{margin:.16rem 0 0;font-size:.75rem;color:#617d70;font-weight:700}.checkout-sheet__remove{border:0;border-radius:999px;padding:.3rem .6rem;font-size:.72rem;font-weight:700;color:#2f4a3f;background:#dce9e1}.checkout-sheet__total{display:flex;justify-content:space-between;align-items:center;color:#2f4a3f;font-weight:800}.checkout-sheet__confirm{border:0;border-radius:999px;padding:.7rem 1rem;background:#5b7f70;color:#f1f7f3;font-weight:800}@keyframes sheet-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.my-bookings{width:min(100%,680px);justify-self:start;align-self:start;border:1px solid #d2dfd8;border-radius:14px;background:#f2f8f4;padding:.7rem;display:grid;align-content:start;grid-auto-rows:min-content;gap:.55rem}.my-bookings__title{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:#4e6b5e;font-weight:800}.my-bookings__item{position:relative;border-radius:10px;border:1px solid #d7e4dc;background:#fbfdfb;padding:.55rem;display:grid;align-content:start;gap:.28rem}.my-bookings__remove{position:absolute;top:.35rem;right:.35rem;width:1.25rem;height:1.25rem;border:0;border-radius:50%;padding:0;font-size:.95rem;line-height:1;background:#e2eee7;color:#456256}.my-bookings__empty{margin:0;font-size:.82rem;color:#617d70;font-weight:700}.my-bookings__name{margin:0;font-size:.86rem;font-weight:800;color:#2f4a3f}.my-bookings__place{margin:0;font-size:.74rem;color:#617d70;font-weight:700}.my-bookings__slots{display:flex;flex-wrap:wrap;gap:.35rem}.my-bookings__slot{border-radius:999px;padding:.2rem .5rem;font-size:.69rem;font-weight:700;color:#39584b;background:#e2eee7}@media(min-width:760px){.my-bookings{width:min(100%,760px)}}.card{background:#fff;border-radius:18px;border:1px solid #d5e2db;padding:.85rem;display:grid;gap:.7rem}.card-top{display:flex;justify-content:space-between;gap:.8rem}.card h2{margin:0;font-size:1rem;color:#2f4a3f}.desc{margin:.35rem 0 0;font-size:.82rem;color:#587064}.place{margin:.18rem 0 0;font-size:.77rem;font-weight:700;color:#6f887c}.badge{align-self:start;border-radius:999px;padding:.23rem .56rem;font-size:.66rem;font-weight:700;color:#355247;background:#d3e5dc}.card-bottom{display:flex;align-items:center;gap:.6rem;color:#647c70;font-size:.8rem}.slot-list{display:flex;flex-wrap:wrap;gap:.35rem;min-height:1.5rem}.slot-pill{border-radius:999px;padding:.2rem .5rem;font-size:.69rem;font-weight:700;color:#39584b;background:#e2eee7}.price{margin-left:auto;color:#2d493e;font-weight:800;font-size:1rem}.qty{display:inline-flex;justify-self:end;align-items:center;gap:.55rem;padding:.28rem;border-radius:999px;background:#e3eee8}.qty button{width:2rem;height:2rem;border-radius:50%;border:0;background:#fff;color:#466357;font-size:1rem;font-weight:800}.qty span{min-width:1rem;text-align:center;color:#355247;font-weight:800}.dialog-overlay{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:1rem;background:#15251c61}.slot-dialog{width:min(100%,620px);border-radius:18px;border:1px solid #cadad1;background:#f7fbf9;padding:.9rem;box-shadow:0 16px 40px #1b31273d;display:grid;gap:.75rem}.slot-dialog h3{margin:0;font-size:1.02rem;color:#2f4a3f}.dialog-subtitle{margin:0;color:#5f786c;font-size:.85rem}.picker-block{border:1px solid #d3e1d9;border-radius:12px;background:#f0f6f2;padding:.55rem;display:grid;gap:.45rem}.picker-label{margin:0;font-size:.76rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#4f685d}.day-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.day-btn,.time-btn{border:0;border-radius:10px;padding:.55rem .4rem;font-weight:700;color:#3f5f52;background:#dce9e1}.day-btn--active,.time-btn--active{color:#fff;background:#5c7f70}.day-btn:disabled,.time-btn:disabled{opacity:.48;cursor:not-allowed}.time-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.dialog-actions{display:flex;justify-content:flex-end;gap:.5rem}.dialog-cancel,.dialog-confirm{border:0;border-radius:999px;padding:.6rem .9rem;font-weight:700}.dialog-cancel{background:#dde9e2;color:#3d5a4e}.dialog-confirm{background:#5b7f70;color:#f1f7f3}.dialog-confirm:disabled{opacity:.55;cursor:not-allowed}@media(max-width:640px){.day-grid,.time-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.thank-you-screen{min-height:100%;display:grid;place-content:center;justify-items:center;text-align:center;gap:.7rem;padding:1.2rem}.thank-you-screen__illustration{width:min(70vw,230px);height:auto;filter:drop-shadow(0 10px 20px rgba(39,86,124,.16))}.thank-you-screen__overline{margin:0;border-radius:999px;padding:.3rem .7rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#355247;background:#d9ebdf}.thank-you-screen h2{margin:0;font-size:clamp(1.35rem,4vw,1.95rem);color:#2f4a3f}.thank-you-screen p{margin:0;max-width:32ch;color:#5f786c}.venue-head{border-radius:20px;padding:1rem;background:linear-gradient(120deg,#365246,#4f6f62 70%,#64897a);color:#f2f8f4}.venue-meta{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;opacity:.9}.venue-head h1{margin:.35rem 0;font-size:clamp(1.35rem,4vw,2.2rem);line-height:1.05}.venue-state{margin:0;font-size:.88rem;color:#d4e5dc}
