/* === TXPASS SAFE v1.8.2 — Black & White UI + Animações + Button Spinner === */
:root{
  --txp-bg:#ffffff; --txp-text:#0b0b0b; --txp-muted:#6b6b6b; --txp-line:#d1d5db;
  --txp-black:#000000; --txp-gray:#f5f5f5; --txp-deep:#111111; --txp-shadow:0 8px 24px rgba(0,0,0,.08);
  --txp-cursor:url("../img/cursor.png") 24 16, auto;
}
html,body,body *{cursor:var(--txp-cursor)}
input,textarea,[contenteditable="true"],[contenteditable=""]{cursor:text}
.txp-form-wrap{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--txp-text);padding:8px}
.txp-event-title{max-width:820px;margin:10px auto 14px auto;padding:0 2px;font-weight:900;font-size:1.1rem;color:#111;text-align:center}
.txp-event-summary{display:flex;gap:14px;align-items:center;max-width:820px;margin:6px auto 16px auto;padding:14px;border:1px dashed var(--txp-line);border-radius:14px;background:#fff}
.txp-event-thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;border:1px solid var(--txp-line);background:#f7f7f7;flex:0 0 auto}
.txp-event-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.txp-event-info{display:flex;flex-direction:column;gap:4px}
.txp-event-name{font-weight:900;font-size:1rem;line-height:1.2}
.txp-event-price{color:#111;margin-top:0;font-size:.95rem}
.txp-ticket-wrap{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--txp-text);padding:8px}
.txp-ticket{max-width:820px;margin:12px auto;background:var(--txp-bg);border:1px solid var(--txp-line);border-radius:18px;box-shadow:var(--txp-shadow);padding:20px}
.txp-ticket-head{margin-bottom:14px}
.txp-ticket-title{font-weight:900;font-size:1.25rem;color:#111}
.txp-ticket-cta{margin-top:12px;text-align:center}
.txp-ticket-cta .btn{width:100%;justify-content:center}
.txp-ticket-deadline{margin-top:10px;text-align:center;color:var(--txp-muted);font-size:13px}
.txp-ticket-mini{margin-top:14px;border:1px dashed var(--txp-line);border-radius:12px;padding:10px 12px;background:#fff}
.txp-ticket-mini-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px dashed var(--txp-line)}
.txp-ticket-mini-row:last-child{border-bottom:none}
.txp-ticket-mini-row span{color:var(--txp-muted);font-size:.9rem;font-weight:700}
.txp-ticket-mini-row strong{font-weight:900}

@media (max-width:719px){
  .grid{gap:10px}
  .txp-form .nav .btn{width:100%;justify-content:center}
  #copy-pix{width:100%}
  label{gap:6px}
  input[type=text],input[type=email],input[type=tel],select,textarea{padding:12px 12px;font-size:15px}
  .txp-event-summary{
    padding:10px;border-radius:12px;gap:10px;
  }
  .txp-event-thumb{
    width:48px;height:48px;border-radius:10px;
  }
  .txp-event-name{font-size:.95rem}
  .txp-event-price{font-size:.9rem}

  .txp-ticket-wrap{
    position:fixed; left:12px; right:12px; bottom:12px; z-index:999;
    margin:0; padding:0;
  }
  .txp-ticket-wrap::before{
    content:'';
    position:absolute;
    left:-12px; right:-12px; bottom:-12px; height:140px;
    background:linear-gradient(to top, #ffffff 0%, rgba(255,255,255,.85) 40%, rgba(255,255,255,0) 100%);
    z-index:-1; pointer-events:none;
  }
  .txp-ticket{
    max-width:none; width:100%;
    padding:10px 12px; border-radius:16px;
    display:flex; flex-direction:column; gap:8px;
  }
  .txp-ticket{
    border:0; box-shadow:none; background:transparent;
  }
  .txp-ticket-mini{display:none}
  .txp-ticket-cta{margin-top:2px}
  .txp-ticket-cta .btn{width:100%}
  .txp-ticket-deadline{margin-top:2px;line-height:1.2}
  body{padding-bottom:92px}
  .txp-form{
    border:0; box-shadow:none; background:transparent; padding:12px 0;
  }
}

.txp-form{max-width:820px;margin:8px auto;background:var(--txp-bg);border:1px solid var(--txp-line);border-radius:16px;box-shadow:var(--txp-shadow);padding:20px; transition: box-shadow .25s ease, transform .2s ease}
.txp-form:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.12)}
.grid{display:grid;grid-template-columns:1fr;gap:14px}
label{font-weight:800;font-size:.9rem;color:#222;display:flex;flex-direction:column;gap:8px}
input[type=text],input[type=email],input[type=tel],select,textarea{
  width:100%;border:1px solid var(--txp-line);border-radius:12px;padding:14px 13px;font-size:16px;background:#fff;color:#111;
  transition:border-color .22s ease, box-shadow .22s ease, background .22s ease
}
input.txp-valid, select.txp-valid{border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.15)}
input.txp-invalid, select.txp-invalid{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.15)}
input.txp-valid, input.txp-invalid, select.txp-valid, select.txp-invalid{padding-right:42px;background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px}
input.txp-valid, select.txp-valid{background-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%2316a34a\"><path d=\"M9.5 16.2L5.8 12.5l-1.4 1.4 5.1 5.1L20.6 7.9l-1.4-1.4z\"/></svg>')}
input.txp-invalid, select.txp-invalid{background-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23dc2626\"><path d=\"M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3 10.6 10.6 16.9 4.3z\"/></svg>')}
input:focus,select:focus,textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.12)}
.field-msg{font-size:.85rem;color:#b91c1c;margin-top:6px;min-height:1em;opacity:0;transition:opacity .2s ease}
.field-msg:not(:empty){opacity:1}
.btn{appearance:none;border:1px solid #000;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer;background:#000;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform .18s ease, background .22s ease, color .22s ease, border-color .22s ease}
.btn:hover{transform:translateY(-2px)} .btn:active{transform:translateY(0)}
.btn.primary{background:#000;border-color:#000;color:#fff}
.btn.back{background:#fff;color:#111;border-color:var(--txp-line)}
.btn.out{background:#fff;color:#111;border-color:#000}
.btn.whatsapp{background:#25D366;border-color:#25D366;color:#0b2314;display:inline-flex;align-items:center;gap:8px;font-weight:800}
.txp-form-wrap .btn,
.txp-ticket-wrap .btn,
.pix-step .btn{background-image:none!important}
.txp-form-wrap .btn.primary:hover,.txp-form-wrap .btn.primary:focus,
.txp-ticket-wrap .btn.primary:hover,.txp-ticket-wrap .btn.primary:focus,
.pix-step .btn.primary:hover,.pix-step .btn.primary:focus{
  background:#111!important;background-color:#111!important;border-color:#111!important;color:#fff!important;
}
.txp-form-wrap .btn.back:hover,.txp-form-wrap .btn.back:focus,
.txp-ticket-wrap .btn.back:hover,.txp-ticket-wrap .btn.back:focus,
.pix-step .btn.back:hover,.pix-step .btn.back:focus{
  background:#f5f5f5!important;background-color:#f5f5f5!important;border-color:#cfd4dc!important;color:#111!important;
}
.txp-form-wrap .btn.out:hover,.txp-form-wrap .btn.out:focus,
.txp-ticket-wrap .btn.out:hover,.txp-ticket-wrap .btn.out:focus,
.pix-step .btn.out:hover,.pix-step .btn.out:focus{
  background:#f5f5f5!important;background-color:#f5f5f5!important;border-color:#111!important;color:#111!important;
}
.txp-form-wrap .btn.whatsapp:hover,.txp-form-wrap .btn.whatsapp:focus,
.txp-ticket-wrap .btn.whatsapp:hover,.txp-ticket-wrap .btn.whatsapp:focus,
.pix-step .btn.whatsapp:hover,.pix-step .btn.whatsapp:focus{
  background:#20bd5a!important;background-color:#20bd5a!important;border-color:#20bd5a!important;color:#0b2314!important;
}
html body .txp-form-wrap .txp-form button.btn,
html body .txp-form-wrap .txp-form a.btn,
html body .txp-form-wrap .pix-step button.btn,
html body .txp-form-wrap .pix-step a.btn,
html body .txp-ticket-wrap button.btn,
html body .txp-ticket-wrap a.btn{
  -webkit-appearance:none!important;appearance:none!important;background-image:none!important;text-shadow:none!important;filter:none!important;
}
html body .txp-form-wrap .txp-form button.btn:not(.back):not(.out):not(.whatsapp),
html body .txp-form-wrap .txp-form a.btn:not(.back):not(.out):not(.whatsapp),
html body .txp-form-wrap .pix-step button.btn:not(.back):not(.out):not(.whatsapp),
html body .txp-form-wrap .pix-step a.btn:not(.back):not(.out):not(.whatsapp),
html body .txp-ticket-wrap button.btn:not(.back):not(.out):not(.whatsapp),
html body .txp-ticket-wrap a.btn:not(.back):not(.out):not(.whatsapp){
  background:#000!important;background-color:#000!important;border-color:#000!important;color:#fff!important;
}
html body .txp-form-wrap .txp-form button.btn:not(.back):not(.out):not(.whatsapp):hover,
html body .txp-form-wrap .txp-form button.btn:not(.back):not(.out):not(.whatsapp):focus,
html body .txp-form-wrap .txp-form button.btn:not(.back):not(.out):not(.whatsapp):focus-visible,
html body .txp-form-wrap .txp-form a.btn:not(.back):not(.out):not(.whatsapp):hover,
html body .txp-form-wrap .txp-form a.btn:not(.back):not(.out):not(.whatsapp):focus,
html body .txp-form-wrap .txp-form a.btn:not(.back):not(.out):not(.whatsapp):focus-visible,
html body .txp-form-wrap .pix-step button.btn:not(.back):not(.out):not(.whatsapp):hover,
html body .txp-form-wrap .pix-step button.btn:not(.back):not(.out):not(.whatsapp):focus,
html body .txp-form-wrap .pix-step button.btn:not(.back):not(.out):not(.whatsapp):focus-visible,
html body .txp-form-wrap .pix-step a.btn:not(.back):not(.out):not(.whatsapp):hover,
html body .txp-form-wrap .pix-step a.btn:not(.back):not(.out):not(.whatsapp):focus,
html body .txp-form-wrap .pix-step a.btn:not(.back):not(.out):not(.whatsapp):focus-visible,
html body .txp-ticket-wrap button.btn:not(.back):not(.out):not(.whatsapp):hover,
html body .txp-ticket-wrap button.btn:not(.back):not(.out):not(.whatsapp):focus,
html body .txp-ticket-wrap button.btn:not(.back):not(.out):not(.whatsapp):focus-visible,
html body .txp-ticket-wrap a.btn:not(.back):not(.out):not(.whatsapp):hover,
html body .txp-ticket-wrap a.btn:not(.back):not(.out):not(.whatsapp):focus,
html body .txp-ticket-wrap a.btn:not(.back):not(.out):not(.whatsapp):focus-visible{
  background:#111!important;background-color:#111!important;border-color:#111!important;color:#fff!important;box-shadow:none!important;
}
html body .txp-form-wrap .txp-form button.btn.back,
html body .txp-form-wrap .txp-form a.btn.back,
html body .txp-form-wrap .pix-step button.btn.back,
html body .txp-form-wrap .pix-step a.btn.back,
html body .txp-ticket-wrap button.btn.back,
html body .txp-ticket-wrap a.btn.back,
html body .txp-form-wrap .txp-form button.btn.out,
html body .txp-form-wrap .txp-form a.btn.out,
html body .txp-form-wrap .pix-step button.btn.out,
html body .txp-form-wrap .pix-step a.btn.out,
html body .txp-ticket-wrap button.btn.out,
html body .txp-ticket-wrap a.btn.out{
  background:#fff!important;background-color:#fff!important;color:#111!important;
}
html body .txp-form-wrap .txp-form button.btn.back:hover,
html body .txp-form-wrap .txp-form button.btn.back:focus,
html body .txp-form-wrap .txp-form button.btn.back:focus-visible,
html body .txp-form-wrap .txp-form a.btn.back:hover,
html body .txp-form-wrap .txp-form a.btn.back:focus,
html body .txp-form-wrap .txp-form a.btn.back:focus-visible,
html body .txp-form-wrap .pix-step button.btn.back:hover,
html body .txp-form-wrap .pix-step button.btn.back:focus,
html body .txp-form-wrap .pix-step button.btn.back:focus-visible,
html body .txp-form-wrap .pix-step a.btn.back:hover,
html body .txp-form-wrap .pix-step a.btn.back:focus,
html body .txp-form-wrap .pix-step a.btn.back:focus-visible,
html body .txp-ticket-wrap button.btn.back:hover,
html body .txp-ticket-wrap button.btn.back:focus,
html body .txp-ticket-wrap button.btn.back:focus-visible,
html body .txp-ticket-wrap a.btn.back:hover,
html body .txp-ticket-wrap a.btn.back:focus,
html body .txp-ticket-wrap a.btn.back:focus-visible,
html body .txp-form-wrap .txp-form button.btn.out:hover,
html body .txp-form-wrap .txp-form button.btn.out:focus,
html body .txp-form-wrap .txp-form button.btn.out:focus-visible,
html body .txp-form-wrap .txp-form a.btn.out:hover,
html body .txp-form-wrap .txp-form a.btn.out:focus,
html body .txp-form-wrap .txp-form a.btn.out:focus-visible,
html body .txp-form-wrap .pix-step button.btn.out:hover,
html body .txp-form-wrap .pix-step button.btn.out:focus,
html body .txp-form-wrap .pix-step button.btn.out:focus-visible,
html body .txp-form-wrap .pix-step a.btn.out:hover,
html body .txp-form-wrap .pix-step a.btn.out:focus,
html body .txp-form-wrap .pix-step a.btn.out:focus-visible,
html body .txp-ticket-wrap button.btn.out:hover,
html body .txp-ticket-wrap button.btn.out:focus,
html body .txp-ticket-wrap button.btn.out:focus-visible,
html body .txp-ticket-wrap a.btn.out:hover,
html body .txp-ticket-wrap a.btn.out:focus,
html body .txp-ticket-wrap a.btn.out:focus-visible{
  background:#f5f5f5!important;background-color:#f5f5f5!important;border-color:#111!important;color:#111!important;box-shadow:none!important;
}
html body .txp-form-wrap .txp-form button.btn::before,
html body .txp-form-wrap .txp-form button.btn::after,
html body .txp-form-wrap .txp-form a.btn::before,
html body .txp-form-wrap .txp-form a.btn::after,
html body .txp-form-wrap .pix-step button.btn::before,
html body .txp-form-wrap .pix-step button.btn::after,
html body .txp-form-wrap .pix-step a.btn::before,
html body .txp-form-wrap .pix-step a.btn::after,
html body .txp-ticket-wrap button.btn::before,
html body .txp-ticket-wrap button.btn::after,
html body .txp-ticket-wrap a.btn::before,
html body .txp-ticket-wrap a.btn::after{
  content:none!important;display:none!important;background:transparent!important;background-image:none!important;box-shadow:none!important;
}
/* Button preloader */
.btn.loading{opacity:.9; pointer-events:none}
.btn .spinner{width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:none;animation:spin .8s linear infinite}
.btn.loading .spinner{display:inline-block}
@keyframes spin{to{transform:rotate(360deg)}}
.nav{display:flex;gap:12px;justify-content:space-between;margin-top:14px;flex-wrap:wrap}
.pix-step .nav{justify-content:center}
.pix-step .nav .btn{min-width:200px}
@media (max-width:719px){
  .pix-step .nav{flex-direction:column}
  .pix-step .nav .btn{width:100%;justify-content:center}
}
/* Sold-out message */
.txp-soldout{max-width:820px;margin:18px auto;padding:8px}
.txp-soldout-card{background:#fff;border:1px solid var(--txp-line);border-radius:16px;box-shadow:var(--txp-shadow);padding:22px;color:#111}
.txp-soldout-card h3{margin:0 0 8px;font-size:1.35rem;font-weight:900}
.txp-soldout-card p{margin:0;color:var(--txp-muted)}
/* Sizes */
.sizes{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:14px}
.shirt-choice-heading{grid-column:1/-1;color:#111;font-size:1rem;font-weight:950;line-height:1.25;margin:0 0 -2px}
.size{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;min-height:98px;border:1px solid var(--txp-line);border-radius:16px;padding:14px 16px;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.03);cursor:pointer;overflow:hidden;transition:box-shadow .25s ease,transform .18s ease,border-color .22s ease}
.size:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.08);border-color:#111}
.size:focus-within{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.08)}
.size:has(input:checked){border-color:#111;box-shadow:0 0 0 2px #111}
.size input[type=radio]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.shirt-card-body{display:grid;gap:7px;min-width:0}
.shirt-card-title{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;color:#111;font-size:.98rem;font-weight:950;line-height:1.2}
.shirt-card-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.shirt-card-badge{flex:0 0 auto;display:inline-flex;align-items:center;min-height:23px;border-radius:999px;background:#c9f7cf;color:#276738;padding:0 9px;font-size:.7rem;font-weight:950;line-height:1;text-transform:uppercase}
.shirt-card-stock{display:block;color:#666;font-size:.9rem;font-weight:850;line-height:1.25}
.shirt-card-stock.is-low{color:#b91c1c;font-weight:950}
.size em{font-style:normal;color:inherit;font-size:inherit;font-weight:950}
.size.disabled{opacity:.55;pointer-events:none;filter:grayscale(1)}
.size.soldout .sold{color:#b91c1c;font-weight:900}
/* Camiseta thumb */
.shirt-thumb{width:64px;height:64px;object-fit:contain;border-radius:12px!important;border:1px solid var(--txp-line);background:#fff}
@media(max-width:719px){.sizes{grid-template-columns:1fr}.size{grid-template-columns:58px minmax(0,1fr);min-height:88px;padding:12px}.shirt-thumb{width:58px;height:58px}}
/* PIX step */
.pix-step{max-width:820px;margin:18px auto}
.card{background:#fff;color:#111;border-radius:16px;border:1px solid var(--txp-line);padding:18px;box-shadow:var(--txp-shadow);transition:box-shadow .25s ease, transform .18s ease}
.card:hover{transform:translateY(-1px)}
.amount-head{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
@media(min-width:560px){ .amount-head{flex-direction:row;align-items:center;justify-content:space-between} }
.amount strong{font-weight:900}
.pix-box{display:flex;gap:10px;align-items:stretch;flex-direction:column}
.pix-qr-copy{appearance:none;align-self:center;width:min(220px,100%);border:1px solid var(--txp-line);border-radius:16px;background:#fff;color:#111;padding:12px;display:grid;gap:8px;place-items:center;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.pix-qr-copy:hover,.pix-qr-copy:focus{outline:none;transform:translateY(-1px);border-color:#111;box-shadow:0 10px 24px rgba(0,0,0,.1)}
.pix-qr-copy.is-copied{border-color:#111;box-shadow:0 0 0 4px rgba(17,17,17,.08),0 10px 24px rgba(0,0,0,.1)}
.pix-qr-copy img{display:block;width:168px;height:168px;max-width:100%;object-fit:contain}
.pix-qr-copy span{color:#555;font-size:.82rem;font-weight:850;line-height:1.25;text-align:center}
.pix-box textarea{flex:1;min-height:120px;background:#fff;color:#111;border:1px solid #d1d5db;border-radius:12px;padding:12px;font-family:ui-monospace, monospace;width:100%}
#copy-pix{align-self:center;display:block;margin:8px auto 0}
.txp-form-wrap[data-txp-pix-final="1"]{padding:24px 12px;background:#fff;overflow-x:hidden}
.txp-form-wrap[data-txp-pix-final="1"],.txp-form-wrap[data-txp-pix-final="1"] *{box-sizing:border-box}
.txp-pix-checkout.pix-step{max-width:1320px;margin:18px auto 42px;display:grid;gap:20px}
.txp-pix-timer{min-height:72px;border:1.5px solid #111;border-radius:16px;background:#fff;color:#111;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 22px}
.txp-pix-clock{position:relative;width:16px;height:16px;border:2px solid #3f3f46;border-radius:50%;display:inline-block}
.txp-pix-clock:before{content:"";position:absolute;left:6px;top:3px;width:2px;height:5px;background:#3f3f46;border-radius:2px}
.txp-pix-clock:after{content:"";position:absolute;left:6px;top:7px;width:5px;height:2px;background:#3f3f46;border-radius:2px}
.txp-pix-timer-label{min-width:0;font-size:1.08rem;font-weight:950;line-height:1.15;color:#333;overflow-wrap:break-word}
.txp-pix-timer strong{font-size:2.6rem;font-weight:950;line-height:1;color:#111;letter-spacing:0}
.txp-pix-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:22px;align-items:start}
.txp-pix-main-card,.txp-pix-summary{background:#fff;border:1px solid #dedede;border-radius:18px;box-shadow:0 2px 8px rgba(17,17,17,.04);color:#111}
.txp-pix-main-card{padding:24px;display:grid;gap:18px}
.txp-pix-main-card h2,.txp-pix-summary h2{margin:0;color:#202124;font-size:1.35rem;line-height:1.15;font-weight:950;letter-spacing:0}
.txp-pix-amount-panel{border-radius:16px;background:#f4f4f4;padding:24px 18px;text-align:center;display:grid;gap:8px}
.txp-pix-amount-panel strong{font-size:clamp(2.4rem,5vw,3.55rem);font-weight:950;line-height:1;color:#111;letter-spacing:0}
.txp-pix-amount-panel span{font-size:1.08rem;color:#858585;font-weight:650;line-height:1.25}
.txp-pix-receiver{min-height:58px;border:1px solid #dedede;border-radius:14px;padding:0 18px;display:flex;align-items:center;gap:6px;color:#777;font-size:1rem;font-weight:650;line-height:1.3}
.txp-pix-receiver strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#202124;font-weight:950}
.txp-pix-steps{border:1px solid #e5e0d8;border-radius:14px;background:#fffdfb;padding:18px;display:grid;gap:14px}
.txp-pix-steps div{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:start}
.txp-pix-steps span{color:#8b8379;font-size:.98rem;font-weight:900;line-height:1.25}
.txp-pix-steps strong{color:#191919;font-size:1rem;font-weight:950;line-height:1.25}
.txp-pix-steps p{margin:2px 0 0;color:#7a746f;font-size:1rem;font-weight:650;line-height:1.4}
.txp-pix-qr-panel{border:1px solid #e1e1e1;border-radius:16px;background:#fff;padding:26px 18px;display:grid;place-items:center;gap:14px}
.txp-pix-qr-card.pix-qr-copy{width:auto;border:0;border-radius:0;box-shadow:none;background:transparent;padding:0;cursor:pointer;display:grid;gap:16px;place-items:center;color:#8b8b8b}
.txp-pix-qr-card.pix-qr-copy:hover,.txp-pix-qr-card.pix-qr-copy:focus{outline:none;transform:none;border-color:transparent;box-shadow:none}
.txp-pix-qr-card.pix-qr-copy img{width:min(260px,72vw);height:min(260px,72vw);display:block;object-fit:contain}
.txp-pix-qr-card.pix-qr-copy span{color:#8b8b8b;font-size:1rem;font-weight:650;line-height:1.35;text-align:center}
.txp-pix-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;color:#aaa;font-size:1rem;font-weight:950;text-transform:uppercase}
.txp-pix-divider:before,.txp-pix-divider:after{content:"";height:1px;background:#dedede}
.txp-pix-copy-area{display:grid;gap:12px}
.txp-pix-copy-area h3,.txp-pix-how h3{margin:0;color:#303236;font-size:1.1rem;line-height:1.2;font-weight:950}
.txp-pix-copy-row{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:12px}
.txp-pix-copy-row #pix-code{height:56px;min-height:56px;border:1px solid #d5d5d5;border-radius:14px;background:#fff;color:#1f2933;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1rem;font-weight:650;line-height:1;padding:0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.txp-pix-copy-row #copy-pix{width:100%;height:56px;min-height:56px;margin:0;border:1.5px solid #111!important;border-radius:14px!important;background:#fff!important;background-color:#fff!important;color:#111!important;justify-content:center;font-size:1rem;font-weight:950}
.txp-pix-copy-row #copy-pix:hover,.txp-pix-copy-row #copy-pix:focus{background:#f5f5f5!important;background-color:#f5f5f5!important;color:#111!important;border-color:#111!important}
.txp-pix-whatsapp{width:100%;min-height:58px;justify-content:center;border-radius:14px!important;background:#2bd463!important;background-color:#2bd463!important;border-color:#2bd463!important;color:#fff!important;font-size:1.05rem;font-weight:950}
.txp-pix-whatsapp:hover,.txp-pix-whatsapp:focus{background:#25c65a!important;background-color:#25c65a!important;border-color:#25c65a!important;color:#fff!important}
.txp-form-wrap .pix-step .txp-pix-whatsapp:hover,.txp-form-wrap .pix-step .txp-pix-whatsapp:focus{background:#25c65a!important;background-color:#25c65a!important;border-color:#25c65a!important;color:#fff!important}
.txp-pix-whatsapp svg{width:22px;height:22px;display:block;flex:0 0 auto;color:#fff!important;fill:currentColor!important;stroke:none!important}
.txp-pix-whatsapp svg path{fill:currentColor!important;stroke:none!important}
.txp-pix-after-wa{margin:-2px 0 0;color:#6b7280;font-size:.96rem;font-weight:650;line-height:1.45;text-align:center}
.txp-pix-how{border-radius:14px;background:#f4f4f4;padding:18px 20px;display:grid;gap:12px}
.txp-pix-how ol{margin:0;padding-left:28px;color:#858585;font-size:1rem;font-weight:650;line-height:1.55}
.txp-pix-how li{margin:4px 0}
.txp-pix-summary{padding:24px;display:grid;gap:18px;position:sticky;top:18px}
.txp-pix-summary-event{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;align-items:center;padding-bottom:18px;border-bottom:1px solid #e5e5e5}
.txp-pix-summary-media{width:82px;height:82px;border-radius:14px;background:#f3f4f6;overflow:hidden;display:grid;place-items:center;color:#111;font-weight:950}
.txp-pix-summary-media img{display:block;width:100%;height:100%;object-fit:cover}
.txp-pix-summary-event strong{display:block;color:#202124;font-size:1.08rem;font-weight:950;line-height:1.2}
.txp-pix-summary-event span{display:block;margin-top:8px;color:#8a8a8a;font-size:.95rem;font-weight:650;line-height:1.3}
.txp-pix-summary-line,.txp-pix-summary-total{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border-bottom:1px solid #e5e5e5;padding-bottom:18px}
.txp-pix-summary-line span{color:#8a8a8a;font-size:1rem;font-weight:650}
.txp-pix-summary-line strong{color:#303236;font-size:1.05rem;font-weight:950}
.txp-pix-summary-total{border-bottom:0;padding:10px 0 0}
.txp-pix-summary-total span{color:#303236;font-size:1.1rem;font-weight:950}
.txp-pix-summary-total strong{color:#111;font-size:2.1rem;font-weight:950;line-height:1;letter-spacing:0}
@media(max-width:860px){
  .txp-form-wrap[data-txp-pix-final="1"]{padding:18px 12px}
  .txp-pix-checkout.pix-step{max-width:100%;margin:0 auto 34px;gap:18px}
  .txp-pix-layout{grid-template-columns:1fr}
  .txp-pix-summary{display:none}
  .txp-pix-timer{min-height:92px;border-width:2px;border-radius:18px;padding:16px 18px;gap:10px}
  .txp-pix-clock{width:18px;height:18px}
  .txp-pix-timer-label{font-size:1.2rem}
  .txp-pix-timer strong{font-size:2.25rem}
  .txp-pix-main-card{padding:26px;border-radius:20px;gap:22px}
  .txp-pix-main-card h2{font-size:1.8rem}
  .txp-pix-amount-panel{padding:28px 16px;border-radius:18px}
  .txp-pix-amount-panel strong{font-size:2.9rem}
  .txp-pix-amount-panel span{font-size:1.35rem}
  .txp-pix-receiver{border-width:0;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-radius:0;padding:20px 0;font-size:1.3rem;flex-wrap:wrap}
  .txp-pix-receiver strong{white-space:normal;overflow-wrap:anywhere;text-overflow:clip}
  .txp-pix-steps{border-width:0;border-radius:0;background:#fff;padding:0 0 18px;border-bottom:1px solid #e1e1e1}
  .txp-pix-steps div{grid-template-columns:128px minmax(0,1fr);gap:18px}
  .txp-pix-steps span,.txp-pix-steps strong{font-size:1.28rem}
  .txp-pix-steps p{font-size:1.28rem;line-height:1.35}
  .txp-pix-qr-panel{border-width:0;border-radius:0;padding:8px 0 4px}
  .txp-pix-qr-card.pix-qr-copy img{width:min(290px,64vw);height:min(290px,64vw)}
  .txp-pix-qr-card.pix-qr-copy span{font-size:1.25rem}
  .txp-pix-copy-area{border-top:1px solid #e1e1e1;padding-top:24px}
  .txp-pix-copy-area h3,.txp-pix-how h3{font-size:1.35rem}
  .txp-pix-copy-row{grid-template-columns:1fr}
  .txp-pix-copy-row #pix-code{height:72px;min-height:72px;font-size:1.18rem;border-radius:16px}
  .txp-pix-copy-row #copy-pix{height:76px;min-height:76px;border-radius:16px!important;font-size:1.28rem}
  .txp-pix-whatsapp{min-height:78px;border-radius:16px!important;font-size:1.32rem}
  .txp-pix-whatsapp svg{width:28px;height:28px}
  .txp-pix-after-wa{font-size:1.14rem;line-height:1.42}
  .txp-pix-how{background:#fff;border-top:1px solid #e1e1e1;border-radius:0;padding:24px 0 0}
  .txp-pix-how ol{font-size:1.28rem;line-height:1.55;padding-left:34px}
}
@media(max-width:520px){
  .txp-form-wrap[data-txp-pix-final="1"]{padding:12px 10px}
  .txp-pix-checkout.pix-step{gap:12px;margin-bottom:28px}
  .txp-pix-timer{grid-template-columns:auto minmax(0,1fr) auto;min-height:72px;padding:10px 12px;border-radius:16px;gap:8px}
  .txp-pix-timer-label{font-size:.95rem;line-height:1.12}
  .txp-pix-timer strong{font-size:1.7rem}
  .txp-pix-main-card{padding:16px;border-radius:18px;gap:14px}
  .txp-pix-main-card h2{font-size:1.45rem}
  .txp-pix-amount-panel{padding:20px 14px;gap:6px}
  .txp-pix-amount-panel strong{font-size:2.35rem}
  .txp-pix-amount-panel span,.txp-pix-receiver,.txp-pix-steps span,.txp-pix-steps strong,.txp-pix-steps p,.txp-pix-how ol{font-size:1rem}
  .txp-pix-receiver{padding:14px 0;min-height:0}
  .txp-pix-steps{gap:9px;padding-bottom:12px}
  .txp-pix-steps div{grid-template-columns:86px minmax(0,1fr);gap:12px}
  .txp-pix-steps p{margin-top:0;line-height:1.32}
  .txp-pix-qr-panel{padding-top:2px}
  .txp-pix-qr-card.pix-qr-copy img{width:min(232px,58vw);height:min(232px,58vw)}
  .txp-pix-qr-card.pix-qr-copy span{font-size:.95rem}
  .txp-pix-copy-row #pix-code{height:58px;min-height:58px;font-size:1rem}
  .txp-pix-copy-row #copy-pix,.txp-pix-whatsapp{height:auto;min-height:60px;font-size:1.05rem}
  .txp-pix-after-wa{font-size:.95rem}
}
@media(max-width:380px){
  .txp-pix-timer-label{font-size:.84rem}
  .txp-pix-timer strong{font-size:1.48rem}
  .txp-pix-clock{width:15px;height:15px}
  .txp-pix-qr-card.pix-qr-copy img{width:min(210px,56vw);height:min(210px,56vw)}
}
.txp-form-toast{position:fixed;right:24px;bottom:24px;z-index:2147483647;width:min(384px,calc(100vw - 48px));background:#050505;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:10px;box-shadow:0 18px 48px rgba(0,0,0,.28);padding:16px 44px 16px 18px;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.txp-form-toast.is-open{opacity:1;transform:translateY(0);pointer-events:auto}
.txp-form-toast strong{display:block;margin:0 0 5px;color:#fff;font-size:15px;font-weight:950;line-height:1.25}
.txp-form-toast span{display:block;color:#e5e7eb;font-size:14px;font-weight:750;line-height:1.35}
.txp-form-toast-close{position:absolute;right:10px;top:10px;width:24px;height:24px;border:0;border-radius:6px;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;line-height:1;cursor:pointer;padding:0;box-shadow:none}
.txp-form-toast-close:hover,.txp-form-toast-close:focus{background:#202020;color:#fff}
.instructions{margin:12px 0 4px 22px} .instructions li{margin:4px 0}
.muted{color:var(--txp-muted);font-size:.92rem;margin-top:6px}
.fake-timer{margin-top:10px;color:#111;font-weight:900} .fake-timer span{animation:pulse 1s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.55}}
/* Step transitions */
.step{opacity:0;transform:translateY(10px);transition:opacity .28s ease, transform .28s ease}
.step.active{opacity:1;transform:translateY(0)} .step[hidden]{display:none !important}
@media (min-width:720px){ .grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:719px){.txp-form-toast{top:0;left:0;right:0;bottom:auto;width:100%;max-width:none;border-radius:0;padding:15px 44px 15px 16px;transform:translateY(-12px)}.txp-form-toast.is-open{transform:translateY(0)}}

/* === Choice Individual x Casal === */
.choice-wrap{
  display:flex; gap:8px; align-items:center; justify-content:center;
  margin:6px 0 14px 0; padding:8px; border:1px dashed var(--txp-line); border-radius:12px; background:#fff;
}
.choice-btn{
  appearance:none; border:1px solid var(--txp-line); background:#fff; color:#111;
  padding:10px 14px; border-radius:999px; font-weight:900; cursor:pointer;
  transition:transform .18s ease, background .22s ease, border-color .22s ease;
}
.choice-btn:hover,.choice-btn:focus{ transform:translateY(-2px); background:#f5f5f5!important;background-color:#f5f5f5!important;border-color:#111!important;color:#111!important; }
.choice-btn.active{ border-color:#000; background:#000; color:#fff; }
.choice-btn.active:hover,.choice-btn.active:focus{background:#111!important;background-color:#111!important;border-color:#111!important;color:#fff!important}
html body .txp-form-wrap .txp-form button.choice-btn{
  -webkit-appearance:none!important;appearance:none!important;background-image:none!important;text-shadow:none!important;filter:none!important;
}
html body .txp-form-wrap .txp-form button.choice-btn:not(.active){
  background:#fff!important;background-color:#fff!important;border-color:var(--txp-line)!important;color:#111!important;
}
html body .txp-form-wrap .txp-form button.choice-btn:not(.active):hover,
html body .txp-form-wrap .txp-form button.choice-btn:not(.active):focus,
html body .txp-form-wrap .txp-form button.choice-btn:not(.active):focus-visible{
  background:#f5f5f5!important;background-color:#f5f5f5!important;border-color:#111!important;color:#111!important;box-shadow:none!important;
}
html body .txp-form-wrap .txp-form button.choice-btn.active{
  background:#000!important;background-color:#000!important;border-color:#000!important;color:#fff!important;
}
html body .txp-form-wrap .txp-form button.choice-btn.active:hover,
html body .txp-form-wrap .txp-form button.choice-btn.active:focus,
html body .txp-form-wrap .txp-form button.choice-btn.active:focus-visible{
  background:#111!important;background-color:#111!important;border-color:#111!important;color:#fff!important;box-shadow:none!important;
}
html body .txp-form-wrap .txp-form button.choice-btn::before,
html body .txp-form-wrap .txp-form button.choice-btn::after{
  content:none!important;display:none!important;background:transparent!important;background-image:none!important;box-shadow:none!important;
}

/* Review */
.review-card{background:#fff;border:1px solid var(--txp-line);border-radius:16px;box-shadow:var(--txp-shadow);padding:18px}
.review-title{font-weight:900;font-size:1.05rem;margin-bottom:10px}
.review-list{display:grid;gap:8px}
.review-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed var(--txp-line);padding:6px 0}
.review-row:last-child{border-bottom:none}
.review-row span{color:var(--txp-muted);font-weight:700}
.review-row strong{font-weight:900;text-align:right}

/* Meus ingressos */
.txp-my-tickets-wrap{
  max-width:820px;margin:12px auto;padding:8px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--txp-text);
}
.txp-my-tickets-search{
  background:#fff;border:1px solid var(--txp-line);border-radius:16px;box-shadow:var(--txp-shadow);
  padding:18px;display:grid;gap:12px;
}
.txp-my-tickets-search .btn{justify-content:center}
.txp-my-tickets-list{display:grid;gap:12px;margin-top:14px}
.txp-my-ticket{
  background:#fff;border:1px solid var(--txp-line);border-radius:14px;box-shadow:var(--txp-shadow);
  padding:0;overflow:visible;
}
.txp-my-ticket-summary{
  list-style:none;cursor:pointer;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;
  align-items:center;gap:10px;
}
.txp-my-ticket-summary::-webkit-details-marker{display:none}
.txp-my-ticket-head{min-width:0;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px}
.txp-my-ticket-thumb{width:52px;height:52px;border-radius:10px;border:1px solid var(--txp-line);background:#f3f4f6;overflow:hidden}
.txp-my-ticket-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.txp-my-ticket-titlebox{min-width:0;display:grid;gap:3px}
.txp-my-ticket-main{display:grid;gap:10px;min-width:0;padding:0 14px 14px}
.txp-my-ticket-event{font-size:1.05rem;font-weight:900;color:#111;line-height:1.25}
.txp-my-ticket-date{color:var(--txp-muted);font-size:.86rem;font-weight:800}
.txp-my-ticket-location{color:#374151;font-size:.82rem;font-weight:850;line-height:1.25}
.txp-my-ticket-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.txp-my-ticket-actions .txp-share-image{
  background:#111827;color:#fff;border-color:#111827;padding:9px 12px;font-size:.82rem;line-height:1;
}
.txp-my-ticket-actions .txp-share-image:hover,
.txp-my-ticket-actions .txp-share-image:focus{
  background:#1f2937;border-color:#1f2937;color:#fff;
}
.txp-share-icon{
  width:16px;height:16px;display:block;stroke:currentColor;stroke-width:2.4px;
  stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;
}
.txp-share-choice-pop[hidden]{display:none !important}
.txp-share-choice-pop{
  position:fixed;left:50%;top:50%;z-index:99999;width:min(520px, calc(100vw - 28px));
  transform:translate(-50%, -50%);
}
.txp-share-choice-dialog{
  width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:18px;
  box-shadow:0 24px 72px rgba(15,23,42,.28);padding:20px;display:grid;gap:16px;position:relative;
}
.txp-share-choice-dialog strong{
  color:#111;font-size:1.12rem;font-weight:950;line-height:1.25;padding-right:38px;
}
.txp-share-choice-dialog p{
  margin:0;color:#555;font-size:.92rem;font-weight:800;line-height:1.4;
}
.txp-share-choice-body{display:grid;grid-template-columns:140px minmax(0,1fr);gap:18px;align-items:start}
.txp-share-choice-preview{
  width:140px;aspect-ratio:9/16;border-radius:14px;overflow:hidden;background:#0f172a;
  display:flex;align-items:center;justify-content:center;color:#fff;border:1px solid #e5e7eb;
  box-shadow:0 12px 28px rgba(15,23,42,.18);
}
.txp-share-choice-preview img{width:100%;height:100%;object-fit:cover;display:block}
.txp-share-choice-preview span{
  padding:12px;text-align:center;font-size:.82rem;font-weight:900;line-height:1.25;color:rgba(255,255,255,.82);
}
.txp-share-choice-main{min-width:0;display:grid;gap:14px}
.txp-share-choice-actions{display:grid;gap:10px;margin-top:0}
.txp-share-choice-actions .btn{width:100%;justify-content:center}
.txp-share-choice-actions .btn.primary{
  background:#111827;border-color:#111827;color:#fff;
}
.txp-share-choice-actions .btn.primary:hover,
.txp-share-choice-actions .btn.primary:focus{
  background:#1f2937;border-color:#1f2937;color:#fff;
}
.txp-share-choice-actions .btn.out{
  background:#fff;border-color:#cbd5e1;color:#111827;
}
.txp-share-choice-actions .btn.out:hover,
.txp-share-choice-actions .btn.out:focus{
  background:#f8fafc;border-color:#94a3b8;color:#111827;
}
.txp-share-choice-close{
  position:absolute;right:14px;top:14px;width:36px;height:36px;padding:0;border:0;border-radius:12px;
  background:#f1f1f1;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.txp-share-choice-close:hover,.txp-share-choice-close:focus{background:#e7e7e7}
.txp-share-choice-close svg{
  width:20px;height:20px;display:block;stroke:currentColor;stroke-width:3;stroke-linecap:round;
}
@media (max-width:420px){
  .txp-share-choice-dialog{padding:16px;gap:13px}
  .txp-share-choice-body{grid-template-columns:118px minmax(0,1fr);gap:12px}
  .txp-share-choice-preview{width:118px}
  .txp-share-choice-dialog p{font-size:.84rem}
}
.txp-expand-label{
  display:inline-flex;align-items:center;gap:7px;border:1px solid #cbd5e1;border-radius:999px;padding:8px 10px;
  font-weight:900;font-size:.82rem;line-height:1;background:#fff;color:#111827;
}
.txp-expand-icon{font-size:1rem;line-height:.7}
.txp-my-ticket[open] .txp-expand-text{font-size:0}
.txp-my-ticket[open] .txp-expand-text::after{content:'Ocultar';font-size:.82rem}
.txp-my-ticket[open] .txp-expand-icon{transform:rotate(45deg)}
.txp-my-ticket-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--txp-muted);font-size:.88rem}
.txp-my-ticket-meta span{white-space:normal;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;padding:6px 9px}
.txp-my-ticket-meta strong{color:#111}
.txp-ticket-proof{
  margin-top:2px;border:1px solid #fde68a;border-radius:12px;padding:10px;background:#fffbeb;
  display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;
  color:#92400e;font-size:.9rem;font-weight:800;
}
.txp-ticket-proof .btn{padding:9px 12px;font-size:.86rem}
.txp-ticket-pix{
  margin-top:4px;border:1px dashed var(--txp-line);border-radius:12px;padding:10px;background:#fafafa;
  display:grid;gap:8px;
}
.txp-ticket-pix-head{display:flex;justify-content:space-between;gap:10px;color:var(--txp-muted);font-size:.86rem;font-weight:900}
.txp-ticket-pix-head strong{color:#111;text-align:right}
.txp-ticket-pix textarea{
  min-height:76px;border-radius:10px;padding:10px;font-size:.84rem;font-family:ui-monospace,monospace;
  background:#fff;color:#111;resize:vertical;
}
.txp-ticket-pix .btn{justify-content:center;padding:9px 12px;font-size:.86rem}
.txp-ticket-status{
  display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;position:relative;
  border:1px solid var(--txp-line);border-radius:999px;padding:9px 11px;background:#fff;
  font-weight:900;font-size:.86rem;line-height:1;text-transform:capitalize;
}
.txp-status-help{
  width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  background:#111;color:#fff;font-size:.72rem;line-height:1;cursor:help;position:relative;
}
.txp-status-help::after{
  content:attr(aria-label);position:absolute;right:0;top:calc(100% + 8px);width:260px;max-width:78vw;
  background:#111;color:#fff;border-radius:10px;padding:10px;font-size:.78rem;line-height:1.35;font-weight:800;
  text-transform:none;box-shadow:var(--txp-shadow);opacity:0;visibility:hidden;transform:translateY(-4px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;z-index:5;
}
.txp-status-help:hover::after,.txp-status-help:focus::after{opacity:1;visibility:visible;transform:translateY(0)}
.txp-status-dot{
  width:10px;height:10px;border-radius:50%;display:inline-block;background:#64748b;
  box-shadow:0 0 0 3px rgba(100,116,139,.14);
}
.txp-status-check{
  width:18px;height:18px;display:block;flex:0 0 auto;stroke:#16a34a;stroke-width:3.2px;
  stroke-linecap:round;stroke-linejoin:round;
}
.txp-ticket-status.status-paid .txp-status-dot{background:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.16)}
.txp-ticket-status.status-paid{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.txp-ticket-status.status-delivered .txp-status-dot{background:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.16)}
.txp-ticket-status.status-pending .txp-status-dot{background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.18);animation:txpStatusPulse 1.1s infinite}
.txp-ticket-status.status-bad .txp-status-dot{background:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.16)}
.txp-ticket-status.status-info .txp-status-dot{background:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.16)}
.txp-my-tickets-empty{
  margin-top:14px;background:#fff;border:1px dashed var(--txp-line);border-radius:14px;padding:16px;
  color:var(--txp-muted);font-weight:800;text-align:center;
}
.txp-delete-registration{
  margin:0;padding:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--txp-text);
}
.txp-delete-registration form{
  display:inline-grid;gap:8px;justify-items:center;background:transparent;border:0;box-shadow:none;padding:0;
}
.txp-delete-registration .txp-delete-registration-btn,
.txp-delete-registration .txp-delete-registration-btn:visited{
  position:relative;
  appearance:none !important;-webkit-appearance:none !important;border:0 !important;border-radius:10px !important;
  background:#dcdcdc !important;background-color:#dcdcdc !important;background-image:none !important;color:#2f2f2f !important;
  cursor:pointer;width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;box-sizing:border-box !important;
  display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px;padding:3px 9px;
  font-weight:950;font-size:14px;line-height:1;text-decoration:none !important;box-shadow:none !important;text-shadow:none !important;
  filter:none !important;transition:transform .18s ease, background .22s ease, color .22s ease;
}
.txp-delete-registration .txp-delete-registration-btn:hover,
.txp-delete-registration .txp-delete-registration-btn:focus,
.txp-delete-registration .txp-delete-registration-btn:focus-visible{
  transform:none !important;background:#cfcfcf !important;background-color:#cfcfcf !important;background-image:none !important;
  color:#111 !important;box-shadow:none !important;outline:none !important;filter:none !important;
}
.txp-delete-registration .txp-delete-registration-btn:active{
  transform:none !important;background:#c7c7c7 !important;background-color:#c7c7c7 !important;background-image:none !important;color:#111 !important;
}
.txp-delete-registration .txp-delete-registration-btn::before,
.txp-delete-registration .txp-delete-registration-btn::after,
.txp-delete-registration .txp-delete-registration-btn:hover::before,
.txp-delete-registration .txp-delete-registration-btn:hover::after,
.txp-delete-registration .txp-delete-registration-btn:focus::before,
.txp-delete-registration .txp-delete-registration-btn:focus::after{
  content:none !important;display:none !important;background:transparent !important;background-image:none !important;
  opacity:0 !important;visibility:hidden !important;box-shadow:none !important;border:0 !important;
}
.txp-delete-registration-icon{
  width:20px;height:31px;display:block;flex:0 0 auto;stroke:currentColor;stroke-width:1.4px;
  stroke-linecap:round;stroke-linejoin:round;
}
.txp-delete-registration-pop[hidden]{display:none !important}
.txp-delete-registration-pop{
  position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.42);
  display:flex;align-items:center;justify-content:center;padding:18px;
}
.txp-delete-registration-dialog{
  width:min(360px, 100%);background:#fff;border:1px solid #e5e7eb;border-radius:16px;
  box-shadow:0 24px 70px rgba(0,0,0,.24);padding:18px;display:grid;gap:12px;position:relative;
}
.txp-delete-registration-dialog strong{
  color:#111;font-size:1.05rem;font-weight:950;line-height:1.25;padding-right:34px;
}
.txp-delete-registration-dialog p{
  margin:0;color:#555;font-size:.9rem;font-weight:800;line-height:1.4;
}
.txp-delete-registration-check{
  display:inline-flex;align-items:center;gap:7px;font-size:.84rem;font-weight:900;color:#222;
  flex-direction:row;cursor:pointer;
}
.txp-delete-registration-check input{width:16px;height:16px;accent-color:#111}
.txp-delete-registration .txp-delete-registration-close{
  position:absolute;right:20px;top:20px;width:34px;height:34px;padding:0 !important;border:0 !important;border-radius:12px !important;
  background:#f1f1f1 !important;background-color:#f1f1f1 !important;background-image:none !important;color:#111 !important;
  display:flex !important;align-items:center !important;justify-content:center !important;cursor:pointer;box-shadow:none !important;
}
.txp-delete-registration .txp-delete-registration-close:hover,
.txp-delete-registration .txp-delete-registration-close:focus{
  background:#e7e7e7 !important;background-color:#e7e7e7 !important;background-image:none !important;color:#111 !important;box-shadow:none !important;
}
.txp-delete-registration .txp-delete-registration-close svg{
  width:20px;height:20px;display:block;stroke:currentColor;stroke-width:3;stroke-linecap:round;
}
.txp-delete-registration-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:2px}
.txp-delete-registration-cancel,
.txp-delete-registration-confirm{
  appearance:none !important;-webkit-appearance:none !important;border:0 !important;border-radius:12px !important;
  padding:11px 14px;font-weight:950;cursor:pointer;background-image:none !important;box-shadow:none !important;
  text-shadow:none !important;filter:none !important;
}
.txp-delete-registration-cancel,
.txp-delete-registration-cancel:hover,
.txp-delete-registration-cancel:focus,
.txp-delete-registration-cancel:active{
  background:#eeeeee !important;background-color:#eeeeee !important;background-image:none !important;color:#111 !important;
  box-shadow:none !important;filter:none !important;
}
.txp-delete-registration-confirm,
.txp-delete-registration-confirm:hover,
.txp-delete-registration-confirm:focus,
.txp-delete-registration-confirm:active{
  background:#111 !important;background-color:#111 !important;background-image:none !important;color:#fff !important;
  box-shadow:none !important;filter:none !important;
}
.txp-delete-registration-cancel:hover,.txp-delete-registration-cancel:focus{background:#e2e2e2 !important;background-color:#e2e2e2 !important}
.txp-delete-registration-confirm:hover,.txp-delete-registration-confirm:focus{background:#242424 !important;background-color:#242424 !important}
.txp-delete-registration-cancel::before,
.txp-delete-registration-cancel::after,
.txp-delete-registration-confirm::before,
.txp-delete-registration-confirm::after{
  content:none !important;display:none !important;background:transparent !important;background-image:none !important;
  opacity:0 !important;visibility:hidden !important;box-shadow:none !important;border:0 !important;
}
@keyframes txpStatusPulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.35);opacity:.55}
}
@media (max-width:719px){
  .txp-my-ticket-summary{grid-template-columns:1fr;gap:9px}
  .txp-my-ticket-head{grid-template-columns:46px minmax(0,1fr)}
  .txp-my-ticket-thumb{width:46px;height:46px}
  .txp-my-ticket-actions{justify-content:flex-start}
  .txp-ticket-status{align-self:flex-start;justify-self:start}
  .txp-ticket-proof{align-items:flex-start;flex-direction:column}
  .txp-ticket-proof .btn{width:100%;justify-content:center}
  .txp-status-help::after{
    position:fixed;left:14px;right:14px;top:auto;bottom:14px;width:auto;max-width:none;
    transform:translateY(8px);z-index:9999;
  }
  .txp-status-help:hover::after,.txp-status-help:focus::after{transform:translateY(0)}
  .txp-delete-registration form{justify-items:center}
  .txp-delete-registration-btn{width:auto;justify-content:center}
  .txp-delete-registration-actions{display:grid;grid-template-columns:1fr 1fr}
}

[data-txp-scope="showcase"].txp-showcase-wrap,
[data-txp-scope="showcase"].txp-showcase-wrap *{box-sizing:border-box}
[data-txp-scope="showcase"].txp-showcase-wrap{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111;padding:8px;position:relative;isolation:isolate;overflow:hidden}
[data-txp-scope="showcase"].txp-showcase-wrap a{color:inherit;text-decoration:none}
[data-txp-scope="showcase"].txp-showcase-wrap button{font:inherit}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-shell{width:100%;max-width:1240px;margin:0 auto;display:grid;gap:18px}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-head{display:grid;gap:6px;padding:0 6px}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-eyebrow{font-size:.84rem;font-weight:900;letter-spacing:0;text-transform:uppercase;color:#6b7280}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-copy{margin:0;max-width:720px;font-size:.98rem;line-height:1.5;color:#6b7280}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-stage{position:relative;width:100%;height:clamp(240px,40.5vw,484px);min-height:140px;overflow:visible;touch-action:pan-y}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide{position:absolute;inset:0;left:50%;display:block;width:72%;max-width:860px;height:100%;opacity:0;transform:translate3d(-50%,40px,0) scale(.78);transform-origin:center center;transition:transform .52s cubic-bezier(.22,1,.36,1),opacity .26s ease,filter .26s ease;will-change:transform,opacity;z-index:1;pointer-events:none;filter:saturate(.78)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-active{opacity:1;transform:translate3d(-50%,0,0) scale(1);z-index:5;pointer-events:auto;filter:none}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-prev{opacity:.84;transform:translate3d(calc(-50% - 28%),16px,0) scale(.86);z-index:4;pointer-events:auto}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next{opacity:.84;transform:translate3d(calc(-50% + 28%),16px,0) scale(.86);z-index:4;pointer-events:auto}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-prev2{opacity:.36;transform:translate3d(calc(-50% - 52%),28px,0) scale(.76);z-index:3}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next2{opacity:.36;transform:translate3d(calc(-50% + 52%),28px,0) scale(.76);z-index:3}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-hidden{opacity:0;pointer-events:none}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card{position:relative;display:block;width:100%;height:100%;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#eceff3 0%,#dbe2ea 100%);box-shadow:0 24px 60px rgba(17,17,17,.18)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-image{display:block;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .24s ease;user-select:none}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card.is-media-loaded .txp-showcase-image{opacity:1}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-media-skeleton{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;background:linear-gradient(180deg,#eef1f5 0%,#e5eaf0 100%);transition:opacity .24s ease,visibility .24s ease}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-media-skeleton::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.72) 48%,rgba(255,255,255,0) 100%);animation:txpShowcaseSkeletonShimmer 1.4s ease-in-out infinite}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card.is-media-loaded .txp-showcase-media-skeleton{opacity:0;visibility:hidden}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:4rem;font-weight:900;color:#111}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card-shadow{position:absolute;inset:auto 0 0 0;height:42%;background:linear-gradient(180deg,rgba(17,17,17,0) 0%,rgba(17,17,17,.24) 100%);pointer-events:none}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card-badge{position:absolute;left:14px;bottom:14px;z-index:3;display:inline-flex;align-items:center;gap:6px;max-width:calc(100% - 28px);min-height:32px;padding:7px 12px;border-radius:999px;background:rgba(17,17,17,.82);color:#fff;font-size:.78rem;line-height:1;font-weight:800;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 10px 24px rgba(0,0,0,.18);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card.is-media-loaded .txp-showcase-card-badge{opacity:1;visibility:visible;transform:translateY(0)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card-badge-icon{flex:0 0 auto;line-height:1}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card-badge-text{min-width:0;overflow:hidden;text-overflow:ellipsis}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:7;width:56px;height:56px;border:0;border-radius:999px;background:#fff;color:#1a1a1a;box-shadow:0 18px 34px rgba(17,17,17,.12);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-nav:hover{transform:translateY(-50%) scale(1.04);box-shadow:0 24px 42px rgba(17,17,17,.18)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-nav svg{width:24px;height:24px}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-nav--prev{left:max(10px,calc(50% - min(36%,430px) - 113px))}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-nav--next{right:max(10px,calc(50% - min(36%,430px) - 113px))}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dots{display:flex;align-items:center;justify-content:center;gap:4px;--txp-showcase-dot-idle:#9ca3af;--txp-showcase-dot-active:#6b7280}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot{position:relative;width:22px;height:22px;min-width:22px;min-height:22px;padding:0;border:0;background:transparent;box-shadow:none;appearance:none;cursor:pointer}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot::before{content:"";display:block;width:7px;height:7px;margin:auto;border-radius:999px;background:var(--txp-showcase-dot-idle);transition:width .2s ease,height .2s ease,background .2s ease,box-shadow .2s ease;border:1px solid transparent}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot.is-active::before{width:22px;height:7px;background:var(--txp-showcase-dot-active)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot:focus-visible::before{box-shadow:0 0 0 4px rgba(107,114,128,.14)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary{display:grid;gap:10px;justify-items:center;text-align:center;padding:0 12px}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-link{text-decoration:none;color:#111}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-title{display:block;font-size:2rem;line-height:1.04;font-weight:900;letter-spacing:0;color:#111}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-meta{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;color:#6b7280}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-meta-item{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;column-gap:7px;font-size:.95rem;font-weight:600;text-align:left}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-meta-item svg{width:18px;height:18px;flex:0 0 auto;margin-top:2px;color:#8b95a7}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-meta-item > span{display:block;min-width:0}
@keyframes txpShowcaseSkeletonShimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
@media (max-width:767px){
  [data-txp-scope="showcase"].txp-showcase-wrap{padding:0;overflow-x:clip}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-shell{gap:12px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-stage{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;aspect-ratio:1.78 / 1}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide{width:86vw;max-width:none;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .22s ease,filter .22s ease}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-active{transform:translate3d(-50%,0,0) scale(1)}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-prev{opacity:.78;transform:translate3d(calc(-50% - 100% - 8px),0,0) scale(1)}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next{opacity:.78;transform:translate3d(calc(-50% + 100% + 8px),0,0) scale(1)}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-prev2,
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next2{opacity:0}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card{box-shadow:none}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-nav{display:none}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dots{gap:3px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot{width:20px;height:20px;min-width:20px;min-height:20px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot::before{width:6px;height:6px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot.is-active::before{width:18px;height:6px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary{justify-items:center;text-align:center;padding:0 14px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-title{font-size:1.35rem}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-meta{display:grid;grid-template-columns:1fr;justify-content:center;justify-items:center;row-gap:4px;width:100%;max-width:320px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-meta-item{display:inline-grid;grid-template-columns:16px auto;align-items:center;justify-content:center;column-gap:6px;width:fit-content;max-width:100%;justify-self:center;font-size:.88rem;line-height:1.35}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-meta-item svg{width:16px;height:16px;margin-top:0;align-self:center}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-meta-item > span{text-align:center}
  [data-txp-scope="showcase"].txp-showcase-wrap [data-showcase-location]{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card-badge{left:12px;bottom:12px;min-height:28px;padding:6px 10px;font-size:.72rem}
}

[data-txp-scope="event-listing"].txp-event-listing,
[data-txp-scope="event-listing"].txp-event-listing *{box-sizing:border-box}
.txp-event-listing-stack{display:grid;gap:34px;width:100%}
[data-txp-scope="event-listing"].txp-event-listing{--txp-listing-mobile-edge:14px;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111;padding:10px 0}
[data-txp-scope="event-listing"].txp-event-listing a{color:inherit;text-decoration:none}
[data-txp-scope="event-listing"].txp-event-listing button{font:inherit}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__shell{width:100%;max-width:none;margin:0;display:grid;gap:18px;padding:0}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__head{display:grid;gap:6px}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__head-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__title{margin:0;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.05;font-weight:950;letter-spacing:0;color:#111}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__copy{margin:0;max-width:720px;font-size:.96rem;line-height:1.5;color:#60646c;font-weight:650}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__action{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 13px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111;font-size:.86rem;font-weight:900;box-shadow:0 8px 18px rgba(17,17,17,.05);transition:transform .18s ease,border-color .18s ease}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__action:hover{transform:translateY(-1px);border-color:#cfd4dc}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__carousel{position:relative;min-width:0}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__viewport{min-width:0;outline:none}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__content{min-width:0}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:start}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card{display:grid;gap:10px;min-width:0;color:#111;transition:transform .22s ease}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card:hover{transform:translateY(-3px)}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-wrap{position:relative;min-width:0}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1.56/1;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#eef1f5 0%,#e6ebf2 100%);box-shadow:0 12px 28px rgba(17,17,17,.08);isolation:isolate}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media.is-empty{background:linear-gradient(135deg,#111 0%,#2f3137 100%)}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0;transform:scale(1);transition:opacity .24s ease,transform .34s cubic-bezier(.22,1,.36,1),filter .34s ease;user-select:none}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media.is-media-loaded .txp-header-search-card__image{opacity:1}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card:hover .txp-header-search-card__image,
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card:focus-within .txp-header-search-card__image{transform:scale(1.045);filter:saturate(1.06)}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-skeleton{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;background:linear-gradient(180deg,#eef1f5 0%,#e5eaf0 100%);transition:opacity .24s ease,visibility .24s ease}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-skeleton::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.72) 48%,rgba(255,255,255,0) 100%);animation:txpListingSkeleton 1.4s ease-in-out infinite}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media.is-media-loaded .txp-header-search-card__media-skeleton{opacity:0;visibility:hidden}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:3rem;font-weight:950;color:#fff}
[data-txp-scope="event-listing"].txp-event-listing .txp-showcase-card-badge{position:absolute;left:12px;bottom:12px;z-index:4;display:inline-flex;align-items:center;gap:6px;max-width:calc(100% - 24px);min-height:30px;padding:7px 11px;border-radius:999px;background:rgba(17,17,17,.84);color:#fff;font-size:.76rem;line-height:1;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 10px 24px rgba(0,0,0,.18);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media.is-media-loaded .txp-showcase-card-badge,
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media.is-empty .txp-showcase-card-badge{opacity:1;visibility:visible;transform:translateY(0)}
[data-txp-scope="event-listing"].txp-event-listing .txp-showcase-card-badge-text{min-width:0;overflow:hidden;text-overflow:ellipsis}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__copy{display:grid;gap:5px;min-width:0}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.98rem;line-height:1.18;font-weight:950;color:#111}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__meta,
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__date,
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__price{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:.85rem;line-height:1.28;color:#6b7280;font-weight:650}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__price{font-weight:950;color:#111}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-empty-state{display:grid;gap:7px;padding:24px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-empty-title{font-size:1rem;font-weight:950;color:#111}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-empty-copy{margin:0;color:#6b7280;font-size:.92rem;line-height:1.45;font-weight:650}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__dots{display:none;align-items:center;justify-content:center;gap:6px;margin-top:12px}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__dot{width:7px;height:7px;border:0;border-radius:999px;padding:0;background:#c5cad3;cursor:pointer;transition:width .18s ease,background .18s ease}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__dot.is-active{width:22px;background:#111}
@keyframes txpListingSkeleton{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
@media (max-width:1024px){
  [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
}
@media (max-width:767px){
  [data-txp-scope="event-listing"].txp-event-listing{padding:8px 0}
  [data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__shell{padding:0;gap:14px}
  [data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__head-row{align-items:flex-end}
  [data-txp-scope="event-listing"].txp-event-listing.is-mobile-head-edge .txp-event-listing__head{width:100%;margin-left:0;margin-right:0}
  [data-txp-scope="event-listing"].txp-event-listing.is-mobile-head-edge .txp-event-listing__head-row{width:100%;padding:0 var(--txp-listing-mobile-edge)}
  [data-txp-scope="event-listing"].txp-event-listing.is-mobile-head-edge .txp-event-listing__copy{padding:0 var(--txp-listing-mobile-edge)}
  [data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__title{min-width:0;font-size:1.45rem}
  [data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__action{min-height:32px;padding:7px 11px;font-size:.8rem}
  [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-grid{grid-template-columns:1fr;gap:14px}
  [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card:hover{transform:none}
  [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card:hover .txp-header-search-card__image,
  [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card:focus-within .txp-header-search-card__image{transform:scale(1);filter:none}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-event-listing__viewport{overflow:hidden;touch-action:pan-y}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-header-search-grid{display:flex;gap:14px;align-items:stretch;padding:0 var(--txp-listing-mobile-edge);will-change:transform;transform:translate3d(0,0,0)}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-header-search-card{flex:0 0 82%;width:82%;min-width:0;opacity:.68;transform:scale(.985);transition:opacity .28s ease,transform .34s cubic-bezier(.22,1,.36,1)}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-header-search-card.is-neighbor{opacity:.86}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-header-search-card.is-active{opacity:1;transform:scale(1)}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-event-listing__dots{display:flex}
}
@media (max-width:420px){
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-header-search-card{flex-basis:86%;width:86%}
}
html,body,body *{cursor:var(--txp-cursor) !important}
input,textarea,[contenteditable="true"],[contenteditable=""]{cursor:text !important}
