﻿:root {
  --ink: #1f252b;
  --muted: #68717b;
  --brand: #F37021;
  --brand-strong: #D95C14;
  --blue: #2f7df6;
  --bg: #f4f7f5;
  --surface: #fff;
  --line: #e3e7ee;
  --soft: #FFF3EC;
  --danger: #b42318;
  --ok: #087443;
  --shadow: 0 14px 34px rgba(24, 32, 44, .08);
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, "Noto Sans KR", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; font-size: 14px; vertical-align: middle; }
th { color: #58636f; background: #fafbfc; font-size: 13px; }
code { color: var(--brand-strong); font-weight: 900; }

.topbar { position: sticky; top: 0; z-index: 20; min-height: 66px; background: #fff; border-bottom: 1px solid var(--line); }
.topbar-inner { width: min(100%, 1180px); height: 66px; margin: 0 auto; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #111827; font-size: 19px; font-weight: 900; letter-spacing: 0; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, #F37021, #FFB07A); color: #fff; font-size: 14px; font-weight: 900; box-shadow: 0 10px 22px rgba(3,199,90,.24); }
.utility-nav { display: none; align-items: center; gap: 14px; color: #6b7280; font-size: 13px; font-weight: 800; }
.utility-nav a:hover { color: var(--brand); }
.gnb-wrap { display: none; border-top: 1px solid #f0f1f3; }
.gnb { width: min(100%, 1180px); height: 46px; margin: 0 auto; padding: 0 18px; display: flex; align-items: center; gap: 32px; color: #20242a; font-size: 16px; font-weight: 900; }
.gnb a { height: 46px; display: inline-flex; align-items: center; border-bottom: 3px solid transparent; }
.gnb a:hover { color: var(--brand); border-bottom-color: var(--brand); }

.app-shell { width: min(100%, 1180px); margin: 0 auto; padding: 18px 16px 94px; }
.page-title { margin: 10px 0 18px; }
.page-title h1 { margin: 0 0 6px; font-size: clamp(26px, 4vw, 38px); line-height: 1.18; letter-spacing: 0; }
.page-title p, .detail-panel p, .section-head p { color: var(--muted); margin: 0; }
.eyebrow { margin: 0; color: var(--brand); font-size: 13px; font-weight: 900; letter-spacing: 0; }
.eyebrow.dark { display: block; margin-bottom: 8px; }

.travel-hero { display: grid; gap: 16px; }
.booking-panel, .list-search-panel { background: #fff; border: 1px solid #F3D8C8; border-radius: 16px; box-shadow: 0 18px 42px rgba(32, 86, 62, .12); overflow: hidden; }
.booking-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #edf0f4; }
.booking-tabs a { min-height: 52px; display: grid; place-items: center; color: #606b76; background: #fafdfb; font-weight: 900; }
.booking-tabs a.is-active { color: var(--brand); background: #fff; border-bottom: 3px solid var(--brand); }
.booking-search { display: grid; gap: 10px; padding: 16px; }
.booking-search.compact { padding: 0; }
.booking-search label { display: grid; gap: 7px; font-weight: 900; }
.booking-search span { color: #6b7280; font-size: 13px; }
.booking-search select, .booking-search input { width: 100%; min-height: 50px; border: 1px solid #E8C9B8; border-radius: 12px; padding: 0 13px; background: #fff; color: var(--ink); font-weight: 800; }
.list-search-panel { padding: 16px; margin: 0 0 16px; overflow: visible; }
.popular-keywords { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 0 20px 20px; }
.popular-keywords span { color: var(--brand); font-size: 13px; font-weight: 900; }
.popular-keywords a { min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; background: #FFF3EC; color: #4c5b55; font-size: 13px; font-weight: 800; }
.popular-keywords a:hover { background: var(--brand); color: #fff; }

.main-promo { min-height: 330px; display: grid; align-content: center; border-radius: 18px; padding: 30px; color: #fff; background: linear-gradient(90deg, rgba(8, 56, 48, .88), rgba(8,56,48,.30)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1100 520'%3E%3Crect width='1100' height='520' fill='%235cc6ff'/%3E%3Cpath d='M0 345 C180 270 270 340 440 250 C620 154 780 220 1100 118 L1100 520 L0 520 Z' fill='%2303c75a'/%3E%3Cpath d='M0 410 C220 340 350 430 520 350 C710 260 845 330 1100 250 L1100 520 L0 520 Z' fill='%2317d7a0' opacity='.9'/%3E%3Ccircle cx='870' cy='95' r='58' fill='%23fff9c7'/%3E%3Cpath d='M95 165 l120 -88 l120 98 l82 -60 l146 108' stroke='%23ffffff' stroke-width='24' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='.92'/%3E%3C/svg%3E"); background-size: cover; background-position: center; box-shadow: 0 22px 48px rgba(17, 73, 60, .16); }
.main-promo .eyebrow { color: #fff0bd; }
.main-promo h1 { max-width: 650px; margin: 8px 0 10px; font-size: clamp(34px, 6vw, 56px); line-height: 1.08; letter-spacing: 0; }
.main-promo p { max-width: 560px; margin: 0 0 18px; color: rgba(255,255,255,.9); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 16px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 900; cursor: pointer; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(24,32,44,.08); }
.btn.primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn.ghost { background: #fff; }
.btn.light { background: #fff; border-color: #fff; color: #111827; }
.btn.promo-outline { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.12); color: #fff; }
.btn.danger { border-color: #ffd3cf; background: #fff1f0; color: var(--danger); }
.btn.compact { min-height: 32px; padding: 0 10px; border-radius: 8px; font-size: 12px; }
.btn.wide { width: 100%; }
.scan-cancel-form { margin-top: 14px; }
.scan-cancel-form .btn { width: 100%; }
.text-button { border: 0; background: transparent; color: var(--brand); font-weight: 900; cursor: pointer; }

.section { margin-top: 28px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.section-head h2 { margin: 0; font-size: 24px; }
.hero-actions, .filter-row, .form-actions, .scanner-actions, .actions-cell { display: flex; gap: 10px; flex-wrap: wrap; }

.notice-ticker { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 50px; padding: 10px 12px; overflow: hidden; background: #fff; border: 1px solid #F3D8C8; border-radius: 14px; }
.notice-label { color: var(--brand); font-weight: 900; font-size: 13px; }
.notice-viewport { position: relative; min-height: 26px; overflow: hidden; }
.notice-item { position: absolute; inset: 0; display: flex; align-items: center; gap: 8px; opacity: 0; transform: translateY(16px); transition: opacity .35s ease, transform .35s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notice-item.is-active { opacity: 1; transform: translateY(0); }
.notice-item strong { flex: 0 0 auto; }
.notice-item span { color: var(--muted); overflow: hidden; text-overflow: ellipsis; }
.notice-controls { display: flex; gap: 6px; }
.ticker-btn { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; font-weight: 900; }

.service-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0 4px; }
.service-menu a, .quick-card, .pass-card, .merchant-card, .form-card, .detail-panel, .metric-card, .feature-list article, .scanner-panel { background: #fff; border: 1px solid #e0e9e5; border-radius: 16px; box-shadow: 0 8px 20px rgba(24,32,44,.04); }
.service-menu a { min-height: 92px; display: grid; align-content: center; gap: 4px; padding: 16px; }
.decorated-menu a { position: relative; padding-top: 46px; }
.menu-icon { position: absolute; top: 14px; left: 14px; display: grid!important; place-items: center; width: 32px; height: 32px; border-radius: 12px; background: var(--soft); color: var(--brand)!important; font-size: 12px!important; font-weight: 900; }
.service-menu strong, .quick-card strong { font-size: 16px; }
.service-menu span, .quick-card span, .metric-card span { display: block; color: var(--muted); font-size: 13px; }
.service-menu a:hover, .quick-card:hover, .pass-card:hover, .merchant-card:hover { border-color: var(--brand); color: var(--brand); }

.theme-strip { display: flex; gap: 8px; overflow-x: auto; padding: 10px 2px 2px; margin: 10px 0 0; }
.theme-strip a { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px; background: #fff; border: 1px solid #dcebe4; color: #4f5e58; font-size: 14px; font-weight: 900; }
.theme-strip a:hover { background: #FFF3EC; border-color: var(--brand); color: var(--brand-strong); }

.quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 16px 0; }
.quick-card { min-height: 110px; padding: 16px; display: grid; align-content: space-between; }
.banner-strip { display: grid; grid-template-columns: 1fr; gap: 12px; }
.banner-card { position: relative; overflow: hidden; display: block; min-height: 132px; border-radius: 16px; padding: 20px; color: #fff; background: linear-gradient(135deg, #1f7a55, #25d082); }
.banner-card::after { content: ""; position: absolute; inset: 18px 18px auto auto; width: 46px; height: 46px; border: 8px solid rgba(255,255,255,.23); border-radius: 50%; }
.banner-card strong { display: block; padding-right: 58px; font-size: 20px; }
.banner-card span { display: block; margin-top: 5px; color: rgba(255,255,255,.84); }

.intro-section { display: grid; gap: 16px; background: #fff; border: 1px solid #F3D8C8; border-radius: 18px; padding: 22px; box-shadow: 0 16px 38px rgba(32, 86, 62, .08); }
.intro-copy h2 { margin: 6px 0 10px; font-size: clamp(26px, 4vw, 40px); line-height: 1.15; }
.intro-copy p { margin: 0; color: var(--muted); max-width: 680px; }
.intro-cards { display: grid; gap: 10px; }
.intro-cards article { padding: 16px; border-radius: 8px; background: #fafbfc; border: 1px solid #edf0f4; }
.intro-cards strong { display: block; margin-bottom: 5px; font-size: 17px; }
.intro-cards span { color: var(--muted); font-size: 14px; }

.event-grid { display: grid; gap: 12px; }
.event-card { min-height: 190px; display: grid; align-content: end; gap: 6px; position: relative; overflow: hidden; border-radius: 18px; padding: 20px; color: #fff; box-shadow: 0 16px 34px rgba(24,32,44,.08); }
.event-card::after { content: ""; position: absolute; top: 18px; right: 18px; width: 72px; height: 72px; border: 12px solid rgba(255,255,255,.22); border-radius: 50%; }
.event-card span { position: relative; z-index: 1; font-size: 12px; font-weight: 900; color: rgba(255,255,255,.78); }
.event-card strong { position: relative; z-index: 1; font-size: 23px; line-height: 1.22; }
.event-card em { position: relative; z-index: 1; font-style: normal; color: rgba(255,255,255,.84); }
.event-card.orange { background: linear-gradient(135deg, #F37021, #8de86d); }
.event-card.blue { background: linear-gradient(135deg, #2f7df6, #75c8ff); }
.event-card.dark { background: linear-gradient(135deg, #163d36, #4c8072); }

.product-grid { display: grid; gap: 14px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid #e0e9e5; border-radius: 18px; box-shadow: 0 8px 22px rgba(24,32,44,.05); }
.product-card:hover { border-color: var(--brand); transform: translateY(-1px); }
.product-visual { min-height: 150px; background-size: cover; background-position: center; }
.product-visual.coast { background: linear-gradient(135deg, rgba(22,119,255,.25), rgba(241,90,36,.3)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 280'%3E%3Crect width='540' height='280' fill='%2377c4ff'/%3E%3Cpath d='M0 185 C90 140 150 180 230 135 C325 80 405 120 540 75 L540 280 L0 280 Z' fill='%23ffd166'/%3E%3Cpath d='M0 225 C120 185 190 235 300 190 C410 145 455 175 540 150 L540 280 L0 280 Z' fill='%23f15a24' opacity='.9'/%3E%3C/svg%3E"); }
.product-visual.festival { background: linear-gradient(135deg, #b4ec51, #F37021); }
.product-visual.local { background: linear-gradient(135deg, #163d36, #2f7df6); }
.product-info { display: grid; gap: 8px; padding: 16px; }
.product-info strong { font-size: 19px; line-height: 1.25; }
.product-info p { margin: 0; color: var(--muted); font-size: 14px; }
.product-info em { font-style: normal; color: var(--brand); font-size: 18px; font-weight: 900; }

.help-band { display: grid; gap: 16px; align-items: center; background: #fff; border: 1px solid #F3D8C8; border-radius: 18px; padding: 22px; box-shadow: 0 16px 38px rgba(32, 86, 62, .08); }
.help-band h2 { margin: 6px 0 6px; font-size: clamp(22px, 3vw, 32px); }
.help-band p { margin: 0; color: var(--muted); }
.help-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.feature-list { display: grid; gap: 10px; }
.feature-list article { padding: 16px; }
.feature-list b { display: block; margin-bottom: 5px; }
.feature-list span { display: block; color: var(--muted); font-size: 14px; }

.card-list { display: grid; gap: 14px; }
.pass-card, .merchant-card { display: grid; overflow: hidden; }
.card-photo { min-height: 118px; display: grid; place-items: center; color: #fff; font-size: 44px; font-weight: 900; background: linear-gradient(135deg, #1677ff, #65b7ff); }
.card-body { display: grid; gap: 8px; padding: 16px; }
.pass-card > .badge, .pass-card > h2, .pass-card > p, .pass-card > .meta, .pass-card > .price { margin-left: 16px; margin-right: 16px; }
.pass-card > .badge { margin-top: 16px; }
.pass-card > .btn, .merchant-card > .btn { width: calc(100% - 32px); margin: 0 16px 16px; }
.pass-card h2, .merchant-card h2 { margin: 0; font-size: 20px; line-height: 1.25; color: var(--ink); }
.pass-card p, .merchant-card p { margin: 0; color: var(--muted); }
.badge { display: inline-flex; align-items: center; justify-content: center; justify-self: start; min-height: 26px; background: var(--soft); color: var(--brand-strong); border: 1px solid #FFD6BE; border-radius: 999px; padding: 3px 9px; font-size: 12px; font-weight: 900; }
.meta, .summary-line { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); margin: 6px 0; }
.price { font-size: 25px; font-weight: 900; color: var(--ink); }
.benefit { font-weight: 900; color: var(--brand-strong)!important; }

.filter-row { margin: 0 0 14px; }
.filter-row a { min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--muted); font-weight: 900; font-size: 14px; }
.filter-row a:hover { color: var(--brand); border-color: #F37021; }

.detail-panel { padding: 22px; }
.detail-panel h1 { margin: 10px 0 8px; font-size: clamp(28px, 5vw, 42px); line-height: 1.15; }
.info-list { display: grid; gap: 0; margin: 18px 0; }
.info-list div { display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding: 12px 0; }
.info-list dt { color: var(--muted); }
.info-list dd { margin: 0; text-align: right; font-weight: 900; }
.success-panel, .fail-panel, .empty-state { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 26px; text-align: center; box-shadow: var(--shadow); }
.success-panel h1 { color: var(--ok); }
.fail-panel h1 { color: var(--danger); }

.form-card { display: grid; gap: 14px; padding: 18px; }
.form-card label { display: grid; gap: 6px; font-weight: 900; }
.form-card input, .form-card textarea, .form-card select { width: 100%; min-height: 46px; border: 1px solid #d9dee6; border-radius: 8px; padding: 10px 12px; background: #fff; color: var(--ink); }
.form-card input:focus, .form-card textarea:focus, .form-card select:focus { outline: 3px solid rgba(241,90,36,.14); border-color: var(--brand); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hint, .alert { font-size: 13px; color: var(--muted); }
.alert { background: #fff1f0; border: 1px solid #ffd3cf; border-radius: 8px; padding: 12px; color: var(--danger); }
.pass-card.is-owned,
.yeogi-pass-card.is-owned {
  border-color: rgba(243, 112, 33, .45);
}
.pass-owned-note {
  display: grid;
  gap: 4px;
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid rgba(243, 112, 33, .28);
  border-radius: 12px;
  background: #fff7f1;
  color: var(--ink);
}
.pass-owned-note strong {
  color: var(--brand);
}
.pass-owned-note span {
  color: var(--muted);
  font-size: 14px;
}
.pass-issue-alert {
  margin-bottom: 14px;
  color: #b45309;
  background: #fff7ed;
  border-color: #fed7aa;
}
.status-text {
  font-weight: 900;
}
.status-text.is-available {
  color: #16a34a;
}

.timeline { display: grid; gap: 10px; }
.route-stop { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px; }
.step { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 900; }
.route-stop h2 { margin: 0; font-size: 17px; }
.route-stop p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }

.scanner-panel { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px; margin-bottom: 14px; }
.scanner-panel strong, .scanner-panel span { display: block; }
.scanner-panel span { color: var(--muted); font-size: 13px; margin-top: 2px; }
.check-row { display: flex!important; grid-template-columns: none!important; align-items: center; gap: 8px; }
.check-row input { width: 18px!important; min-height: 18px!important; }

.qr-print-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.qr-print-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px; text-align: center; box-shadow: 0 10px 28px rgba(16,32,38,.04); }
.qr-meta h2 { margin: 10px 0 2px; }
.qr-meta p { margin: 0; color: var(--muted); }
.qr-image { width: 190px; height: 190px; object-fit: contain; margin: 14px auto; display: block; }
.qr-thumb { width: 52px; height: 52px; object-fit: contain; display: block; }
.qr-fallback { display: grid; place-items: center; min-height: 160px; border: 1px dashed var(--line); margin: 14px 0; font-weight: 900; }
.qr-code-text { display: block; font-size: 18px; letter-spacing: 0; margin: 8px 0 14px; }
.qr-actions { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }

.pass-present-panel {
  display: grid;
  gap: 18px;
}

.pass-list-panel {
  display: grid;
  gap: 14px;
}

.user-pass-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.user-pass-item {
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  color: #111827;
}

.user-pass-item span {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
}

.user-pass-item strong {
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.35;
}

.user-pass-item em {
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.user-pass-item.is-active {
  border-color: #F37021;
  background: #fff7ed;
  box-shadow: 0 10px 24px rgba(243,112,33,.10);
}

.pass-qr-present {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #f8fafb;
  text-align: center;
}

.pass-qr-present.compact {
  max-width: 360px;
}

.pass-qr-present .qr-image {
  width: 210px;
  height: 210px;
  margin: 0;
}

.pass-qr-present .qr-image.large {
  width: min(320px, 78vw);
  height: min(320px, 78vw);
}

.pass-qr-present strong {
  color: #111827;
  font-size: 18px;
  letter-spacing: .03em;
}

.pass-qr-present span {
  color: #69737d;
  font-size: 14px;
}

/* Merchant CMS refresh */
.merchant-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 68px;
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(14px);
}

.merchant-topbar-inner {
  width: min(100%, 1280px);
  min-height: 68px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.merchant-brand {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

.merchant-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.merchant-top-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d9e2df;
  border-radius: 11px;
  background: #fff;
  color: #374151;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.merchant-top-actions a:hover {
  border-color: #F37021;
  background: #FFF3EC;
  color: #D95C14;
}

.admin-shell {
  width: min(100%, 1280px);
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
}

.admin-shell .side-menu {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 18px;
  box-shadow: none;
}

.admin-shell .side-menu a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  color: #4b5563;
  font-size: 14px;
}

.admin-shell .side-menu a:hover {
  background: #FFF3EC;
  color: #D95C14;
}

.work-area {
  min-width: 0;
}

.merchant-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px;
  border: 1px solid #e2e8ee;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 18%, rgba(3,199,90,.14), transparent 26%),
    linear-gradient(135deg, #f7fcff 0%, #f3fff8 100%);
}

.merchant-hero h1 {
  margin: 0 0 8px;
  color: #111827;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
}

.merchant-hero p {
  max-width: 680px;
  margin: 0;
  color: #56616d;
  font-size: 16px;
  font-weight: 600;
}

.merchant-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.merchant-kpi-grid article,
.merchant-work-card,
.merchant-guide,
.merchant-scan-panel,
.merchant-scan-result {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(24,32,44,.04);
}

.merchant-kpi-grid article {
  min-width: 0;
  padding: 18px;
}

.merchant-kpi-grid span,
.merchant-work-card span,
.merchant-scan-result span {
  color: #7b858f;
  font-size: 13px;
  font-weight: 900;
}

.merchant-kpi-grid strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 28px;
  line-height: 1.1;
}

.merchant-kpi-grid p {
  margin: 8px 0 0;
  color: #8a929a;
  font-size: 13px;
}

.merchant-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.merchant-work-card {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 22px;
}

.merchant-work-card.primary-card {
  border-color: #b8dccc;
  background: #f4fff8;
}

.merchant-work-card strong {
  color: #111827;
  font-size: 21px;
}

.merchant-work-card p {
  margin: 0;
  color: #69737d;
  font-size: 14px;
}

.merchant-guide {
  margin-top: 18px;
  padding: 20px;
}

.scan-hero {
  margin-bottom: 16px;
}

.merchant-scan-result {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 20px;
  margin-bottom: 16px;
  padding: 22px;
}

.merchant-scan-result.is-success {
  border-color: #a7e7c0;
  background: #f2fff7;
}

.merchant-scan-result.is-fail {
  border-color: #fecaca;
  background: #fff7f7;
}

.merchant-scan-result h2 {
  margin: 4px 0 6px;
  font-size: 28px;
}

.merchant-scan-result p {
  margin: 0;
  color: #56616d;
}

.merchant-scan-result dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.merchant-scan-result dl div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.merchant-scan-result dt {
  color: #7b858f;
  font-size: 13px;
  font-weight: 800;
}

.merchant-scan-result dd {
  margin: 0;
  color: #111827;
  font-weight: 900;
  word-break: keep-all;
}

.merchant-scan-panel {
  padding: 18px;
}

.merchant-scan-panel .scanner-panel {
  margin-bottom: 14px;
  box-shadow: none;
}

.scan-form input[data-scanner-input] {
  min-height: 58px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .03em;
}

.scan-form input[readonly] {
  background: #f1f5f9;
  color: #64748b;
}

.scan-form button:disabled,
.scanner-panel button:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 900px) {
  .admin-shell {
    display: block;
  }

  .admin-shell .side-menu {
    position: static;
    display: flex;
    margin-bottom: 14px;
  }

  .merchant-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .merchant-work-grid,
  .merchant-scan-result {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .merchant-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 16px;
  }

  .merchant-top-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .merchant-top-actions a {
    padding: 0 8px;
    font-size: 13px;
  }

  .merchant-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 18px;
  }

  .merchant-kpi-grid,
  .merchant-work-grid {
    grid-template-columns: 1fr;
  }

  .merchant-scan-panel {
    padding: 14px;
  }
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 0;
  padding: 0;
  margin: 0;
}

.checkbox-group legend {
  flex: 0 0 100%;
  margin-bottom: 2px;
  color: #374151;
  font-size: 13px;
  font-weight: 900;
}

.checkbox-group label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d9e2df;
  border-radius: 999px;
  background: #fff;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
}

.checkbox-group input {
  width: 14px;
  height: 14px;
  accent-color: #F37021;
}

.form-section {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fbfdfc;
}

.form-section h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.form-section p {
  margin: -4px 0 4px;
  color: #6b7280;
  font-size: 13px;
}

.postcode-form {
  display: grid;
  gap: 10px;
}

.postcode-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.postcode-row .btn {
  min-height: 46px;
}

.coordinate-details {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  background: #f9fafb;
}

.coordinate-details summary {
  cursor: pointer;
  color: #374151;
  font-size: 13px;
  font-weight: 900;
}

.coordinate-details .two-col {
  margin-top: 10px;
}

.auth-shell {
  width: min(100%, 980px);
  margin: 42px auto 80px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.auth-panel,
.auth-card {
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,42,.06);
}

.auth-panel {
  min-height: 470px;
  display: grid;
  align-content: end;
  padding: 34px;
  overflow: hidden;
  position: relative;
  color: #2b211b;
  background: #fff7ed;
}

.auth-panel::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 34px;
  width: 88px;
  height: 88px;
  border: 1px solid #fed7aa;
  border-radius: 28px;
  background: #fff;
}

.auth-panel::after {
  content: "";
  position: absolute;
  top: 88px;
  right: 70px;
  width: 96px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #fdba74;
}

.auth-kicker {
  color: #F37021;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.auth-panel h1 {
  max-width: 360px;
  margin: 12px 0 12px;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.auth-panel p {
  max-width: 380px;
  margin: 0;
  color: #7c5b48;
  font-size: 15px;
  line-height: 1.7;
}

.auth-benefits {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.auth-benefits span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff;
  color: #9a3412;
  font-size: 12px;
  font-weight: 900;
}

.auth-card {
  display: grid;
  align-content: center;
  gap: 15px;
  padding: 34px;
}

.auth-card-head h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
}

.auth-card-head p {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.auth-card label {
  display: grid;
  gap: 7px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.auth-card input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 0 14px;
  background: #fff;
  color: #111827;
  font-weight: 800;
}

.auth-card select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 0 14px;
  background: #fff;
  color: #111827;
  font-weight: 800;
}

.auth-card input:focus,
.auth-card select:focus {
  outline: 3px solid rgba(243,112,33,.14);
  border-color: #F37021;
}

.auth-register-shell {
  width: min(100%, 1080px);
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
}

.auth-register-card {
  align-content: start;
}

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

.auth-checkbox-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.auth-checkbox-group legend {
  width: 100%;
  margin-bottom: 2px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.auth-checkbox-group label {
  cursor: pointer;
}

.auth-checkbox-group input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.auth-checkbox-group span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #4b5563;
  font-size: 13px;
  font-weight: 900;
}

.auth-checkbox-group input:checked + span {
  border-color: #F37021;
  background: #fff7ed;
  color: #C2410C;
}

.auth-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
}

.auth-links a {
  color: #F37021;
  font-weight: 900;
}

.auth-test-account {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

/* Final public background override */
:root {
  --bg: #fff;
}

body:not(.operator-body):not(.merchant-cms-body) {
  background: #fff !important;
}

body:not(.operator-body):not(.merchant-cms-body) .app-shell,
body:not(.operator-body):not(.merchant-cms-body) .main-redesign {
  background: #fff !important;
}

@media (min-width: 641px) {
  body:not(.operator-body):not(.merchant-cms-body) {
    padding-bottom: 76px;
  }

  body:not(.operator-body):not(.merchant-cms-body) .app-shell {
    padding-bottom: 108px !important;
  }

  body:not(.operator-body):not(.merchant-cms-body) .site-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 12px max(28px, calc((100vw - 1280px) / 2 + 28px));
    border-top: 1px solid #e5e7eb;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 -10px 26px rgba(15,23,42,.05);
  }
}

@media (max-width: 640px) {
  body:not(.operator-body):not(.merchant-cms-body) .site-footer {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body:not(.operator-body):not(.merchant-cms-body) .site-footer {
    display: none !important;
  }

  body:not(.operator-body):not(.merchant-cms-body) .app-shell {
    width: 100% !important;
    max-width: none !important;
    padding: 12px 14px 96px !important;
  }

  .yeogi-home {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .yeogi-hero,
  .yeogi-category-card,
  .yeogi-section,
  .yeogi-notice,
  .yeogi-promo-grid,
  .yeogi-flow {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .yeogi-pass-grid {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bottom-nav {
    left: 14px !important;
    right: 14px !important;
  }

  .auth-shell {
    width: 100% !important;
    margin: 14px 0 96px !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .auth-panel {
    min-height: 218px !important;
    padding: 24px 20px !important;
    border-radius: 24px !important;
  }

  .auth-panel::before {
    top: 18px;
    right: 22px;
    width: 74px;
    height: 74px;
    border-radius: 24px;
  }

  .auth-panel::after {
    top: 48px;
    right: 54px;
    width: 84px;
    height: 34px;
  }

  .auth-panel h1 {
    max-width: 260px;
    font-size: 26px;
  }

  .auth-panel p {
    max-width: 280px;
    font-size: 13px;
  }

  .auth-benefits {
    margin-top: 16px;
  }

  .auth-benefits span {
    min-height: 28px;
    font-size: 11px;
  }

  .auth-card {
    padding: 22px 18px !important;
    border-radius: 24px !important;
  }

  .auth-card-head h2 {
    font-size: 24px;
  }

  .auth-card input {
    min-height: 48px;
  }

  .auth-card select {
    min-height: 48px;
  }

  .auth-register-shell {
    grid-template-columns: 1fr !important;
  }

  .auth-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .auth-checkbox-group span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .user-pass-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .user-pass-list::-webkit-scrollbar {
    display: none;
  }

  .user-pass-item {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .postcode-row {
    grid-template-columns: 1fr;
  }

  .postcode-row .btn {
    width: 100%;
  }
}

/* Yeogi-inspired public home */
.yeogi-home {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 22px 0 42px;
  background: #fff;
}

.yeogi-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
}

.yeogi-hero-copy,
.yeogi-search {
  grid-column: 1;
}

.yeogi-hero-copy span {
  color: #F37021;
  font-size: 12px;
  font-weight: 900;
}

.yeogi-hero-copy h1 {
  margin: 8px 0 6px;
  color: #111827;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.18;
}

.yeogi-hero-copy p {
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: 16px;
}

.yeogi-search {
  max-width: 980px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #f9fafb;
  box-shadow: none;
}

.yeogi-live-card {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.yeogi-live-card a {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  color: #111827;
}

.yeogi-live-card a:hover {
  border-color: #F37021;
}

.yeogi-live-card strong,
.yeogi-live-card span {
  display: block;
}

.yeogi-live-card strong {
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.yeogi-live-card span {
  margin-top: 2px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.yeogi-hero-media {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  overflow: hidden;
  min-height: 252px;
  margin: 0;
  border-radius: 18px;
  background: #f8fafc;
}

.yeogi-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.yeogi-hero-media figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(15,23,42,.12);
}

.yeogi-hero-media strong,
.yeogi-hero-media span {
  display: block;
}

.yeogi-hero-media strong {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.yeogi-hero-media span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.yeogi-search-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 128px;
  gap: 10px;
  align-items: end;
}

.yeogi-search label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.yeogi-search label span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
}

.yeogi-search select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 0 13px;
  background: #fff;
  color: #111827;
  font-weight: 900;
}

.yeogi-search button {
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  background: #F37021;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.yeogi-category-card {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #eef2f7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.04);
}

.yeogi-today-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.yeogi-today-strip a {
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
}

.yeogi-today-strip span,
.yeogi-today-strip em {
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.yeogi-today-strip strong {
  color: #111827;
  font-size: 17px;
}

.yeogi-today-strip em {
  color: #F37021;
}

.yeogi-service-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.4fr);
  gap: 24px;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.045);
}

.yeogi-intro-copy span {
  color: #F37021;
  font-size: 12px;
  font-weight: 900;
}

.yeogi-intro-copy h2 {
  margin: 8px 0 10px;
  color: #111827;
  font-size: 26px;
  line-height: 1.28;
}

.yeogi-intro-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
}

.yeogi-intro-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.yeogi-intro-points article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  background: #f8fafc;
}

.yeogi-intro-points strong,
.yeogi-intro-points span {
  display: block;
}

.yeogi-intro-points strong {
  color: #111827;
  font-size: 16px;
}

.yeogi-intro-points span {
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.yeogi-category-card a {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.yeogi-category-card i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #FFF3EC;
  color: #F37021;
}

.yeogi-category-card .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}

.yeogi-notice {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 16px;
  background: #f8fafc;
}

.yeogi-notice > strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: #F37021;
  font-size: 13px;
}

.yeogi-notice > div {
  min-width: 0;
  min-height: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.yeogi-notice .notice-item {
  position: static !important;
  inset: auto !important;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 8px;
  opacity: 1;
  transform: none !important;
  transition: none;
  line-height: 1.35;
}

.yeogi-notice .notice-item:not(.is-active) {
  display: none !important;
}

.yeogi-notice .notice-item.is-active {
  display: flex !important;
}

.yeogi-notice b,
.yeogi-notice span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yeogi-notice b {
  flex: 0 0 auto;
  color: #111827;
  font-size: 13px;
}

.yeogi-notice span {
  color: #6b7280;
  font-size: 13px;
}

.yeogi-promo-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  margin-top: 22px;
}

.yeogi-promo {
  min-height: 142px;
  display: grid;
  align-content: center;
  padding: 24px;
  border-radius: 24px;
  color: #fff;
}

.yeogi-promo.primary {
  background: linear-gradient(135deg, #F37021, #ff8a65);
}

.yeogi-promo.dark {
  background: linear-gradient(135deg, #111827, #334155);
}

.yeogi-promo span {
  font-size: 13px;
  font-weight: 900;
  opacity: .82;
}

.yeogi-promo strong {
  margin-top: 5px;
  font-size: 22px;
}

.yeogi-promo p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.78);
}

.yeogi-section {
  margin-top: 26px;
}

.yeogi-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.yeogi-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: 25px;
}

.yeogi-section-head p {
  margin: 5px 0 0;
  color: #6b7280;
}

.yeogi-section-head a {
  flex: 0 0 auto;
  color: #F37021;
  font-size: 14px;
  font-weight: 900;
}

.yeogi-pass-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.yeogi-pass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.045);
}

.ticket-pass-card::before,
.ticket-pass-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 142px;
  width: 24px;
  height: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #fff;
}

.ticket-pass-card::before {
  left: -13px;
}

.ticket-pass-card::after {
  right: -13px;
}

.yeogi-thumb {
  position: relative;
  overflow: hidden;
  height: 142px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  color: #fff;
}

.yeogi-thumb img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yeogi-thumb::before,
.yeogi-thumb::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.yeogi-thumb::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15,23,42,.04), rgba(15,23,42,.36)),
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.22), transparent 30%);
}

.yeogi-thumb::after {
  right: 18px;
  bottom: 18px;
  width: 86px;
  height: 34px;
  border-top: 2px solid rgba(255,255,255,.34);
  border-bottom: 2px solid rgba(255,255,255,.18);
  border-radius: 999px;
  transform: rotate(-8deg);
}

.yeogi-thumb.coral { background: linear-gradient(135deg, #2f4858, #f26d5b); }
.yeogi-thumb.green { background: linear-gradient(135deg, #1f4d46, #38a169); }
.yeogi-thumb.blue { background: linear-gradient(135deg, #243b6b, #4aa3c7); }
.yeogi-thumb.slate { background: linear-gradient(135deg, #263244, #78899c); }
.yeogi-thumb.pink { background: linear-gradient(135deg, #573454, #d86c82); }
.yeogi-thumb.forest { background: linear-gradient(135deg, #214936, #8aa05a); }

.yeogi-thumb span {
  position: relative;
  z-index: 1;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
  font-size: 12px;
  font-weight: 900;
}

.ticket-image-label {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17,24,39,.82);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(15,23,42,.18);
}

.yeogi-thumb:has(.ticket-image-label) span {
  left: auto;
  margin-left: auto;
  background: rgba(255,255,255,.88);
  color: #111827;
}

.yeogi-pass-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.ticket-pass-card .yeogi-pass-body {
  position: relative;
}

.ticket-pass-card .yeogi-pass-body::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  border-top: 1px dashed #e5e7eb;
}

.yeogi-meta,
.yeogi-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.yeogi-meta span,
.yeogi-tags span {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
}

.yeogi-tags span {
  background: #FFF3EC;
  color: #D95C14;
}

.yeogi-pass-body h3 {
  min-height: 50px;
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
}

.yeogi-pass-body p {
  min-height: 42px;
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}

.yeogi-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
}

.yeogi-price-row small,
.yeogi-price-row del {
  display: block;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 800;
}

.yeogi-price-row strong {
  display: block;
  color: #111827;
  font-size: 23px;
}

.yeogi-price-row a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 12px;
  background: #F37021;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.ticket-pass-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e5e7eb;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ticket-pass-code b {
  color: #6b7280;
  font-size: 11px;
}

.file-upload-field span {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.admin-image-preview {
  display: grid;
  gap: 8px;
  margin: 0;
}

.admin-image-preview img {
  width: 220px;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.admin-image-preview figcaption {
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.admin-pass-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.admin-pass-cell img {
  width: 58px;
  height: 38px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.yeogi-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.yeogi-flow article {
  min-height: 126px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}

.yeogi-flow b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #FFF3EC;
  color: #F37021;
}

.yeogi-flow strong,
.yeogi-flow span {
  display: block;
}

.yeogi-flow strong {
  color: #111827;
}

.yeogi-flow span {
  margin-top: 5px;
  color: #6b7280;
  font-size: 13px;
}

@media (max-width: 980px) {
  .yeogi-hero {
    grid-template-columns: 1fr;
  }

  .yeogi-hero-copy,
  .yeogi-search,
  .yeogi-live-card,
  .yeogi-hero-media {
    grid-column: auto;
    grid-row: auto;
  }

  .yeogi-category-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .yeogi-search-row,
  .yeogi-pass-grid,
  .yeogi-today-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yeogi-search button {
    grid-column: 1 / -1;
  }

  .yeogi-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yeogi-service-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-footer {
    display: none;
  }

  .yeogi-home {
    padding: 12px 14px 96px;
  }

  .yeogi-hero {
    gap: 10px;
    padding: 18px 14px;
    border-radius: 20px;
  }

  .yeogi-hero-copy h1 {
    font-size: 27px;
  }

  .yeogi-hero-copy p {
    font-size: 14px;
  }

  .yeogi-search {
    padding: 10px;
    border-radius: 16px;
  }

  .yeogi-pass-grid,
  .yeogi-promo-grid,
  .yeogi-flow {
    grid-template-columns: 1fr;
  }

  .yeogi-service-intro {
    display: none;
  }

  .yeogi-search-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yeogi-search label:nth-child(3),
  .yeogi-search button {
    grid-column: 1 / -1;
  }

  .yeogi-live-card,
  .yeogi-today-strip {
    display: none;
  }

  .yeogi-hero-media {
    min-height: 118px;
    max-height: 118px;
    border-radius: 18px;
  }

  .yeogi-hero-media figcaption {
    display: none;
  }

  .yeogi-category-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 6px;
    padding: 10px 8px;
    border-radius: 20px;
  }

  .yeogi-category-card i {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .yeogi-category-card a {
    font-size: 12px;
  }

  .yeogi-promo {
    min-height: 128px;
    padding: 20px;
  }

  .yeogi-section {
    margin-top: 18px;
  }

  .yeogi-section-head {
    align-items: flex-start;
  }

  .yeogi-section-head h2 {
    font-size: 22px;
  }

  .yeogi-section-head p {
    display: none;
  }

  .yeogi-pass-body h3,
  .yeogi-pass-body p {
    min-height: 0;
  }

  .yeogi-pass-grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    margin: 0 -14px;
    padding: 0 14px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .yeogi-pass-grid::-webkit-scrollbar {
    display: none;
  }

  .yeogi-pass-card {
    flex: 0 0 82%;
    max-width: 312px;
    scroll-snap-align: start;
  }

  .yeogi-pass-card .yeogi-thumb {
    height: 128px;
  }

  .ticket-pass-card::before,
  .ticket-pass-card::after {
    top: 128px;
  }

  .yeogi-pass-card .yeogi-pass-body {
    padding: 14px;
  }
}

.gw-search-panel {
  width: 100% !important;
  margin: 18px 0 14px !important;
  padding: 16px !important;
  box-sizing: border-box;
}

.gw-search-panel form {
  width: 100%;
}

.gw-search-panel label,
.gw-search-panel select,
.gw-search-panel button {
  min-width: 0;
}

.gw-notice-strip > div {
  position: relative;
  min-width: 0;
  min-height: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.gw-notice-strip .notice-item {
  position: static !important;
  inset: auto !important;
  width: 100%;
  min-width: 0;
  align-items: center;
  opacity: 1;
  transform: none !important;
  transition: none;
  line-height: 1.35;
}

.gw-notice-strip .notice-item:not(.is-active) {
  display: none !important;
}

.gw-notice-strip .notice-item.is-active {
  display: flex !important;
}

.gw-notice-strip > strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  line-height: 1;
}

/* New public home */
.gw-home {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 18px 0 34px;
  background: #fff;
}

.gw-mobile-summary {
  display: none;
}

.gw-hero {
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 360px;
  align-items: stretch;
  gap: 18px;
}

.gw-hero-copy {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 34px;
  border: 1px solid #dbe8e2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 16%, rgba(3,199,90,.18), transparent 30%),
    linear-gradient(135deg, #f8fffb 0%, #eef6ff 100%);
}

.gw-kicker {
  color: #D95C14;
  font-size: 13px;
  font-weight: 900;
}

.gw-hero h1 {
  margin: 10px 0 10px;
  color: #101827;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
}

.gw-hero p {
  max-width: 610px;
  margin: 0;
  color: #4b5563;
  font-size: 17px;
}

.gw-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.gw-app-card {
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 22px;
  border: 1px solid #dfe7ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15,23,42,.08);
}

.gw-app-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 900;
}

.gw-app-top b {
  color: #D95C14;
}

.gw-app-ticket {
  min-height: 150px;
  display: grid;
  align-content: end;
  padding: 18px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #0f766e, #2f7df6);
}

.gw-app-ticket strong {
  font-size: 22px;
}

.gw-app-ticket span {
  margin-top: 5px;
  color: rgba(255,255,255,.82);
}

.gw-app-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.gw-app-mini-grid span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #f3f7f6;
  color: #374151;
  font-size: 13px;
  font-weight: 900;
}

.gw-search-panel {
  position: relative;
  z-index: 2;
  margin: -28px auto 14px;
  width: min(100% - 48px, 1120px);
  padding: 14px;
  border: 1px solid #dfe7ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15,23,42,.11);
}

.gw-search-panel form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 136px;
  gap: 10px;
  align-items: end;
}

.gw-search-panel label {
  display: grid;
  gap: 6px;
}

.gw-search-panel span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
}

.gw-search-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dbe3ea;
  border-radius: 12px;
  background: #fff;
  padding: 0 12px;
  color: #111827;
  font-weight: 900;
}

.gw-search-panel .btn {
  min-height: 48px;
}

.gw-category-pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scrollbar-width: none;
}

.gw-category-pills::-webkit-scrollbar {
  display: none;
}

.gw-category-pills a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #374151;
  font-size: 13px;
  font-weight: 900;
}

.gw-category-pills a:hover {
  border-color: #F37021;
  color: #D95C14;
}

.gw-notice-strip {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding: 10px 14px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fbfdfc;
}

.gw-notice-strip > strong {
  color: #D95C14;
  font-size: 13px;
}

.gw-notice-strip .notice-item {
  display: none;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.gw-notice-strip .notice-item.is-active {
  display: flex;
}

.gw-notice-strip b,
.gw-notice-strip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gw-notice-strip b {
  flex: 0 0 auto;
  color: #111827;
  font-size: 13px;
}

.gw-notice-strip span {
  color: #6b7280;
  font-size: 13px;
}

.gw-section {
  margin-top: 34px;
}

.gw-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.gw-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: 25px;
}

.gw-section-head p {
  margin: 5px 0 0;
  color: #6b7280;
}

.gw-section-head a {
  flex: 0 0 auto;
  color: #D95C14;
  font-size: 14px;
  font-weight: 900;
}

.gw-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gw-product-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.045);
  transition: .16s ease;
}

.gw-product-card:hover {
  transform: translateY(-2px);
  border-color: #b9d9ca;
  box-shadow: 0 16px 36px rgba(15,23,42,.08);
}

.gw-product-thumb {
  height: 145px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  color: #fff;
  background: #0f766e;
}

.gw-product-thumb.sea { background: linear-gradient(135deg, #2f7df6, #F37021); }
.gw-product-thumb.green { background: linear-gradient(135deg, #16a34a, #84cc16); }
.gw-product-thumb.blue { background: linear-gradient(135deg, #2563eb, #38bdf8); }
.gw-product-thumb.slate { background: linear-gradient(135deg, #334155, #94a3b8); }
.gw-product-thumb.pink { background: linear-gradient(135deg, #db2777, #fb7185); }
.gw-product-thumb.forest { background: linear-gradient(135deg, #047857, #65a30d); }

.gw-product-thumb span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  font-size: 12px;
  font-weight: 900;
}

.gw-product-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.gw-product-meta,
.gw-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.gw-product-meta span,
.gw-tags span {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
}

.gw-tags span {
  background: #FFF3EC;
  color: #047857;
}

.gw-product-body h3 {
  min-height: 52px;
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
}

.gw-product-body p {
  min-height: 42px;
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}

.gw-product-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
}

.gw-product-bottom small,
.gw-product-bottom del {
  display: block;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 800;
}

.gw-product-bottom strong {
  display: block;
  color: #111827;
  font-size: 23px;
}

.gw-product-bottom > div:last-child {
  display: flex;
  gap: 7px;
}

.gw-product-bottom .btn.small {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 13px;
}

.gw-region-grid,
.gw-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gw-region-grid a,
.gw-flow-grid article {
  min-height: 120px;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.gw-region-grid strong,
.gw-region-grid span,
.gw-region-grid em,
.gw-flow-grid strong,
.gw-flow-grid p {
  display: block;
}

.gw-region-grid strong {
  color: #111827;
  font-size: 20px;
}

.gw-region-grid span {
  margin-top: 8px;
  color: #6b7280;
  font-size: 14px;
}

.gw-region-grid em {
  margin-top: 14px;
  color: #D95C14;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.gw-flow-grid article span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 11px;
  background: #FFF3EC;
  color: #D95C14;
  font-weight: 900;
}

.gw-flow-grid strong {
  color: #111827;
  font-size: 16px;
}

.gw-flow-grid p {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 13px;
}

@media (max-width: 980px) {
  .gw-hero {
    grid-template-columns: 1fr;
  }

  .gw-app-card {
    display: none;
  }

  .gw-search-panel form,
  .gw-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gw-search-panel .btn {
    grid-column: 1 / -1;
  }

  .gw-region-grid,
  .gw-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gw-home {
    padding: 12px 14px 96px;
  }

  .gw-mobile-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 20px;
    background: #101827;
    color: #fff;
  }

  .gw-mobile-summary span,
  .gw-mobile-summary p {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 12px;
  }

  .gw-mobile-summary strong {
    display: block;
    margin: 3px 0;
    font-size: 20px;
  }

  .gw-mobile-summary p {
    margin: 0;
  }

  .gw-mobile-summary a {
    flex: 0 0 auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: #F37021;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
  }

  .gw-hero-copy {
    min-height: 230px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .gw-hero h1 {
    font-size: 32px;
  }

  .gw-hero p {
    font-size: 15px;
  }

  .gw-hero-actions .btn {
    flex: 1;
  }

  .gw-search-panel {
    width: 100%;
    margin: 12px 0 10px;
    padding: 12px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15,23,42,.08);
  }

  .gw-search-panel form,
  .gw-product-grid,
  .gw-region-grid,
  .gw-flow-grid {
    grid-template-columns: 1fr;
  }

  .gw-category-pills {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .gw-notice-strip {
    border-radius: 16px;
  }

  .gw-section {
    margin-top: 26px;
  }

  .gw-section-head {
    align-items: flex-start;
  }

  .gw-section-head h2 {
    font-size: 22px;
  }

  .gw-section-head p {
    font-size: 14px;
  }

  .gw-product-card {
    border-radius: 18px;
  }

  .gw-product-thumb {
    height: 128px;
  }

  .gw-product-body h3,
  .gw-product-body p {
    min-height: 0;
  }
}

/* Operator admin dashboard */
.operator-body {
  background: #f6f8fb;
  color: #111827;
}

.operator-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
}

.operator-topbar-inner {
  width: min(100%, 1280px);
  min-height: 66px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.operator-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #111827;
}

.operator-brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.operator-brand strong,
.operator-brand em {
  display: block;
  line-height: 1.15;
  font-style: normal;
}

.operator-brand strong {
  font-size: 16px;
  font-weight: 900;
}

.operator-brand em {
  margin-top: 3px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.operator-quick {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.operator-quick::-webkit-scrollbar {
  display: none;
}

.operator-quick a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  background: #fff;
  color: #374151;
  font-size: 13px;
  font-weight: 900;
}

.operator-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 22px 24px 44px;
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.operator-shell-login {
  min-height: calc(100vh - 67px);
  width: min(100%, 1080px);
  grid-template-columns: 1fr;
  place-items: center;
  padding: 34px 24px 72px;
}

.operator-shell-login .operator-work-area {
  width: 100%;
}

.admin-auth-shell {
  width: min(100%, 980px);
  margin: 0 auto;
}

.admin-auth-panel {
  background: #f8fafc;
  color: #111827;
}

.admin-auth-panel::before {
  border-color: #bfdbfe;
}

.admin-auth-panel::after {
  border-color: #93c5fd;
}

.admin-auth-panel .auth-kicker {
  color: #2563eb;
}

.admin-auth-panel p {
  color: #4b5563;
}

.admin-auth-panel .auth-benefits span {
  border-color: #bfdbfe;
  color: #1d4ed8;
  background: #fff;
}

.operator-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.operator-sidebar a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 9px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.operator-sidebar a:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

.operator-work-area {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.operator-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.operator-page-head span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
}

.operator-page-head h1 {
  margin: 6px 0 6px;
  font-size: 28px;
  line-height: 1.2;
}

.operator-page-head p {
  margin: 0;
  color: #6b7280;
}

.operator-head-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.operator-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.operator-kpi-grid article,
.operator-panel {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,23,42,.035);
}

.operator-kpi-grid article {
  padding: 18px;
}

.operator-kpi-grid span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  font-weight: 900;
}

.operator-kpi-grid strong {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.1;
}

.operator-kpi-grid p {
  margin: 10px 0 0;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 700;
}

.operator-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.operator-panel {
  min-width: 0;
  padding: 18px;
}

.operator-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.operator-panel-head h2 {
  margin: 0;
  font-size: 17px;
}

.operator-panel-head p {
  margin: 5px 0 0;
  color: #6b7280;
  font-size: 13px;
}

.operator-panel-head a {
  flex: 0 0 auto;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
}

.operator-bar-chart {
  height: 230px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  padding-top: 22px;
}

.operator-bar-chart div {
  height: 100%;
  min-width: 0;
  display: grid;
  grid-template-rows: 20px 1fr 18px;
  align-items: end;
  gap: 6px;
  text-align: center;
}

.operator-bar-chart span,
.operator-bar-chart em {
  color: #6b7280;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.operator-bar-chart i {
  width: 100%;
  display: block;
  align-self: end;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.operator-region-bars {
  display: grid;
  gap: 16px;
}

.operator-region-bars div div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
  font-size: 13px;
}

.operator-region-bars strong {
  color: #111827;
}

.operator-region-bars span {
  color: #6b7280;
  font-weight: 900;
}

.operator-region-bars i {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef2f7;
}

.operator-region-bars b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
}

.operator-table {
  overflow-x: auto;
  border: 1px solid #eef2f7;
  border-radius: 10px;
}

.operator-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 13px;
}

.operator-table th,
.operator-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #eef2f7;
  text-align: left;
  white-space: nowrap;
}

.operator-table th {
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.operator-table tr:last-child td {
  border-bottom: 0;
}

.operator-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
}

.operator-badge.is-green {
  background: #ecfdf5;
  color: #047857;
}

.operator-badge.is-red {
  background: #fef2f2;
  color: #b91c1c;
}

.operator-empty {
  margin: 0;
  color: #9ca3af;
  font-size: 13px;
}

@media (max-width: 980px) {
  .operator-shell {
    display: block;
    padding: 16px;
  }

  .operator-sidebar {
    position: static;
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .operator-sidebar::-webkit-scrollbar {
    display: none;
  }

  .operator-sidebar a {
    flex: 0 0 auto;
  }

  .operator-kpi-grid,
  .operator-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Merchant CMS dashboard */
.merchant-cms-body {
  background: #f6f8fb;
  color: #111827;
}

.merchant-cms-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
}

.merchant-cms-topbar-inner {
  width: min(100%, 1280px);
  min-height: 66px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.merchant-cms-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111827;
}

.merchant-cms-brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #059669;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.merchant-cms-brand strong,
.merchant-cms-brand em {
  display: block;
  line-height: 1.15;
  font-style: normal;
}

.merchant-cms-brand strong {
  font-size: 16px;
  font-weight: 900;
}

.merchant-cms-brand em {
  margin-top: 3px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.merchant-cms-quick {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.merchant-cms-quick::-webkit-scrollbar {
  display: none;
}

.merchant-cms-quick a {
  flex: 0 0 auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 9px;
  background: #fff;
  color: #374151;
  font-size: 13px;
  font-weight: 900;
}

.merchant-cms-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 22px 24px 44px;
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.merchant-cms-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.merchant-cms-sidebar a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 9px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.merchant-cms-sidebar a:hover {
  background: #ecfdf5;
  color: #047857;
}

.merchant-cms-work-area {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.merchant-cms-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.merchant-cms-page-head span {
  color: #059669;
  font-size: 12px;
  font-weight: 900;
}

.merchant-cms-page-head h1 {
  margin: 6px 0;
  font-size: 28px;
  line-height: 1.2;
}

.merchant-cms-page-head p {
  margin: 0;
  color: #6b7280;
}

.merchant-cms-head-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.merchant-cms-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.merchant-cms-kpi-grid article,
.merchant-cms-panel {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,23,42,.035);
}

.merchant-cms-kpi-grid article {
  padding: 18px;
}

.merchant-cms-kpi-grid span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  font-weight: 900;
}

.merchant-cms-kpi-grid strong {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.1;
}

.merchant-cms-kpi-grid p {
  margin: 10px 0 0;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 700;
}

.merchant-cms-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.merchant-cms-dashboard-grid.scan-grid {
  align-items: start;
}

.merchant-cms-panel {
  min-width: 0;
  padding: 18px;
}

.merchant-cms-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.merchant-cms-panel-head h2 {
  margin: 0;
  font-size: 17px;
}

.merchant-cms-panel-head p {
  margin: 5px 0 0;
  color: #6b7280;
  font-size: 13px;
}

.merchant-cms-panel-head a {
  flex: 0 0 auto;
  color: #059669;
  font-size: 13px;
  font-weight: 900;
}

.merchant-cms-bar-chart {
  min-height: 230px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  padding-top: 22px;
}

.merchant-cms-bar-chart div {
  height: 210px;
  min-width: 0;
  display: grid;
  grid-template-rows: 20px 1fr 18px;
  align-items: end;
  gap: 6px;
  text-align: center;
}

.merchant-cms-bar-chart span,
.merchant-cms-bar-chart em {
  color: #6b7280;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.merchant-cms-bar-chart i {
  width: 100%;
  display: block;
  align-self: end;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #34d399, #059669);
}

.merchant-cms-action-list {
  display: grid;
  gap: 10px;
}

.merchant-cms-action-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fbfdfc;
}

.merchant-cms-action-list strong,
.merchant-cms-action-list span {
  display: block;
}

.merchant-cms-action-list strong {
  color: #111827;
  font-size: 14px;
}

.merchant-cms-action-list span {
  margin-top: 3px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.merchant-cms-table {
  overflow-x: auto;
  border: 1px solid #eef2f7;
  border-radius: 10px;
}

.merchant-cms-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 13px;
}

.merchant-cms-table th,
.merchant-cms-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #eef2f7;
  text-align: left;
  white-space: nowrap;
}

.merchant-cms-table th {
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.merchant-cms-table tr:last-child td {
  border-bottom: 0;
}

.merchant-cms-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
}

.merchant-cms-badge.is-green {
  background: #ecfdf5;
  color: #047857;
}

.merchant-cms-badge.is-red {
  background: #fef2f2;
  color: #b91c1c;
}

.merchant-cms-scan-result {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.merchant-cms-scan-result.is-success {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.merchant-cms-scan-result.is-fail {
  border-color: #fecaca;
  background: #fef2f2;
}

.merchant-cms-scan-result span {
  color: #059669;
  font-size: 12px;
  font-weight: 900;
}

.merchant-cms-scan-result.is-fail span {
  color: #b91c1c;
}

.merchant-cms-scan-result h2 {
  margin: 6px 0;
  font-size: 22px;
}

.merchant-cms-scan-result p {
  margin: 0;
  color: #374151;
}

.merchant-cms-scan-result dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.merchant-cms-scan-result dl div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
}

.merchant-cms-scan-result dt {
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
}

.merchant-cms-scan-result dd {
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  word-break: keep-all;
}

.merchant-cms-scan-form {
  display: grid;
  gap: 13px;
}

.merchant-cms-scan-form input[name="pass_qr_code"] {
  min-height: 52px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .3px;
}

.merchant-scanner-status {
  margin-bottom: 14px;
  box-shadow: none;
}

.merchant-cms-flow {
  display: grid;
  gap: 10px;
}

.merchant-cms-flow article {
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fbfdfc;
}

.merchant-cms-flow b,
.merchant-cms-flow span {
  display: block;
}

.merchant-cms-flow b {
  color: #111827;
  font-size: 14px;
}

.merchant-cms-flow span {
  margin-top: 4px;
  color: #6b7280;
  font-size: 13px;
}

.merchant-cms-empty {
  grid-column: 1 / -1;
  align-self: center;
  margin: 0;
  color: #9ca3af;
  font-size: 13px;
}

@media (max-width: 980px) {
  .merchant-cms-shell {
    display: block;
    padding: 16px;
  }

  .merchant-cms-sidebar {
    position: static;
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .merchant-cms-sidebar::-webkit-scrollbar {
    display: none;
  }

  .merchant-cms-sidebar a {
    flex: 0 0 auto;
  }

  .merchant-cms-kpi-grid,
  .merchant-cms-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .merchant-cms-topbar-inner {
    padding: 12px 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .merchant-cms-quick {
    width: 100%;
  }

  .merchant-cms-page-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .merchant-cms-head-actions,
  .merchant-cms-head-actions .btn {
    width: 100%;
  }

  .merchant-cms-kpi-grid,
  .merchant-cms-dashboard-grid,
  .merchant-cms-scan-result {
    grid-template-columns: 1fr;
  }
}

/* Public site background reset */
:root {
  --bg: #fff;
}

body {
  background: #fff;
}

.main-redesign,
.app-shell {
  background: #fff;
}

.operator-body,
.merchant-cms-body {
  background: #f6f8fb;
}

@media (max-width: 640px) {
  .operator-topbar-inner {
    padding: 12px 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .operator-quick {
    width: 100%;
  }

  .operator-page-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .operator-head-actions,
  .operator-head-actions .btn {
    width: 100%;
  }

  .operator-kpi-grid,
  .operator-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

.table-wrap { overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 28px rgba(16,32,38,.04); }
.bottom-nav { position: fixed; bottom: 10px; left: 12px; right: 12px; z-index: 30; height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 7px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 14px 36px rgba(16,32,38,.18); backdrop-filter: blur(16px); }
.bottom-nav a { display: grid; place-items: center; gap: 2px; min-width: 0; border-radius: 8px; color: var(--muted); font-size: 11px; font-weight: 900; }
.bottom-nav a span:first-child { font-size: 18px; line-height: 1; }
.bottom-nav a.is-active { background: var(--brand); color: #fff; }

.admin-shell { display: grid; gap: 16px; max-width: 1200px; }
.side-menu { display: flex; gap: 8px; overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 10px; }
.side-menu a { white-space: nowrap; padding: 9px 11px; border-radius: 8px; color: var(--muted); font-weight: 900; }
.side-menu a:hover { background: var(--soft); color: var(--brand); }
.work-area { min-width: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 16px 0; }
.metric-card { padding: 16px; }
.metric-card strong { display: block; font-size: 28px; margin-top: 6px; }
.admin-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.admin-title-row .btn { flex: 0 0 auto; }
.admin-form { max-width: 760px; }
.actions-cell form { display: inline-flex; }
.settlement-action { margin-top: 12px; }

@media (min-width: 760px) {
  .topbar { min-height: 112px; }
  .utility-nav { display: flex; }
  .gnb-wrap { display: block; }
  .app-shell { padding: 26px 22px 48px; }
  .travel-hero { grid-template-columns: 390px 1fr; align-items: stretch; }
  .booking-search { padding: 22px; }
  .booking-search.compact { grid-template-columns: 1fr 1fr auto; align-items: end; }
  .service-menu { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .intro-section { grid-template-columns: 1.25fr .95fr; align-items: center; padding: 30px; }
  .event-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .help-band { grid-template-columns: 1fr auto; padding: 28px 30px; }
  .quick-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .card-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .banner-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bottom-nav { display: none; }
}

@media (min-width: 900px) {
  .admin-shell { grid-template-columns: 220px 1fr; }
  .side-menu { display: grid; align-content: start; position: sticky; top: 128px; }
  .metric-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .brand { font-size: 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .main-promo { min-height: 300px; padding: 22px; }
  .booking-tabs a { font-size: 13px; }
  .two-col { grid-template-columns: 1fr; }
  .notice-item { display: block; }
  .notice-item span { display: none; }
  th, td { padding: 11px 10px; }
}

@media print {
  .topbar, .side-menu, .qr-actions, .bottom-nav, .page-title .btn { display: none!important; }
  .admin-shell { display: block; }
  .app-shell { max-width: none; padding: 0; }
  .qr-print-grid { grid-template-columns: repeat(2, 1fr); }
  .qr-print-card { break-inside: avoid; border: 2px solid #111; box-shadow: none; }
}

/* Naver package-tour inspired polish */
:root {
  --ink: #1e1f23;
  --muted: #7b858f;
  --brand: #F37021;
  --brand-strong: #D95C14;
  --bg: #f5f7f8;
  --line: #e8ecef;
  --soft: #eefbf4;
  --shadow: 0 6px 18px rgba(31, 35, 40, .06);
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.topbar {
  min-height: 104px;
  border-bottom: 1px solid #edf0f2;
  box-shadow: none;
}

.topbar-inner {
  height: 62px;
  padding-inline: 20px;
}

.brand {
  gap: 7px;
  font-size: 22px;
  font-weight: 900;
  color: #111;
}

.brand-mark {
  width: auto;
  height: auto;
  display: inline;
  background: transparent;
  color: var(--brand);
  box-shadow: none;
  font-size: 24px;
  border-radius: 0;
}

.brand em {
  margin-left: 8px;
  color: #9aa2aa;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.utility-nav {
  gap: 16px;
  color: #8a929a;
  font-size: 13px;
  font-weight: 600;
}

.gnb-wrap {
  border-top: 1px solid #f2f4f5;
}

.gnb {
  height: 42px;
  gap: 28px;
  font-size: 15px;
  font-weight: 800;
  color: #24272b;
}

.gnb a {
  height: 42px;
  border-bottom-width: 2px;
}
.nav-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  border-radius: 50%;
  background: #FFF3EC;
  color: var(--brand);
  font-size: 12px;
  line-height: 1;
}

.app-shell {
  width: min(100%, 1130px);
  padding-top: 24px;
}

.naver-hero {
  display: block;
}

.main-promo {
  min-height: 218px;
  border-radius: 24px;
  padding: 36px 38px 72px;
  color: #101214;
  background:
    radial-gradient(circle at 84% 18%, rgba(3, 199, 90, .24), transparent 28%),
    linear-gradient(135deg, #f2fff8 0%, #eff8ff 100%);
  box-shadow: none;
  border: 1px solid #e1efe8;
}

.main-promo .eyebrow {
  color: var(--brand);
  font-size: 14px;
}

.main-promo h1 {
  margin: 8px 0 8px;
  max-width: 580px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.15;
  letter-spacing: -.2px;
}

.main-promo p {
  max-width: 610px;
  margin: 0;
  color: #58616b;
  font-size: 16px;
}

.booking-panel {
  max-width: 980px;
  margin: -48px auto 0;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid #e4ece8;
  box-shadow: 0 14px 38px rgba(24, 39, 33, .10);
}

.booking-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.booking-tabs a {
  min-height: 54px;
  background: #fff;
  color: #69737d;
  font-size: 15px;
  font-weight: 800;
  min-width: 0;
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-tabs a.is-active {
  color: var(--brand);
  border-bottom: 2px solid var(--brand);
}

.booking-search {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 20px;
}

.booking-search label {
  gap: 8px;
  font-weight: 700;
}

.booking-search span {
  color: #8a929a;
  font-size: 13px;
  font-weight: 700;
}

.booking-search select,
.booking-search input {
  min-height: 50px;
  border: 1px solid #dde4e2;
  border-radius: 12px;
  background: #fafcfc;
  color: #202326;
  font-size: 15px;
  font-weight: 700;
}

.booking-search .btn {
  min-height: 50px;
}

.popular-keywords {
  padding: 0 20px 20px;
}

.popular-keywords a,
.theme-strip a,
.filter-row a {
  border-radius: 999px;
  border-color: #e4ece8;
  background: #fff;
  color: #58616b;
  font-weight: 700;
}

.theme-strip {
  margin-top: 18px;
  padding-bottom: 4px;
}

.btn {
  min-height: 44px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn.primary {
  background: var(--brand);
  border-color: var(--brand);
}

.section {
  margin-top: 34px;
}

.section-head h2 {
  font-size: 24px;
  letter-spacing: -.1px;
}

.section-head p {
  font-size: 14px;
}

.service-menu a,
.intro-section,
.event-card,
.product-card,
.banner-card,
.help-band,
.notice-ticker,
.pass-card,
.merchant-card,
.quick-card,
.form-card,
.detail-panel,
.metric-card,
.feature-list article,
.scanner-panel {
  border-radius: 18px;
  border-color: #e5ece9;
  box-shadow: var(--shadow);
}

.service-menu {
  gap: 12px;
}

.service-menu a {
  min-height: 96px;
  padding: 18px 16px 16px;
  min-width: 0;
}

.menu-icon {
  background: #eefbf4;
}

.intro-section,
.help-band {
  box-shadow: none;
}

.intro-copy h2 {
  letter-spacing: -.2px;
}

.intro-copy p,
.product-info p,
.feature-list span,
.intro-cards span {
  color: #6f7983;
}

.event-card {
  box-shadow: none;
}

.event-card.orange {
  background: linear-gradient(135deg, #00c73c, #58df85);
}

.event-card.blue {
  background: linear-gradient(135deg, #2488ff, #73c8ff);
}

.event-card.dark {
  background: linear-gradient(135deg, #29313a, #56616d);
}

.product-card {
  box-shadow: none;
}

.pass-card,
.merchant-card,
.product-card,
.event-card,
.service-menu a,
.quick-card,
.banner-card {
  min-width: 0;
}

.pass-card h2,
.merchant-card h2,
.product-info strong,
.event-card strong,
.banner-card strong,
.service-menu strong,
.quick-card strong {
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.pass-card h2,
.merchant-card h2,
.product-info strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pass-card p,
.merchant-card p,
.product-info p,
.service-menu span,
.quick-card span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta {
  min-width: 0;
}

.meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-body {
  min-width: 0;
}

.pass-card > .btn,
.merchant-card > .btn {
  align-self: end;
}

.pass-card > .badge,
.pass-card > h2,
.pass-card > p,
.pass-card > .meta,
.pass-card > .price {
  margin-left: 0;
  margin-right: 0;
}

.pass-card > .badge {
  margin-top: 0;
}

.pass-card .card-body .badge,
.pass-card .card-body h2,
.pass-card .card-body p,
.pass-card .card-body .meta,
.pass-card .card-body .price {
  margin-left: 0;
  margin-right: 0;
}

.pass-visual {
  background: linear-gradient(135deg, #F37021, #FFD0B3);
  color: #fff;
}

.pass-visual span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 24px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.42);
  font-size: 16px;
  letter-spacing: 0;
}

.product-info strong {
  font-size: 18px;
}

.product-info em {
  color: #111;
  font-size: 17px;
}

.badge {
  background: #FFF3EC;
  border-color: #FFD6BE;
  color: var(--brand-strong);
}

.bottom-nav {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(24, 32, 44, .16);
}

@media (min-width: 760px) {
  .booking-search {
    grid-template-columns: 1fr 1fr 1fr 112px;
    align-items: end;
  }

  .travel-hero {
    display: block;
  }

  .service-menu {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Final desktop width and icon refinement */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  padding: 4px;
  border-radius: 50%;
  background: #FFF3EC;
  color: var(--brand);
  vertical-align: -5px;
}

.btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.menu-icon {
  color: var(--brand)!important;
}

.menu-icon .icon {
  width: 18px;
  height: 18px;
}

.bottom-nav .icon {
  width: 21px;
  height: 21px;
}

@media (min-width: 1180px) {
  .topbar-inner,
  .gnb,
  .app-shell {
    width: min(100%, 1360px);
  }

  .app-shell {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .banner-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .topbar {
    min-height: 64px;
  }

  .brand {
    font-size: 18px;
  }

  .brand-mark {
    font-size: 20px;
  }

  .brand em {
    display: none;
  }

  .main-promo {
    min-height: auto;
    padding: 22px 18px 24px;
    border-radius: 16px;
  }

  .booking-panel {
    margin-top: 10px;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(24, 39, 33, .08);
  }

  .booking-tabs a {
    font-size: 13px;
    min-height: 44px;
  }
}

@media (max-width: 520px) {
  .app-shell {
    padding: 14px 14px 86px;
  }

  .travel-hero {
    gap: 10px;
  }

  .main-promo h1 {
    margin: 6px 0;
    font-size: 28px;
    line-height: 1.18;
  }

  .main-promo p {
    font-size: 14px;
    line-height: 1.45;
  }

  .booking-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 13px;
  }

  .booking-search .btn {
    grid-column: 1 / -1;
  }

  .booking-search label:has(.mobile-optional) {
    display: none;
  }

  .booking-search label {
    gap: 5px;
  }

  .booking-search select,
  .booking-search input {
    min-height: 42px;
    border-radius: 10px;
    font-size: 14px;
  }

  .booking-search .btn {
    min-height: 42px;
  }

  .popular-keywords {
    padding: 0 13px 13px;
    gap: 6px;
  }

  .popular-keywords a,
  .theme-strip a,
  .filter-row a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }

  .section {
    margin-top: 22px;
  }

  .section-head {
    margin-bottom: 10px;
  }

  .section-head h2 {
    font-size: 20px;
  }

  .section-head p {
    font-size: 13px;
  }

  .service-menu {
    gap: 8px;
    margin-top: 12px;
  }

  .service-menu a {
    min-height: 76px;
    padding: 12px;
    border-radius: 14px;
  }

  .decorated-menu a {
    padding-top: 38px;
  }

  .menu-icon {
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    font-size: 11px!important;
  }

  .service-menu strong,
  .quick-card strong {
    font-size: 14px;
  }

  .service-menu span,
  .quick-card span {
    font-size: 12px;
  }

  .theme-strip {
    margin-top: 8px;
  }

  .notice-ticker {
    min-height: 44px;
    border-radius: 12px;
    padding: 8px 10px;
  }

  .intro-section,
  .help-band {
    padding: 16px;
    border-radius: 14px;
  }

  .intro-copy h2 {
    font-size: 23px;
  }

  .intro-copy p,
  .help-band p {
    font-size: 14px;
  }

  .intro-cards article,
  .feature-list article {
    padding: 13px;
    border-radius: 12px;
  }

  .event-card {
    min-height: 138px;
    padding: 15px;
    border-radius: 14px;
  }

  .event-card strong {
    font-size: 19px;
  }

  .product-visual,
  .card-photo {
    min-height: 104px;
  }

  .product-info,
  .card-body {
    padding: 13px;
  }

  .product-info strong,
  .pass-card h2,
  .merchant-card h2 {
    font-size: 17px;
  }

  .product-info p,
  .pass-card p,
  .merchant-card p {
    font-size: 13px;
  }

  .pass-card > .btn,
  .merchant-card > .btn {
    width: calc(100% - 26px);
    margin: 0 13px 13px;
  }

  .btn {
    min-height: 40px;
    border-radius: 10px;
    font-size: 13px;
    padding: 0 12px;
  }

  .bottom-nav {
    height: 58px;
    left: 10px;
    right: 10px;
    bottom: 8px;
    border-radius: 16px;
  }
}

/* Main travel marketplace redesign */
body {
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 64px;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(14px);
}

.site-header-inner {
  width: min(100%, 1280px);
  height: 64px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.site-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #F37021;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.site-brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.site-brand-copy strong {
  color: #101214;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.site-brand-copy em {
  color: #7b858f;
  font-size: 12px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.site-gnb {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: #252a31;
  font-size: 15px;
  font-weight: 800;
}

.site-gnb a {
  height: 64px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.site-gnb a:hover {
  color: #F37021;
  border-bottom-color: #F37021;
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #606b76;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.site-actions a:hover {
  color: #F37021;
}

.site-logout-form {
  margin: 0;
  display: inline-flex;
}

.site-logout-form button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #f0d6c8;
  border-radius: 10px;
  background: #fff;
  color: #606b76;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.site-logout-form button:hover {
  border-color: #F37021;
  color: #F37021;
}

.site-action-strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d9e2df;
  border-radius: 10px;
  background: #fff;
}

.site-footer {
  width: min(100%, 1280px);
  margin: 40px auto 0;
  padding: 24px 28px 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #7b858f;
  font-size: 13px;
}

.site-footer strong {
  display: block;
  color: #252a31;
  font-size: 15px;
}

.site-footer nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.app-shell {
  width: min(100%, 1280px);
  padding: 24px 28px 32px;
}

.main-redesign {
  display: grid;
  gap: 22px;
}

.main-hero {
  min-height: 268px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 42px;
  padding: 28px 38px 40px;
  border: 1px solid #e2e8ee;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 22%, rgba(47, 125, 246, .16), transparent 26%),
    linear-gradient(135deg, #f7fcff 0%, #f3fff8 100%);
}

.hero-copy {
  min-width: 0;
}

.hero-kicker {
  display: block;
  margin-bottom: 10px;
  color: #D95C14;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
}

.hero-copy h1 {
  margin: 0 0 10px;
  color: #111827;
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 560px;
  margin: 0;
  color: #56616d;
  font-size: 18px;
  font-weight: 600;
}

.hero-copy .hero-actions {
  margin-top: 22px;
}

.hero-summary {
  display: grid;
  gap: 9px;
}

.hero-summary article {
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 8px 20px rgba(24,32,44,.05);
}

.hero-summary strong {
  color: #111827;
  font-size: 16px;
}

.hero-summary span {
  color: #7b858f;
  font-size: 13px;
  font-weight: 700;
}

.main-search-card {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding: 18px;
  border: 1px solid #dfe7e4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24,39,33,.10);
}

.main-search-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 128px;
  gap: 12px;
  align-items: end;
}

.main-search-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.main-search-form span {
  color: #7b858f;
  font-size: 13px;
  font-weight: 800;
}

.main-search-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #d9e2df;
  border-radius: 12px;
  background: #fafcfc;
  color: #252a31;
  font-weight: 800;
  outline: 0;
}

.main-search-form select:focus {
  border-color: #F37021;
  box-shadow: 0 0 0 3px rgba(3,199,90,.12);
}

.main-search-form .btn {
  min-height: 50px;
}

.main-notice {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 9px 12px 9px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.main-notice > strong {
  color: #D95C14;
  font-size: 13px;
}

.main-notice .ticker-btn {
  width: auto;
  min-width: 38px;
  height: 30px;
  padding: 0 8px;
  font-size: 12px;
}

.quick-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -4px;
}

.quick-pills a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #e1e7eb;
  border-radius: 999px;
  background: #fff;
  color: #46515c;
  font-size: 14px;
  font-weight: 800;
}

.quick-pills a:hover {
  border-color: #F37021;
  background: #FFF3EC;
  color: #D95C14;
}

.main-section {
  margin-top: 20px;
}

.section-head.clean {
  margin-bottom: 16px;
}

.section-head.clean h2 {
  margin: 0;
  color: #111827;
  font-size: 25px;
  font-weight: 900;
}

.section-head.clean p {
  margin-top: 4px;
  color: #7b858f;
  font-size: 15px;
}

.main-pass-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.main-pass-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(24,32,44,.04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.main-pass-card:hover {
  border-color: #b8dccc;
  box-shadow: 0 10px 26px rgba(24,32,44,.08);
  transform: translateY(-1px);
}

.pass-thumb {
  min-height: 144px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: #fff;
  background: linear-gradient(135deg, #2f7df6, #F37021);
}

.pass-thumb span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.36);
  font-size: 13px;
  font-weight: 900;
}

.pass-thumb.coast { background: linear-gradient(135deg, #2f7df6 0%, #6fd1ff 52%, #F37021 100%); }
.pass-thumb.festival { background: linear-gradient(135deg, #2554d9 0%, #8ec5ff 52%, #8de86d 100%); }
.pass-thumb.stay { background: linear-gradient(135deg, #243b55 0%, #2f7df6 52%, #b7e4ff 100%); }
.pass-thumb.cafe { background: linear-gradient(135deg, #0f766e 0%, #F37021 54%, #d9f99d 100%); }
.pass-thumb.family { background: linear-gradient(135deg, #2563eb 0%, #14b8a6 48%, #84cc16 100%); }
.pass-thumb.indoor { background: linear-gradient(135deg, #334155 0%, #64748b 48%, #2f7df6 100%); }

.pass-content {
  display: grid;
  gap: 11px;
  padding: 17px;
}

.pass-row,
.pass-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.region-badge,
.qr-badge,
.benefit-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.region-badge {
  background: #eef6ff;
  color: #2563eb;
}

.qr-badge {
  background: #FFF3EC;
  color: #D95C14;
}

.pass-content h3 {
  min-height: 46px;
  margin: 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
  word-break: keep-all;
}

.pass-content p {
  min-height: 42px;
  margin: 0;
  color: #69737d;
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pass-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.pass-meta div {
  padding: 10px;
  border-radius: 12px;
  background: #f7f9fa;
}

.pass-meta dt {
  color: #8a929a;
  font-size: 12px;
  font-weight: 800;
}

.pass-meta dd {
  margin: 3px 0 0;
  color: #252a31;
  font-size: 14px;
  font-weight: 900;
}

.benefit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.benefit-tags span {
  background: #f4f7f8;
  color: #58616b;
}

.pass-bottom {
  margin-top: 2px;
}

.pass-bottom strong {
  color: #111827;
  font-size: 21px;
  font-weight: 900;
  white-space: nowrap;
}

.pass-bottom > div {
  display: flex;
  gap: 6px;
}

.btn.small {
  min-height: 36px;
  padding: 0 11px;
  border-radius: 10px;
  font-size: 13px;
}

.region-grid,
.how-grid,
.compact-event-grid,
.partner-banner-grid {
  display: grid;
  gap: 14px;
}

.region-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.region-card,
.how-grid article,
.compact-event-card,
.partner-banner-card {
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}

.region-card {
  padding: 18px;
}

.region-card span {
  color: #D95C14;
  font-size: 13px;
  font-weight: 900;
}

.region-card h3 {
  min-height: 44px;
  margin: 7px 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
}

.region-card p {
  margin: 0 0 14px;
  color: #7b858f;
  font-size: 14px;
}

.region-card a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d9e2df;
  border-radius: 10px;
  color: #252a31;
  font-size: 13px;
  font-weight: 900;
}

.how-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.how-grid article {
  padding: 18px;
}

.how-grid span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #F37021;
  color: #fff;
  font-weight: 900;
}

.how-grid strong {
  display: block;
  color: #111827;
  font-size: 17px;
}

.how-grid p {
  margin: 6px 0 0;
  color: #7b858f;
  font-size: 14px;
}

.compact-event-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compact-event-card {
  display: grid;
  gap: 5px;
  min-height: 132px;
  align-content: center;
  padding: 18px;
}

.compact-event-card span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
}

.compact-event-card strong {
  color: #111827;
  font-size: 17px;
  line-height: 1.3;
}

.compact-event-card p {
  margin: 0;
  color: #7b858f;
  font-size: 14px;
}

.partner-banner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-banner-card {
  min-height: 110px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 18px;
}

.partner-banner-card strong {
  color: #111827;
  font-size: 17px;
}

.partner-banner-card span {
  color: #7b858f;
  font-size: 14px;
}

.regions-page {
  display: grid;
  gap: 26px;
}

.regions-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 28px;
  padding: 34px 38px;
  border: 1px solid #e2e8ee;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 20%, rgba(3, 199, 90, .15), transparent 26%),
    linear-gradient(135deg, #f7fcff 0%, #f3fff8 100%);
}

.regions-hero h1 {
  margin: 0 0 8px;
  color: #111827;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.regions-hero p {
  max-width: 640px;
  margin: 0;
  color: #56616d;
  font-size: 17px;
  font-weight: 600;
}

.regions-search {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #dfe7e4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(24,39,33,.08);
}

.regions-search label {
  display: grid;
  gap: 7px;
}

.regions-search span {
  color: #7b858f;
  font-size: 13px;
  font-weight: 800;
}

.regions-search select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid #d9e2df;
  border-radius: 12px;
  background: #fafcfc;
  color: #252a31;
  font-weight: 800;
}

.region-select-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.region-select-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(24,32,44,.04);
}

.region-select-body {
  display: grid;
  gap: 11px;
  padding: 17px;
}

.region-select-body h2 {
  min-height: 45px;
  margin: 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.25;
}

.region-select-body p {
  min-height: 62px;
  margin: 0;
  color: #69737d;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1020px) {
  .site-header-inner {
    grid-template-columns: auto 1fr;
    gap: 18px;
  }

  .site-gnb {
    display: none;
  }

  .site-actions {
    justify-content: flex-end;
  }

  .main-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .main-pass-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .region-grid,
  .how-grid,
  .region-select-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regions-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 60px;
  }

  .site-header-inner {
    height: 60px;
    padding: 0 16px;
  }

  .site-brand-copy em,
  .site-actions a:first-child {
    display: none;
  }

  .site-brand-mark {
    width: 34px;
    height: 34px;
  }

  .app-shell {
    padding: 14px 14px 88px;
  }

  .main-redesign {
    gap: 16px;
  }

  .main-hero {
    min-height: 0;
    padding: 24px 20px 28px;
    border-radius: 18px;
  }

  .hero-copy h1 {
    font-size: 30px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .hero-summary {
    grid-template-columns: 1fr;
  }

  .main-search-card {
    margin-top: 0;
    padding: 14px;
    border-radius: 16px;
  }

  .main-search-form {
    grid-template-columns: 1fr;
  }

  .main-pass-grid,
  .region-grid,
  .how-grid,
  .compact-event-grid,
  .partner-banner-grid,
  .region-select-grid {
    grid-template-columns: 1fr;
  }

  .regions-hero {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .regions-hero h1 {
    font-size: 30px;
  }

  .regions-hero p {
    font-size: 15px;
  }

  .main-notice {
    grid-template-columns: auto 1fr;
  }

  .main-notice .notice-controls {
    display: none;
  }

  .pass-content h3,
  .pass-content p {
    min-height: 0;
  }

  .pass-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .pass-bottom > div {
    width: 100%;
  }

  .pass-bottom .btn {
    flex: 1;
  }

  .site-footer {
    padding: 20px 16px 88px;
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final merchant/admin balance fixes */
.merchant-topbar {
  min-height: 68px;
}

.merchant-topbar-inner {
  width: min(100%, 1280px);
  min-height: 68px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.merchant-brand {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

.merchant-top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.merchant-top-actions::-webkit-scrollbar {
  display: none;
}

.merchant-top-actions a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d9e2df;
  border-radius: 11px;
  background: #fff;
  color: #374151;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.merchant-top-actions a:hover {
  border-color: #F37021;
  background: #FFF3EC;
  color: #D95C14;
}

.app-shell.admin-shell {
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.app-shell.admin-shell .side-menu {
  position: sticky;
  top: 86px;
  display: grid;
  align-content: start;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  overflow: visible;
  border-radius: 18px;
  box-shadow: none;
}

.app-shell.admin-shell .side-menu a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.app-shell.admin-shell .work-area {
  min-width: 0;
  width: 100%;
}

@media (max-width: 900px) {
  .app-shell.admin-shell {
    display: block;
    width: min(100%, 760px);
  }

  .app-shell.admin-shell .side-menu {
    position: static;
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    overflow-x: auto;
    border-radius: 16px;
    scrollbar-width: none;
  }

  .app-shell.admin-shell .side-menu::-webkit-scrollbar {
    display: none;
  }

  .app-shell.admin-shell .side-menu a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 13px;
  }
}

@media (max-width: 560px) {
  .merchant-topbar {
    min-height: auto;
  }

  .merchant-topbar-inner {
    min-height: auto;
    padding: 12px 14px;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .merchant-brand {
    font-size: 18px;
  }

  .merchant-top-actions {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 2px;
  }

  .merchant-top-actions a {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }
}

/* Final public background override */
:root {
  --bg: #fff;
}

body:not(.operator-body):not(.merchant-cms-body) {
  background: #fff !important;
}

body:not(.operator-body):not(.merchant-cms-body) .app-shell,
body:not(.operator-body):not(.merchant-cms-body) .main-redesign {
  background: #fff !important;
}

