:root {
    --clp-ink: #211934;
    --clp-muted: #746a86;
    --clp-line: rgba(102, 72, 164, 0.14);
    --clp-purple: #7650e8;
    --clp-purple-dark: #5532bc;
    --clp-pink: #ed4f9a;
    --clp-surface: #ffffff;
    --clp-soft: #f8f5ff;
}

.concert-listing-page {
    min-height: 60vh;
    color: var(--clp-ink);
    background: linear-gradient(180deg, #fbf9ff 0, #fff 520px);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.clp-container {
    width: min(1680px, calc(100% - 56px));
    margin: 0 auto;
}

.header__action-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 24px;
}

.header-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
    white-space: nowrap;
}

.header-action-btn i { font-size: 15px; }
.header-action-btn.buy-btn {
    background: linear-gradient(135deg, #8b5cff 0%, #6f46e8 100%);
    color: #fff;
    border: 2px solid rgba(139, 92, 255, .4);
    box-shadow: 0 4px 14px rgba(111, 70, 232, .35);
}
.header-action-btn.sell-btn {
    background: linear-gradient(135deg, #ff4d8f 0%, #e8437c 100%);
    color: #fff;
    border: 2px solid rgba(255, 77, 143, .4);
    box-shadow: 0 4px 14px rgba(232, 67, 124, .35);
}
.header-action-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.page-chrome-main { min-height: 35vh; }
.footer-hidden-section {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.clp-hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 330px;
    padding: 48px 0;
    background: radial-gradient(circle at 88% 18%, rgba(237,79,154,.2), transparent 28%), radial-gradient(circle at 10% 20%, rgba(79,139,255,.17), transparent 30%), linear-gradient(135deg, #f4efff 0%, #fff 54%, #fff1f8 100%);
    border-bottom: 1px solid var(--clp-line);
}
.clp-hero > .clp-container { display: flex; align-items: center; flex-direction: column; text-align: center; }

.clp-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #817493; font-size: 14px; font-weight: 700; }
.clp-breadcrumb a { color: #6c48d7; text-decoration: none; }
.clp-breadcrumb i { font-size: 10px; opacity: .65; }
.clp-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 13px; color: var(--clp-purple-dark); font-size: 14px; font-weight: 900; letter-spacing: .04em; }
.clp-eyebrow i { color: var(--clp-pink); font-size: 17px; }
.clp-hero h1 { max-width: 980px; margin: 0 auto 17px; color: #291743; font-size: clamp(42px, 4.4vw, 64px); font-weight: 900; line-height: 1.1; letter-spacing: -.045em; text-wrap: balance; text-shadow: 0 8px 24px rgba(67, 39, 111, .1); }
.clp-hero-copy { max-width: 860px; margin: 0 auto; color: #675c78; font-size: 17px; font-weight: 650; line-height: 1.75; text-wrap: balance; }
.clp-hero-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 22px; color: #4e435f; font-size: 14px; font-weight: 800; }
.clp-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.clp-hero-meta i { color: var(--clp-purple); }

.clp-filter-wrap { position: relative; z-index: 4; margin: -1px auto 0; padding-top: 22px; }
.clp-filter-panel { padding: 20px; border: 1px solid var(--clp-line); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(55, 33, 92, .11); }
.clp-filter-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.clp-filter-title { display: flex; align-items: center; gap: 9px; margin: 0; color: #322347; font-size: 18px; font-weight: 900; }
.clp-filter-title i { color: var(--clp-purple); }
.clp-reset { border: 0; background: transparent; color: #7755d0; font-size: 13px; font-weight: 900; cursor: pointer; }
.clp-reset:hover { color: var(--clp-pink); }
.clp-filter-grid { display: grid; grid-template-columns: minmax(230px, 1.55fr) repeat(3, minmax(150px, 1fr)); gap: 12px; }
.clp-filter-grid--last-minute { grid-template-columns: minmax(260px, 1.55fr) repeat(2, minmax(180px, 1fr)) 118px; }
.clp-field { position: relative; }
.clp-field > i { position: absolute; z-index: 2; top: 50%; left: 16px; transform: translateY(-50%); color: #8b78b2; pointer-events: none; }
.clp-control { width: 100%; height: 48px; padding: 0 40px; border: 1px solid rgba(99,70,157,.17); border-radius: 12px; outline: 0; background: #fbfaff; color: #382d49; font-size: 14px; font-weight: 750; transition: border-color .2s, box-shadow .2s, background .2s; appearance: none; }
select.clp-control { cursor: pointer; }
.clp-control:focus { border-color: rgba(118,80,232,.6); background: #fff; box-shadow: 0 0 0 4px rgba(118,80,232,.1); }
.clp-date-control { cursor: pointer; }
.ui-datepicker,
.ui-widget.ui-widget-content.ui-datepicker {
    z-index: 100000 !important;
    width: 300px;
    padding: 10px;
    border: 1px solid rgba(118, 80, 232, .18);
    border-radius: 15px;
    background: #fff;
    color: var(--clp-ink);
    box-shadow: 0 18px 45px rgba(48, 28, 83, .16), 0 3px 10px rgba(118, 80, 232, .08);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.ui-datepicker .ui-datepicker-header {
    min-height: 40px;
    padding: 5px 38px;
    border: 1px solid rgba(118, 80, 232, .1);
    border-radius: 11px;
    background: #faf7ff;
    color: #342348;
}
.ui-datepicker .ui-datepicker-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
    color: #352548;
    font-size: 13px;
    font-weight: 900;
    line-height: 30px;
    white-space: nowrap;
}
.ui-datepicker .ui-datepicker-title select {
    width: 76px;
    height: 30px;
    margin: 0;
    padding: 0 8px;
    border: 1px solid rgba(118, 80, 232, .16);
    border-radius: 8px;
    outline: 0;
    background-color: #fff;
    color: #49365f;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: none;
}
.ui-datepicker .ui-datepicker-title select:focus {
    border-color: #7650e8;
    box-shadow: 0 0 0 2px rgba(118, 80, 232, .1);
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year { min-width: 0; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    color: #7450d8;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}
.ui-datepicker .ui-datepicker-prev { left: 5px; }
.ui-datepicker .ui-datepicker-next { right: 5px; }
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border: 0;
    background: rgba(118, 80, 232, .12);
    color: #e7438e;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span { display: none; }
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 900;
}
.ui-datepicker .ui-datepicker-prev::before { content: "\f053"; }
.ui-datepicker .ui-datepicker-next::before { content: "\f054"; }
.ui-datepicker table { width: 100%; margin: 7px 0 0; border-collapse: separate; border-spacing: 1px 3px; table-layout: fixed; font-size: 13px; }
.ui-datepicker th { padding: 6px 1px; color: #8a7d99; font-size: 11px; font-weight: 900; }
.ui-datepicker td { padding: 0; border: 0; }
.ui-datepicker td span,
.ui-datepicker td a,
.ui-datepicker .ui-state-default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #fbf9ff;
    color: #554a64;
    font-weight: 750;
    text-align: center;
}
.ui-datepicker td a:hover,
.ui-datepicker .ui-state-hover {
    border-color: rgba(118, 80, 232, .2);
    background: #eee8ff;
    color: #6540c9;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-active {
    border-color: #7650e8;
    background: linear-gradient(135deg, #7650e8 0%, #9b5de7 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(118, 80, 232, .28);
}
.ui-datepicker .ui-datepicker-today .ui-state-highlight {
    border-color: rgba(237, 79, 154, .6);
    background: #fff1f7;
    color: #d83d83;
}
.ui-datepicker .ui-datepicker-today.ui-datepicker-current-day .ui-state-active {
    border-color: #7650e8;
    background: linear-gradient(135deg, #7650e8 0%, #9b5de7 100%);
    color: #fff;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-default { background: transparent; color: #c9c1d1; }
.ui-datepicker .ui-state-disabled { opacity: .5; }
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled { color: #c9c0dc; opacity: .55; }
.ui-datepicker .ui-datepicker-buttonpane { margin-top: 10px; border-top: 1px solid var(--clp-line); }
.clp-field > .clp-select-arrow { position: absolute; top: 50%; right: 15px; left: auto; transform: translateY(-50%); color: #9485aa; font-size: 11px; pointer-events: none; }
.clp-field .nice-select.clp-region-select {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 42px 0 40px;
    border: 1px solid rgba(99, 70, 157, .17);
    border-radius: 12px;
    background: #fbfaff;
    color: #382d49;
    font-size: 14px;
    font-weight: 750;
    line-height: 46px;
}
.clp-field .nice-select.clp-region-select:after {
    right: 17px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-color: #927ab6;
}
.clp-field .nice-select.clp-region-select.open {
    border-color: rgba(118, 80, 232, .6);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(118, 80, 232, .1);
}
.clp-field .nice-select.clp-region-select .list {
    right: 0;
    left: 0;
    width: 100%;
    margin-top: 8px;
    padding: 7px;
    overflow: hidden;
    border: 1px solid rgba(118, 80, 232, .16);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(49, 29, 84, .16);
}
.clp-field .nice-select.clp-region-select .option {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px 0 40px;
    border-radius: 8px;
    color: #554864;
    font-size: 14px;
    font-weight: 750;
    line-height: 40px;
}
.clp-field .nice-select.clp-region-select .option::before {
    position: absolute;
    left: 14px;
    width: 16px;
    color: #8a67dc;
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}
.clp-field .nice-select.clp-region-select .option[data-value=""]::before { content: "\f5a0"; }
.clp-field .nice-select.clp-region-select .option[data-value="hong-kong"]::before { content: "\f64f"; }
.clp-field .nice-select.clp-region-select .option[data-value="macau"]::before { content: "\f66f"; }
.clp-field .nice-select.clp-region-select .option:hover,
.clp-field .nice-select.clp-region-select .option.focus,
.clp-field .nice-select.clp-region-select .option.selected.focus {
    background: #f2edff;
    color: #5f3fc0;
}
.clp-field .nice-select.clp-region-select .option.selected {
    color: #663fca;
    font-weight: 900;
}
.clp-query-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #7650e8 0%, #9258e4 58%, #df4a9c 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(118, 80, 232, .24);
    transition: transform .2s ease, box-shadow .2s ease;
}
.clp-query-btn:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 11px 25px rgba(118, 80, 232, .32); }
.clp-query-btn:active { transform: translateY(0); }

.clp-main { padding: 46px 0 72px; }
.clp-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.clp-section-kicker { display: block; margin-bottom: 7px; color: var(--clp-pink); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.clp-section-head h2, .clp-content-block h2, .clp-faq h2 { margin: 0; color: #281b3b; font-size: clamp(25px, 3vw, 34px); font-weight: 900; line-height: 1.2; }
.clp-result-count { color: #796e89; font-size: 14px; font-weight: 800; white-space: nowrap; }
.clp-result-count strong { color: var(--clp-purple-dark); font-size: 20px; }

.clp-card-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 25px 20px; }
.clp-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--clp-line); border-radius: 18px; background: var(--clp-surface); box-shadow: 0 10px 30px rgba(49,31,80,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.clp-card:hover { transform: translateY(-5px); border-color: rgba(118,80,232,.36); box-shadow: 0 18px 42px rgba(54,34,92,.15); }
.clp-card[hidden] { display: none; }
.clp-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3.25; background: #eee8fa; }
.clp-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.clp-card:hover .clp-card-media img { transform: scale(1.045); }
.clp-card-badge { position: absolute; top: 13px; left: 13px; display: inline-flex; align-items: center; min-height: 29px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 9px; background: rgba(34,22,53,.86); color: #fff; font-size: 11px; font-weight: 900; line-height: 1; box-shadow: 0 5px 16px rgba(22,10,39,.26); backdrop-filter: blur(8px); }
.clp-card-badge.is-hot { background: linear-gradient(135deg, #ff4c8f, #8c4fff); }
.clp-card-badge.is-sale { background: linear-gradient(135deg, #7553e8, #397ee9); }
.clp-card-badge.is-last { background: linear-gradient(135deg, #ff3f79, #e938a0); }
.clp-card-save { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(255,255,255,.9); color: #6e5a8c; box-shadow: 0 5px 16px rgba(28,17,49,.15); cursor: pointer; }
.clp-card-save.is-active { color: #e73f88; }
.clp-card-body { padding: 17px 17px 18px; }
.clp-card-title { margin: 0 0 10px; color: #271a3a; font-size: 18px; font-weight: 900; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.clp-card-title a { color: inherit; text-decoration: none; }
.clp-card-line { display: flex; align-items: center; gap: 8px; min-width: 0; margin-top: 7px; color: #746a82; font-size: 13px; font-weight: 750; line-height: 1.35; }
.clp-card-line i { width: 15px; color: #8b65e2; text-align: center; flex: 0 0 auto; }
.clp-card-line span { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.clp-card-highlight { color: #df3f86; font-weight: 900; }
.clp-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(97,69,153,.1); }
.clp-card-price { color: #322343; font-size: 14px; font-weight: 800; }
.clp-card-price strong { color: #e54089; font-size: 19px; }
.clp-card-link { display: inline-flex; align-items: center; gap: 7px; color: #6947cf; font-size: 13px; font-weight: 900; text-decoration: none; }
.clp-card-link:hover { color: #e54089; }
.last-minute-listing-page .clp-card-media {
    aspect-ratio: 4 / 5;
}
.last-minute-listing-page .clp-card-media img { object-fit: cover; object-position: center; }
.upcoming-sales-listing-page .clp-card-media {
    aspect-ratio: 4 / 5;
}
.upcoming-sales-listing-page .clp-card-media img { object-fit: cover; object-position: center; }
.upcoming-sales-listing-page .clp-card-badge,
.upcoming-sales-listing-page .clp-card-save { display: none; }
.hot-concerts-listing-page .clp-card-media { aspect-ratio: 4 / 5; }
.hot-concerts-listing-page .clp-card-media img { object-fit: cover; object-position: center; }
.hot-concerts-listing-page .clp-card-badge,
.hot-concerts-listing-page .clp-card-save { display: none; }
.clp-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}
.clp-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(118, 80, 232, .16);
    border-radius: 10px;
    background: #fff;
    color: #665774;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(52, 31, 88, .06);
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.clp-page-btn:hover:not(:disabled):not(.is-active) {
    border-color: rgba(118, 80, 232, .42);
    background: #f4f0ff;
    color: #6843ce;
}
.clp-page-btn.is-active {
    border-color: #7650e8;
    background: linear-gradient(135deg, #7650e8 0%, #9258e4 100%);
    color: #fff;
    box-shadow: 0 7px 18px rgba(118, 80, 232, .25);
}
.clp-page-btn:disabled { color: #c7bfce; cursor: not-allowed; box-shadow: none; }
.clp-page-ellipsis { min-width: 22px; color: #9a8fa7; font-weight: 900; text-align: center; }
.clp-empty { display: none; padding: 52px 20px; border: 1px dashed rgba(110,76,180,.28); border-radius: 18px; background: #fbf9ff; color: #6e6380; text-align: center; font-weight: 800; }
.clp-empty.is-visible { display: block; }

.clp-trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 56px; overflow: hidden; border: 1px solid var(--clp-line); border-radius: 18px; background: var(--clp-line); }
.clp-trust-item { display: flex; align-items: center; gap: 13px; padding: 22px; background: #fff; }
.clp-trust-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, #efe9ff, #fff0f8); color: #7650e8; font-size: 18px; flex: 0 0 auto; }
.clp-trust-item strong { display: block; margin-bottom: 3px; color: #302242; font-size: 15px; }
.clp-trust-item > div > span { display: block; color: #80768e; font-size: 12px; font-weight: 700; }

.clp-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 58px; }
.clp-content-block { padding: 28px; border: 1px solid var(--clp-line); border-radius: 18px; background: linear-gradient(145deg, #fff 0, #fbf9ff 100%); }
.clp-content-block h2 { margin-bottom: 13px; font-size: 24px; }
.clp-content-block p { margin: 0; color: #70657f; font-size: 15px; font-weight: 650; line-height: 1.75; }
.clp-content-block a { color: #6845cf; font-weight: 900; text-decoration: none; }
.clp-listing-section { margin-top: 58px; }
.hot-concerts-listing-page > .clp-main > .clp-cta { margin-top: 58px; }
.clp-news-list {
    overflow: hidden;
    border: 1px solid rgba(118, 80, 232, .1);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(54, 34, 92, .04);
}
.clp-news-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(118, 80, 232, .08);
    text-decoration: none;
    transition: background-color .2s ease;
}
.clp-news-item:last-child { border-bottom: none; }
.clp-news-item:hover { background-color: #fcfaff; }
.clp-news-img {
    width: 72px;
    height: 40px;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 6px;
    object-fit: cover;
}
.clp-news-title {
    display: -webkit-box;
    flex-grow: 1;
    overflow: hidden;
    margin: 0;
    color: #271a3a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    text-overflow: ellipsis;
    transition: color .2s ease;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.clp-news-item:hover .clp-news-title { color: #6c48d7; }
.clp-news-date {
    flex-shrink: 0;
    color: #e54089;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}
.clp-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px; color: #fff; border-radius: 20px; background: radial-gradient(circle at 85% 0, rgba(255,255,255,.18), transparent 32%), linear-gradient(135deg, #4f2eb5 0%, #7b4fe1 52%, #e94492 100%); box-shadow: 0 18px 42px rgba(94,54,179,.2); }
.clp-cta h2 { margin: 0 0 7px; color: #fff; font-size: 26px; font-weight: 900; }
.clp-cta p { margin: 0; color: rgba(255,255,255,.8); font-weight: 700; }
.clp-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 142px; height: 46px; padding: 0 20px; border-radius: 11px; background: #fff; color: #5e3bc2; font-size: 14px; font-weight: 900; text-decoration: none; box-shadow: 0 7px 20px rgba(29,10,72,.2); }

.clp-faq { margin-top: 58px; }
.clp-faq h2 { margin-bottom: 20px; }
.clp-faq-list { display: grid; gap: 10px; }
.clp-faq details { border: 1px solid var(--clp-line); border-radius: 14px; background: #fff; }
.clp-faq summary { position: relative; padding: 18px 48px 18px 20px; color: #322543; font-size: 16px; font-weight: 900; cursor: pointer; list-style: none; }
.clp-faq summary::-webkit-details-marker { display: none; }
.clp-faq summary::after { content: "\f107"; position: absolute; top: 0; right: 14px; display: flex; align-items: center; justify-content: center; width: 30px; height: 100%; color: #7650e8; font-family: "Font Awesome 6 Pro"; font-size: 18px; font-weight: 900; line-height: 1; transition: transform .2s ease; }
.clp-faq details[open] summary::after { transform: rotate(180deg); }
.clp-faq details p { margin: 0; padding: 0 20px 20px; color: #716680; font-size: 14px; font-weight: 650; line-height: 1.75; }

@media (max-width: 991px) {
    .header__action-btns { display: none; }
}

@media (max-width: 1100px) {
    .clp-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .clp-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .clp-filter-grid--last-minute { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .clp-container { width: min(100% - 24px, 1320px); }
    .clp-hero { min-height: 310px; padding: 34px 0; }
    .clp-hero h1 { margin-bottom: 14px; font-size: clamp(34px, 10vw, 42px); line-height: 1.13; }
    .clp-hero-copy { font-size: 15px; line-height: 1.65; }
    .clp-filter-panel { padding: 15px; border-radius: 16px; }
    .clp-filter-grid { grid-template-columns: 1fr; }
    .clp-filter-grid--last-minute { grid-template-columns: 1fr; }
    .ui-datepicker,
    .ui-widget.ui-widget-content.ui-datepicker { width: min(300px, calc(100vw - 24px)); padding: 10px; }
    .ui-datepicker td span,
    .ui-datepicker td a,
    .ui-datepicker .ui-state-default { width: 34px; height: 34px; }
    .clp-main { padding: 36px 0 54px; }
    .clp-section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .clp-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
    .clp-card { border-radius: 14px; }
    .clp-card-media { aspect-ratio: 4 / 3.55; }
    .clp-card-body { padding: 12px; }
    .clp-card-title { margin-bottom: 8px; font-size: 14px; }
    .clp-card-line { gap: 5px; margin-top: 5px; font-size: 10px; }
    .clp-card-footer { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: 10px; padding-top: 10px; }
    .clp-card-price { font-size: 11px; }
    .clp-card-price strong { font-size: 15px; }
    .clp-card-link { font-size: 11px; }
    .clp-card-badge { top: 8px; left: 8px; min-height: 24px; padding: 5px 7px; font-size: 9px; }
    .clp-card-save { top: 7px; right: 7px; width: 29px; height: 29px; font-size: 12px; }
    .clp-trust-strip { grid-template-columns: 1fr; margin-top: 40px; }
    .clp-content-grid { grid-template-columns: 1fr; margin-top: 40px; }
    .clp-listing-section { margin-top: 42px; }
    .hot-concerts-listing-page > .clp-main > .clp-cta { margin-top: 42px; }
    .clp-content-block { padding: 22px; }
    .clp-cta { grid-column: auto; align-items: flex-start; flex-direction: column; padding: 24px; }
    .clp-news-item { gap: 12px; padding: 12px 14px; }
    .clp-news-img { width: 64px; height: 36px; }
    .clp-news-title { font-size: 14px; }
    .clp-news-date { font-size: 12px; }
    .clp-faq { margin-top: 42px; }
}

@media (max-width: 390px) {
    .clp-card-grid { grid-template-columns: 1fr; }
}

/* Venue guide pages generated from venue document briefs */
.venue-guide-page {
    min-height: 70vh;
    background: #f5f7fb;
    color: #17202f;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.vg-container {
    width: min(100% - 48px, 1440px);
    margin: 0 auto;
}

.vg-hero {
    position: relative;
    display: flex;
    min-height: 560px;
    overflow: hidden;
    align-items: flex-end;
    background: #101827;
}

.vg-hero-media,
.vg-hero-media img,
.vg-hero-overlay {
    position: absolute;
    inset: 0;
}

.vg-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vg-hero-overlay {
    background:
        linear-gradient(90deg, rgba(11, 18, 31, .9) 0%, rgba(11, 18, 31, .74) 38%, rgba(11, 18, 31, .36) 100%),
        linear-gradient(0deg, rgba(11, 18, 31, .92) 0%, rgba(11, 18, 31, .04) 56%);
}

.vg-hero-inner {
    position: relative;
    z-index: 2;
    padding: 96px 0 72px;
}

.vg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    color: #d6f7f1;
    font-size: 14px;
    font-weight: 900;
}

.vg-eyebrow i { color: #42d6c3; }

.vg-hero h1 {
    max-width: 980px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(38px, 5vw, 70px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.vg-hero-copy {
    max-width: 860px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.78;
}

.vg-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.vg-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vg-btn:hover { transform: translateY(-2px); }

.vg-btn-primary {
    background: #1ab39f;
    color: #061712;
    box-shadow: 0 10px 26px rgba(26, 179, 159, .28);
}

.vg-btn-primary:hover {
    color: #061712;
    background: #31c8b5;
}

.vg-btn-light {
    border-color: rgba(255,255,255,.2);
    background: rgba(255,255,255,.12);
    color: #fff;
}

.vg-btn-light:hover {
    color: #fff;
    background: rgba(255,255,255,.2);
}

.vg-jump {
    position: sticky;
    top: 92px;
    z-index: 12;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    width: min(100% - 48px, 1440px);
    margin: -28px auto 0;
    padding: 10px;
    border: 1px solid rgba(31, 50, 78, .12);
    border-radius: 8px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 46px rgba(22, 32, 50, .16);
}

.vg-jump a {
    flex: 0 0 auto;
    padding: 9px 14px;
    border-radius: 7px;
    color: #2e3a50;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.vg-jump a:hover {
    background: #e9f7f4;
    color: #087d70;
}

.vg-section { padding: 56px 0 0; }
.vg-section:last-child { padding-bottom: 70px; }

.vg-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.vg-section-head span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #112236;
    color: #72e2d4;
    font-size: 14px;
    font-weight: 950;
}

.vg-section-head h2 {
    margin: 0;
    color: #162033;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0;
}

.vg-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.35fr);
    gap: 18px;
    align-items: stretch;
}

.vg-intro-card,
.vg-fact-card,
.vg-stage-card,
.vg-doc-content,
.vg-other-grid a {
    border: 1px solid rgba(31, 50, 78, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(30, 44, 68, .07);
}

.vg-intro-card { padding: 26px; }

.vg-intro-card h3 {
    margin: 0 0 12px;
    color: #162033;
    font-size: 22px;
    font-weight: 950;
    line-height: 1.3;
}

.vg-intro-card p,
.vg-section-intro,
.vg-stage-card p,
.vg-doc-content p {
    color: #536073;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.75;
}

.vg-intro-card p { margin: 0; }
.vg-intro-card p + p { margin-top: 14px; }

.vg-note {
    padding: 13px 15px;
    border-left: 4px solid #d94f65;
    border-radius: 7px;
    background: #fff4f5;
}

.vg-fact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vg-fact-card {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
}

.vg-fact-card i {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #e9f7f4;
    color: #0e8f80;
    font-size: 18px;
}

.vg-fact-card span {
    color: #7a8495;
    font-size: 12px;
    font-weight: 900;
}

.vg-fact-card strong {
    display: block;
    margin-top: 4px;
    color: #172033;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.45;
}

.vg-stage-section {
    margin-top: 58px;
    padding-bottom: 58px;
    background: #eef3f7;
}

.vg-section-intro {
    max-width: 980px;
    margin: 0 0 20px;
}

.vg-stage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vg-stage-card { overflow: hidden; }

.vg-stage-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #dfe7ef;
}

.vg-stage-card h3 {
    margin: 16px 18px 7px;
    color: #162033;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.35;
}

.vg-stage-card p { margin: 0 18px 18px; }

.vg-callout {
    margin: 18px 0 0;
    padding: 15px 18px;
    border-left: 4px solid #d94f65;
    border-radius: 8px;
    background: #fff;
    color: #445166;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.7;
}

.vg-doc-content { padding: 28px; }

.vg-doc-content h2,
.vg-doc-content h3,
.vg-doc-content h4,
.vg-doc-content h5 {
    color: #162033;
    font-weight: 950;
    line-height: 1.35;
    letter-spacing: 0;
}

.vg-doc-content h2 {
    margin: 30px 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dce4ee;
    font-size: 28px;
}

.vg-doc-content h2:first-child { margin-top: 0; }

.vg-doc-content h3 {
    margin: 24px 0 10px;
    font-size: 22px;
}

.vg-doc-content h4 {
    margin: 20px 0 8px;
    font-size: 18px;
}

.vg-doc-content h5 {
    margin: 16px 0 6px;
    font-size: 16px;
}

.vg-doc-content p { margin: 0 0 12px; }

.vg-doc-content a {
    color: #0b7e72;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.vg-section-marker {
    display: inline-flex;
    margin: 22px 0 8px !important;
    padding: 7px 12px;
    border-radius: 7px;
    background: #eef7f5;
    color: #087d70 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

.vg-field-p {
    padding: 12px 14px;
    border: 1px solid #e0e7ef;
    border-radius: 7px;
    background: #fafcff;
}

.vg-field-p strong {
    display: inline-block;
    margin-bottom: 4px;
    color: #162033;
}

.vg-doc-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 22px;
    margin: 0 0 16px;
    padding: 16px 18px 16px 38px;
    border: 1px solid #d6e7ee;
    border-left: 4px solid #1ab39f;
    border-radius: 8px;
    background: #f2fbf9;
    color: #3d4a5e;
}

.vg-doc-list li {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
}

.vg-table-wrap {
    overflow-x: auto;
    margin: 18px 0;
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    background: #fff;
}

.vg-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.vg-table th,
.vg-table td {
    padding: 13px 15px;
    border-right: 1px solid #dfe6ee;
    border-bottom: 1px solid #dfe6ee;
    text-align: left;
    vertical-align: top;
}

.vg-table th:last-child,
.vg-table td:last-child { border-right: 0; }
.vg-table tr:last-child td { border-bottom: 0; }

.vg-table th {
    background: #e9f2f6;
    color: #173046;
    font-size: 14px;
    font-weight: 950;
}

.vg-table td {
    color: #435068;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.6;
}

.vg-other-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.vg-other-grid a {
    display: block;
    overflow: hidden;
    color: #172033;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease;
}

.vg-other-grid a:hover {
    border-color: rgba(26, 179, 159, .52);
    color: #172033;
    transform: translateY(-3px);
}

.vg-other-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.vg-other-grid b,
.vg-other-grid span {
    display: block;
    padding: 0 14px;
}

.vg-other-grid b {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.35;
}

.vg-other-grid span {
    margin: 4px 0 14px;
    color: #687487;
    font-size: 13px;
    font-weight: 750;
}

@media (max-width: 1180px) {
    .vg-overview-grid { grid-template-columns: 1fr; }
    .vg-stage-grid,
    .vg-other-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .vg-container,
    .vg-jump { width: min(100% - 30px, 1440px); }
    .vg-hero { min-height: 500px; }
    .vg-hero-overlay { background: linear-gradient(0deg, rgba(11,18,31,.92), rgba(11,18,31,.44)); }
    .vg-hero-inner { padding: 84px 0 52px; }
    .vg-hero h1 { font-size: 36px; }
    .vg-hero-copy { font-size: 16px; }
    .vg-jump { top: 76px; }
    .vg-section { padding-top: 42px; }
    .vg-fact-grid,
    .vg-stage-grid,
    .vg-doc-list,
    .vg-other-grid { grid-template-columns: 1fr; }
    .vg-doc-content { padding: 22px 18px; }
    .vg-doc-content h2 { font-size: 24px; }
    .vg-doc-content h3 { font-size: 20px; }
}

@media (max-width: 520px) {
    .vg-hero h1 { font-size: 32px; }
    .vg-action-row { flex-direction: column; }
    .vg-btn { width: 100%; }
    .vg-section-head { align-items: flex-start; }
    .vg-section-head h2 { font-size: 25px; }
}

/* Shared refinements for venue document detail pages */
.venue-doc-page {
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.venue-doc-page :where(h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, a, span, strong, b, small, summary, button) {
    font-family: inherit;
    letter-spacing: 0;
}

.venue-doc-page .kt-hero {
    margin-bottom: 16px;
}

.venue-doc-page .kt-hero-content h1 {
    margin-bottom: 14px;
}

.venue-doc-stage-grid {
    margin-top: 6px;
}

.venue-doc-stage-grid .vd-image-card img {
    aspect-ratio: 16 / 10;
    max-height: 520px;
    background: #f3f6fa;
}


.venue-doc-page .vd-merged-intro {
    margin-bottom: 16px;
}

.venue-doc-page .vd-merged-title {
    margin: 0 0 14px;
    color: #10234a;
    font-size: clamp(20px, 1.8vw, 26px);
    font-weight: 950;
    line-height: 1.3;
}

.venue-section-intro {
    margin: 0 0 16px;
}

.venue-section-intro:not(:empty) {
    padding: 14px 16px;
    border: 1px solid #dfe7f2;
    border-left: 4px solid #4f87c8;
    border-radius: 8px;
    background: #f7faff;
}

.venue-section-intro p {
    margin: 0 0 10px;
    color: #4e5d75;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.75;
}

.venue-section-intro p:last-child {
    margin-bottom: 0;
}

.venue-section-card-grid {
    align-items: stretch;
}

.kt-transport-grid.venue-section-card-grid,
.vd-stage-grid.venue-section-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.venue-section-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.venue-section-card > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #eef5ff;
    color: #0b57b7;
    font-size: 18px;
}

.venue-section-card h3 {
    margin: 0 0 10px;
    color: #16233c;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.35;
}

.venue-section-card p {
    margin: 0 0 10px;
    color: #4e5d75;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.7;
}

.venue-section-card p:last-child {
    margin-bottom: 0;
}

.venue-section-card a {
    color: #0b57b7;
    font-weight: 850;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.venue-section-card-full {
    grid-column: 1 / -1;
}

.venue-doc-page .vd-info .vd-doc-list,
.venue-section-card .vd-doc-list {
    grid-template-columns: 1fr;
    gap: 5px;
    margin: 8px 0 12px;
    padding: 12px 14px 12px 32px;
    background: #f7faff;
}

.venue-doc-page .vd-info .vd-doc-list {
    margin-top: 10px;
}

.vd-faq-list .vd-doc-list {
    display: block;
    margin: -4px 16px 14px 38px;
    padding: 0 0 0 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.vd-faq-list .vd-doc-list li {
    margin-bottom: 7px;
    color: #526177;
    font-size: 14px;
    font-weight: 650;
}

.venue-doc-content {
    display: block;
}

.venue-doc-content h2,
.venue-doc-content h3,
.venue-doc-content h4,
.venue-doc-content h5 {
    color: #16233c;
    font-weight: 950;
    line-height: 1.35;
    letter-spacing: 0;
}

.venue-doc-content h2 {
    margin: 28px 0 14px;
    padding: 11px 14px;
    border: 1px solid #e1e6ed;
    border-left: 4px solid #4f87c8;
    border-radius: 7px;
    background: #f7f8fa;
    font-size: 22px;
}

.venue-doc-content h2:first-child {
    margin-top: 0;
}

.venue-doc-content h3 {
    margin: 22px 0 10px;
    font-size: 19px;
}

.venue-doc-content h4,
.venue-doc-content h5 {
    margin: 18px 0 8px;
    font-size: 17px;
}

.venue-doc-content p {
    margin: 0 0 12px;
    color: #526177;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.75;
}

.venue-doc-content a {
    color: #0b57b7;
    font-weight: 850;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vd-doc-marker {
    display: inline-flex;
    margin: 20px 0 10px !important;
    padding: 7px 12px;
    border-radius: 6px;
    background: #eef5ff;
    color: #0b57b7 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

.vd-doc-field {
    padding: 12px 14px;
    border: 1px solid #e0e7ef;
    border-radius: 7px;
    background: #fbfdff;
}

.vd-doc-field strong {
    display: inline-block;
    margin-bottom: 4px;
    color: #16233c;
}

.vd-doc-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 22px;
    margin: 0 0 16px;
    padding: 16px 18px 16px 38px;
    border: 1px solid #cfe0f5;
    border-left: 4px solid #4f87c8;
    border-radius: 8px;
    background: #f3f8ff;
    color: #33425f;
}

.vd-doc-list li {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
}

.vd-doc-list li::marker {
    color: #0b57b7;
}

.vd-doc-table-wrap {
    margin: 16px 0;
}

.venue-doc-page .kt-venue-mini-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 1180px) {
    .kt-transport-grid.venue-section-card-grid,
    .vd-stage-grid.venue-section-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .venue-doc-page .kt-venue-mini-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .kt-transport-grid.venue-section-card-grid,
    .vd-stage-grid.venue-section-card-grid,
    .vd-columns.venue-section-card-grid {
        grid-template-columns: 1fr;
    }

    .vd-doc-list,
    .venue-doc-page .kt-venue-mini-grid {
        grid-template-columns: 1fr;
    }
    .venue-doc-content h2 {
        font-size: 20px;
    }
}

/* Venue guide polish: tidier document-imported detail pages */
.venue-doc-page {
    --vd-blue: #0b57b7;
    --vd-blue-2: #1d4f9a;
    --vd-ink: #16233c;
    --vd-muted: #526177;
    --vd-line: #dfe7f2;
    --vd-soft: #f7faff;
    --vd-green: #139455;
}

.venue-doc-page .kt-section {
    margin-top: 18px;
}

.venue-doc-page .kt-hero {
    gap: 24px;
}

.venue-doc-page .kt-hero-media img {
    object-position: center;
}

.venue-doc-page .kt-hero-content {
    display: flex;
    flex-direction: column;
}

.venue-doc-page .kt-hero-content p:not(.kt-eyebrow):not(.kt-title-en) {
    margin-top: 0;
}

.venue-doc-page :where(
    .kt-section-intro,
    .venue-section-intro p,
    .vd-info p,
    .vd-info ul,
    .vd-info li,
    .kt-card p:not(.vd-card-label):not(.vd-card-chip):not(.vd-card-rating):not(.vd-card-route),
    .kt-card li,
    .venue-doc-content p,
    .venue-doc-content li,
    .kt-dot-list li,
    .vd-seat-notes li,
    .kt-faq-section details p,
    .vd-entry-tip p,
    .vd-audience-tips p,
    .vd-audience-tips li,
    .luggage-row-content li,
    .luggage-tip-text p
) {
    color: var(--vd-muted) !important;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.75 !important;
    letter-spacing: 0 !important;
}

.venue-doc-page :where(
    .kt-section-intro strong,
    .venue-section-intro strong,
    .vd-info strong,
    .vd-entry-tip strong,
    .vd-audience-tips strong,
    .kt-card p strong,
    .kt-card li strong,
    .venue-doc-content strong,
    .kt-faq-section details p strong
) {
    color: var(--vd-ink) !important;
    font-weight: 950 !important;
}

.venue-doc-page .vd-info p,
.venue-doc-page .vd-info ul,
.venue-doc-page .vd-info li {
    color: var(--vd-muted) !important;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.75 !important;
    letter-spacing: 0 !important;
}

.venue-doc-page .vd-entry-tips {
    margin-top: 18px;
}

.venue-doc-page .vd-entry-tip {
    display: block;
    padding: 16px 20px;
    border: 1px solid #f5d58d;
    border-left: 5px solid #f0a000;
    border-radius: 8px;
    background: #fff8e7;
}

.venue-doc-page .vd-entry-tip strong {
    display: block;
    margin: 0 0 8px;
    color: var(--vd-ink) !important;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
    font-size: 15px;
    font-weight: 950 !important;
    line-height: 1.35;
}

.venue-doc-page .vd-entry-tip p {
    margin: 0;
}

.venue-doc-page .vd-audience-tips {
    margin-top: 20px;
    padding: 20px 24px 22px;
    border: 1px solid #f1d68d;
    border-left: 5px solid #f0a000;
    border-radius: 8px;
    background: #fff8e7;
}

.venue-doc-page .vd-audience-tips h3 {
    margin: 0 0 12px;
    color: var(--vd-ink);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.35;
}

.venue-doc-page .vd-audience-tips ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 34px;
    margin: 0;
    padding-left: 18px;
}

.venue-doc-page .vd-audience-tips li {
    padding-left: 2px;
}

.venue-doc-page .vd-audience-tips li::marker {
    color: #d89500;
}

.venue-doc-page .vd-audience-tips p {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(216, 149, 0, 0.28);
}

.venue-doc-page .kt-fact-list dd span {
    display: block;
    margin-top: 7px;
    color: #5d718d;
    font-weight: 850;
    line-height: 1.45;
}

.venue-doc-page .kt-action-row {
    margin-top: auto;
    padding-top: 18px;
}

.venue-doc-page .vd-columns > .kt-card {
    border-color: var(--vd-line);
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 8px 22px rgba(29, 53, 92, 0.045);
}

.venue-doc-page .vd-columns > .kt-card h3 {
    padding-bottom: 0;
}

.venue-doc-page .vd-columns > .kt-card h3::after {
    display: none;
    content: none;
}

.venue-doc-page .vd-venue-highlights {
    background: linear-gradient(180deg, #f8fbff 0%, #f4f8fe 100%);
}

.venue-doc-page .vd-highlight-list {
    gap: 10px;
}

.venue-doc-page .vd-highlight-list li {
    align-items: center;
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid #dce8f6;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(29, 53, 92, 0.035);
}

.venue-doc-page .vd-highlight-list i {
    margin-top: 0;
}

.venue-doc-page .venue-section-intro:not(:empty) {
    margin-top: 2px;
    background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.venue-doc-page .venue-section-card-grid {
    gap: 16px;
}

.venue-doc-page .kt-transport-grid.venue-section-card-grid,
.venue-doc-page .vd-stage-grid.venue-section-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.venue-doc-page .vd-columns.venue-section-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.venue-doc-page .vd-columns.venue-section-card-grid--arena-seat {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.venue-doc-page .vd-columns.venue-section-card-grid--past-events {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.venue-doc-page .venue-section-card-grid--past-events .venue-section-card {
    position: relative;
    overflow: hidden;
    grid-template-areas:
        ". icon title ."
        "body body body body";
    grid-template-columns: minmax(0, 1fr) 40px max-content minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    align-content: start;
    column-gap: 12px;
    min-height: 210px;
    padding: 30px 34px;
    border-color: #d8e5f4;
    background:
        linear-gradient(180deg, rgba(245, 250, 255, 0.78) 0%, rgba(255, 255, 255, 0) 46%),
        #fff;
    box-shadow: 0 12px 28px rgba(29, 53, 92, 0.055);
}

.venue-doc-page .venue-section-card-grid--past-events .venue-section-card > i {
    grid-area: icon;
    justify-self: center;
    width: 44px;
    height: 44px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #eef6ff 0%, #e8f2ff 100%);
    box-shadow: inset 0 0 0 1px rgba(11, 87, 183, 0.08);
}

.venue-doc-page .venue-section-card-grid--past-events .venue-section-card h3 {
    grid-area: title;
    justify-content: flex-start;
    min-height: 0;
    margin-bottom: 24px;
    color: #10234a;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.35;
    text-align: left;
}

.venue-doc-page .venue-section-card-grid--past-events .venue-section-card > .venue-section-card-body {
    grid-area: body;
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 82%);
    margin: 0 auto;
    padding-top: 8px;
}

.venue-doc-page .venue-section-card-grid--past-events .venue-section-card-body p {
    margin: 0;
    color: #3d506c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
}

.venue-doc-page .venue-section-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
    align-content: start;
    padding: 18px;
    border-color: var(--vd-line);
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 8px 22px rgba(29, 53, 92, 0.045);
}

.venue-doc-page .venue-section-card--wide {
    grid-column: span 2;
}

.venue-doc-page .venue-section-card--mini {
    background: #fcfdff;
    box-shadow: 0 5px 14px rgba(29, 53, 92, 0.03);
}

.venue-doc-page .venue-section-card--mini h3 {
    min-height: 34px;
    margin-bottom: 8px;
    font-size: 16px;
}

.venue-doc-page .venue-section-card--mini > i {
    width: 34px;
    height: 34px;
    font-size: 15px;
}

.venue-doc-page .venue-section-card > i {
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 40px;
    margin: 0;
    background: #edf5ff;
    color: var(--vd-blue);
}

.venue-doc-page .venue-section-card h3 {
    grid-column: 2;
    min-height: 40px;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
}

.venue-doc-page .venue-section-card > p,
.venue-doc-page .venue-section-card > ul,
.venue-doc-page .venue-section-card > div,
.venue-doc-page .venue-section-card > table,
.venue-doc-page .venue-section-card > a {
    grid-column: 1 / -1;
}

.venue-doc-page .venue-section-card > .venue-section-card-body {
    grid-column: 1 / -1;
    min-width: 0;
}

.venue-doc-page .venue-section-card p {
    margin-bottom: 9px;
}

.venue-doc-page .venue-seat-alert {
    align-items: flex-start;
}

.venue-doc-page .venue-seat-alert > div {
    min-width: 0;
}

.venue-doc-page .venue-seat-alert p {
    margin: 4px 0 0;
    color: var(--vd-muted);
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
}


.venue-doc-page .venue-section-card p.vd-card-label {
    margin: 10px 0 6px;
    color: var(--vd-ink);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.35;
}

.venue-doc-page .venue-section-card p.vd-card-chip,
.venue-doc-page .venue-section-card p.vd-card-rating {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    overflow-wrap: anywhere;
    margin: 0 7px 8px 0;
    padding: 6px 10px;
    border: 1px solid #d9e6f5;
    border-radius: 999px;
    background: #f7fbff;
    color: #294568;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
}

.venue-doc-page .venue-section-card p.vd-card-rating {
    border-color: #d8ebdf;
    background: #f1fbf5;
    color: #127146;
}

.venue-doc-page .venue-section-card p.vd-card-route {
    padding: 8px 10px;
    border: 1px solid #dde8f4;
    border-radius: 7px;
    background: #f8fbff;
    color: #2d4665;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.venue-doc-page .venue-section-card--mini p {
    font-size: 13px;
}

.venue-doc-page .venue-section-card .vd-doc-list {
    margin-top: 4px;
    margin-bottom: 12px;
    border-left-color: var(--vd-blue);
    background: #f7faff;
}

.venue-doc-page .vd-seat-zone-guide {
    margin-top: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.venue-doc-page .vd-seat-zone-title,
.venue-doc-page .vd-seat-notes-title {
    margin: 0 0 9px;
    color: var(--vd-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.35;
}

.venue-doc-page .vd-seat-zone-intro {
    margin: 0 0 14px;
    color: var(--vd-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
}

.venue-doc-page .vd-seat-zone-table tbody tr:nth-child(even) {
    background: #fbfdff;
}

.venue-doc-page .vd-seat-notes-title {
    margin-top: 18px;
}

.venue-doc-page .vd-callout {
    margin-top: 16px !important;
    border-left-color: #d89500;
    background: #fff8e7;
    color: var(--vd-muted);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
    box-shadow: 0 8px 20px rgba(216, 157, 23, 0.08);
}

.venue-doc-page .vd-callout strong {
    color: var(--vd-ink);
    font-weight: 950;
}

.venue-doc-page .kt-faq-section .kt-faq-list {
    gap: 12px;
}

.venue-doc-page .kt-faq-section details {
    overflow: hidden;
    border-color: #dfe7f1;
    box-shadow: 0 6px 16px rgba(29, 53, 92, 0.035);
}

.venue-doc-page .kt-faq-section summary {
    min-height: 58px;
    background: #fff;
}

.venue-doc-page .kt-faq-section details[open] summary {
    background: #f7fbff;
}

.venue-doc-page .kt-faq-section details p + p {
    padding-top: 0;
}

.venue-doc-page .kt-venue-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.venue-doc-page .kt-venue-mini-grid a {
    border: 1px solid #dde5f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(29, 53, 92, 0.045);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.venue-doc-page .kt-venue-mini-grid a:hover {
    border-color: #b9cdea;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(29, 53, 92, 0.08);
}

.venue-doc-page .kt-venue-mini-grid img {
    aspect-ratio: 16 / 9;
}

.venue-doc-page .kt-venue-mini-grid b {
    margin-top: 12px;
    font-size: 15px;
}

.venue-doc-page .kt-venue-mini-grid span {
    min-height: 0;
    margin-bottom: 13px;
    font-size: 12px;
}

.venue-doc-page .kt-bottom-grid {
    align-items: stretch;
    gap: 20px;
}

.venue-doc-page .kt-bottom-grid .kt-section {
    margin-top: 16px;
}

.venue-doc-page .kt-bottom-grid .vd-place-grid,
.venue-doc-page .kt-bottom-grid .kt-venue-mini-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.venue-doc-page .kt-bottom-grid .vd-place-grid article {
    border-color: #dde6f3;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 8px 22px rgba(29, 53, 92, 0.045);
}

.venue-doc-page .kt-bottom-grid .vd-place-grid h3 {
    color: var(--vd-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.4;
}

.venue-doc-page .kt-bottom-grid .vd-place-grid p {
    color: #26364d;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.7;
}


.venue-doc-page .kt-bottom-grid .kt-venue-mini-grid img {
    aspect-ratio: 1.15 / 1;
}

@media (max-width: 1180px) {
    .venue-doc-page .kt-transport-grid.venue-section-card-grid,
    .venue-doc-page .vd-stage-grid.venue-section-card-grid,
    .venue-doc-page .vd-columns.venue-section-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .venue-doc-page .kt-bottom-grid .vd-place-grid,
    .venue-doc-page .kt-bottom-grid .kt-venue-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1181px) {
    .venue-doc-page .vd-columns.venue-section-card-grid--arena-seat {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .venue-doc-page .vd-columns.venue-section-card-grid--past-events {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .venue-doc-page .kt-transport-grid.venue-section-card-grid,
    .venue-doc-page .vd-stage-grid.venue-section-card-grid,
    .venue-doc-page .vd-columns.venue-section-card-grid,
    .venue-doc-page .kt-venue-mini-grid {
        grid-template-columns: 1fr;
    }

    .venue-doc-page .venue-section-card--wide {
        grid-column: auto;
    }

    .venue-doc-page .kt-bottom-grid .vd-place-grid,
    .venue-doc-page .kt-bottom-grid .kt-venue-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .venue-doc-page .kt-section {
        margin-top: 14px;
    }

    .venue-doc-page .venue-section-card {
        padding: 16px;
    }

    .venue-doc-page .venue-section-card p.vd-card-chip,
    .venue-doc-page .venue-section-card p.vd-card-rating {
        width: 100%;
        justify-content: flex-start;
        border-radius: 7px;
        white-space: normal;
    }

    .venue-doc-page .vd-highlight-list li {
        min-height: 0;
    }

    .venue-doc-page .vd-seat-zone-table {
        min-width: 620px;
    }

    .venue-doc-page .kt-venue-mini-grid img {
        aspect-ratio: 16 / 8.5;
    }

    .venue-doc-page .kt-bottom-grid .vd-place-grid,
    .venue-doc-page .kt-bottom-grid .kt-venue-mini-grid {
        grid-template-columns: 1fr;
    }

    .venue-doc-page .kt-bottom-grid .kt-venue-mini-grid img {
        aspect-ratio: 16 / 8.5;
    }
}
