/* VIP Desk Pro — Reception Premium V2
   Visual-only layer. Existing IDs, controls and application logic remain untouched. */

body:has(#receptionApp:not([hidden])) {
  --rp-ink:#0b1114;
  --rp-night:#0c1317;
  --rp-night-2:#121c21;
  --rp-paper:#f2efe8;
  --rp-card:#ffffff;
  --rp-gold:#caa45f;
  --rp-gold-light:#e1c17e;
  --rp-muted:#697276;
  --rp-line:rgba(11,17,20,.12);
  background:var(--rp-paper)!important;
  color:var(--rp-ink);
  overflow:auto!important;
}

body:has(#receptionApp:not([hidden])) .topbar {
  position:sticky;
  top:0;
  z-index:1000;
  min-height:76px;
  padding-inline:max(22px,calc((100% - 1380px)/2));
  background:rgba(10,16,19,.97)!important;
  border-bottom:1px solid rgba(202,164,95,.28)!important;
  box-shadow:0 12px 36px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(16px);
}
body:has(#receptionApp:not([hidden])) .topbar .brand,
body:has(#receptionApp:not([hidden])) .topbar .brand span,
body:has(#receptionApp:not([hidden])) .topbar .brand strong {color:#fff!important}
body:has(#receptionApp:not([hidden])) .topbar .brand small {color:rgba(255,255,255,.48)!important}
body:has(#receptionApp:not([hidden])) .topbar .brand img {filter:drop-shadow(0 4px 14px rgba(202,164,95,.18))}
body:has(#receptionApp:not([hidden])) .topbar .badge,
body:has(#receptionApp:not([hidden])) .topbar .nav-action {
  border-color:rgba(255,255,255,.15)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  box-shadow:none!important;
}

#receptionApp.reception-dashboard {
  display:block;
  width:100%;
  min-height:calc(100svh - 76px);
  padding:0 0 80px!important;
  overflow:visible!important;
  background:
    radial-gradient(circle at 8% 8%,rgba(202,164,95,.09),transparent 28%),
    var(--rp-paper)!important;
}
#receptionApp.reception-dashboard[hidden] {display:none!important}

/* Command center */
#receptionApp .reception-command-stage {
  width:min(1380px,calc(100% - 48px));
  margin:0 auto;
  padding:34px 0 18px;
  display:grid!important;
  grid-template-columns:minmax(390px,.92fr) minmax(520px,1.08fr)!important;
  gap:18px!important;
  align-items:stretch;
  background:transparent!important;
}
#receptionApp .premium-reception-hero {
  position:relative!important;
  min-height:520px!important;
  height:auto!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:4px!important;
  background:
    linear-gradient(90deg,rgba(5,9,11,.94) 0%,rgba(5,9,11,.76) 48%,rgba(5,9,11,.24) 100%),
    linear-gradient(0deg,rgba(5,9,11,.64),transparent 48%),
    url('/assets/vipdesk-network-hero-v1.webp') 67% center/cover no-repeat!important;
  box-shadow:0 24px 60px rgba(5,10,12,.18)!important;
}
#receptionApp .premium-reception-hero>img {opacity:0!important;position:absolute!important;inset:0!important}
#receptionApp .premium-reception-hero .hero-shade {display:none!important}
#receptionApp .compact-reception-copy {
  position:absolute!important;
  z-index:2!important;
  inset:auto 42px 42px 42px!important;
  width:auto!important;
  max-width:520px!important;
  padding:0!important;
  color:#fff!important;
  text-align:left!important;
  transform:none!important;
}
#receptionApp .compact-reception-copy>span {
  display:block;
  margin-bottom:18px;
  color:var(--rp-gold-light)!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.24em!important;
}
#receptionApp .compact-reception-copy h1 {
  margin:0 0 18px!important;
  color:#fff!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(43px,4vw,67px)!important;
  font-weight:400!important;
  line-height:.97!important;
  letter-spacing:-.045em!important;
  text-shadow:0 4px 30px rgba(0,0,0,.24);
}
#receptionApp .compact-reception-copy h1 strong {
  display:block;
  color:var(--rp-gold-light)!important;
  font-weight:400!important;
}
#receptionApp .compact-reception-copy p {
  max-width:430px;
  margin:0 0 28px!important;
  color:rgba(255,255,255,.68)!important;
  font-size:14px!important;
  line-height:1.6!important;
}
#receptionApp .reception-cta {
  width:min(100%,340px)!important;
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:2px 18px!important;
  padding:13px 20px!important;
  border:1px solid var(--rp-gold)!important;
  border-radius:3px!important;
  background:var(--rp-gold)!important;
  color:#111!important;
  box-shadow:none!important;
  text-align:left!important;
  transition:transform .2s ease,background .2s ease!important;
}
#receptionApp .reception-cta:hover {transform:translateY(-2px);background:#ddb973!important}
#receptionApp .reception-cta small {grid-column:1;color:rgba(17,17,17,.58)!important;font-size:8px!important;letter-spacing:.18em!important}
#receptionApp .reception-cta b {grid-column:1;font-family:Georgia,serif!important;font-size:22px!important;font-weight:400!important}
#receptionApp .reception-cta:after {content:'→';grid-column:2;grid-row:1/3;font-size:22px}

/* Live map card */
#receptionApp .live-command-card {
  min-width:0!important;
  min-height:520px!important;
  display:grid!important;
  grid-template-columns:minmax(245px,.82fr) minmax(300px,1.18fr)!important;
  overflow:hidden!important;
  border:1px solid var(--rp-line)!important;
  border-radius:4px!important;
  background:var(--rp-card)!important;
  box-shadow:0 22px 58px rgba(10,16,19,.1)!important;
}
#receptionApp .live-command-info {
  min-width:0;
  padding:32px!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
}
#receptionApp .live-command-head {
  padding-bottom:22px;
  border-bottom:1px solid var(--rp-line);
}
#receptionApp .live-command-head span {
  color:#a47d3d!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.2em!important;
}
#receptionApp .live-command-head h2 {
  margin:8px 0 0!important;
  color:var(--rp-ink)!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:30px!important;
  font-weight:400!important;
  letter-spacing:-.025em!important;
}
#receptionApp .live-pulse {
  padding:5px 8px!important;
  border:1px solid rgba(41,131,84,.24)!important;
  border-radius:20px!important;
  background:#eaf6ef!important;
  color:#23744a!important;
  font-family:Arial,sans-serif!important;
  font-size:8px!important;
  font-style:normal!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  vertical-align:middle;
}
#receptionApp .speed-chip {
  padding:7px 10px!important;
  border:1px solid var(--rp-line)!important;
  border-radius:2px!important;
  background:#f5f2eb!important;
  color:#5f6669!important;
  font-size:10px!important;
}
#receptionApp .live-status-copy {
  margin:24px 0!important;
  color:var(--rp-muted)!important;
  font-size:13px!important;
  line-height:1.55!important;
}
#receptionApp .live-trip-customer,
#receptionApp .live-trip-destination {
  margin-bottom:10px!important;
  padding:13px!important;
  border:1px solid var(--rp-line)!important;
  border-radius:2px!important;
  background:#f7f5f0!important;
}
#receptionApp .live-progress-wrap {
  margin:8px 0 18px!important;
  padding:17px!important;
  border:1px solid rgba(202,164,95,.3)!important;
  border-radius:2px!important;
  background:#fffbf3!important;
}
#receptionApp .live-progress-track i {background:var(--rp-gold)!important}
#receptionApp #refreshLocationNow {
  min-height:46px!important;
  margin-top:auto!important;
  border:1px solid #c9c5bb!important;
  border-radius:2px!important;
  background:#fff!important;
  color:#22292c!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  box-shadow:none!important;
}
#receptionApp .live-map-shell {
  min-width:0;
  min-height:520px!important;
  border:0!important;
  border-radius:0!important;
  background:#d9ddd9!important;
}
#receptionApp .reception-live-google-map {height:100%!important;min-height:520px!important}
#receptionApp .map-live-dot {
  top:18px!important;
  right:18px!important;
  padding:7px 11px!important;
  border:1px solid rgba(255,255,255,.35)!important;
  border-radius:2px!important;
  background:rgba(10,17,20,.88)!important;
  color:#fff!important;
  font-size:8px!important;
  letter-spacing:.14em!important;
  backdrop-filter:blur(10px);
}

/* Quick actions */
#receptionApp .reception-quick-actions {
  width:min(1380px,calc(100% - 48px));
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:1.15fr repeat(4,1fr)!important;
  gap:12px!important;
  background:transparent!important;
}
#receptionApp .reception-action {
  position:relative;
  min-width:0!important;
  min-height:142px!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:end!important;
  gap:14px!important;
  padding:23px!important;
  overflow:hidden!important;
  border:1px solid var(--rp-line)!important;
  border-radius:3px!important;
  background:#fff!important;
  color:var(--rp-ink)!important;
  text-align:left!important;
  box-shadow:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
#receptionApp .reception-action:hover {
  transform:translateY(-3px);
  border-color:rgba(166,125,60,.55)!important;
  box-shadow:0 16px 32px rgba(11,17,20,.08)!important;
}
#receptionApp .reception-action>span {
  align-self:start!important;
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  border:1px solid rgba(202,164,95,.44)!important;
  border-radius:50%!important;
  background:#fbf6eb!important;
  color:#9a7132!important;
  font-size:15px!important;
}
#receptionApp .reception-action>div {align-self:end}
#receptionApp .reception-action b {
  display:block!important;
  margin-bottom:6px!important;
  color:var(--rp-ink)!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.12!important;
}
#receptionApp .reception-action small {
  color:#7b8285!important;
  font-size:9px!important;
  line-height:1.35!important;
}
#receptionApp .reception-action>em {
  color:#9d773d!important;
  font-size:17px!important;
  font-style:normal!important;
}
#receptionApp .pending-action {
  background:var(--rp-night)!important;
  border-color:var(--rp-night)!important;
}
#receptionApp .pending-action b {color:#fff!important}
#receptionApp .pending-action small {color:rgba(255,255,255,.52)!important}
#receptionApp .pending-action>span {background:rgba(202,164,95,.12)!important;color:var(--rp-gold-light)!important}
#receptionApp .pending-action>i {
  position:absolute!important;
  top:18px!important;
  right:18px!important;
  display:grid!important;
  place-items:center!important;
  min-width:27px!important;
  height:27px!important;
  padding:0 7px!important;
  border-radius:30px!important;
  background:var(--rp-gold)!important;
  color:#111!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:900!important;
}

/* Secondary panels and subviews inherit the new design */
#receptionApp .wa-diagnostics,
.reception-subview .content-wrap {
  border-color:var(--rp-line)!important;
  background:var(--rp-paper)!important;
}
.reception-subview {
  min-height:calc(100svh - 76px)!important;
  background:var(--rp-paper)!important;
}
.reception-subview .subview-head {
  padding:38px max(24px,calc((100% - 1320px)/2))!important;
  background:var(--rp-night)!important;
  border:0!important;
  color:#fff!important;
}
.reception-subview .subview-head span {color:var(--rp-gold-light)!important;letter-spacing:.2em!important}
.reception-subview .subview-head h1 {
  color:#fff!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-weight:400!important;
  letter-spacing:-.03em!important;
}
.reception-subview .premium-outline {
  border-color:rgba(255,255,255,.26)!important;
  background:rgba(255,255,255,.05)!important;
  color:#fff!important;
}

/* Booking wizard — visual continuity only */
body:has(#wizard:not([hidden])) .topbar {
  background:var(--rp-night,#0c1317)!important;
  border-bottom:1px solid rgba(202,164,95,.25)!important;
}
#wizard.wizard-page {
  background:var(--rp-night,#0c1317)!important;
}
#wizard .wizard-bg {
  background:
    linear-gradient(90deg,rgba(5,9,11,.9),rgba(5,9,11,.55)),
    url('/assets/vipdesk-network-hero-v1.webp') center/cover no-repeat!important;
}
#wizard .wizard-bg>img {opacity:0!important}
#wizard .wizard-shell {width:min(1180px,calc(100% - 38px))!important}
#wizard .wizard-head {
  border-bottom:1px solid rgba(255,255,255,.13)!important;
  color:#fff!important;
}
#wizard .wizard-head span {color:var(--rp-gold-light,#e1c17e)!important;letter-spacing:.2em!important}
#wizard .wizard-head h2 {
  color:#fff!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-weight:400!important;
}
#wizard .progress {background:rgba(255,255,255,.14)!important}
#wizard .progress i {background:var(--rp-gold,#caa45f)!important}
#wizard .wizard-card {
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:4px!important;
  background:#f7f5f0!important;
  box-shadow:0 30px 80px rgba(0,0,0,.25)!important;
}
#wizard .location-field-card,
#wizard .route-calculation-panel,
#wizard .price-float,
#wizard .summary-box {
  border-color:rgba(11,17,20,.13)!important;
  border-radius:3px!important;
  box-shadow:none!important;
}
#wizard .location-field-card {background:#fff!important}
#wizard input,
#wizard select,
#wizard textarea {
  border-color:#cec9bf!important;
  border-radius:2px!important;
  box-shadow:none!important;
}
#wizard input:focus,
#wizard select:focus,
#wizard textarea:focus {
  border-color:#a47d3d!important;
  box-shadow:0 0 0 3px rgba(202,164,95,.14)!important;
}
#wizard .continue-green,
#wizard .gold {
  border-color:var(--rp-gold,#caa45f)!important;
  background:var(--rp-gold,#caa45f)!important;
  color:#111!important;
  box-shadow:none!important;
}

/* Responsive */
@media(max-width:1180px) {
  #receptionApp .reception-command-stage {
    grid-template-columns:1fr!important;
  }
  #receptionApp .premium-reception-hero {min-height:480px!important}
  #receptionApp .live-command-card {min-height:470px!important}
  #receptionApp .live-map-shell,
  #receptionApp .reception-live-google-map {min-height:470px!important}
  #receptionApp .reception-quick-actions {
    grid-template-columns:repeat(3,1fr)!important;
  }
}
@media(max-width:760px) {
  body:has(#receptionApp:not([hidden])) .topbar {
    min-height:66px;
    padding-inline:14px!important;
  }
  #receptionApp.reception-dashboard {padding-bottom:50px!important}
  #receptionApp .reception-command-stage,
  #receptionApp .reception-quick-actions {
    width:calc(100% - 24px)!important;
  }
  #receptionApp .reception-command-stage {padding-top:12px!important;gap:12px!important}
  #receptionApp .premium-reception-hero {min-height:450px!important}
  #receptionApp .compact-reception-copy {inset:auto 24px 26px!important}
  #receptionApp .compact-reception-copy h1 {font-size:43px!important}
  #receptionApp .live-command-card {
    min-height:0!important;
    grid-template-columns:1fr!important;
  }
  #receptionApp .live-command-info {padding:25px!important}
  #receptionApp .live-map-shell,
  #receptionApp .reception-live-google-map {min-height:330px!important}
  #receptionApp .reception-quick-actions {grid-template-columns:1fr 1fr!important}
  #receptionApp .reception-action {min-height:132px!important;padding:19px!important}
  #receptionApp .reception-action b {font-size:17px!important}
}
@media(max-width:470px) {
  #receptionApp .premium-reception-hero {min-height:420px!important}
  #receptionApp .compact-reception-copy h1 {font-size:38px!important}
  #receptionApp .compact-reception-copy p {font-size:12px!important}
  #receptionApp .reception-cta {width:100%!important}
  #receptionApp .reception-quick-actions {grid-template-columns:1fr!important}
  #receptionApp .reception-action {min-height:116px!important}
}

