@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap";.currency-selector{align-items:center;gap:.5rem;display:inline-flex}.currency-selector-label{color:var(--color-text-light);white-space:nowrap;font-size:.8125rem;font-weight:500}.currency-selector select{appearance:none;color:var(--color-navy);background-color:#ffffffe6;background-image:var(--select-chevron);border:1px solid var(--color-border);cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition);background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;border-radius:999px;padding:.45rem 2.5rem .45rem .75rem;font-size:.8125rem;font-weight:500}.currency-selector select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #6366f11f}.currency-selector--admin-sidebar{flex-direction:column;align-items:stretch;width:100%}.currency-selector--admin-sidebar .currency-selector-label{text-transform:uppercase;letter-spacing:.06em;color:#ffffff8c;font-size:.6875rem}.currency-selector--admin-sidebar select{border-radius:var(--radius-md);background-color:#ffffff14;background-image:var(--select-chevron-on-dark);color:#ffffffeb;border-color:#fff3;width:100%}.currency-selector--admin-bar select{min-width:7.5rem}.header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc7;border-bottom:1px solid #e2e8f0e6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:4.75rem;display:flex}.header-logo{align-items:center;gap:.75rem;display:flex}.logo-mark{background:var(--color-navy);width:2.25rem;height:2.25rem;color:var(--color-gold);font-family:var(--font-serif);border-radius:10px;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex;box-shadow:0 6px 16px #11182733}.logo-text{font-family:var(--font-serif);color:var(--color-navy);font-size:1.375rem;font-weight:600}.logo-accent{color:var(--color-gold)}.header-nav{align-items:center;gap:2rem;display:flex}.header-nav a{color:var(--color-text-light);transition:color var(--transition);font-size:.875rem;font-weight:500;position:relative}.header-nav a:after{content:"";background:var(--color-gold);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.header-nav a:hover{color:var(--color-accent)}.header-nav a:hover:after{width:100%}.header-actions{align-items:center;gap:.75rem;display:flex}.header-actions .btn{box-shadow:none}.header-search-btn span{display:none}.header-menu-btn{color:var(--color-navy);padding:.5rem;display:none}@media (width>=768px){.header-search-btn span{display:inline}}@media (width<=768px){.header-nav{border-bottom:1px solid var(--color-border);opacity:0;pointer-events:none;background:#fffffffa;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .3s;position:fixed;top:4.5rem;left:0;right:0;transform:translateY(-100%)}.header-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.header-menu-btn{display:flex}}.footer{background:var(--color-navy);color:#fffc;margin-top:auto;padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo .logo-mark{background:var(--color-gold);color:var(--color-navy)}.footer-logo .logo-text{color:var(--color-white)}.footer-tagline{max-width:320px;font-size:.9375rem;line-height:1.7}.footer-links h4{color:var(--color-white);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-size:.8125rem;font-weight:600}.footer-links a{transition:color var(--transition);padding:.375rem 0;font-size:.875rem;display:block}.footer-links a:hover{color:var(--color-gold)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8125rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a:hover{color:var(--color-gold)}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.search-bar-form{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:border-color var(--transition), box-shadow var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #e2e8f0f2;align-items:center;padding:.4rem .4rem .4rem 1rem;display:flex}.search-bar-form:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px #6366f124, var(--shadow-md)}.search-bar-icon{color:var(--color-text-muted);flex-shrink:0}.search-bar-input{color:var(--color-text);background:0 0;border:none;flex:1;padding:.75rem;font-size:.9375rem}.search-bar-input:focus{outline:none}.search-bar-input::placeholder{color:var(--color-text-muted)}.search-bar-btn{flex-shrink:0}.search-bar-large .search-bar-form{padding:.5rem .5rem .5rem 1.25rem}.search-bar-large .search-bar-input{padding:1rem;font-size:1rem}.search-suggestions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.search-suggestion{color:#ffffffd9;transition:all var(--transition);background:#6366f133;border:1px solid #fff3;border-radius:100px;padding:.5rem 1rem;font-size:.8125rem}.search-suggestion:hover{color:var(--color-white);background:#fff3}@media (width<=640px){.search-bar-btn{padding:.75rem 1rem}.search-bar-btn span{display:none}}.amenity-card{background:linear-gradient(#fffffffa,#fff);flex-direction:column;display:flex}.amenity-card-category{position:absolute;top:1rem;left:1rem}.amenity-card-title{letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem}.amenity-card-hotel{color:var(--color-text-light);align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.amenity-card-desc{color:var(--color-text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.amenity-card-footer{border-top:1px dashed var(--color-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.amenity-card-price .price-amount{font-family:var(--font-serif);color:var(--color-navy);font-size:1.375rem;font-weight:600}.amenity-card-price .price-unit{color:var(--color-text-muted);margin-left:.25rem;font-size:.75rem}.amenity-card-rating{color:var(--color-gold-dark);background:#fffbeb;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .45rem;font-size:.875rem;font-weight:500;display:flex}.hotel-card-rating{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--color-gold-dark);background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:100px;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;display:flex;position:absolute;top:1rem;right:1rem}.hotel-card-title{letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem}.hotel-card-location{color:var(--color-text-light);align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.hotel-card-desc{color:var(--color-text-light);font-size:.875rem;line-height:1.5}.hero{padding:7rem 0 6rem;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(135deg,#0f172ae6 0%,#1e293ba6 45%,#4338ca73 100%),url(https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?w=1600&q=80) 50%/cover;position:absolute;inset:0}.hero-content{text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);max-width:800px;position:relative}.hero-title{color:var(--color-white);margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.1}.hero-accent{color:var(--color-gold)}.hero-subtitle{color:#ffffffdb;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.categories-section{background:linear-gradient(#fffc,#fff)}.categories-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.category-chip{color:var(--color-navy);transition:all var(--transition);background:#ffffffe6;border:1px solid #e2e8f0e6;border-radius:100px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500}.category-chip:hover{color:var(--color-white);background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:#4f46e5}.section-header-row{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.section-header-row h2{margin-bottom:.5rem;font-size:2rem}.section-header-row p{color:var(--color-text-light)}.view-all-link{color:var(--color-accent);white-space:nowrap;transition:gap var(--transition);align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;display:flex}.view-all-link:hover{gap:.625rem}.hotels-section{background:linear-gradient(#0000,#eef2ff99)}.cta-section{background:radial-gradient(circle at 10% 20%,#6366f14d,#0000 40%),linear-gradient(135deg,#111827 0%,#1f2937 100%);padding:5rem 0}.cta-content{text-align:center;max-width:600px}.cta-content h2{color:var(--color-white);margin-bottom:1rem;font-size:2.25rem}.cta-content p{color:#ffffffb3;margin-bottom:2rem;font-size:1.0625rem;line-height:1.7}@media (width<=640px){.hero{padding:4rem 0 3rem}.section-header-row{flex-direction:column;align-items:flex-start}}.hotel-detail-banner{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);grid-template-columns:1fr 1.2fr;margin-bottom:2.5rem;display:grid;overflow:hidden}.hotel-detail-banner-image{min-height:280px;position:relative}.hotel-detail-banner-image img{object-fit:cover;width:100%;height:100%}.hotel-detail-banner-overlay{background:linear-gradient(90deg,#0000 60%,#1a23320d);position:absolute;inset:0}.hotel-detail-banner-content{flex-direction:column;justify-content:center;padding:2rem 2.5rem;display:flex}.hotel-detail-banner-rating{background:var(--color-cream);width:fit-content;color:var(--color-gold-dark);border-radius:100px;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.375rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.hotel-detail-banner-content h1{margin-bottom:.75rem;font-size:2rem}.hotel-detail-banner-location{color:var(--color-text-light);align-items:flex-start;gap:.5rem;margin-bottom:1rem;font-size:.875rem;line-height:1.5;display:flex}.hotel-detail-banner-location svg{flex-shrink:0;margin-top:.125rem}.hotel-detail-banner-desc{color:var(--color-text-light);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.hotel-detail-banner-count{text-transform:uppercase;letter-spacing:.05em;color:var(--color-gold-dark);font-size:.8125rem;font-weight:600}@media (width<=768px){.hotel-detail-banner{grid-template-columns:1fr}.hotel-detail-banner-image{min-height:200px;max-height:240px}.hotel-detail-banner-content{padding:1.5rem}.hotel-detail-banner-content h1{font-size:1.5rem}}.search-page-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;border-bottom:1px solid #e2e8f0e6;padding:2rem 0}.search-page-content{padding-top:2rem!important;padding-bottom:2rem!important}.search-results-header{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#ffffffbf;border:1px solid #e2e8f0e6;margin-bottom:2rem;padding:1.1rem 1.25rem}.search-results-header h1{margin-bottom:.375rem;font-size:1.75rem}.search-results-header p{color:var(--color-text-light);font-size:.9375rem}.empty-state svg{color:var(--color-border);margin:0 auto 1rem}.amenity-hero{height:420px;position:relative;overflow:hidden}.amenity-hero img{object-fit:cover;width:100%;height:100%}.amenity-hero-overlay{background:linear-gradient(#0000 0%,#1a23324d 40%,#1a2332d9 100%);position:absolute;inset:0}.amenity-hero-content{color:var(--color-white);flex-direction:column;justify-content:space-between;padding-top:1.15rem;padding-bottom:2rem;display:flex;position:absolute;inset:1rem 0 0}.amenity-hero-top-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.amenity-hero-meta{max-width:740px;padding-bottom:2rem}.back-link{color:#fffc;transition:color var(--transition);align-items:center;gap:.25rem;margin-bottom:0;font-size:.875rem;display:inline-flex}.back-link:hover{color:var(--color-white)}.amenity-hero-content h1{color:var(--color-white);letter-spacing:-.01em;margin:0 0 .35rem;font-size:2.5rem}.amenity-hero-hotel{color:#ffffffd9;align-items:center;gap:.375rem;font-size:.9375rem;display:flex}.amenity-detail-grid{grid-template-columns:1fr 380px;align-items:start;gap:3rem;display:grid;padding-top:1rem!important;padding-bottom:1rem!important}.amenity-detail-body{z-index:2;border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);background:linear-gradient(#fffffffa,#f8fafc);border-top:1px solid #e2e8f0d9;margin-top:-1rem;padding-top:.75rem;position:relative}.amenity-detail-main{flex-direction:column;gap:.2rem;display:flex}.amenity-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-bottom:1.5rem;display:grid}.highlight-item{border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#ffffffd9;align-items:center;gap:.7rem;padding:.9rem 1rem;display:flex}.highlight-item svg{color:var(--color-accent);flex-shrink:0}.highlight-item .highlight-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-size:.75rem;display:block}.highlight-item .highlight-value{color:var(--color-text);font-size:.9rem;font-weight:600;display:block}.amenity-section{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#ffffffd1;border:1px solid #e2e8f0f2;margin-bottom:1.25rem;padding:1.4rem 1.5rem}.amenity-section h2{margin-bottom:1rem;font-size:1.5rem}.amenity-section p{color:var(--color-text-light);line-height:1.8}.amenity-gallery{border-radius:var(--radius-lg);grid-template-columns:repeat(2,1fr);gap:1rem;display:grid;overflow:hidden}.amenity-gallery img{aspect-ratio:16/10;object-fit:cover;width:100%}.facilities-list{grid-template-columns:repeat(2,1fr);gap:.85rem;list-style:none;display:grid}.facilities-list li{color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#f8fafc;align-items:center;gap:.5rem;padding:.7rem .75rem;font-size:.9375rem;display:flex}.facilities-list li svg{color:var(--color-sage);flex-shrink:0}.hotel-meta{color:var(--color-text-light);flex-wrap:wrap;gap:1.5rem;margin-top:1rem;font-size:.875rem;display:flex}.hotel-meta span{align-items:center;gap:.375rem;display:flex}.amenity-booking-card{padding-top:1rem;position:sticky;top:6.2rem}.booking-card-inner{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:linear-gradient(#fff,#fdfdff);border:1px solid #e2e8f0f2;padding:1.75rem}.booking-price{margin-bottom:1.25rem}.booking-price .price-amount{font-family:var(--font-serif);color:var(--color-navy);font-size:2rem;font-weight:600}.booking-price .price-unit{color:var(--color-text-muted);margin-left:.375rem;font-size:.875rem}.booking-meta{border-bottom:1px solid var(--color-border);flex-direction:column;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.booking-meta-item{color:var(--color-text-light);border-radius:var(--radius-sm);background:#f8fafc;align-items:center;gap:.5rem;padding:.5rem .6rem;font-size:.875rem;display:flex}.booking-availability h4{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.time-slots-preview{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.time-slot-chip{background:var(--color-cream);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.375rem .75rem;font-size:.8125rem}.booking-cta{width:100%;margin-bottom:.75rem}.booking-note{text-align:center;color:var(--color-text-muted);font-size:.75rem}@media (width<=900px){.amenity-detail-body{border-top-left-radius:0;border-top-right-radius:0;margin-top:0;padding-top:.25rem}.amenity-detail-grid{grid-template-columns:1fr;gap:1.3rem;padding:1.5rem 1rem 2.2rem}.amenity-booking-card{position:static}.amenity-highlights{grid-template-columns:1fr;margin-bottom:1rem}.amenity-hero{height:300px}.amenity-hero-content h1{font-size:1.75rem}.amenity-hero-content{padding-top:.9rem;padding-bottom:1.1rem}.amenity-hero-top-row{align-items:flex-start}.amenity-hero-top-row .badge{padding:.25rem .58rem;font-size:.66rem}.facilities-list{grid-template-columns:1fr}}.booking-page{padding:2rem 0 4rem}.booking-page .back-link{color:var(--color-text-light);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.875rem;display:inline-flex}.booking-page .back-link:hover{color:var(--color-navy)}.booking-layout{grid-template-columns:1fr 340px;align-items:start;gap:3rem;display:grid}.booking-main h1{margin-bottom:.25rem;font-size:2rem}.booking-subtitle{color:var(--color-text-light);margin-bottom:2rem}.booking-steps{gap:.5rem;margin-bottom:2.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.booking-step-indicator{color:var(--color-text-muted);white-space:nowrap;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.step-dot{border:2px solid var(--color-border);width:1.75rem;height:1.75rem;transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.booking-step-indicator.active .step-dot{border-color:var(--color-gold);background:var(--color-gold);color:var(--color-navy)}.booking-step-indicator.completed .step-dot{border-color:var(--color-navy);background:var(--color-navy);color:var(--color-white)}.booking-step-indicator.active{color:var(--color-navy);font-weight:500}.booking-step-content h2{margin-bottom:1.25rem;font-size:1.375rem}.date-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.date-option{border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);transition:all var(--transition);flex-direction:column;align-items:center;padding:.875rem .5rem;display:flex}.date-option:hover,.date-option.selected{border-color:var(--color-gold);background:#c9a96214}.date-day{color:var(--color-text-muted);text-transform:uppercase;font-size:.75rem}.date-num{font-family:var(--font-serif);color:var(--color-navy);font-size:1.5rem;font-weight:600}.date-month{color:var(--color-text-light);font-size:.75rem}.step-date-label{color:var(--color-text-light);margin-bottom:1rem}.time-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.time-option{border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);transition:all var(--transition);flex-direction:column;align-items:center;padding:1rem;font-weight:500;display:flex}.time-option:hover,.time-option.selected{border-color:var(--color-gold);background:#c9a96214}.slots-left{color:var(--color-text-muted);margin-top:.25rem;font-size:.75rem}.no-slots{color:var(--color-error);margin-bottom:1rem}.guests-selector{align-items:center;gap:1.5rem;margin-bottom:.75rem;display:flex}.guests-btn{border:1.5px solid var(--color-border);background:var(--color-white);width:2.5rem;height:2.5rem;transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.guests-btn:hover:not(:disabled){border-color:var(--color-gold)}.guests-btn:disabled{opacity:.4;cursor:not-allowed}.guests-count{font-family:var(--font-serif);text-align:center;min-width:2rem;font-size:2rem;font-weight:600}.guests-note{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.875rem}.booking-step-actions{align-items:center;gap:.75rem;margin-top:1rem;display:flex}.form-input-error{border-color:var(--color-error)}.form-input-error:focus{border-color:var(--color-error);box-shadow:0 0 0 3px #b91c1c1f}.form-error{color:var(--color-error);margin-top:.5rem;font-size:.8125rem}.summary-details{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem}.summary-row{border-bottom:1px solid var(--color-border);justify-content:space-between;padding:.625rem 0;font-size:.9375rem;display:flex}.summary-row:last-child{border-bottom:none}.summary-row span:first-child{color:var(--color-text-light)}.summary-row.total{border-top:2px solid var(--color-navy);border-bottom:none;margin-top:.5rem;padding-top:1rem;font-size:1.125rem;font-weight:600}.booking-sidebar-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border);padding:1.5rem;position:sticky;top:6rem}.booking-sidebar-card img{aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-md);width:100%;margin-bottom:1rem}.booking-sidebar-card h3{margin-bottom:.25rem;font-size:1.125rem}.booking-sidebar-card>p{color:var(--color-text-light);margin-bottom:1rem;font-size:.875rem}.sidebar-price{font-family:var(--font-serif);color:var(--color-navy);margin-bottom:1rem;font-size:1.375rem;font-weight:600}.sidebar-price span{font-family:var(--font-sans);color:var(--color-text-muted);font-size:.8125rem;font-weight:400}.sidebar-selection{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:1rem;padding:1rem 0}.sidebar-selection p{color:var(--color-text-light);align-items:center;gap:.5rem;padding:.25rem 0;font-size:.875rem;display:flex}.sidebar-total{text-align:right;font-size:1rem}.sidebar-total strong{font-family:var(--font-serif);color:var(--color-navy);font-size:1.375rem}@media (width<=900px){.booking-layout{grid-template-columns:1fr}.booking-sidebar{order:-1}.booking-sidebar-card{position:static}}.confirmation-page{align-items:center;min-height:60vh;padding:4rem 0;display:flex}.confirmation-card{text-align:center;background:var(--color-white);border-radius:var(--radius-xl);max-width:560px;box-shadow:var(--shadow-lg);margin:0 auto;padding:3rem 2.5rem}.confirmation-icon{color:var(--color-success);margin-bottom:1.5rem}.confirmation-card h1{margin-bottom:.5rem;font-size:2rem}.confirmation-ref{color:var(--color-text-muted);letter-spacing:.05em;margin-bottom:2rem;font-family:monospace;font-size:.875rem}.confirmation-details{text-align:left;background:var(--color-cream);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.75rem}.confirmation-details h2{margin-bottom:.5rem;font-size:1.25rem}.confirmation-hotel{color:var(--color-text-light);align-items:center;gap:.375rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.confirmation-info-grid{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.confirmation-info-item{align-items:center;gap:.75rem;display:flex}.confirmation-info-item svg{color:var(--color-gold-dark);flex-shrink:0}.info-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;display:block}.info-value{color:var(--color-navy);font-size:.9375rem;font-weight:500}.confirmation-total{border-top:2px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:1.25rem;font-size:1rem;display:flex}.total-amount{font-family:var(--font-serif);color:var(--color-navy);font-size:1.5rem;font-weight:600}.confirmation-email{color:var(--color-text-light);margin-bottom:2rem;font-size:.875rem}.confirmation-actions{justify-content:center;gap:1rem;display:flex}@media (width<=640px){.confirmation-card{padding:2rem 1.5rem}.confirmation-actions{flex-direction:column}}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{width:260px;color:var(--color-white);background:linear-gradient(#0f172a 0%,#1e293b 100%);border-right:1px solid #94a3b838;flex-direction:column;flex-shrink:0;display:flex}.admin-sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.admin-logo{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.admin-logo .logo-mark{background:var(--color-gold);color:var(--color-navy)}.admin-logo .logo-text{color:var(--color-white)}.admin-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--color-gold);border-radius:var(--radius-sm);background:#c9a96233;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-block}.admin-nav{flex:1;padding:1rem .75rem}.admin-nav-item{color:#ffffffc2;border-radius:var(--radius-md);transition:all var(--transition);align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.admin-nav-item:hover{color:var(--color-white);background:#6366f140}.admin-nav-item.active{color:#c7d2fe;background:linear-gradient(135deg,#6366f152,#4f46e538);border:1px solid #818cf859}.admin-sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.admin-topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#ffffffd1;border-bottom:1px solid #e2e8f0e6;justify-content:flex-end;align-items:center;gap:1rem;padding:.85rem 2.5rem;display:flex;position:sticky;top:0}.admin-topbar-text{color:var(--color-text-muted);font-size:.8125rem}.admin-back-link{color:#fff9;transition:color var(--transition);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.admin-back-link:hover{color:var(--color-gold)}.admin-main{background:radial-gradient(circle at 90% 0%, #e0e7ff8c, transparent 40%), var(--color-cream);flex:1;overflow-y:auto}.admin-page{max-width:1200px;padding:2rem 2.5rem}.admin-page-header{margin-bottom:2rem}.admin-page-header h1{margin-bottom:.375rem;font-size:1.75rem}.admin-page-header p{color:var(--color-text-light);font-size:.9375rem}.admin-stats{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.admin-stat-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#ffffffe0;border:1px solid #e2e8f0e6;padding:1.5rem}.admin-stat-card .stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8125rem}.admin-stat-card .stat-value{font-family:var(--font-serif);color:var(--color-navy);font-size:2rem;font-weight:600}.admin-table-wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#ffffffe6;border:1px solid #e2e8f0e6;overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);background:#f8fafc;padding:.875rem 1.25rem;font-size:.75rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--color-border);padding:1rem 1.25rem;font-size:.875rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--color-cream)}.status-select{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);padding:.375rem .625rem;font-size:.8125rem}.admin-price{color:var(--color-text);white-space:nowrap;font-size:.875rem;font-weight:500}.admin-toolbar{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#ffffffe6;border:1px solid #e2e8f0e6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.admin-toolbar-filters{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.admin-toolbar-meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.admin-toolbar-count{color:var(--color-text-muted);white-space:nowrap;font-size:.8125rem}.admin-filter-input,.admin-filter-select{border:1px solid var(--color-border);border-radius:var(--radius-sm);background-color:var(--color-white);color:var(--color-text);transition:border-color var(--transition), box-shadow var(--transition);padding:.5rem .75rem;font-size:.8125rem}.admin-filter-select{appearance:none;background-image:var(--select-chevron);cursor:pointer;background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;min-width:130px;padding-right:2.5rem}.admin-filter-input{flex:1;min-width:180px;max-width:260px}.admin-filter-input:focus,.admin-filter-select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #6366f11f}.admin-sort-select{min-width:170px}.admin-filter-clear{color:var(--color-accent);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.5rem .75rem;font-size:.8125rem;font-weight:500}.admin-filter-clear:hover{text-decoration:underline}.admin-table-empty{text-align:center;color:var(--color-text-muted);padding:3rem 1.5rem}.admin-table-empty p{margin-top:.35rem;font-size:.875rem}@media (width<=1024px){.admin-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%}.admin-nav{padding:.5rem;display:flex;overflow-x:auto}.admin-nav-item{white-space:nowrap}.admin-page{padding:1.5rem}.admin-topbar{flex-wrap:wrap;justify-content:space-between;padding:.75rem 1.5rem}.admin-stats{grid-template-columns:1fr 1fr}}.dashboard-grid{grid-template-columns:1.5fr 1fr;gap:1.5rem;display:grid}.dashboard-section h2{font-size:1.125rem}.section-title-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-title-row a{color:var(--color-gold-dark);font-size:.8125rem;font-weight:500}.popular-list{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden}.popular-item{border-bottom:1px solid var(--color-border);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.popular-item:last-child{border-bottom:none}.popular-rank{background:var(--color-cream);width:1.75rem;height:1.75rem;color:var(--color-navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.popular-info{flex:1;min-width:0}.popular-name{white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;display:block;overflow:hidden}.popular-count{color:var(--color-text-muted);font-size:.75rem}.popular-price{font-family:var(--font-serif);color:var(--color-navy);white-space:nowrap;font-weight:600}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}}.admin-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.admin-modal{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);width:100%;max-width:520px;max-height:calc(100vh - 3rem);box-shadow:var(--shadow-lg);flex-direction:column;display:flex}.admin-modal-wide{max-width:640px}.admin-modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.admin-modal-header h2{font-family:var(--font-serif);color:var(--color-navy);font-size:1.25rem;font-weight:600}.admin-modal-close{color:var(--color-text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;display:flex}.admin-modal-close:hover{color:var(--color-text);background:#f1f5f9}.admin-modal-body{padding:1.5rem;overflow-y:auto}.admin-modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.admin-form-grid{gap:1rem;display:grid}.admin-form-grid-2{grid-template-columns:1fr 1fr}.admin-form-field{flex-direction:column;gap:.35rem;display:flex}.admin-form-field label{color:var(--color-text);font-size:.8125rem;font-weight:500}.admin-form-field .form-input,.admin-form-field .form-textarea,.admin-form-field .form-select{width:100%}.admin-form-field .form-textarea{min-height:80px}.admin-form-checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.admin-form-checkbox input{width:1rem;height:1rem;accent-color:var(--color-accent)}.admin-form-error{color:#b91c1c;font-size:.8125rem}@media (width<=600px){.admin-form-grid-2{grid-template-columns:1fr}}.alert-dialog-message,.confirm-dialog-message{color:var(--color-text);margin:0;font-size:.9375rem;line-height:1.6}.hotels-table-wrap{overflow-x:auto}.hotels-table{min-width:960px}.hotel-cell{align-items:center;gap:.75rem;display:flex}.hotel-thumb{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:52px;height:52px}.hotel-cell-name{font-size:.875rem;font-weight:500;display:block}.hotel-cell-slug{color:var(--color-text-muted);font-size:.75rem;display:block}.hotel-location-city{font-size:.875rem;font-weight:500;display:block}.hotel-location-county{color:var(--color-text-muted);font-size:.75rem;display:block}.hotel-rating{color:var(--color-navy);align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.hotel-rating-icon{color:var(--color-gold);fill:var(--color-gold)}.badge-muted{color:var(--color-text-muted);background:#f1f5f9}.admin-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.amenity-cell{align-items:center;gap:.75rem;display:flex}.amenity-thumb{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:48px;height:48px}.amenity-name{font-size:.875rem;font-weight:500;display:block}.amenity-desc{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.75rem;display:block;overflow:hidden}.toggle-btn{cursor:pointer;background:0 0;border:none;padding:0}.toggle-on{color:var(--color-success)}.toggle-off{color:var(--color-text-muted)}.price-input-wrap{align-items:center;gap:.35rem;min-width:120px;display:inline-flex}.price-input-symbol{color:var(--color-text-light);font-size:.875rem;font-weight:600}.price-input{width:6.5rem}.admin-table .col-actions{white-space:nowrap;vertical-align:middle;width:1%}.admin-table-row--editing td{vertical-align:middle}.admin-table-row--editing .form-input{padding:.5rem .75rem;font-size:.8125rem}.admin-table-row--editing .edit-inline-select{min-width:140px;padding:.5rem 2.5rem .5rem .75rem;font-size:.8125rem}.edit-row-actions{flex-wrap:nowrap;align-items:center;gap:.5rem;display:flex}.bookings-table-wrap{overflow-x:auto}.bookings-table{min-width:960px}.bookings-table th{white-space:nowrap}.bookings-table th.col-guests,.bookings-table td.col-guests{text-align:center}.booking-ref{letter-spacing:.04em;color:var(--color-navy);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#f1f5f9;padding:.3rem .55rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;display:inline-block}.booking-customer{flex-direction:column;gap:.15rem;min-width:140px;display:flex}.booking-customer-name{color:var(--color-text);font-weight:600}.booking-customer-email{color:var(--color-text-muted);font-size:.75rem}.booking-cell-title{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-weight:500;overflow:hidden}.booking-cell-sub{color:var(--color-text-muted);font-size:.75rem}.booking-datetime{flex-direction:column;gap:.2rem;min-width:120px;display:flex}.booking-datetime-date{color:var(--color-text);font-weight:500}.booking-datetime-time{width:fit-content;color:var(--color-text-light);background:#f8fafc;border-radius:999px;align-items:center;padding:.15rem .5rem;font-size:.75rem;display:inline-flex}.booking-guests{min-width:1.75rem;height:1.75rem;color:var(--color-navy);background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.8125rem;font-weight:600;display:inline-flex}.status-select-wrap{display:inline-block;position:relative}.status-select{border:1px solid var(--color-border);background-color:var(--color-white);cursor:pointer;appearance:none;text-transform:capitalize;transition:border-color var(--transition), box-shadow var(--transition);border-radius:999px;padding:.45rem 2.5rem .45rem .75rem;font-size:.8125rem;font-weight:500}.status-select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #6366f11f}.status-select-wrap:after{content:"";border-right:2px solid var(--color-text-muted);border-bottom:2px solid var(--color-text-muted);pointer-events:none;width:.4rem;height:.4rem;position:absolute;top:50%;right:.9rem;transform:translateY(-65%)rotate(45deg)}.status-select--pending{color:#92400e;background:#fffbeb;border-color:#fcd34d}.status-select--confirmed{color:#065f46;background:#ecfdf5;border-color:#6ee7b7}.status-select--completed{color:#1e40af;background:#eff6ff;border-color:#93c5fd}.status-select--cancelled{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.bookings-empty{text-align:center;color:var(--color-text-muted);padding:3rem 1.5rem}:root{--color-navy:#111827;--color-navy-light:#1f2937;--color-gold:#d4af37;--color-gold-light:#e6c65c;--color-gold-dark:#b08b25;--color-cream:#f8fafc;--color-cream-dark:#eef2f7;--color-white:#fff;--color-text:#0f172a;--color-text-light:#475569;--color-text-muted:#64748b;--color-border:#e2e8f0;--color-success:#15803d;--color-warning:#b45309;--color-error:#b91c1c;--color-sage:#4d7c6f;--color-accent:#6366f1;--color-accent-soft:#eef2ff;--select-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");--select-chevron-on-dark:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 10px 24px #0f172a14;--shadow-lg:0 16px 40px #0f172a1f;--shadow-xl:0 24px 70px #0f172a2e;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:radial-gradient(circle at 0% 0%, #f1f5f9 0%, transparent 35%), radial-gradient(circle at 100% 0%, #eef2ff 0%, transparent 35%), var(--color-cream);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-navy);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{letter-spacing:.02em;transition:all var(--transition);white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--color-navy), var(--color-navy-light));color:var(--color-white)}.btn-primary:hover{background:var(--color-navy-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-gold{background:linear-gradient(135deg, var(--color-gold), var(--color-gold-light));color:#1b1b1b}.btn-gold:hover{background:var(--color-gold-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{color:var(--color-navy);border:1px solid var(--color-border);background:#ffffffb3}.btn-outline:hover{background:var(--color-white);border-color:var(--color-accent);color:var(--color-accent)}.btn-ghost{color:var(--color-text);background:0 0}.btn-ghost:hover{background:var(--color-accent-soft);color:var(--color-accent)}.btn-danger{background:var(--color-white);color:#b91c1c;border:1px solid #fca5a5}.btn-danger:hover:not(:disabled){color:#991b1b;background:#fef2f2;border-color:#f87171}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition);border:1px solid #e2e8f0e6;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-image{aspect-ratio:16/10;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.card:hover .card-image img{transform:scale(1.05)}.card-body{padding:1.25rem}.badge{letter-spacing:.03em;text-transform:uppercase;border-radius:100px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-gold{color:#4a3a12;background:linear-gradient(135deg,#f7e29b,#e8c55e)}.badge-navy{background:var(--color-navy);color:var(--color-white)}.badge-sage{background:var(--color-sage);color:var(--color-white)}.badge-success{color:var(--color-success);background:#d4edda}.badge-warning{color:var(--color-warning);background:#fff3cd}.badge-error{color:var(--color-error);background:#f8d7da}.form-group{margin-bottom:1.25rem}.form-label{color:var(--color-navy);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.required-mark{color:#b91c1c;margin-left:.15em;font-weight:600}.form-input,.form-select,.form-textarea{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);width:100%;color:var(--color-text);transition:border-color var(--transition);padding:.75rem 1rem}.form-select{appearance:none;background-color:var(--color-white);background-image:var(--select-chevron);cursor:pointer;background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #6366f126}.form-textarea{resize:vertical;min-height:100px}.section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.75rem;font-size:2.25rem}.section-header p{color:var(--color-text-light);max-width:600px;margin:0 auto;font-size:1.0625rem}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:2.5rem 0}.section-header h2{font-size:1.75rem}}.loading{color:var(--color-text-muted);justify-content:center;align-items:center;padding:4rem;display:flex}.spinner{border:2px solid var(--color-border);border-top-color:var(--color-gold);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--color-text-muted);padding:4rem 2rem}.empty-state h3{color:var(--color-text-light);margin-bottom:.5rem;font-size:1.25rem}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.ref-cell{letter-spacing:.03em;font-family:monospace;font-size:.75rem}.customer-name{font-weight:500;display:block}.customer-email{color:var(--color-text-muted);font-size:.75rem;display:block}.text-muted{color:var(--color-text-muted);font-size:.8125rem}
