/* Account controls must remain usable when optional consent assets are blocked. */
.cv-cookie-settings-footer { text-align: center; margin: 12px 0; }
.cv-cookie-settings-footer > button.cv-cookie-settings-link { appearance: none; display: inline-flex; align-items: center; justify-content: center; width: auto; min-height: 44px; margin: 0; padding: 8px 12px; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #b52060; font: inherit; font-size: 14px; font-weight: 500; line-height: 1.5; cursor: pointer; text-decoration: none; text-underline-offset: 4px; }
.cv-cookie-settings-footer > button.cv-cookie-settings-link:hover { background: transparent; color: #97184d; text-decoration: underline; box-shadow: none; }
.cv-cookie-settings-footer > button.cv-cookie-settings-link:focus-visible { outline: 2px solid #b52060; outline-offset: 2px; border-radius: 4px; }
.cv-cookie-settings-footer > .cv-cookie-settings-feedback { margin: 4px auto 0; max-width: 36em; font-size: 13px; font-weight: 400; line-height: 1.6; color: #716974; overflow-wrap: anywhere; }
.cv-cookie-settings-footer > .cv-cookie-settings-feedback[hidden] { display: none; }

:root {
  --cv2-bg: #fff9fc;
  --cv2-surface: #ffffff;
  --cv2-surface-soft: #f8f3f7;
  --cv2-text: #342f35;
  --cv2-muted: #746d75;
  --cv2-pink: #bd245e;
  --cv2-pink-dark: #8e1945;
  --cv2-pink-soft: #fde7f0;
  --cv2-line: #eadde4;
  --cv2-success: #20845f;
  --cv2-warning: #9d6711;
  --cv2-radius-sm: 8px;
  --cv2-radius-md: 14px;
  --cv2-radius-lg: 20px;
  --cv2-shadow: 0 14px 36px rgba(61, 35, 52, .09);
  --cv2-content: 1180px;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--cv2-text);
  background:
    radial-gradient(circle at 82% 4%, rgba(244, 179, 207, .2), transparent 26rem),
    linear-gradient(180deg, #fffafd 0, #fbf7fa 60%, #fff 100%);
  font-family: Inter, "Noto Sans TC", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  width: 1px;
  height: 1px;
  position: fixed;
  top: -10px;
  left: -10px;
}
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; letter-spacing: 0; }
button { border: 0; cursor: pointer; }
img { max-width: 100%; display: block; }
.cv2-icon { width: 22px; height: 22px; flex: 0 0 auto; }
.cv2-brand.cv2-brand-official img { width: 160px; height: 60px; object-fit: contain; filter: brightness(0) saturate(100%); opacity: .82; }
.cv2-account-menu summary, .cv2-account-panel button { scroll-margin-top: 90px; scroll-margin-bottom: 100px; }
#contactSettings { scroll-margin-top: 96px; scroll-margin-bottom: 100px; }

.cv2-topbar {
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 250, 253, .92);
  border-bottom: 1px solid rgba(234, 221, 228, .86);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}
.cv2-topbar-inner {
  width: min(100% - 40px, var(--cv2-content));
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
}
.cv2-brand { width: fit-content; display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 850; }
.cv2-brand img { width: 38px; height: 38px; object-fit: contain; filter: invert(1); }
.cv2-desktop-nav { height: 100%; display: flex; align-items: center; gap: 5px; }
.cv2-desktop-nav a { min-width: 92px; height: 44px; padding: 0 18px; display: grid; place-items: center; color: var(--cv2-muted); border-radius: 999px; font-size: 14px; font-weight: 700; }
.cv2-desktop-nav a:hover, .cv2-desktop-nav a.active { color: var(--cv2-pink); background: var(--cv2-pink-soft); }
.cv2-utility { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.cv2-icon-button { width: 44px; height: 44px; position: relative; display: grid; place-items: center; background: #fff; border: 1px solid var(--cv2-line); border-radius: 50%; }
.cv2-icon-button:hover { color: var(--cv2-pink); border-color: #e7abc3; }
.cv2-alert-dot { width: 8px; height: 8px; position: absolute; top: 8px; right: 7px; background: #e72867; border: 2px solid #fff; border-radius: 50%; }
.cv2-login-button { min-height: 42px; padding: 0 19px; display: inline-flex; align-items: center; color: var(--cv2-pink); background: var(--cv2-pink-soft); border: 1px solid #f1c3d6; border-radius: 999px; font-size: 14px; font-weight: 800; }

.cv2-main { width: min(100% - 40px, var(--cv2-content)); margin: 0 auto; padding: 32px 0 96px; }
.cv2-home { padding-top: 24px; }
.cv2-eyebrow { margin: 0 0 7px; color: var(--cv2-pink); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.cv2-page-title { padding: 18px 0 23px; }
.cv2-page-title h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; }
.cv2-page-title > p, .cv2-page-title > div > p:last-child { margin: 9px 0 0; color: var(--cv2-muted); }
.cv2-page-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }

.cv2-hero {
  min-height: clamp(390px, 52vw, 600px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #21151f var(--hero-image) center 28% / cover no-repeat;
  border-radius: var(--cv2-radius-lg);
  box-shadow: 0 24px 58px rgba(37, 17, 31, .2);
}
.cv2-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 22%, rgba(22, 13, 21, .12) 48%, rgba(22, 13, 21, .94)); }
.cv2-hero-copy { max-width: 700px; position: relative; z-index: 1; padding: clamp(28px, 6vw, 62px); color: #fff; }
.cv2-hero-copy .cv2-eyebrow { color: #ffadd0; }
.cv2-hero-copy h1 { margin: 0; font-size: clamp(2.1rem, 5vw, 4.5rem); line-height: 1.04; }
.cv2-hero-copy > p:not(.cv2-eyebrow) { max-width: 42rem; margin: 16px 0 24px; color: #eadfe7; font-size: clamp(15px, 2vw, 18px); line-height: 1.7; }
.cv2-primary-action, .cv2-secondary-action { min-height: 46px; width: fit-content; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-weight: 800; }
.cv2-primary-action { color: #fff; background: var(--cv2-pink); }
.cv2-primary-action:hover { background: var(--cv2-pink-dark); }
.cv2-primary-action .cv2-icon, .cv2-secondary-action .cv2-icon { width: 18px; height: 18px; }
.cv2-secondary-action { color: var(--cv2-pink); background: #fff; border: 1px solid #eac9d7; }

.cv2-section { margin-top: 48px; }
.cv2-section-heading { margin-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.cv2-section-heading h2 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.cv2-section-heading p { margin: 6px 0 0; color: var(--cv2-muted); font-size: 14px; }
.cv2-section-heading > a { display: inline-flex; align-items: center; gap: 5px; color: var(--cv2-pink); font-size: 14px; font-weight: 800; white-space: nowrap; }
.cv2-section-heading > a .cv2-icon { width: 17px; height: 17px; }

.cv2-avatar-rail { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; }
.cv2-avatar-rail > a { min-width: 0; display: flex; align-items: center; flex-direction: column; text-align: center; }
.cv2-avatar { width: min(100%, 96px); aspect-ratio: 1; padding: 3px; position: relative; display: grid; place-items: center; overflow: visible; background: linear-gradient(145deg, #dd4f86, #7554b5); border-radius: 50%; }
.cv2-avatar img, .cv2-avatar > b { width: 100%; height: 100%; display: grid; place-items: center; object-fit: cover; background: #f4e6ee; border: 3px solid #fff; border-radius: 50%; }
.cv2-avatar i { width: 16px; height: 16px; position: absolute; right: 3px; bottom: 3px; background: #2eaa72; border: 3px solid #fff; border-radius: 50%; }
.cv2-avatar-rail strong { max-width: 100%; margin-top: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.cv2-avatar-rail small { margin-top: 2px; color: var(--cv2-muted); font-size: 11px; }

.cv2-event-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cv2-event-card { min-width: 0; overflow: hidden; display: grid; grid-template-columns: minmax(180px, 42%) minmax(0, 1fr); background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: var(--cv2-shadow); }
.cv2-event-media { min-height: 190px; position: relative; overflow: hidden; background: #e9dfe6; }
.cv2-event-media img, .cv2-media-fallback { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.cv2-media-fallback { background: linear-gradient(135deg, #25152a, #9c315f); }
.cv2-event-media em { padding: 6px 10px; position: absolute; top: 12px; left: 12px; color: #fff; background: rgba(34, 20, 31, .78); border-radius: 999px; font-size: 11px; font-style: normal; font-weight: 800; }
.cv2-event-copy { min-width: 0; padding: 22px; display: flex; flex-direction: column; justify-content: center; }
.cv2-event-copy > small { color: var(--cv2-pink); font-weight: 800; }
.cv2-event-copy > strong { margin-top: 8px; display: -webkit-box; overflow: hidden; font-size: clamp(17px, 2vw, 22px); line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cv2-event-copy > span { margin-top: 14px; display: flex; align-items: center; gap: 6px; color: var(--cv2-muted); font-size: 13px; }
.cv2-event-copy .cv2-icon { width: 17px; height: 17px; }

.cv2-store-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cv2-store-card { min-height: 200px; padding: 28px; position: relative; overflow: hidden; display: flex; justify-content: flex-end; flex-direction: column; color: #fff; border-radius: var(--cv2-radius-md); }
.cv2-store-card::before { content: ""; position: absolute; inset: 0; opacity: .78; }
.cv2-store-card.melo { background: #5b2445 url('/MELO背景.png') center / cover; }
.cv2-store-card.iris { background: #233969 url('/IRIS背景.png') center / cover; }
.cv2-store-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(19, 12, 21, .85)); }
.cv2-store-card > * { position: relative; z-index: 1; }
.cv2-store-card > span { color: #f2c8dd; font-size: 12px; font-weight: 800; }
.cv2-store-card > strong { margin-top: 4px; font-size: 28px; }
.cv2-store-card > small { margin-top: 5px; color: #e8dce4; }
.cv2-store-card .cv2-icon { position: absolute; right: 26px; bottom: 29px; }

.cv2-search { height: 56px; padding: 0 18px; display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: 0 8px 24px rgba(54, 35, 47, .05); }
.cv2-search:focus-within { border-color: #d882a6; box-shadow: 0 0 0 3px rgba(189, 36, 94, .1); }
.cv2-search .cv2-icon { color: var(--cv2-muted); }
.cv2-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; }
.cv2-search input::placeholder { color: #928a92; }
.cv2-segments { margin-top: 14px; padding: 5px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; background: #eee8ed; border-radius: var(--cv2-radius-md); }
.cv2-segments button { min-height: 45px; background: transparent; border-radius: 10px; font-size: 14px; font-weight: 750; }
.cv2-segments button.active { color: var(--cv2-pink); background: #fff; box-shadow: 0 4px 12px rgba(60, 35, 50, .08); }
.cv2-day-rail { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; }
.cv2-day-rail a { min-height: 120px; padding: 15px 12px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); }
.cv2-day-rail span { color: var(--cv2-muted); font-size: 12px; }
.cv2-day-rail strong { margin-top: 4px; color: var(--cv2-pink); }
.cv2-day-rail small { margin-top: auto; color: var(--cv2-muted); font-size: 11px; }

.cv2-people-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.cv2-people-grid > a { min-width: 0; padding-bottom: 16px; position: relative; overflow: hidden; display: block; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: 0 10px 28px rgba(55, 34, 47, .06); }
.cv2-people-grid > a > span { width: 100%; aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; background: #f0e4eb; }
.cv2-people-grid > a > span img { width: 100%; height: 100%; object-fit: cover; }
.cv2-people-grid > a > span b { color: var(--cv2-pink); font-size: 40px; }
.cv2-people-grid > a > strong, .cv2-people-grid > a > small, .cv2-people-grid > a > em { margin-inline: 14px; display: block; }
.cv2-people-grid > a > strong { margin-top: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; }
.cv2-people-grid > a > small { margin-top: 3px; overflow: hidden; color: var(--cv2-muted); text-overflow: ellipsis; white-space: nowrap; }
.cv2-people-grid > a > em { margin-top: 8px; color: var(--cv2-pink); font-size: 11px; font-style: normal; font-weight: 800; }
.cv2-people-grid-full { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cv2-empty-inline { min-height: 88px; padding: 22px; display: grid; place-items: center; color: var(--cv2-muted); background: #fff; border: 1px dashed #dfced7; border-radius: var(--cv2-radius-md); text-align: center; }
.cv2-no-results, .cv2-state { min-height: 360px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.cv2-no-results .cv2-icon, .cv2-state > .cv2-icon { width: 54px; height: 54px; padding: 14px; color: var(--cv2-pink); background: var(--cv2-pink-soft); border-radius: 50%; }
.cv2-no-results h2, .cv2-state h1, .cv2-state h2 { margin: 18px 0 0; }
.cv2-no-results p, .cv2-state p { margin: 8px 0 20px; color: var(--cv2-muted); }

.cv2-person-page { padding-bottom: 90px; }
.cv2-person-hero { min-height: min(72vh, 760px); position: relative; display: flex; align-items: flex-end; background: #1d151d var(--person-image) center 22% / cover no-repeat; }
.cv2-person-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18, 11, 17, .05) 35%, rgba(18, 11, 17, .94)); }
.cv2-person-hero-inner { width: min(100% - 40px, var(--cv2-content)); margin: auto auto 0; position: relative; z-index: 1; padding: 32px 0 54px; color: #fff; }
.cv2-person-hero-inner > div > span { color: #ffafd1; font-size: 13px; font-weight: 850; }
.cv2-person-hero h1 { margin: 8px 0 0; font-size: clamp(2.7rem, 7vw, 6.2rem); line-height: 1; }
.cv2-person-hero p { margin: 9px 0 0; color: #e6dae3; font-size: 18px; }
.cv2-back-button { width: 46px; height: 46px; position: absolute; top: -45vh; left: 0; display: grid; place-items: center; color: #fff; background: rgba(24, 15, 23, .56); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.cv2-person-body { width: min(100% - 40px, 920px); margin: 0 auto; }
.cv2-person-intro, .cv2-person-section { padding: 42px 0; border-bottom: 1px solid var(--cv2-line); }
.cv2-person-intro h2, .cv2-person-section > h2 { margin: 0 0 15px; font-size: 24px; }
.cv2-person-intro > p:last-child { margin: 0; color: #554e55; font-size: 17px; line-height: 1.9; white-space: pre-line; }
.cv2-fact-grid { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--cv2-line); }
.cv2-fact-grid > div { padding: 18px 8px; border-bottom: 1px solid var(--cv2-line); }
.cv2-fact-grid > div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--cv2-line); }
.cv2-fact-grid dt { color: var(--cv2-muted); font-size: 12px; }
.cv2-fact-grid dd { margin: 6px 0 0; font-weight: 750; }
.cv2-social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.cv2-social-links a { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; background: var(--cv2-pink); border-radius: 50%; font-size: 13px; font-weight: 900; }
.cv2-person-shifts { border-top: 1px solid var(--cv2-line); }
.cv2-person-shifts > a { min-height: 82px; display: grid; grid-template-columns: 70px minmax(0, 1fr) 24px; align-items: center; gap: 12px; border-bottom: 1px solid var(--cv2-line); }
.cv2-person-shifts time small, .cv2-person-shifts time strong, .cv2-person-shifts span strong, .cv2-person-shifts span small { display: block; }
.cv2-person-shifts time small { color: var(--cv2-pink); font-size: 11px; font-weight: 800; }
.cv2-person-shifts time strong { margin-top: 3px; }
.cv2-person-shifts span small { margin-top: 4px; color: var(--cv2-muted); }
.cv2-person-shifts .cv2-icon { color: var(--cv2-muted); }
.cv2-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.cv2-gallery img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--cv2-radius-sm); }

.cv2-attendance-tools { padding: 18px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); }
.cv2-branch-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.cv2-branch-filter a { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; color: var(--cv2-muted); background: var(--cv2-surface-soft); border-radius: 999px; font-size: 13px; font-weight: 750; }
.cv2-branch-filter a.active { color: #fff; background: var(--cv2-pink); }
.cv2-date-filter { margin-top: 18px; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 8px; }
.cv2-date-filter button { min-height: 72px; padding: 9px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #fff; border: 1px solid var(--cv2-line); border-radius: 10px; }
.cv2-date-filter button strong { font-size: 13px; }
.cv2-date-filter button small { margin-top: 4px; color: var(--cv2-muted); font-size: 11px; }
.cv2-date-filter button.active { color: #fff; background: var(--cv2-pink); border-color: var(--cv2-pink); }
.cv2-date-filter button.active small { color: #fce9f1; }
.cv2-result-count { margin: 18px 0 12px; color: var(--cv2-muted); font-size: 13px; }
.cv2-shift-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.cv2-shift-card { min-width: 0; min-height: 112px; padding: 15px; display: grid; grid-template-columns: 50px 54px minmax(0, 1fr) 20px; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); }
.cv2-shift-card time small, .cv2-shift-card time strong { display: block; }
.cv2-shift-card time small { color: var(--cv2-pink); font-size: 10px; font-weight: 800; }
.cv2-shift-card time strong { margin-top: 3px; font-size: 13px; }
.cv2-shift-avatar { width: 54px; height: 54px; overflow: hidden; display: grid; place-items: center; background: var(--cv2-pink-soft); border-radius: 50%; }
.cv2-shift-avatar img { width: 100%; height: 100%; object-fit: cover; }
.cv2-shift-copy { min-width: 0; }
.cv2-shift-copy small, .cv2-shift-copy strong, .cv2-shift-copy em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cv2-shift-copy small { color: var(--cv2-pink); font-size: 10px; font-weight: 800; }
.cv2-shift-copy strong { margin-top: 3px; }
.cv2-shift-copy em { margin-top: 5px; color: var(--cv2-muted); font-size: 12px; font-style: normal; }
.cv2-shift-card > .cv2-icon { width: 18px; color: var(--cv2-muted); }

.cv2-bottom-nav { display: none; }
.cv2-dialog { width: min(92vw, 560px); max-height: min(78vh, 720px); padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-lg); box-shadow: 0 24px 80px rgba(35, 18, 29, .28); }
.cv2-dialog::backdrop { background: rgba(24, 15, 22, .56); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.cv2-dialog > header { min-height: 82px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--cv2-line); }
.cv2-dialog header small { color: var(--cv2-pink); font-size: 10px; font-weight: 850; }
.cv2-dialog header h2 { margin: 3px 0 0; }
.cv2-dialog header button { width: 42px; height: 42px; display: grid; place-items: center; background: var(--cv2-surface-soft); border-radius: 50%; font-size: 25px; }
.cv2-notification-list { max-height: 62vh; padding: 8px 20px 20px; overflow-y: auto; }
.cv2-notification-list > a { min-height: 78px; display: grid; grid-template-columns: minmax(0, 1fr) 20px; align-items: center; gap: 12px; border-bottom: 1px solid var(--cv2-line); }
.cv2-notification-list > a.unread strong::before { content: ""; width: 7px; height: 7px; margin-right: 7px; display: inline-block; background: var(--cv2-pink); border-radius: 50%; }
.cv2-notification-list strong, .cv2-notification-list small { display: block; }
.cv2-notification-list small { margin-top: 5px; color: var(--cv2-muted); line-height: 1.5; }
.cv2-notification-list .cv2-icon { width: 17px; color: var(--cv2-muted); }
[hidden] { display: none !important; }

@media (hover: hover) {
  .cv2-event-card, .cv2-people-grid > a, .cv2-shift-card, .cv2-store-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
  .cv2-event-card:hover, .cv2-people-grid > a:hover, .cv2-shift-card:hover, .cv2-store-card:hover { transform: translateY(-3px); border-color: #dfb4c7; box-shadow: 0 18px 38px rgba(61, 35, 52, .12); }
}

@media (max-width: 980px) {
  .cv2-topbar-inner { grid-template-columns: 1fr auto; }
  .cv2-desktop-nav { display: none; }
  .cv2-avatar-rail { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 20px; }
  .cv2-event-card { grid-template-columns: 1fr; }
  .cv2-event-media { min-height: 0; aspect-ratio: 16 / 9; }
  .cv2-people-grid-full { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cv2-day-rail { overflow-x: auto; grid-template-columns: repeat(7, minmax(116px, 1fr)); scroll-snap-type: x proximity; }
  .cv2-day-rail a { scroll-snap-align: start; }
  .cv2-date-filter { overflow-x: auto; grid-template-columns: repeat(8, minmax(82px, 1fr)); }
  .cv2-shift-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .cv2-topbar { height: 66px; }
  .cv2-topbar-inner { width: calc(100% - 28px); }
  .cv2-brand { gap: 7px; font-size: 19px; }
  .cv2-brand img { width: 34px; height: 34px; }
  .cv2-utility { gap: 5px; }
  .cv2-icon-button { width: 42px; height: 42px; }
  .cv2-main { width: calc(100% - 28px); padding-top: 22px; padding-bottom: 28px; }
  .cv2-home { width: 100%; padding-top: 0; }
  .cv2-home > .cv2-section { width: calc(100% - 28px); margin-inline: auto; }
  .cv2-page-title { padding-top: 9px; }
  .cv2-page-title-row { align-items: flex-start; flex-direction: column; }
  .cv2-page-title h1 { font-size: 2rem; }
  .cv2-secondary-action { min-height: 42px; }
  .cv2-hero { min-height: min(67vh, 560px); border-radius: 0 0 var(--cv2-radius-lg) var(--cv2-radius-lg); }
  .cv2-hero-copy { padding: 28px 22px 32px; }
  .cv2-hero-copy h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .cv2-hero-copy > p:not(.cv2-eyebrow) { font-size: 15px; }
  .cv2-section { margin-top: 34px; }
  .cv2-section-heading { align-items: flex-start; }
  .cv2-section-heading h2 { font-size: 1.35rem; }
  .cv2-section-heading p { font-size: 12px; }
  .cv2-section-heading > a { font-size: 12px; }
  .cv2-avatar-rail { overflow-x: auto; display: flex; gap: 10px; padding-bottom: 6px; scroll-snap-type: x proximity; }
  .cv2-avatar-rail > a { width: 76px; flex: 0 0 76px; scroll-snap-align: start; }
  .cv2-avatar { width: 66px; }
  .cv2-event-grid { grid-template-columns: 1fr; gap: 12px; }
  .cv2-event-card { grid-template-columns: 118px minmax(0, 1fr); }
  .cv2-event-media { min-height: 138px; aspect-ratio: auto; }
  .cv2-event-copy { padding: 15px; }
  .cv2-event-copy > strong { font-size: 16px; }
  .cv2-event-copy > span { margin-top: 10px; font-size: 11px; }
  .cv2-store-grid { grid-template-columns: 1fr; gap: 11px; }
  .cv2-store-card { min-height: 154px; padding: 22px; }
  .cv2-store-card > strong { font-size: 24px; }
  .cv2-segments { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cv2-segments button { padding-inline: 4px; font-size: 12px; }
  .cv2-day-rail { margin-right: -14px; }
  .cv2-people-grid, .cv2-people-grid-full { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .cv2-people-grid > a { border-radius: 12px; }
  .cv2-people-grid > a > strong, .cv2-people-grid > a > small, .cv2-people-grid > a > em { margin-inline: 11px; }
  .cv2-people-grid > a > strong { font-size: 15px; }
  .cv2-person-hero { min-height: 68vh; }
  .cv2-person-hero-inner { width: calc(100% - 34px); padding-bottom: 34px; }
  .cv2-person-hero h1 { font-size: 3.2rem; }
  .cv2-back-button { top: -54vh; }
  .cv2-person-body { width: calc(100% - 34px); }
  .cv2-person-intro, .cv2-person-section { padding: 30px 0; }
  .cv2-person-intro > p:last-child { font-size: 15px; }
  .cv2-person-shifts > a { grid-template-columns: 62px minmax(0, 1fr) 20px; }
  .cv2-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cv2-attendance-tools { margin-inline: -2px; padding: 14px; }
  .cv2-date-filter { margin-right: -14px; }
  .cv2-shift-grid { grid-template-columns: 1fr; }
  .cv2-shift-card { min-height: 100px; grid-template-columns: 44px 50px minmax(0, 1fr) 18px; }
  .cv2-shift-avatar { width: 50px; height: 50px; }
  .cv2-bottom-nav {
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding: 5px 8px env(safe-area-inset-bottom);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: rgba(255, 250, 253, .96);
    border-top: 1px solid var(--cv2-line);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);
  }
  .cv2-bottom-nav a { min-width: 0; min-height: 56px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: #837b83; border-radius: 12px; }
  .cv2-bottom-nav a.active { color: var(--cv2-pink); background: #fff0f6; }
  .cv2-bottom-nav .cv2-icon { width: 21px; height: 21px; }
  .cv2-bottom-nav span { font-size: 10px; font-weight: 750; white-space: nowrap; }
}

@media (max-width: 390px) {
  .cv2-main { width: calc(100% - 22px); }
  .cv2-home > .cv2-section { width: calc(100% - 22px); }
  .cv2-brand span { display: none; }
  .cv2-event-card { grid-template-columns: 104px minmax(0, 1fr); }
  .cv2-event-media { min-height: 126px; }
  .cv2-fact-grid { grid-template-columns: 1fr; }
  .cv2-fact-grid > div:nth-child(even) { padding-left: 8px; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Customer account, authentication and wallet surfaces. */
.cv2-auth-page { min-height: 100dvh; display: grid; place-items: center; padding: 34px 18px; }
.cv2-auth-shell { width: min(100%, 480px); }
.cv2-auth-brand { width: fit-content; margin: 0 auto 20px; display: flex; align-items: center; gap: 12px; }
.cv2-auth-brand img { width: 52px; height: 52px; object-fit: contain; filter: invert(1); }
.cv2-auth-brand span, .cv2-auth-brand strong, .cv2-auth-brand small { display: block; }
.cv2-auth-brand strong { font-size: 21px; }
.cv2-auth-brand small { margin-top: 2px; color: var(--cv2-muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.cv2-auth-card { padding: 34px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-lg); box-shadow: 0 24px 60px rgba(56, 33, 48, .12); }
.cv2-auth-card > header { margin-bottom: 24px; text-align: center; }
.cv2-auth-card h1 { margin: 0; font-size: 2rem; }
.cv2-auth-card > header > p:last-child { margin: 9px 0 0; color: var(--cv2-muted); line-height: 1.6; }
.cv2-form { display: grid; gap: 16px; }
.cv2-form label > span { margin-bottom: 7px; display: block; color: #554f55; font-size: 13px; font-weight: 750; }
.cv2-input-wrap { min-height: 54px; padding: 0 15px; display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid #dcd0d7; border-radius: 12px; }
.cv2-input-wrap:focus-within { border-color: #ce7297; box-shadow: 0 0 0 3px rgba(189, 36, 94, .1); }
.cv2-input-wrap .cv2-icon { width: 19px; color: var(--cv2-muted); }
.cv2-input-wrap input, .cv2-form > label > input, .cv2-compact-form input { width: 100%; min-width: 0; min-height: 52px; padding: 0 14px; border: 1px solid #dcd0d7; border-radius: 12px; outline: 0; background: #fff; }
.cv2-input-wrap input { min-height: auto; padding: 0; border: 0; border-radius: 0; }
.cv2-form > label > input:focus, .cv2-compact-form input:focus { border-color: #ce7297; box-shadow: 0 0 0 3px rgba(189, 36, 94, .1); }
.cv2-form-link { margin-top: -5px; justify-self: end; color: var(--cv2-pink); font-size: 13px; font-weight: 750; }
.cv2-form-submit { width: 100%; margin-top: 4px; }
.cv2-form button:disabled { cursor: wait; opacity: .66; }
.cv2-auth-switch { margin-top: 22px; display: flex; justify-content: center; gap: 7px; color: var(--cv2-muted); font-size: 14px; }
.cv2-auth-switch a { color: var(--cv2-pink); font-weight: 800; }
.cv2-auth-legal { margin: 18px 12px 0; color: var(--cv2-muted); font-size: 11px; line-height: 1.6; text-align: center; }
.cv2-auth-shell-wide { width: min(100%, 620px); }
.cv2-auth-progress { margin: 0 0 22px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; }
.cv2-auth-progress li { position: relative; display: flex; align-items: center; flex-direction: column; gap: 6px; color: var(--cv2-muted); font-size: 11px; font-weight: 750; }
.cv2-auth-progress li::before { content: ""; height: 2px; position: absolute; top: 15px; right: 50%; left: -50%; background: #e5d9df; }
.cv2-auth-progress li:first-child::before { display: none; }
.cv2-auth-progress b { width: 31px; height: 31px; position: relative; z-index: 1; display: grid; place-items: center; background: #eee8ed; border-radius: 50%; }
.cv2-auth-progress li.active { color: var(--cv2-pink); }
.cv2-auth-progress li.active b { color: #fff; background: var(--cv2-pink); }
.cv2-form-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.cv2-form-columns label > span { margin-bottom: 7px; display: block; color: #554f55; font-size: 13px; font-weight: 750; }
.cv2-field-help { margin-top: 6px; display: block; color: var(--cv2-muted); font-size: 11px; line-height: 1.5; }
.cv2-consent { min-height: 42px; display: grid !important; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 8px; }
.cv2-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--cv2-pink); }
.cv2-consent > span { margin: 0 !important; color: var(--cv2-muted) !important; line-height: 1.55; }
.cv2-consent a { color: var(--cv2-pink); }
.cv2-form-divider { margin: 22px 0; display: flex; align-items: center; gap: 10px; color: var(--cv2-muted); font-size: 11px; }
.cv2-form-divider::before, .cv2-form-divider::after { content: ""; height: 1px; flex: 1; background: var(--cv2-line); }
.cv2-feedback { min-height: 48px; margin: 0 0 16px; padding: 11px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid #e6d8df; border-radius: 10px; font-size: 13px; }
.cv2-feedback .cv2-icon { width: 18px; }
.cv2-feedback.error { color: #9c2c45; background: #fff2f4; border-color: #efc2cc; }
.cv2-feedback.success { color: #176f50; background: #effaf5; border-color: #bde7d5; }
.cv2-spinner { width: 24px; height: 24px; display: inline-block; border: 3px solid rgba(255,255,255,.42); border-top-color: #fff; border-radius: 50%; animation: cv2-spin .75s linear infinite; }
.cv2-spinner.small { width: 17px; height: 17px; border-width: 2px; }
@keyframes cv2-spin { to { transform: rotate(360deg); } }
.cv2-route-loading { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; color: #fff; background: rgba(31, 16, 26, .94); }
.cv2-route-loading[hidden] { display: none; }
.cv2-route-loading img { width: 70px; height: 70px; object-fit: contain; }

.cv2-account-page { max-width: 980px; }
.cv2-account-page .lang-switch { padding: 4px; display: inline-flex; gap: 3px; background: #eee8ed; border-radius: 999px; }
.cv2-account-page .lang-switch a { min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; color: var(--cv2-muted); border-radius: 999px; font-size: 13px; font-weight: 800; }
.cv2-account-page .lang-switch a.active { color: var(--cv2-pink); background: #fff; }
.cv2-account-identity { min-height: 132px; padding: 24px; display: grid; grid-template-columns: 68px minmax(0, 1fr) 46px; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-lg); box-shadow: var(--cv2-shadow); }
.cv2-account-avatar { width: 68px; height: 68px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #bd245e, #794b97); border-radius: 50%; }
.cv2-account-avatar .cv2-icon { width: 30px; height: 30px; }
.cv2-account-identity small, .cv2-account-identity h2, .cv2-account-identity p { display: block; }
.cv2-account-identity small { color: var(--cv2-pink); font-size: 10px; font-weight: 850; }
.cv2-account-identity h2 { margin: 4px 0 0; font-size: 24px; }
.cv2-account-identity p { margin: 5px 0 0; color: var(--cv2-muted); font-size: 13px; }
.cv2-membership-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.cv2-membership-grid article { min-height: 188px; padding: 23px; display: flex; flex-direction: column; color: #fff; border-radius: var(--cv2-radius-md); box-shadow: var(--cv2-shadow); }
.cv2-membership-grid article.iris { background: linear-gradient(145deg, #263b71, #6d4a8c); }
.cv2-membership-grid article.melo { background: linear-gradient(145deg, #652f53, #8f315b); }
.cv2-membership-grid header { display: flex; align-items: center; justify-content: space-between; }
.cv2-membership-grid header span { font-size: 18px; font-weight: 850; }
.cv2-membership-grid header strong { padding: 6px 10px; background: rgba(255,255,255,.14); border-radius: 999px; }
.cv2-membership-grid p { margin: 25px 0 18px; }
.cv2-membership-grid p small, .cv2-membership-grid p b { display: block; }
.cv2-membership-grid p small { color: rgba(255,255,255,.72); }
.cv2-membership-grid p b { margin-top: 4px; font-size: 24px; }
.cv2-membership-grid a { margin-top: auto; padding-top: 13px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.2); font-size: 13px; font-weight: 800; }
.cv2-membership-grid a .cv2-icon { width: 18px; }
.cv2-account-menu { overflow: hidden; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: var(--cv2-shadow); }
.cv2-account-menu > a, .cv2-account-menu > details > summary { min-height: 78px; padding: 14px 18px; display: grid; grid-template-columns: 46px minmax(0, 1fr) 22px; align-items: center; gap: 13px; border-bottom: 1px solid var(--cv2-line); list-style: none; cursor: pointer; }
.cv2-account-menu > details:last-child > summary { border-bottom: 0; }
.cv2-account-menu summary::-webkit-details-marker { display: none; }
.cv2-account-menu summary > .cv2-icon { width: 18px; color: var(--cv2-muted); transition: transform .2s ease; }
.cv2-account-menu details[open] summary > .cv2-icon { transform: rotate(90deg); }
.cv2-menu-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--cv2-pink); background: var(--cv2-pink-soft); border-radius: 12px; }
.cv2-menu-icon .cv2-icon { width: 21px; }
.cv2-account-menu strong, .cv2-account-menu small { display: block; }
.cv2-account-menu small { margin-top: 4px; overflow: hidden; color: var(--cv2-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.cv2-account-panel { padding: 20px; background: #fbf8fa; border-bottom: 1px solid var(--cv2-line); }
.cv2-tab-buttons { margin-bottom: 17px; padding: 4px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; background: #eee8ed; border-radius: 11px; }
.cv2-tab-buttons button { min-height: 42px; background: transparent; border-radius: 8px; font-size: 13px; font-weight: 800; }
.cv2-tab-buttons button.active { color: var(--cv2-pink); background: #fff; }
.cv2-current-contact { margin-bottom: 12px; padding: 13px; display: flex; align-items: center; justify-content: space-between; background: #fff; border: 1px solid var(--cv2-line); border-radius: 10px; }
.cv2-current-contact small, .cv2-current-contact strong { display: block; }
.cv2-current-contact small { color: var(--cv2-muted); font-size: 11px; }
.cv2-current-contact strong { margin-top: 3px; }
.cv2-current-contact b { color: var(--cv2-success); font-size: 12px; }
.cv2-inline-action button, .cv2-danger-action { min-height: 42px; padding: 0 15px; color: var(--cv2-pink); background: #fff; border: 1px solid #e7bfd0; border-radius: 10px; font-weight: 800; }
.cv2-account-panel button[type="submit"] { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; max-width: 100%; white-space: normal; font-variant-numeric: tabular-nums; transition: background-color 160ms ease, color 160ms ease; }
.cv2-account-panel button[type="submit"]:disabled { background: #e9e7eb; color: #716b76; border-color: transparent; box-shadow: none; opacity: 1; cursor: default; }
.cv2-account-panel button[data-loading="true"] { cursor: wait; }
.cv2-contact-feedback { margin: 10px 0 0; width: 100%; box-sizing: border-box; border-radius: 8px; overflow-wrap: anywhere; line-height: 1.6; scroll-margin-top: 90px; scroll-margin-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); animation: cv2-contact-feedback-in 160ms ease-out; }
.cv2-contact-feedback[hidden] { display: none; }
@keyframes cv2-contact-feedback-in { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .cv2-contact-feedback { animation: none; } .cv2-account-panel button[type="submit"] { transition: none; } }
.cv2-compact-form { max-width: 560px; margin-top: 15px; }
.cv2-compact-form .cv2-primary-action { width: 100%; }
.cv2-discord-account { margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
.cv2-discord-account img, .cv2-discord-account > span { width: 52px; height: 52px; display: grid; place-items: center; object-fit: cover; color: #fff; background: #5965a8; border-radius: 50%; font-weight: 900; }
.cv2-danger-action { color: #a72b45; border-color: #e9bdc7; }
.cv2-muted-copy { color: var(--cv2-muted); }
.cv2-toast { min-width: min(90vw, 340px); padding: 13px 16px; position: fixed; top: 90px; right: 20px; z-index: 120; color: #fff; background: #2d6f58; border-radius: 10px; box-shadow: var(--cv2-shadow); }
.cv2-toast.error { background: #9a3049; }

.cv2-ticket-page { width: min(100% - 40px, 980px); }
.cv2-wallet-tabs { margin-bottom: 24px; padding: 5px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; background: #eee8ed; border-radius: 13px; }
.cv2-wallet-tabs button { min-height: 48px; background: transparent; border-radius: 9px; font-size: 14px; font-weight: 800; }
.cv2-wallet-tabs button.active { color: var(--cv2-pink); background: #fff; box-shadow: 0 5px 14px rgba(60,35,50,.07); }
.cv2-wallet-tabs button span { min-width: 20px; margin-left: 5px; padding: 2px 6px; display: inline-block; color: #fff; background: var(--cv2-pink); border-radius: 999px; font-size: 10px; }
.cv2-page-title-row .cv2-icon-button:disabled { cursor: default; opacity: .42; }
.cv2-pass-tools { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.cv2-pass-tools strong, .cv2-pass-tools small { display: block; }
.cv2-pass-tools strong { font-size: 19px; }
.cv2-pass-tools small { margin-top: 4px; color: var(--cv2-muted); font-size: 12px; }
.cv2-ticket-page .pillTabs { margin: 0; }
.cv2-ticket-page .pill { min-height: 38px; padding: 0 14px; color: var(--cv2-muted); background: #fff; border: 1px solid var(--cv2-line); }
.cv2-ticket-page .pill.active { color: #fff; background: var(--cv2-pink); border-color: var(--cv2-pink); box-shadow: none; }
.cv2-ticket-page .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.cv2-ticket-page .ticket-card { color: var(--cv2-text); background: #fff; border-color: var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: var(--cv2-shadow); backdrop-filter: none; }
.cv2-ticket-page .ticket-card.dim { opacity: .66; }
.cv2-ticket-page .thumb { aspect-ratio: 16 / 9; background: #f1e8ed; }
.cv2-ticket-page .thumb::before { filter: blur(18px) saturate(90%) brightness(1.05); opacity: .44; }
.cv2-ticket-page .body { padding: 17px; gap: 8px; }
.cv2-ticket-page .title { color: var(--cv2-text); font-size: 17px; }
.cv2-ticket-page .subtitle, .cv2-ticket-page .meta { color: var(--cv2-muted); }
.cv2-ticket-page .ico { color: var(--cv2-pink); background: var(--cv2-pink-soft); border: 0; }
.cv2-ticket-page .ico svg { color: currentColor; }
.cv2-ticket-page .btn-action { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; }
.cv2-ticket-page .btn-primary { color: #fff; background: var(--cv2-pink); box-shadow: none; }
.cv2-ticket-page .btn-nomination { color: #fff; background: #7e4c91; }
.cv2-ticket-page .btn-ghost { color: var(--cv2-pink); background: #fff; border-color: #e4c4d1; }
.cv2-ticket-page .state-active { background: var(--cv2-success); }
.cv2-ticket-page .state-checked { background: #76548e; }
.cv2-ticket-page .state-used, .cv2-ticket-page .state-expired { background: #716a70; }
.cv2-discount-list { display: grid; gap: 12px; }
.cv2-discount-card { overflow: hidden; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: 0 9px 24px rgba(55,34,47,.05); }
.cv2-discount-card.inactive { opacity: .7; }
.cv2-discount-card summary { min-height: 104px; padding: 16px; display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; align-items: center; gap: 14px; list-style: none; cursor: pointer; }
.cv2-discount-card summary::-webkit-details-marker { display: none; }
.cv2-discount-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--cv2-pink); background: var(--cv2-pink-soft); border-radius: 12px; }
.cv2-discount-card summary small, .cv2-discount-card summary strong, .cv2-discount-card summary em { display: block; }
.cv2-discount-card summary small { color: var(--cv2-pink); font-size: 10px; font-weight: 850; }
.cv2-discount-card summary strong { margin-top: 4px; }
.cv2-discount-card summary em { margin-top: 5px; color: var(--cv2-muted); font-size: 11px; font-style: normal; }
.cv2-discount-card summary > b { color: var(--cv2-pink); font-size: 19px; white-space: nowrap; }
.cv2-discount-detail { padding: 18px; background: #fbf8fa; border-top: 1px solid var(--cv2-line); }
.cv2-discount-detail dl { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cv2-discount-detail dl > div { padding: 12px; background: #fff; border: 1px solid var(--cv2-line); border-radius: 9px; }
.cv2-discount-detail dt { color: var(--cv2-muted); font-size: 10px; }
.cv2-discount-detail dd { margin: 4px 0 0; font-size: 13px; font-weight: 750; }
.cv2-discount-detail > p { margin: 13px 0 0; color: var(--cv2-muted); font-size: 12px; line-height: 1.6; }
.cv2-ticket-page + .cv2-bottom-nav { display: none; }
.cv2-event-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cv2-event-list-item { min-width: 0; min-height: 210px; overflow: hidden; display: grid; grid-template-columns: 190px minmax(0, 1fr) 22px; align-items: center; gap: 20px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: var(--cv2-shadow); }
.cv2-event-list-media { align-self: stretch; position: relative; overflow: hidden; display: grid; place-items: center; color: var(--cv2-pink); background: #f1e7ed; }
.cv2-event-list-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.cv2-event-list-media > em { padding: 6px 9px; position: absolute; top: 12px; left: 12px; color: #fff; background: #755a6a; border-radius: 999px; font-size: 10px; font-style: normal; font-weight: 850; }
.cv2-event-list-media > em.open { background: var(--cv2-success); }
.cv2-event-list-media > em.closed { background: #746e73; }
.cv2-event-list-copy { min-width: 0; padding-block: 18px; }
.cv2-event-list-copy > small, .cv2-event-list-copy > strong, .cv2-event-list-copy > span, .cv2-event-list-copy > em { display: flex; align-items: center; }
.cv2-event-list-copy > small { color: var(--cv2-pink); font-size: 11px; font-weight: 800; }
.cv2-event-list-copy > strong { margin: 7px 0 12px; display: -webkit-box; overflow: hidden; font-size: 19px; line-height: 1.4; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cv2-event-list-copy > span { margin-top: 6px; gap: 6px; overflow: hidden; color: var(--cv2-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.cv2-event-list-copy > span .cv2-icon { width: 15px; height: 15px; }
.cv2-event-list-copy > i { height: 5px; margin-top: 14px; overflow: hidden; display: block; background: #eee8ed; border-radius: 999px; }
.cv2-event-list-copy > i b { height: 100%; display: block; background: var(--cv2-pink); border-radius: inherit; }
.cv2-event-list-copy > em { margin-top: 5px; justify-content: flex-end; color: var(--cv2-muted); font-size: 10px; font-style: normal; }
.cv2-event-list-item > .cv2-icon { width: 18px; margin-right: 16px; color: var(--cv2-muted); }
.modal .modal-content { color: var(--cv2-text) !important; background: #fff !important; border: 1px solid var(--cv2-line) !important; border-radius: var(--cv2-radius-lg) !important; }
.modal .modal-header { border-color: var(--cv2-line) !important; }
.modal .btn-close { filter: none !important; }
.modal .qrNote, .modal .nomination-qr-instruction { color: var(--cv2-text) !important; }
.modal .qrWrap { border: 1px solid var(--cv2-line); }

@media (max-width: 700px) {
  .cv2-auth-page { padding: 18px 14px calc(24px + env(safe-area-inset-bottom)); place-items: start center; }
  .cv2-auth-brand { margin-bottom: 14px; }
  .cv2-auth-card { padding: 24px 20px; border-radius: 16px; }
  .cv2-auth-card h1 { font-size: 1.7rem; }
  .cv2-form-columns { grid-template-columns: 1fr; }
  .cv2-account-page { padding-top: 16px; }
  .cv2-account-page .cv2-page-title-row { gap: 14px; }
  .cv2-account-identity { min-height: 110px; padding: 17px; grid-template-columns: 56px minmax(0, 1fr) 42px; gap: 12px; }
  .cv2-account-avatar { width: 56px; height: 56px; }
  .cv2-account-identity h2 { font-size: 20px; }
  .cv2-membership-grid { grid-template-columns: 1fr; }
  .cv2-membership-grid article { min-height: 166px; padding: 20px; }
  .cv2-account-menu > a, .cv2-account-menu > details > summary { min-height: 72px; padding-inline: 13px; grid-template-columns: 42px minmax(0, 1fr) 19px; gap: 10px; }
  .cv2-menu-icon { width: 40px; height: 40px; }
  .cv2-account-panel { padding: 15px; }
  .cv2-toast { top: 76px; right: 12px; }
  .cv2-ticket-page { width: calc(100% - 28px); padding-top: 16px; }
  .cv2-ticket-page .cv2-page-title { padding-top: 7px; }
  .cv2-pass-tools { align-items: flex-start; flex-direction: column; }
  .cv2-ticket-page .grid { grid-template-columns: 1fr; }
  .cv2-ticket-page .ticket-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); }
  .cv2-ticket-page .thumb { min-height: 166px; aspect-ratio: auto; }
  .cv2-ticket-page .body { min-width: 0; padding: 14px; }
  .cv2-ticket-page .actions { margin-top: auto; }
  .cv2-discount-card summary { min-height: 96px; grid-template-columns: 44px minmax(0, 1fr); gap: 11px; }
  .cv2-discount-icon { width: 44px; height: 44px; }
  .cv2-discount-card summary > b { grid-column: 2; margin-top: -8px; font-size: 16px; }
  .cv2-discount-detail dl { grid-template-columns: 1fr; }
  .cv2-ticket-page + .cv2-bottom-nav { display: grid; }
  .cv2-event-list-grid { grid-template-columns: 1fr; }
  .cv2-event-list-item { min-height: 152px; grid-template-columns: 118px minmax(0, 1fr) 18px; gap: 13px; }
  .cv2-event-list-copy { padding-block: 13px; }
  .cv2-event-list-copy > strong { margin-block: 5px 8px; font-size: 16px; }
  .cv2-event-list-copy > span { margin-top: 4px; }
  .cv2-event-list-copy > span:nth-of-type(2) { display: none; }
  .cv2-event-list-item > .cv2-icon { margin-right: 10px; }
}

/* Live event detail and payment flow. */
body.cv2-event-detail-body {
  min-height: 100dvh;
  padding: 0 0 112px;
  color: var(--cv2-text);
  background:
    radial-gradient(circle at 82% 4%, rgba(244, 179, 207, .2), transparent 26rem),
    linear-gradient(180deg, #fffafd 0, #fbf7fa 60%, #fff 100%);
}
body.cv2-event-detail-body::before { display: none; }
.cv2-event-detail-body h1,
.cv2-event-detail-body h2,
.cv2-event-detail-body h3,
.cv2-event-detail-body h4,
.cv2-event-detail-body h5,
.cv2-event-detail-body h6 { color: var(--cv2-text) !important; }
.cv2-event-detail-page { width: min(100% - 40px, var(--cv2-content)); margin: 0 auto; padding: 24px 0 68px; }
.cv2-detail-back { width: fit-content; min-height: 42px; margin-bottom: 16px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; color: var(--cv2-muted); background: #fff; border: 1px solid var(--cv2-line); border-radius: 999px; font-size: 13px; font-weight: 800; }
.cv2-detail-back:hover { color: var(--cv2-pink); border-color: #e6b3c7; }
.cv2-detail-back .cv2-icon { width: 18px; height: 18px; }
.cv2-event-detail-hero { min-height: 430px; position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; background: #251822 var(--event-cover) center / cover no-repeat; border-radius: var(--cv2-radius-lg); box-shadow: 0 22px 54px rgba(43, 23, 37, .17); isolation: isolate; }
.cv2-event-detail-hero::before { content: ""; position: absolute; inset: -24px; z-index: -2; background: inherit; filter: blur(20px) brightness(.58); transform: scale(1.08); }
.cv2-event-detail-hero::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(24, 13, 21, .02) 25%, rgba(24, 13, 21, .9)); }
.cv2-event-detail-hero > img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: -1; object-fit: contain; }
.cv2-event-detail-hero > div { width: 100%; position: relative; z-index: 1; padding: 38px 42px; color: #fff; }
.cv2-event-detail-hero p { margin: 0 0 7px; color: #ffb3d1; font-size: 12px; font-weight: 850; }
.cv2-event-detail-hero h1 { max-width: 800px; margin: 0; color: #fff !important; font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1.08; }
.cv2-event-detail-hero span { margin-top: 14px; display: flex; align-items: center; gap: 7px; color: #eee3eb; font-size: 14px; }
.cv2-event-detail-hero span .cv2-icon { width: 17px; height: 17px; }
.cv2-event-order-state { min-height: 78px; margin-top: 14px; padding: 13px 16px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: 0 9px 24px rgba(55, 34, 47, .05); }
.cv2-event-order-state > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cv2-pink); background: var(--cv2-pink-soft); border-radius: 50%; }
.cv2-event-order-state > span .cv2-icon { width: 20px; height: 20px; }
.cv2-event-order-state small,
.cv2-event-order-state strong { display: block; }
.cv2-event-order-state small { color: var(--cv2-muted); font-size: 10px; }
.cv2-event-order-state strong { margin-top: 2px; font-size: 15px; }
.cv2-event-order-state > a,
.cv2-event-order-state > button { min-height: 40px; padding: 0 14px; display: inline-flex; align-items: center; gap: 6px; color: var(--cv2-pink); background: #fff; border: 1px solid #e8bfd0; border-radius: 999px; font-size: 12px; font-weight: 800; }
.cv2-event-order-state > a .cv2-icon { width: 16px; height: 16px; }
.cv2-event-detail-layout { margin-top: 28px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 420px); align-items: start; gap: 28px; }
.cv2-event-detail-content { min-width: 0; display: grid; gap: 22px; }
.cv2-event-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.cv2-event-facts > div { min-height: 92px; padding: 18px; display: flex; justify-content: center; flex-direction: column; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); }
.cv2-event-facts small,
.cv2-event-facts strong { display: block; }
.cv2-event-facts small { color: var(--cv2-muted); font-size: 11px; }
.cv2-event-facts strong { margin-top: 5px; font-size: 16px; line-height: 1.45; }
.cv2-event-facts > .cv2-event-sale-period { min-height: 126px; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
.cv2-event-sale-period > small { grid-column: 1 / -1; }
.cv2-event-sale-period > span { min-width: 0; padding-left: 15px; display: block; border-left: 2px solid #efb4cb; }
.cv2-event-sale-period em { display: block; color: var(--cv2-muted); font-size: 10px; font-style: normal; }
.cv2-event-description { padding: 25px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-md); box-shadow: 0 9px 26px rgba(55, 34, 47, .04); }
.cv2-event-description h2 { margin: 0; font-size: 23px; }
.cv2-event-description > p:last-child { margin: 13px 0 0; color: #5f585f; line-height: 1.8; white-space: pre-wrap; }
.cv2-event-ticket-panel { min-width: 0; padding: 23px; position: sticky; top: 98px; background: #fff; border: 1px solid var(--cv2-line); border-radius: var(--cv2-radius-lg); box-shadow: var(--cv2-shadow); }
.cv2-event-ticket-panel > header { margin-bottom: 16px; }
.cv2-event-ticket-panel > header h2 { margin: 0; font-size: 23px; }
.cv2-event-ticket-panel > header small { margin-top: 5px; display: block; color: var(--cv2-muted); font-size: 12px; }
.cv2-event-ticket-panel .ticket-grid { display: grid; gap: 9px; }
.cv2-event-ticket-panel .ticket-card { width: 100%; min-height: 86px; padding: 13px 14px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto 24px; align-items: center; gap: 10px; color: var(--cv2-text); text-align: left; background: #fff; border: 1px solid var(--cv2-line); border-radius: 13px; box-shadow: none; }
.cv2-event-ticket-panel .ticket-card:hover { background: #fffafd; border-color: #e1a9c0; }
.cv2-event-ticket-panel .ticket-card.active { background: #fff9fc; border-color: #dd83a7; box-shadow: inset 0 0 0 1px rgba(189, 36, 94, .08); }
.cv2-event-ticket-panel .ticket-card.disabled { cursor: not-allowed; filter: none; opacity: .55; }
.cv2-event-ticket-panel .t-name { min-width: 0; color: var(--cv2-text); font-size: 15px; font-weight: 850; }
.cv2-event-ticket-panel .t-price { color: var(--cv2-pink); font-size: 15px; white-space: nowrap; }
.cv2-event-ticket-panel .t-price small { font-size: 10px; }
.cv2-event-ticket-panel .ticket-card > i { width: 23px; height: 23px; display: grid; place-items: center; color: transparent; border: 1px solid #d5cbd1; border-radius: 50%; }
.cv2-event-ticket-panel .ticket-card.active > i { color: #fff; background: var(--cv2-pink); border-color: var(--cv2-pink); }
.cv2-event-ticket-panel .ticket-card > i .cv2-icon { width: 14px; height: 14px; }
.cv2-event-ticket-panel .t-status { grid-column: 1 / -1; width: fit-content; margin-top: -4px; padding: 3px 7px; color: #fff; background: #776d74; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 800; }
.cv2-event-ticket-panel .t-status.mine { background: var(--cv2-success); }
.cv2-ticket-select-hint { min-height: 72px; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--cv2-muted); background: #fbf8fa; border: 1px dashed #dfced7; border-radius: 11px; font-size: 12px; }
.cv2-ticket-select-hint .cv2-icon { width: 19px; height: 19px; }
.cv2-event-ticket-panel .detail-container { margin-top: 14px; padding: 16px; color: var(--cv2-text); background: #fbf8fa; border: 1px solid var(--cv2-line); border-radius: 12px; }
.cv2-ticket-detail-label { margin-bottom: 5px; display: block; color: var(--cv2-pink); font-size: 10px; font-weight: 850; }
.cv2-ticket-description { color: #5f585f; font-size: 13px; line-height: 1.7; white-space: pre-wrap; }
.cv2-ticket-description:empty { display: none; }
.cv2-ticket-rules { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.cv2-ticket-rules:empty { display: none; }
.cv2-ticket-rules .badge { padding: 6px 8px; color: #665e64 !important; background: #fff !important; border-color: #dfd1d8 !important; font-size: 10px; }
.cv2-event-ticket-panel #benefitSection { margin-top: 14px; }
.cv2-event-ticket-panel #benefitSection h6 { color: var(--cv2-text) !important; }
.cv2-event-ticket-panel #benefitSection .bg-dark { color: var(--cv2-text) !important; background: #fff !important; border-color: var(--cv2-line) !important; }
.cv2-event-ticket-panel #benefitSection .text-info { color: var(--cv2-pink) !important; }
.cv2-event-ticket-panel #benefitSection .form-control,
.cv2-event-ticket-panel #benefitSection .form-select { color: var(--cv2-text); background-color: #fff; border-color: #d9cdd4; }
.cv2-legacy-remit { margin-top: 13px; padding: 14px; background: #fff9e9; border: 1px solid #efd9a1; border-radius: 10px; }
.cv2-legacy-remit > strong { color: #805811; }
.cv2-legacy-remit p { margin: 8px 0; color: #77643f; font-size: 12px; }
.cv2-legacy-remit button { min-height: 40px; padding: 0 13px; color: #78540f; background: #fff; border: 1px solid #dcbf78; border-radius: 8px; font-weight: 800; }
.cv2-onsite-button { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--cv2-pink); background: #fff; border: 1px dashed #db8fad; border-radius: 10px; font-weight: 850; }
.cv2-event-buy-bar { width: min(calc(100% - 40px), 720px); min-height: 86px; padding: 13px 16px; position: fixed; right: 0; bottom: 18px; left: 0; z-index: 70; display: none; align-items: center; justify-content: space-between; gap: 18px; color: var(--cv2-text); background: rgba(255, 255, 255, .96); border: 1px solid var(--cv2-line); border-radius: 18px; box-shadow: 0 18px 55px rgba(47, 25, 40, .2); backdrop-filter: blur(18px); }
.cv2-event-buy-bar.visible { display: flex; }
.cv2-event-buy-bar small,
.cv2-event-buy-bar strong { display: block; }
.cv2-event-buy-bar small { color: var(--cv2-muted); font-size: 10px; }
.cv2-event-buy-bar strong { margin-top: 3px; color: var(--cv2-text) !important; font-size: 23px; }
.cv2-event-buy-bar .btn-cta { min-width: 170px; min-height: 52px; padding: 0 22px; color: #fff; background: var(--cv2-pink); border: 0; border-radius: 999px; box-shadow: none; font-size: 14px; font-weight: 850; }
.cv2-event-buy-bar .btn-cta:disabled { color: #9d969b; background: #e7e1e5; }

/* Payment partial is intentionally restyled without changing its transaction script. */
.cv2-event-detail-body #eventPaymentModal .modal-content,
.cv2-event-detail-body #eventPaymentResultModal .modal-content,
.cv2-event-detail-body #onsiteModal .modal-content { color: var(--cv2-text) !important; background: #fff !important; border: 1px solid var(--cv2-line) !important; border-radius: 18px !important; box-shadow: 0 26px 80px rgba(50, 27, 42, .22) !important; }
.cv2-event-detail-body #eventPaymentModal .modal-title,
.cv2-event-detail-body #eventPaymentResultModal .payment-result-title,
.cv2-event-detail-body #onsiteModal .modal-title,
.cv2-event-detail-body #eventPaymentModal strong,
.cv2-event-detail-body #eventPaymentModal .payment-method-title,
.cv2-event-detail-body #eventPaymentModal .payment-invoice-title { color: var(--cv2-text) !important; }
.cv2-event-detail-body #eventPaymentModal .modal-header,
.cv2-event-detail-body #onsiteModal .modal-header { border-color: var(--cv2-line) !important; }
.cv2-event-detail-body #eventPaymentModal .btn-close,
.cv2-event-detail-body #eventPaymentResultModal .btn-close,
.cv2-event-detail-body #onsiteModal .btn-close { filter: none !important; }
.cv2-event-detail-body #eventPaymentModal .payment-method-option,
.cv2-event-detail-body #eventPaymentModal .payment-invoice-choice label,
.cv2-event-detail-body #eventPaymentModal .payment-discount-option { color: var(--cv2-text); background: #fff; border-color: #dfd3d9; }
.cv2-event-detail-body #eventPaymentModal .payment-method-option.active,
.cv2-event-detail-body #eventPaymentModal .payment-discount-option:has(input:checked) { color: var(--cv2-text); background: #fff5f9; border-color: #d96f9b; box-shadow: 0 0 0 2px rgba(189, 36, 94, .08); }
.cv2-event-detail-body #eventPaymentModal .payment-method-option i,
.cv2-event-detail-body #eventPaymentModal .payment-method-option.active i { color: var(--cv2-pink); }
.cv2-event-detail-body #eventPaymentModal .payment-method-option small,
.cv2-event-detail-body #eventPaymentModal .payment-discount-option small,
.cv2-event-detail-body #eventPaymentModal .payment-invoice-hint,
.cv2-event-detail-body #eventPaymentModal .payment-discount-hint,
.cv2-event-detail-body #eventPaymentModal .payment-order-id,
.cv2-event-detail-body #eventPaymentResultModal .payment-result-message { color: var(--cv2-muted); }
.cv2-event-detail-body #eventPaymentModal .payment-invoice-form,
.cv2-event-detail-body #eventPaymentModal .payment-discount-form,
.cv2-event-detail-body #eventPaymentModal .payment-cvs-info,
.cv2-event-detail-body #eventPaymentModal .payment-state { color: var(--cv2-text); background: #fbf8fa; border-color: var(--cv2-line); }
.cv2-event-detail-body #eventPaymentModal .payment-invoice-field input { color: var(--cv2-text); background: #fff; border-color: #d8ccd3; }
.cv2-event-detail-body #eventPaymentModal .payment-price-summary { border-color: var(--cv2-line); }
.cv2-event-detail-body #eventPaymentModal .payment-price-row { color: var(--cv2-muted); }
.cv2-event-detail-body #eventPaymentModal .payment-price-row strong { color: var(--cv2-text) !important; }
.cv2-event-detail-body #eventPaymentModal .payment-price-row.discount,
.cv2-event-detail-body #eventPaymentModal .payment-price-row.discount strong { color: var(--cv2-pink) !important; }
.cv2-event-detail-body #eventPaymentModal .payment-action { color: #fff; background: var(--cv2-pink); border-color: var(--cv2-pink); }
.cv2-event-detail-body #eventPaymentResultModal .payment-result-icon { color: var(--cv2-pink); background: var(--cv2-pink-soft); border-color: #e6a7c0; }
.cv2-event-detail-body #eventPaymentResultModal .payment-cvs-code,
.cv2-event-detail-body #eventPaymentResultModal .payment-cvs-guide { color: var(--cv2-text); background: #fbf8fa; border-color: var(--cv2-line); }

@media (max-width: 900px) {
  .cv2-event-detail-layout { grid-template-columns: 1fr; }
  .cv2-event-ticket-panel { position: static; }
}

@media (max-width: 700px) {
  body.cv2-event-detail-body { padding-bottom: 104px; }
  .cv2-event-detail-page { width: calc(100% - 24px); padding-top: 14px; }
  .cv2-detail-back { min-height: 38px; margin-bottom: 11px; }
  .cv2-event-detail-hero { min-height: 390px; border-radius: 16px; }
  .cv2-event-detail-hero > div { padding: 24px 20px; }
  .cv2-event-detail-hero h1 { font-size: 2rem; }
  .cv2-event-order-state { grid-template-columns: 40px minmax(0, 1fr); }
  .cv2-event-order-state > a,
  .cv2-event-order-state > button { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .cv2-event-detail-layout { margin-top: 17px; gap: 17px; }
  .cv2-event-facts { grid-template-columns: 1fr; gap: 9px; }
  .cv2-event-facts > div { min-height: 78px; padding: 14px; }
  .cv2-event-facts > .cv2-event-sale-period { min-height: 144px; grid-column: auto; grid-template-columns: 1fr; gap: 9px; }
  .cv2-event-sale-period > small { grid-column: auto; }
  .cv2-event-description,
  .cv2-event-ticket-panel { padding: 18px; border-radius: 15px; }
  .cv2-event-ticket-panel .ticket-card { min-height: 82px; padding: 12px; }
  .cv2-event-buy-bar { width: calc(100% - 20px); min-height: 78px; bottom: max(8px, env(safe-area-inset-bottom)); padding: 10px 12px; border-radius: 16px; }
  .cv2-event-buy-bar strong { font-size: 20px; }
  .cv2-event-buy-bar .btn-cta { min-width: 142px; min-height: 48px; padding-inline: 16px; }
  .cv2-event-detail-body .modal-dialog { width: auto; margin: 12px; }
}
