@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@650;750&display=swap');

:root {
  --bg: #f1f1f2;
  --paper: #fafafa;
  --panel: #201e2d;
  --panel-2: #29263a;
  --panel-3: #161420;
  --green: #00e46e;
  --green-2: #00c961;
  --ink: #17151e;
  --muted: #74717c;
  --white: #fff;
  --line: rgba(23, 21, 30, .10);
  --shadow: 0 18px 45px rgba(20, 18, 30, .16);
  --shadow-soft: 0 10px 26px rgba(20, 18, 30, .10);
  --radius: 20px;
  --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Poppins', sans-serif;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  background: #dedee1;
  color: var(--ink);
  font-family: var(--font-ui);
  min-height: 100vh;
  letter-spacing: -.015em
}

a {
  text-decoration: none;
  color: inherit
}

button,
input,
select {
  font: inherit
}

img {
  display: block;
  max-width: 100%
}

button,
a {
  -webkit-tap-highlight-color: transparent
}

.hidden {
  display: none !important
}

.desktop-bg {
  min-height: 100vh;
  padding: 24px 0;
  background: radial-gradient(circle at 50% 0, #f7f7f8 0, #e5e5e8 45%, #d7d7da 100%)
}

.app-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  padding-bottom: 94px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .20)
}

.app-shell:before {
  content: "";
  position: absolute;
  inset: 66px 0 auto 0;
  height: 170px;
  background: radial-gradient(circle at 16% 18%, rgba(0, 228, 110, .16), transparent 38%);
  pointer-events: none;
  z-index: 0
}

.app-main {
  position: relative;
  z-index: 1;
  padding: 16px 14px 28px
}

.app-header {
  height: 66px;
  background: linear-gradient(180deg, #242132, #1d1b2a);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .055)
}

.app-logo {
  display: flex;
  align-items: center;
  justify-content: center
}

.app-logo img {
  height: 30px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .25))
}

.icon-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(255, 255, 255, .025);
  color: var(--green);
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 15px;
  transition: .18s ease
}

.icon-btn:active {
  transform: scale(.94);
  background: rgba(255, 255, 255, .07)
}

.icon-btn svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round
}

.banner {
  border-radius: 18px;
  overflow: hidden;
  background: #15131d;
  box-shadow: var(--shadow-soft);
  position: relative
}

.banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, .28));
  pointer-events: none
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-banner {
  height: 166px;
  margin-bottom: 20px
}

.detail-banner {
  height: auto;
  aspect-ratio: 1080/1450;
  margin: 0 0 18px
}

.detail-banner img {
  object-fit: cover
}

.category-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0 0 18px
}

.category-btn {
  height: 70px;
  border-radius: 18px;
  background: linear-gradient(180deg, #2b2840, #201e2d);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: 0 10px 18px rgba(20, 18, 30, .12);
  transition: .18s ease
}

.category-btn:active {
  transform: translateY(1px) scale(.98)
}

.category-btn svg {
  width: 25px;
  height: 25px;
  stroke: var(--green);
  fill: none;
  stroke-width: 1.85
}

.search-pill {
  height: 46px;
  margin: 0 0 22px;
  width: 100%;
  background: linear-gradient(180deg, #2b2840, #201e2d);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  padding: 0 16px;
  box-shadow: var(--shadow-soft)
}

.search-pill svg {
  width: 19px;
  height: 19px;
  stroke: #fff;
  opacity: .88
}

.search-pill input {
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  width: 100%;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase
}

.search-pill input::placeholder {
  color: rgba(255, 255, 255, .62)
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2px 14px
}

.section-head h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 900;
  letter-spacing: -.035em
}

.see-all {
  background: var(--panel);
  color: var(--green);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 7px 15px rgba(19, 17, 29, .12)
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.event-card {
  border-radius: 16px;
  background: linear-gradient(180deg, #29263a 0%, #1f1d2c 100%);
  padding: 6px;
  color: #fff;
  overflow: hidden;
  transition: .2s ease;
  box-shadow: 0 10px 22px rgba(16, 14, 24, .13);
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .055)
}

.event-card:active {
  transform: scale(.985)
}

.event-card a {
  display: block
}

.event-thumb {
  width: 100%;
  aspect-ratio: 1080/1450;
  border-radius: 12px;
  background: #ddebea;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative
}

.event-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .22))
}

.event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.event-card h3 {
  margin: 0 0 4px;
  font-size: 11.3px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.035em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.event-card p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 9.7px;
  line-height: 1.25;
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.event-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-top: 7px
}

.event-card .date {
  color: var(--green);
  font-size: 8.8px;
  font-weight: 900;
  letter-spacing: -.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.price-chip {
  background: rgba(0, 228, 110, .13);
  color: var(--green);
  border: 1px solid rgba(0, 228, 110, .24);
  border-radius: 999px;
  padding: 3px 4.8px;
  font-size: 8.6px;
  font-weight: 900;
  white-space: nowrap
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100%, 430px);
  height: 76px;
  background: rgba(31, 29, 44, .98);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 100;
  border-top: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: blur(16px)
}

.bottom-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: rgba(255, 255, 255, .70);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: -.03em
}

.bottom-nav svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.9
}

.bottom-nav a.active {
  color: var(--green)
}

.bottom-nav a.active svg {
  filter: drop-shadow(0 0 10px rgba(0, 228, 110, .25))
}

.page-title {
  font-family: var(--font-display);
  letter-spacing: .04em;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 750;
  margin: 8px 3px 18px;
  text-transform: uppercase;
  color: var(--ink)
}

.rules-btn,
.big-btn {
  width: 100%;
  height: 51px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #2b2840, #201e2d);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 900;
  letter-spacing: .055em;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: var(--shadow-soft);
  cursor: pointer
}

.rules-btn {
  margin: 12px 0 18px
}

.big-btn {
  margin: 14px 0
}

.big-btn svg,
.rules-btn svg {
  width: 21px;
  height: 21px;
  stroke: var(--green)
}

.tagline {
  display: inline-flex;
  background: var(--panel);
  color: var(--green);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  padding: 6px 9px;
  margin-bottom: 12px
}

.detail-text {
  font-size: 13.5px;
  line-height: 1.68;
  white-space: pre-line;
  font-weight: 500;
  color: #34303d
}

.divider {
  height: 1px;
  background: var(--line);
  margin: 22px 0 26px
}

.countdown {
  text-align: center;
  margin-bottom: 18px
}

.countdown-label {
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .06em;
  color: #4d4854
}

.countdown-grid {
  display: flex;
  justify-content: center;
  gap: 19px;
  margin-top: 9px
}

.countdown-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1;
  font-weight: 750
}

.countdown-item span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  color: #4d4854
}

.detail-row {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: .04em;
  margin: 23px 0;
  color: #17151f
}

.detail-row b {
  background: var(--panel);
  color: white;
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: 750;
  margin-left: 8px;
  white-space: nowrap
}

.pill-title {
  min-height: 58px;
  background: linear-gradient(180deg, #2b2840, #201e2d);
  border-radius: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  letter-spacing: .07em;
  font-size: 18px;
  margin: 18px 0 48px;
  padding: 0 14px;
  box-shadow: var(--shadow-soft)
}

.ticket-toolbar {
  display: grid;
  grid-template-columns: 154px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 14px;
  padding-bottom: 10px
}

.sort-select {
  height: 42px;
  border-radius: 14px;
  background: var(--panel);
  border: 0;
  color: #fff;
  padding: 0 10px;
  width: 100%;
  font-size: 11px;
  font-weight: 900;
  outline: 0
}

.price-hint {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0
}

.price-hint strong {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: .95;
  white-space: nowrap
}

.price-hint span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.05;
  color: #2b2730
}

.tickets-title {
  font-family: var(--font-display);
  font-size: 27px;
  letter-spacing: .07em;
  line-height: 1.05;
  margin: 12px 4px 18px;
  color: var(--ink);
  text-transform: uppercase
}

.ticket-card {
  min-height: 92px;
  border-radius: 19px;
  background: linear-gradient(135deg, #29263a, #201e2d);
  color: white;
  margin: 14px 0;
  padding: 18px 14px 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 13px 28px rgba(16, 14, 24, .14);
  border: 1px solid rgba(255, 255, 255, .055)
}

.ticket-card:before {
  content: "";
  position: absolute;
  right: -32px;
  top: -36px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0, 228, 110, .08)
}

.ticket-card h3 {
  margin: 0;
  max-width: 58%;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: .02em;
  font-weight: 750
}

.ticket-card p {
  margin: 8px 0 0;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .78)
}

.ticket-price {
  position: absolute;
  right: 14px;
  top: 20px;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: .02em
}

.ticket-buy {
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--green-2), var(--green));
  color: #07150d;
  padding: 8px 12px 8px 14px;
  border-top-left-radius: 13px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .025em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px
}

.ticket-buy svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.3
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 22px
}

.tab-btn {
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--panel);
  color: #e8e8e8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: var(--shadow-soft)
}

.tab-btn.active {
  color: var(--green);
  box-shadow: 0 10px 24px rgba(0, 228, 110, .09)
}

.qr-ticket {
  background: linear-gradient(180deg, #29263a, #201e2d);
  color: #fff;
  border-radius: 20px;
  min-height: 470px;
  padding: 18px 16px 22px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .06)
}

.qr-ticket h1 {
  font-family: var(--font-display);
  letter-spacing: .08em;
  font-size: 27px;
  margin: 0;
  text-align: center;
  line-height: 1.1
}

.small-date {
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .82);
  font-weight: 700
}

.check-wrap {
  display: flex;
  justify-content: center;
  margin: 24px 0 16px
}

.check {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid var(--green);
  display: grid;
  place-items: center;
  color: var(--green)
}

.check svg {
  width: 34px
}

.date-block {
  text-align: center
}

.date-block span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .65)
}

.date-block strong {
  display: block;
  font-size: 27px;
  letter-spacing: .08em;
  font-weight: 500;
  margin-top: 6px
}

.center {
  text-align: center
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--green);
  color: #fff;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em
}

.tear-line {
  height: 1px;
  border-top: 2px dashed rgba(0, 228, 110, .5);
  margin: 38px -16px 16px;
  position: relative
}

.tear-line:before,
.tear-line:after {
  content: "";
  position: absolute;
  top: -15px;
  width: 30px;
  height: 30px;
  background: var(--bg);
  border-radius: 50%
}

.tear-line:before {
  left: -15px
}

.tear-line:after {
  right: -15px
}

.qr-img {
  width: 134px;
  margin: 0 auto;
  background: white;
  padding: 5px
}

.good-luck {
  height: 43px;
  border-radius: 18px;
  margin: 22px 0 0;
  background: var(--panel);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em
}

.empty-state {
  display: none;
  background: white;
  border-radius: 18px;
  padding: 26px;
  text-align: center;
  color: var(--muted);
  font-weight: 800;
  box-shadow: var(--shadow-soft)
}

.side-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none
}

.side-menu .shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .38);
  opacity: 0;
  transition: .25s ease
}

.side-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(84vw, 340px);
  background: #f6f6f7;
  transform: translateX(-104%);
  transition: .28s cubic-bezier(.2, .8, .2, 1);
  padding: 22px 18px;
  box-shadow: 25px 0 60px rgba(0, 0, 0, .28);
  overflow: auto
}

.side-menu.open {
  pointer-events: auto
}

.side-menu.open .shade {
  opacity: 1
}

.side-menu.open .side-panel {
  transform: translateX(0)
}

.close-menu {
  position: absolute;
  right: 15px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 13px;
  background: var(--panel);
  color: white;
  font-size: 25px;
  line-height: 1
}

.menu-logo {
  height: 32px;
  margin: 8px 0 24px
}

.login-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #29263a, #201e2d);
  color: white;
  margin-bottom: 14px;
  box-shadow: var(--shadow-soft)
}

.login-card strong {
  display: block;
  font-size: 15px
}

.login-card span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
  font-weight: 600
}

.login-card b {
  background: var(--green);
  color: #07150d;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 11px;
  white-space: nowrap
}

.menu-link,
.menu-accordion-btn,
.submenu a {
  width: 100%;
  min-height: 48px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  margin: 8px 0;
  background: white;
  color: #201e2d;
  font-size: 14px;
  font-weight: 850;
  border: 1px solid rgba(23, 21, 30, .07)
}

.menu-link svg,
.menu-accordion-btn svg {
  width: 20px;
  height: 20px;
  stroke: var(--green)
}

.menu-accordion-btn {
  border: 1px solid rgba(23, 21, 30, .07);
  cursor: pointer
}

.menu-accordion-btn .chev {
  transition: .2s ease;
  color: #777
}

.menu-accordion.open .chev {
  transform: rotate(180deg)
}

.submenu {
  display: grid;
  grid-template-rows: 0fr;
  transition: .25s ease
}

.submenu-inner {
  overflow: hidden
}

.menu-accordion.open .submenu {
  grid-template-rows: 1fr
}

.submenu a {
  min-height: 42px;
  margin: 6px 0 6px 18px;
  width: calc(100% - 18px);
  background: #ececef;
  font-size: 13px;
  color: #3a3744
}

.menu-note {
  font-size: 12px;
  line-height: 1.5;
  color: #797683;
  margin: 22px 4px 0;
  font-weight: 600
}

.menu-note b {
  color: var(--panel)
}

@media (min-width:760px) {
  .desktop-bg {
    padding: 32px 0
  }

  .app-shell {
    border-radius: 34px;
    min-height: calc(100vh - 64px);
    max-height: 920px;
    overflow: auto
  }

  .app-header {
    border-radius: 34px 34px 0 0
  }

  .bottom-nav {
    border-radius: 0 0 34px 34px
  }
}

@media (max-width:380px) {
  .app-main {
    padding-left: 12px;
    padding-right: 12px
  }

  .event-grid {
    gap: 9px
  }

  .category-row {
    gap: 8px
  }

  .event-card {
    padding: 6px;
    border-radius: 15px
  }

  .event-card h3 {
    font-size: 10.8px
  }

  .event-card p {
    font-size: 9.3px
  }

  .event-card .date,
  .price-chip {
    font-size: 8.2px
  }

  .price-hint strong {
    font-size: 22px
  }

  .ticket-toolbar {
    grid-template-columns: 145px 1fr
  }

  .ticket-card h3 {
    font-size: 22px
  }

  .ticket-price {
    font-size: 22px
  }

  .qr-ticket h1 {
    font-size: 24px
  }
}

/* v5 polish: detail, wallet, footer */
.detail-main {
  padding-top: 14px
}

.detail-hero-card {
  background: linear-gradient(160deg, #29263a, #191724);
  border-radius: 24px;
  padding: 12px;
  color: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .07);
  overflow: hidden;
  position: relative
}

.detail-hero-card:before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(0, 228, 110, .12)
}

.detail-poster-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1080/1450;
  background: #12101a;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22)
}

.detail-poster-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.detail-poster-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .40))
}

.floating-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  background: var(--green);
  color: #07150d;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 950;
  z-index: 2
}

.detail-hero-content {
  padding: 18px 4px 6px;
  position: relative;
  z-index: 1
}

.event-kicker {
  display: inline-flex;
  color: var(--green);
  background: rgba(0, 228, 110, .10);
  border: 1px solid rgba(0, 228, 110, .18);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em
}

.detail-hero-content h1 {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.02;
  margin: 12px 0 8px;
  font-weight: bold;
}

.detail-hero-content p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650
}

.detail-chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px
}

.detail-chip-row span {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 900;
  color: #fff
}

.quick-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0
}

.quick-info-card {
  background: white;
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(23, 21, 30, .055)
}

.quick-info-card.wide {
  grid-column: 1/-1
}

.quick-info-card small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em
}

.quick-info-card strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 950
}

.detail-section-card,
.rules-card {
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(23, 21, 30, .06);
  margin: 14px 0
}

.mini-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.mini-section-title span {
  font-size: 15px;
  font-weight: 950
}

.mini-section-title b {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--panel);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 11px
}

.detail-section-card p {
  margin: 0;
  color: #45414d;
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 600
}

.premium-countdown {
  background: linear-gradient(135deg, #29263a, #201e2d);
  color: white;
  border-radius: 22px;
  padding: 17px 12px;
  margin: 14px 0;
  box-shadow: var(--shadow-soft)
}

.premium-countdown .countdown-label {
  color: rgba(255, 255, 255, .70)
}

.premium-countdown .countdown-item {
  min-width: 58px;
  background: rgba(255, 255, 255, .06);
  border-radius: 16px;
  padding: 10px 4px
}

.premium-countdown .countdown-item strong {
  color: #fff
}

.premium-countdown .countdown-item span {
  color: var(--green)
}

.detail-action-grid {
  display: grid;
  gap: 10px;
  margin: 14px 0
}

.detail-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(23, 21, 30, .06);
  box-shadow: var(--shadow-soft)
}

.detail-action.primary {
  background: linear-gradient(90deg, var(--green-2), var(--green));
  color: #07150d
}

.detail-action span {
  font-size: 14px;
  font-weight: 950
}

.detail-action strong {
  font-size: 11px;
  line-height: 1.2;
  text-align: right;
  opacity: .75
}

.rules-card h3 {
  margin: 0 0 10px;
  font-size: 16px
}

.rules-card ul {
  margin: 0;
  padding-left: 18px;
  color: #4d4854;
  font-size: 12.8px;
  line-height: 1.65;
  font-weight: 650
}

.home-cta-card {
  margin: 22px 0 14px;
  border-radius: 24px;
  background: linear-gradient(145deg, #29263a, #191724);
  color: #fff;
  padding: 20px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.home-cta-card:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -45px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(0, 228, 110, .12)
}

.home-cta-card span {
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em
}

.home-cta-card h3 {
  font-size: 21px;
  line-height: 1.08;
  margin: 8px 0 7px;
  letter-spacing: -.04em
}

.home-cta-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .68);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 600
}

.home-cta-card a {
  display: inline-flex;
  background: var(--green);
  color: #07150d;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 950;
  position: relative;
  z-index: 1
}

.mobile-footer {
  margin-top: 16px;
  background: #fff;
  border-radius: 24px 24px 0 0;
  padding: 22px 18px 110px;
  box-shadow: 0 -10px 28px rgba(20, 18, 30, .08);
  border: 1px solid rgba(23, 21, 30, .06)
}

.footer-brand img {
  height: 30px;
  margin-bottom: 10px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .10))
}

.footer-brand p {
  margin: 0;
  color: #625e69;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 650
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 18px 0
}

.footer-links a {
  background: #f0f0f2;
  border-radius: 13px;
  padding: 11px 12px;
  font-size: 12px;
  font-weight: 900;
  color: #2b2730
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-bottom: 12px
}

.footer-social a {
  background: var(--panel);
  color: var(--green);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 950
}

.mobile-footer small {
  color: #88838f;
  font-weight: 800;
  font-size: 11px
}

.tickets-wallet-main {
  padding-top: 16px
}

.wallet-header-card {
  background: linear-gradient(155deg, #29263a, #191724);
  border-radius: 24px;
  padding: 22px 18px;
  color: white;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.wallet-header-card:after {
  content: "";
  position: absolute;
  right: -38px;
  top: -42px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: rgba(0, 228, 110, .12)
}

.wallet-header-card span {
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em
}

.wallet-header-card h1 {
  margin: 8px 0 7px;
  font-size: 27px;
  line-height: 1.04;
  letter-spacing: -.05em
}

.wallet-header-card p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650
}

.wallet-tabs {
  background: #fff;
  border-radius: 18px;
  padding: 6px;
  margin: 14px 0;
  box-shadow: var(--shadow-soft)
}

.wallet-tabs .tab-btn {
  height: 40px;
  box-shadow: none;
  background: transparent;
  color: #6b6672
}

.wallet-tabs .tab-btn.active {
  background: var(--panel);
  color: var(--green);
  box-shadow: none
}

.wallet-ticket-card {
  background: #fff;
  border-radius: 24px;
  padding: 16px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(23, 21, 30, .06);
  overflow: hidden;
  position: relative
}

.wallet-ticket-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100px;
  background: linear-gradient(145deg, #29263a, #201e2d);
  z-index: 0
}

.wallet-ticket-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: white;
  margin-bottom: 22px
}

.ticket-status {
  display: inline-flex;
  background: rgba(0, 228, 110, .13);
  color: var(--green);
  border: 1px solid rgba(0, 228, 110, .24);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase
}

.wallet-ticket-top h2 {
  margin: 9px 0 5px;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -.04em
}

.wallet-ticket-top p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, .68);
  font-weight: 700
}

.wallet-check {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: var(--green);
  color: #07150d;
  display: grid;
  place-items: center;
  flex: 0 0 auto
}

.wallet-check svg {
  width: 25px
}

.ticket-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 0 0 14px
}

.ticket-meta-grid div {
  background: #f1f1f3;
  border-radius: 16px;
  padding: 12px
}

.ticket-meta-grid div:nth-child(3) {
  grid-column: 1/-1
}

.ticket-meta-grid small {
  display: block;
  color: #807b86;
  font-size: 9.5px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ticket-meta-grid strong {
  display: block;
  margin-top: 5px;
  color: #201e2d;
  font-size: 13px;
  font-weight: 950
}

.qr-box-new {
  border: 1px dashed rgba(32, 30, 45, .22);
  border-radius: 20px;
  padding: 16px;
  background: #fbfbfc;
  text-align: center
}

.qr-box-new img {
  width: 155px;
  margin: 0 auto 10px;
  background: white;
  padding: 6px;
  border-radius: 12px
}

.qr-box-new p {
  margin: 0;
  color: #706b77;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 700
}

.wallet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px
}

.wallet-actions a,
.wallet-actions button {
  height: 42px;
  border: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .035em
}

.wallet-actions a {
  background: var(--panel);
  color: var(--green)
}

.wallet-actions button {
  background: var(--green);
  color: #07150d
}

.new-good-luck {
  letter-spacing: -.01em;
  text-transform: none;
  background: transparent;
  color: #201e2d;
  margin-top: 14px
}

@media (max-width:380px) {
  .detail-hero-content h1 {
    font-size: 29px
  }

  .detail-chip-row span {
    font-size: 10px;
    padding: 7px 8px
  }

  .quick-info-card strong {
    font-size: 14px
  }

  .wallet-header-card h1 {
    font-size: 24px
  }

  .wallet-ticket-top h2 {
    font-size: 19px
  }

  .qr-box-new img {
    width: 140px
  }

  .mobile-footer {
    padding-bottom: 106px
  }
}


/* v6 CSS cleanup: footer/nav spacing fixes */
.app-shell {
  padding-bottom: 0;
}

.app-main {
  padding-bottom: calc(88px + env(safe-area-inset-bottom));
}

.mobile-footer {
  margin: 16px -14px 0;
  border-radius: 24px 24px 0 0;
  padding: 22px 18px 20px;
  box-shadow: 0 -8px 22px rgba(20, 18, 30, .06);
}

.footer-social {
  margin-bottom: 10px;
}

.mobile-footer small {
  display: block;
  line-height: 1.2;
}

.bottom-nav {
  height: 72px;
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -10px 28px rgba(20, 18, 30, .18);
}

/* v6 small polish */
.home-cta-card {
  margin-bottom: 16px;
}

.footer-links {
  margin: 16px 0 14px;
}

.footer-links a {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.footer-social a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
}

@media (max-width:380px) {
  .mobile-footer {
    padding-bottom: 18px;
  }

  .app-main {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }
}

/* v7 final spacing + wallet color fixes */
@media (max-width: 759px) {

  html,
  body {
    width: 100%;
    min-height: 100%;
    background: var(--bg);
    overflow-x: hidden;
  }

  .desktop-bg {
    min-height: 100dvh;
    padding: 0;
    background: var(--bg);
  }

  .app-shell {
    width: 100%;
    max-width: 430px;
    min-height: 100dvh;
    box-shadow: none;
    overflow: clip;
    background: var(--bg);
  }

  .app-main {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .bottom-nav {
    bottom: 0;
    height: 72px;
    margin: 0;
    border-radius: 0;
    background: #201e2d;
    box-shadow: 0 -8px 22px rgba(20, 18, 30, .22);
  }

  .bottom-nav:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 1px;
    background: #201e2d;
  }
}

/* prevent a pale strip above the fixed nav */
.app-main>*:last-child {
  margin-bottom: 0;
}

.mobile-footer {
  margin-bottom: 0;
}

/* Biletlerim page readability fixes */
.tickets-wallet-main {
  background: var(--bg);
}

.wallet-tabs {
  background: #fff;
  border: 1px solid rgba(23, 21, 30, .06);
}

.wallet-tabs .tab-btn {
  color: #201e2d;
  font-weight: 950;
}

.wallet-tabs .tab-btn.active {
  color: var(--green);
}

.wallet-ticket-card {
  background: #fff;
  color: #201e2d;
}

.wallet-ticket-top {
  color: #fff;
}

.wallet-ticket-top h2,
.wallet-ticket-top p,
.ticket-status,
.wallet-check {
  position: relative;
  z-index: 2;
}

.ticket-meta-grid div {
  background: #f3f3f5;
  border: 1px solid rgba(23, 21, 30, .05);
}

.ticket-meta-grid small {
  color: #6a6571;
}

.ticket-meta-grid strong {
  color: #17151e;
}

.qr-box-new {
  background: #fff;
  border-color: rgba(32, 30, 45, .18);
}

.qr-box-new p {
  color: #4f4a56;
}

.new-good-luck {
  min-height: 42px;
  border-radius: 16px;
  background: #fff;
  color: #201e2d;
  border: 1px solid rgba(23, 21, 30, .06);
  box-shadow: var(--shadow-soft);
  letter-spacing: -.02em;
}

.empty-state {
  color: #201e2d;
  background: #fff;
  border: 1px solid rgba(23, 21, 30, .06);
}

/* footer no extra blank area before nav */
.mobile-footer {
  padding-bottom: 18px;
}

.footer-social {
  flex-wrap: wrap;
}

/* ==============================
   RESPONSIVE WEB LAYOUT v1
   AynÃ„Â± HTML/CSS/JS ile mobil + web
   ============================== */
.desktop-nav,
.desktop-actions,
.desktop-hero-section {
  display: none;
}

@media (min-width: 900px) {
  :root {
    --web-max: 1180px;
  }

  html,
  body {
    background: #f4f5f7;
    overflow-x: hidden;
  }

  body {
    color: #16141d;
  }

  .desktop-bg {
    min-height: 100vh;
    padding: 0;
    background:
      radial-gradient(circle at 14% 0%, rgba(0, 228, 110, .13), transparent 34%),
      linear-gradient(180deg, #f7f8f9 0%, #eceef1 100%);
  }

  .app-shell {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    background: transparent;
    padding-bottom: 0;
  }

  .app-shell:before,
  .bottom-nav,
  .mobile-location-btn,
  .mobile-menu-trigger {
    display: none !important;
  }

  .app-header {
    position: sticky;
    top: 0;
    z-index: 80;
    height: 82px;
    border-radius: 0;
    padding: 0 max(32px, calc((100vw - var(--web-max)) / 2));
    background: rgba(31, 29, 44, .94);
    backdrop-filter: blur(18px);
    display: flex;
    justify-content: flex-start;
    gap: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .app-logo img {
    height: 34px;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 12px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    font-weight: 800;
  }

  .desktop-nav a {
    position: relative;
    transition: .18s ease;
  }

  .desktop-nav a:hover {
    color: var(--green);
  }

  .desktop-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 900;
  }

  .desktop-city,
  .desktop-login,
  .desktop-register {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 16px;
  }

  .desktop-city,
  .desktop-login {
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .08);
  }

  .desktop-register {
    color: #06140c;
    background: var(--green);
    box-shadow: 0 14px 26px rgba(0, 228, 110, .22);
  }

  .app-main {
    width: min(var(--web-max), calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 74px;
  }

  .hero-banner {
    display: none;
  }

  .desktop-hero-section {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 360px;
    align-items: center;
    gap: 44px;
    min-height: 430px;
    margin-bottom: 34px;
    padding: 44px;
    border-radius: 38px;
    background:
      radial-gradient(circle at 82% 20%, rgba(0, 228, 110, .20), transparent 32%),
      linear-gradient(135deg, #262337 0%, #171520 100%);
    box-shadow: 0 26px 80px rgba(18, 16, 28, .18);
    overflow: hidden;
  }

  .desktop-eyebrow {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(0, 228, 110, .12);
    color: var(--green);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
  }

  .desktop-hero-copy h1 {
    max-width: 720px;
    color: #fff;
    margin: 20px 0 18px;
    font-size: clamp(46px, 5vw, 72px);
    line-height: .96;
    letter-spacing: -.065em;
    font-weight: 950;
  }

  .desktop-hero-copy p {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, .70);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 650;
  }

  .desktop-hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 30px;
  }

  .desktop-primary-btn,
  .desktop-secondary-btn {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 22px;
    font-weight: 950;
    font-size: 14px;
  }

  .desktop-primary-btn {
    background: var(--green);
    color: #06140c;
  }

  .desktop-secondary-btn {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
  }

  .desktop-hero-poster {
    display: block;
    width: 100%;
    aspect-ratio: 1080/1450;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
    transform: rotate(2deg);
    background: #111;
  }

  .desktop-hero-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .category-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
  }

  .category-btn {
    height: 94px;
    border-radius: 24px;
    font-size: 13px;
    box-shadow: 0 14px 32px rgba(18, 16, 28, .12);
  }

  .category-btn svg {
    width: 31px;
    height: 31px;
  }

  .search-pill {
    max-width: 760px;
    height: 62px;
    margin: 0 auto 34px;
    border-radius: 999px;
    padding: 0 22px;
    box-shadow: 0 16px 36px rgba(18, 16, 28, .08);
  }

  .search-pill input {
    font-size: 15px;
  }

  .section-head {
    margin: 0 0 20px;
  }

  .section-head h2 {
    font-size: 32px;
    letter-spacing: -.055em;
  }

  .see-all {
    padding: 11px 16px;
    font-size: 12px;
  }

  .event-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .event-card {
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0 18px 42px rgba(18, 16, 28, .13);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(18, 16, 28, .18);
    border-color: rgba(0, 228, 110, .18);
  }

  .event-thumb {
    border-radius: 18px;
    margin-bottom: 12px;
  }

  .event-card h3 {
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: 7px;
  }

  .event-card p {
    font-size: 13px;
  }

  .event-meta-row {
    margin-top: 12px;
  }

  .event-card .date,
  .price-chip {
    font-size: 12px;
  }

  .price-chip {
    padding: 7px 9px;
  }

  .home-cta-card {
    margin: 34px 0 24px;
    padding: 34px;
    border-radius: 32px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;
  }

  .home-cta-card h3 {
    font-size: 34px;
    max-width: 580px;
  }

  .home-cta-card p {
    font-size: 15px;
    max-width: 540px;
  }

  .home-cta-card a {
    position: static;
    width: auto;
    height: 48px;
    border-radius: 999px;
    padding: 0 20px;
  }

  .mobile-footer {
    margin: 34px 0 0;
    padding: 34px;
    border-radius: 32px;
    background: #fff;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: 28px;
    align-items: start;
  }

  .footer-brand img {
    width: 154px;
  }

  .footer-brand p {
    max-width: 320px;
    font-size: 14px;
  }

  .footer-links {
    margin: 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-links a {
    min-height: unset;
    justify-content: flex-start;
  }

  .footer-social {
    margin: 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-footer small {
    align-self: end;
    text-align: right;
  }

  /* Detail page desktop */
  .detail-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 22px;
    align-items: start;
  }

  .detail-hero-card {
    grid-column: 1 / 2;
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 30px;
    align-items: center;
    padding: 24px;
    border-radius: 34px;
  }

  .detail-poster-wrap {
    margin: 0;
  }

  .detail-hero-content h1 {
    font-size: 48px;
  }

  .quick-info-grid,
  .detail-section-card,
  .premium-countdown,
  .detail-action-grid,
  .rules-card {
    grid-column: 2 / 3;
  }

  .detail-section-card,
  .rules-card,
  .premium-countdown {
    border-radius: 28px;
  }

  .detail-action-grid {
    grid-template-columns: 1fr;
  }

  /* Tickets page desktop */
  body[data-page="tickets"] .app-main {
    max-width: 980px;
  }

  .pill-title {
    width: fit-content;
    margin: 0 auto 18px;
    padding: 12px 18px;
  }

  .ticket-toolbar {
    max-width: 760px;
    margin: 0 auto 28px;
  }

  .tickets-title {
    font-size: 42px;
    text-align: center;
  }

  .ticket-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
  }

  .ticket-card {
    min-height: 128px;
    border-radius: 26px;
    padding: 28px;
  }

  .ticket-card h3 {
    font-size: 30px;
  }

  .ticket-card p {
    font-size: 13px;
  }

  .ticket-price {
    right: 34px;
    top: 30px;
    font-size: 32px;
  }

  .ticket-buy {
    right: 18px;
    bottom: 18px;
    border-radius: 999px;
    padding: 12px 16px;
    font-size: 12px;
  }

  /* Wallet desktop */
  body[data-page="my-tickets"] .app-main {
    max-width: 980px;
  }

  .tickets-wallet-main {
    background: transparent;
  }

  .wallet-header-card {
    border-radius: 34px;
    padding: 38px;
  }

  .wallet-header-card h1 {
    font-size: 44px;
  }

  .wallet-tabs {
    max-width: 520px;
    margin: 24px auto;
  }

  .wallet-area {
    max-width: 680px;
    margin: 0 auto;
  }

  .wallet-ticket-card {
    border-radius: 34px;
    padding: 22px;
  }

  .wallet-ticket-top {
    border-radius: 26px;
    padding: 30px;
  }

  .wallet-ticket-top h2 {
    font-size: 30px;
  }

  .qr-box-new {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 24px;
    text-align: left;
  }

  .qr-box-new img {
    width: 190px;
  }

  .side-menu {
    display: none;
  }
}

@media (min-width: 1180px) {
  .event-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 900px) and (max-width: 1060px) {
  .desktop-nav {
    gap: 14px;
    font-size: 13px;
  }

  .desktop-actions {
    gap: 8px;
  }

  .desktop-hero-section {
    grid-template-columns: 1fr 300px;
    padding: 34px;
  }

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


/* v2 web refinements: daha kompakt desktop, slider mobildeki gibi sadece gÃƒÂ¶rsel */
@media (min-width: 900px) {
  :root {
    --web-max: 1120px;
  }

  .app-main {
    padding: 24px 0 48px;
  }

  /* YazÃ„Â±lÃ„Â± bÃƒÂ¼yÃƒÂ¼k desktop hero kapandÃ„Â±; mobildeki slider web'de de ana slider olarak kullanÃ„Â±lÃ„Â±yor */
  .desktop-hero-section {
    display: none !important;
  }

  .hero-banner {
    display: block !important;
    width: 100%;
    height: clamp(260px, 31vw, 360px);
    margin: 0 0 22px;
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(18, 16, 28, .12);
  }

  .hero-banner a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
  }

  .category-row {
    gap: 12px;
    margin-bottom: 20px;
  }

  .category-btn {
    height: 76px;
    border-radius: 20px;
    font-size: 12px;
    gap: 6px;
    box-shadow: 0 10px 22px rgba(18, 16, 28, .10);
  }

  .category-btn svg {
    width: 27px;
    height: 27px;
  }

  .search-pill {
    max-width: 680px;
    height: 54px;
    margin-bottom: 26px;
    padding: 0 20px;
  }

  .search-pill input {
    font-size: 14px;
    letter-spacing: .035em;
  }

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

  .section-head h2 {
    font-size: 26px;
    letter-spacing: -.045em;
  }

  .see-all {
    padding: 9px 14px;
    font-size: 11px;
  }

  .event-grid {
    gap: 14px;
  }

  .event-card {
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 12px 30px rgba(18, 16, 28, .11);
  }

  .event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(18, 16, 28, .15);
  }

  .event-thumb {
    border-radius: 15px;
    margin-bottom: 10px;
  }

  .event-card h3 {
    font-size: 16px;
    line-height: 1.18;
    margin-bottom: 5px;
  }

  .event-card p {
    font-size: 12px;
  }

  .event-meta-row {
    margin-top: 10px;
  }

  .event-card .date,
  .price-chip {
    font-size: 11px;
  }

  .price-chip {
    padding: 6px 8px;
  }

  .home-cta-card {
    margin: 28px 0 20px;
    padding: 28px;
    border-radius: 26px;
    gap: 20px;
  }

  .home-cta-card h3 {
    font-size: 27px;
    max-width: 560px;
  }

  .home-cta-card p {
    font-size: 14px;
  }

  .home-cta-card a {
    height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .mobile-footer {
    margin-top: 26px;
    padding: 26px;
    border-radius: 26px;
    gap: 20px;
  }

  .footer-brand img {
    width: 138px;
  }

  .footer-brand p,
  .mobile-footer small {
    font-size: 13px;
  }

  .footer-links a,
  .footer-social a {
    font-size: 13px;
  }

  /* Detay / bilet / biletlerim desktop sayfalarÃ„Â±nda da fazla bÃƒÂ¼yÃƒÂ¼klÃƒÂ¼kleri azalttÃ„Â±k */
  .detail-main {
    gap: 18px;
  }

  .detail-hero-card {
    grid-template-columns: 300px 1fr;
    gap: 24px;
    padding: 20px;
    border-radius: 28px;
  }

  .detail-hero-content h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .detail-section-card,
  .rules-card,
  .premium-countdown {
    border-radius: 24px;
  }

  .tickets-title {
    font-size: 34px;
  }

  .ticket-card {
    min-height: 112px;
    border-radius: 22px;
    padding: 24px;
  }

  .ticket-card h3 {
    font-size: 26px;
  }

  .ticket-price {
    font-size: 28px;
  }

  .wallet-header-card {
    padding: 30px;
    border-radius: 28px;
  }

  .wallet-header-card h1 {
    font-size: 36px;
  }

  .wallet-ticket-card {
    border-radius: 28px;
  }
}

@media (min-width: 900px) and (max-width: 1060px) {
  .hero-banner {
    height: 280px;
  }
}

/* v3 desktop polish fixes - mobile layout is left untouched */
@media (min-width: 900px) {
  .app-main {
    padding-top: 18px;
  }

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

  .category-row {
    max-width: 760px;
    margin: 0 auto 16px;
    gap: 8px !important;
  }

  .category-btn {
    height: 58px !important;
    min-height: 58px;
    border-radius: 16px !important;
    gap: 4px !important;
    font-size: 10px !important;
    letter-spacing: 0 !important;
    box-shadow: 0 8px 18px rgba(18, 16, 28, .08) !important;
  }

  .category-btn svg {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 1.7 !important;
  }

  .search-pill {
    max-width: 620px !important;
    height: 46px !important;
    margin-bottom: 22px !important;
    padding: 0 18px !important;
  }

  .search-pill input {
    font-size: 12px !important;
    letter-spacing: .02em !important;
  }

  .section-head {
    margin: 4px 0 14px !important;
    align-items: center !important;
  }

  .section-head h2 {
    font-size: 23px !important;
    letter-spacing: -.035em !important;
  }

  .see-all {
    background: transparent !important;
    color: #201e2d !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }

  .see-all::after {
    content: ' Ã¢â€ â€™';
    color: var(--green);
  }

  .event-grid {
    gap: 12px !important;
  }

  .home-cta-card {
    margin: 24px 0 18px !important;
  }

  .mobile-footer {
    margin: 18px 0 0 !important;
    padding: 22px 24px !important;
    border-radius: 24px !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 1.5fr) minmax(130px, .7fr) minmax(120px, .55fr) !important;
    gap: 18px !important;
    align-items: start !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .footer-brand img {
    width: 126px !important;
    margin-bottom: 8px !important;
  }

  .footer-brand p {
    max-width: 360px !important;
    margin: 0 !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    color: #5e5b67 !important;
  }

  .footer-links {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  .footer-links a,
  .footer-social a {
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    justify-content: flex-start !important;
    font-size: 12.5px !important;
    color: #292637 !important;
    box-shadow: none !important;
  }

  .footer-social {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 5px !important;
  }

  .mobile-footer small {
    grid-column: 1 / -1 !important;
    margin-top: 6px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(32, 30, 45, .08) !important;
    width: 100% !important;
    text-align: left !important;
    font-size: 11.5px !important;
    color: #77737f !important;
  }
}

@media (min-width: 900px) and (max-width: 1060px) {
  .mobile-footer {
    grid-template-columns: 1fr 1fr !important;
  }

  .footer-social {
    grid-column: 2 / 3;
  }
}

/* v4 desktop repair: restore CTA/footer/see-all and fix detail + wallet pages */
@media (min-width: 900px) {
  /* PopÃƒÂ¼ler Etkinlikler - TÃƒÂ¼mÃƒÂ¼nÃƒÂ¼ GÃƒÂ¶r */
  .see-all {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: #201e2d !important;
    color: var(--green) !important;
    border: 1px solid rgba(0, 228, 110, .20) !important;
    box-shadow: 0 8px 18px rgba(18, 16, 28, .10) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .see-all::after {
    content: 'Ã¢â€ â€™' !important;
    color: var(--green) !important;
    line-height: 1 !important;
  }

  /* OrganizatÃƒÂ¶r baÃ…Å¸vuru kartÃ„Â± */
  .home-cta-card {
    grid-template-columns: minmax(0, 1fr) auto !important;
    overflow: hidden !important;
  }

  .home-cta-card > * {
    position: relative !important;
    z-index: 2 !important;
  }

  .home-cta-card a {
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 142px !important;
    height: 44px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: var(--green) !important;
    color: #06140c !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-shadow: 0 12px 24px rgba(0, 228, 110, .18) !important;
  }

  /* Footer sosyal linkleri - tekrar buton/pill gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mÃƒÂ¼ne alÃ„Â±ndÃ„Â± */
  .mobile-footer {
    grid-template-columns: minmax(280px, 1.4fr) minmax(140px, .7fr) minmax(150px, .7fr) !important;
    gap: 22px !important;
    align-items: start !important;
  }

  .footer-social {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  .footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: #201e2d !important;
    color: var(--green) !important;
    border: 1px solid rgba(0, 228, 110, .18) !important;
    font-size: 12.5px !important;
    font-weight: 950 !important;
    box-shadow: 0 8px 16px rgba(18, 16, 28, .08) !important;
  }

  .footer-links a {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    min-height: 28px !important;
    padding: 0 !important;
    color: #34313d !important;
    background: transparent !important;
    font-size: 12.5px !important;
    font-weight: 850 !important;
  }

  .mobile-footer small {
    grid-column: 1 / -1 !important;
  }

  /* Etkinlik detay desktop dÃƒÂ¼zeni */
  body[data-page="detail"] .app-main.detail-main {
    width: min(1120px, calc(100% - 48px)) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 18px !important;
    align-items: start !important;
    padding-top: 24px !important;
  }

  body[data-page="detail"] .detail-hero-card {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 310px minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: center !important;
    padding: 20px !important;
    border-radius: 28px !important;
  }

  body[data-page="detail"] .detail-poster-wrap {
    width: 100% !important;
    max-width: 310px !important;
    border-radius: 20px !important;
  }

  body[data-page="detail"] .detail-hero-content {
    padding: 0 !important;
  }

  body[data-page="detail"] .detail-hero-content h1 {
    font-size: clamp(34px, 4vw, 46px) !important;
    line-height: 1.02 !important;
    margin: 12px 0 10px !important;
  }

  body[data-page="detail"] .quick-info-grid {
    grid-column: 1 / 2 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  body[data-page="detail"] .quick-info-card.wide {
    grid-column: auto !important;
  }

  body[data-page="detail"] .detail-section-card {
    grid-column: 1 / 2 !important;
    margin: 0 !important;
  }

  body[data-page="detail"] .premium-countdown {
    grid-column: 2 / 3 !important;
    grid-row: 2 / 3 !important;
    margin: 0 !important;
  }

  body[data-page="detail"] .detail-action-grid {
    grid-column: 2 / 3 !important;
    grid-row: 3 / 4 !important;
    margin: 0 !important;
  }

  body[data-page="detail"] .rules-card {
    grid-column: 2 / 3 !important;
    grid-row: 4 / 5 !important;
    margin: 0 !important;
  }

  body[data-page="detail"] .detail-section-card,
  body[data-page="detail"] .rules-card,
  body[data-page="detail"] .premium-countdown,
  body[data-page="detail"] .detail-action {
    border-radius: 22px !important;
  }

  /* Biletlerim desktop okunabilirlik ve kart yapÃ„Â±sÃ„Â± */
  body[data-page="my-tickets"] .tickets-wallet-main {
    width: min(920px, calc(100% - 48px)) !important;
    background: transparent !important;
    padding-top: 24px !important;
  }

  body[data-page="my-tickets"] .wallet-header-card {
    border-radius: 28px !important;
    padding: 28px !important;
  }

  body[data-page="my-tickets"] .wallet-header-card h1 {
    font-size: 36px !important;
  }

  body[data-page="my-tickets"] .wallet-tabs {
    max-width: 440px !important;
    margin: 18px auto !important;
  }

  body[data-page="my-tickets"] .wallet-area {
    max-width: 680px !important;
    margin: 0 auto !important;
  }

  body[data-page="my-tickets"] .wallet-ticket-card {
    border-radius: 28px !important;
    padding: 16px !important;
    background: #fff !important;
    color: #201e2d !important;
    overflow: hidden !important;
  }

  body[data-page="my-tickets"] .wallet-ticket-card:before {
    display: none !important;
  }

  body[data-page="my-tickets"] .wallet-ticket-top {
    background: linear-gradient(145deg, #29263a, #201e2d) !important;
    color: #fff !important;
    border-radius: 22px !important;
    padding: 24px !important;
    margin: 0 0 16px !important;
  }

  body[data-page="my-tickets"] .wallet-ticket-top h2 {
    color: #fff !important;
    font-size: 28px !important;
    margin: 9px 0 5px !important;
  }

  body[data-page="my-tickets"] .wallet-ticket-top p {
    color: rgba(255,255,255,.72) !important;
  }

  body[data-page="my-tickets"] .ticket-meta-grid div {
    background: #f3f3f5 !important;
    color: #201e2d !important;
  }

  body[data-page="my-tickets"] .qr-box-new {
    background: #fbfbfc !important;
    color: #201e2d !important;
  }

  body[data-page="my-tickets"] .wallet-actions a,
  body[data-page="my-tickets"] .wallet-actions button {
    border-radius: 14px !important;
  }

  body[data-page="my-tickets"] .new-good-luck {
    background: #fff !important;
    color: #201e2d !important;
  }

  /* Bilet seÃƒÂ§imi desktop taÃ…Å¸ma/ÃƒÂ¶lÃƒÂ§ek dÃƒÂ¼zeltmesi */
  body[data-page="tickets"] .app-main {
    width: min(900px, calc(100% - 48px)) !important;
  }

  body[data-page="tickets"] .ticket-card {
    border-radius: 22px !important;
    padding: 22px 24px 64px !important;
    min-height: 118px !important;
  }

  body[data-page="tickets"] .ticket-buy {
    right: 18px !important;
    bottom: 16px !important;
    border-radius: 999px !important;
  }
}

@media (min-width: 900px) and (max-width: 1040px) {
  body[data-page="detail"] .app-main.detail-main {
    grid-template-columns: 1fr !important;
  }

  body[data-page="detail"] .premium-countdown,
  body[data-page="detail"] .detail-action-grid,
  body[data-page="detail"] .rules-card,
  body[data-page="detail"] .quick-info-grid,
  body[data-page="detail"] .detail-section-card {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}

/* v5 navbar account/category dropdown refinements */
@media (min-width: 900px) {
  .desktop-nav {
    gap: 18px !important;
  }

  .desktop-nav > a,
  .nav-dropdown-btn {
    min-height: 42px;
  }

  .nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
  }

  .nav-dropdown-btn {
    appearance: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    font: inherit;
    color: rgba(255, 255, 255, .78);
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 999px;
    padding: 0 2px;
    font-size: 14px;
    font-weight: 900;
    transition: .18s ease;
  }

  .desktop-nav .nav-dropdown-btn:hover,
  .desktop-nav .nav-dropdown.open .nav-dropdown-btn,
  .desktop-nav > a:hover {
    color: var(--green) !important;
  }

  .nav-dropdown-btn .chev {
    width: 14px !important;
    height: 14px !important;
    transition: transform .18s ease;
  }

  .nav-dropdown.open .nav-dropdown-btn .chev {
    transform: rotate(180deg);
  }

  .nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 190px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(31, 29, 44, .98);
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: 0 20px 48px rgba(8, 7, 12, .22);
    opacity: 0;
    transform: translateY(8px) scale(.98);
    pointer-events: none;
    transition: .18s ease;
    z-index: 120;
  }

  .nav-dropdown-menu-right {
    left: auto;
    right: 0;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .nav-dropdown-menu a {
    display: flex !important;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    color: rgba(255, 255, 255, .78) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }

  .nav-dropdown-menu a:hover {
    background: rgba(0, 228, 110, .10);
    color: var(--green) !important;
  }

  .desktop-actions {
    gap: 10px !important;
  }

  .desktop-city,
  .desktop-user {
    min-height: 42px;
    border-radius: 999px;
    padding: 0 14px;
    color: rgba(255, 255, 255, .86) !important;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: none;
  }

  .desktop-city:hover,
  .desktop-user:hover,
  .city-dropdown.open .desktop-city,
  .account-dropdown.open .desktop-user {
    color: var(--green) !important;
    border-color: rgba(0, 228, 110, .24);
    background: rgba(0, 228, 110, .08);
  }

  .desktop-city > svg:not(.chev) {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px;
  }

  .desktop-user {
    padding: 0 10px 0 8px;
  }

  .user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #06140c;
  }

  .user-avatar svg {
    width: 17px !important;
    height: 17px !important;
  }

  .user-label {
    font-size: 13px;
    font-weight: 950;
  }

  .account-menu {
    min-width: 170px;
  }

  .account-menu a:first-child {
    color: var(--green) !important;
    background: rgba(0, 228, 110, .08);
  }

  .account-menu a:last-child {
    color: #ffb3b3 !important;
  }
}

@media (min-width: 900px) and (max-width: 1040px) {
  .desktop-nav {
    gap: 12px !important;
  }

  .desktop-nav > a,
  .nav-dropdown-btn {
    font-size: 13px !important;
  }

  .user-label,
  .desktop-city span {
    display: none;
  }

  .desktop-city,
  .desktop-user {
    padding: 0 10px !important;
  }
}


/* v6 navbar alignment + requested desktop nav labels */
@media (min-width: 900px) {
  .desktop-nav {
    align-items: center !important;
  }

  .desktop-nav > a,
  .desktop-nav .nav-dropdown,
  .desktop-nav .nav-dropdown-btn {
    height: 42px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }

  .desktop-nav .nav-dropdown-btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transform: translateY(0) !important;
  }

  .desktop-nav .nav-dropdown-btn .chev {
    position: relative;
    top: 0 !important;
  }
}

/* v7 city select + ticket purchase polish */
.city-select-link .chev,
.mobile-location-btn .chev {
  display: none !important;
}

body[data-page="city-select"] .app-main {
  padding-top: 18px;
}

.city-hero-card {
  background: linear-gradient(135deg, #2b2840, #181621);
  color: #fff;
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.city-hero-card:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -70px;
  top: -70px;
  background: rgba(0, 228, 110, .18);
}

.city-hero-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.city-hero-card h1 {
  margin: 9px 0 8px;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.city-hero-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.45;
  max-width: 320px;
}

.city-search {
  margin-top: 16px !important;
}

.city-grid-select {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.city-grid-select a {
  min-height: 82px;
  border-radius: 20px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20,18,30,.08);
  border: 1px solid rgba(23,21,30,.07);
  color: var(--ink);
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.city-grid-select small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

body[data-page="tickets"] .app-main {
  padding-top: 14px;
}

body[data-page="tickets"] .pill-title {
  margin: 4px 0 14px !important;
  min-height: auto;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 13px;
  letter-spacing: .08em;
}

body[data-page="tickets"] .ticket-toolbar {
  grid-template-columns: 1fr;
  gap: 10px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(23,21,30,.07);
  border-radius: 18px;
  padding: 12px;
  margin: 0 0 16px;
  box-shadow: 0 8px 22px rgba(20,18,30,.06);
}

body[data-page="tickets"] .price-hint {
  justify-content: space-between;
  align-items: center;
}

body[data-page="tickets"] .price-hint strong {
  font-family: var(--font-ui);
  font-size: 20px;
  font-weight: 950;
  color: var(--panel);
}

body[data-page="tickets"] .price-hint span {
  max-width: 130px;
  text-align: right;
  color: var(--muted);
}

body[data-page="tickets"] .tickets-title {
  font-family: var(--font-ui);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 12px 2px 14px;
  text-transform: none;
}

.ticket-card-v7 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-height: auto !important;
  padding: 18px !important;
  margin: 12px 0 !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #29263a, #171520) !important;
  overflow: hidden;
}

.ticket-card-v7:before {
  right: -54px !important;
  top: -54px !important;
  width: 140px !important;
  height: 140px !important;
  background: radial-gradient(circle, rgba(0,228,110,.18), transparent 66%) !important;
}

.ticket-left,
.ticket-right {
  position: relative;
  z-index: 1;
}

.ticket-stock {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0,228,110,.14);
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
  margin-bottom: 10px;
}

.ticket-card-v7 h3 {
  max-width: none !important;
  font-family: var(--font-ui) !important;
  font-size: 22px !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
  font-weight: 950 !important;
}

.ticket-card-v7 p {
  margin-top: 7px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: rgba(255,255,255,.68) !important;
}

.ticket-mini-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.ticket-mini-meta span {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.74);
  border-radius: 999px;
  padding: 7px 9px;
  font-size: 11px;
  font-weight: 850;
}

.ticket-right {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 14px;
}

.ticket-right small {
  grid-column: 1 / 2;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.ticket-card-v7 .ticket-price {
  position: static !important;
  grid-column: 1 / 2;
  font-family: var(--font-ui) !important;
  font-size: 25px !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
  color: #fff;
}

.ticket-card-v7 .ticket-buy {
  position: static !important;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: end;
  border-radius: 999px !important;
  min-height: 44px;
  padding: 0 15px !important;
  color: #05150c !important;
  font-size: 12px !important;
  box-shadow: 0 10px 22px rgba(0,228,110,.24);
}

@media (min-width: 900px) {
  body[data-page="city-select"] .app-main {
    max-width: 980px;
  }

  .city-select-main {
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
  }

  .city-hero-card {
    padding: 34px;
    border-radius: 30px;
  }

  .city-hero-card h1 {
    font-size: 42px;
    max-width: 620px;
  }

  .city-grid-select {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .city-grid-select a {
    min-height: 96px;
  }

  body[data-page="tickets"] .app-main {
    width: min(1040px, calc(100% - 64px)) !important;
    max-width: 1040px !important;
  }

  body[data-page="tickets"] .pill-title {
    margin: 0 0 16px !important;
    width: fit-content;
    padding: 12px 18px;
  }

  body[data-page="tickets"] .ticket-toolbar {
    grid-template-columns: 220px 1fr;
    max-width: none !important;
    padding: 14px 16px;
    margin-bottom: 18px;
  }

  body[data-page="tickets"] .price-hint {
    justify-content: flex-end;
    gap: 12px;
  }

  body[data-page="tickets"] .price-hint strong {
    font-size: 22px;
  }

  body[data-page="tickets"] .price-hint span {
    max-width: none;
    text-align: left;
  }

  body[data-page="tickets"] .tickets-title {
    text-align: left !important;
    font-size: 32px !important;
    margin: 10px 0 18px !important;
  }

  body[data-page="tickets"] .ticket-list {
    max-width: none !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .ticket-card-v7 {
    padding: 20px !important;
    margin: 0 !important;
    min-height: 310px !important;
    align-content: space-between;
  }

  .ticket-card-v7 h3 {
    font-size: 24px !important;
  }

  .ticket-right {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .ticket-card-v7 .ticket-price,
  .ticket-card-v7 .ticket-buy {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
  }

  .ticket-card-v7 .ticket-buy {
    justify-content: center;
    width: 100%;
  }
}

/* v8 footer content update */
.mobile-footer.footer-v8 {
  margin-top: 18px !important;
  background: linear-gradient(155deg, #29263a 0%, #201e2d 54%, #181622 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  box-shadow: 0 -12px 34px rgba(20,18,30,.14) !important;
}

.footer-v8 .footer-brand img {
  height: 30px !important;
  width: auto !important;
  filter: none !important;
}

.footer-v8 .footer-brand p {
  color: rgba(255,255,255,.68) !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

.footer-v8 .footer-col h4 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
}

.footer-v8 .footer-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 9px !important;
  min-width: 0 !important;
}

.footer-v8 .footer-col a {
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  width: auto !important;
  max-width: 100% !important;
  text-align: left !important;
}

.footer-v8 .footer-col a span {
  flex: 0 0 auto !important;
  width: 17px !important;
  height: 17px !important;
  margin-top: 1px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: var(--green) !important;
  color: #07150d !important;
  font-size: 10px !important;
  font-weight: 950 !important;
}

.footer-v8 .footer-social a {
  min-height: 34px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  color: var(--green) !important;
  border: 1px solid rgba(0,228,110,.20) !important;
  font-size: 12.5px !important;
  font-weight: 950 !important;
}

.footer-v8 small {
  color: rgba(255,255,255,.58) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

@media (max-width: 899px) {
  .mobile-footer.footer-v8 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px 16px !important;
    padding: 22px 18px 96px !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .footer-v8 .footer-brand,
  .footer-v8 small {
    grid-column: 1 / -1 !important;
  }

  .footer-v8 .footer-info,
  .footer-v8 .footer-legal {
    grid-column: span 1 !important;
  }

  .footer-v8 .footer-social {
    grid-column: 1 / -1 !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
  }

  .footer-v8 .footer-social h4 {
    width: 100% !important;
  }
}

@media (min-width: 900px) {
  .mobile-footer.footer-v8 {
    display: grid !important;
    grid-template-columns: minmax(260px,1.35fr) minmax(170px,.85fr) minmax(190px,.95fr) minmax(150px,.65fr) !important;
    gap: 26px !important;
    padding: 30px 32px 20px !important;
    border-radius: 28px !important;
    align-items: flex-start !important;
  }

  .footer-v8 .footer-brand p {
    max-width: 320px !important;
  }

  .footer-v8 small {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    padding-top: 14px !important;
    margin-top: 4px !important;
  }
}


/* v9 footer repair: light footer + bottom legal links */
.mobile-footer.footer-v8 {
  background: #ffffff !important;
  color: #201e2d !important;
  border: 1px solid rgba(32, 30, 45, .08) !important;
  box-shadow: 0 14px 34px rgba(28, 25, 42, .08) !important;
}

.footer-v8 .footer-brand p {
  color: #5e5b67 !important;
}

.footer-v8 .footer-col h4 {
  color: #201e2d !important;
}

.footer-v8 .footer-col a {
  color: #292637 !important;
}

.footer-v8 .footer-col a:hover,
.footer-v8 .footer-bottom-links a:hover {
  color: var(--green) !important;
}

.footer-v8 .footer-col a span {
  color: #07150d !important;
}

.footer-v8 .footer-social a {
  background: #201e2d !important;
  color: var(--green) !important;
  border: 1px solid rgba(0, 228, 110, .18) !important;
  box-shadow: 0 8px 16px rgba(18, 16, 28, .08) !important;
}

.footer-v8 .footer-bottom-row {
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  padding-top: 14px !important;
  margin-top: 4px !important;
  border-top: 1px solid rgba(32, 30, 45, .08) !important;
}

.footer-v8 .footer-bottom-row small {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: auto !important;
  color: #77737f !important;
  font-size: 11.5px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.footer-v8 .footer-bottom-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.footer-v8 .footer-bottom-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: rgba(32, 30, 45, .06) !important;
  color: #292637 !important;
  border: 1px solid rgba(32, 30, 45, .08) !important;
  font-size: 11.5px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

@media (min-width: 900px) {
  .mobile-footer.footer-v8 {
    grid-template-columns: minmax(260px, 1.4fr) minmax(210px, .9fr) minmax(180px, .75fr) minmax(150px, .6fr) !important;
    padding: 30px 32px 20px !important;
  }

  .footer-v8 .footer-bottom-links a {
    min-width: 118px !important;
  }
}

@media (max-width: 899px) {
  .mobile-footer.footer-v8 {
    background: #ffffff !important;
    color: #201e2d !important;
    padding: 22px 18px 92px !important;
  }

  .footer-v8 .footer-bottom-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .footer-v8 .footer-bottom-links {
    width: 100% !important;
    justify-content: flex-start !important;
  }
}

/* v10 footer mobile cleanup: fix social pills + excessive bottom gap */
@media (max-width: 899px) {
  body[data-page="home"] .app-main {
    padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  body[data-page="home"] .mobile-footer.footer-v8 {
    margin: 18px -14px 0 !important;
    padding: 20px 14px 22px !important;
    border-radius: 22px 22px 0 0 !important;
    gap: 18px 12px !important;
    box-shadow: 0 -10px 24px rgba(20, 18, 30, .06) !important;
  }

  body[data-page="home"] .footer-v8 .footer-social {
    display: flex !important;
    grid-column: 1 / -1 !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  body[data-page="home"] .footer-v8 .footer-social h4 {
    width: 100% !important;
    margin: 0 0 2px !important;
  }

  body[data-page="home"] .footer-v8 .footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 86px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: #201e2d !important;
    color: var(--green) !important;
    border: 1px solid rgba(0, 228, 110, .20) !important;
    box-shadow: 0 8px 16px rgba(18, 16, 28, .10) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    text-align: center !important;
  }

  body[data-page="home"] .footer-v8 .footer-bottom-row {
    gap: 9px !important;
    padding-top: 12px !important;
    margin-top: 0 !important;
  }

  body[data-page="home"] .footer-v8 .footer-bottom-links {
    gap: 8px !important;
  }

  body[data-page="home"] .footer-v8 .footer-bottom-links a {
    min-height: 28px !important;
    padding: 0 11px !important;
    font-size: 10.8px !important;
  }
}

/* v11 footer desktop repair + legal pages */
.footer-v11 {
  overflow: hidden !important;
}

.footer-v11 .footer-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 98px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #201e2d !important;
  color: var(--green) !important;
  border: 1px solid rgba(0, 228, 110, .24) !important;
  box-shadow: 0 8px 18px rgba(18, 16, 28, .10) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-align: center !important;
}

.footer-v11 .footer-bottom-links a {
  background: #f2f2f4 !important;
  color: #201e2d !important;
  border: 1px solid rgba(32, 30, 45, .10) !important;
  box-shadow: 0 8px 16px rgba(18, 16, 28, .055) !important;
}

@media (min-width: 900px) {
  .mobile-footer.footer-v11 {
    width: 100% !important;
    margin: 28px 0 0 !important;
    padding: 30px 32px 22px !important;
    border-radius: 28px !important;
    display: grid !important;
    grid-template-columns: minmax(250px, 1.22fr) minmax(190px, .82fr) minmax(170px, .7fr) minmax(150px, .55fr) !important;
    gap: 26px 38px !important;
    align-items: start !important;
  }

  .footer-v11 .footer-brand {
    min-width: 0 !important;
  }

  .footer-v11 .footer-brand img {
    height: 32px !important;
    width: auto !important;
    max-width: 190px !important;
    object-fit: contain !important;
  }

  .footer-v11 .footer-brand p {
    margin-top: 14px !important;
    max-width: 340px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .footer-v11 .footer-col {
    min-width: 0 !important;
    gap: 10px !important;
  }

  .footer-v11 .footer-col h4 {
    margin: 0 0 8px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .footer-v11 .footer-col a {
    font-size: 13px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .footer-v11 .footer-social {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  .footer-v11 .footer-social h4 {
    width: auto !important;
    margin: 0 0 8px !important;
  }

  .footer-v11 .footer-bottom-row {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid rgba(32, 30, 45, .08) !important;
  }

  .footer-v11 .footer-bottom-row small {
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: auto !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  .footer-v11 .footer-bottom-links {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    width: auto !important;
  }

  .footer-v11 .footer-bottom-links a {
    min-width: auto !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 14px !important;
    font-size: 11px !important;
  }
}

.legal-main {
  max-width: 430px;
  margin: 0 auto;
}

.legal-hero {
  background: linear-gradient(135deg, #29263a, #201e2d);
  color: #fff;
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 16px;
}

.legal-hero span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 228, 110, .12);
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 14px 0 8px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.06em;
}

.legal-hero p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.legal-card {
  background: #fff;
  border: 1px solid rgba(32, 30, 45, .08);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(18,16,28,.065);
}

.legal-card h2 {
  margin: 22px 0 8px;
  color: #201e2d;
  font-size: 18px;
  letter-spacing: -.04em;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: #55515f;
  font-size: 13.5px;
  line-height: 1.7;
  font-weight: 600;
}

.legal-card ul {
  padding-left: 20px;
  margin: 8px 0 0;
}

.legal-note {
  margin-top: 16px;
  background: rgba(0, 228, 110, .10);
  border: 1px solid rgba(0, 228, 110, .18);
  color: #145b37;
  border-radius: 18px;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 750;
}

@media (min-width: 900px) {
  body[data-page="legal"] .app-main {
    width: min(980px, calc(100% - 64px)) !important;
    max-width: 980px !important;
    margin: 0 auto !important;
  }

  .legal-main {
    max-width: 980px;
  }

  .legal-hero {
    padding: 34px;
    border-radius: 30px;
  }

  .legal-hero h1 {
    font-size: 44px;
  }

  .legal-hero p {
    max-width: 680px;
    font-size: 15px;
  }

  .legal-card {
    padding: 32px 36px;
    border-radius: 28px;
  }

  .legal-card h2 {
    font-size: 22px;
  }

  .legal-card p,
  .legal-card li {
    font-size: 15px;
  }
}


/* v12: CMS/legal page footer consistency */
body[data-page="legal"] .mobile-footer.footer-v12 {
  margin-top: 18px !important;
}

@media (max-width: 899px) {
  body[data-page="legal"] .app-main {
    padding-bottom: 18px !important;
  }

  body[data-page="legal"] .mobile-footer.footer-v12 {
    margin-top: 16px !important;
    padding-bottom: 24px !important;
  }
}

@media (min-width: 900px) {
  body[data-page="legal"] .mobile-footer.footer-v12 {
    width: 100% !important;
    max-width: 980px !important;
    margin: 28px auto 0 !important;
  }
}

/* v13 navbar auth/register + mobile menu refinements */
@media (min-width: 900px) {
  .desktop-nav {
    gap: 16px !important;
  }

  .nav-deal-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    padding: 0 2px !important;
    line-height: 1 !important;
    color: rgba(255,255,255,.80) !important;
  }

  .nav-deal-link svg {
    width: 18px !important;
    height: 18px !important;
    color: var(--green) !important;
    stroke-width: 2 !important;
    flex: 0 0 auto !important;
  }

  .nav-deal-link span {
    display: inline-block !important;
    transform: translateY(.5px) !important;
  }

  .desktop-actions {
    gap: 9px !important;
  }

  .desktop-register {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: var(--green) !important;
    color: #06140c !important;
    border: 1px solid rgba(0, 228, 110, .35) !important;
    box-shadow: 0 10px 22px rgba(0, 228, 110, .18) !important;
    font-size: 13px !important;
    font-weight: 950 !important;
  }

  .desktop-register:hover,
  .register-dropdown.open .desktop-register {
    background: #13f17d !important;
    color: #06140c !important;
    transform: translateY(-1px) !important;
  }

  .desktop-register .chev {
    color: #06140c !important;
  }

  .register-menu {
    min-width: 210px !important;
  }

  .register-menu a:first-child {
    color: var(--green) !important;
    background: rgba(0, 228, 110, .08) !important;
  }

  .account-menu {
    min-width: 210px !important;
  }

  .desktop-nav > a[href="#"]:not(.nav-deal-link) {
    display: none !important;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .desktop-nav {
    gap: 10px !important;
  }
  .nav-deal-link span,
  .desktop-register span,
  .desktop-city span,
  .user-label {
    display: none !important;
  }
  .desktop-register {
    width: 42px !important;
    padding: 0 !important;
  }
}

.menu-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 12px;
}

.menu-auth-grid .login-card {
  margin: 0 !important;
  min-width: 0;
  padding: 13px 12px !important;
  border-radius: 18px !important;
}

.menu-auth-grid .login-card span strong {
  font-size: 13px !important;
}

.menu-auth-grid .login-card span span {
  font-size: 10.5px !important;
  line-height: 1.35 !important;
}

.menu-auth-grid .login-card b {
  font-size: 10.5px !important;
  padding: 6px 8px !important;
}

.menu-register-card {
  background: linear-gradient(135deg, rgba(0,228,110,.16), rgba(0,228,110,.06)) !important;
  border-color: rgba(0,228,110,.22) !important;
}

.side-panel .menu-link.highlight {
  background: rgba(0, 228, 110, .12) !important;
  border-color: rgba(0, 228, 110, .20) !important;
  color: #07150d !important;
}

.side-panel .menu-link.highlight svg {
  color: var(--green) !important;
}

@media (max-width: 420px) {
  .menu-auth-grid {
    grid-template-columns: 1fr;
  }
}


/* v14 fix: Account dropdown item consistency */
@media (min-width: 900px) {
  .account-menu a:nth-child(2) {
    background: transparent !important;
    color: rgba(255, 255, 255, .78) !important;
  }

  .account-menu a:nth-child(2):hover {
    background: rgba(0, 228, 110, .10) !important;
    color: var(--green) !important;
  }
}

/* ==============================
   v15 Profile page
   ============================== */
.profile-page {
  padding-top: 22px;
}

.profile-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 26px 18px;
  min-height: 160px;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 228, 110, .22), transparent 34%),
    linear-gradient(135deg, #201e2d 0%, #161420 100%);
  color: #fff;
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  gap: 16px;
}

.profile-hero:after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  border: 28px solid rgba(0, 228, 110, .08);
}

.profile-avatar,
.profile-mini-avatar {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--green), #00b95a);
  color: #06140c;
  font-weight: 950;
  letter-spacing: -.04em;
  box-shadow: 0 18px 34px rgba(0, 228, 110, .28);
}

.profile-hero-copy {
  position: relative;
  z-index: 2;
}

.profile-hero-copy span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.profile-hero-copy h1 {
  margin: 4px 0 6px;
  font-size: clamp(30px, 8vw, 46px);
  line-height: .95;
  letter-spacing: -.07em;
}

.profile-hero-copy p {
  margin: 0;
  max-width: 540px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.5;
}

.profile-layout {
  margin-top: 18px;
  display: grid;
  gap: 16px;
}

.profile-sidebar {
  display: none;
}

.profile-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(23, 21, 30, .07);
  border-radius: 26px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.profile-card-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23, 21, 30, .08);
}

.profile-card-head span {
  display: block;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 5px;
}

.profile-card-head h2 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -.055em;
}

.profile-card-head > a {
  white-space: nowrap;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  background: #201e2d;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.profile-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.form-field label {
  display: block;
  margin: 0 0 7px;
  color: #201e2d;
  font-size: 12px;
  font-weight: 950;
}

.form-field label span {
  color: #e63b4a;
  margin-left: 2px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(23, 21, 30, .10);
  border-radius: 16px;
  background: #fff;
  min-height: 52px;
  padding: 0 14px;
  outline: none;
  color: #17151e;
  font-weight: 650;
  transition: .18s ease;
  box-shadow: 0 8px 20px rgba(20, 18, 30, .035);
}

.form-field textarea {
  min-height: 92px;
  padding: 14px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(0, 228, 110, .58);
  box-shadow: 0 0 0 4px rgba(0, 228, 110, .12);
}

.form-field input::placeholder {
  color: #8a8793;
  font-weight: 600;
}

.profile-actions-row {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.profile-submit {
  border: 0;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 28px;
  background: linear-gradient(135deg, var(--green), #00bd5d);
  color: #06140c;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 30px rgba(0, 228, 110, .26);
}

.profile-actions-row p {
  margin: 0;
  color: #797580;
  font-size: 12px;
  line-height: 1.45;
}

.floating-whatsapp {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: calc(84px + env(safe-area-inset-bottom));
  z-index: 55;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #10b86d;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(16, 184, 109, .35);
}

@media (min-width: 900px) {
  .profile-page {
    padding-top: 34px;
  }

  .profile-hero {
    min-height: 220px;
    border-radius: 34px;
    padding: 42px;
  }

  .profile-avatar {
    width: 92px;
    height: 92px;
    border-radius: 30px;
    font-size: 28px;
  }

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

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

  .profile-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    margin-top: 24px;
  }

  .profile-sidebar {
    display: block;
    position: sticky;
    top: 106px;
  }

  .profile-mini-card {
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(23, 21, 30, .07);
    padding: 22px;
    box-shadow: var(--shadow-soft);
  }

  .profile-mini-avatar {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    margin-bottom: 16px;
  }

  .profile-mini-card h3 {
    margin: 0 0 6px;
    font-size: 18px;
    letter-spacing: -.04em;
  }

  .profile-mini-card p {
    margin: 0;
    color: #797580;
    font-size: 13px;
    word-break: break-all;
  }

  .profile-menu {
    margin-top: 14px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(23, 21, 30, .07);
    padding: 10px;
    display: grid;
    gap: 6px;
    box-shadow: var(--shadow-soft);
  }

  .profile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 0 14px;
    color: #45404d;
    font-size: 14px;
    font-weight: 850;
  }

  .profile-menu a.active,
  .profile-menu a:hover {
    background: #201e2d;
    color: #fff;
  }

  .profile-card {
    border-radius: 30px;
    padding: 28px;
  }

  .profile-card-head h2 {
    font-size: 28px;
  }

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

  .form-field.wide,
  .profile-actions-row {
    grid-column: 1 / -1;
  }

  .profile-actions-row {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .profile-submit {
    width: auto;
    min-width: 156px;
  }

  .floating-whatsapp {
    right: 28px;
    bottom: 28px;
  }
}

/* v16 auth pages */
.auth-page {
  padding-top: 10px;
}

.auth-shell {
  display: grid;
  gap: 16px;
}

.auth-intro-card,
.auth-form-card {
  position: relative;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(23,21,30,.07);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.auth-intro-card {
  overflow: hidden;
  padding: 22px 18px;
  background: linear-gradient(135deg, #1f1d2a 0%, #2a2940 42%, rgba(0,228,110,.22) 100%);
  color: #fff;
}

.auth-intro-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(0,228,110,.55), rgba(0,228,110,0));
  pointer-events: none;
}

.auth-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.auth-badge svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.auth-intro-card h1 {
  margin: 14px 0 8px;
  font-size: 34px;
  line-height: .98;
  letter-spacing: -.06em;
}

.auth-intro-card p {
  margin: 0;
  max-width: 520px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.6;
}

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

.auth-highlights li {
  list-style: none;
  min-height: 44px;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.auth-form-card {
  padding: 18px;
}

.auth-form-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(23,21,30,.08);
}

.auth-form-head span {
  display: block;
  margin-bottom: 4px;
  color: var(--green-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 900;
}

.auth-form-head h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.05em;
  color: #1f1d2a;
}

.auth-form-head p {
  margin: 6px 0 0;
  color: #706b78;
  font-size: 13px;
}

.auth-mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(0,228,110,.12);
  color: #0c4024;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(0,228,110,.18);
}

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

.auth-form-grid .wide,
.auth-submit-row,
.auth-helper-bar,
.auth-captcha-wrap,
.auth-switch-card {
  grid-column: 1 / -1;
}

.input-icon-wrap {
  position: relative;
}

.input-icon-wrap svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #2f4fe7;
  opacity: .8;
}

.input-icon-wrap input {
  padding-left: 42px;
}

.checkbox-row,
.auth-helper-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.checkline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5f5a67;
  font-size: 13px;
  line-height: 1.5;
}

.checkline input {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
  flex: 0 0 auto;
}

.checkline a {
  color: var(--green-2);
  font-weight: 800;
}

.auth-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.auth-submit,
.organizer-submit {
  border: 0;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), #02bc60);
  color: #07150d;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(0,228,110,.26);
}

.auth-submit-row small,
.auth-helper-note {
  color: #8a8592;
  font-size: 12px;
  line-height: 1.45;
}

.auth-switch-card {
  margin-top: 4px;
  min-height: 60px;
  border-radius: 18px;
  padding: 14px 16px;
  background: #f5f7fb;
  border: 1px solid rgba(23,21,30,.06);
  color: #5b5660;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.auth-switch-card strong,
.auth-switch-card a,
.auth-helper-links a {
  color: var(--green-2);
  font-weight: 900;
}

.auth-helper-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: #605a68;
  font-size: 13px;
}

.auth-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #504a57;
  font-size: 13px;
  font-weight: 800;
}

.auth-toggle input {
  appearance: none;
  width: 36px;
  height: 22px;
  border-radius: 999px;
  background: #dfe5ef;
  position: relative;
  cursor: pointer;
  transition: .18s ease;
}

.auth-toggle input::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,.15);
  transition: .18s ease;
}

.auth-toggle input:checked {
  background: rgba(47,79,231,.26);
}

.auth-toggle input:checked::after {
  left: 17px;
  background: #2f4fe7;
}

.upload-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 52px;
  border: 1px dashed rgba(23,21,30,.12);
  border-radius: 16px;
  background: #fcfdff;
  padding: 10px 12px;
}

.upload-inline input[type="file"] {
  max-width: 220px;
}

.upload-hint {
  color: #8d8896;
  font-size: 12px;
}

.auth-captcha-wrap {
  margin-top: 4px;
}

.captcha-mock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 360px);
  min-height: 84px;
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(23,21,30,.09);
  box-shadow: 0 12px 24px rgba(18,16,24,.06);
}

.captcha-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2d2937;
  font-size: 14px;
  font-weight: 700;
}

.captcha-box {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 2px solid #9aa4b7;
  background: #fff;
}

.captcha-badge {
  text-align: right;
  color: #8c8a94;
  font-size: 11px;
  line-height: 1.3;
}

.auth-page .mobile-footer {
  margin-top: 16px;
}

@media (min-width: 900px) {
  .auth-page {
    padding-top: 34px;
  }

  .auth-shell {
    gap: 24px;
  }

  .auth-intro-card {
    padding: 34px 34px 30px;
    border-radius: 34px;
  }

  .auth-intro-card h1 {
    font-size: 34px;
    max-width: 680px;
  }

  .auth-intro-card p {
    font-size: 15px;
  }

  .auth-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-left: -40px;
  }

  .auth-highlights li {
    min-height: 56px;
    border-radius: 18px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .auth-form-card {
    padding: 28px;
    border-radius: 30px;
  }

  .auth-form-head h2 {
    font-size: 30px;
  }

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

  .auth-form-grid.register-grid,
  .auth-form-grid.organizer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .auth-form-grid.organizer-grid .wide,
  .auth-form-grid.register-grid .wide {
    grid-column: span 3;
  }

  .auth-form-grid.login-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .auth-form-grid.login-grid .form-field.wide {
    grid-column: 1 / -1;
  }

  .login-main-card {
    max-width: 880px;
    margin-inline: auto;
  }
}


/* v17 auth color alignment */
.auth-helper-links a:hover, .auth-switch-card a:hover, .checkline a:hover { color: #00bd5d; }


/* v19 product polish: favorites, cart, empty states, 404, artist/venue profiles */
.favorite-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.92);
  color: #201e2d;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  cursor: pointer;
  transition: .18s ease;
}

.favorite-btn svg {
  width: 18px;
  height: 18px;
}

.favorite-btn.active,
.favorite-btn:hover {
  background: var(--green);
  color: #07150d;
  transform: translateY(-1px);
}

.toast-stack {
  position: fixed;
  right: 16px;
  bottom: calc(86px + env(safe-area-inset-bottom));
  z-index: 200;
  display: grid;
  gap: 10px;
  width: min(360px, calc(100vw - 28px));
  pointer-events: none;
}

.app-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 18px;
  background: #201e2d;
  color: #fff;
  box-shadow: 0 18px 38px rgba(13,12,18,.28);
  transform: translateY(12px);
  opacity: 0;
  transition: .22s ease;
}

.app-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.app-toast span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #07150d;
  font-weight: 950;
  flex: 0 0 auto;
}

.app-toast.error span {
  background: #ff4b5d;
  color: #fff;
}

.app-toast p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.empty-state-card,
.notfound-card {
  margin: 18px 0;
  border-radius: 30px;
  padding: 28px 18px;
  background: #fff;
  border: 1px solid rgba(23,21,30,.07);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.empty-state-icon,
.notfound-code {
  margin: 0 auto 16px;
  width: 74px;
  height: 74px;
  border-radius: 26px;
  display: grid;
  place-items: center;
  background: rgba(0,228,110,.12);
  color: var(--green-2);
  font-weight: 950;
}

.empty-state-icon svg {
  width: 34px;
  height: 34px;
}

.notfound-code {
  width: auto;
  max-width: 170px;
  padding: 0 22px;
  font-size: 34px;
  letter-spacing: -.06em;
}

.empty-state-card h1,
.empty-state-card h2,
.notfound-card h1 {
  margin: 0 0 8px;
  color: #201e2d;
  letter-spacing: -.05em;
  line-height: 1.05;
}

.empty-state-card p,
.notfound-card p {
  margin: 0 auto 18px;
  max-width: 560px;
  color: #716c78;
  font-size: 14px;
  line-height: 1.55;
}

.empty-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.empty-actions a,
.cart-action,
.profile-follow-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--green);
  color: #07150d;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(0,228,110,.24);
}

.empty-actions a.secondary {
  background: #201e2d;
  color: #fff;
  box-shadow: none;
}

.cart-page,
.favorites-page,
.entity-page {
  padding-top: 10px;
}

.cart-layout {
  display: grid;
  gap: 16px;
}

.cart-card,
.cart-summary-card,
.favorite-section,
.entity-hero,
.entity-events {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(23,21,30,.07);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.cart-card {
  display: grid;
  gap: 14px;
}

.cart-event {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
}

.cart-event img {
  width: 92px;
  height: 122px;
  border-radius: 18px;
  object-fit: cover;
  background: #eee;
}

.cart-event h1 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.055em;
  color: #201e2d;
}

.cart-event p,
.cart-ticket-meta p,
.summary-row {
  margin: 0;
  color: #716c78;
  font-size: 13px;
  line-height: 1.45;
}

.cart-ticket-meta {
  display: grid;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(23,21,30,.08);
}

.cart-ticket-meta h2,
.cart-summary-card h2,
.favorite-section h2,
.entity-events h2 {
  margin: 0;
  color: #201e2d;
  font-size: 20px;
  letter-spacing: -.045em;
}

.qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.qty-row input {
  width: 86px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(23,21,30,.1);
  text-align: center;
  font-weight: 900;
}

.cart-summary-card {
  display: grid;
  gap: 12px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.summary-row strong {
  color: #201e2d;
}

.summary-total {
  padding-top: 12px;
  border-top: 1px solid rgba(23,21,30,.1);
  font-size: 18px;
}

.cart-action {
  width: 100%;
  border: 0;
  cursor: pointer;
  min-height: 54px;
  margin-top: 4px;
}

.favorite-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 16px;
}

.favorite-tabs a {
  white-space: nowrap;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f1f3f6;
  color: #4b4652;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 900;
}

.favorite-tabs a.active {
  background: #201e2d;
  color: #fff;
}

.entity-hero {
  overflow: hidden;
  background: linear-gradient(135deg, #201e2d, #2d2b40 62%, rgba(0,228,110,.22));
  color: #fff;
}

.entity-hero-inner {
  display: grid;
  gap: 18px;
  align-items: center;
}

.entity-avatar {
  width: 112px;
  height: 112px;
  border-radius: 34px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.14);
  display: grid;
  place-items: center;
  font-size: 42px;
  font-weight: 950;
  color: var(--green);
}

.entity-hero h1 {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: .95;
  letter-spacing: -.06em;
}

.entity-hero p {
  margin: 0;
  max-width: 640px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.6;
}

.entity-stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 16px 0 0;
}

.entity-stats span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.entity-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.entity-events {
  margin-top: 16px;
}

.entity-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.entity-list a {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 10px;
  border-radius: 18px;
  background: #f7f8fb;
  color: #201e2d;
}

.entity-list img {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  object-fit: cover;
}

.entity-list strong {
  display: block;
  font-size: 14px;
}

.entity-list span {
  display: block;
  color: #716c78;
  font-size: 12px;
  margin-top: 4px;
}

.entity-list b {
  color: var(--green-2);
  font-size: 13px;
}

@media (min-width: 900px) {
  .toast-stack {
    right: 28px;
    bottom: 28px;
  }

  .cart-page,
  .favorites-page,
  .entity-page {
    padding-top: 34px;
  }

  .cart-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 24px;
  }

  .cart-card,
  .cart-summary-card,
  .favorite-section,
  .entity-hero,
  .entity-events,
  .empty-state-card,
  .notfound-card {
    border-radius: 34px;
    padding: 28px;
  }

  .cart-event {
    grid-template-columns: 150px 1fr;
    gap: 22px;
  }

  .cart-event img {
    width: 150px;
    height: 202px;
    border-radius: 24px;
  }

  .cart-event h1,
  .empty-state-card h1,
  .notfound-card h1 {
    font-size: 44px;
  }

  .entity-hero-inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .entity-avatar {
    width: 148px;
    height: 148px;
    border-radius: 42px;
    font-size: 56px;
  }

  .entity-hero h1 {
    font-size: 58px;
  }
}


/* v20 event detail favorite/share actions */
.detail-poster-wrap {
  position: relative;
}

.detail-floating-actions {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  gap: 8px;
  z-index: 4;
}

.detail-icon-action {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.94);
  color: #201e2d;
  box-shadow: 0 14px 28px rgba(0,0,0,.2);
  cursor: pointer;
  transition: .18s ease;
  backdrop-filter: blur(12px);
}

.detail-icon-action svg {
  width: 20px;
  height: 20px;
}

.detail-icon-action:hover,
.detail-icon-action.active {
  transform: translateY(-2px);
  background: var(--green);
  color: #07150d;
}

.detail-social-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.detail-social-btn {
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
}

.detail-social-btn svg {
  width: 17px;
  height: 17px;
}

.detail-social-btn:hover,
.detail-social-btn.active {
  background: var(--green);
  border-color: var(--green);
  color: #07150d;
}

@media (max-width: 899px) {
  .detail-social-actions {
    display: none;
  }

  .detail-floating-actions {
    right: 12px;
    bottom: 12px;
  }

  .detail-icon-action {
    width: 40px;
    height: 40px;
  }
}
 .biletinyum-menu {
      display: flex !important;
      flex-direction: column !important;
      gap: 8px !important;
      width: 100% !important;
    }
    .biletinyum-menu a, 
    .biletinyum-menu button.menu-trigger-btn {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      width: 100% !important;
      padding: 14px 16px !important;
      background: #f8f9fa !important;
      border: 1px solid #eef0f2 !important;
      border-radius: 12px !important;
      color: #212529 !important;
      font-size: 15px !important;
      font-weight: 500 !important;
      text-decoration: none !important;
      transition: all 0.2s ease !important;
    }
    .biletinyum-menu a i, 
    .biletinyum-menu button.menu-trigger-btn i {
      font-size: 16px !important;
      color: #6c757d !important;
    }
    .biletinyum-menu a:hover, 
    .biletinyum-menu button.menu-trigger-btn:hover {
      background: #f1f3f5 !important;
      border-color: #dee2e6 !important;
    }
    .biletinyum-menu a.highlight {
      background: #00e46e !important;
      color: #ffffff !important;
      border-color: #00d365 !important;
    }
    .biletinyum-menu a.highlight i {
      color: #ffffff !important;
    }
    .biletinyum-menu .user-welcome-box {
      background: #e8fbf3 !important;
      border: 1px solid #c3f6dd !important;
      border-radius: 12px !important;
      padding: 14px 16px !important;
      font-size: 15px !important;
      color: #0f5132 !important;
      font-weight: 600 !important;
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
      margin-bottom: 4px !important;
    }
    .biletinyum-menu .user-welcome-box i {
      color: #00e46e !important;
      font-size: 18px !important;
    }
    .biletinyum-menu a.menu-logout-btn {
      background: #fff5f5 !important;
      border-color: #ffe3e3 !important;
      color: #dc3545 !important;
    }
    .biletinyum-menu a.menu-logout-btn i {
      color: #dc3545 !important;
    }
    .biletinyum-kat-wrapper {
      background: #ffffff !important;
      border: 1px solid #eef0f2 !important;
      border-radius: 12px !important;
      padding: 6px 0 !important;
      margin-top: 4px !important;
      box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
    }
    .biletinyum-kat-link {
      display: flex !important;
      align-items: center !important;
      gap: 12px !important;
      padding: 10px 20px !important;
      color: #495057 !important;
      font-size: 14px !important;
      text-decoration: none !important;
      border-bottom: 1px solid #f8f9fa !important;
    }
    .biletinyum-kat-link:last-child {
      border-bottom: none !important;
    }
    .biletinyum-kat-link:hover {
      background: #f8f9fa !important;
      color: #00e46e !important;
    }
    .biletinyum-kat-link img {
      width: 20px !important;
      height: 20px !important;
      object-fit: contain !important;
    }