
.pspt-booking{
  --pspt-wine:#5a1f2b;--pspt-wine-dark:#321218;--pspt-gold:#c8a66c;--pspt-gold-soft:#ead9ba;
  --pspt-paper:#fffdf9;--pspt-cream:#f8f3eb;--pspt-ink:#211b17;--pspt-muted:#71685d;--pspt-line:#e8ddca;
  max-width:1160px;margin:28px auto;padding:24px;background:linear-gradient(180deg,#fffdf9 0%,#fbf7f0 100%);
  border:1px solid #dfcfb4;border-radius:24px;box-shadow:0 22px 55px rgba(77,48,24,.08);box-sizing:border-box;color:var(--pspt-ink)
}
.pspt-booking *{box-sizing:border-box}
.pspt-product-bar{display:flex;align-items:center;gap:12px;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--pspt-line)}
.pspt-product-mark{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--pspt-wine) 0%,var(--pspt-wine-dark) 100%);color:#f4d9a7;font-weight:800;letter-spacing:.08em;box-shadow:0 8px 18px rgba(65,24,33,.18)}
.pspt-product-copy{display:flex;flex-direction:column;min-width:0}.pspt-product-copy strong{font-size:14px;letter-spacing:.03em}.pspt-product-copy span{font-size:11px;color:var(--pspt-muted);margin-top:2px}
.pspt-product-step{margin-left:auto;padding:7px 11px;border:1px solid #d9c59f;border-radius:999px;background:#fff9ef;color:#765526;font-size:11px;font-weight:700;white-space:nowrap}
.pspt-booking-head{margin-bottom:20px}.pspt-booking-head h2{margin:4px 0 5px;font-size:31px;line-height:1.12;color:#1d1713}.pspt-booking-head p{margin:0;color:var(--pspt-muted);font-size:15px}.pspt-booking-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:#9a7336}
.pspt-booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
.pspt-booking-map{padding:22px;background:linear-gradient(180deg,#fbf8f3 0%,#f6f0e7 100%);border:1px solid var(--pspt-line);border-radius:18px;overflow:auto;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.pspt-public-stage{max-width:590px;margin:0 auto 28px;padding:13px;text-align:center;background:linear-gradient(180deg,#6b2634 0%,#321218 100%);color:#f5ddb3;border:1px solid #81505b;border-radius:9px;font-weight:700;letter-spacing:.19em;box-shadow:0 10px 22px rgba(58,17,25,.14)}
.pspt-public-row{display:grid;grid-template-columns:66px minmax(0,1fr) 108px;gap:9px;align-items:center;margin:10px 0}.pspt-public-row-label{text-align:right;font-weight:700;font-size:12px;color:#62584e}.pspt-public-seats{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}
.pspt-public-seat{width:34px;height:34px;border:1px solid #b9a98e;border-radius:9px;background:#fffdf9;color:#33291f;cursor:pointer;font-weight:600;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease}
.pspt-public-seat:hover:not(:disabled){transform:translateY(-1px);border-color:#896a3f;box-shadow:0 4px 10px rgba(80,55,25,.09)}
.pspt-public-seat.is-selected{background:linear-gradient(180deg,var(--pspt-wine) 0%,var(--pspt-wine-dark) 100%);color:#ffe6b7;border-color:var(--pspt-wine-dark);box-shadow:0 5px 12px rgba(70,20,31,.22)}
.pspt-public-seat:disabled,.pspt-public-seat.is-unavailable{background:#e8e4dd;color:#aaa399;border-color:#ddd6cc;cursor:not-allowed;box-shadow:none}
.pspt-public-zone{font-size:11px;color:#8a7964;text-transform:uppercase;letter-spacing:.07em}.pspt-public-zone span{display:block;color:#34291f;font-weight:800;font-size:12px;letter-spacing:0;margin-top:2px;text-transform:none}
.pspt-booking-summary{padding:20px;border:1px solid #dfcfb4;border-radius:18px;background:linear-gradient(180deg,#fffdf9 0%,#faf3e9 100%);align-self:start;position:sticky;top:18px;box-shadow:0 14px 34px rgba(72,48,24,.07)}
.pspt-summary-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800;color:#9a7336;margin-bottom:5px}.pspt-booking-summary h3{font-size:22px;margin:0 0 5px;color:#241b16}.pspt-summary-sub{margin:0 0 14px;color:#7b7166;font-size:12px;line-height:1.45}
.pspt-selected-list{min-height:86px}.pspt-selected-item{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #eadfce;font-size:13px}.pspt-selected-item strong{color:#4b3022}.pspt-empty{color:#968b7d;font-size:13px}
.pspt-booking-total{display:flex;justify-content:space-between;align-items:center;margin:16px 0;padding-top:14px;border-top:1px solid #ddceb8}.pspt-booking-total span{color:#6d6257}.pspt-booking-total strong{font-size:23px;color:#241b16}
.pspt-continue,.pspt-create-order{width:100%;padding:13px 15px;border:0;border-radius:12px;background:linear-gradient(180deg,var(--pspt-wine) 0%,var(--pspt-wine-dark) 100%);color:#ffe8bd;font-weight:800;cursor:pointer;box-shadow:0 9px 20px rgba(71,22,32,.16);transition:.18s ease}
.pspt-continue:hover:not(:disabled),.pspt-create-order:hover:not(:disabled){transform:translateY(-1px)}.pspt-continue:disabled{background:#d1cbc2;color:#f4f1ed;box-shadow:none;cursor:not-allowed}
.pspt-step-customer label{display:block;font-size:12px;font-weight:700;color:#594b40;margin:12px 0}.pspt-step-customer input{width:100%;margin-top:6px;padding:12px 13px;border:1px solid #cdbb9c;border-radius:11px;background:#fffefa;font:inherit;color:#241b16;outline:none;transition:.15s ease}.pspt-step-customer input:focus{border-color:#9d6d76;box-shadow:0 0 0 3px rgba(90,31,43,.08)}
.pspt-back{background:none;border:0;padding:0;color:#8a6637;cursor:pointer;margin-bottom:12px;font-weight:700;font-size:12px}.pspt-form-error{margin:10px 0;padding:10px 11px;background:#fff2f2;border:1px solid #e2b4b4;border-radius:10px;font-size:12px}.pspt-form-error.pspt-status-info{background:#f7f2e9;border-color:#dfcfb4;color:#6a5331}
.pspt-success-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#edf8f1;color:#16814c;font-size:24px;font-weight:800;margin-bottom:12px;box-shadow:inset 0 0 0 1px #cee8d7}
.pspt-hold-box{margin:14px 0;padding:13px 14px;border:1px solid #dfcfb4;border-radius:13px;background:#fffaf1}.pspt-hold-box>span{display:block;color:#817463;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.pspt-countdown{font-size:32px;font-weight:800;letter-spacing:.06em;margin:4px 0 0;color:var(--pspt-wine)}
.pspt-note{font-size:11px;color:#908476;line-height:1.45}.pspt-test-pay{width:100%;margin-top:5px;padding:13px;border:1px solid #b99258;border-radius:12px;background:linear-gradient(180deg,#f0d9af 0%,#d8b574 100%);color:#3e2917;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(133,91,36,.12)}.pspt-test-pay:hover{filter:brightness(1.02)}.pspt-test-pay:disabled{opacity:.6;cursor:wait}
.pspt-payment-status{margin-top:10px;padding:10px;border-radius:9px;background:#f7f2e9;border:1px solid #dfcfb4;font-size:12px;color:#655333}
.pspt-legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:16px;font-size:11px;color:#796f64}.pspt-legend span{display:flex;align-items:center;gap:6px}.pspt-legend i{width:15px;height:15px;border:1px solid #b9a98e;border-radius:5px;background:#fffdf9}.pspt-legend i.selected{background:var(--pspt-wine);border-color:var(--pspt-wine-dark)}.pspt-legend i.disabled{background:#e8e4dd;border-color:#ddd6cc}
.pspt-runtime-version{margin-top:12px;text-align:right;font-size:10px;color:#afa394}.pspt-booking-error{padding:16px;background:#fff7f7;border:1px solid #e0c3c3;border-radius:10px}.pspt-booking [hidden]{display:none!important}.pspt-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.pspt-ticket-list{display:grid;gap:12px;margin-top:14px}.pspt-ticket-card{padding:14px;border:1px solid #ddcba9;border-radius:15px;background:linear-gradient(180deg,#fffdf8 0%,#f8f0e3 100%);box-shadow:0 8px 18px rgba(74,48,22,.05)}.pspt-ticket-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.pspt-ticket-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#9a7336;margin-bottom:4px}.pspt-ticket-number{font-family:monospace;font-size:12px;color:#4b4036}.pspt-ticket-valid{font-size:10px;font-weight:800;padding:5px 8px;border-radius:999px;background:#edf8f1;color:#147c49}.pspt-ticket-seat{display:flex;gap:18px;margin:13px 0;font-size:13px;color:#493a2d}.pspt-ticket-qr{max-width:165px;margin:8px auto;background:#fff;padding:8px;border:1px solid #eee4d4;border-radius:10px}.pspt-ticket-qr-svg{display:block;width:100%;height:auto}.pspt-ticket-link{display:block;text-align:center;margin-top:8px;padding:9px 10px;border-radius:10px;background:linear-gradient(180deg,#5a1f2b 0%,#321218 100%);color:#ffe8bd!important;text-decoration:none!important;font-size:12px;font-weight:800}.pspt-qr-error{padding:16px;text-align:center;background:#fff0f0;color:#a62626;font-size:12px;border-radius:9px}
@media(max-width:900px){.pspt-booking-layout{grid-template-columns:1fr}.pspt-booking-summary{position:static}.pspt-product-step{display:none}}
@media(max-width:620px){.pspt-booking{margin:12px auto;padding:14px;border-radius:18px}.pspt-product-bar{padding-bottom:13px;margin-bottom:14px}.pspt-product-mark{width:40px;height:40px;border-radius:12px;font-size:13px}.pspt-product-copy span{display:none}.pspt-booking-head h2{font-size:25px}.pspt-booking-head p{font-size:14px}.pspt-booking-map{padding:14px 10px}.pspt-public-stage{margin-bottom:20px;padding:11px;font-size:12px}.pspt-public-row{grid-template-columns:48px minmax(0,1fr);gap:7px;margin:11px 0}.pspt-public-zone{grid-column:2;text-align:center;margin-top:0}.pspt-public-seat{width:32px;height:32px;border-radius:8px}.pspt-booking-summary{padding:17px}.pspt-legend{gap:12px}.pspt-ticket-qr{max-width:145px}}


/* v0.8.7 — final public-flow polish */
.pspt-success-seats{
  margin:10px 0 12px;padding:10px 12px;border:1px solid #e2d4bd;border-radius:11px;
  background:#fffaf2;color:#665747;font-size:12px;line-height:1.45;font-weight:700
}
.pspt-public-seat.is-booked-local{
  background:#e8e4dd!important;color:#9b9489!important;border-color:#d8d1c7!important;
  box-shadow:none!important
}
.pspt-booking.is-booked-stage .pspt-booking-layout{
  grid-template-columns:minmax(320px,520px);justify-content:center
}
.pspt-booking.is-booked-stage .pspt-booking-map{display:none}
.pspt-booking.is-booked-stage .pspt-booking-summary{
  width:100%;max-width:520px;margin:0 auto;position:static
}
.pspt-booking.is-booked-stage .pspt-booking-head{
  max-width:520px;margin:0 auto 16px
}
.pspt-booking.is-booked-stage{
  max-width:760px;padding-bottom:20px
}
.pspt-booking.is-tickets-stage{
  max-width:820px
}
.pspt-booking.is-tickets-stage .pspt-booking-summary{
  max-width:620px
}
@media(max-width:900px){
  .pspt-booking.is-booked-stage .pspt-booking-layout{grid-template-columns:1fr}
  .pspt-booking.is-booked-stage{max-width:100%}
}

/* v0.8.8 payment diagnostics */
.pspt-payment-status{
  margin:14px 0 10px;padding:11px 13px;border-radius:11px;font-size:12px;line-height:1.45
}
.pspt-payment-status.is-working{
  background:#fff7e7;border:1px solid #e3c990;color:#75511f
}
.pspt-payment-status.is-ok{
  background:#edf8f1;border:1px solid #b9dfc9;color:#176b43
}
.pspt-payment-status.is-error{
  background:#fff0f0;border:1px solid #e7b4b4;color:#9b2828
}


/* v0.8.11 — booking page integration with WordPress themes */
body.pspt-booking-page .wp-block-post-title,
body.pspt-booking-page h1.entry-title,
body.pspt-booking-page .entry-header .entry-title{
  display:none!important;
}

body.pspt-booking-page .wp-site-blocks > main,
body.pspt-booking-page main.site-main,
body.pspt-booking-page main{
  margin-block-start:0!important;
  padding-top:0!important;
}

body.pspt-booking-page .wp-block-post-content,
body.pspt-booking-page .entry-content{
  margin-block-start:0!important;
  padding-top:0!important;
}

body.pspt-booking-page main > .wp-block-group,
body.pspt-booking-page main > .entry-content,
body.pspt-booking-page .wp-block-post-content > .wp-block-group{
  margin-top:0!important;
  padding-top:10px!important;
}

body.pspt-booking-page .pspt-booking{
  margin-top:8px!important;
  margin-bottom:24px!important;
}

/* Prevent large theme spacers directly before the ticket widget */
body.pspt-booking-page .wp-block-spacer:has(+ .pspt-booking),
body.pspt-booking-page .wp-block-spacer:has(+ .wp-block-shortcode .pspt-booking){
  display:none!important;
}

@media(max-width:782px){
  body.pspt-booking-page .pspt-booking{margin-top:4px!important}
}

/* v0.9.2 external operator seats */
.pspt-public-seat.is-external,
.pspt-public-seat.is-external:disabled{
  background:#f1e4c7!important;
  border-color:#c9a15f!important;
  color:#8a6b34!important;
  opacity:1!important;
  cursor:not-allowed;
}
.pspt-legend i.external{background:#f1e4c7;border:1px solid #c9a15f}


/* v0.9.3 public session/date selector */
.pspt-session-picker{
  margin:18px 0 20px;
  padding:15px 16px;
  border:1px solid #e1cfaf;
  border-radius:16px;
  background:linear-gradient(180deg,#fffdf9 0%,#fbf5eb 100%);
}
.pspt-session-picker-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  margin-bottom:11px;
}
.pspt-session-picker-eyebrow{
  margin-bottom:3px;
  color:#9a7336;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.pspt-session-picker-head strong{
  color:#2a2119;
  font-size:16px;
}
.pspt-session-switch-status{
  min-height:18px;
  color:#8a6c3f;
  font-size:12px;
  text-align:right;
}
.pspt-session-buttons{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}
.pspt-session-button{
  appearance:none;
  border:1px solid #d8bd8e;
  border-radius:999px;
  padding:9px 14px;
  background:#fffaf1;
  color:#5a4026;
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:.18s ease;
}
.pspt-session-button:hover:not(:disabled){
  border-color:#7a2b3a;
  color:#5b1c28;
  transform:translateY(-1px);
}
.pspt-session-button.is-active{
  background:linear-gradient(180deg,#6b2330 0%,#47131d 100%);
  border-color:#4b1520;
  color:#ffe8b9;
  box-shadow:0 7px 16px rgba(75,21,32,.14);
}
.pspt-session-button:disabled{
  cursor:default;
  opacity:.7;
}

@media(max-width:640px){
  .pspt-session-picker{padding:13px 12px;margin:12px 0 15px}
  .pspt-session-picker-head{display:block}
  .pspt-session-switch-status{text-align:left;margin-top:5px}
  .pspt-session-buttons{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:3px;
    scrollbar-width:thin;
  }
  .pspt-session-button{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

/* v0.9.9.0 — multilingual storefront */
.pspt-language-switcher{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap;margin:12px 0 18px}
.pspt-language-switcher a{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:34px;padding:0 10px;border:1px solid #d8c29b;border-radius:999px;background:#fffaf2;color:#5d4531;text-decoration:none;font-size:12px;font-weight:700;line-height:1}
.pspt-language-switcher a:hover{border-color:#8b5f43;color:#3f291d}
.pspt-language-switcher a.is-active{background:#6b2330;border-color:#6b2330;color:#fff7e8}
@media(max-width:700px){.pspt-language-switcher{justify-content:flex-start;margin-top:10px}}


/* v0.9.9.1 — translated title + original Russian title */
.pspt-booking-original-title{
  display:flex;
  align-items:baseline;
  gap:8px;
  flex-wrap:wrap;
  margin:-1px 0 7px;
  color:#786c60;
  font-size:14px;
  line-height:1.35
}
.pspt-booking-original-title span{
  color:#a09180;
  font-size:10px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase
}
@media(max-width:620px){
  .pspt-booking-original-title{font-size:13px;margin-bottom:6px}
  .pspt-booking-original-title span{font-size:9px}
}


/* v0.9.9.2 — international event/venue information */
.pspt-event-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:14px;margin:0 0 18px}
.pspt-show-summary-wrap,.pspt-venue-info-card{border:1px solid #ead9bc;border-radius:14px;background:rgba(255,252,246,.78);padding:15px 17px}
.pspt-event-info-label{margin-bottom:6px;color:#9a6a20;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.pspt-show-summary-text{margin:0;color:#5e554b;font-size:14px;line-height:1.55}
.pspt-venue-name{display:block;color:#251d17;font-size:16px;line-height:1.3}
.pspt-venue-original{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin-top:4px;color:#786c60;font-size:12px}
.pspt-venue-original small{color:#a09180;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.pspt-venue-address{margin-top:10px;color:#5f5549;font-size:12px;line-height:1.45}
.pspt-venue-address span{display:block;color:#a09180;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.pspt-venue-address b{font-weight:600}
.pspt-visitor-rules{margin-top:11px;border-top:1px solid #eadfca;padding-top:9px;color:#5f5549;font-size:12px}
.pspt-visitor-rules summary{cursor:pointer;color:#6b2330;font-weight:700}
.pspt-visitor-rules-text{padding-top:8px;line-height:1.55;white-space:normal}
@media(max-width:760px){.pspt-event-content{grid-template-columns:1fr}.pspt-show-summary-wrap,.pspt-venue-info-card{padding:13px 14px}}
