(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42298,e=>{"use strict";var a=e.i(43476),r=e.i(37902),i=e.i(71645),s=e.i(84515),t=e.i(57688);function o(e){return{id:e.id,name:e.name,price:e.base_price,originalPrice:Math.round(1.25*e.base_price),maxGuests:e.max_guests,size:e.size||"Not specified",view:e.view||"Standard View",images:e.images&&e.images.length>0?e.images:["/placeholder-room.jpg"],amenities:e.amenities||[],description:e.description||"Beautiful room with modern amenities",highlights:e.amenities?.slice(0,3)||[]}}let l=(0,i.memo)(({image:e,index:r,isActive:s,onClick:o,roomName:l})=>{let n=(0,i.useCallback)(()=>o(r),[r,o]);return(0,a.jsx)("div",{className:`gallery-thumb ${s?"active":""}`,onClick:n,children:(0,a.jsx)(t.default,{src:e,alt:`${l} ${r+1}`,fill:!0,sizes:"72px",style:{objectFit:"cover"},loading:"lazy"})})});l.displayName="GalleryThumbnail";let n=(0,i.memo)(({amenity:e})=>(0,a.jsxs)("div",{className:"hc-amenity-item",children:[(0,a.jsx)("svg",{className:"hc-check-icon",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",children:(0,a.jsx)("polyline",{points:"20 6 9 17 4 12"})}),(0,a.jsx)("span",{children:e})]}));n.displayName="AmenityItem";let c=(0,i.memo)(({room:e,index:r,onOpenDetails:s})=>{let o=(0,i.useCallback)(()=>s(e),[e,s]);return(0,a.jsxs)("div",{className:"room-card reveal",onClick:o,style:{"--delay":`${80*r}ms`},children:[(0,a.jsxs)("div",{className:"card-image-wrap",children:[(0,a.jsx)(t.default,{src:e.images[0],alt:e.name,fill:!0,sizes:"(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 400px",style:{objectFit:"cover"},priority:r<2,loading:r<2?"eager":"lazy"}),(0,a.jsx)("div",{className:"card-image-overlay"}),e.images.length>1&&(0,a.jsxs)("div",{className:"photo-pill",children:[(0,a.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"13",height:"13",children:[(0,a.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,a.jsx)("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),(0,a.jsx)("polyline",{points:"21 15 16 10 5 21"})]}),e.images.length]}),(0,a.jsxs)("div",{className:"price-badge",children:[(0,a.jsxs)("span",{className:"price-orig",children:["₹",e.originalPrice]}),(0,a.jsxs)("span",{className:"price-curr",children:["₹",e.price]}),(0,a.jsx)("span",{className:"price-unit",children:"/night"})]})]}),(0,a.jsxs)("div",{className:"card-body",children:[(0,a.jsx)("h3",{className:"card-name",children:e.name}),(0,a.jsxs)("div",{className:"card-tags",children:[(0,a.jsxs)("span",{className:"tag",children:[(0,a.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"13",height:"13",children:[(0,a.jsx)("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),(0,a.jsx)("circle",{cx:"12",cy:"7",r:"4"})]}),e.maxGuests," guests"]}),(0,a.jsxs)("span",{className:"tag",children:[(0,a.jsx)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"13",height:"13",children:(0,a.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"})}),e.size]}),(0,a.jsxs)("span",{className:"tag",children:[(0,a.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"13",height:"13",children:[(0,a.jsx)("circle",{cx:"12",cy:"12",r:"5"}),(0,a.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,a.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,a.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,a.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"})]}),e.view]})]}),(0,a.jsx)("p",{className:"card-desc",children:e.description}),e.highlights.length>0&&(0,a.jsx)("div",{className:"card-highlights",children:e.highlights.map((e,r)=>(0,a.jsxs)("span",{className:"highlight-chip",children:["✓ ",e]},r))}),(0,a.jsx)("div",{className:"card-footer",children:(0,a.jsx)("button",{className:"view-btn",children:"View Details"})})]})]})});function d(){let[e,d]=(0,i.useState)([]),[x,m]=(0,i.useState)(!0),[f,b]=(0,i.useState)(null),[p,h]=(0,i.useState)(0),g=(0,i.useRef)(null),u=(0,i.useCallback)(()=>{g.current&&g.current.disconnect(),g.current=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&(e.target.style.setProperty("--revealed","1"),e.target.classList.add("in-view"),g.current?.unobserve(e.target))})},{threshold:.08,rootMargin:"0px 0px -40px 0px"}),document.querySelectorAll(".reveal").forEach(e=>g.current?.observe(e))},[]);(0,i.useEffect)(()=>{let e=!0,a=new AbortController,r=async(r=!0)=>{r&&m(!0);try{let{data:r,error:i}=await s.supabase.from("rooms").select("*").order("created_at",{ascending:!0}).abortSignal(a.signal);if(i)throw i;r&&e&&d(r.map(o))}catch(e){"AbortError"!==e.name&&a.signal.aborted}finally{r&&e&&!a.signal.aborted&&m(!1)}};r(!0);let i=s.supabase.channel("public-rooms-changes").on("postgres_changes",{event:"*",schema:"public",table:"rooms"},()=>{e&&!a.signal.aborted&&r(!1)}).subscribe();return()=>{e=!1,a.abort(),s.supabase.removeChannel(i),g.current&&g.current.disconnect()}},[]),(0,i.useEffect)(()=>{let e,a;return e=requestAnimationFrame(()=>{a=setTimeout(u,50)}),()=>{cancelAnimationFrame(e),clearTimeout(a)}},[e,u]);let j=(0,i.useCallback)(e=>{b(e),h(0),document.body.style.overflow="hidden"},[]),y=(0,i.useCallback)(()=>{b(null),h(0),document.body.style.overflow=""},[]),v=(0,i.useCallback)(e=>{e?.stopPropagation(),b(e=>(e&&h(a=>a===e.images.length-1?0:a+1),e))},[]),w=(0,i.useCallback)(e=>{e?.stopPropagation(),b(e=>(e&&h(a=>0===a?e.images.length-1:a-1),e))},[]),k=(0,i.useCallback)(e=>h(e),[]);return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 rooms-page",children:[(0,a.jsxs)("div",{"aria-hidden":"true",className:"jsx-8a3924c3be3b9328 bg-mesh",children:[(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 mesh-layer-1"}),(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 mesh-layer-2"}),(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 grid-overlay"})]}),(0,a.jsx)("section",{className:"jsx-8a3924c3be3b9328 hero",children:(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 hero-content",children:[(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 hero-badge",children:"✦ Accommodations ✦"}),(0,a.jsx)("h1",{className:"jsx-8a3924c3be3b9328 hero-title",children:"Our Rooms"}),(0,a.jsx)("p",{className:"jsx-8a3924c3be3b9328 hero-subtitle",children:"Choose your perfect coastal retreat"})]})}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 container",children:[x&&(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 loading",children:[(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 spinner"}),(0,a.jsx)("p",{className:"jsx-8a3924c3be3b9328",children:"Loading rooms…"})]}),!x&&0===e.length&&(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 no-results",children:[(0,a.jsx)("h3",{className:"jsx-8a3924c3be3b9328",children:"No rooms available"}),(0,a.jsx)("p",{className:"jsx-8a3924c3be3b9328",children:"Check back soon for availability."})]}),!x&&(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 rooms-grid",children:e.map((e,r)=>(0,a.jsx)(c,{room:e,index:r,onOpenDetails:j},e.id))})]}),f&&(0,a.jsx)("div",{onClick:y,className:"jsx-8a3924c3be3b9328 modal-overlay",children:(0,a.jsxs)("div",{onClick:e=>e.stopPropagation(),className:"jsx-8a3924c3be3b9328 modal-sheet",children:[(0,a.jsx)("div",{"aria-hidden":"true",className:"jsx-8a3924c3be3b9328 sheet-handle"}),(0,a.jsx)("button",{onClick:y,"aria-label":"Close",className:"jsx-8a3924c3be3b9328 close-btn",children:(0,a.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",width:"18",height:"18",className:"jsx-8a3924c3be3b9328",children:[(0,a.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18",className:"jsx-8a3924c3be3b9328"}),(0,a.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18",className:"jsx-8a3924c3be3b9328"})]})}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 sheet-gallery",children:[(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 gallery-main",children:[(0,a.jsx)(t.default,{src:f.images[p],alt:f.name,fill:!0,sizes:"(max-width: 640px) 100vw, 680px",style:{objectFit:"cover"},priority:!0}),(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 gallery-scrim"}),f.images.length>1&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("button",{onClick:w,"aria-label":"Previous photo",className:"jsx-8a3924c3be3b9328 gallery-arrow prev",children:(0,a.jsx)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",width:"20",height:"20",className:"jsx-8a3924c3be3b9328",children:(0,a.jsx)("polyline",{points:"15 18 9 12 15 6",className:"jsx-8a3924c3be3b9328"})})}),(0,a.jsx)("button",{onClick:v,"aria-label":"Next photo",className:"jsx-8a3924c3be3b9328 gallery-arrow next",children:(0,a.jsx)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",width:"20",height:"20",className:"jsx-8a3924c3be3b9328",children:(0,a.jsx)("polyline",{points:"9 18 15 12 9 6",className:"jsx-8a3924c3be3b9328"})})}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 gallery-counter",children:[p+1," / ",f.images.length]})]})]}),f.images.length>1&&(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 thumbs-strip",children:f.images.map((e,r)=>(0,a.jsx)(l,{image:e,index:r,isActive:r===p,onClick:k,roomName:f.name},r))})]}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 sheet-body",children:[(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 detail-header",children:[(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 detail-title-col",children:[(0,a.jsx)("h2",{className:"jsx-8a3924c3be3b9328 detail-name",children:f.name}),f.highlights.length>0&&(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 detail-pills",children:f.highlights.map((e,r)=>(0,a.jsx)("span",{className:"jsx-8a3924c3be3b9328 detail-pill",children:e},r))})]}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 detail-price-col",children:[(0,a.jsxs)("span",{className:"jsx-8a3924c3be3b9328 price-was",children:["₹",f.originalPrice]}),(0,a.jsxs)("span",{className:"jsx-8a3924c3be3b9328 price-now",children:["₹",f.price]}),(0,a.jsx)("span",{className:"jsx-8a3924c3be3b9328 price-per",children:"per night"})]})]}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 stats-row",children:[(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 stat-chip",children:[(0,a.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"14",height:"14",className:"jsx-8a3924c3be3b9328",children:[(0,a.jsx)("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2",className:"jsx-8a3924c3be3b9328"}),(0,a.jsx)("circle",{cx:"12",cy:"7",r:"4",className:"jsx-8a3924c3be3b9328"})]}),f.maxGuests," guests"]}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 stat-chip",children:[(0,a.jsx)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"14",height:"14",className:"jsx-8a3924c3be3b9328",children:(0,a.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",className:"jsx-8a3924c3be3b9328"})}),f.size]}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 stat-chip",children:[(0,a.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"14",height:"14",className:"jsx-8a3924c3be3b9328",children:[(0,a.jsx)("circle",{cx:"12",cy:"12",r:"5",className:"jsx-8a3924c3be3b9328"}),(0,a.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3",className:"jsx-8a3924c3be3b9328"}),(0,a.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23",className:"jsx-8a3924c3be3b9328"}),(0,a.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12",className:"jsx-8a3924c3be3b9328"}),(0,a.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12",className:"jsx-8a3924c3be3b9328"})]}),f.view]})]}),(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 detail-divider"}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 detail-block",children:[(0,a.jsx)("p",{className:"jsx-8a3924c3be3b9328 block-label",children:"About this room"}),(0,a.jsx)("p",{className:"jsx-8a3924c3be3b9328 block-text",children:f.description})]}),f.amenities.length>0&&(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 detail-block",children:[(0,a.jsx)("p",{className:"jsx-8a3924c3be3b9328 block-label",children:"Amenities"}),(0,a.jsx)("div",{className:"jsx-8a3924c3be3b9328 hc-amenities-grid",children:f.amenities.map((e,r)=>(0,a.jsx)(n,{amenity:e},r))})]}),(0,a.jsxs)("div",{className:"jsx-8a3924c3be3b9328 sheet-cta",children:[(0,a.jsxs)("a",{href:"/book",className:"jsx-8a3924c3be3b9328 cta-book",children:["Book Now — ₹",f.price," / night"]}),(0,a.jsx)("button",{onClick:y,className:"jsx-8a3924c3be3b9328 cta-dismiss",children:"Dismiss"})]})]})]})})]}),(0,a.jsx)(r.default,{id:"8a3924c3be3b9328",children:".rooms-page{color:#f8fafc;min-height:100vh;font-family:var(--font-outfit),system-ui,sans-serif;background:#04070f;position:relative;overflow-x:hidden}.bg-mesh{z-index:0;pointer-events:none;contain:strict;position:fixed;inset:0}.mesh-layer-1{background:radial-gradient(80% 60% at 100% 0,#f973162e 0%,#0000 60%),radial-gradient(70% 50% at 0 100%,#0ea5e926 0%,#0000 60%),linear-gradient(160deg,#04070f 0%,#0b1220 50%,#04070f 100%);position:absolute;inset:0}.mesh-layer-2{will-change:opacity;background:radial-gradient(40% 40%,#f973160d 0%,#0000 70%);animation:8s ease-in-out infinite alternate mesh-pulse;position:absolute;inset:0}@keyframes mesh-pulse{0%{opacity:.4}to{opacity:1}}.grid-overlay{background-image:linear-gradient(#f973160a 1px,#0000 1px),linear-gradient(90deg,#f973160a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.reveal{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1)var(--delay,0s),transform .65s cubic-bezier(.22,1,.36,1)var(--delay,0s);will-change:opacity,transform;contain:layout style;transform:translateY(32px)}.reveal.in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;contain:none;transition:none;transform:none}.mesh-layer-2{animation:none}}.hero{z-index:1;text-align:center;padding:9rem 1.5rem 3.5rem;position:relative}.hero-badge{letter-spacing:.25em;text-transform:uppercase;color:#f97316;background:#f9731612;border:1px solid #f9731666;border-radius:100px;margin-bottom:1.5rem;padding:.45rem 1.2rem;font-size:.72rem;font-weight:500;animation:.7s ease-out both fadeInDown;display:inline-block}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-family:var(--font-cormorant),Georgia,serif;letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(140deg,#fff 0%,#f4d5b8 50%,#f97316 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:max(3rem,min(8vw,5.5rem));font-weight:700;line-height:1.05;animation:.8s ease-out .15s both fadeInUp}.hero-subtitle{color:#f0f4f8b3;margin:0;font-size:max(.95rem,min(2.5vw,1.3rem));font-weight:300;animation:.8s ease-out .3s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.container{z-index:1;max-width:1400px;margin:0 auto;padding:0 1.5rem 6rem;position:relative}.loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:360px;display:flex}.spinner{border:2px solid #f973161f;border-top-color:#f97316;border-radius:50%;width:40px;height:40px;animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.no-results{text-align:center;padding:4rem 2rem}.no-results h3{color:#f97316;margin-bottom:.5rem;font-size:2rem}.no-results p{color:#64748b}.rooms-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.room-card{cursor:pointer;will-change:transform;background:#ffffff08;border:1px solid #f9731626;border-radius:18px;transition:transform .4s cubic-bezier(.22,1,.36,1),border-color .25s,box-shadow .4s cubic-bezier(.22,1,.36,1);overflow:hidden}.room-card:hover{border-color:#f9731673;transform:translateY(-7px);box-shadow:0 20px 50px #f973162e}.room-card:active{transform:translateY(-3px)}.card-image-wrap{height:210px;position:relative;overflow:hidden}.card-image-overlay{z-index:1;background:linear-gradient(#0000 0%,#04070f1a 45%,#04070fbf 100%);position:absolute;inset:0}.photo-pill{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fffc;background:#04070fbf;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:4px;padding:4px 9px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:10px;right:10px}.price-badge{z-index:2;align-items:baseline;gap:5px;display:flex;position:absolute;bottom:12px;left:14px}.price-orig{color:#ffffff61;font-size:.8rem;text-decoration:line-through}.price-curr{color:#fff;font-size:1.55rem;font-weight:700;line-height:1}.price-unit{color:#ffffff80;font-size:.75rem}.card-body{padding:1.1rem 1.1rem .9rem}.card-name{font-family:var(--font-cormorant),Georgia,serif;color:#f8fafc;margin:0 0 .45rem;font-size:1.4rem;font-weight:700;line-height:1.2}.card-tags{flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem;display:flex}.tag{color:#64748b;background:#ffffff0a;border:1px solid #ffffff12;border-radius:5px;align-items:center;gap:4px;padding:3px 8px;font-size:.72rem;display:inline-flex}.tag svg{color:#f97316;flex-shrink:0}.card-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .7rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-highlights{flex-wrap:wrap;gap:.35rem;margin-bottom:.875rem;display:flex}.highlight-chip{color:#f97316;background:#f9731612;border:1px solid #f973162e;border-radius:5px;padding:2px 7px;font-size:.7rem}.card-footer{border-top:1px solid #ffffff0d;justify-content:flex-end;padding-top:.7rem;display:flex}.view-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:9px;align-items:center;gap:6px;padding:.6rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:inline-flex}.view-btn:hover{transform:translate(4px);box-shadow:0 6px 20px #f9731666}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#04070fe0;justify-content:center;align-items:flex-end;animation:.22s ease-out overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.modal-sheet{scrollbar-width:thin;scrollbar-color:#f9731633 transparent;background:#080f1c;border:1px solid #f9731633;border-radius:24px 24px 0 0;width:100%;max-width:660px;max-height:96dvh;animation:.38s cubic-bezier(.22,1,.36,1) sheetUp;position:relative;overflow-y:auto}.modal-sheet::-webkit-scrollbar{width:3px}.modal-sheet::-webkit-scrollbar-thumb{background:#f9731633;border-radius:2px}@keyframes sheetUp{0%{opacity:0;transform:translateY(56px)}to{opacity:1;transform:translateY(0)}}.sheet-handle{background:#ffffff1f;border-radius:2px;width:36px;height:3px;margin:10px auto 0}.close-btn{z-index:20;color:#94a3b8;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s,transform .25s;display:flex;position:absolute;top:12px;right:12px}.close-btn:hover{color:#fff;background:#f9731640;transform:rotate(90deg)}.sheet-gallery{width:100%}.gallery-main{background:#04070f;height:260px;position:relative;overflow:hidden}.gallery-scrim{z-index:1;pointer-events:none;background:linear-gradient(#0000 55%,#080f1c80 100%);position:absolute;inset:0}.gallery-arrow{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f8fafc;cursor:pointer;background:#04070fa6;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:54px;transition:background .2s,transform .25s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow.prev{left:10px}.gallery-arrow.next{right:10px}.gallery-arrow:hover{background:#f973168c;transform:translateY(-50%)scale(1.05)}.gallery-counter{z-index:2;color:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#04070fb3;border:1px solid #ffffff14;border-radius:5px;padding:3px 9px;font-size:.75rem;font-weight:600;position:absolute;bottom:10px;right:10px}.thumbs-strip{scrollbar-width:none;background:#04070f80;border-bottom:1px solid #ffffff0d;gap:5px;padding:8px 10px;display:flex;overflow-x:auto}.thumbs-strip::-webkit-scrollbar{display:none}.gallery-thumb{cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:60px;height:46px;transition:border-color .18s,transform .2s;position:relative;overflow:hidden}.gallery-thumb:hover{transform:scale(1.06)}.gallery-thumb.active{border-color:#f97316}.sheet-body{padding:1.1rem 1.1rem 1.75rem}.detail-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;display:flex}.detail-title-col{flex:1;min-width:0}.detail-name{font-family:var(--font-cormorant),Georgia,serif;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 30%,#f97316 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 .4rem;font-size:max(1.5rem,min(5vw,2rem));font-weight:700;line-height:1.1}.detail-pills{flex-wrap:wrap;gap:.35rem;display:flex}.detail-pill{color:#f97316;background:#f9731614;border:1px solid #f9731633;border-radius:5px;padding:2px 7px;font-size:.68rem;font-weight:600}.detail-price-col{text-align:right;flex-shrink:0}.price-was{color:#334155;font-size:.8rem;text-decoration:line-through;display:block}.price-now{color:#f97316;font-size:1.65rem;font-weight:700;line-height:1;display:block}.price-per{color:#475569;font-size:.7rem;display:block}.stats-row{flex-wrap:wrap;gap:.4rem;margin-bottom:.875rem;display:flex}.stat-chip{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff12;border-radius:7px;align-items:center;gap:5px;padding:5px 9px;font-size:.8rem;display:inline-flex}.stat-chip svg{color:#f97316;flex-shrink:0}.detail-divider{background:#ffffff0f;height:1px;margin:.75rem 0}.detail-block{margin-bottom:1rem}.block-label{letter-spacing:.14em;text-transform:uppercase;color:#f97316;margin:0 0 .45rem;font-size:.65rem;font-weight:700}.block-text{color:#64748b;margin:0;font-size:.875rem;line-height:1.65}.hc-amenities-grid{grid-template-columns:1fr 1fr;gap:.35rem;display:grid}.hc-amenity-item{color:#94a3b8;background:#ffffff08;border:1px solid #ffffff0f;border-radius:7px;align-items:center;gap:7px;padding:7px 9px;font-size:.82rem;transition:background .18s,border-color .18s;display:flex}.hc-amenity-item:hover{background:#f9731612;border-color:#f973162e}.hc-check-icon{color:#22c55e;flex-shrink:0;width:13px;height:13px}.sheet-cta{border-top:1px solid #ffffff0f;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:1rem;display:flex}.cta-book{color:#fff;text-align:center;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:11px;width:100%;padding:.95rem 1rem;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:block;box-shadow:0 6px 22px #f9731661}.cta-book:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f9731680}.cta-book:active{transform:translateY(0)}.cta-dismiss{color:#475569;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:11px;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;transition:color .18s,border-color .18s;display:block}.cta-dismiss:hover{color:#94a3b8;border-color:#ffffff24}@media (width>=600px){.modal-overlay{align-items:center;padding:1.5rem}.modal-sheet{border-radius:20px;max-height:90vh}.sheet-handle{display:none}.gallery-main{height:310px}.sheet-cta{flex-direction:row}.cta-book{flex:1}.cta-dismiss{width:auto;padding:.95rem 1.4rem}.hc-amenities-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.gallery-main{height:340px}.sheet-body{padding:1.4rem 1.6rem 1.75rem}.hc-amenities-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.rooms-grid{grid-template-columns:1fr;gap:1rem}.hero{padding:5.5rem 1rem 2rem}.container{padding:0 .875rem 3.5rem}}"})]})}c.displayName="RoomCard",e.s(["default",()=>d])}]);