:root {
  --ink:#eee6d5;
  --muted:#aaa28f;
  --gold:#caa96b;
  --dark:#070a09;
  --panel:#0c1210;
  --line:rgba(202,169,107,.25);
  --red:#7f352d;
}
* { box-sizing:border-box; }
html { scroll-behavior:auto; }
html.magic-cursor-enabled,html.magic-cursor-enabled *,html.magic-cursor-enabled *::before,html.magic-cursor-enabled *::after { cursor:none !important; }
body { margin:0; color:var(--ink); background:#070a09; font-family:"Noto Serif SC",serif; }
a { color:inherit; text-decoration:none; }
button,input,select { font:inherit; }
img { display:block; width:100%; height:100%; object-fit:cover; }
.magic-wand-cursor { position:fixed; left:0; top:0; z-index:2147483647; width:84px; height:84px; pointer-events:none; opacity:0; transform:translate(-22px,-16px); transition:opacity .16s ease,filter .18s ease; will-change:transform,left,top; }
.magic-wand-cursor.is-visible { opacity:1; }
.magic-wand-cursor .wand-glow { position:absolute; left:4px; top:8px; width:28px; height:28px; border-radius:50%; background:radial-gradient(circle,rgba(255,233,151,.78),rgba(209,157,67,.26) 42%,transparent 72%); opacity:0; transform:scale(.72); transition:opacity .18s ease,transform .18s ease; filter:blur(.2px); }
.magic-wand-cursor .wand-shaft { position:absolute; left:12px; top:57px; width:66px; height:7px; border-radius:999px; background:linear-gradient(90deg,transparent 0 18px,rgba(83,39,13,.32) 18px 20px,transparent 20px 42px,rgba(255,220,151,.28) 42px 44px,transparent 44px),linear-gradient(180deg,#e8b872 0%,#b97634 45%,#6a3212 100%); box-shadow:inset 0 1px 0 #ffe2aa77,inset 0 -1px 0 #170704cc,0 2px 4px #0007; clip-path:polygon(0 0,9% 13%,100% 40%,100% 60%,9% 87%,0 100%); transform:rotate(-133deg); transform-origin:top center; }
.magic-wand-cursor.is-hovering { filter:drop-shadow(0 0 4px rgba(255,214,117,.38)); }
.magic-wand-cursor.is-hovering .wand-glow { opacity:1; transform:scale(1); }
.magic-spark { position:fixed; z-index:2147483646; width:var(--spark-size,5px); height:var(--spark-size,5px); pointer-events:none; border-radius:50%; background:radial-gradient(circle,#fff9c9 0 18%,#f2cf73 36%,transparent 72%); box-shadow:0 0 8px rgba(238,196,88,.55); animation:magic-spark-fade .72s ease-out forwards; transform:translate(-50%,-50%); }
@keyframes magic-spark-fade { from { opacity:.72; transform:translate(-50%,-50%) scale(1); } to { opacity:0; transform:translate(calc(-50% + var(--spark-x,0px)),calc(-50% + var(--spark-y,0px))) scale(.2); } }

.booking-nav { position:fixed; inset:0 0 auto; z-index:40; height:72px; padding:0 5vw; display:flex; align-items:center; justify-content:space-between; gap:32px; background:linear-gradient(#080c0be8, transparent); border-bottom:1px solid rgba(211,172,95,.12); backdrop-filter:blur(3px); }
.brand { display:inline-flex; align-items:center; gap:10px; text-decoration:none; }
.brand-logo { display:block; height:30px; width:auto; object-fit:contain; }
.brand-name { color:var(--gold); font-size:16px; font-weight:800; letter-spacing:.08em; white-space:nowrap; text-shadow:0 0 12px rgba(202,169,107,.2); }
.booking-nav nav { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); display:flex; justify-content:center; gap:28px; color:var(--muted); font-size:13px; white-space:nowrap; }
.booking-nav a:hover,.booking-nav .active { color:var(--gold); }
.booking-nav .nav-room-link { color:var(--gold); }
.nav-login { margin-left:auto; height:39px; display:inline-flex; align-items:center; justify-content:center; padding:0 18px; color:var(--gold); background:transparent; border:1px solid var(--gold); font-size:13px; cursor:pointer; white-space:nowrap; }
.nav-login[hidden] { display:none !important; }

.booking-hero { position:relative; min-height:470px; display:flex; align-items:end; padding:145px 5vw 74px; overflow:hidden; }
.booking-hero img { position:absolute; inset:0; filter:saturate(.75) contrast(1.05); }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,#060908f5 0%,#07100cc7 48%,#07100c44),linear-gradient(0deg,#070a09 0%,transparent 45%); }
.hero-copy { position:relative; width:min(760px,92vw); }
.eyebrow { margin:0 0 16px; color:var(--gold); font:12px "Playfair Display"; letter-spacing:.22em; }
h1 { margin:0 0 22px; font-size:clamp(54px,7.5vw,108px); line-height:.94; letter-spacing:0; }
em { color:var(--gold); font-style:normal; }
.hero-copy p:last-child { max-width:560px; margin:0; color:#d3c9b3; line-height:1.9; }

.date-panel { display:grid; gap:10px; margin-bottom:6px; padding-bottom:16px; border-bottom:1px solid var(--line); }
.date-panel .filter-head { margin-bottom:4px; }
.date-field { min-width:0; padding:14px; background:#101612; border:1px solid rgba(202,169,107,.2); cursor:pointer; }
.date-field label { display:block; margin-bottom:8px; color:var(--muted); font-size:11px; letter-spacing:.12em; }
.date-field input,.date-field select { width:100%; min-width:0; color:var(--ink); background:#101612; border:1px solid rgba(202,169,107,.22); padding:10px; outline:none; color-scheme:dark; cursor:pointer; }
.date-field input { background:#0b100e; }
.date-field input::-webkit-calendar-picker-indicator { cursor:pointer; opacity:1; filter:sepia(1) saturate(2.4) hue-rotate(350deg) brightness(1.05); }
.date-field:focus-within,.date-field:hover { border-color:rgba(202,169,107,.55); background:#141c17; }
.price-mode { margin:2px 0 0; padding:11px 12px; color:#d8cfba; background:#171d15; border:1px solid rgba(202,169,107,.16); font-size:12px; line-height:1.7; }

.booking-layout { width:min(1540px,94vw); margin:34px auto 90px; display:grid; grid-template-columns:270px minmax(0,1fr) 310px; gap:20px; align-items:start; }
.filters,.reservation-panel { position:sticky; top:170px; border:1px solid var(--line); background:#0b100e; }
.filters { padding:22px; }
.filter-head,.summary-top { padding-bottom:16px; margin-bottom:18px; border-bottom:1px solid var(--line); }
.filter-head span,.summary-top span,.results-top span { color:var(--gold); font:11px "Playfair Display"; letter-spacing:.18em; }
.filter-head b,.summary-top b { display:block; margin-top:7px; font-size:18px; }
.stay-guide { display:grid; gap:12px; }
.stay-guide .filter-head { margin-bottom:4px; }
.guide-card { padding:15px; border:1px solid rgba(202,169,107,.2); background:#101612; }
.guide-card b { display:block; margin-bottom:7px; color:var(--ink); font-size:13px; }
.guide-card p { margin:0; color:var(--muted); font-size:12px; line-height:1.8; }
.guide-indent { display:inline-block; padding-left:1.15em; }

.results-top { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:18px; }
.results-top h2 { margin:8px 0 0; font-size:34px; letter-spacing:0; }
.results-top p { max-width:400px; margin:0; color:var(--muted); font-size:12px; line-height:1.8; }
.rooms-list { display:grid; gap:14px; }
.room-card { position:relative; display:grid; grid-template-columns:232px minmax(0,1fr) 146px; min-height:168px; padding:10px 12px 10px 10px; gap:20px; align-items:stretch; border:1px solid rgba(202,169,107,.24); background:linear-gradient(90deg,#0b100e 0%,#08100d 68%,#09100d 100%); overflow:visible; transition:border-color .2s ease,transform .2s ease,background .2s ease; }
.room-card:hover,.room-card.is-selected { z-index:8; border-color:rgba(202,169,107,.7); background:#101612; transform:translateY(-1px); }
.room-card.unavailable { opacity:.48; }
.room-image { position:relative; width:232px; height:148px; align-self:center; background:transparent; overflow:visible; }
.room-photo-frame { position:absolute; inset:0; display:block; overflow:hidden; background:#070a09; border:1px solid rgba(202,169,107,.18); }
.room-photo-frame img { display:block; width:100%; height:100%; max-width:100%; object-fit:cover; object-position:center; filter:saturate(.82) contrast(1.02); }
.room-image::after { content:""; position:absolute; inset:1px; background:linear-gradient(0deg,#070a0992,transparent 55%); pointer-events:none; }
.room-gallery-popover { position:absolute; left:calc(100% + 10px); top:-74px; z-index:30; width:520px; padding:13px; border:1px solid rgba(202,169,107,.45); background:#080d0bf2; box-shadow:0 28px 90px #000d; backdrop-filter:blur(16px); opacity:0; visibility:hidden; transform:translateX(-8px) scale(.98); transition:opacity .16s ease,transform .16s ease,visibility .16s ease; pointer-events:none; }
.room-gallery-popover::before { content:""; position:absolute; left:-18px; top:0; bottom:0; width:18px; background:transparent; }
.room-gallery-popover::after { content:""; position:absolute; left:-7px; top:88px; width:12px; height:12px; background:#080d0bf2; border-left:1px solid rgba(202,169,107,.45); border-bottom:1px solid rgba(202,169,107,.45); transform:rotate(45deg); }
.room-image:hover .room-gallery-popover,.room-image.gallery-active .room-gallery-popover,.room-gallery-popover:hover { opacity:1; visibility:visible; transform:translateX(0) scale(1); pointer-events:auto; }
.room-gallery-popover .gallery-feature { display:block; width:100%; height:320px; object-fit:cover; object-position:center; border:1px solid rgba(202,169,107,.24); background:#070a09; filter:none; }
.gallery-strip { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:9px; }
.gallery-thumb { min-width:0; height:84px; padding:0; border:1px solid rgba(202,169,107,.18); background:#0b100e; cursor:pointer; overflow:hidden; }
.gallery-thumb img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.8); transition:filter .16s ease,transform .16s ease; }
.gallery-thumb:hover,.gallery-thumb.active { border-color:rgba(202,169,107,.75); }
.gallery-thumb:hover img,.gallery-thumb.active img { filter:saturate(1); transform:scale(1.04); }
.crest { position:absolute; z-index:1; left:10px; bottom:9px; min-width:58px; padding:6px 8px; color:#120d08; background:var(--gold); font:10px "Playfair Display"; text-align:center; }
.room-info { min-width:0; padding:8px 0; display:flex; flex-direction:column; justify-content:center; }
.room-kicker { display:block; margin-bottom:7px; color:var(--gold); font:10px "Playfair Display"; letter-spacing:.16em; }
.room-info h3 { margin:0 0 8px; font-size:19px; line-height:1.35; letter-spacing:0; }
.room-info p { margin:0 0 11px; color:var(--muted); font-size:12px; line-height:1.65; }
.amenities { display:flex; flex-wrap:wrap; gap:6px; }
.amenities span { padding:5px 7px; color:#d8cfba; border:1px solid rgba(202,169,107,.2); background:#0b100e; font-size:10px; }
.room-actions { position:relative; padding:12px 0; display:flex; flex-direction:column; justify-content:center; gap:16px; align-items:center; background:transparent; text-align:center; }
.room-actions::before { content:""; position:absolute; left:0; top:16px; bottom:16px; border-left:1px solid rgba(202,169,107,.18); pointer-events:none; }
.availability { margin-bottom:5px; color:#89c79a; font-size:11px; text-align:center; }
.price { color:#ff5c52; font-family:"Playfair Display"; font-size:25px; line-height:1; white-space:nowrap; }
.price small { display:block; margin-top:6px; color:var(--muted); font:10px "Noto Serif SC"; text-align:center; }
.price .standard-price { color:#8f8777; font-size:12px; text-decoration:line-through; text-decoration-thickness:1px; text-decoration-color:rgba(238,230,213,.7); }
.select-room { min-width:90px; min-height:30px; padding:0 12px; color:#fff8e4; background:#a87520; border:0; border-radius:999px; font-size:12px; font-weight:900; white-space:nowrap; }
.select-room:disabled { color:var(--muted); background:#1b211c; border:1px solid var(--line); }

.reservation-panel { padding:22px; }
.summary-media { height:180px; margin-bottom:18px; display:grid; place-items:center; color:var(--gold); border:1px solid var(--line); background:#070a09; overflow:hidden; }
.summary-media .summary-logo { width:78px; height:auto; object-fit:contain; opacity:.92; filter:none; }
.summary-media img { width:100%; height:100%; object-fit:contain; object-position:center; background:#070a09; filter:saturate(.85); }
.summary-media img.summary-focus-bed { width:100%; height:124%; align-self:end; object-fit:cover; object-position:center bottom; }
.reservation-panel dl { margin:0; }
.reservation-panel dl div { display:flex; justify-content:space-between; gap:18px; padding:12px 0; border-bottom:1px solid rgba(202,169,107,.15); }
.reservation-panel dt { color:var(--muted); font-size:12px; }
.reservation-panel dd { margin:0; text-align:right; font-size:12px; }
.reserve-button { width:100%; margin:22px 0 12px; padding:14px; color:#120d08; background:var(--gold); border:0; font-weight:900; }
.reserve-button:disabled { color:var(--muted); background:#1b211c; border:1px solid var(--line); }
.reserve-status { margin:0; color:var(--muted); font-size:12px; line-height:1.8; }
.auth-chip { position:fixed; right:22px; top:78px; z-index:80; display:flex; align-items:center; gap:10px; padding:9px 13px; color:#f7dfae; background:rgba(12,8,5,.78); border:1px solid rgba(217,181,109,.42); backdrop-filter:blur(14px); font-size:12px; letter-spacing:.08em; }
.auth-chip a,.auth-chip button { color:var(--gold); background:transparent; border:0; cursor:pointer; text-decoration:none; }
.auth-chip.nav-auth-chip { position:static; flex:0 0 auto; margin-left:auto; height:39px; min-width:172px; padding:0 14px; background:transparent; backdrop-filter:none; white-space:nowrap; }
.auth-chip.nav-auth-chip span,
.auth-chip.nav-auth-chip button { white-space:nowrap; }
.auth-lock { overflow:hidden; }
.auth-modal[hidden] { display:none; }
.auth-modal { position:fixed; inset:0; z-index:200; display:grid; place-items:center; padding:24px; }
.auth-backdrop { position:absolute; inset:0; background:rgba(3,2,1,.72); backdrop-filter:blur(12px); }
.auth-dialog { position:relative; width:min(520px,94vw); padding:34px; color:#f8ead0; background:linear-gradient(145deg,#21160e,#0b0705); border:1px solid rgba(217,181,109,.45); box-shadow:0 35px 90px #000d; }
.auth-close { position:absolute; right:15px; top:12px; color:var(--gold); background:transparent; border:0; font-size:28px; cursor:pointer; }
.auth-kicker { margin:0 0 10px; color:var(--gold); font-size:10px; letter-spacing:.22em; }
.auth-dialog h2 { margin:0; font-size:32px; }
.auth-reason { color:var(--muted); line-height:1.8; }
.auth-tabs { display:flex; gap:10px; margin:24px 0 16px; }
.auth-tabs button,.auth-primary,#authSendCode { padding:11px 15px; color:var(--gold); background:transparent; border:1px solid var(--gold); cursor:pointer; }
.auth-tabs button.active,.auth-primary,#authSendCode { color:#120c07; background:var(--gold); }
.auth-panel { display:none; }
.auth-panel.active { display:block; }
.auth-panel label { display:block; margin:12px 0; color:var(--muted); }
.auth-panel input { width:100%; margin-top:7px; padding:13px; color:#fff4d9; background:#080503; border:1px solid rgba(217,181,109,.32); outline:none; }
.auth-code-row { display:grid; grid-template-columns:1fr auto; gap:10px; align-items:end; }
.auth-primary { width:100%; margin-top:10px; font-weight:800; }
.auth-primary.ghost { background:transparent; color:var(--gold); }
.auth-link-button { display:block; width:fit-content; margin:14px auto 0; padding:0; color:var(--gold); background:transparent; border:0; cursor:pointer; font:inherit; text-align:center; text-decoration:underline; text-underline-offset:4px; }
.auth-status,#authHint,.auth-panel p { color:var(--muted); font-size:12px; line-height:1.8; }
.auth-qr { width:210px; padding:14px; color:#120c07; background:#f8ead0; text-align:center; }
.auth-qr i { display:block; width:182px; height:182px; margin-bottom:9px; background:linear-gradient(90deg,#111 10px,transparent 10px) 0 0/26px 26px,linear-gradient(#111 10px,transparent 10px) 0 0/26px 26px,radial-gradient(circle,#111 0 8px,transparent 9px) 13px 13px/52px 52px,#f8ead0; }
footer { padding:42px 5vw 70px; display:flex; align-items:center; justify-content:space-between; gap:24px; color:var(--muted); border-top:1px solid var(--line); font-size:12px; }
footer a,
.icp-footer a { color: var(--gold); text-decoration: none; font-weight:700; letter-spacing:.08em; }
footer a:hover,
.icp-footer a:hover { color: var(--ink); }
.icp-footer { width:100%; padding:24px 0 0; text-align:center; color:var(--gold); font-size:13px; border-top:1px solid var(--line); }

@media(max-width:1180px){
  .booking-layout { width:calc(100vw - 36px); }
  .booking-layout { grid-template-columns:1fr; }
  .filters,.reservation-panel { position:static; }
  .filters { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  .date-panel { grid-row:span 2; margin-bottom:0; padding-bottom:0; border-bottom:0; }
  .room-card { grid-template-columns:214px minmax(0,1fr) 136px; min-height:160px; padding:9px 11px 9px 9px; gap:16px; }
  .room-actions::before { left:0; top:14px; bottom:14px; }
  .room-image { width:214px; height:140px; }
  .room-gallery-popover { width:430px; top:-58px; }
  .gallery-feature { height:260px; }
  .gallery-thumb { height:70px; }
}
@media(max-width:760px){
  .booking-nav nav { display:none; }
  .booking-nav { height:62px; padding:0 18px; display:flex; justify-content:space-between; }
  .nav-login { display:none; }
  .brand-logo { height:27px; }
  .brand-name { font-size:14px; }
  .booking-hero { min-height:430px; padding:116px 20px 50px; }
  .hero-copy p:last-child { font-size:13px; }
  .booking-layout { width:calc(100vw - 24px); margin-top:24px; }
  .filters { display:grid; grid-template-columns:1fr; gap:12px; padding:16px; }
  .date-panel { grid-row:auto; }
  .results-top { display:block; }
  .results-top p { margin-top:10px; }
  .room-card { grid-template-columns:116px minmax(0,1fr); min-height:132px; padding:8px; gap:10px; }
  .room-image { width:116px; height:116px; }
  .room-photo-frame { inset:0; }
  .room-image::after { inset:1px; }
  .room-gallery-popover { display:none; }
  .crest,.room-kicker,.amenities,.availability { display:none; }
  .room-info h3 { font-size:15px; line-height:1.45; }
  .room-info p { font-size:11px; line-height:1.5; }
  .room-info { padding:10px 12px 44px; justify-content:center; }
  .room-actions { position:relative; grid-column:2; grid-row:1; align-self:end; min-height:0; padding:0 12px 10px; border-left:0; background:transparent; flex-direction:row; align-items:end; gap:8px; pointer-events:none; }
  .room-actions::before { display:none; }
  .price { font-size:20px; }
  .price small { display:none; }
  .select-room { min-width:76px; min-height:25px; padding:0 9px; font-size:10px; pointer-events:auto; }
  .reservation-panel { display:none; }
  footer { display:block; text-align:center; }
  footer p { margin-top:12px; }
}
.payment-dialog-shell {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 8, 6, 0.82);
  backdrop-filter: blur(7px);
}

.payment-dialog {
  position: relative;
  width: min(440px, 100%);
  padding: 34px;
  border: 1px solid rgba(203, 168, 94, 0.56);
  background: #0c120f;
  color: #eee7d8;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.payment-dialog-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #cbaa5e;
  font-size: 28px;
  cursor: pointer;
}

.payment-dialog-kicker {
  margin: 0 0 8px;
  color: #cbaa5e;
  font-size: 12px;
  letter-spacing: 0.22em;
}

.payment-dialog h2 {
  margin: 0;
  font-size: 30px;
}

.payment-dialog-copy {
  margin: 12px auto 20px;
  color: #a9aa9e;
  line-height: 1.7;
}

.payment-qr {
  width: 244px;
  min-height: 244px;
  margin: 0 auto 18px;
  padding: 12px;
  background: #fff;
  color: #222;
  display: grid;
  place-items: center;
}

.payment-qr img,
.payment-qr canvas {
  display: block;
  width: 220px;
  height: 220px;
}

.payment-amount {
  display: block;
  color: #d9bc76;
  font-size: 28px;
}

.payment-order,
.payment-status {
  margin: 8px 0 0;
  color: #8f958f;
  overflow-wrap: anywhere;
}

.payment-status.is-paid {
  color: #78c99b;
}

.payment-status.is-error {
  color: #d68c7c;
}

.booking-confirm-dialog {
  width: min(590px, 100%);
  text-align: left;
}

.booking-confirm-dialog h2,
.booking-confirm-dialog .payment-dialog-kicker {
  text-align: center;
}

.booking-order-summary {
  margin: 22px 0;
  border-top: 1px solid rgba(203, 168, 94, 0.28);
  border-bottom: 1px solid rgba(203, 168, 94, 0.28);
}

.booking-order-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  color: #aaa99d;
  font-size: 13px;
}

.booking-order-row strong {
  color: #eee7d8;
  text-align: right;
}

.booking-order-row.total {
  color: #d9bc76;
  font-size: 15px;
}

.booking-order-row.total strong {
  color: #d9bc76;
  font-size: 22px;
}

.booking-confirm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.booking-confirm-field {
  display: grid;
  gap: 7px;
  color: #b9b6a9;
  font-size: 13px;
}

.booking-confirm-field input,
.booking-confirm-field select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(203, 168, 94, 0.38);
  border-radius: 0;
  outline: none;
  color: #eee7d8;
  background: #080c0a;
  font: inherit;
}

.booking-confirm-field input:focus,
.booking-confirm-field select:focus {
  border-color: #d9bc76;
}

.booking-coupon-field {
  grid-column: 1 / -1;
}

.booking-discount-row strong {
  color: #78c99b;
}

.booking-payment-methods {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.booking-payment-methods legend {
  margin-bottom: 9px;
  color: #b9b6a9;
  font-size: 13px;
}

.booking-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-payment-option {
  position: relative;
  cursor: pointer;
}

.booking-payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-payment-option span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(203, 168, 94, 0.32);
  background: #080c0a;
  color: #eee7d8;
}

.booking-payment-option small {
  color: #8f958f;
}

.booking-payment-option input:checked + span {
  border-color: #d9bc76;
  box-shadow: inset 0 0 0 1px rgba(217, 188, 118, 0.35);
}

.booking-confirm-action {
  width: 100%;
  min-height: 52px;
  margin-top: 20px;
  border: 0;
  color: #120d08;
  background: #d1ae69;
  font-weight: 900;
  cursor: pointer;
}

.booking-confirm-action:disabled {
  cursor: wait;
  opacity: 0.62;
}

.booking-confirm-error {
  min-height: 22px;
  margin: 10px 0 0;
  color: #d68c7c;
  text-align: center;
  font-size: 13px;
}

.booking-hold-note {
  margin: 12px 0 0;
  color: #8f958f;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}

.alipay-payment-dialog .payment-amount {
  margin: 22px 0 6px;
}

.alipay-open-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 24px;
  color: #fff;
  background: #1677ff;
  font-weight: 800;
  text-decoration: none;
}

.alipay-open-button:hover {
  background: #0f6ee8;
}

.alipay-return-hint {
  margin: 10px 0 0;
  color: #767e78;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 540px) {
  .payment-dialog { padding: 30px 18px 24px; }
  .payment-qr { width: 220px; min-height: 220px; }
  .payment-qr img,
  .payment-qr canvas { width: 196px; height: 196px; }
  .booking-confirm-grid { grid-template-columns: 1fr; }
  .booking-payment-options { grid-template-columns: 1fr; }
}
