.hye-rpc{
  --hye-border:rgba(23,32,51,.14);
  --hye-soft:rgba(23,32,51,.035);
  --hye-soft-strong:rgba(23,32,51,.07);
  --hye-ink:#172033;
  --hye-muted:#5d6676;
  --hye-pass:#176b55;
  --hye-pass-bg:#eaf7f1;
  --hye-no-pass:#9a3412;
  --hye-no-pass-bg:#fff1eb;
  --hye-reservation:#72520c;
  --hye-reservation-bg:#fff8df;
  max-width:980px;
  margin:2rem auto;
  font-family:inherit;
  color:var(--hye-ink)
}
.hye-rpc *{box-sizing:border-box}
.hye-rpc [hidden]{display:none!important}
.hye-rpc__notice,.hye-rpc__empty,.hye-rpc__warning{
  padding:14px 16px;
  border:1px solid var(--hye-border);
  border-radius:12px;
  margin:0 0 18px;
  background:var(--hye-soft)
}
.hye-rpc__panel{
  border:1px solid var(--hye-border);
  border-radius:18px;
  padding:24px;
  margin:0 0 18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(23,32,51,.035)
}
.hye-rpc__panel h2,.hye-rpc__results h2{margin:.2rem 0 .55rem;line-height:1.18}
.hye-rpc__panel p{color:var(--hye-muted);margin:.35rem 0 0}
.hye-rpc__eyebrow{
  font-size:.76rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:var(--hye-muted)
}
.hye-rpc__step-head{
  display:flex;
  gap:24px;
  align-items:flex-start;
  justify-content:space-between
}
.hye-rpc__selection-status{
  min-width:150px;
  padding:11px 13px;
  border-radius:12px;
  background:var(--hye-soft);
  text-align:right
}
.hye-rpc__selection-status strong,.hye-rpc__selection-status span{display:block}
.hye-rpc__selection-status strong{font-size:1rem}
.hye-rpc__selection-status span{font-size:.82rem;color:#475569;line-height:1.35;margin-top:2px}
.hye-rpc__group-title{font-size:16px;margin:18px 0 10px;color:var(--hye-ink);font-weight:800;line-height:1.4}
.hye-rpc__attractions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hye-rpc__attraction{
  position:relative;
  display:flex;
  gap:11px;
  align-items:flex-start;
  border:1px solid var(--hye-border);
  border-radius:14px;
  padding:16px;
  cursor:pointer;
  background:#fff;
  transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease
}
.hye-rpc__attraction:hover{border-color:rgba(23,32,51,.42);box-shadow:0 4px 14px rgba(23,32,51,.06)}
.hye-rpc__attraction.is-selected{
  border:2px solid var(--hye-ink);
  padding:15px;
  box-shadow:0 5px 18px rgba(23,32,51,.09)
}
.hye-rpc__attraction input{margin-top:2px;width:22px;height:22px;flex:0 0 22px;accent-color:var(--hye-ink)}
.hye-rpc__attraction-copy{display:flex;flex-direction:column;gap:7px;min-width:0}
.hye-rpc__attraction-name{font-size:17px;line-height:1.4;font-weight:800;color:var(--hye-ink)}
.hye-rpc__attraction-meta{font-size:15px;color:#3f4a5a;line-height:1.5}
.hye-rpc__badges{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px}
.hye-rpc__badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  padding:6px 10px;
  font-size:13px;
  line-height:1.25;
  font-weight:800
}
.hye-rpc__badge--pass{color:var(--hye-pass);background:var(--hye-pass-bg)}
.hye-rpc__badge--no-pass{color:var(--hye-no-pass);background:var(--hye-no-pass-bg)}
.hye-rpc__badge--reservation{color:var(--hye-reservation);background:var(--hye-reservation-bg)}
.hye-rpc__more-toggle{
  width:100%;
  margin-top:14px;
  border:1px solid var(--hye-border);
  border-radius:12px;
  padding:12px 16px;
  background:#fff;
  color:var(--hye-ink);
  font-family:inherit;
  font-size:15px;
  line-height:1.3;
  font-weight:800;
  cursor:pointer
}
.hye-rpc__more-toggle:hover{background:var(--hye-soft)}
.hye-rpc__more-attractions{margin-top:12px}
.hye-rpc__transport{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
.hye-rpc__transport label{
  display:flex;
  gap:7px;
  align-items:center;
  border:1px solid var(--hye-border);
  border-radius:999px;
  padding:9px 12px;
  cursor:pointer;
  background:#fff
}
.hye-rpc__transport label:has(input:checked){border-color:var(--hye-ink);box-shadow:inset 0 0 0 1px var(--hye-ink)}
.hye-rpc__transport input{accent-color:var(--hye-ink)}
.hye-rpc__bits{margin-top:14px;padding:12px 14px;background:var(--hye-soft);border-radius:12px}
.hye-rpc__bits input{width:90px;margin-left:8px}
.hye-rpc__calculate-wrap{margin:22px 0 26px;text-align:center}
.hye-rpc__calculate,.hye-rpc__cta,.hye-rpc__share{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:14px 22px;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  text-decoration:none;
  min-height:48px
}
.hye-rpc__calculate,.hye-rpc__cta{background:#111827;color:#fff}
.hye-rpc__calculate{min-width:310px}
.hye-rpc__calculate:disabled{opacity:.45;cursor:not-allowed}
.hye-rpc__calculate-note{font-size:.88rem!important;color:#475569!important;line-height:1.45;margin:7px 0 0!important}
.hye-rpc__share{border:1px solid var(--hye-border);background:#fff;color:var(--hye-ink);padding:10px 16px;min-height:42px}
.hye-rpc button:focus-visible,.hye-rpc a:focus-visible,.hye-rpc input:focus-visible,.hye-rpc summary:focus-visible{
  outline:3px solid rgba(37,99,235,.35);
  outline-offset:3px
}
.hye-rpc__results{scroll-margin-top:24px;margin-top:24px}
.hye-rpc__result-card{
  border:1px solid var(--hye-border);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 38px rgba(23,32,51,.08)
}
.hye-rpc__result-card>.hye-rpc__warning{margin:18px 18px 0}
.hye-rpc__result-hero{padding:28px;background:linear-gradient(180deg,var(--hye-soft),#fff)}
.hye-rpc__result-hero h2{font-size:clamp(1.55rem,3vw,2.15rem);margin:.35rem 0 .55rem}
.hye-rpc__lead{font-size:1.05rem;color:var(--hye-muted);max-width:760px}
.hye-rpc__result-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0 18px}
.hye-rpc__metric{border:1px solid var(--hye-border);border-radius:14px;padding:13px 14px;background:#fff}
.hye-rpc__metric span{display:block;font-size:.78rem;color:var(--hye-muted);font-weight:700;margin-bottom:3px}
.hye-rpc__metric strong{font-size:1.15rem;line-height:1.2}
.hye-rpc__cta--primary{padding:14px 24px}
.hye-rpc__free-order{margin:0;padding:20px 28px;border-top:1px solid var(--hye-border);background:var(--hye-pass-bg)}
.hye-rpc__free-order h3{margin:0 0 6px;font-size:1rem}
.hye-rpc__free-order p{margin:4px 0}
.hye-rpc__free-order ol{margin:8px 0;padding-left:1.4rem}
.hye-rpc__detail-toggle{border-top:1px solid var(--hye-border);padding:0 28px}
.hye-rpc__detail-toggle summary{padding:17px 0;font-weight:800;cursor:pointer;list-style-position:outside}
.hye-rpc__detail-toggle[open] summary{padding-bottom:8px}
.hye-rpc table{width:100%;border-collapse:collapse;margin:10px 0 20px}
.hye-rpc th,.hye-rpc td{text-align:left;border-bottom:1px solid var(--hye-border);padding:10px 8px;vertical-align:top}
.hye-rpc th{font-size:.8rem;color:var(--hye-muted)}
.hye-rpc th:last-child,.hye-rpc td:last-child{text-align:right}
.hye-rpc tr.total td{font-weight:800;border-top:2px solid var(--hye-ink)}
.hye-rpc tr.is-disabled{opacity:.55}
.hye-rpc tr.is-best td{background:var(--hye-pass-bg)}
.hye-rpc__table-badge{display:inline-block;margin-left:6px;padding:2px 6px;border-radius:999px;background:var(--hye-pass);color:#fff;font-size:.65rem;vertical-align:middle}
.hye-rpc__breakdown{margin-top:4px}
.hye-rpc__breakdown h3{margin:.6rem 0}
.hye-rpc__mini-link{font-size:.82rem;font-weight:700}
.hye-rpc__notes{padding:0 0 16px}
.hye-rpc__notes ul{margin:4px 0 0;padding-left:1.2rem}
.hye-rpc__notes li+li{margin-top:8px}
.hye-rpc__result-footer{border-top:1px solid var(--hye-border);padding:18px 28px 22px}
.hye-rpc__fineprint{font-size:14px;color:#475569;line-height:1.55;margin:0 0 10px}
.hye-rpc__sources{margin-top:24px}
.hye-rpc__sources{font-size:15px;color:#3f4a5a;line-height:1.65}
.hye-rpc__sources a{font-weight:700}
.hye-rpc__sources p,.hye-rpc__sources li{font-size:inherit}

.hye-rpc__panel--attractions > .hye-rpc__step-head p{font-size:16px;line-height:1.55}
.hye-rpc__panel--attractions .hye-rpc__attraction *{text-rendering:optimizeLegibility}
@media(max-width:700px){
  .hye-rpc{margin:1.25rem auto}
  .hye-rpc__panel{padding:17px;border-radius:15px}
  .hye-rpc__step-head{display:block}
  .hye-rpc__selection-status{margin-top:14px;text-align:left;min-width:0}
  .hye-rpc__attractions{grid-template-columns:1fr}
  .hye-rpc__attraction-name{font-size:17px}
  .hye-rpc__attraction-meta{font-size:15px}
  .hye-rpc__badge{font-size:13px}
  .hye-rpc__transport{display:grid;grid-template-columns:1fr 1fr}
  .hye-rpc__transport label{border-radius:12px}
  .hye-rpc__calculate{width:100%;min-width:0}
  .hye-rpc__result-hero{padding:21px 17px}
  .hye-rpc__result-metrics{grid-template-columns:1fr}
  .hye-rpc__cta{width:100%}
  .hye-rpc__free-order,.hye-rpc__detail-toggle,.hye-rpc__result-footer{padding-left:17px;padding-right:17px}
  .hye-rpc__option-table,.hye-rpc__breakdown{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .hye-rpc table{min-width:560px}
}
@media(max-width:430px){
  .hye-rpc__transport{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .hye-rpc__attraction{transition:none}
}


/* v1.1.3 live-theme overrides */
.hye-rpc button.hye-rpc__more-toggle,
.hye-rpc .hye-rpc__more-toggle,
body .hye-rpc button.hye-rpc__more-toggle{
  background:#fff !important;
  background-color:#fff !important;
  color:var(--hye-ink) !important;
  border:1px solid var(--hye-border) !important;
  box-shadow:none !important;
  text-shadow:none !important;
  width:100% !important;
  padding:12px 16px !important;
  min-height:46px !important;
  border-radius:12px !important;
  font-family:inherit !important;
  font-size:15px !important;
  font-weight:800 !important;
  line-height:1.3 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.hye-rpc button.hye-rpc__more-toggle:hover,
.hye-rpc button.hye-rpc__more-toggle:focus{
  background:var(--hye-soft) !important;
  background-color:var(--hye-soft) !important;
  color:var(--hye-ink) !important;
}
.hye-rpc__selection-status strong{
  font-size:14px;
  line-height:1.3;
}
.hye-rpc__selection-status span{
  font-size:12px;
  line-height:1.4;
}
.hye-rpc__calculate-note{
  font-size:12px !important;
  line-height:1.45 !important;
}
.hye-rpc__eyebrow{
  font-size:11px;
  line-height:1.3;
}


/* v1.1.4 result hierarchy + live-theme overrides */
.hye-rpc__result-hero h2{
  font-size:30px !important;
  line-height:1.18 !important;
  font-weight:800 !important;
  margin:6px 0 8px !important;
}
.hye-rpc__result-hero .hye-rpc__lead{
  font-size:16px !important;
  line-height:1.5 !important;
  color:#475569 !important;
  margin:0 !important;
}
.hye-rpc__result-metrics{
  gap:12px !important;
  margin:22px 0 20px !important;
}
.hye-rpc__metric{
  padding:15px 16px !important;
}
.hye-rpc__metric span{
  font-size:13px !important;
  line-height:1.35 !important;
}
.hye-rpc__metric strong{
  font-size:20px !important;
  line-height:1.25 !important;
}
.hye-rpc__cta--primary{
  min-height:52px !important;
  padding:14px 24px !important;
  font-size:17px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}
.hye-rpc__free-order h3{
  font-size:16px !important;
  line-height:1.35 !important;
}
.hye-rpc__free-order p,
.hye-rpc__free-order li{
  font-size:15px !important;
  line-height:1.55 !important;
}
.hye-rpc__detail-toggle summary{
  font-size:15px !important;
  line-height:1.4 !important;
}
.hye-rpc button.hye-rpc__share,
.hye-rpc .hye-rpc__share,
body .hye-rpc button.hye-rpc__share{
  background:#fff !important;
  background-color:#fff !important;
  color:var(--hye-ink) !important;
  border:1px solid var(--hye-border) !important;
  box-shadow:none !important;
  text-shadow:none !important;
  min-height:42px !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  font-family:inherit !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.3 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.hye-rpc button.hye-rpc__share:hover,
.hye-rpc button.hye-rpc__share:focus{
  background:var(--hye-soft) !important;
  background-color:var(--hye-soft) !important;
  color:var(--hye-ink) !important;
}
@media(max-width:700px){
  .hye-rpc__result-hero h2{font-size:26px !important}
  .hye-rpc__metric strong{font-size:19px !important}
}


/* v1.1.5 metric readability */
.hye-rpc__result-metrics{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  margin:22px 0 20px !important;
}
.hye-rpc__result-metrics .hye-rpc__metric{
  min-height:112px !important;
  padding:18px 18px !important;
  border:1px solid rgba(23,32,51,.18) !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 4px 14px rgba(23,32,51,.04) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.hye-rpc__result-metrics .hye-rpc__metric span{
  display:block !important;
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  color:#374151 !important;
  margin-bottom:10px !important;
}
.hye-rpc__result-metrics .hye-rpc__metric strong{
  display:block !important;
  font-size:28px !important;
  line-height:1.05 !important;
  font-weight:800 !important;
  letter-spacing:-.02em !important;
  color:#111827 !important;
}
.hye-rpc__result-metrics .hye-rpc__metric:last-child{
  background:#f0fdf4 !important;
  border-color:#bbf7d0 !important;
}
.hye-rpc__result-metrics .hye-rpc__metric:last-child strong{
  color:#166534 !important;
}
.hye-rpc__result-hero .hye-rpc__lead{
  font-size:17px !important;
  line-height:1.55 !important;
  color:#374151 !important;
  max-width:760px !important;
}
@media(max-width:700px){
  .hye-rpc__result-metrics{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .hye-rpc__result-metrics .hye-rpc__metric{
    min-height:92px !important;
  }
  .hye-rpc__result-metrics .hye-rpc__metric strong{
    font-size:26px !important;
  }
}


/* v1.2.0 individual-ticket monetisation */
.hye-rpc__individual-tickets{
  padding:24px 28px 26px;
  border-top:1px solid var(--hye-border);
  background:#f8fafc;
}
.hye-rpc__individual-tickets-head h3{
  margin:4px 0 6px;
  font-size:22px;
  line-height:1.25;
  color:var(--hye-ink);
}
.hye-rpc__individual-tickets-head p{
  margin:0;
  max-width:760px;
  font-size:15px;
  line-height:1.55;
  color:#475569;
}
.hye-rpc__ticket-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.hye-rpc__ticket-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
  min-width:0;
  padding:16px;
  border:1px solid var(--hye-border);
  border-radius:14px;
  background:#fff;
}
.hye-rpc__ticket-card-copy strong{
  display:block;
  font-size:16px;
  line-height:1.35;
  color:var(--hye-ink);
}
.hye-rpc__ticket-card-copy span{
  display:block;
  margin-top:5px;
  font-size:14px;
  line-height:1.4;
  color:#475569;
}
.hye-rpc__ticket-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.hye-rpc__ticket-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  border-radius:999px;
  padding:9px 14px;
  font-family:inherit;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
  text-decoration:none !important;
}
.hye-rpc__ticket-action--primary,
body .hye-rpc a.hye-rpc__ticket-action--primary{
  background:#111827 !important;
  color:#fff !important;
  border:1px solid #111827 !important;
}
.hye-rpc__ticket-action--primary:hover,
body .hye-rpc a.hye-rpc__ticket-action--primary:hover{
  background:#283345 !important;
  color:#fff !important;
}
.hye-rpc__ticket-action--secondary,
body .hye-rpc a.hye-rpc__ticket-action--secondary{
  background:#fff !important;
  color:var(--hye-ink) !important;
  border:1px solid var(--hye-border) !important;
}
.hye-rpc__ticket-action--secondary:hover{
  background:var(--hye-soft) !important;
}
.hye-rpc__ticket-unlinked{
  display:block;
  font-size:13px;
  line-height:1.4;
  color:#6b7280;
}
.hye-rpc__individual-fallback{
  margin:18px 0 0;
}
@media(max-width:700px){
  .hye-rpc__individual-tickets{
    padding:20px 17px 22px;
  }
  .hye-rpc__ticket-grid{
    grid-template-columns:1fr;
  }
  .hye-rpc__ticket-action{
    width:100%;
  }
}
