:root {
    --ink: #111214;
    --muted: #6f7278;
    --line: #e5e5e2;
    --paper: #f5f4ef;
    --white: #fff;
    --accent: #d9ff48;
    --accent-dark: #bce71f;
    --coral: #ff6b53;
    --green: #39c17c;
    --blue: #5f70ff;
    --radius: 24px;
    --shadow: 0 18px 50px rgba(20, 20, 20, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body, button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 74px;
    border-bottom: 1px solid rgba(20, 20, 20, .08);
    background: rgba(245, 244, 239, .9);
    backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 52px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 850; letter-spacing: -.04em; }
.brand-mark {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: var(--ink);
    background: var(--accent);
    font-size: 17px;
    font-weight: 950;
}
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: #55585e; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a.active::after { content: ""; position: absolute; right: 0; bottom: -27px; left: 0; height: 2px; background: var(--ink); }
.header-support { margin-left: auto; padding: 10px 15px; border: 1px solid #d5d5d1; border-radius: 999px; font-size: 13px; font-weight: 700; }

.hero-section { overflow: hidden; padding: 72px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1.22fr .78fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #676a70; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 20px; height: 2px; background: var(--coral); }
.hero-copy h1 { margin: 17px 0 22px; font-size: clamp(48px, 6.4vw, 84px); line-height: .95; letter-spacing: -.065em; }
.hero-copy > p { max-width: 640px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.search-form {
    display: flex;
    align-items: center;
    max-width: 680px;
    height: 62px;
    margin-top: 36px;
    padding: 7px;
    border: 1px solid #dddcd7;
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 12px 35px rgba(25, 25, 20, .06);
}
.search-form input { min-width: 0; flex: 1; height: 100%; padding: 0 12px; border: 0; outline: 0; background: transparent; font-size: 15px; }
.search-form button, .button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 0;
    border-radius: 13px;
    background: var(--ink);
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, opacity .18s ease;
}
.button:hover, .search-form button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.button-accent { color: var(--ink); background: var(--accent); }
.button-accent:hover { background: var(--accent-dark); }
.button-dark { color: var(--white); background: var(--ink); }
.button-block { width: 100%; }
.button.loading { pointer-events: none; }
.search-icon { position: relative; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 11px; background: #f0f0ec; }
.search-icon::before { content: ""; position: absolute; top: 11px; left: 11px; width: 10px; height: 10px; border: 2px solid #6f7278; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; top: 23px; left: 23px; width: 7px; height: 2px; transform: rotate(45deg); background: #6f7278; }

.hero-ticket {
    position: relative;
    min-height: 390px;
    padding: 26px;
    transform: rotate(3deg);
    border-radius: 28px;
    color: #fff;
    background: #17181d;
    box-shadow: 0 35px 65px rgba(17, 18, 20, .24);
}
.hero-ticket::before, .hero-ticket::after { content: ""; position: absolute; top: 72%; width: 27px; height: 54px; background: var(--paper); }
.hero-ticket::before { left: -1px; border-radius: 0 28px 28px 0; }
.hero-ticket::after { right: -1px; border-radius: 28px 0 0 28px; }
.hero-ticket-top { display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.hero-ticket-top span:last-child { color: var(--accent); }
.hero-ticket-art { position: relative; height: 225px; margin: 15px 0 22px; overflow: hidden; border-radius: 20px; background: linear-gradient(145deg, #ff6b53 0 34%, #6f61ff 34% 66%, #d9ff48 66%); }
.hero-ticket-art span { position: absolute; border: 24px solid #17181d; border-radius: 50%; }
.hero-ticket-art span:nth-child(1) { top: 22px; left: 37px; width: 160px; height: 160px; }
.hero-ticket-art span:nth-child(2) { right: -44px; bottom: -73px; width: 210px; height: 210px; }
.hero-ticket-art span:nth-child(3) { top: -63px; right: 35px; width: 120px; height: 120px; }
.hero-ticket-bottom { display: flex; flex-direction: column; gap: 5px; padding: 0 9px; }
.hero-ticket-bottom strong { font-size: 24px; letter-spacing: -.03em; }
.hero-ticket-bottom small { color: #9ea0a8; }

.category-strip-wrap { position: relative; z-index: 2; padding: 10px 0 32px; }
.category-strip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.category-strip::-webkit-scrollbar { display: none; }
.category-pill { display: inline-flex; height: 46px; flex: 0 0 auto; align-items: center; gap: 9px; padding: 0 18px; border: 1px solid #dcdbd6; border-radius: 14px; background: rgba(255,255,255,.64); color: #55585f; font-size: 13px; font-weight: 750; }
.category-pill span { font-size: 16px; }
.category-pill.active, .category-pill:hover { border-color: var(--ink); background: var(--ink); color: #fff; }

.catalog-section { padding: 54px 0 92px; }
.featured-section { padding-top: 46px; background: #ecebe5; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 27px; }
.section-heading h2 { margin: 9px 0 0; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.055em; }
.result-count { padding: 10px 14px; border-radius: 999px; background: #e7e6e0; color: #6b6e73; font-size: 12px; font-weight: 700; }
.scroll-actions { display: flex; gap: 8px; }
.scroll-actions button, .zoom-controls button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #d6d5cf; border-radius: 12px; background: transparent; cursor: pointer; }
.event-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 20px; }
.event-card { min-width: 0; }
.event-poster {
    position: relative;
    display: flex;
    aspect-ratio: 3 / 4;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 25px;
    border-radius: 22px;
    background: #24252a;
    color: #fff;
    box-shadow: 0 15px 35px rgba(20, 20, 25, .13);
    transition: transform .28s ease, box-shadow .28s ease;
}
.event-poster:hover { transform: translateY(-5px); box-shadow: 0 24px 45px rgba(20, 20, 25, .2); }
.event-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.event-poster::before { content: ""; position: absolute; inset: 0; opacity: .85; }
.poster-concerts::before { background: radial-gradient(circle at 70% 28%, transparent 0 18%, rgba(20,20,20,.12) 19%), linear-gradient(155deg, #f15943 0 38%, #2a254d 38% 72%, #d9ff48 72%); }
.poster-cinema::before { background: linear-gradient(160deg, rgba(17,18,20,.05), rgba(17,18,20,.62)), radial-gradient(circle at 20% 20%, #ffbe58 0 14%, transparent 15%), linear-gradient(145deg, #6576aa, #1e2d46 58%, #d47243); }
.poster-theatre::before { background: radial-gradient(circle at 62% 42%, #d4c4aa 0 12%, transparent 13%), linear-gradient(135deg, #17211d 0 52%, #bd3f34 52%); }
.poster-standup::before { background: radial-gradient(circle at 48% 38%, #f7d17f 0 16%, transparent 17%), linear-gradient(160deg, #272144, #714b9a 55%, #111); }
.poster-kids::before { background: radial-gradient(circle at 70% 20%, #fff6b2 0 11%, transparent 12%), linear-gradient(145deg, #62bfc7, #5b6bc5 55%, #fa7d73); }
.poster-event::before { background: linear-gradient(145deg, #545765, #15161a); }
.poster-kicker, .poster-title, .poster-orbit { position: relative; z-index: 2; }
.poster-kicker { margin-bottom: auto; font-size: 10px; font-weight: 850; letter-spacing: .17em; }
.poster-title { max-width: 95%; font-size: clamp(22px, 2vw, 31px); font-weight: 850; line-height: .98; letter-spacing: -.05em; }
.poster-orbit { position: absolute; z-index: 1; top: 23%; left: 15%; width: 70%; aspect-ratio: 1; border: 22px solid rgba(255,255,255,.2); border-radius: 50%; }
.age-badge, .price-badge { position: absolute; z-index: 3; top: 14px; padding: 7px 9px; border-radius: 9px; font-size: 11px; font-weight: 850; backdrop-filter: blur(8px); }
.age-badge { right: 14px; color: #fff; background: rgba(10,10,12,.56); }
.price-badge { top: auto; right: 14px; bottom: 14px; color: var(--ink); background: var(--accent); }
.event-card-body { padding: 15px 4px 0; }
.event-card-date { margin-bottom: 8px; color: #e45946; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.event-card-body h3 { margin: 0 0 7px; font-size: 17px; line-height: 1.25; letter-spacing: -.025em; }
.event-card-body h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.event-card-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.empty-state { padding: 70px 30px; border: 1px dashed #cfcec8; border-radius: 24px; text-align: center; background: rgba(255,255,255,.42); }
.empty-state > span { display: block; color: #9da0a4; font-size: 42px; }
.empty-state h1, .empty-state h3 { margin: 12px 0 7px; }
.empty-state p { margin: 0 auto 24px; color: var(--muted); }
.page-empty { margin-top: 70px; margin-bottom: 100px; }

.event-hero { position: relative; overflow: hidden; min-height: 470px; color: #fff; background: #1c1d22; }
.event-hero::before { content: ""; position: absolute; inset: 0; opacity: .66; }
.event-hero.poster-concerts::before { background: linear-gradient(100deg, #141419 0 45%, transparent), radial-gradient(circle at 80% 45%, #ff6b53 0 14%, transparent 15%), linear-gradient(145deg, #5c54cd, #17181d); }
.event-hero.poster-cinema::before { background: linear-gradient(100deg, #111720 0 47%, transparent), radial-gradient(circle at 80% 30%, #ffc56a 0 13%, transparent 14%), linear-gradient(145deg, #46769b, #1c2632); }
.event-hero.poster-theatre::before { background: linear-gradient(100deg, #141615 0 48%, transparent), radial-gradient(circle at 78% 35%, #d1aa79 0 16%, transparent 17%), linear-gradient(145deg, #7c2e2a, #17201c); }
.event-hero.poster-standup::before { background: linear-gradient(100deg, #16131f 0 46%, transparent), radial-gradient(circle at 78% 37%, #e8cb7e 0 15%, transparent 16%), linear-gradient(145deg, #6c4a98, #17141d); }
.event-hero.poster-kids::before { background: linear-gradient(100deg, #192b32 0 45%, transparent), radial-gradient(circle at 80% 32%, #fff4a0 0 12%, transparent 13%), linear-gradient(145deg, #62bfc7, #5f67ba); }
.event-hero-noise { position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(rgba(255,255,255,.5) .6px, transparent .6px); background-size: 5px 5px; }
.event-hero-inner { position: relative; z-index: 2; padding-top: 32px; padding-bottom: 62px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.75); font-size: 13px; font-weight: 700; }
.back-link.dark { color: #60636a; }
.event-hero-content { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-top: 84px; }
.event-category { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.event-hero h1 { max-width: 820px; margin: 17px 0 17px; font-size: clamp(45px, 6.3vw, 82px); line-height: .95; letter-spacing: -.065em; }
.event-hero-content > div:first-child p { max-width: 660px; margin: 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.6; }
.event-facts { display: grid; gap: 14px; padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(12,12,15,.26); backdrop-filter: blur(13px); }
.event-facts div { display: flex; flex-direction: column; gap: 3px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.event-facts div:last-child { padding: 0; border: 0; }
.event-facts span { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.event-facts strong { font-size: 14px; }

.seat-section { padding: 64px 0 100px; }
.seat-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 24px; }
.hall-card, .selection-card, .checkout-form-card, .order-summary-card { border: 1px solid #e1e0da; border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(25,25,20,.04); }
.hall-card { min-width: 0; padding: 26px; }
.hall-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid #ecebe7; }
.hall-toolbar h2 { margin: 6px 0 0; font-size: 31px; letter-spacing: -.045em; }
.zoom-controls { display: flex; align-items: center; gap: 10px; }
.zoom-controls span { width: 48px; color: var(--muted); text-align: center; font-size: 12px; font-weight: 750; }
.hall-scroll { min-height: 480px; overflow: auto; padding: 32px 0 12px; }
.hall-canvas { min-width: 680px; transition: transform .2s ease; }
.stage { display: flex; width: 72%; height: 48px; align-items: flex-start; justify-content: center; margin: 0 auto 56px; border-top: 7px solid #c9cad0; border-radius: 50%; color: #8b8e95; font-size: 10px; font-weight: 850; letter-spacing: .24em; }
.stage span { transform: translateY(8px); }
.seat-grid { display: grid; gap: 13px; }
.seat-row { display: grid; grid-template-columns: 25px minmax(0,1fr) 25px; align-items: center; gap: 7px; }
.row-seats { display: flex; justify-content: center; gap: 8px; }
.row-label { color: #a5a7ac; text-align: center; font-size: 10px; font-weight: 700; }
.seat { display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 9px 9px 11px 11px; font-size: 9px; font-weight: 800; transition: transform .15s ease, background .15s ease, color .15s ease; }
.seat.available { color: #307a5a; background: #dff5e9; cursor: pointer; }
.seat.available:hover { transform: translateY(-3px); background: #bde9d1; }
.seat.selected { color: var(--ink); background: var(--accent); box-shadow: 0 0 0 2px var(--ink); }
.seat.reserved, .seat.sold { color: #aaa; background: #e7e7e7; cursor: not-allowed; }
.seat-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; padding-top: 22px; border-top: 1px solid #ecebe7; color: #777a80; font-size: 11px; font-weight: 700; }
.seat-legend span { display: inline-flex; align-items: center; gap: 7px; }
.seat-legend i { width: 14px; height: 14px; border-radius: 4px; }
.legend-available { background: #dff5e9; }.legend-selected { background: var(--accent); box-shadow: inset 0 0 0 1px var(--ink); }.legend-sold { background: #e7e7e7; }
.zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; padding: 10px 46px 70px; }
.zone-card { position: relative; display: flex; min-height: 190px; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 22px; border: 1px solid #dddde0; border-radius: 30px 30px 14px 14px; background: #f3f3f1; text-align: center; }
.zone-card:nth-child(2) { background: #eceefe; }.zone-card:nth-child(3) { background: #f8eadc; }
.zone-card.selected { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.zone-pattern { position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(#b7b8be 1px, transparent 1px); background-size: 9px 9px; mask-image: linear-gradient(to bottom, #000, transparent 76%); }
.zone-card strong, .zone-card small, .zone-stepper { position: relative; }
.zone-card strong { font-size: 19px; }.zone-card small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.zone-stepper { display: flex; align-items: center; gap: 14px; margin-top: 17px; padding: 5px; border-radius: 12px; background: #fff; box-shadow: 0 5px 16px rgba(20,20,20,.08); }
.zone-stepper button { display: grid; width: 29px; height: 29px; place-items: center; border: 0; border-radius: 8px; background: var(--ink); color: #fff; cursor: pointer; }
.zone-stepper button:disabled { opacity: .25; cursor: not-allowed; }
.zone-stepper span { min-width: 18px; font-size: 12px; font-weight: 850; }

.selection-card { position: sticky; top: 96px; overflow: hidden; padding: 22px; }
.selection-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid #ecebe7; }
.selection-card-head > div { display: flex; flex-direction: column; gap: 2px; }
.selection-card-head span { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.selection-card-head strong { font-size: 17px; }
.selection-card-head button { border: 0; background: transparent; color: #8b8e94; font-size: 11px; font-weight: 700; cursor: pointer; }
.selection-empty { display: grid; min-height: 220px; place-items: center; align-content: center; color: #a3a5aa; text-align: center; }
.selection-empty span { font-size: 30px; transform: rotate(-15deg); }
.selection-empty p { margin: 8px 0 0; font-size: 13px; line-height: 1.45; }
.selection-list { display: grid; max-height: 325px; gap: 0; overflow-y: auto; }
.selection-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 0; border-bottom: 1px solid #efeee9; }
.selection-item-main { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.selection-item-main strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.selection-item-main small { color: var(--muted); font-size: 11px; font-weight: 700; }
.selection-item-controls { display: flex; align-items: center; gap: 5px; }
.selection-item-controls select { width: 88px; height: 31px; border: 1px solid #dddcd7; border-radius: 8px; background: #fff; font-size: 10px; font-weight: 700; }
.selection-remove { display: grid; width: 28px; height: 28px; place-items: center; border: 0; background: transparent; color: #999ba0; font-size: 19px; cursor: pointer; }
.child-note { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 14px 0 0; padding: 11px; border-radius: 11px; background: #f0f5dc; font-size: 10px; }
.child-note span { color: #627232; font-weight: 800; }
.selection-total { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 18px 0; border-top: 1px solid #ecebe7; }
.selection-total span { color: var(--muted); font-size: 12px; }.selection-total strong { font-size: 24px; letter-spacing: -.04em; }
.reserve-note, .secure-note { margin: 10px 0 0; color: #999ba0; text-align: center; font-size: 10px; line-height: 1.45; }

.checkout-shell { padding: 54px 0 100px; }
.checkout-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; margin-bottom: 34px; }
.checkout-heading > div:nth-child(2) { text-align: center; }
.checkout-heading h1 { margin: 8px 0 0; font-size: 47px; letter-spacing: -.055em; }
.checkout-heading .back-link { align-self: center; justify-self: start; }
.hold-timer { display: flex; align-items: flex-end; justify-self: end; flex-direction: column; gap: 4px; }
.hold-timer span { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; }.hold-timer strong { font-size: 23px; font-variant-numeric: tabular-nums; }
.hold-low .hold-timer strong { color: #d94c3d; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: start; gap: 24px; }
.checkout-form-card { padding: 30px; }
.form-card-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 28px; }
.form-card-heading > span { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 11px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 850; }
.form-card-heading h2 { margin: 0 0 5px; font-size: 24px; letter-spacing: -.035em; }.form-card-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field > span { font-size: 11px; font-weight: 780; }
.field input { width: 100%; height: 51px; padding: 0 15px; border: 1px solid #dcdcd7; border-radius: 13px; outline: 0; background: #fafaf8; font-size: 14px; transition: border .16s ease, box-shadow .16s ease; }
.field input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(17,18,20,.08); background: #fff; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent-check { display: flex; align-items: flex-start; gap: 10px; margin: 3px 0 22px; color: #777a80; font-size: 11px; line-height: 1.45; }
.consent-check input { width: 16px; height: 16px; accent-color: var(--ink); }
.form-error { margin: 0 0 14px; padding: 11px 13px; border-radius: 10px; color: #a9362c; background: #fff0ed; font-size: 11px; }
.order-summary-card { position: sticky; top: 96px; padding: 27px; }
.summary-kicker { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.order-summary-card h2 { margin: 9px 0 12px; font-size: 25px; line-height: 1.06; letter-spacing: -.045em; }
.summary-meta { display: flex; flex-direction: column; gap: 4px; padding-bottom: 19px; border-bottom: 1px solid #ebeae5; color: #6c6f75; font-size: 11px; }
.summary-tickets { padding: 8px 0; }
.summary-tickets > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 0; }
.summary-tickets > div > span { display: flex; flex-direction: column; gap: 3px; }.summary-tickets strong { font-size: 11px; }.summary-tickets small { color: var(--muted); font-size: 10px; }
.summary-total { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-top: 1px solid #ebeae5; }
.summary-total span { font-size: 12px; font-weight: 700; }.summary-total strong { font-size: 27px; letter-spacing: -.04em; }
.kaspi-mini { display: flex; align-items: center; gap: 10px; margin-top: 9px; padding: 12px; border-radius: 13px; background: #f5f5f1; }
.kaspi-mini > span { display: grid; width: 35px; height: 35px; flex: 0 0 35px; place-items: center; border-radius: 10px; color: #fff; background: #ec4540; font-weight: 900; }
.kaspi-mini div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }.kaspi-mini strong { font-size: 10px; }.kaspi-mini small { color: var(--muted); font-size: 9px; line-height: 1.35; }

.status-shell { padding: 58px 0 100px; }
.status-card { max-width: 680px; padding: 42px 52px; border: 1px solid #e0dfda; border-radius: 30px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.status-progress { display: flex; max-width: 320px; align-items: center; margin: 0 auto 34px; }
.status-progress span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border: 1px solid #d8d8d4; border-radius: 50%; color: #a5a6aa; font-size: 9px; font-weight: 800; }
.status-progress span.done, .status-progress span.active { border-color: var(--ink); color: #fff; background: var(--ink); }
.status-progress i { height: 1px; flex: 1; background: #deded9; }.status-progress i.done { background: var(--ink); }
.status-icon { display: grid; width: 77px; height: 77px; place-items: center; margin: 0 auto 20px; border-radius: 25px; color: #855e18; background: #fff2c8; font-size: 30px; }
.status-icon.approved { color: #20704c; background: #dff6ea; }.status-icon.rejected { color: #a9362c; background: #ffe5df; }
.eyebrow.centered { justify-content: center; }
.status-card h1 { margin: 10px 0 9px; font-size: 39px; letter-spacing: -.055em; }
.status-lead { max-width: 500px; margin: 0 auto 25px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.payment-panel { overflow: hidden; border: 1px solid #dfded8; border-radius: 20px; text-align: left; }
.payment-amount { display: flex; align-items: center; justify-content: space-between; padding: 20px; background: #f4f4f0; }
.payment-amount span { color: var(--muted); font-size: 11px; font-weight: 700; }.payment-amount strong { font-size: 29px; letter-spacing: -.04em; }
.payment-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.payment-details > div { display: flex; min-width: 0; flex-direction: column; gap: 4px; padding: 19px; border-top: 1px solid #e6e5df; }
.payment-details > div:first-child { border-right: 1px solid #e6e5df; }
.payment-details span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }.payment-details strong { font-size: 15px; }.payment-details small { color: var(--muted); font-size: 10px; }
.payment-comment button { align-self: flex-start; margin-top: 4px; padding: 5px 8px; border: 0; border-radius: 7px; color: #455399; background: #edf0ff; font-size: 9px; font-weight: 800; cursor: pointer; }
.payment-warning { display: flex; align-items: flex-start; gap: 9px; margin: 0 18px 16px; padding: 11px; border-radius: 10px; color: #7c5a16; background: #fff6db; }
.payment-warning > span { display: grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; border-radius: 50%; background: #f1d372; font-size: 10px; font-weight: 900; }.payment-warning p { margin: 0; font-size: 10px; line-height: 1.45; }
.payment-panel > .button { width: calc(100% - 36px); margin: 0 18px 18px; }
.waiting-panel { display: flex; align-items: center; gap: 13px; margin-top: 17px; padding: 17px; border-radius: 14px; background: #f2f3f7; text-align: left; }
.waiting-pulse { width: 12px; height: 12px; flex: 0 0 12px; border-radius: 50%; background: #6671e8; box-shadow: 0 0 0 7px rgba(102,113,232,.12); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(102,113,232,0); } }
.waiting-panel div { display: flex; flex-direction: column; gap: 3px; }.waiting-panel strong { font-size: 11px; }.waiting-panel p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.ticket-downloads { margin-top: 18px; }.ticket-downloads p { margin: 9px 0 0; color: var(--muted); font-size: 10px; }
.individual-downloads { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 9px; }.individual-downloads a { padding: 6px 9px; border-radius: 8px; color: #555a8f; background: #eef0ff; font-size: 9px; font-weight: 800; }
.order-event-mini { display: flex; flex-direction: column; gap: 4px; margin-top: 25px; padding-top: 22px; border-top: 1px solid #ebeae5; }
.order-event-mini span { color: #d75343; font-size: 10px; font-weight: 850; text-transform: uppercase; }.order-event-mini strong { font-size: 15px; }.order-event-mini small { color: var(--muted); font-size: 10px; }

.verify-shell { display: grid; min-height: calc(100vh - 74px); place-items: center; padding: 45px 20px; }
.verify-card { width: min(540px, 100%); padding: 42px; border-radius: 28px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.verify-icon { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 22px; border-radius: 24px; color: #247653; background: #dff6ea; font-size: 29px; }.verify-card.invalid .verify-icon { color: #aa382d; background: #ffe6e0; }
.verify-card h1 { margin: 10px 0 24px; font-size: 34px; letter-spacing: -.05em; }.verify-card h2 { margin: 0 0 20px; font-size: 21px; }
.verify-data { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #e5e4df; border-radius: 15px; }
.verify-data div { display: flex; flex-direction: column; gap: 4px; padding: 15px; border-right: 1px solid #e5e4df; border-bottom: 1px solid #e5e4df; text-align: left; }.verify-data div:nth-child(2n) { border-right: 0; }.verify-data div:nth-last-child(-n+2) { border-bottom: 0; }
.verify-data span { color: var(--muted); font-size: 9px; text-transform: uppercase; }.verify-data strong { font-size: 12px; }

.site-footer { padding: 58px 0 25px; color: #c5c7ce; background: #17181b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 45px; }
.brand-footer { color: #fff; }.footer-grid p { max-width: 360px; color: #858991; font-size: 12px; line-height: 1.6; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-grid strong { margin-bottom: 7px; color: #fff; font-size: 12px; }.footer-grid a, .footer-grid span { color: #858991; font-size: 11px; }
.footer-bottom { padding-top: 22px; border-top: 1px solid #2a2c31; color: #656870; font-size: 10px; }

.toast-region { position: fixed; z-index: 500; right: 18px; bottom: 18px; display: grid; gap: 8px; width: min(360px, calc(100% - 36px)); }
.toast { padding: 13px 15px; transform: translateY(12px); border: 1px solid #deded8; border-radius: 12px; opacity: 0; background: #fff; box-shadow: 0 14px 34px rgba(20,20,20,.15); font-size: 12px; font-weight: 700; transition: .22s ease; }.toast.visible { transform: translateY(0); opacity: 1; }.toast.error { color: #a9362c; background: #fff3f0; }.toast.warning { color: #7d5c17; background: #fff9e6; }

@media (max-width: 1020px) {
    .hero-grid { grid-template-columns: 1fr .58fr; gap: 35px; }
    .hero-ticket { min-height: 320px; }.hero-ticket-art { height: 175px; }
    .event-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .seat-layout { grid-template-columns: minmax(0, 1fr) 310px; }.zone-grid { padding-inline: 18px; }
    .event-hero-content { gap: 40px; }
}

@media (max-width: 820px) {
    .container { width: min(100% - 28px, 720px); }
    .site-header { height: 64px; }.desktop-nav { display: none; }.header-support { padding: 8px 12px; }
    .hero-section { padding-top: 48px; }.hero-grid { grid-template-columns: 1fr; }.hero-ticket { display: none; }
    .hero-copy h1 { font-size: clamp(48px, 12vw, 72px); }
    .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .event-hero { min-height: 520px; }.event-hero-content { grid-template-columns: 1fr; gap: 28px; margin-top: 60px; }.event-facts { grid-template-columns: repeat(3,1fr); }.event-facts div { padding: 0 12px 0 0; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
    .seat-layout, .checkout-grid { grid-template-columns: 1fr; }.selection-card, .order-summary-card { position: static; }.selection-card { order: -1; }
    .selection-empty { min-height: 100px; }.hall-scroll { min-height: 430px; }
    .checkout-heading { grid-template-columns: 1fr 1fr; }.checkout-heading > div:nth-child(2) { grid-column: 1 / -1; grid-row: 2; margin-top: 28px; }.checkout-heading .back-link { grid-column: 1; grid-row: 1; }.hold-timer { grid-column: 2; grid-row: 1; }
}

@media (max-width: 560px) {
    .container { width: calc(100% - 24px); }
    .brand { font-size: 16px; }.brand-mark { width: 31px; height: 31px; border-radius: 10px; }.header-support { font-size: 11px; }
    .hero-section { padding: 38px 0 32px; }.hero-copy h1 { font-size: 48px; line-height: .97; }.hero-copy > p { font-size: 14px; }.search-form { height: 57px; margin-top: 27px; }.search-form button { padding: 0 17px; }.search-form input { font-size: 13px; }
    .category-strip-wrap { padding-bottom: 10px; }.category-pill { height: 42px; padding-inline: 14px; }
    .catalog-section { padding: 40px 0 67px; }.section-heading { align-items: flex-start; }.section-heading h2 { font-size: 34px; }.scroll-actions { display: none; }.result-count { display: none; }
    .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 11px; }.event-poster { padding: 15px; border-radius: 17px; }.poster-title { font-size: 19px; }.poster-kicker { font-size: 8px; }.age-badge, .price-badge { right: 9px; padding: 6px 7px; font-size: 9px; }.age-badge { top: 9px; }.price-badge { bottom: 9px; }.event-card-body { padding-top: 11px; }.event-card-date { font-size: 10px; }.event-card-body h3 { font-size: 14px; }.event-card-body p { font-size: 10px; }
    .event-hero { min-height: 540px; }.event-hero-inner { padding-top: 23px; }.event-hero-content { margin-top: 52px; }.event-hero h1 { font-size: 47px; }.event-hero-content > div:first-child p { font-size: 13px; }.event-facts { grid-template-columns: 1fr; gap: 11px; padding: 17px; }.event-facts div { padding: 0 0 9px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .seat-section { padding: 27px 0 70px; }.hall-card { padding: 17px 12px; border-radius: 19px; }.hall-toolbar { padding: 0 5px 17px; }.hall-toolbar h2 { font-size: 25px; }.zoom-controls { gap: 4px; }.zoom-controls button { width: 34px; height: 34px; }.hall-scroll { min-height: 390px; padding-top: 22px; }.hall-canvas { min-width: 620px; }.seat { width: 31px; height: 31px; }.selection-card { top: 0; border-radius: 19px; }.zone-grid { padding: 0 20px 50px; }.zone-card { min-height: 160px; padding: 14px; }.zone-card strong { font-size: 15px; }.seat-legend { gap: 13px; }
    .checkout-shell { padding: 30px 0 75px; }.checkout-heading h1 { font-size: 37px; }.checkout-grid { gap: 14px; }.checkout-form-card, .order-summary-card { padding: 20px; border-radius: 19px; }.field-row { grid-template-columns: 1fr; gap: 0; }
    .status-shell { padding: 30px 0 70px; }.status-card { width: calc(100% - 24px); padding: 28px 18px; border-radius: 22px; }.status-card h1 { font-size: 31px; }.payment-details { grid-template-columns: 1fr; }.payment-details > div:first-child { border-right: 0; }.payment-amount strong { font-size: 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }.footer-grid > div:first-child { grid-column: 1 / -1; }
    .verify-card { padding: 28px 18px; }.verify-data { grid-template-columns: 1fr; }.verify-data div { border-right: 0; }.verify-data div:nth-last-child(-n+2) { border-bottom: 1px solid #e5e4df; }.verify-data div:last-child { border-bottom: 0; }
}
