.mobile-layout-bell {
  display: none;
}

.page-auth .site-header,
.page-auth .site-footer,
.page-auth .bottom-nav {
  display: none !important;
}

.page-auth .app-shell {
  padding-top: 22px !important;
  padding-bottom: 28px !important;
}

.pwa-install-banner[hidden] {
  display: none !important;
}

.pwa-install-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 160;
  width: min(360px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid #edf0f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15,23,42,.16);
}

.pwa-install-banner div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.pwa-install-banner strong {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.pwa-install-banner span {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.pwa-install-banner button {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 11px;
  background: #F37021;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.pwa-install-banner .pwa-install-close {
  width: 32px;
  min-height: 32px;
  padding: 0;
  border-radius: 50%;
  background: #f2f4f7;
  color: #111827;
  font-size: 20px;
  line-height: 1;
}

.app-auth-screen {
  width: min(100%, 430px);
  min-height: calc(100vh - 140px);
  display: grid;
  align-content: center;
  gap: 18px;
  margin: 0 auto;
}

.app-auth-brand {
  display: grid;
  gap: 10px;
}

.app-auth-brand p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  font-weight: 800;
}

.app-auth-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid #edf0f4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(15,23,42,.08);
}

.app-auth-head {
  display: grid;
  gap: 6px;
  margin-bottom: 4px;
}

.app-auth-head span {
  color: #F37021;
  font-size: 12px;
  font-weight: 900;
}

.app-auth-head h1 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.app-auth-head p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.app-auth-card label {
  display: grid;
  gap: 7px;
  color: #111827;
}

.app-auth-card label > span,
.app-auth-choice legend {
  color: #475467;
  font-size: 12px;
  font-weight: 900;
}

.app-auth-card input,
.app-auth-card select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fafafa;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

.app-auth-card input:focus,
.app-auth-card select:focus {
  outline: 2px solid rgba(243,112,33,.18);
  border-color: #F37021;
  background: #fff;
}

.app-auth-submit {
  min-height: 50px;
  border: 0;
  border-radius: 15px;
  background: #F37021;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

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

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

.app-auth-alert {
  padding: 12px 14px;
  border: 1px solid #fed7aa;
  border-radius: 15px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.app-auth-preview {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(24,54,94,.94), rgba(243,112,33,.82)), url('/assets/images/gwpass-hero.png') center/cover;
}

.app-auth-preview span,
.app-auth-preview em {
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  opacity: .9;
}

.app-auth-preview strong {
  font-size: 18px;
  font-weight: 900;
}

.app-auth-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.app-auth-choice legend {
  width: 100%;
  margin-bottom: 2px;
}

.app-auth-choice label {
  display: inline-flex;
}

.app-auth-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

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

.app-auth-choice input:checked + span {
  border-color: #F37021;
  background: #FFF3EC;
  color: #F37021;
}

@media (max-width: 760px) {
  body {
    background: #fff !important;
  }

  .page-home {
    background: #fff !important;
  }

  .site-footer,
  .page-home .site-header {
    display: none !important;
  }

  .page-sub .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 70 !important;
    height: 64px !important;
    min-height: 64px !important;
    display: block !important;
    border: 0 !important;
    background: rgba(255,255,255,.97) !important;
    backdrop-filter: blur(14px) !important;
  }

  .page-sub .site-header-inner {
    width: 100% !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 15px !important;
  }

  .page-sub .site-brand {
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    color: #162033 !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -.2px !important;
  }

  .page-sub .site-brand-mark {
    width: auto !important;
    height: auto !important;
    display: inline !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #F37021 !important;
    font-size: 25px !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }

  .page-sub .site-brand-copy {
    display: inline !important;
    min-width: 0 !important;
  }

  .page-sub .site-brand-copy strong {
    display: inline !important;
    color: #18365e !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  .page-sub .site-brand-copy strong i {
    position: relative !important;
    display: inline-block !important;
    color: #18365e !important;
    font-style: normal !important;
  }

  .page-sub .site-brand-copy strong i::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 1px !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #F37021 !important;
    transform: translateX(-50%) !important;
  }

  .page-sub .site-brand-copy em,
  .page-sub .site-gnb,
  .page-sub .site-actions {
    display: none !important;
  }

  .mobile-layout-bell {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #111827 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .mobile-layout-bell .icon {
    width: 21px !important;
    height: 21px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
  }

  .page-sub .app-shell {
    width: 100% !important;
    max-width: none !important;
    padding: 12px 15px 86px !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

  .page-sub .app-shell:has(.app-auth-screen) {
    padding-top: 20px !important;
  }

  .app-auth-screen {
    min-height: calc(100dvh - 104px) !important;
    align-content: start !important;
    gap: 16px !important;
  }

  .app-auth-card {
    padding: 20px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(15,23,42,.06) !important;
  }

  .app-auth-register {
    gap: 12px !important;
  }

  .page-sub .travel-page,
  .page-sub .page-stack,
  .page-sub .main-redesign,
  .page-sub .yeogi-home {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .page-home .app-shell {
    width: 100% !important;
    max-width: none !important;
    padding: 0 0 72px !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

  .desktop-travel-home {
    display: none !important;
  }

  .mobile-app-home {
    width: min(100%, 430px) !important;
    min-height: 100vh !important;
    display: grid !important;
    align-content: start !important;
    gap: 12px !important;
    margin: 0 auto !important;
    padding: 22px 20px 16px !important;
    background: #fff !important;
  }

  .mobile-home-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 1px !important;
  }

  .mobile-home-logo {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -.2px !important;
  }

  .mobile-home-logo strong {
    color: #F37021 !important;
  }

  .mobile-home-logo span {
    color: #18365e !important;
    font-weight: 900 !important;
  }

  .mobile-home-logo i {
    position: relative !important;
    display: inline-block !important;
    color: #18365e !important;
    font-style: normal !important;
  }

  .mobile-home-logo i::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 1px !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #F37021 !important;
    transform: translateX(-50%) !important;
  }

  .mobile-home-bell {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #111827 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .mobile-home-bell .icon {
    width: 21px !important;
    height: 21px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
  }

  .mobile-location {
    width: max-content !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    margin-top: -2px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  .mobile-location .icon {
    width: 17px !important;
    height: 17px !important;
    fill: none !important;
    stroke: #18365e !important;
    stroke-width: 2.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    transform: translateY(1px) !important;
  }

  .mobile-location span {
    display: inline-flex !important;
    align-items: center !important;
    color: #111827 !important;
    letter-spacing: -.2px !important;
  }

  .mobile-location .chevron {
    width: 13px !important;
    height: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    fill: none !important;
    stroke: #111827 !important;
    stroke-width: 3 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    transform: translateY(1px) !important;
  }

  .mobile-hero-card {
    position: relative !important;
    width: 100% !important;
    min-height: 136px !important;
    aspect-ratio: 2.06 / 1 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #0f2a40 !important;
    box-shadow: none !important;
  }

  .mobile-hero-card img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  .mobile-hero-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(90deg, rgba(15,43,68,.68), rgba(15,43,68,.22) 54%, rgba(15,43,68,.04)) !important;
  }

  .mobile-hero-copy {
    position: absolute !important;
    z-index: 1 !important;
    left: 17px !important;
    top: 16px !important;
    display: grid !important;
    gap: 5px !important;
    color: #fff !important;
  }

  .mobile-hero-copy span {
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .mobile-hero-copy strong {
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  .mobile-hero-copy em {
    margin-top: 6px !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 800 !important;
  }

  .mobile-hero-dots {
    position: absolute !important;
    z-index: 1 !important;
    left: 18px !important;
    bottom: 13px !important;
    display: flex !important;
    gap: 8px !important;
  }

  .mobile-hero-dots i {
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.75) !important;
  }

  .mobile-hero-dots i:first-child {
    width: 22px !important;
    background: #fff !important;
  }

  .mobile-quick-menu {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    padding: 0 !important;
  }

  .mobile-quick-menu a {
    min-width: 0 !important;
    display: grid !important;
    justify-items: center !important;
    gap: 7px !important;
    color: #1f2937 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .mobile-quick-menu i {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 15px !important;
    background: #fafafa !important;
    box-shadow: 0 4px 12px rgba(16,24,40,.05) !important;
  }

  .mobile-quick-menu .icon {
    width: 22px !important;
    height: 22px !important;
    fill: none !important;
    stroke: #222 !important;
    stroke-width: 1.9 !important;
  }

  .mobile-theme-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .mobile-theme-grid a {
    min-height: 82px !important;
    display: grid !important;
    align-content: end !important;
    gap: 5px !important;
    padding: 13px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(15,23,42,.9), rgba(243,112,33,.72)), url('/assets/images/gwpass-hero.png') center/cover !important;
  }

  .mobile-theme-grid a:nth-child(2) {
    background-image: linear-gradient(135deg, rgba(26,57,71,.9), rgba(91,141,106,.72)), url('/assets/images/pass-cheorwon-festival-ai.png') !important;
  }

  .mobile-theme-grid a:nth-child(3) {
    background-image: linear-gradient(135deg, rgba(60,37,44,.9), rgba(243,112,33,.7)), url('/assets/images/pass-sokcho-cafe-ai.png') !important;
  }

  .mobile-theme-grid a:nth-child(4) {
    background-image: linear-gradient(135deg, rgba(26,39,66,.9), rgba(87,131,181,.72)), url('/assets/images/pass-pyeongchang-family-ai.png') !important;
  }

  .mobile-theme-grid strong {
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .mobile-theme-grid span {
    font-size: 11px !important;
    font-weight: 700 !important;
    opacity: .88 !important;
  }

  .app-page-head {
    display: grid !important;
    gap: 7px !important;
    margin: 2px 0 4px !important;
  }

  .app-page-head span {
    color: #F37021 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  .app-page-head h1 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
  }

  .app-page-head p {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
  }

  .app-filter-card {
    padding: 12px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(16,24,40,.05) !important;
  }

  .app-filter-card form {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    align-items: end !important;
  }

  .app-filter-card form:has(label:nth-of-type(2)) {
    grid-template-columns: 1fr 1fr auto !important;
  }

  .app-filter-card label {
    min-width: 0 !important;
    display: grid !important;
    gap: 5px !important;
  }

  .app-filter-card label span {
    color: #8a94a3 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .app-filter-card select {
    width: 100% !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 11px !important;
    background: #fafafa !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .app-filter-card button {
    min-width: 58px !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: #F37021 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .app-chip-row {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 1px 0 4px !important;
    scrollbar-width: none !important;
  }

  .app-chip-row::-webkit-scrollbar {
    display: none !important;
  }

  .app-chip-row a {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 13px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #475467 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .app-chip-row a.is-active {
    border-color: #F37021 !important;
    background: #FFF3EC !important;
    color: #F37021 !important;
  }

  .app-card-grid,
  .mobile-merchant-list,
  .region-app-list {
    display: grid !important;
    gap: 13px !important;
  }

  .app-pass-card,
  .mobile-merchant-wide,
  .region-app-card {
    overflow: hidden !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(16,24,40,.05) !important;
  }

  .app-card-image {
    position: relative !important;
    display: block !important;
    height: 138px !important;
    overflow: hidden !important;
  }

  .app-card-image img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  .app-card-image b {
    position: absolute !important;
    left: 12px !important;
    top: 12px !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: rgba(17,24,39,.56) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .app-card-body {
    display: grid !important;
    gap: 9px !important;
    padding: 14px !important;
  }

  .app-card-body > span {
    width: max-content !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #FFF3EC !important;
    color: #F37021 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .app-card-body h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
    font-weight: 900 !important;
  }

  .app-card-body p {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .app-card-meta {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
  }

  .app-card-meta em {
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #f2f4f7 !important;
    color: #475467 !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  .app-card-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding-top: 3px !important;
  }

  .app-card-bottom strong {
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .app-card-bottom a {
    min-width: 64px !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    background: #F37021 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .mobile-merchant-wide,
  .region-app-card {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 10px !important;
  }

  .mobile-merchant-wide img,
  .region-app-card img {
    width: 96px !important;
    height: 96px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  .mobile-merchant-wide div,
  .region-app-card div {
    min-width: 0 !important;
    display: grid !important;
    align-content: center !important;
    gap: 5px !important;
  }

  .mobile-merchant-wide span,
  .region-app-card span {
    color: #F37021 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .mobile-merchant-wide strong,
  .region-app-card strong {
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mobile-merchant-wide p,
  .region-app-card p {
    margin: 0 !important;
    overflow: hidden !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .bottom-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 80 !important;
    width: min(100%, 430px) !important;
    margin: 0 auto !important;
    height: calc(60px + env(safe-area-inset-bottom)) !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 5px 4px calc(5px + env(safe-area-inset-bottom)) !important;
    border: 0 !important;
    border-top: 1px solid #eceff3 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 -6px 18px rgba(16,24,40,.06) !important;
    backdrop-filter: none !important;
  }

  .bottom-nav a {
    min-width: 0 !important;
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 3px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #8a94a3 !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .bottom-nav a.is-active {
    background: transparent !important;
    color: #F37021 !important;
  }

  .bottom-nav .icon {
    width: 21px !important;
    height: 21px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.85 !important;
  }

  .pwa-install-banner {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(72px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 760px) {
  .page-home .mobile-home-section {
    gap: 9px !important;
    margin-top: 0 !important;
  }

  .page-home .mobile-home-section + .mobile-home-section {
    margin-top: 2px !important;
  }

  .page-home .mobile-section-head {
    min-height: 26px !important;
    margin-bottom: -1px !important;
  }

  .page-home .mobile-section-head h2 {
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  .page-home .mobile-section-head a {
    font-size: 11px !important;
  }

  .page-home .mobile-merchant-row,
  .page-home .mobile-pass-row {
    gap: 10px !important;
    padding-bottom: 1px !important;
  }

  .page-home .mobile-theme-grid {
    gap: 9px !important;
  }
}

.is-popup-open {
  overflow: hidden !important;
}

.app-popup[hidden] {
  display: none !important;
}

.app-popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15,23,42,.44);
}

.app-popup-panel {
  width: min(100%, 440px);
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(15,23,42,.24);
}

.app-popup-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 20px;
  border-bottom: 1px solid #edf0f4;
}

.app-popup-head span {
  color: #F37021;
  font-size: 13px;
  font-weight: 900;
}

.app-popup-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2f4f7;
  color: #111827;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.app-popup-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.app-popup-body h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.app-popup-body p,
.app-popup-body li {
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.app-popup-body p,
.app-popup-body ul {
  margin: 0;
}

.app-popup-body ul {
  display: grid;
  gap: 7px;
  padding-left: 18px;
}

.app-popup-body a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #F37021;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.region-picker[hidden] {
  display: none !important;
}

.region-picker {
  position: fixed;
  inset: 0;
  z-index: 190;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15,23,42,.38);
}

.region-picker-panel {
  width: min(100%, 420px);
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(15,23,42,.22);
}

.region-picker-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 20px 12px;
}

.region-picker-head span {
  color: #F37021;
  font-size: 12px;
  font-weight: 900;
}

.region-picker-head h2 {
  margin: 5px 0 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.region-picker-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2f4f7;
  color: #111827;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.region-picker-body {
  display: grid;
  gap: 14px;
  padding: 0 20px 20px;
}

.region-picker-body p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.region-option-grid {
  display: grid;
  gap: 8px;
}

.region-option-grid button {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.region-option-grid button.is-active {
  border-color: #F37021;
  background: #FFF3EC;
}

.region-option-grid strong {
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.region-option-grid span {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.region-picker-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.region-picker-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #F37021;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.region-picker-actions a + a {
  background: #111827;
}

@media (max-width: 760px) {
  .app-popup {
    place-items: stretch;
    padding: 0;
    background: #fff;
  }

  .app-popup-panel {
    width: 100%;
    min-height: 100dvh;
    border-radius: 0;
    box-shadow: none;
  }

  .app-popup-head {
    min-height: 64px;
    padding: 0 20px;
  }

  .app-popup-body {
    padding: 28px 20px;
  }

  .app-popup-body h2 {
    font-size: 26px;
  }

  .region-picker {
    place-items: end stretch;
    padding: 0;
    background: rgba(15,23,42,.28);
  }

  .region-picker-panel {
    width: min(100%, 430px);
    margin: 0 auto;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -18px 60px rgba(15,23,42,.2);
  }
}

@media (max-width: 760px) {
  .mobile-app-page {
    width: min(100%, 430px) !important;
    display: grid !important;
    gap: 14px !important;
    margin: 0 auto !important;
  }

  .app-page-head-compact {
    margin-top: 0 !important;
  }

  .pass-feature-card,
  .course-hero-card,
  .profile-card,
  .my-qr-card,
  .qr-app-card,
  .my-empty-state,
  .app-empty-state {
    border: 1px solid #edf0f4 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(16,24,40,.06) !important;
  }

  .pass-feature-card {
    min-height: 104px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 18px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #18365e, #243d63 58%, #F37021) !important;
    color: #fff !important;
  }

  .pass-feature-card div {
    min-width: 0 !important;
    display: grid !important;
    gap: 5px !important;
  }

  .pass-feature-card span,
  .course-hero-card span {
    font-size: 12px !important;
    font-weight: 900 !important;
    opacity: .9 !important;
  }

  .pass-feature-card h2,
  .course-hero-card h2 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
  }

  .pass-feature-card p,
  .course-hero-card p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    opacity: .86 !important;
  }

  .pass-feature-card .icon {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 auto !important;
    color: rgba(255,255,255,.82) !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.6 !important;
  }

  .pass-app-list {
    display: grid !important;
    gap: 13px !important;
  }

  .pass-ticket-card {
    overflow: hidden !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 19px !important;
    background: #fff !important;
    box-shadow: 0 9px 24px rgba(16,24,40,.06) !important;
  }

  .pass-ticket-card.is-owned {
    border-color: rgba(243,112,33,.35) !important;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, rgba(243,112,33,.55), rgba(24,54,94,.22)) border-box !important;
  }

  .pass-ticket-image {
    position: relative !important;
    height: 132px !important;
    display: block !important;
    overflow: hidden !important;
  }

  .pass-ticket-image::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(15,23,42,.10), rgba(15,23,42,.48)) !important;
  }

  .pass-ticket-image img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  .pass-ticket-image span {
    position: absolute !important;
    z-index: 1 !important;
    left: 14px !important;
    bottom: 13px !important;
    padding: 5px 10px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.88) !important;
    color: #18365e !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .pass-ticket-body {
    display: grid !important;
    gap: 10px !important;
    padding: 14px !important;
  }

  .pass-ticket-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  .pass-ticket-tags span {
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #FFF3EC !important;
    color: #F37021 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .pass-ticket-body h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
    font-weight: 900 !important;
  }

  .pass-ticket-body p {
    min-height: 36px !important;
    margin: 0 !important;
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .pass-ticket-bottom {
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding-top: 9px !important;
    border-top: 1px dashed #e5e7eb !important;
  }

  .pass-ticket-bottom div {
    display: grid !important;
    gap: 2px !important;
  }

  .pass-ticket-bottom small {
    color: #98a2b3 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .pass-ticket-bottom strong {
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
  }

  .pass-ticket-bottom a,
  .course-hero-card a,
  .my-empty-state a,
  .qr-app-actions a {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 15px !important;
    border-radius: 13px !important;
    background: #F37021 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .course-hero-card {
    min-height: 122px !important;
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 18px !important;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(24,54,94,.95), rgba(243,112,33,.80)), url('/assets/images/pass-cheorwon-festival-ai.png') center/cover !important;
  }

  .course-hero-card div {
    min-width: 0 !important;
    display: grid !important;
    gap: 5px !important;
  }

  .course-hero-card a {
    flex: 0 0 auto !important;
    background: rgba(255,255,255,.92) !important;
    color: #F37021 !important;
  }

  .course-timeline {
    position: relative !important;
    display: grid !important;
    gap: 10px !important;
  }

  .course-stop-card {
    position: relative !important;
    min-height: 92px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) auto !important;
    gap: 11px !important;
    align-items: center !important;
    padding: 13px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(16,24,40,.05) !important;
  }

  .course-step {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #FFF3EC !important;
    color: #F37021 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .course-stop-card div {
    min-width: 0 !important;
    display: grid !important;
    gap: 4px !important;
  }

  .course-stop-card em {
    color: #F37021 !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  .course-stop-card h2 {
    margin: 0 !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .course-stop-card p {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .course-stop-card button {
    min-width: 48px !important;
    min-height: 34px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: #111827 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .profile-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  .profile-card div {
    min-width: 0 !important;
    display: grid !important;
    gap: 5px !important;
  }

  .profile-card span {
    color: #F37021 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .profile-card h1 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
  }

  .profile-card p {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
  }

.profile-logout {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    background: #f2f4f7 !important;
    color: #667085 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .profile-logout-form {
    margin: 0 !important;
  }

  .profile-logout-form .profile-logout {
    border: 0 !important;
    font: inherit !important;
    cursor: pointer;
  }

  .my-stat-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .my-stat-grid article {
    display: grid !important;
    gap: 4px !important;
    padding: 15px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 17px !important;
    background: #fafafa !important;
  }

  .my-stat-grid span,
  .my-stat-grid em {
    color: #8a94a3 !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  .my-stat-grid strong {
    color: #111827 !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
  }

  .my-section {
    display: grid !important;
    gap: 10px !important;
  }

  .my-section-head,
  .qr-app-card-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .my-section-head h2,
  .qr-app-card-head h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
  }

  .my-section-head p,
  .qr-app-card-head p {
    margin: 3px 0 0 !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .my-section-head a {
    color: #F37021 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .my-pass-carousel,
  .qr-pass-carousel {
    display: flex !important;
    gap: 10px !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
    scrollbar-width: none !important;
  }

  .my-pass-carousel::-webkit-scrollbar,
  .qr-pass-carousel::-webkit-scrollbar {
    display: none !important;
  }

  .my-pass-mini,
  .qr-pass-pill {
    flex: 0 0 76% !important;
    display: grid !important;
    gap: 5px !important;
    padding: 15px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: 0 7px 18px rgba(16,24,40,.05) !important;
  }

  .my-pass-mini.is-active,
  .qr-pass-pill.is-active {
    border-color: rgba(243,112,33,.55) !important;
    background: #FFF7F1 !important;
  }

  .my-pass-mini span,
  .qr-pass-pill span {
    color: #F37021 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .my-pass-mini strong,
  .qr-pass-pill strong {
    overflow: hidden !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .my-pass-mini em {
    color: #667085 !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 800 !important;
  }

  .my-qr-card,
  .qr-app-card {
    display: grid !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  .status-text.is-available,
  .qr-app-card-head > strong {
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: #ecfdf3 !important;
    color: #039855 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .my-qr-preview {
    display: grid !important;
    grid-template-columns: 102px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
    padding: 13px !important;
    border-radius: 17px !important;
    background: #f8fafc !important;
    color: #111827 !important;
  }

  .my-qr-preview .qr-image {
    width: 102px !important;
    height: 102px !important;
    object-fit: contain !important;
    border-radius: 14px !important;
    background: #fff !important;
  }

  .my-qr-preview div {
    min-width: 0 !important;
    display: grid !important;
    gap: 6px !important;
  }

  .my-qr-preview strong {
    overflow-wrap: anywhere !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .my-qr-preview span {
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
  }

  .my-action-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .my-action-grid a {
    min-height: 112px !important;
    display: grid !important;
    align-content: center !important;
    gap: 6px !important;
    padding: 15px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: 0 7px 18px rgba(16,24,40,.05) !important;
  }

  .my-action-grid .icon {
    width: 24px !important;
    height: 24px !important;
    color: #F37021 !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
  }

  .my-action-grid strong {
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .my-action-grid span {
    color: #8a94a3 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
  }

  .my-empty-state,
  .app-empty-state {
    display: grid !important;
    justify-items: center !important;
    gap: 10px !important;
    padding: 30px 20px !important;
    text-align: center !important;
  }

  .my-empty-state .icon,
  .app-empty-state .icon {
    width: 42px !important;
    height: 42px !important;
    color: #F37021 !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.7 !important;
  }

  .my-empty-state h2,
  .app-empty-state h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
  }

  .my-empty-state p,
  .app-empty-state p {
    margin: 0 !important;
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .qr-pass-pill {
    flex-basis: 62% !important;
  }

  .qr-app-card-head span {
    color: #F37021 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .qr-code-stage {
    display: grid !important;
    justify-items: center !important;
    gap: 9px !important;
    padding: 18px !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #f8fafc, #fff) !important;
  }

  .qr-code-stage .qr-image.large {
    width: min(72vw, 250px) !important;
    height: min(72vw, 250px) !important;
    object-fit: contain !important;
    border: 10px solid #fff !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(16,24,40,.08) !important;
  }

  .qr-code-stage b {
    overflow-wrap: anywhere !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .qr-code-stage span {
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    text-align: center !important;
  }

  .qr-info-card {
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 16px !important;
  }

  .qr-info-card div {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 12px !important;
    border-bottom: 1px solid #edf0f4 !important;
  }

  .qr-info-card div:last-child {
    border-bottom: 0 !important;
  }

  .qr-info-card dt,
  .qr-info-card dd {
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .qr-info-card dt {
    color: #8a94a3 !important;
  }

  .qr-info-card dd {
    color: #111827 !important;
    text-align: right !important;
  }

  .qr-app-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .qr-app-actions a + a {
    background: #111827 !important;
  }

  .qr-guide-steps {
    display: grid !important;
    gap: 8px !important;
  }

  .qr-guide-steps article {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 12px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 16px !important;
    background: #fff !important;
  }

  .qr-guide-steps b {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #FFF3EC !important;
    color: #F37021 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .qr-guide-steps div {
    min-width: 0 !important;
    display: grid !important;
    gap: 3px !important;
  }

  .qr-guide-steps strong {
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .qr-guide-steps span {
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
}

.ticket-merchant-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.ticket-screen,
.ticket-merchant-screen {
  padding-bottom: 116px;
}

.ticket-screen .app-page-head,
.ticket-merchant-screen .app-page-head {
  padding: 24px 20px 22px;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(140deg, #d85817, #f58a2a);
  color: #fff;
}

.ticket-screen .app-page-head span,
.ticket-screen .app-page-head p,
.ticket-merchant-screen .app-page-head span,
.ticket-merchant-screen .app-page-head p {
  color: #fff4ec !important;
  text-shadow: 0 1px 0 rgba(111, 43, 11, .28);
}

.ticket-summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
}

.ticket-summary strong { font-size: 20px; }
.ticket-summary span { color: #fff !important; font-size: 13px; font-weight: 800; }

.ticket-merchant-screen .app-page-head .btn {
  margin-top: 10px;
  border-color: rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.ticket-pass-list {
  display: grid;
  gap: 16px;
  padding: 20px 16px;
}

.ticket-pass-card {
  position: relative;
  overflow: hidden;
  min-height: 228px;
  padding: 24px;
  border: 2px solid #ffd3b7;
  border-radius: 24px;
  background: linear-gradient(145deg, #fffaf6, #fff1e7);
  box-shadow: 0 12px 30px rgba(154, 64, 16, .13);
  display: flex;
  flex-direction: column;
}

.ticket-pass-card::after {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 112px;
  height: 112px;
  border: 18px solid rgba(235, 109, 31, .1);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  content: '';
}

.ticket-pass-card > * {
  position: relative;
  z-index: 1;
}

.ticket-pass-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ticket-pass-card-head span {
  color: #b54b16;
  font-size: 13px;
  font-weight: 900;
}

.ticket-pass-card-head strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: #ffe2cb;
  color: #a9400d;
  font-size: 12px;
}

.ticket-pass-card h2 {
  margin: 18px 0 10px;
  color: #342019;
  font-size: 23px;
  line-height: 1.35;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.ticket-pass-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 2px;
  color: #785b4d;
  font-size: 13px;
}

.ticket-pass-meta b {
  color: #6a321d;
  font-size: 15px;
}

.ticket-pass-card .btn {
  min-height: 56px;
  margin-top: auto;
  background: #ec6f21;
  border-color: #ec6f21;
  font-size: 17px;
}

.ticket-merchant-card {
  min-height: 250px;
  padding: 24px;
  border: 2px solid #ffd3b7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.ticket-merchant-card > span {
  color: #c45419;
  font-size: 13px;
  font-weight: 800;
}

.ticket-merchant-card h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.ticket-merchant-card p {
  margin: 0;
  color: #5d6871;
  line-height: 1.6;
}

.ticket-merchant-card > strong {
  min-height: 48px;
  padding: 12px;
  border-radius: 12px;
  background: #fff0e5;
  color: #873819;
  font-size: 14px;
}

.ticket-merchant-card small {
  display: block;
  margin-top: 2px;
  color: #7a4a18;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.ticket-merchant-card form {
  margin-top: auto;
}

.ticket-merchant-card .btn {
  min-height: 58px;
  background: #ec6f21;
  border-color: #ec6f21;
  font-size: 18px;
  font-weight: 900;
}

.ticket-merchant-card.is-completed {
  border-color: #ffbd8f;
  background: #fff7f1;
}

.ticket-merchant-card.is-completed b {
  display: grid;
  min-height: 58px;
  place-items: center;
  border-radius: 14px;
  background: #ffe1cc;
  color: #a74612;
  font-size: 18px;
}

@media (min-width: 761px) {
  .mobile-app-page {
    width: min(100%, 1120px);
    display: grid;
    gap: 22px;
    margin: 0 auto;
  }

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

  .pass-ticket-card,
  .course-stop-card,
  .profile-card,
  .my-qr-card,
  .qr-app-card {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16,24,40,.06);
  }

  .pass-ticket-image {
    height: 178px;
    display: block;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
  }

  .pass-ticket-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pass-ticket-body,
  .my-qr-card,
  .qr-app-card,
  .profile-card {
    padding: 20px;
  }

  .course-timeline,
  .my-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
