/* === 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-font-display:"Bricolage Grotesque","Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.txp-form-wrap h1,.txp-form-wrap h2,.txp-form-wrap h3,
.txp-checkout-page h1,.txp-checkout-page h2,.txp-checkout-page h3,
.txp-ticket-wrap h1,.txp-ticket-wrap h2,.txp-ticket-wrap h3,
[data-txp-scope="showcase"] .txp-showcase-summary-title,
[data-txp-scope="event-listing"] .txp-event-listing__title,
[data-txp-scope="event-listing"] .txp-header-search-card__title,
[data-txp-scope="header"] .txp-header-search-overlay__title,
[data-txp-scope="header"] .txp-header-search-card__title,
[data-txp-scope="single-hero"] .txp-single-event-hero__title,
[data-txp-scope="single-content"] .txp-single-event-content__title,
[data-txp-scope="single-content"] .txp-single-event-related__title{font-family:var(--txp-font-display)}
.txp-form-wrap{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--txp-text);padding:8px}
.txp-checkout-page{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--txp-text)}
.txp-checkout-header{position:relative;z-index:40;width:100%;border-bottom:1px solid #e5e7eb;background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(14px)}
.txp-checkout-header__inner{width:min(100% - 32px,1120px);min-height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.txp-checkout-header__brand{display:inline-flex;align-items:center;width:128px;height:34px;text-decoration:none;flex:0 0 auto}
.txp-checkout-header__brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.txp-checkout-header__actions{display:flex;align-items:center;gap:10px}
.txp-checkout-header__secure{min-height:40px;border:1px solid #dfe3e8;border-radius:999px;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;font-size:.86rem;font-weight:900;line-height:1;white-space:nowrap}
.txp-checkout-header button.txp-checkout-header__help{appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;width:auto!important;min-width:96px!important;max-width:none!important;height:40px!important;min-height:40px!important;max-height:40px!important;margin:0!important;padding:0 16px!important;border:1px solid #111!important;border-radius:999px!important;background:#111!important;background-color:#111!important;background-image:none!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;box-shadow:none!important;line-height:1!important;transition:background .16s ease,border-color .16s ease,color .16s ease}
.txp-checkout-header button.txp-checkout-header__help:hover,.txp-checkout-header button.txp-checkout-header__help:focus,.txp-checkout-header button.txp-checkout-header__help:focus-visible,.txp-checkout-header button.txp-checkout-header__help:active{border-color:#292929!important;background:#292929!important;background-color:#292929!important;background-image:none!important;color:#fff!important;box-shadow:none!important;transform:none!important;outline:none!important}
.txp-checkout-header__secure svg,.txp-checkout-header__help svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.txp-checkout-header button.txp-checkout-header__help svg,
.txp-checkout-header button.txp-checkout-header__help svg *{color:#fff!important;fill:none!important;stroke:#fff!important}
.txp-checkout-header__help-label{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:nowrap;border:0;font-size:.84rem;font-weight:900}
@media (max-width:719px){
  .txp-checkout-header__inner{width:min(100% - 24px,1120px);min-height:62px;gap:12px}
  .txp-checkout-header__brand{width:104px;height:28px}
  .txp-checkout-header__secure{min-height:36px;padding:0 10px;font-size:.78rem}
  .txp-checkout-header button.txp-checkout-header__help{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;padding:0!important}
  .txp-checkout-header__help-label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}
  .txp-checkout-header__secure span{display:none}
}
@media (min-width:720px){
  html.txp-checkout-scroll-page,
  body.txp-checkout-scroll-page{
    height:auto!important;
    min-height:100%!important;
    overflow-y:auto!important;
    touch-action:auto!important;
  }
  .txp-form-wrap[data-event]{
    min-height:auto;
    overflow:visible;
  }
  body.txp-checkout-scroll-page [data-txp-scope="header"].txp-header-desktop.is-scrolled{
    position:sticky!important;
    left:auto!important;
    right:auto!important;
    width:100%;
  }
}
.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;flex-wrap:wrap;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:112px;aspect-ratio:16/9;height:auto;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-checkout-sidebar-title{display:none;color:#24211f;font-size:1.12rem;font-weight:950;line-height:1.2}
.txp-checkout-sidebar-price{display:none}
.txp-checkout-sidebar-fee{display:none}
.txp-checkout-event-preview{width:100%;display:flex;align-items:center;gap:12px}
.txp-checkout-sidebar-coupon{width:100%;flex:1 0 100%;margin:0 0 14px}
.txp-checkout-coupon-trigger{appearance:none!important;width:100%!important;min-height:42px!important;border:0!important;border-bottom:1px solid #e4e7ec!important;border-radius:0!important;background:transparent!important;background-image:none!important;color:#111!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;padding:0 0 12px!important;font-size:.88rem!important;font-weight:900!important;line-height:1.2!important;text-align:left!important;cursor:pointer!important;box-shadow:none!important}
.txp-checkout-coupon-trigger:hover,.txp-checkout-coupon-trigger:focus{background:transparent!important;color:#000!important;box-shadow:none!important;transform:none!important;outline:none!important}
.txp-checkout-coupon-trigger svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.txp-coupon-modal[hidden]{display:none!important}
.txp-coupon-modal{position:fixed!important;inset:0!important;z-index:2147483646!important;display:grid;place-items:center;padding:24px;isolation:isolate}
.txp-coupon-modal__backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;background:rgba(17,17,17,.68)!important;background-image:none!important;padding:0!important;margin:0!important;box-shadow:none!important}
.txp-coupon-modal__dialog{position:relative;z-index:1;width:min(100%,720px);border-radius:24px;background:#fff;padding:34px 38px 38px;box-shadow:0 30px 90px rgba(0,0,0,.28);display:grid;gap:18px}
.txp-coupon-modal__head{display:flex;align-items:center;justify-content:space-between;gap:20px}
.txp-coupon-modal__head h2{margin:0;color:#111;font-size:1.45rem;font-weight:950;line-height:1.1}
.txp-coupon-modal__close{appearance:none!important;width:40px!important;height:40px!important;border:0!important;border-radius:999px!important;background:transparent!important;background-image:none!important;color:#667085!important;display:grid!important;place-items:center!important;padding:0!important;font-size:2rem!important;font-weight:300!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important}
.txp-coupon-modal__close:hover,.txp-coupon-modal__close:focus{background:#f2f4f7!important;color:#111!important;transform:none!important;outline:none!important}
.txp-coupon-modal__dialog>label{color:#24211f;font-size:.92rem;font-weight:800}
.txp-coupon-modal__field{min-height:58px;border:1px solid #b9bec7;border-radius:12px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:6px}
.txp-coupon-modal__field input{width:100%;min-height:44px;border:0!important;background:transparent!important;background-image:none!important;color:#111;padding:0 14px!important;font-size:1rem;outline:none!important;box-shadow:none!important;text-transform:uppercase}
.txp-coupon-modal__apply{appearance:none!important;min-width:108px!important;min-height:44px!important;border:1px solid #111!important;border-radius:9px!important;background:#111!important;background-color:#111!important;background-image:none!important;color:#fff!important;padding:0 18px!important;font-size:.9rem!important;font-weight:950!important;cursor:pointer!important;box-shadow:none!important}
.txp-coupon-modal__apply:hover,.txp-coupon-modal__apply:focus{background:#292929!important;background-color:#292929!important;color:#fff!important;transform:none!important;outline:none!important}
.txp-coupon-modal__message{margin:0;color:#166534;font-size:.84rem;font-weight:850}
.txp-coupon-modal__message.is-error{color:#991b1b}
html.txp-coupon-modal-open{overflow:hidden!important}
@media (max-width:719px){
  .txp-coupon-modal{padding:14px}
  .txp-coupon-modal__dialog{border-radius:20px;padding:24px 18px}
  .txp-coupon-modal__field{grid-template-columns:1fr}
  .txp-coupon-modal__apply{width:100%!important;margin-top:6px}
}
.txp-checkout-event-date{color:#667085;font-size:.8rem;font-weight:750;line-height:1.3}
.txp-checkout-sidebar-heading{display:none}
.txp-checkout-step-heading{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:#111;font-size:1.05rem;font-weight:950}
.txp-checkout-step-heading svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.txp-checkout-payment-method{margin:18px 0;border:1px solid #dfe3e8;border-radius:15px;background:#fff;padding:16px;display:grid;gap:14px}
.txp-checkout-payment-method__heading{display:flex;align-items:center;justify-content:space-between;gap:14px}
.txp-checkout-payment-method__heading strong{color:#111;font-size:1rem;font-weight:950}
.txp-checkout-payment-method__heading span{color:#667085;font-size:.76rem;font-weight:800}
.txp-checkout-payment-method__option{min-height:70px;border:1px solid #111;border-radius:13px;background:#fafafa;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px}
.txp-checkout-payment-method__options{display:grid;gap:9px}
.txp-checkout-payment-unavailable{border:1px solid #f3c6c6;border-radius:11px;background:#fff5f5;color:#991b1b;padding:13px;font-size:.82rem;font-weight:800;line-height:1.45}
.txp-checkout-payment-method__option{cursor:pointer;border-color:#d0d5dd}
.txp-checkout-payment-method__option.is-selected{border-color:#111;background:#fafafa;box-shadow:0 0 0 1px #111}
.txp-checkout-payment-method__option>input{position:absolute;opacity:0;pointer-events:none}
.txp-checkout-payment-method__option:not(.is-selected) .txp-checkout-payment-method__radio i{display:none}
.txp-checkout-payment-method__option:not(.is-selected) .txp-checkout-payment-method__badge{display:none}
.txp-checkout-payment-method__icon{font-size:.66rem;font-weight:950;letter-spacing:-.02em}
.txp-checkout-payment-method__radio{width:20px;height:20px;border:2px solid #111;border-radius:999px;display:grid;place-items:center}
.txp-checkout-payment-method__radio i{width:10px;height:10px;border-radius:999px;background:#111}
.txp-checkout-payment-method__icon{width:38px;height:38px;border:1px solid #e4e7ec;border-radius:999px;background:#fff;display:grid;place-items:center;padding:8px}
.txp-checkout-payment-method__icon img{display:block;width:100%;height:100%;object-fit:contain}
.txp-checkout-payment-method__copy{display:grid;gap:3px;min-width:0}
.txp-checkout-payment-method__copy strong{color:#111;font-size:.96rem;font-weight:950}
.txp-checkout-payment-method__copy small{color:#667085;font-size:.78rem;font-weight:650}
.txp-checkout-payment-method__badge{border-radius:999px;background:#111;color:#fff;padding:6px 9px;font-size:.68rem;font-weight:900;line-height:1}
.txp-nav-mobile-label{display:none}
@media (max-width:719px){
  .txp-checkout-payment-method{padding:14px}
  .txp-checkout-payment-method__heading{align-items:flex-start;flex-direction:column;gap:4px}
  .txp-checkout-payment-method__option{grid-template-columns:auto auto minmax(0,1fr);gap:10px;padding:11px}
  .txp-checkout-payment-method__badge{grid-column:2/-1;justify-self:start}
}
.txp-checkout-progress{width:100%;max-width:820px;margin:2px auto 18px;display:grid;grid-template-columns:auto minmax(24px,1fr) auto minmax(24px,1fr) auto;align-items:center;gap:10px}
.txp-checkout-progress__item{display:flex;align-items:center;gap:8px;color:#98a2b3;min-width:0;transition:color .2s ease}
.txp-checkout-progress__item span{width:30px;height:30px;border:1px solid #d0d5dd;border-radius:999px;background:#fff;display:grid;place-items:center;flex:0 0 auto;color:#667085;font-size:.78rem;font-weight:950;transition:background .2s ease,border-color .2s ease,color .2s ease}
.txp-checkout-progress__item strong{font-size:.82rem;font-weight:900;line-height:1.1;white-space:nowrap}
.txp-checkout-progress__item.is-active{color:#111}
.txp-checkout-progress__item.is-active span{border-color:#111;background:#111;color:#fff}
.txp-checkout-progress__item.is-complete{color:#166534}
.txp-checkout-progress__item.is-complete span{border-color:#16a34a;background:#ecfdf3;color:#166534}
.txp-checkout-progress__item.is-complete span{font-size:0}
.txp-checkout-progress__item.is-complete span:after{content:"✓";font-size:.86rem}
.txp-checkout-progress__line{height:2px;border-radius:999px;background:#e4e7ec}
.txp-checkout-progress:has([data-checkout-progress-step="2"]:last-child){grid-template-columns:auto minmax(24px,1fr) auto}
@media (min-width:900px){
  .txp-form-wrap .txp-form{
    max-width:1120px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(280px,340px);
    align-items:start;
    gap:28px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    padding:0;
  }
  .txp-form-wrap .txp-form:hover{box-shadow:none}
  .txp-form-wrap .txp-form>.txp-checkout-progress{grid-column:1/-1;grid-row:1;max-width:none;margin:0 0 2px}
  .txp-form-wrap .txp-form>.steps{grid-column:1;grid-row:2;border:1px solid #dfe3e8;border-radius:18px;background:#fff;padding:28px;box-shadow:0 10px 28px rgba(17,24,39,.05)}
  .txp-form-wrap .txp-form>.steps .txp-checkout-price-review,
  .txp-form-wrap .txp-form>.steps .txp-checkout-fee-explanation{display:none!important}
  .txp-form-wrap .txp-form>.txp-event-summary{
    grid-column:2;
    grid-row:2;
    position:sticky;
    top:96px;
    width:100%;
    max-width:none;
    margin:0;
    padding:18px;
    display:grid;
    display:block;
    border:1px solid #e5ded5;
    border-radius:18px;
    box-shadow:0 10px 24px rgba(17,24,39,.06);
  }
  .txp-form-wrap .txp-form>.field-msg[data-for="finalize"]{grid-column:1;grid-row:3}
  .txp-checkout-sidebar-heading{display:grid;gap:8px;margin-bottom:20px}
  .txp-checkout-sidebar-heading strong{color:#111;font-size:1.08rem;font-weight:950}
  .txp-checkout-sidebar-heading span{color:#667085;font-size:.85rem;font-weight:650;line-height:1.4}
  .txp-checkout-event-preview{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #e5ded5}
  .txp-checkout-sidebar-coupon{margin:0 0 18px}
  .txp-checkout-sidebar-title{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:1.18rem}
  .txp-checkout-sidebar-title svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .txp-event-summary .txp-event-thumb{width:76px;aspect-ratio:16/9;border-radius:8px}
  .txp-event-summary .txp-event-info{gap:4px;min-width:0}
  .txp-event-summary .txp-event-name{font-size:.96rem}
  .txp-event-summary .txp-event-price{font-size:.83rem;color:#667085}
  .txp-event-summary .txp-event-price--mobile-total{display:none}
  .txp-checkout-sidebar-price{display:grid;margin:0;padding:0;border:0;border-radius:0;gap:14px}
  .txp-checkout-sidebar-price>div{font-size:.94rem}
  .txp-checkout-sidebar-price>.is-total{margin-top:5px;border:0;border-radius:14px;background:#111;color:#fff;padding:18px;font-size:1.08rem}
  .txp-checkout-sidebar-price>.is-total span{color:#fff!important}
  .txp-checkout-sidebar-price>.is-total strong{color:#fff;font-size:1.32rem}
  .txp-checkout-sidebar-fee{display:flex;margin-top:15px}
  .txp-checkout-sidebar-fee[hidden]{display:none}
  .txp-checkout-sidebar-fee .txp-ticket-fee-tooltip{top:calc(100% + 10px);bottom:auto;transform:translate(-50%,-6px)}
  .txp-checkout-sidebar-fee .txp-ticket-fee-tooltip:after{top:auto;bottom:100%;border:0;border-left:1px solid #98a2b3;border-top:1px solid #98a2b3;transform:translate(-50%,5px) rotate(45deg)}
  .txp-checkout-sidebar-fee:hover .txp-ticket-fee-tooltip{transform:translate(-50%,0)}
}
@media (max-width:719px){
  .txp-checkout-progress{width:min(100%,260px);grid-template-columns:34px minmax(22px,1fr) 34px minmax(22px,1fr) 34px;gap:6px;margin:2px auto 14px}
  .txp-checkout-progress:has([data-checkout-progress-step="2"]:last-child){width:min(100%,170px);grid-template-columns:34px minmax(22px,1fr) 34px}
  .txp-checkout-progress__item{display:grid;place-items:center;gap:0}
  .txp-checkout-progress__item span{width:34px;height:34px;font-size:.8rem}
  .txp-checkout-progress__item strong{display:none}
  .txp-checkout-progress__line{height:1px}
  .txp-checkout-step-heading{margin-bottom:14px;font-size:1rem}
  .txp-form-wrap .grid{gap:12px!important}
  .txp-form-wrap .grid>label{margin:0!important;padding:0!important;gap:5px!important}
  .txp-form-wrap .grid>label input,
  .txp-form-wrap .grid>label select{min-height:54px!important}
  .txp-form-wrap .field-msg{min-height:0;margin-top:2px}
  .txp-form-wrap .field-msg:empty{display:none}
  .txp-checkout-payment-method__copy{gap:0}
  .txp-checkout-payment-method__copy small{margin-top:1px;line-height:1.15}
  .txp-checkout-payment-method__badge{display:none}
  .txp-form-wrap .step[data-step="2"] .nav{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;align-items:center}
  .txp-form-wrap .step[data-step="2"] .nav .btn{width:auto;min-width:0;min-height:54px;margin:0;justify-content:center}
  .txp-form-wrap .step[data-step="2"] .nav .btn.back{width:54px;padding:0;border-radius:999px}
  .txp-form-wrap .step[data-step="2"] .nav .txp-nav-desktop-label{display:none}
  .txp-form-wrap .step[data-step="2"] .nav .txp-nav-mobile-label{display:inline;font-size:1rem;font-weight:950;line-height:1}
  .txp-form-wrap .step[data-step="2"] .nav .btn.back .txp-nav-mobile-label{font-size:1.35rem;font-weight:700}
  .txp-form-wrap .step[data-step="3"] .nav{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;align-items:center}
  .txp-form-wrap .step[data-step="3"] .nav .btn{width:auto!important;min-width:0;min-height:54px;margin:0;justify-content:center}
  .txp-form-wrap .step[data-step="3"] .nav .btn.back{width:54px!important;padding:0;border-radius:999px}
  .txp-form-wrap .step[data-step="3"] .nav .txp-nav-desktop-label{display:none}
  .txp-form-wrap .step[data-step="3"] .nav .txp-nav-mobile-label{display:inline;font-size:1.35rem;font-weight:700;line-height:1}
}
@media (max-width:899px){
  .txp-form-wrap .txp-form>.txp-event-summary{display:none}
  .txp-form-wrap .step[data-step="3"] .txp-checkout-price-review>.txp-checkout-sidebar-coupon{margin:4px 0 2px}
  .txp-form-wrap .step[data-step="3"] .txp-checkout-price-review>.txp-checkout-sidebar-coupon .txp-checkout-coupon-trigger{min-height:38px!important;padding:0 0 10px!important}
  .txp-form-wrap .step[data-step="3"] .txp-checkout-fee-explanation{display:none!important}
}
.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:390px;margin:12px auto;background:transparent;border:0;box-shadow:none;padding:0;display:grid;gap:18px;container-type:inline-size}
.txp-ticket-shop-card,.txp-ticket-action-card{background:#fff;border:1px solid #e5ded5;border-radius:20px;box-shadow:0 10px 24px rgba(17,24,39,.06);padding:22px}
.txp-ticket-action-card[hidden]{display:none!important}
.txp-ticket-section-title{display:flex;align-items:center;gap:10px;margin:0 0 17px;color:#111;font-size:1.03rem;font-weight:950;line-height:1}
.txp-ticket-section-title svg{width:18px;height:18px;display:block;flex:0 0 auto;color:#111}
.txp-ticket-option-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;border:1px solid #cfc5ba;border-radius:18px;padding:18px;background:#fff}
.txp-ticket-options{display:grid;gap:12px}
.txp-ticket-option-card.is-selected{border-color:#111;box-shadow:0 0 0 2px rgba(17,17,17,.08)}
.txp-ticket-option-copy{min-width:0;display:grid;gap:6px}
.txp-ticket-name-row{display:block;min-width:0}
.txp-ticket-option-name{display:block;min-width:0;color:#3c3835;font-size:1.02rem;font-weight:950;line-height:1.2;overflow-wrap:anywhere}
.txp-ticket-info{appearance:none!important;-webkit-appearance:none!important;position:relative;z-index:20;overflow:visible!important;width:19px!important;min-width:19px!important;max-width:19px!important;height:19px!important;min-height:19px!important;max-height:19px!important;border:1px solid #c8c0b8!important;border-radius:999px!important;background:#f7f5f2!important;background-color:#f7f5f2!important;background-image:none!important;color:#5f5952!important;font-size:12px!important;font-weight:950!important;line-height:17px!important;text-align:center!important;padding:0!important;margin:0 0 0 4px!important;display:inline-grid!important;place-items:center!important;vertical-align:middle!important;transform:translateY(-1px)!important;cursor:pointer;box-shadow:none!important}
.txp-ticket-info::before,.txp-ticket-info::after{content:none!important;display:none!important}
.txp-ticket-info:focus-visible{outline:2px solid #111;outline-offset:2px}
.txp-ticket-tooltip-popover{box-sizing:border-box;position:fixed;z-index:2147483647;transform:translateX(-50%);padding:10px 12px;border-radius:9px;background:#111;color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px;font-weight:750;line-height:1.4;text-align:left;box-shadow:0 12px 30px rgba(17,24,39,.28);pointer-events:none}
.txp-ticket-tooltip-popover[hidden]{display:none!important}
.txp-ticket-option-price{color:#111;font-size:1.16rem;font-weight:950;line-height:1.1;display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}
.txp-ticket-option-price small{color:#252525;font-size:.86em;font-weight:500;letter-spacing:0;white-space:nowrap}
.txp-ticket-low-stock{color:#8a8178;font-size:.98rem;font-weight:750;line-height:1.2}
.txp-ticket-group-label{display:inline-flex;align-items:center;align-self:flex-start;width:max-content;max-width:100%;min-height:24px;margin-top:5px;border:1px solid #d8d1c8;border-radius:999px;background:#f6f2ed;color:#665f58;padding:0 9px;font-size:.76rem;font-weight:900;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.txp-ticket-group-label{display:inline-flex;align-items:center;align-self:flex-start;width:max-content;max-width:100%;min-height:24px;margin-top:5px;border:1px solid #d8d1c8;border-radius:999px;background:#f6f2ed;color:#665f58;padding:0 9px;font-size:.76rem;font-weight:900;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.txp-ticket-quantity{display:grid;grid-template-columns:52px 28px 52px;align-items:center;justify-items:center;gap:8px;flex:0 0 auto}
.txp-ticket-quantity strong{color:#111;font-size:1.02rem;font-weight:950;line-height:1}
.txp-ticket-qty-btn{-webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important;position:relative!important;z-index:3!important;overflow:hidden!important;width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important;border:1px solid #111!important;border-radius:999px!important;background:#fff!important;background-color:#fff!important;background-image:none!important;color:#111!important;font-size:26px!important;font-weight:500!important;line-height:1!important;display:grid!important;place-items:center!important;padding:0!important;margin:0!important;cursor:pointer!important;user-select:none!important;touch-action:manipulation!important;pointer-events:auto!important;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .14s ease,box-shadow .16s ease}
.txp-ticket-qty-btn::before,.txp-ticket-qty-btn::after{content:none!important;display:none!important}
.txp-ticket-qty-btn:not(:disabled):not([aria-disabled="true"]):hover,.txp-ticket-qty-btn:not(:disabled):not([aria-disabled="true"]):focus-visible{background:#111;color:#fff;border-color:#111;transform:translateY(-1px);box-shadow:0 8px 18px rgba(17,24,39,.12);outline:none}
.txp-ticket-qty-btn:not(:disabled):not([aria-disabled="true"]):active{transform:translateY(0) scale(.96);box-shadow:none}
.txp-ticket-qty-btn:disabled,.txp-ticket-qty-btn[aria-disabled="true"]{border-color:#ded7cf!important;color:#b9aea4!important;background:#fff!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}
.txp-ticket-qty-btn[aria-disabled="true"]:hover,.txp-ticket-qty-btn[aria-disabled="true"]:focus,.txp-ticket-qty-btn[aria-disabled="true"]:focus-visible,.txp-ticket-qty-btn[aria-disabled="true"]:active{border-color:#ded7cf;color:#b9aea4;background:#fff;transform:none;box-shadow:none}
.txp-ticket-pix-tag{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin-top:16px;border-radius:999px;background:#f2f3f5;color:#242424;padding:8px 12px;font-size:.83rem;font-weight:950;line-height:1}
.txp-ticket-pix-tag span{width:16px;height:16px;display:block;background:url("../img/pix-icon.svg") center/contain no-repeat;transform:none;border-radius:0;flex:0 0 auto}
.txp-ticket-action-card{display:grid;gap:18px}
.txp-ticket-summary-title{display:flex;align-items:center;gap:10px;color:#282522;font-size:1.08rem;font-weight:950;line-height:1}
.txp-ticket-summary-title svg{width:20px;height:20px;display:block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.txp-ticket-summary-items{display:grid;gap:11px;min-height:24px}
.txp-ticket-summary-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:14px;color:#746f69;font-size:.98rem;line-height:1.3}
.txp-ticket-summary-row span{min-width:0;overflow-wrap:anywhere}
.txp-ticket-summary-row strong{color:#272421;font-size:1rem;font-weight:950;white-space:nowrap}
.txp-ticket-summary-empty{color:#8a8178;font-size:.9rem;font-weight:700}
.txp-ticket-summary-total{border-top:1px solid #e5ded5;padding-top:17px;display:flex;align-items:baseline;justify-content:space-between;gap:16px;color:#24211f;font-size:1.08rem}
.txp-ticket-summary-total strong{font-weight:950}
.txp-ticket-summary-total [data-ticket-summary-total]{font-size:1.2rem;white-space:nowrap}
.txp-ticket-summary-fee{color:#6f6a65}
.txp-ticket-summary-fee strong{color:#24211f}
.txp-checkout-coupon{margin:14px 0;border:1px solid #e5ded5;border-radius:12px;background:#fff;padding:13px;display:grid;gap:7px}
.txp-checkout-coupon>summary{cursor:pointer;list-style:none;color:#24211f;font-size:.9rem;font-weight:950}
.txp-checkout-coupon>summary::-webkit-details-marker{display:none}
.txp-checkout-coupon>summary:after{content:"+";float:right;font-size:1.1rem;line-height:1}
.txp-checkout-coupon[open]>summary{margin-bottom:7px}
.txp-checkout-coupon[open]>summary:after{content:"−"}
.txp-checkout-coupon>label{color:#24211f;font-size:.86rem;font-weight:900}
.txp-checkout-coupon>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.txp-checkout-coupon input{min-width:0;text-transform:uppercase}
.txp-form-wrap .txp-checkout-coupon button{appearance:none!important;-webkit-appearance:none!important;min-height:44px!important;border:1px solid #111!important;border-radius:9px!important;background:#111!important;background-color:#111!important;background-image:none!important;color:#fff!important;padding:0 16px!important;font-weight:900!important;cursor:pointer!important;box-shadow:none!important}
.txp-form-wrap .txp-checkout-coupon button:hover,.txp-form-wrap .txp-checkout-coupon button:focus,.txp-form-wrap .txp-checkout-coupon button:active{border-color:#292929!important;background:#292929!important;background-color:#292929!important;background-image:none!important;color:#fff!important;box-shadow:none!important;transform:none!important}
.txp-checkout-coupon p{margin:0;color:#166534;font-size:.82rem;font-weight:800}
.txp-checkout-coupon p.is-error{color:#991b1b}
.txp-checkout-price-review{margin:14px 0;border:1px solid #e5ded5;border-radius:12px;background:#fff;padding:14px;display:grid;gap:10px}
.txp-checkout-price-review>div{display:flex;align-items:baseline;justify-content:space-between;gap:14px;color:#746f69;font-size:.9rem}
.txp-checkout-price-review>div strong{color:#24211f;font-weight:900;white-space:nowrap}
.txp-checkout-price-review>div[hidden]{display:none}
.txp-checkout-price-review>.is-total{margin-top:3px;border-top:1px solid #e5ded5;padding-top:12px;color:#24211f;font-size:1.05rem;font-weight:950}
.txp-checkout-price-review>.is-total strong{font-size:1.15rem}
.txp-checkout-fee-explanation{position:relative;justify-self:start}
.txp-checkout-fee-explanation[hidden]{display:none}
.txp-checkout-fee-explanation summary{list-style:none;display:inline-flex;align-items:center;gap:7px;color:#475467;font-size:.82rem;font-weight:800;text-decoration:none;cursor:pointer}
.txp-checkout-fee-explanation summary::-webkit-details-marker{display:none}
.txp-checkout-fee-explanation summary span{width:18px;height:18px;border:2px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:950;text-decoration:none}
.txp-checkout-fee-explanation>div{margin-top:9px;max-width:440px;border:1px solid #98a2b3;border-radius:8px;background:#fff;color:#475467;padding:12px 14px;font-size:.86rem;line-height:1.45;box-shadow:0 10px 24px rgba(16,24,40,.12)}
.txp-ticket-fee-explanation{position:relative;display:flex;justify-content:center;width:100%;outline:none}
.txp-ticket-fee-trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#475467;font-size:.82rem;font-weight:800;text-align:center;text-decoration:none;cursor:help}
.txp-ticket-fee-trigger i{width:18px;height:18px;border:2px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-style:normal;font-weight:950;text-decoration:none}
.txp-ticket-fee-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:20;width:max-content;max-width:min(360px,calc(100vw - 40px));border:1px solid #98a2b3;border-radius:8px;background:#fff;color:#475467;padding:12px 14px;font-size:.86rem;font-weight:500;line-height:1.45;text-align:left;box-shadow:0 10px 24px rgba(16,24,40,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.txp-ticket-fee-tooltip:after{content:"";position:absolute;left:50%;top:100%;width:10px;height:10px;border-right:1px solid #98a2b3;border-bottom:1px solid #98a2b3;background:#fff;transform:translate(-50%,-5px) rotate(45deg)}
@media (hover:hover) and (pointer:fine){
  .txp-ticket-fee-explanation:hover .txp-ticket-fee-tooltip{opacity:1;visibility:visible;transform:translate(-50%,0)}
}
.txp-ticket-cta{margin:0;text-align:center}
.txp-ticket-cta .btn{width:100%;justify-content:center;border-radius:10px;min-height:56px;font-size:1rem}
.txp-ticket-action-count{min-width:24px;height:24px;border-radius:999px;background:#fff;color:#000;display:inline-grid;place-items:center;padding:0 8px;font-size:.82rem;font-weight:950;line-height:1;flex:0 0 auto}
.txp-ticket-action-count[hidden],.txp-ticket-btn.is-disabled .txp-ticket-action-count{display:none}
.txp-ticket-deadline{display:grid;gap:8px;text-align:left;color:var(--txp-muted);font-size:13px;line-height:1.35}
.txp-ticket-countdown{width:max-content;max-width:100%;display:inline-flex;align-items:center;border:1px solid #111;border-radius:999px;background:#111;color:#fff;padding:7px 10px;font-size:.82rem;font-weight:950;line-height:1;letter-spacing:0}
.txp-ticket-countdown[hidden]{display:none}
.txp-ticket-countdown.is-ending{border-color:#7f1d1d;background:#7f1d1d;color:#fff}
.txp-ticket-state{padding:12px;text-align:center;color:#374151;font-weight:850;line-height:1.35}
.txp-ticket-empty .txp-ticket-state{border:1px solid var(--txp-line);border-radius:14px;background:#fff}
.txp-ticket-mobile-dock{display:none}

@container (max-width:420px){
  .txp-ticket-shop-card,.txp-ticket-action-card{padding:20px;border-radius:19px}
  .txp-ticket-option-card{gap:12px;padding:16px}
  .txp-ticket-option-price{font-size:1.08rem}
  .txp-ticket-quantity{grid-template-columns:52px 26px 52px;gap:8px}
  .txp-ticket-qty-btn{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important}
}

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

  .txp-ticket-wrap{
    position:relative; left:auto; right:auto; bottom:auto; z-index:auto;
    margin:0; padding:0;
  }
  .txp-ticket-wrap::before{display:none}
  .txp-ticket{max-width:none;width:100%;margin:0;gap:16px}
  .txp-ticket-shop-card,.txp-ticket-action-card{padding:20px;border-radius:19px}
  .txp-ticket-action-card{display:none}
  .txp-ticket-option-card{gap:12px;padding:16px}
  .txp-ticket-option-price{font-size:1.08rem}
  .txp-ticket-quantity{grid-template-columns:52px 26px 52px;gap:8px}
  .txp-ticket-qty-btn{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important}
  .txp-ticket-cta .btn{width:100%}
  .txp-ticket-mobile-dock{
    display:block;
    position:fixed;
    left:0; right:0; bottom:0;
    z-index:2147483000;
    padding:10px 13px calc(10px + env(safe-area-inset-bottom));
    background:#fff;
    border:0;
    box-shadow:none;
    pointer-events:none;
  }
  .txp-ticket-mobile-summary{
    width:100%;
    margin:0 auto 9px;
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    color:#111;
    font-size:.83rem;
    font-weight:900;
    line-height:1.2;
    pointer-events:auto;
  }
  .txp-ticket-mobile-summary.is-visible{display:flex}
  .txp-ticket-mobile-summary span{display:inline-flex;align-items:center;gap:7px;color:#374151}
  .txp-ticket-mobile-summary span svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
  .txp-ticket-mobile-summary strong{display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap;color:#111}
  .txp-ticket-mobile-summary strong small{color:#6b7280;font-size:.76rem;font-weight:750}
  .txp-ticket-mobile-summary em{font-style:normal;font-weight:950}
  .txp-ticket-mobile-btn{
    -webkit-appearance:none!important;
    appearance:none!important;
    width:100%;
    min-height:49px;
    margin:0 auto;
    border:0!important;
    border-radius:999px;
    background:#000!important;
    background-color:#000!important;
    background-image:none!important;
    color:#fff!important;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 18px;
    font-size:.96rem;
    font-weight:950;
    line-height:1;
    box-shadow:none;
    pointer-events:auto;
    -webkit-tap-highlight-color:rgba(0,0,0,.14);
  }
  .txp-ticket-mobile-btn>svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
  .txp-ticket-mobile-loader{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.48);border-top-color:#fff;border-radius:50%;flex:0 0 auto;animation:spin .7s linear infinite}
  .txp-ticket-mobile-btn.loading>svg{display:none}
  .txp-ticket-mobile-btn.loading .txp-ticket-mobile-loader{display:block}
  .txp-ticket-mobile-btn [data-ticket-mobile-label]{color:#fff;font-size:1rem;font-weight:1000;letter-spacing:-.015em}
  .txp-ticket-mobile-btn:hover,
  .txp-ticket-mobile-btn:focus,
  .txp-ticket-mobile-btn:focus-visible,
  .txp-ticket-mobile-btn:active,
  .txp-ticket-mobile-btn.is-selected:hover,
  .txp-ticket-mobile-btn.is-selected:focus,
  .txp-ticket-mobile-btn.is-selected:active{
    background:#111!important;
    background-color:#111!important;
    background-image:none!important;
    border-color:#111!important;
    color:#fff!important;
    box-shadow:none!important;
    outline:none!important;
  }
  .txp-ticket-mobile-btn.loading{opacity:.78;pointer-events:none}
  .txp-ticket-mobile-count{display:none!important}
  .txp-ticket-mobile-count[hidden]{display:none}
  html body:has(.txp-ticket-mobile-dock){padding-bottom:78px}
  html body:has(.txp-ticket-mobile-summary.is-visible){padding-bottom:108px}
  html body .txp-ticket-wrap .txp-ticket-qty-btn:not(:disabled):not([aria-disabled="true"]):hover,
  html body .txp-ticket-wrap .txp-ticket-qty-btn:not(:disabled):not([aria-disabled="true"]):focus,
  html body .txp-ticket-wrap .txp-ticket-qty-btn:not(:disabled):not([aria-disabled="true"]):focus-visible,
  html body .txp-ticket-wrap .txp-ticket-qty-btn:not(:disabled):not([aria-disabled="true"]):active{
    background:#111!important;
    background-color:#111!important;
    background-image:none!important;
    border-color:#111!important;
    color:#fff!important;
  }
  html body .txp-form-wrap .txp-form .btn:hover,
  html body .txp-form-wrap .txp-form .btn:focus,
  html body .txp-form-wrap .txp-form .btn:focus-visible,
  html body .txp-form-wrap .txp-form .btn:active,
  html body .txp-ticket-wrap .btn:hover,
  html body .txp-ticket-wrap .btn:focus,
  html body .txp-ticket-wrap .btn:focus-visible,
  html body .txp-ticket-wrap .btn:active{
    background-image:none!important;
  }
  .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}
.txp-form:hover{box-shadow:0 12px 28px rgba(0,0,0,.12)}
@media (max-width:719px){
  .txp-form-wrap .txp-form,
  .txp-form-wrap .txp-form:hover{
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    padding:12px 0;
  }
}
.txp-form-wrap .grid{display:grid;grid-template-columns:1fr;gap:14px}
.txp-form-wrap label{font-weight:800;font-size:.9rem;color:#222;display:flex;flex-direction:column;gap:8px}
.txp-event-questions{grid-column:1/-1;border:1px solid var(--txp-line);border-radius:14px;background:#fafafa;padding:14px;display:grid;gap:12px}
.txp-event-questions-title{color:#111;font-size:.96rem;font-weight:950;line-height:1.2}
.txp-event-question-field{margin:0;display:grid;gap:8px}
.txp-ticket-participant-card{grid-template-columns:1fr;gap:12px;padding:14px;border:1px solid #e1e4e8;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(17,24,39,.04)}
.txp-ticket-participant-card>.txp-event-questions-title,
.txp-ticket-participant-card>.txp-event-question-field{grid-column:1/-1}
.txp-participant-title{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.txp-participant-title>span{min-width:0;flex:1 1 auto}
.txp-participant-badge{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111;padding:5px 9px;font-size:.72rem;font-style:normal;font-weight:950;line-height:1;text-transform:uppercase;letter-spacing:0}
.txp-participant-remove{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border:1px solid #fecaca;border-radius:999px;background:#fff5f5;color:#991b1b;font-size:.76rem;font-weight:950;line-height:1;cursor:pointer}
.txp-participant-remove:hover,.txp-participant-remove:focus{background:#991b1b;border-color:#991b1b;color:#fff;outline:none}
.txp-participant-remove[hidden]{display:none}
.txp-participant-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.txp-participant-add{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid #111;border-radius:999px;background:#111;color:#fff;font-size:.9rem;font-weight:950;line-height:1;cursor:pointer}
.txp-participant-add:hover,.txp-participant-add:focus{background:#2f2f2f;outline:none}
.txp-participant-add:disabled,.txp-participant-add[aria-disabled=true]{opacity:.45;cursor:not-allowed}
.txp-participant-actions span{color:#667085;font-size:.82rem;font-weight:850;line-height:1.3}
.txp-event-question-label{color:#222;font-size:.9rem;font-weight:800;line-height:1.25}
.txp-event-question-options{display:flex;flex-wrap:wrap;gap:8px}
.txp-event-question-option{display:inline-flex;flex:1 1 136px;min-width:0;margin:0;cursor:pointer}
.txp-event-question-option input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}
.txp-event-question-option span{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-align:center;border:1px solid var(--txp-line);border-radius:12px;background:#fff;color:#111;padding:10px 12px;font-size:14px;font-weight:850;line-height:1.2;overflow-wrap:anywhere;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}
.txp-event-question-option input:checked + span{background:#111;border-color:#111;color:#fff;box-shadow:0 8px 18px rgba(17,24,39,.12)}
.txp-event-question-option input:focus-visible + span{outline:2px solid #111;outline-offset:2px}
.txp-event-question-options.is-invalid .txp-event-question-option span{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}
.txp-event-question-options.is-valid .txp-event-question-option input:checked + span{background:#111;border-color:#111;color:#fff}
.txp-form-wrap input[type=text],.txp-form-wrap input[type=email],.txp-form-wrap input[type=tel],.txp-form-wrap select,.txp-form-wrap 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
}
.txp-form-wrap input.txp-valid,.txp-form-wrap select.txp-valid{border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.15)}
.txp-form-wrap input.txp-invalid,.txp-form-wrap select.txp-invalid{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.15)}
.txp-form-wrap input.txp-valid,.txp-form-wrap input.txp-invalid,.txp-form-wrap select.txp-valid,.txp-form-wrap select.txp-invalid{padding-right:42px;background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px}
.txp-form-wrap input.txp-valid,.txp-form-wrap 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>')}
.txp-form-wrap input.txp-invalid,.txp-form-wrap 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>')}
.txp-form-wrap input.txp-input-icon,
.txp-form-wrap input.txp-input-icon:hover,
.txp-form-wrap input.txp-input-icon:focus,
.txp-form-wrap input.txp-input-icon:placeholder-shown{padding-left:43px!important;background-image:var(--txp-field-icon)!important;background-repeat:no-repeat!important;background-position:left 14px center!important;background-size:18px 18px!important}
.txp-form-wrap .txp-input-icon--email{--txp-field-icon:url("../img/field-email.svg")}
.txp-form-wrap .txp-input-icon--phone{--txp-field-icon:url("../img/field-phone.svg")}
.txp-form-wrap .txp-input-icon--cpf{--txp-field-icon:url("../img/field-cpf.svg")}
.txp-form-wrap .txp-input-icon--coupon{--txp-field-icon:url("../img/field-coupon.svg")}
.txp-form-wrap input.txp-input-icon.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>'),var(--txp-field-icon)!important;background-position:right 12px center,left 14px center!important;background-size:18px 18px,18px 18px!important}
.txp-form-wrap input.txp-input-icon.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>'),var(--txp-field-icon)!important;background-position:right 12px center,left 14px center!important;background-size:18px 18px,18px 18px!important}
.txp-form-wrap .txp-field-control{position:relative;display:block;width:100%}
.txp-form-wrap .txp-field-control>input{width:100%;padding-left:43px!important}
.txp-form-wrap .txp-field-control>svg{position:absolute;left:14px;top:50%;z-index:2;width:18px;height:18px;transform:translateY(-50%);fill:none;stroke:#667085;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.txp-form-wrap .txp-field-control:focus-within>svg{stroke:#111}
@media (max-width:719px){
  .txp-form-wrap input.txp-input-icon,
  .txp-form-wrap input.txp-input-icon:hover,
  .txp-form-wrap input.txp-input-icon:focus,
  .txp-form-wrap input.txp-input-icon:placeholder-shown{padding-left:52px!important;background-position:left 18px center!important}
  .txp-form-wrap input.txp-input-icon.txp-valid,
  .txp-form-wrap input.txp-input-icon.txp-invalid{padding-left:52px!important;background-position:right 12px center,left 18px center!important}
  .txp-form-wrap .txp-field-control>input{padding-left:52px!important}
  .txp-form-wrap .txp-field-control>svg{left:18px}
}
.txp-form-wrap input:focus,.txp-form-wrap select:focus,.txp-form-wrap textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.12)}
.txp-form-wrap .txp-label-line,.txp-panel-page .txp-label-line,.txp-order-panel .txp-label-line{display:inline-flex;align-items:center;gap:6px;min-width:0;line-height:1.25}
.txp-form-wrap .txp-required,.txp-panel-page .txp-required,.txp-order-panel .txp-required{color:#dc2626;font-size:14px;font-weight:950;line-height:1}
.txp-form-wrap .txp-field-optional,.txp-panel-page .txp-field-optional,.txp-order-panel .txp-field-optional{display:inline-flex;align-items:center;min-height:18px;border-radius:999px;background:#f3f4f6;color:#667085;padding:0 7px;font-size:10px;font-style:normal;font-weight:950;line-height:1;text-transform:uppercase;letter-spacing:.02em}
.txp-form-wrap .field-msg{font-size:.85rem;color:#b91c1c;margin-top:6px;min-height:1em;opacity:0;transition:opacity .2s ease}
.txp-form-wrap .field-msg:not(:empty){opacity:1}
.txp-city-search-control{position:relative;display:block;width:100%;min-width:0}
.txp-city-search-control>input{width:100%}
.txp-city-search-options{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:80;max-height:260px;overflow:auto;border:1px solid #d8dde5;border-radius:12px;background:#fff;padding:6px;box-shadow:0 18px 42px rgba(17,24,39,.16)}
.txp-city-search-options[hidden]{display:none!important}
.txp-city-search-option{appearance:none!important;width:100%!important;min-height:42px!important;border:0!important;border-radius:8px!important;background:#fff!important;background-image:none!important;color:#111!important;padding:9px 11px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;font-size:.92rem!important;font-weight:750!important;line-height:1.2!important;cursor:pointer!important;box-shadow:none!important}
.txp-city-search-option:hover,.txp-city-search-option:focus{background:#f2f4f7!important;color:#111!important;outline:none!important;transform:none!important}
.txp-city-search-empty{display:block;padding:12px;color:#667085;font-size:.86rem;font-weight:750;line-height:1.3}
.txp-form-wrap .field-msg.has-action{display:grid;gap:8px}
.txp-form-wrap .txp-field-action,.txp-panel-page .txp-field-action,.txp-order-panel .txp-field-action{width:max-content;max-width:100%;border-radius:9px;background:#111;color:#fff!important;padding:9px 12px;font-size:.82rem;font-weight:950;line-height:1.1;text-decoration:none!important}
.txp-form-wrap .txp-field-action:hover,.txp-form-wrap .txp-field-action:focus,.txp-panel-page .txp-field-action:hover,.txp-panel-page .txp-field-action:focus,.txp-order-panel .txp-field-action:hover,.txp-order-panel .txp-field-action:focus{background:#292929;color:#fff!important}
.txp-form-wrap .btn,.txp-ticket-wrap .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}
.txp-form-wrap .btn:hover,.txp-ticket-wrap .btn:hover{transform:translateY(-2px)} .txp-form-wrap .btn:active,.txp-ticket-wrap .btn:active{transform:translateY(0)}
.txp-form-wrap .btn.primary,.txp-ticket-wrap .btn.primary{background:#000;border-color:#000;color:#fff}
.txp-form-wrap .btn.back,.txp-ticket-wrap .btn.back{background:#fff;color:#111;border-color:var(--txp-line)}
.txp-form-wrap .btn.out,.txp-ticket-wrap .btn.out{background:#fff;color:#111;border-color:#000}
.txp-form-wrap .btn.whatsapp,.txp-ticket-wrap .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,
.txp-form-wrap .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,
.txp-form-wrap .pix-step .btn.primary:hover,.txp-form-wrap .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,
.txp-form-wrap .pix-step .btn.back:hover,.txp-form-wrap .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,
.txp-form-wrap .pix-step .btn.out:hover,.txp-form-wrap .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,
.txp-form-wrap .pix-step .btn.whatsapp:hover,.txp-form-wrap .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-ticket-wrap .txp-ticket-cta a.btn.primary.txp-ticket-btn.is-disabled,
html body .txp-ticket-wrap .txp-ticket-cta a.btn.primary.txp-ticket-btn.is-disabled:hover,
html body .txp-ticket-wrap .txp-ticket-cta a.btn.primary.txp-ticket-btn.is-disabled:focus,
html body .txp-ticket-wrap .txp-ticket-cta a.btn.primary.txp-ticket-btn.is-disabled:focus-visible{
  background:#d4cec6!important;background-color:#d4cec6!important;border-color:#d4cec6!important;color:#fff!important;box-shadow:none!important;transform:none!important;cursor:not-allowed!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 */
.txp-form-wrap .btn.loading,.txp-ticket-wrap .btn.loading{opacity:.9; pointer-events:none}
.txp-form-wrap .btn .spinner,.txp-ticket-wrap .btn .spinner{width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:none;animation:spin .8s linear infinite}
.txp-form-wrap .btn.loading .spinner,.txp-ticket-wrap .btn.loading .spinner{display:inline-block}
@keyframes spin{to{transform:rotate(360deg)}}
.txp-form-wrap .nav{display:flex;gap:12px;justify-content:space-between;margin-top:14px;flex-wrap:wrap}
.txp-form-wrap .pix-step .nav{justify-content:center}
.txp-form-wrap .pix-step .nav .btn{min-width:200px}
@media (max-width:719px){
  .txp-form-wrap .pix-step .nav{flex-direction:column}
  .txp-form-wrap .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 */
.txp-form-wrap .sizes{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:14px}
.txp-form-wrap .shirt-choice-heading{grid-column:1/-1;color:#111;font-size:1rem;font-weight:950;line-height:1.25;margin:0 0 -2px}
.txp-form-wrap .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}
.txp-form-wrap .size:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.08);border-color:#111}
.txp-form-wrap .size:focus-within{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.08)}
.txp-form-wrap .size:has(input:checked){border:3px solid #111;box-shadow:none}
.txp-form-wrap .size input[type=radio]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.txp-form-wrap .shirt-card-body{display:grid;gap:7px;min-width:0}
.txp-form-wrap .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}
.txp-form-wrap .shirt-card-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.txp-form-wrap .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}
.txp-form-wrap .shirt-card-stock{display:block;color:#666;font-size:.9rem;font-weight:850;line-height:1.25}
.txp-form-wrap .shirt-card-stock.is-low{color:#b91c1c;font-weight:950}
.txp-form-wrap .size em{font-style:normal;color:inherit;font-size:inherit;font-weight:950}
.txp-form-wrap .size.disabled{opacity:.55;pointer-events:none;filter:grayscale(1)}
.txp-form-wrap .size.soldout .sold{color:#b91c1c;font-weight:900}
/* Camiseta thumb */
.txp-form-wrap .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){.txp-form-wrap .sizes{grid-template-columns:1fr}.txp-form-wrap .size{grid-template-columns:58px minmax(0,1fr);min-height:88px;padding:12px}.txp-form-wrap .shirt-thumb{width:58px;height:58px}}
/* PIX step */
.txp-form-wrap .pix-step{max-width:820px;margin:18px auto}
.txp-form-wrap .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}
.txp-form-wrap .card:hover{transform:translateY(-1px)}
.txp-form-wrap .amount-head{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
@media(min-width:560px){ .txp-form-wrap .amount-head{flex-direction:row;align-items:center;justify-content:space-between} }
.txp-form-wrap .amount strong{font-weight:900}
.txp-form-wrap .pix-box{display:flex;gap:10px;align-items:stretch;flex-direction:column}
.txp-form-wrap .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}
.txp-form-wrap .pix-qr-copy:hover,.txp-form-wrap .pix-qr-copy:focus{outline:none;transform:translateY(-1px);border-color:#111;box-shadow:0 10px 24px rgba(0,0,0,.1)}
.txp-form-wrap .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)}
.txp-form-wrap .pix-qr-copy img{display:block;width:168px;height:168px;max-width:100%;object-fit:contain}
.txp-form-wrap .pix-qr-copy span{color:#555;font-size:.82rem;font-weight:850;line-height:1.25;text-align:center}
.txp-form-wrap .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%}
.txp-form-wrap #copy-pix{align-self:center;display:block;margin:8px auto 0}
.txp-form-wrap[data-txp-pix-final="1"]{width:100%;max-width:100%;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{width:100%;min-width:0;max-width:1320px;margin:18px auto 42px;display:grid;gap:20px}
.txp-pix-timer{width:100%;min-width:0;max-width:100%;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{width:100%;min-width:0;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{width:100%;min-width:0;max-width:100%;overflow:hidden;padding:24px;display:grid;gap:18px}
.txp-pix-main-card > *{min-width:0;max-width:100%}
.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-main-card h2.txp-pix-title{display:flex;align-items:center;gap:10px}
.txp-pix-title-icon{width:25px;height:25px;display:block;flex:0 0 auto;background:url("../img/pix-icon.svg") center/contain no-repeat}
.txp-pix-amount-panel{min-width:0;max-width:100%;overflow:hidden;border-radius:14px;background:#f4f4f4;padding:16px 14px;text-align:center;display:grid;gap:7px}
.txp-pix-amount-panel strong{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.8rem,4vw,2.5rem);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-strip{min-width:0;min-height:58px;border:1px solid #e5e0d8;border-radius:14px;background:#fffdfb;padding:13px 16px;display:flex;align-items:center;gap:6px;color:#777;font-size:.94rem;font-weight:650;line-height:1.25}
.txp-pix-receiver-strip strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#202124;font-weight:950}
.txp-pix-how-title{margin:0;color:#303236;font-size:1.1rem;line-height:1.2;font-weight:950}
.txp-pix-receiver{min-width:0;display:flex;align-items:center;gap:6px;color:#777;font-size:.94rem;font-weight:650;line-height:1.25}
.txp-pix-receiver strong{min-width:0;max-width:34ch;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!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;background-color:#fff!important;background-image:none!important;padding:12px!important;cursor:pointer;display:grid;gap:14px;place-items:center;color:#8b8b8b}
.txp-pix-qr-card.pix-qr-copy:hover,.txp-pix-qr-card.pix-qr-copy:focus,.txp-pix-qr-card.pix-qr-copy:focus-visible,.txp-pix-qr-card.pix-qr-copy:active{outline:none!important;transform:none!important;border-color:transparent!important;box-shadow:none!important;background:#fff!important;background-color:#fff!important;background-image:none!important;color:#8b8b8b!important}
.txp-pix-qr-card.pix-qr-copy:before,.txp-pix-qr-card.pix-qr-copy:after{content:none!important;display:none!important}
.txp-pix-qr-card.pix-qr-copy img{width:min(188px,46vw);height:min(188px,46vw);display:block;object-fit:contain;background:#fff;padding:0;border:0}
.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-qr-card.is-qr-unavailable{border:1px dashed #d1d5db;border-radius:14px;background:#fafafa;padding:18px;cursor:default}
.txp-pix-qr-card.is-qr-unavailable img{display:none}
.txp-pix-qr-card.is-qr-unavailable span{max-width:260px;color:#6b7280;font-size:1rem;font-weight:800;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-timer.is-paid{grid-template-columns:auto minmax(0,1fr)}
.txp-pix-timer strong[hidden]{display:none!important}
.txp-pix-copy-area{width:100%;min-width:0;max-width:100%;overflow:hidden;border:1px solid #e1e1e1;border-radius:16px;background:#fff;padding:16px;display:grid;gap:12px}
.txp-pix-copy-area h3{margin:0;color:#303236;font-size:1.1rem;line-height:1.2;font-weight:950}
.txp-pix-copy-row{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:12px}
.txp-pix-copy-row #pix-code{width:100%;min-width:0;max-width:100%;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-auto-status{margin-top:10px;border:1px solid #d9dde5;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);color:#111827;padding:14px;display:grid;gap:10px;box-shadow:0 10px 24px rgba(17,24,39,.06)}
.txp-pix-auto-head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0}
.txp-pix-auto-head strong{display:block;color:#111827;font-size:1rem;font-weight:950;line-height:1.2}
.txp-pix-auto-head span:not(.txp-pix-auto-icon),.txp-pix-auto-status em{display:block;color:#475467;font-size:.9rem;font-style:normal;font-weight:800;line-height:1.35}
.txp-pix-auto-head span[hidden]{display:none!important}
.txp-pix-auto-icon{width:42px;height:42px;border-radius:999px;border:2px solid #bbf7d0;border-top-color:#16a34a;display:grid;place-items:center;animation:txpPixAutoSpin .9s linear infinite;background:#f0fdf4}
.txp-pix-auto-icon i{width:13px;height:13px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 5px rgba(22,163,74,.12)}
.txp-pix-auto-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.txp-pix-auto-checks span{min-width:0;min-height:40px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#667085;display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:.78rem;font-weight:950;line-height:1.15}
.txp-pix-auto-checks i{width:18px;height:18px;border-radius:999px;border:2px solid #d0d5dd;display:inline-grid;place-items:center;flex:0 0 auto}
.txp-pix-auto-checks .is-done{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.txp-pix-auto-checks .is-done i{border-color:#16a34a;background:#16a34a}
.txp-pix-auto-checks .is-done i:before{content:"";width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);margin-top:-1px}
.txp-pix-auto-checks .is-active{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}
.txp-pix-auto-checks .is-active i{border-color:#2563eb;border-top-color:transparent;animation:txpPixAutoSpin .75s linear infinite}
.txp-pix-auto-checks .is-error{border-color:#fed7aa;background:#fff7ed;color:#9a3412}
.txp-pix-auto-checks .is-error i{border-color:#f97316;background:#f97316;position:relative}
.txp-pix-auto-checks .is-error i:before{content:"";width:8px;height:2px;border-radius:99px;background:#fff}
.txp-pix-auto-status.is-paid{border-color:#86efac;background:linear-gradient(180deg,#f0fdf4,#fff);color:#166534}
.txp-pix-auto-status.is-paid .txp-pix-auto-icon{animation:none;border-color:#16a34a;background:#16a34a}
.txp-pix-auto-status.is-paid .txp-pix-auto-icon i{width:18px;height:12px;border-radius:0;background:transparent;box-shadow:none;border-left:4px solid #fff;border-bottom:4px solid #fff;transform:rotate(-45deg);margin-top:-4px}
.txp-pix-auto-status.is-paid strong,.txp-pix-auto-status.is-paid .txp-pix-auto-head span:not(.txp-pix-auto-icon),.txp-pix-auto-status.is-paid em{color:#166534}
.txp-pix-auto-status.is-error{border-color:#fed7aa;background:linear-gradient(180deg,#fff7ed,#fff)}
.txp-pix-auto-status.is-error .txp-pix-auto-icon{animation:none;border-color:#f97316;background:#f97316}
.txp-pix-auto-status.is-error .txp-pix-auto-icon i{width:18px;height:3px;border-radius:99px;background:#fff;box-shadow:none}
.txp-pix-auto-status.is-error strong,.txp-pix-auto-status.is-error .txp-pix-auto-head span:not(.txp-pix-auto-icon),.txp-pix-auto-status.is-error em{color:#9a3412}
.txp-pix-auto-status a{width:max-content;max-width:100%;min-height:36px;border:1px solid currentColor;border-radius:10px;background:#fff;color:inherit!important;padding:0 12px;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;font-size:.86rem;font-weight:950}
html body.txp-approved-share-open{overflow:hidden!important}
.txp-approved-share-modal{position:fixed;inset:0;z-index:2147483646;display:grid;place-items:center;padding:22px;background:rgba(15,23,42,.68)!important;backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s ease,visibility .32s ease}
.txp-approved-share-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.txp-approved-confetti{position:absolute;inset:0;z-index:4;overflow:hidden;pointer-events:none}
.txp-approved-confetti i{position:absolute;left:50%;top:38%;width:var(--txp-confetti-width);height:var(--txp-confetti-height);border-radius:2px;background:var(--txp-confetti-color);opacity:0;animation:txpApprovedConfetti 2.75s cubic-bezier(.14,.72,.28,1) var(--txp-confetti-delay) both}
@keyframes txpApprovedConfetti{
  0%{opacity:1;transform:translate(-50%,-50%) scale(.2) rotate(0)}
  16%{opacity:1}
  76%{opacity:1}
  100%{opacity:0;transform:translate(calc(-50% + var(--txp-confetti-x)),calc(-50% + var(--txp-confetti-y))) scale(1) rotate(var(--txp-confetti-r))}
}
.txp-approved-share-backdrop,.txp-approved-share-backdrop:hover,.txp-approved-share-backdrop:focus,.txp-approved-share-backdrop:focus-visible,.txp-approved-share-backdrop:active{appearance:none!important;-webkit-appearance:none!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;color:transparent!important;padding:0!important;margin:0!important;cursor:pointer!important;box-shadow:none!important;transform:none!important;outline:none!important}
.txp-approved-share-dialog{position:relative;z-index:3;width:min(100%,660px);max-height:calc(100vh - 44px);overflow:auto;border:1px solid #e5e7eb;border-radius:20px;background:#fff;color:#111;box-shadow:0 34px 100px rgba(0,0,0,.34);display:grid;gap:18px;padding:22px;transform:translateY(34px) scale(.94);opacity:0;transition:transform .52s cubic-bezier(.16,1,.3,1),opacity .3s ease}
.txp-approved-share-modal.is-open .txp-approved-share-dialog{transform:translateY(0) scale(1);opacity:1}
.txp-approved-share-head,.txp-approved-share-body,.txp-approved-share-actions{opacity:0;transform:translateY(10px);transition:opacity .38s ease,transform .48s cubic-bezier(.16,1,.3,1)}
.txp-approved-share-modal.is-open .txp-approved-share-head,.txp-approved-share-modal.is-open .txp-approved-share-body,.txp-approved-share-modal.is-open .txp-approved-share-actions{opacity:1;transform:translateY(0)}
.txp-approved-share-modal.is-open .txp-approved-share-head{transition-delay:.12s}
.txp-approved-share-modal.is-open .txp-approved-share-body{transition-delay:.19s}
.txp-approved-share-modal.is-open .txp-approved-share-actions{transition-delay:.26s}
.txp-approved-share-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.txp-approved-share-head span{display:block;margin-bottom:4px;color:#15803d;font-size:.78rem;font-weight:950;line-height:1.2;text-transform:uppercase}
.txp-approved-share-head strong{display:block;color:#111827;font-size:1.55rem;font-weight:950;line-height:1.06;letter-spacing:0}
.txp-approved-share-close{width:40px!important;height:40px!important;min-width:40px!important;border:1px solid #e5e7eb!important;border-radius:12px!important;background:#f8fafc!important;background-color:#f8fafc!important;background-image:none!important;color:#111827!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:1.3rem!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important;padding:0!important}
.txp-approved-share-close:hover,.txp-approved-share-close:focus{background:#eef2f7!important;background-color:#eef2f7!important;color:#111827!important;border-color:#d1d5db!important;transform:none!important}
.txp-approved-share-body{display:grid;grid-template-columns:160px minmax(0,1fr);gap:20px;align-items:center}
.txp-approved-share-preview{position:relative;width:160px;aspect-ratio:9/16;min-height:0;border-radius:14px;overflow:hidden;background:#0f172a;box-shadow:0 14px 34px rgba(15,23,42,.22);display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;color:#fff}
.txp-approved-share-preview img{width:100%;height:100%;display:block;object-fit:cover}
.txp-approved-share-preview span{padding:12px;text-align:center;font-size:.82rem;font-weight:900;line-height:1.25;color:rgba(255,255,255,.82)}
.txp-approved-share-copy{display:grid;gap:10px;align-content:center}
.txp-approved-share-copy h3{margin:0;color:#111827;font-size:1.32rem;font-weight:950;line-height:1.1}
.txp-approved-share-copy p{margin:0;color:#4b5563;font-size:1rem;font-weight:750;line-height:1.45}
.txp-approved-share-actions{display:grid;grid-template-columns:1fr;gap:10px;align-items:center}
.txp-approved-share-primary,.txp-approved-share-secondary,.txp-approved-share-link{-webkit-appearance:none!important;appearance:none!important;min-height:50px!important;border-radius:12px!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:.94rem!important;font-weight:950!important;line-height:1.15!important;text-decoration:none!important;cursor:pointer!important;box-shadow:none!important;background-image:none!important;transform:none!important}
.txp-approved-share-primary svg,.txp-approved-share-secondary svg{width:19px;height:19px;flex:0 0 auto;margin-right:9px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.txp-approved-share-primary{border:1px solid #111827!important;background:#111827!important;background-color:#111827!important;color:#fff!important}
.txp-approved-share-primary:hover,.txp-approved-share-primary:focus,.txp-approved-share-primary:focus-visible{background:#020617!important;background-color:#020617!important;border-color:#020617!important;color:#fff!important;transform:translateY(-1px)!important}
.txp-approved-share-primary:disabled{opacity:.72!important;cursor:progress!important;transform:none!important}
.txp-approved-share-secondary{border:1px solid #d1d5db!important;background:#fff!important;background-color:#fff!important;color:#111827!important}
.txp-approved-share-secondary:hover,.txp-approved-share-secondary:focus,.txp-approved-share-secondary:focus-visible{background:#f8fafc!important;background-color:#f8fafc!important;border-color:#94a3b8!important;color:#111827!important;transform:none!important}
.txp-approved-share-link{grid-column:1/-1;border:1px solid #d1d5db!important;background:#fff!important;background-color:#fff!important;color:#111827!important}
.txp-approved-share-link:hover,.txp-approved-share-link:focus,.txp-approved-share-link:focus-visible{background:#f8fafc!important;background-color:#f8fafc!important;border-color:#94a3b8!important;color:#111827!important;transform:none!important}
@keyframes txpPixAutoSpin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){
  .txp-approved-confetti{display:none}
}
.txp-pix-receipt-upload{margin-top:14px;border:1px solid #d9dde5;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);padding:14px;display:grid;gap:12px;box-shadow:0 8px 22px rgba(17,24,39,.06)}
.txp-pix-receipt-upload.is-analyzing{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#fff);box-shadow:0 8px 22px rgba(37,99,235,.12)}
.txp-pix-receipt-upload.is-approved{border-color:#86efac;background:linear-gradient(180deg,#f0fdf4,#fff);box-shadow:0 8px 22px rgba(22,163,74,.12)}
.txp-pix-receipt-head{display:block;min-width:0}
.txp-pix-receipt-icon{width:42px;height:42px;border-radius:12px;background:#111;display:grid;place-items:center;position:relative;box-shadow:0 8px 18px rgba(17,24,39,.18)}
.txp-pix-receipt-upload.is-analyzing .txp-pix-receipt-icon{background:#2563eb;box-shadow:0 8px 18px rgba(37,99,235,.2)}
.txp-pix-receipt-upload.is-approved .txp-pix-receipt-icon{background:#16a34a;box-shadow:0 8px 18px rgba(22,163,74,.2)}
.txp-pix-receipt-icon:before{content:"";width:18px;height:22px;border:2px solid #fff;border-radius:10px 10px 12px 12px;display:block;clip-path:polygon(50% 0,100% 18%,92% 72%,50% 100%,8% 72%,0 18%)}
.txp-pix-receipt-icon:after{content:"";position:absolute;width:13px;height:7px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg);left:14px;top:17px}
.txp-pix-receipt-upload h3{margin:0;color:#202124;font-size:1.03rem;font-weight:950;line-height:1.2}
.txp-pix-receipt-upload p{margin:3px 0 0;color:#667085;font-size:.9rem;font-weight:650;line-height:1.4}
.txp-pix-receipt-drop{position:relative;min-height:156px;border:2px dashed #111;border-radius:14px;background:#fcfcfd;color:#111;padding:16px;display:grid;place-items:center;text-align:center;gap:8px;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}
.txp-pix-receipt-drop:hover,.txp-pix-receipt-drop:focus-within{border-color:#111;background:#fbfbfb;box-shadow:0 0 0 4px rgba(17,24,39,.06);transform:translateY(-1px)}
.txp-pix-receipt-drop input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.txp-pix-receipt-drop-icon{width:34px;height:34px;border-radius:10px;border:1px solid #d1d5db;background:#f9fafb;display:grid;place-items:center;position:relative}
.txp-pix-receipt-drop-icon:before{content:"";width:14px;height:18px;border:2px solid #111;border-radius:4px;display:block;background:#fff}
.txp-pix-receipt-drop-icon:after{content:"";position:absolute;width:10px;height:16px;border:2px solid #111;border-left:0;border-radius:0 8px 8px 0;transform:rotate(35deg);top:8px;left:12px}
.txp-pix-receipt-drop strong{max-width:100%;color:#111;font-size:.94rem;font-weight:950;line-height:1.25;overflow-wrap:anywhere}
.txp-pix-receipt-drop small{color:#667085;font-size:.78rem;font-weight:850;line-height:1.2}
.txp-pix-receipt-choice{width:100%;display:grid;grid-template-columns:1fr;gap:8px;margin-top:4px}
.txp-pix-receipt-choice button{min-height:44px;border:1px solid #111;border-radius:12px;background:#fff;color:#111;padding:0 10px;font-size:.84rem;font-weight:950;line-height:1.15;cursor:pointer;box-shadow:0 6px 14px rgba(17,24,39,.07);transition:transform .16s ease,background .16s ease,box-shadow .16s ease}
.txp-pix-receipt-choice button:first-child{background:#111;color:#fff}
.txp-pix-receipt-choice button:hover,.txp-pix-receipt-choice button:focus{transform:translateY(-1px);box-shadow:0 8px 18px rgba(17,24,39,.12)}
.txp-pix-receipt-choice button:disabled{opacity:.62;cursor:progress;transform:none}
.txp-pix-receipt-drop em{max-width:100%;color:#4b5563;font-size:.76rem;font-style:normal;font-weight:850;line-height:1.25}
.txp-pix-receipt-upload.has-file .txp-pix-receipt-drop{border-style:dashed;border-color:#111;background:#f7f7f7}
.txp-pix-receipt-upload.has-file .txp-pix-receipt-drop em{color:#166534}
.txp-pix-receipt-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}
.txp-pix-receipt-actions button{justify-self:start;min-height:44px;border-radius:12px!important}
html body .txp-form-wrap .pix-step button.txp-pix-receipt-submit{min-width:190px;min-height:52px;border:0!important;border-radius:14px!important;background:#050505!important;background-color:#050505!important;background-image:none!important;color:#fff!important;box-shadow:0 12px 26px rgba(5,5,5,.24)!important;font-size:.98rem;font-weight:950;display:inline-flex!important;align-items:center!important;justify-content:center!important;letter-spacing:0}
html body .txp-form-wrap .pix-step button.txp-pix-receipt-submit:hover,
html body .txp-form-wrap .pix-step button.txp-pix-receipt-submit:focus,
html body .txp-form-wrap .pix-step button.txp-pix-receipt-submit:focus-visible{background:#202124!important;background-color:#202124!important;color:#fff!important;box-shadow:0 14px 30px rgba(5,5,5,.28)!important;transform:translateY(-1px)}
html body .txp-form-wrap .pix-step button.txp-pix-receipt-submit:disabled{opacity:1;background:#050505!important;background-color:#050505!important;background-image:none!important;color:#fff!important;cursor:progress;transform:none}
.txp-pix-receipt-actions span{color:#667085;font-size:.78rem;font-weight:850;line-height:1.3}
.txp-pix-receipt-status{min-height:20px;border-radius:12px;color:#475467;font-size:.86rem;font-weight:850;line-height:1.35}
.txp-pix-receipt-status:not(:empty){border:1px solid #e5e7eb;background:#fff;padding:12px}
.txp-pix-receipt-status.is-error{color:#991b1b}
.txp-pix-receipt-status.is-success{color:#166534}
.txp-pix-receipt-status.is-success:not(:empty){border-color:#bbf7d0;background:#f0fdf4}
.txp-pix-receipt-loading{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;color:#1d4ed8}
.txp-pix-receipt-loader{width:40px;height:40px;border-radius:12px;background:#dbeafe;display:flex;align-items:center;justify-content:center;gap:3px}
.txp-pix-receipt-loader span{width:6px;height:6px;border-radius:999px;background:#2563eb;animation:txpReceiptDot 1s ease-in-out infinite}
.txp-pix-receipt-loader span:nth-child(2){animation-delay:.14s}
.txp-pix-receipt-loader span:nth-child(3){animation-delay:.28s}
.txp-pix-receipt-loading-copy{min-width:0;display:grid;gap:3px}
.txp-pix-receipt-loading-copy strong{color:#1e3a8a;font-size:.94rem;font-weight:950;line-height:1.2}
.txp-pix-receipt-loading-copy span{color:#1d4ed8;font-size:.84rem;font-weight:850;line-height:1.25;overflow-wrap:anywhere}
.txp-pix-receipt-progress{grid-column:1/-1;height:4px;border-radius:999px;background:#dbeafe;overflow:hidden}
.txp-pix-receipt-progress span{display:block;width:42%;height:100%;border-radius:inherit;background:#2563eb;animation:txpReceiptProgress 1.35s ease-in-out infinite}
.txp-pix-receipt-status>strong{display:block;margin-bottom:8px;color:#111;font-size:.94rem;font-weight:950}
.txp-pix-receipt-status.is-error>strong{color:#991b1b}
.txp-pix-receipt-status.is-success>strong{color:#166534}
.txp-pix-receipt-status dl{margin:0;display:grid;gap:6px}
.txp-pix-receipt-status dl div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px;border-top:1px solid #e5e7eb;padding-top:6px}
.txp-pix-receipt-status dl div:first-child{border-top:0;padding-top:0}
.txp-pix-receipt-status dt{margin:0;color:#667085;font-size:.76rem;font-weight:950;text-transform:uppercase}
.txp-pix-receipt-status dd{margin:0;color:#111;font-size:.84rem;font-weight:900;overflow-wrap:anywhere}
.txp-pix-receipt-status a{width:max-content;max-width:100%;margin-top:10px;min-height:34px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111!important;padding:0 10px;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:950}
html.txp-receipt-screen-open,body.txp-receipt-screen-open{overflow:hidden!important}
.txp-receipt-screen{position:fixed;inset:0;z-index:2147483646;background:rgba(250,251,252,.96);display:grid;place-items:center;padding:22px;opacity:0;pointer-events:none;transition:opacity .18s ease}
.txp-receipt-screen.is-open{opacity:1;pointer-events:auto}
.txp-receipt-screen-panel{width:min(440px,100%);min-height:430px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(17,24,39,.18);display:grid;justify-items:center;align-content:center;gap:14px;padding:30px 24px;text-align:center}
.txp-receipt-screen-orbit{width:104px;height:104px;border-radius:999px;border:1px solid #e5e7eb;display:grid;place-items:center;position:relative;background:#fafafa}
.txp-receipt-screen-orbit:before{content:"";position:absolute;inset:9px;border-radius:inherit;border:3px solid #111;border-right-color:transparent;animation:txpReceiptSpin .9s linear infinite}
.txp-receipt-screen-orbit span{width:44px;height:44px;border-radius:14px;background:#111;position:relative;display:block}
.txp-receipt-screen-orbit span:before{content:"";position:absolute;width:18px;height:22px;border:2px solid #fff;border-radius:4px;left:12px;top:10px}
.txp-receipt-screen-orbit span:after{content:"";position:absolute;width:12px;height:7px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg);left:16px;top:18px}
.txp-receipt-screen-kicker{color:#6b7280;font-size:.78rem;font-weight:950;line-height:1.2;text-transform:uppercase}
.txp-receipt-screen-panel strong{max-width:100%;color:#111;font-size:1.55rem;font-weight:950;line-height:1.12}
.txp-receipt-screen-panel p{min-height:44px;margin:0;color:#4b5563;font-size:1rem;font-weight:800;line-height:1.4}
.txp-receipt-screen-steps{display:grid;grid-template-columns:repeat(4,34px);gap:8px;justify-content:center;margin-top:2px}
.txp-receipt-screen-steps i{height:6px;border-radius:999px;background:#e5e7eb;display:block;transition:background .18s ease,transform .18s ease}
.txp-receipt-screen-steps i.is-active{background:#111;transform:scaleX(1.08)}
.txp-receipt-screen-progress{width:min(280px,100%);height:5px;border-radius:999px;background:#e5e7eb;overflow:hidden}
.txp-receipt-screen-progress span{display:block;width:45%;height:100%;border-radius:inherit;background:#111;animation:txpReceiptProgress 1.35s ease-in-out infinite}
.txp-receipt-screen.is-success .txp-receipt-screen-panel{border-color:#bbf7d0;background:#f0fdf4}
.txp-receipt-screen.is-success .txp-receipt-screen-orbit span,.txp-receipt-screen.is-success .txp-receipt-screen-steps i.is-active,.txp-receipt-screen.is-success .txp-receipt-screen-progress span{background:#16a34a}
.txp-receipt-screen.is-success .txp-receipt-screen-orbit:before{border-color:#16a34a}
.txp-receipt-screen.is-review .txp-receipt-screen-panel{border-color:#fde68a;background:#fffbeb}
.txp-receipt-screen.is-review .txp-receipt-screen-orbit span,.txp-receipt-screen.is-review .txp-receipt-screen-steps i.is-active,.txp-receipt-screen.is-review .txp-receipt-screen-progress span{background:#b45309}
.txp-receipt-screen.is-review .txp-receipt-screen-orbit:before{border-color:#b45309}
.txp-receipt-screen.is-error .txp-receipt-screen-panel{border-color:#fecaca;background:#fff1f2}
.txp-receipt-screen.is-error .txp-receipt-screen-orbit span,.txp-receipt-screen.is-error .txp-receipt-screen-steps i.is-active,.txp-receipt-screen.is-error .txp-receipt-screen-progress span{background:#dc2626}
.txp-receipt-screen.is-error .txp-receipt-screen-orbit:before{border-color:#dc2626}
.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;box-shadow:0 10px 24px rgba(37,211,102,.22),0 0 0 0 rgba(43,212,99,.28);animation:txpPixWhatsAppPulse 2.4s ease-in-out infinite}
.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}
@keyframes txpReceiptDot{0%,80%,100%{transform:translateY(0);opacity:.45}40%{transform:translateY(-5px);opacity:1}}
@keyframes txpReceiptSpin{to{transform:rotate(360deg)}}
@keyframes txpReceiptProgress{0%{transform:translateX(-110%)}100%{transform:translateX(250%)}}
@keyframes txpPixWhatsAppPulse{0%,100%{box-shadow:0 10px 24px rgba(37,211,102,.22),0 0 0 0 rgba(43,212,99,.22)}50%{box-shadow:0 12px 30px rgba(37,211,102,.34),0 0 0 7px rgba(43,212,99,.08)}}
.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-after-wa strong{display:block;margin-top:8px;color:#303236;font-weight:950}
.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:12px 10px}
  .txp-pix-checkout.pix-step{max-width:100%;margin:0 auto 28px;gap:12px}
  .txp-pix-layout{grid-template-columns:1fr}
  .txp-pix-summary{display:none}
  .txp-pix-timer{min-height:60px;border-width:1.5px;border-radius:15px;padding:9px 12px;gap:8px}
  .txp-pix-clock{width:16px;height:16px}
  .txp-pix-timer-label{font-size:.92rem}
  .txp-pix-timer strong{font-size:1.52rem;text-align:right}
  .txp-pix-main-card{padding:16px;border-radius:16px;gap:12px}
  .txp-pix-main-card h2{font-size:1.38rem}
  .txp-pix-amount-panel{padding:12px 10px;border-radius:14px}
  .txp-pix-amount-panel strong{font-size:clamp(1.55rem,8vw,1.9rem)}
  .txp-pix-amount-panel span{font-size:.92rem}
  .txp-pix-receiver-strip{min-height:52px;padding:11px 13px;font-size:.88rem}
  .txp-pix-how-title{font-size:1rem}
  .txp-pix-receiver{font-size:.88rem}
  .txp-pix-receiver strong{max-width:20ch}
  .txp-pix-steps{border-width:0;border-radius:0;background:#fff;padding:0 0 10px;border-bottom:1px solid #e1e1e1;gap:8px}
  .txp-pix-steps div{grid-template-columns:72px minmax(0,1fr);gap:9px}
  .txp-pix-steps span,.txp-pix-steps strong{font-size:.94rem;line-height:1.22}
  .txp-pix-steps p{font-size:.9rem;line-height:1.28}
  .txp-pix-qr-panel{border-width:0;border-radius:0;padding:8px 0 4px}
  .txp-pix-qr-card.pix-qr-copy{padding:10px!important}
  .txp-pix-qr-card.pix-qr-copy img{width:min(176px,42vw);height:min(176px,42vw)}
  .txp-pix-qr-card.pix-qr-copy span{font-size:.95rem}
  .txp-pix-copy-area{padding:12px;gap:9px}
  .txp-pix-copy-area h3{font-size:1.1rem}
  .txp-pix-copy-row{grid-template-columns:1fr}
  .txp-pix-copy-row #pix-code{height:54px;min-height:54px;font-size:.96rem;border-radius:14px}
  .txp-pix-copy-row #copy-pix{height:56px;min-height:56px;border-radius:14px!important;font-size:1rem}
  .txp-pix-auto-status{padding:12px;border-radius:14px;gap:10px}
  .txp-pix-auto-head{grid-template-columns:36px minmax(0,1fr);gap:10px}
  .txp-pix-auto-head>[data-txp-asaas-order-link]{grid-column:2;justify-self:start}
  .txp-pix-auto-icon{width:36px;height:36px}
  .txp-pix-auto-checks{grid-template-columns:1fr;gap:6px}
  .txp-pix-auto-checks span{min-height:34px;font-size:.82rem}
  .txp-approved-share-modal{display:block;padding:0;background:#fff!important;backdrop-filter:none}
  .txp-approved-share-backdrop{display:none}
  .txp-approved-share-dialog{width:100%;height:100vh;height:100dvh;max-height:none;border:0;border-radius:0;box-shadow:none;padding:calc(env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 18px);align-content:start;gap:16px;overflow:auto}
  .txp-approved-share-head{position:sticky;top:0;z-index:2;align-items:center;padding-bottom:10px;background:#fff}
  .txp-approved-share-head strong{font-size:1.28rem}
  .txp-approved-share-body{grid-template-columns:1fr;gap:14px}
  .txp-approved-share-preview{width:min(170px,48vw);justify-self:center;border-radius:14px}
  .txp-approved-share-copy{text-align:center}
  .txp-approved-share-copy h3{font-size:1.16rem}
  .txp-approved-share-copy p{font-size:.92rem}
  .txp-approved-share-actions{grid-template-columns:1fr;gap:9px}
  .txp-approved-share-link{grid-column:auto}
  .txp-approved-share-primary,.txp-approved-share-secondary,.txp-approved-share-link{width:100%;min-height:50px}
  .txp-pix-receipt-head{grid-template-columns:38px minmax(0,1fr);gap:10px}
  .txp-pix-receipt-icon{width:38px;height:38px;border-radius:11px}
  .txp-pix-receipt-drop{min-height:150px;padding:13px}
  .txp-pix-receipt-choice{grid-template-columns:1fr}
  .txp-pix-receipt-choice button{min-height:46px}
  .txp-pix-receipt-actions{grid-template-columns:1fr}
  .txp-pix-receipt-actions button{width:100%;justify-self:stretch}
  html body .txp-form-wrap .pix-step button.txp-pix-receipt-submit{width:100%;min-width:0;min-height:54px}
  .txp-pix-receipt-status dl div{grid-template-columns:1fr;gap:3px}
  .txp-receipt-screen{padding:16px}
  .txp-receipt-screen-panel{min-height:min(420px,calc(100dvh - 32px));border-radius:16px;padding:24px 18px}
  .txp-receipt-screen-orbit{width:88px;height:88px}
  .txp-receipt-screen-panel strong{font-size:1.32rem}
  .txp-receipt-screen-panel p{font-size:.94rem}
  .txp-pix-whatsapp{min-height:58px;border-radius:14px!important;font-size:1rem}
  .txp-pix-whatsapp svg{width:22px;height:22px}
  .txp-pix-after-wa{font-size:.9rem;line-height:1.34}
}
@media(max-width:520px){
  .txp-form-wrap[data-txp-pix-final="1"]{padding:10px 8px}
  .txp-pix-checkout.pix-step{gap:10px;margin-bottom:24px}
  .txp-pix-timer{grid-template-columns:auto minmax(0,1fr) auto;min-height:52px;padding:7px 9px;border-radius:13px;gap:6px}
  .txp-pix-timer-label{font-size:.76rem;line-height:1.08}
  .txp-pix-timer strong{font-size:1.18rem;text-align:right}
  .txp-pix-main-card{padding:13px;border-radius:15px;gap:10px}
  .txp-pix-main-card h2{font-size:1.25rem}
  .txp-pix-amount-panel{padding:10px 8px}
  .txp-pix-amount-panel strong{font-size:clamp(1.42rem,7.5vw,1.7rem)}
  .txp-pix-amount-panel span{font-size:.84rem}
  .txp-pix-receiver-strip{min-height:48px;padding:9px 11px;font-size:.82rem}
  .txp-pix-how-title{font-size:.95rem}
  .txp-pix-steps span,.txp-pix-steps strong,.txp-pix-steps p{font-size:.86rem}
  .txp-pix-receiver{font-size:.82rem}
  .txp-pix-receiver strong{max-width:18ch}
  .txp-pix-steps{gap:7px;padding-bottom:9px}
  .txp-pix-steps div{grid-template-columns:64px minmax(0,1fr);gap:8px}
  .txp-pix-steps p{margin-top:0;line-height:1.25}
  .txp-pix-qr-panel{padding-top:2px}
  .txp-pix-qr-card.pix-qr-copy{padding:9px!important}
  .txp-pix-qr-card.pix-qr-copy img{width:min(156px,40vw);height:min(156px,40vw)}
  .txp-pix-qr-card.pix-qr-copy span{font-size:.86rem}
  .txp-pix-copy-row #pix-code{height:48px;min-height:48px;font-size:.88rem}
  .txp-pix-copy-row #copy-pix,.txp-pix-whatsapp{height:auto;min-height:52px;font-size:.94rem}
  .txp-pix-after-wa{font-size:.84rem}
}
@media(max-width:380px){
  .txp-pix-timer{min-height:48px;padding:6px 7px;gap:5px}
  .txp-pix-timer-label{font-size:.7rem}
  .txp-pix-timer strong{font-size:1.06rem}
  .txp-pix-clock{width:14px;height:14px}
  .txp-pix-steps div{grid-template-columns:58px minmax(0,1fr)}
  .txp-pix-receiver strong{max-width:15ch}
  .txp-pix-qr-card.pix-qr-copy img{width:min(144px,38vw);height:min(144px,38vw)}
}
.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.is-error{background:#b91c1c;border-color:#fecaca;box-shadow:0 18px 48px rgba(185,28,28,.28)}
.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.is-error span{color:#fee2e2}
html body .txp-form-toast .txp-form-toast-close{appearance:none!important;-webkit-appearance:none!important;position:absolute!important;right:10px!important;top:10px!important;width:26px!important;min-width:26px!important;max-width:26px!important;height:26px!important;min-height:26px!important;max-height:26px!important;border:0!important;border-radius:8px!important;background:transparent!important;background-color:transparent!important;background-image:none!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;font-weight:800!important;line-height:1!important;cursor:pointer!important;padding:0!important;margin:0!important;box-shadow:none!important;text-decoration:none!important;transform:none!important;outline:none}
html body .txp-form-toast .txp-form-toast-close:hover,
html body .txp-form-toast .txp-form-toast-close:focus,
html body .txp-form-toast .txp-form-toast-close:focus-visible,
html body .txp-form-toast .txp-form-toast-close:active{border:0!important;background:#202020!important;background-color:#202020!important;background-image:none!important;color:#fff!important;box-shadow:none!important;transform:none!important;outline:0!important}
html body .txp-form-toast.is-error .txp-form-toast-close:hover,
html body .txp-form-toast.is-error .txp-form-toast-close:focus,
html body .txp-form-toast.is-error .txp-form-toast-close:focus-visible,
html body .txp-form-toast.is-error .txp-form-toast-close:active{background:#991b1b!important;background-color:#991b1b!important;color:#fff!important}
.txp-form-wrap .instructions{margin:12px 0 4px 22px} .txp-form-wrap .instructions li{margin:4px 0}
.txp-form-wrap .muted{color:var(--txp-muted);font-size:.92rem;margin-top:6px}
.txp-form-wrap .fake-timer{margin-top:10px;color:#111;font-weight:900} .txp-form-wrap .fake-timer span{animation:pulse 1s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.55}}
/* Step transitions */
.txp-form-wrap .step{opacity:0;transform:translateY(10px);transition:opacity .28s ease, transform .28s ease}
.txp-form-wrap .step.active{opacity:1;transform:translateY(0)} .txp-form-wrap .step[hidden]{display:none !important}
@media (min-width:720px){ .txp-form-wrap .grid,.txp-form-wrap .txp-ticket-participant-card{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:grid;grid-template-columns:minmax(90px,auto) minmax(0,1fr);align-items:start;gap:12px;border-bottom:1px dashed var(--txp-line);padding:6px 0;min-width:0}
.review-row:last-child{border-bottom:none}
.review-row span{min-width:0;color:var(--txp-muted);font-weight:700;overflow-wrap:normal}
.review-row strong{min-width:0;max-width:100%;font-weight:900;text-align:right;overflow-wrap:anywhere;word-break:break-word}
@media (max-width:719px){
  .review-card{min-width:0;padding:18px 16px;overflow:hidden}
  .review-list{min-width:0}
  .review-row{grid-template-columns:minmax(88px,auto) minmax(0,1fr);gap:10px}
}

/* Regulamento do evento */
.txp-regulation{margin:14px 0 0;border:1px solid var(--txp-line);border-radius:16px;background:#fff;padding:16px;display:grid;gap:12px;box-shadow:var(--txp-shadow)}
.txp-regulation-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.txp-regulation-head strong{color:#111;font-size:1.05rem;font-weight:950;line-height:1.2}
.txp-regulation-head span{flex:0 0 auto;display:inline-flex;align-items:center;min-height:26px;border-radius:999px;background:#111;color:#fff;padding:0 10px;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.txp-regulation-intro{margin:0;color:#4b5563;font-size:.92rem;font-weight:750;line-height:1.4}
.txp-regulation-scroll{position:relative;max-height:220px;overflow:auto;border:1px solid #d1d5db;border-radius:12px;background:linear-gradient(180deg,#fff 0%,#fff 78%,#f4f4f4 100%);color:#111;padding:14px;font-size:.95rem;font-weight:650;line-height:1.55;white-space:normal;outline:none}
.txp-regulation-scroll:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.1)}
.txp-regulation:not(.is-read) .txp-regulation-scroll{box-shadow:inset 0 -24px 18px -18px rgba(17,17,17,.3)}
.txp-regulation-accept{display:flex;flex-direction:row;align-items:flex-start;gap:12px;min-height:48px;margin:0;border:1px solid #d1d5db;border-radius:12px;background:#fff;padding:13px 14px;color:#222;font-size:.93rem;font-weight:900;line-height:1.35;cursor:pointer;user-select:none;touch-action:manipulation}
.txp-regulation-accept input{appearance:auto;-webkit-appearance:auto;width:22px;height:22px;min-width:22px;min-height:22px;margin:0;accent-color:#111;flex:0 0 auto;cursor:pointer}
.txp-regulation-accept:has(input:focus-visible){border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.1)}
.txp-regulation-accept:has(input:disabled){cursor:not-allowed;background:#fafafa}
.txp-regulation-accept input:disabled{cursor:not-allowed}
.txp-regulation-accept input:disabled + span{color:#8a8a8a}
.txp-regulation-status{border:1px dashed #d1d5db;border-radius:10px;background:#fafafa;color:#4b5563;padding:9px 10px;font-size:.86rem;font-weight:850;line-height:1.35}
.txp-regulation.is-read .txp-regulation-status{border-style:solid;border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.txp-regulation.is-invalid{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12)}
@media(max-width:719px){
  .txp-regulation{padding:14px;border-radius:14px}
  .txp-regulation-head{display:grid;gap:8px;justify-items:start}
  .txp-regulation-scroll{max-height:260px;font-size:.93rem}
}

/* 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-wrap,.txp-my-tickets-wrap *{box-sizing:border-box}
.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{
  padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;
  align-items:center;gap:10px;
}
.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{
  width:max-content;max-width:calc(100% - 24px);margin:0 12px 12px;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;
  cursor:pointer;list-style:none;
}
.txp-expand-label::-webkit-details-marker{display:none}
.txp-expand-icon{font-size:1rem;line-height:.7}
.txp-my-ticket-details[open] .txp-expand-text{font-size:0}
.txp-my-ticket-details[open] .txp-expand-text::after{content:'Ocultar dados';font-size:.82rem}
.txp-my-ticket-details[open] .txp-expand-icon{transform:rotate(45deg)}
.txp-my-ticket-payment{display:grid;gap:10px;padding:0 12px 12px}
.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-proof .txp-ticket-whatsapp{background:#25d366!important;background-color:#25d366!important;border-color:#25d366!important;color:#fff!important;justify-content:center}
.txp-ticket-proof .txp-ticket-whatsapp:hover,.txp-ticket-proof .txp-ticket-whatsapp:focus{background:#20bd5a!important;background-color:#20bd5a!important;border-color:#20bd5a!important;color:#fff!important}
.txp-ticket-wa-icon{width:19px;height:19px;display:block;flex:0 0 auto;fill:currentColor}
.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-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-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}
:root{--txp-home-edge:clamp(24px,7vw,40px)}
@media (max-width:767px){
  :root{--txp-home-edge:16px}
}
[data-txp-scope="showcase"].txp-showcase-wrap{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111;padding:8px var(--txp-home-edge);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:1360px;margin:0 auto;display:grid;gap:12px}
[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:auto;max-height:428px;min-height:140px;margin-inline:auto;aspect-ratio:2.867 / 1;overflow:visible;touch-action:pan-y}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide{position:absolute;top:0;bottom:0;left:50%;right:auto;display:block;width:62%;max-width:760px;height:100%;margin:0;opacity:0;transform:translate3d(-50%,40px,0) scale(.78);transform-origin:50% 50%;transition:left .64s cubic-bezier(.22,1,.36,1),transform .64s cubic-bezier(.22,1,.36,1),opacity .32s ease,filter .32s ease;will-change:left,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{left:37.5%;opacity:.94;transform:translate3d(-50%,0,0) scale(.9);z-index:4;pointer-events:auto;filter:saturate(.92)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next{left:62.5%;opacity:.94;transform:translate3d(-50%,0,0) scale(.9);z-index:4;pointer-events:auto;filter:saturate(.92)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-prev2{left:25%;opacity:.84;transform:translate3d(-50%,0,0) scale(.76);z-index:3;filter:saturate(.88)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next2{left:75%;opacity:.84;transform:translate3d(-50%,0,0) scale(.76);z-index:3;filter:saturate(.88)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-prev3{left:min(18.6%,228px);opacity:.72;transform:translate3d(-50%,0,0) scale(.6);z-index:2;filter:saturate(.84)}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next3{left:calc(100% - min(18.6%,228px));opacity:.72;transform:translate3d(-50%,0,0) scale(.6);z-index:2;filter:saturate(.84)}
[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:16px;overflow:hidden;clip-path:inset(0 round 16px);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%);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-card.is-skeleton-visible:not(.is-media-loaded) .txp-showcase-media-skeleton{opacity:1;visibility:visible}
[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.is-media-loaded .txp-showcase-media-skeleton::after{animation:none}
[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:calc(50% - min(38%,462px))}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-nav--next{right:calc(50% - min(38%,462px))}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dots{display:flex;align-items:center;justify-content:center;gap:0;--txp-showcase-dot-idle:#9ca3af;--txp-showcase-dot-active:#6b7280}
[data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot{position:relative;width:18px;height:18px;min-width:18px;min-height:18px;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:6px;height:6px;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:18px;height:6px;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:calc(2rem - 5px);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:8px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-stage{width:100vw;max-width:100vw;height:48.375vw;max-height:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;aspect-ratio:auto}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide{left:50%;width:86vw;max-width:none;transition:transform .52s cubic-bezier(.22,1,.36,1),opacity .28s ease,filter .28s ease}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-active{left:50%;transform:translate3d(-50%,0,0) scale(1)}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-prev{left:50%;opacity:.82;transform:translate3d(calc(-50% - 100% - 8px),0,0) scale(1)}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next{left:50%;opacity:.82;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,
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-prev3,
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-slide.is-next3{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:0}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot{width:16px;height:16px;min-width:16px;min-height:16px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot::before{width:5px;height:5px}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-dot.is-active::before{width:16px;height:5px}
  [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-link{display:block;max-width:100%;min-width:0}
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-summary-title{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;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%}
.txp-event-filters{display:flex;align-items:end;gap:10px;width:100%;margin:0 0 22px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.txp-event-filter{display:grid;gap:5px;min-width:150px}
.txp-event-filter > span{padding-left:2px;color:#6b7280;font-size:.72rem;line-height:1;font-weight:800}
.txp-event-filter select{width:100%;min-height:40px;padding:0 34px 0 11px;border:1px solid #dfe3e8;border-radius:9px;background:#fff;color:#111;font:750 .84rem/1.2 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}
.txp-event-filters__apply{min-height:40px;padding:0 15px;border:1px solid #111;border-radius:9px;background:#111;color:#fff;font:850 .84rem/1 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}
.txp-event-filters__clear{display:inline-flex;align-items:center;min-height:40px;padding:0 5px;color:#4b5563;text-decoration:none;font-size:.82rem;font-weight:750;white-space:nowrap}
.txp-event-filters__clear:hover{text-decoration:underline;text-underline-offset:3px}
.txp-event-filters__head{display:none}
.txp-event-directory__toolbar{display:none;align-items:center;justify-content:flex-end;margin:0 0 8px}
.txp-event-filters-trigger{display:none;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 13px;border:1px solid #dfe3e8;border-radius:10px;background:#fff;color:#111;font-size:.84rem;font-weight:850;cursor:pointer}
.txp-event-filters-trigger svg{width:18px;height:18px}
.txp-event-view-toggle{display:inline-flex;align-items:center;padding:3px;border:1px solid #e1e5ea;border-radius:10px;background:#f3f5f7}
.txp-event-view-toggle__button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:32px;padding:0;border:0;border-radius:7px;background:transparent!important;color:#727983;cursor:pointer;-webkit-tap-highlight-color:transparent;appearance:none;box-shadow:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
.txp-event-view-toggle__button svg{width:19px;height:19px}
.txp-event-view-toggle__button:hover,.txp-event-view-toggle__button:focus,.txp-event-view-toggle__button:active{background:#e8ebef!important;color:#111;outline:none}
.txp-event-view-toggle__button:focus-visible{box-shadow:0 0 0 2px #111}
.txp-event-view-toggle__button.is-active,.txp-event-view-toggle__button.is-active:hover,.txp-event-view-toggle__button.is-active:focus,.txp-event-view-toggle__button.is-active:active{background:#fff!important;color:#111;box-shadow:0 3px 9px rgba(17,17,17,.1)}
.txp-event-view-toggle__button::before,.txp-event-view-toggle__button::after{display:none!important;background:transparent!important}
[data-txp-scope="event-listing"].txp-event-listing{--txp-listing-mobile-edge:var(--txp-home-edge);width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111;padding:10px var(--txp-home-edge)}
[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.2rem,1.6vw,1.45rem);line-height:1.08;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:40px;padding:0 10px;border-radius:8px;background:transparent;color:#6f7780;font-size:.98rem;line-height:1;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .18s ease,background .18s ease,transform .18s ease}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__action:hover{background:#f3f5f7;color:#111;text-decoration:none}
[data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__action:focus-visible{outline:2px solid #111;outline-offset:2px}
[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:16/9;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%);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media.is-skeleton-visible:not(.is-media-loaded) .txp-header-search-card__media-skeleton{opacity:1;visibility:visible}
[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__media.is-media-loaded .txp-header-search-card__media-skeleton::after{animation:none}
[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__date{white-space:nowrap}
[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 (prefers-reduced-motion:reduce){
  [data-txp-scope="showcase"].txp-showcase-wrap .txp-showcase-media-skeleton::after,
  [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-skeleton::after{animation:none}
}
@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){
  body.txp-event-filters-open{overflow:hidden;touch-action:none}
  .txp-event-directory__toolbar{display:flex;justify-content:space-between;padding:0 var(--txp-home-edge)}
  .txp-event-filters-trigger{display:inline-flex}
  .txp-event-directory [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-grid{display:grid;grid-template-columns:1fr;gap:14px;padding:0 var(--txp-home-edge)}
  .txp-event-directory [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card{display:grid;grid-template-columns:148px minmax(0,1fr);align-items:start;gap:12px;min-width:0}
  .txp-event-directory [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-wrap{width:148px;min-width:0}
  .txp-event-directory [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media{width:148px;height:auto;aspect-ratio:16/9;border-radius:10px;box-shadow:none}
  .txp-event-directory:not(.is-large-view) [data-txp-scope="event-listing"].txp-event-listing .txp-showcase-card-badge{left:6px;bottom:6px;max-width:calc(100% - 12px);min-height:23px;padding:5px 8px;gap:4px;font-size:.64rem;box-shadow:0 5px 12px rgba(0,0,0,.14);backdrop-filter:blur(6px)}
  .txp-event-directory [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__copy{align-content:start;gap:3px;padding-top:1px}
  .txp-event-directory [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__title{font-size:.94rem;line-height:1.16}
  .txp-event-directory [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__meta,
  .txp-event-directory [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__date{font-size:.8rem;line-height:1.22}
  .txp-event-directory.is-large-view [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-grid{gap:22px}
  .txp-event-directory.is-large-view [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card{grid-template-columns:1fr;gap:9px}
  .txp-event-directory.is-large-view [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-wrap,
  .txp-event-directory.is-large-view [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media{width:100%}
  .txp-event-directory.is-large-view [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media{height:auto;aspect-ratio:16/9;border-radius:12px;box-shadow:0 10px 24px rgba(17,17,17,.08)}
  .txp-event-directory.is-large-view [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__title{font-size:1.02rem}
  .txp-event-directory.is-large-view [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__meta,
  .txp-event-directory.is-large-view [data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__date{font-size:.86rem}
  .txp-event-directory .txp-event-filters{display:none;position:fixed;inset:0;z-index:2147483500;align-content:start;grid-template-columns:1fr;gap:16px;margin:0;padding:calc(env(safe-area-inset-top,0px) + 18px) 18px calc(env(safe-area-inset-bottom,0px) + 18px);border:0;border-radius:0;background:#fff;overflow-y:auto}
  .txp-event-directory.is-filter-open .txp-event-filters{display:grid}
  .txp-event-filters__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #eceff3}
  .txp-event-filters__head strong{font-family:var(--txp-font-display);font-size:1.35rem;font-weight:800}
  .txp-event-filters__head button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #e1e5ea;border-radius:999px;background:#fff;color:#111;font-size:1.5rem;line-height:1;cursor:pointer}
  .txp-event-filter{display:grid;gap:7px;width:100%;min-width:0}
  .txp-event-filter > span{font-size:.76rem}
  .txp-event-filter select{min-height:48px;padding-left:12px;border-radius:11px;font-size:.9rem}
  .txp-event-filters__apply{width:100%;min-height:48px;margin-top:4px;font-size:.9rem}
  .txp-event-filters__clear{justify-content:center;width:100%;min-height:42px;font-size:.84rem}
  .txp-event-listing-stack{gap:18px}
  [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.2rem}
  [data-txp-scope="event-listing"].txp-event-listing .txp-event-listing__action{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 pinch-zoom;overscroll-behavior-x:contain}
  [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 54%;width:54%;min-width:0;opacity:.8;transform:scale(.992);transition:opacity .22s ease,transform .28s cubic-bezier(.2,.78,.24,1);user-select:none;-webkit-user-select:none}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-header-search-card__title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-header-search-card.is-neighbor{opacity:.92}
  [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.is-dragging .txp-header-search-card{transition:none}
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-event-listing__dots{display:flex;margin-top:8px}
}
@media (max-width:420px){
  [data-txp-scope="event-listing"].txp-event-listing.is-carousel-mobile .txp-header-search-card{flex-basis:58%;width:58%}
}

/* TXPASS HEADER REFERENCE CSS */
[data-txp-scope="header"].txp-header-desktop{
  --txp-header-text:#111111; --txp-header-muted:#636b75; --txp-header-line:#e6e9ee; --txp-header-soft:#f3f5f7;
  --txp-header-blue:#1677ff; --txp-header-blue-soft:#eaf3ff; --txp-header-shadow:0 14px 34px rgba(17,17,17,.08);
  --txp-font-body:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --txp-font-display:"Bricolage Grotesque","Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
[data-txp-scope="header"].txp-header-desktop,
[data-txp-scope="header"].txp-header-desktop *,
[data-txp-scope="header"].txp-header-desktop *::before,
[data-txp-scope="header"].txp-header-desktop *::after{box-sizing:border-box}
[data-txp-scope="header"].txp-header-desktop{position:relative;z-index:60;padding:18px var(--txp-home-edge) 34px;background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(14px);color:var(--txp-header-text);font-family:var(--txp-font-body);border-bottom:1px solid transparent;transition:padding .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease}
[data-txp-scope="header"].txp-header-desktop a{color:inherit}
[data-txp-scope="header"].txp-header-desktop button{font:inherit}
[data-txp-scope="header"].txp-header-desktop img{max-width:100%;height:auto;display:block}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__shell{max-width:1880px;margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand menu utility" ". searchrow .";column-gap:24px;row-gap:24px;align-items:center;transition:grid-template-columns .28s ease,column-gap .28s ease,row-gap .28s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__brand{grid-area:brand;position:relative;display:inline-flex;align-items:center;width:132px;height:34px;overflow:hidden;text-decoration:none;transition:width .28s ease,height .28s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__brand-image{position:absolute;left:0;top:50%;width:auto;display:block;transition:opacity .22s ease,transform .28s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__brand-image--full{height:26px;transform:translateY(-50%);opacity:1}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__brand-image--compact{height:30px;transform:translateY(-50%) scale(.9);opacity:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__brand-fallback{font-family:var(--txp-font-display);font-size:1.9rem;font-weight:900;letter-spacing:-.05em}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu{grid-area:menu;display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:14px;flex-wrap:wrap;min-width:0;transition:border-color .28s ease,padding-left .28s ease,gap .28s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu-link{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border-radius:8px;text-decoration:none;color:var(--txp-header-muted);font-size:.98rem;font-weight:600;line-height:1;white-space:nowrap;transition:color .18s ease,background .18s ease,opacity .18s ease,padding .28s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu-link:hover{background:var(--txp-header-soft);color:var(--txp-header-text)}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu-link.is-active,
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu-link[aria-current="page"]{background:#111;color:#fff}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu-icon,
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu-icon svg,
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search-icon,
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search-icon svg,
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__location-icon,
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__location-icon svg,
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__location-chevron,
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__location-chevron svg{width:20px;height:20px;display:inline-flex;flex:0 0 auto}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__utility{grid-area:utility;display:inline-flex;align-items:center;gap:2px;justify-self:end;padding:4px;border:1px solid var(--txp-header-line);border-radius:999px;background:#fff;box-shadow:0 8px 20px rgba(17,17,17,.05);flex:0 0 auto}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__utility.is-login-only{padding:0;border:0;background:transparent;box-shadow:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__utility-button{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--txp-header-muted);transition:transform .18s ease,background .18s ease,color .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__utility-button:hover{transform:translateY(-1px);background:var(--txp-header-soft);color:var(--txp-header-text)}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__utility-button svg{width:20px;height:20px}
[data-txp-scope="header"].txp-header-desktop .txp-header-login-button{width:auto;min-width:86px;padding:0 18px;border:0!important;background:#111;color:#fff;font-size:.92rem;font-weight:850;line-height:1;box-shadow:none!important}
[data-txp-scope="header"].txp-header-desktop .txp-header-login-button:hover{background:#2a2a2a;color:#fff;box-shadow:none!important}
[data-txp-scope="header"].txp-header-desktop .txp-header-login-button:focus-visible{outline:2px solid #111;outline-offset:4px}
[data-txp-scope="header"].txp-header-desktop .txp-header-account{position:relative;width:42px;height:42px}
[data-txp-scope="header"].txp-header-desktop .txp-header-account::after{content:"";position:absolute;left:-8px;right:-8px;top:100%;height:12px}
[data-txp-scope="header"].txp-header-desktop .txp-header-account summary{list-style:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-account summary::-webkit-details-marker{display:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__trigger{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--txp-header-muted);cursor:pointer;outline:none;transition:transform .18s ease,background .18s ease,color .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__trigger:hover{transform:translateY(-1px);background:var(--txp-header-soft);color:var(--txp-header-text)}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__trigger svg{width:20px;height:20px}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__trigger:focus-visible{box-shadow:0 0 0 3px rgba(17,17,17,.14)}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#111;color:#fff;font-size:.75rem;font-weight:900;line-height:1;letter-spacing:0;overflow:hidden}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__avatar img{width:100%;height:100%;display:block;object-fit:cover}
[data-txp-scope="header"].txp-header-desktop .txp-header-account-avatar-link{padding:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-account-avatar-link:hover .txp-header-account__avatar{box-shadow:0 0 0 3px rgba(17,17,17,.08)}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__menu{position:absolute;right:0;top:calc(100% + 10px);z-index:130;display:none;min-width:190px;padding:8px;border:1px solid var(--txp-header-line);border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(17,17,17,.16)}
[data-txp-scope="header"].txp-header-desktop .txp-header-account[open] .txp-header-account__menu,
[data-txp-scope="header"].txp-header-desktop .txp-header-account:hover .txp-header-account__menu,
[data-txp-scope="header"].txp-header-desktop .txp-header-account:focus-within .txp-header-account__menu{display:grid}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__name{display:block;max-width:174px;padding:8px 10px 10px;border-bottom:1px solid #eef0f3;color:#111;font-size:.82rem;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__tag{justify-self:start;display:inline-flex;align-items:center;min-height:24px;margin:8px 10px 4px;padding:0 9px;border-radius:999px;background:#111;color:#fff;font-size:.72rem;font-weight:850;line-height:1}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__menu a{display:flex;align-items:center;min-height:38px;padding:0 10px;border-radius:7px;color:#111;text-decoration:none;font-size:.88rem;font-weight:750}
[data-txp-scope="header"].txp-header-desktop .txp-header-account__menu a:hover{background:#f3f5f7}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search-row{grid-area:searchrow;display:flex;align-items:center;justify-self:center;gap:16px;max-width:100%;animation:txpHeaderSearchGrow .42s cubic-bezier(.22,1,.36,1) both;transform-origin:center;transition:gap .28s ease,transform .28s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search{display:flex;flex:0 1 auto;align-items:center;gap:12px;width:clamp(600px,36vw,760px);min-width:0;min-height:55px;padding:0 22px;border:1px solid var(--txp-header-line);border-radius:16px;background:#fff;box-shadow:var(--txp-header-shadow);transition:min-height .28s ease,padding .28s ease,width .28s ease,border-radius .28s ease,box-shadow .28s ease,transform .28s ease;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search:focus-within{border-color:#111;box-shadow:0 16px 36px rgba(17,17,17,.1),0 0 0 4px rgba(17,17,17,.06)}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search-icon{color:#7b8592}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search-trigger-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8d95a1;font:600 1.02rem/1.2 var(--txp-font-body)}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search-trigger-text.is-filled{color:var(--txp-header-text)}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__location{display:inline-flex;align-items:center;justify-content:flex-start;justify-self:start;gap:12px;min-height:55px;padding:0 22px;border:0;border-radius:16px;background:#f3f5f7;text-decoration:none;color:var(--txp-header-text);font-size:.98rem;font-weight:700;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none;transition:transform .18s ease,background .18s ease,color .28s ease,min-height .28s ease,padding .28s ease,border-radius .28s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__location:hover{transform:translateY(-1px);background:#eceff3}
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__location-label{white-space:nowrap}
[data-txp-scope="header"].txp-header-desktop .txp-header-mobile__shell{display:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer{display:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer[hidden]{display:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay[hidden]{display:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay{position:absolute;left:0;right:0;top:100%;z-index:120;padding:0;background:#fff;backdrop-filter:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay.is-closing{opacity:0;visibility:hidden;pointer-events:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__backdrop{display:none;position:fixed;left:0;right:0;top:0;bottom:0;z-index:0;border:0;background:rgba(17,17,17,.12);padding:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__panel{position:relative;z-index:1;display:grid;align-content:start;gap:30px;width:100%;min-height:90vh;max-height:90vh;margin:0 auto;padding:16px clamp(32px,8.4vw,172px) 44px;border:0;border-radius:0 0 28px 28px;background:#fff;box-shadow:0 24px 70px rgba(17,17,17,.10);overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;transform:translateY(-8px);opacity:0;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay.is-visible .txp-header-search-overlay__panel{transform:translateY(0) scale(1);opacity:1}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay.is-closing .txp-header-search-overlay__panel{transform:translateY(-8px);opacity:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__masthead{display:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__brand{position:relative;display:inline-flex;align-items:center;width:112px;height:46px;text-decoration:none;color:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__brand-image{position:absolute;left:0;top:50%;max-width:100%;height:auto;display:block;transform:translateY(-50%)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__brand-image--compact{opacity:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__brand-fallback{font-family:var(--txp-font-display);font-size:1.55rem;font-weight:900;color:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu{display:flex;align-items:center;justify-content:center;gap:18px;min-width:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu-link{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border-radius:8px;text-decoration:none;color:#6f7780;font-size:.96rem;font-weight:700;line-height:1;white-space:nowrap}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu-link:hover{background:#f3f5f7;color:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu-link.is-active,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu-link[aria-current="page"]{background:#111;color:#fff}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu-icon,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu-icon svg{width:20px;height:20px;display:inline-flex;flex:0 0 auto}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__utility{display:inline-flex;align-items:center;gap:2px;justify-self:end;padding:4px;border:1px solid #e3e7ed;border-radius:999px;background:#fff;box-shadow:0 8px 20px rgba(17,17,17,.05)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__utility.is-login-only{padding:0;border:0;background:transparent;box-shadow:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__utility-button{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#6f7780}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__utility-button:hover{background:#f3f5f7;color:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__utility-button svg{width:20px;height:20px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__utility-button.txp-header-login-button{width:auto;min-width:86px;padding:0 18px;border:0!important;background:#111;color:#fff;font-size:.92rem;font-weight:850;line-height:1;box-shadow:none!important}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__utility-button.txp-header-login-button:hover{background:#2a2a2a;color:#fff;box-shadow:none!important}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__head{position:sticky;top:0;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding-bottom:18px;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.98) 78%,rgba(255,255,255,0) 100%)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form{display:flex;align-items:center;gap:14px;min-height:72px;padding:0 24px;border:2px solid #111;border-radius:12px;background:#fff;box-shadow:0 16px 34px rgba(17,17,17,.10)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form:focus-within{border-color:#111;box-shadow:0 18px 40px rgba(17,17,17,.14)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form-icon{width:22px;height:22px;display:inline-flex;flex:0 0 auto;color:#737a84}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form-icon svg{width:22px;height:22px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form input{width:100%;border:0;outline:none;background:transparent;padding:0;color:#111;font:600 1.18rem/1.2 var(--txp-font-body)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form input::placeholder{color:#8d95a1;font-weight:500}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__location{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 18px;border:1px solid #e3e7ed;border-radius:16px;background:#fff;color:#111;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 10px 24px rgba(17,17,17,.06);white-space:nowrap;text-align:left;-webkit-appearance:none;appearance:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__location:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(17,17,17,.08);background:#fafbfc}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__location-icon,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__location-icon svg,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__location-chevron,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__location-chevron svg{width:18px;height:18px;display:inline-flex;flex:0 0 auto}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__close{display:inline-flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;border:1px solid #e3e7ed;border-radius:999px;background:#fff;color:#111;font-size:.96rem;font-weight:700;cursor:pointer;box-shadow:0 10px 24px rgba(17,17,17,.06);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__close:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(17,17,17,.08);background:#fafbfc}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__close-icon{font-size:1.45rem;line-height:1}
.txp-header-location-portal{position:relative;z-index:2147483200;width:0;height:0;margin:0;padding:0}
.txp-header-location-portal__scope{display:contents!important;position:static!important;inset:auto!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;transform:none!important;animation:none!important;transition:none!important}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal[hidden]{display:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal{position:fixed;inset:0;z-index:6;display:grid;place-items:center;padding:clamp(20px,4vw,40px);box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal.is-visible{opacity:1;visibility:visible;pointer-events:auto}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal.is-closing{opacity:0;visibility:hidden;pointer-events:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(17,17,17,.18);backdrop-filter:blur(4px);padding:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__dialog{position:relative;z-index:1;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:14px;width:min(100%,420px);max-height:min(76vh,640px);padding:22px 20px 18px;border:1px solid #eceff3;border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(17,17,17,.18);overflow:hidden;transform:translateY(14px) scale(.98);opacity:0;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal.is-visible .txp-header-location-modal__dialog{transform:translateY(0) scale(1);opacity:1}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal.is-closing .txp-header-location-modal__dialog{transform:translateY(10px) scale(.985);opacity:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__title{margin:0;font-size:1.28rem;line-height:1.1;font-weight:900;color:#111;letter-spacing:-.03em}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e5e8ee;border-radius:999px;background:#fff;color:#111;font-size:1.5rem;line-height:1;cursor:pointer;-webkit-appearance:none;appearance:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 14px;border:1px solid #e4e8ee;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(17,17,17,.05)}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search:focus-within{border-color:#111;box-shadow:0 12px 28px rgba(17,17,17,.08),0 0 0 4px rgba(17,17,17,.05)}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search-icon,
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search-icon svg{width:19px;height:19px;display:inline-flex;flex:0 0 auto;color:#7e8691}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search input{width:100%;border:0;outline:none;background:transparent;padding:0;color:#111;font:600 .98rem/1.2 var(--txp-font-body)}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search input::placeholder{color:#8c95a1;font-weight:500}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__list{display:grid;align-content:start;gap:6px;min-height:0;max-height:100%;padding-right:4px;overflow:auto}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:52px;padding:0 14px;border:1px solid transparent;border-radius:14px;background:#fff;color:#111;text-align:left;cursor:pointer;-webkit-appearance:none;appearance:none;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-option:hover{border-color:#e5e8ee;background:#fafbfc;transform:translateY(-1px)}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-option[hidden]{display:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-option.is-active{border-color:#111;background:#111;color:#fff;box-shadow:0 12px 28px rgba(17,17,17,.12)}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-option__icon,
[data-txp-scope="header"].txp-header-desktop .txp-header-location-option__icon svg{width:18px;height:18px;display:inline-flex;flex:0 0 auto}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-option__label{display:block;min-width:0;font-size:.96rem;line-height:1.3;font-weight:700}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__empty{display:none;padding:14px;border:1px dashed #dbe1e8;border-radius:16px;background:#fafbfc;font-size:.92rem;line-height:1.45;color:#6d7682}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__empty.is-visible{display:block}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__body{display:grid;grid-template-columns:220px minmax(0,1fr);gap:30px;align-items:start}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__sidebar{position:sticky;top:88px;display:grid;gap:16px;align-content:start;padding-top:10px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__sidebar-section{display:grid;gap:14px;align-content:start}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__sidebar-title{font-size:1rem;font-weight:800;color:#20242a}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__history{display:grid;gap:8px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__history-empty{font-size:.94rem;line-height:1.45;color:#7b8592}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:12px 14px;border:1px solid #eceff3;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(17,17,17,.04)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-history-term{display:inline-flex;align-items:center;min-width:0;border:0;background:transparent;padding:0;color:#111;font-size:.95rem;font-weight:700;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-history-term:hover{color:#000}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-history-remove{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:0;border-radius:999px;background:transparent;color:#8b95a1;font-size:1rem;cursor:pointer}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-history-remove:hover{background:#f3f5f7;color:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__categories{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap;min-width:0}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__category{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border:0;border-radius:8px;background:#f3f5f7;color:#6f7780;text-decoration:none;font-size:.94rem;font-weight:800;line-height:1;white-space:nowrap;transition:background .18s ease,color .18s ease,transform .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__category:hover,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__category:focus-visible{background:#e9ecef;color:#111;transform:translateY(-1px);outline:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__category-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;font-size:.78rem;line-height:1;color:inherit;overflow:hidden}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__category-icon img{display:block;width:20px;height:20px;object-fit:contain;filter:grayscale(1) opacity(.82)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__more{justify-self:start;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 10px;border:0;border-radius:8px;background:#f3f5f7;color:#111;text-decoration:none;font-size:.9rem;font-weight:850;line-height:1;transition:background .18s ease,color .18s ease,transform .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__more:hover,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__more:focus-visible{background:#e9ecef;color:#111;transform:translateY(-1px);outline:none}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__main{display:grid;gap:22px;align-content:start}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__section-head{display:grid;gap:8px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__title{margin:0;font-family:var(--txp-font-display);font-size:1.9rem;line-height:1.02;font-weight:900;letter-spacing:-.045em;color:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__summary{max-width:760px;font-size:.98rem;line-height:1.45;color:#697381}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__skeleton{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card{display:grid;gap:12px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__media,[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line{position:relative;overflow:hidden;border-radius:18px;background:#eef1f5}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__media::after,[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.76) 48%,rgba(255,255,255,0) 100%);animation:txpHeaderSearchShimmer 1.35s ease-in-out infinite}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__media{aspect-ratio:16 / 9}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line{height:14px;border-radius:999px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line.is-title{height:18px;width:72%}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line.is-short{width:46%}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__empty,[data-txp-scope="header"].txp-header-desktop .txp-header-search-empty-state{display:grid;gap:8px;padding:22px 24px;border:1px solid #eceff3;border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fafbfc 100%)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-empty-title{margin:0;font-size:1.08rem;font-weight:800;color:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-empty-copy{margin:0;font-size:.96rem;line-height:1.5;color:#697381}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card{display:grid;gap:12px;text-decoration:none;color:#111;transition:transform .18s ease}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card:hover{transform:translateY(-2px)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#eef1f5 0%,#e6ebf2 100%)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media.is-empty{background:linear-gradient(135deg,#111 0%,#2e2e2e 100%)}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__image{width:100%;height:100%;object-fit:cover;display:block}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__placeholder{font-size:3rem;font-weight:900;color:#fff}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__copy{display:grid;gap:6px}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1.02rem;line-height:1.22;font-weight:800;color:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__meta{display:block;font-size:.93rem;line-height:1.38;color:#6b7280}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__date{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;line-height:1.35;font-weight:700;color:#495262}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results[hidden],[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__empty[hidden],[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__skeleton[hidden]{display:none}
body.txp-header-search-open{overflow:visible;touch-action:auto}
[data-txp-scope="header"].txp-header-desktop.is-location-open{z-index:111}
body.txp-header-location-open{overflow:hidden;touch-action:none}
[data-txp-scope="header"].txp-header-desktop.is-search-open{z-index:110}
[data-txp-scope="header"].txp-header-desktop.is-search-open{padding-bottom:10px}
[data-txp-scope="header"].txp-header-desktop.is-search-open .txp-header-desktop__shell{grid-template-areas:"brand menu utility";row-gap:0}
[data-txp-scope="header"].txp-header-desktop.is-search-open .txp-header-desktop__search-row{display:none}
@keyframes txpHeaderSearchShimmer{
  0%{transform:translateX(-100%)}
  100%{transform:translateX(100%)}
}
@keyframes txpHeaderSearchGrow{
  0%{opacity:0;transform:scaleX(.88) translateY(-6px)}
  65%{opacity:1;transform:scaleX(1.025) translateY(0)}
  100%{opacity:1;transform:scaleX(1) translateY(0)}
}
[data-txp-scope="header"].txp-header-desktop.is-scrolled{position:fixed;left:0;right:0;top:0;padding:8px 20px;box-shadow:0 8px 24px rgba(17,17,17,.08);border-bottom-color:var(--txp-header-line);background:rgba(255,255,255,.98)}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__shell{grid-template-columns:auto auto minmax(0,1fr) auto;grid-template-areas:"brand searchrow menu utility";column-gap:18px;row-gap:0}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__brand{width:78px;height:40px}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__brand-image--full{opacity:0;transform:translateY(-50%) scale(.9)}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__brand-image--compact{opacity:1;transform:translateY(-50%) scale(1)}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__search-row{justify-self:start;gap:16px}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__search{width:min(100%,430px);min-width:280px;min-height:44px;padding:0 16px;border-radius:14px;box-shadow:0 8px 18px rgba(17,17,17,.06)}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__search-trigger-text{font-size:.98rem}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__location{min-height:44px;padding:0 4px 0 0;border-radius:0;background:transparent}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__location:hover{background:transparent}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__menu{padding-left:28px;border-left:1px solid var(--txp-header-line);gap:12px}
[data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__menu-link{min-height:38px;padding:0 8px}
[data-txp-scope="event-header"].txp-single-event-header{--txp-event-header-bg:#050505;--txp-event-header-line:rgba(255,255,255,.12);--txp-event-header-copy:rgba(255,255,255,.64);--txp-event-header-text:#fff;--txp-font-body:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--txp-font-display:"Bricolage Grotesque","Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;position:sticky;top:var(--wp-admin--admin-bar--height,0px);z-index:2147482300;width:100%;background:var(--txp-event-header-bg);color:var(--txp-event-header-text);font-family:var(--txp-font-body);border-bottom:1px solid var(--txp-event-header-line);will-change:transform}
[data-txp-scope="event-header"].txp-single-event-header,[data-txp-scope="event-header"].txp-single-event-header *,[data-txp-scope="event-header"].txp-single-event-header *::before,[data-txp-scope="event-header"].txp-single-event-header *::after,[data-txp-scope="single-hero"].txp-single-event-hero,[data-txp-scope="single-hero"].txp-single-event-hero *,[data-txp-scope="single-hero"].txp-single-event-hero *::before,[data-txp-scope="single-hero"].txp-single-event-hero *::after,[data-txp-scope="single-content"].txp-single-event-content,[data-txp-scope="single-content"].txp-single-event-content *,[data-txp-scope="single-content"].txp-single-event-content *::before,[data-txp-scope="single-content"].txp-single-event-content *::after{box-sizing:border-box}
[data-txp-scope="event-header"].txp-single-event-header a{color:inherit}
[data-txp-scope="event-header"].txp-single-event-header button,[data-txp-scope="single-hero"].txp-single-event-hero button,[data-txp-scope="single-content"].txp-single-event-content button,[data-txp-scope="single-content"].txp-single-event-content input,[data-txp-scope="single-content"].txp-single-event-content textarea{font:inherit}
[data-txp-scope="event-header"].txp-single-event-header img,[data-txp-scope="single-hero"].txp-single-event-hero img,[data-txp-scope="single-content"].txp-single-event-content img{max-width:100%;height:auto;display:block}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__shell{position:relative;z-index:1;max-width:1100px;min-height:60px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__contact{grid-column:1;justify-self:start;display:inline-flex;align-items:baseline;gap:6px;min-width:0;max-width:100%;padding:0;border:0;background:transparent;font-size:.95rem;line-height:1.2;text-decoration:none;transition:opacity .18s ease;cursor:pointer}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__contact:hover{opacity:.86}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__label{flex:0 0 auto;color:var(--txp-event-header-copy);white-space:nowrap}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--txp-event-header-text);font-weight:600}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__brand{position:absolute;left:50%;top:50%;z-index:2;grid-column:auto;grid-row:auto;justify-self:auto;display:inline-flex;align-items:center;text-decoration:none;transform:translate(-50%,-50%)}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__brand img{width:auto;height:24px;filter:brightness(0) invert(1)}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__brand-fallback{font-family:var(--txp-font-display);font-size:1.3rem;font-weight:900;letter-spacing:-.03em}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__back{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.07);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__back:hover,[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__back:focus-visible{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.12);outline:none}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__back:active{transform:scale(.96)}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__back[hidden]{display:none!important}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__back svg{width:22px;height:22px}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__chat{position:relative;z-index:3;grid-column:3;justify-self:end;display:none;align-items:center;justify-content:center;gap:6px;width:auto;height:40px;min-width:40px;padding:0 6px;border:0;border-radius:8px;background:transparent;color:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;touch-action:manipulation;transition:background .16s ease,transform .16s ease}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__chat:hover,[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__chat:focus-visible{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.34);transform:translateY(-1px);outline:none}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__chat svg{width:18px;height:18px;display:block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__chat span{display:block;color:#fff;font-size:13px;font-weight:900;line-height:1;white-space:nowrap}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal[hidden],[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal[hidden]{display:none}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal{z-index:10060}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal.is-visible,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal.is-visible{opacity:1;visibility:visible;pointer-events:auto}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal.is-closing{opacity:0;visibility:hidden;pointer-events:none}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__backdrop,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(5,5,5,.62);backdrop-filter:blur(8px);padding:0}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__dialog,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__dialog{position:relative;z-index:1;display:grid;gap:20px;width:min(100%,640px);padding:28px;border:1px solid #e9ecef;border-radius:24px;background:#fff;color:#111;box-shadow:0 30px 90px rgba(0,0,0,.32);transform:translateY(16px) scale(.985);opacity:0;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .18s ease}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__dialog{width:min(100%,520px);gap:16px;padding:24px;border-radius:22px}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal.is-visible .txp-single-event-modal__dialog,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal.is-visible .txp-single-event-report-modal__dialog{transform:translateY(0) scale(1);opacity:1}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__head,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__head-copy{display:grid;gap:8px}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__title,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__title{margin:0;font-family:var(--txp-font-display);font-size:2rem;line-height:1;font-weight:900;color:#111;letter-spacing:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__title{font-size:1.45rem;line-height:1.08}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__copy,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__copy{margin:0;max-width:44ch;font-size:.98rem;line-height:1.5;color:#616b76}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__copy{margin:6px 0 0;font-size:.94rem}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__close,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 auto;border:1px solid #e3e7ec;border-radius:999px;background:#fff;color:#111;font-size:1.5rem;line-height:1;cursor:pointer}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__list{display:grid;border-top:1px solid #eceff2}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:60px;padding:0;border:0;border-bottom:1px solid #eceff2;background:#fff;color:#111;text-decoration:none;text-align:left;cursor:pointer;transition:padding-left .18s ease,background .18s ease}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item:hover{padding-left:8px;background:#fafafa}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item.is-placeholder{justify-content:flex-start;padding:14px 0;cursor:default}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item.is-placeholder:hover{padding-left:0;background:#fff}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item-copy{display:grid;gap:5px;justify-items:start}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item-label{font-size:1rem;line-height:1.35;font-weight:700;color:#111}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item-status{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#f2f4f6;color:#5f6771;font-size:.78rem;font-weight:800;text-transform:uppercase}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item-icon{font-size:1.6rem;line-height:1;color:#111;opacity:.62}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__footer{display:grid;gap:14px;padding-top:2px}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__footer-copy{font-size:.98rem;line-height:1.5;font-weight:700;color:#111}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__cta{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border:0;border-radius:18px;background:#111;color:#fff;font-size:1rem;font-weight:800;text-decoration:none;box-shadow:0 18px 36px rgba(17,17,17,.18)}
[data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__cta.is-disabled{opacity:.45;pointer-events:none}
body.txp-single-event-modal-open{overflow:hidden;touch-action:none}
[data-txp-scope="single-hero"].txp-single-event-hero{--txp-font-body:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--txp-font-display:"Bricolage Grotesque","Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;position:relative;isolation:isolate;overflow:hidden;background:#090909;color:#fff;font-family:var(--txp-font-body)}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__backdrop{position:absolute;inset:-20px;background-position:center;background-size:cover;filter:blur(26px) saturate(.88);transform:scale(1.08);opacity:0;transition:opacity .28s ease}
[data-txp-scope="single-hero"].txp-single-event-hero.is-media-loaded .txp-single-event-hero__backdrop{opacity:.4}
[data-txp-scope="single-hero"].txp-single-event-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,5,3,.9) 0%,rgba(36,22,11,.72) 32%,rgba(20,15,15,.42) 58%,rgba(33,14,12,.68) 100%)}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);align-items:center;gap:48px;max-width:1100px;margin:0 auto;padding:16px 24px 26px}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__copy{display:grid;gap:12px;align-content:center;min-width:0}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__title{margin:0;font-family:var(--txp-font-display);font-size:2.6rem;line-height:.98;font-weight:900;letter-spacing:0;color:#fff}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta{display:flex;align-items:flex-start;gap:10px;max-width:56ch;color:rgba(255,255,255,.9)}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-icon,[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-icon svg{width:18px;height:18px;display:inline-flex;flex:0 0 auto;margin-top:2px;color:rgba(255,255,255,.92)}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-text{font-size:1.06rem;line-height:1.45;font-weight:500}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-text--stacked{display:grid;gap:2px}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-line{display:block}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-line + .txp-single-event-hero__meta-line{color:rgba(255,255,255,.72);font-size:.96em;font-weight:600}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-text strong{color:#fff;font-weight:800}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact{display:none;align-items:center;justify-content:space-between;gap:14px;min-height:48px;padding:0 16px;border:1px solid rgba(17,17,17,.12);border-radius:16px;background:#fff;color:#111;text-align:left;text-decoration:none;box-shadow:0 12px 30px rgba(17,17,17,.08);cursor:pointer}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-media{display:none}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-copy{display:grid;gap:2px;min-width:0}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-label{display:block;font-size:.72rem;line-height:1.2;font-weight:800;color:#747c86}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-title{display:block;font-size:.98rem;line-height:1.3;font-weight:800;color:#111}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__badge{display:inline-flex;align-items:center;gap:10px;max-width:calc(100% - 64px);min-height:46px;padding:0 18px;border:2px solid rgba(255,255,255,.78);border-radius:999px;background:rgba(245,245,245,.82);color:#111;font-size:1.05rem;font-weight:900;line-height:1;white-space:nowrap;box-shadow:0 8px 18px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:saturate(180%) blur(14px)}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__badge-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:1.22em;line-height:1}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media{position:relative;display:grid;justify-items:center}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media-card{position:relative;width:100%;aspect-ratio:1.56 / 1;border-radius:24px;overflow:hidden;box-shadow:0 36px 80px rgba(0,0,0,.24);background:linear-gradient(180deg,#eceff3 0%,#dbe2ea 100%)}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media-card.is-empty{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111 0%,#2e2e2e 100%)}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__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="single-hero"].txp-single-event-hero .txp-single-event-hero__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:txpHeaderSearchShimmer 1.35s ease-in-out infinite}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media-card.is-media-loaded .txp-single-event-hero__media-skeleton{opacity:0;visibility:hidden}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__image{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .24s ease}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media-card.is-media-loaded .txp-single-event-hero__image{opacity:1}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__image-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#fff;font-family:var(--txp-font-display);font-size:6rem;font-weight:900}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media-actions{position:absolute;z-index:4;left:16px;right:16px;top:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media-actions-spacer{display:block}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__glass{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:2px solid rgba(255,255,255,.78);border-radius:999px;background:rgba(245,245,245,.82);color:#111;line-height:1;box-shadow:0 8px 18px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:saturate(180%) blur(14px);cursor:pointer;-webkit-appearance:none;appearance:none;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__glass:hover{background:rgba(255,255,255,.94);box-shadow:0 10px 22px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.9);transform:translateY(-1px)}
[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__glass svg{display:block;width:23px;height:23px;transform:translateY(1px)}
[data-txp-scope="single-content"].txp-single-event-content{--txp-font-body:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--txp-font-display:"Bricolage Grotesque","Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fff;color:#111;font-family:var(--txp-font-body)}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);align-items:start;gap:42px;max-width:1100px;margin:0 auto;padding:40px 24px 80px}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__main{display:grid;gap:34px;min-width:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__section{display:grid;gap:16px;min-width:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer{display:grid}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;width:100%;min-height:96px;padding:20px 24px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;color:#111;text-align:left;text-decoration:none;box-shadow:none;cursor:pointer;transition:border-color .18s ease,background .18s ease}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact:hover{border-color:#c9c9c9;background:#fafafa}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-media{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:999px;overflow:hidden;background:#111;color:#fff;font-size:1.15rem;font-weight:900;flex:0 0 auto}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-media img{width:100%;height:100%;object-fit:cover;display:block}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-copy{display:grid;gap:5px;min-width:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-title{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111;font-size:1.35rem;line-height:1.1;font-weight:900}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b7280;font-size:1.05rem;line-height:1.25;font-weight:600}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-cta{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:10px;background:#111;color:#fff;font-size:1.05rem;font-weight:900;white-space:nowrap}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__title{margin:0;font-family:var(--txp-font-display);font-size:1.65rem;line-height:1.12;font-weight:900;letter-spacing:0;color:#171717}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__prose{display:grid;gap:14px;max-width:72ch;color:#3f3f46;font-size:1rem;line-height:1.72}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__prose > *{margin:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__prose a{color:#111;font-weight:800;text-decoration:underline;text-underline-offset:3px}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__prose ul,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__prose ol{padding-left:1.2em}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__prose img{display:block;max-width:100%;height:auto;border-radius:12px}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-video{position:relative;width:100%;max-width:720px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#111}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
[data-txp-scope="single-content"].txp-single-event-content [data-single-event-collapsible].is-collapsible .txp-single-event-content__prose{position:relative;max-height:238px;overflow:hidden}
[data-txp-scope="single-content"].txp-single-event-content [data-single-event-collapsible].is-collapsible .txp-single-event-content__prose::after{content:"";position:absolute;left:0;right:0;bottom:0;height:74px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}
[data-txp-scope="single-content"].txp-single-event-content [data-single-event-collapsible].is-expanded .txp-single-event-content__prose{max-height:none;overflow:visible}
[data-txp-scope="single-content"].txp-single-event-content [data-single-event-collapsible].is-expanded .txp-single-event-content__prose::after{display:none}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__more{justify-self:start;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid #111;border-radius:999px;background:#fff;color:#111;font-size:.95rem;font-weight:900;cursor:pointer}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__more[hidden]{display:none}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__empty{margin:0;max-width:58ch;color:#6f6f77;font-size:1rem;line-height:1.6}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule{display:grid;gap:12px;max-width:760px}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__item{position:relative;display:grid;grid-template-columns:68px minmax(0,1fr);gap:16px;align-items:start;min-width:0;padding:16px 0;border-top:1px solid #eceff2}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__item:last-child{border-bottom:1px solid #eceff2}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__marker{display:inline-flex;align-items:center;justify-content:center;width:58px;min-height:34px;padding:0 8px;border:1px solid #111;border-radius:999px;background:#111;color:#fff;font-size:.82rem;line-height:1;font-weight:900;white-space:nowrap}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__body{display:grid;gap:7px;min-width:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#71717a;font-size:.88rem;line-height:1.35;font-weight:700}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__meta strong{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f3f4f6;color:#111;font-size:.78rem;font-weight:900}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__activity{margin:0;color:#18181b;font-size:1.05rem;line-height:1.3;font-weight:900}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__description{display:grid;gap:8px;max-width:64ch;color:#52525b;font-size:.96rem;line-height:1.58}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__description > *{margin:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-route__head{display:flex;align-items:end;justify-content:space-between;gap:16px;flex-wrap:wrap}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-route__metrics{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-route__metrics span{display:inline-flex;align-items:baseline;gap:4px;min-height:32px;padding:0 11px;border-radius:999px;background:#f0fdf4;color:#166534;font-size:.8rem;font-weight:800}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-route__metrics strong{font-size:.96rem;font-weight:950}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-route__map{position:relative;width:100%;height:390px;border:1px solid #dfe3e8;border-radius:16px;overflow:hidden;background:#eef2f5;z-index:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-route__credit{margin:0;color:#71717a;font-size:.74rem;line-height:1.4}
.txp-route-marker{background:transparent!important;border:0!important}
.txp-route-marker span{position:absolute;left:8px;top:8px;width:18px;height:18px;border:3px solid #fff;border-radius:999px;background:#16a34a;box-shadow:0 3px 10px rgba(0,0,0,.28)}
.txp-route-marker.is-finish span{background:#111}
.txp-route-marker strong{position:absolute;left:50%;top:30px;transform:translateX(-50%);width:max-content;border-radius:999px;background:#fff;color:#111;padding:4px 8px;font-family:Inter,system-ui,sans-serif;font-size:10px;font-weight:950;line-height:1;box-shadow:0 3px 10px rgba(0,0,0,.18)}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__card,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report__card{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__copy,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report__copy{display:grid;gap:5px;min-width:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__label{color:#71717a;font-size:.78rem;line-height:1.2;font-weight:900;text-transform:uppercase}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__copy strong{color:#18181b;font-size:1rem;line-height:1.4;font-weight:800;overflow-wrap:anywhere}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__map,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid #111;border-radius:999px;background:#111;color:#fff;font-size:.88rem;font-weight:900;text-decoration:none;white-space:nowrap;cursor:pointer}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions{position:relative;flex:0 0 auto}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions>summary{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 13px;border:1px solid #d4d4d8;border-radius:999px;background:#fff;color:#27272a;font-size:.82rem;font-weight:850;white-space:nowrap;cursor:pointer;list-style:none}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions>summary::-webkit-details-marker{display:none}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions>summary svg{width:16px;height:16px;transition:transform .18s ease}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions[open]>summary svg{transform:rotate(180deg)}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions>div{position:absolute;right:0;top:calc(100% + 7px);z-index:900;width:160px;display:grid;gap:3px;border:1px solid #e4e4e7;border-radius:10px;background:#fff;padding:5px;box-shadow:0 14px 34px rgba(15,23,42,.15)}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions a{display:flex;align-items:center;gap:9px;min-height:42px;border-radius:7px;color:#18181b;padding:0 9px;font-size:.82rem;font-weight:850;text-decoration:none}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions a:hover{background:#f4f4f5}
[data-txp-scope="single-content"].txp-single-event-content .txp-directions-app-icon{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center}
[data-txp-scope="single-content"].txp-single-event-content .txp-directions-app-icon svg{display:block;width:100%;height:100%}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__interactive-map{position:relative;z-index:0;isolation:isolate;width:100%;height:360px;margin-top:14px;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#e5e7eb}
[data-txp-scope="single-content"].txp-single-event-content .leaflet-control-attribution{margin:0 4px 4px 0!important;border-radius:5px;background:rgba(255,255,255,.76)!important;color:#71717a!important;padding:2px 5px!important;font-size:9px!important;line-height:1.2!important;box-shadow:0 1px 4px rgba(15,23,42,.08)}
[data-txp-scope="single-content"].txp-single-event-content .leaflet-control-attribution a{color:#52525b!important;text-decoration:none!important}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__credit{margin:7px 0 0;color:#71717a;font-size:.72rem;font-weight:700;line-height:1.4}
.txp-event-location-marker{background:transparent!important;border:0!important}
.txp-event-location-marker svg{display:block;width:32px;height:42px;overflow:visible;filter:drop-shadow(0 5px 7px rgba(127,29,29,.3))}
.txp-event-location-marker path{fill:#e53935;stroke:#fff;stroke-width:2}
.txp-event-location-marker circle{fill:#fff}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report__button{background:#fff;color:#111}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report__title{margin:0;color:#18181b;font-size:1.02rem;line-height:1.28;font-weight:900}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related{overflow:hidden}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card{display:grid;gap:10px;min-width:0;color:#111;text-decoration:none;transition:transform .18s ease}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card:hover{transform:translateY(-2px)}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#eef1f5 0%,#e6ebf2 100%)}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__placeholder{font-size:2rem;font-weight:900;color:#fff}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__copy{display:grid;gap:5px;min-width:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.95rem;line-height:1.18;font-weight:900;color:#111}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__meta,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__date,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__price{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:.84rem;line-height:1.28;color:#6b7280}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__date{white-space:nowrap}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card__price{font-weight:900;color:#111}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__calendar{justify-self:start;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 18px;border:1px solid #111;border-radius:999px;background:#fff;color:#111;font-size:.95rem;font-weight:900;text-decoration:none}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__calendar-icon,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__calendar-icon svg{width:18px;height:18px;display:inline-flex;flex:0 0 auto}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__aside{position:sticky;top:88px;align-self:start;min-width:0;max-height:calc(100vh - 110px);overflow:auto;z-index:2}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__aside .txp-single-event-content__calendar{margin-top:14px;width:100%}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__aside .txp-ticket-wrap{padding-top:0;padding-right:0;padding-left:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__aside .txp-ticket{max-width:none;margin:0}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__field{display:grid;gap:7px;color:#111;font-size:.9rem;font-weight:800}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__field input,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__field textarea{width:100%;border:1px solid #dfe3e8;border-radius:12px;background:#fff;color:#111;padding:12px 13px;font:500 .96rem/1.35 var(--txp-font-body);outline:none}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__field textarea{resize:vertical;min-height:116px}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__secondary,[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__submit{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;font-size:.9rem;font-weight:900;cursor:pointer}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__secondary{border:1px solid #dfe3e8;background:#fff;color:#111}
[data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__submit{border:1px solid #111;background:#111;color:#fff}
@media (max-width:1280px){
  [data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search{width:min(100%,600px)}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__masthead{gap:18px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu{gap:12px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu-link{font-size:.92rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__body{grid-template-columns:200px minmax(0,1fr);gap:24px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__skeleton,
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  [data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__shell{grid-template-columns:auto auto minmax(0,1fr) auto}
  [data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__menu-link{font-size:.92rem}
}
@media (max-width:1160px){
  [data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu{gap:10px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-desktop__menu-link{font-size:.92rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__panel{padding:24px 24px 30px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__masthead{grid-template-columns:auto minmax(0,1fr);gap:16px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__menu{justify-content:flex-start;overflow:auto;padding-bottom:4px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__utility{display:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__head{grid-template-columns:minmax(0,1fr)}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__close{justify-self:start}
  [data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__shell{grid-template-columns:auto auto minmax(0,1fr) auto;column-gap:14px}
  [data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__search{width:min(100%,350px);min-width:220px}
  [data-txp-scope="header"].txp-header-desktop.is-scrolled .txp-header-desktop__menu{padding-left:18px;gap:10px}
}
@media (max-width:1023px){
  body.txp-header-search-open{overflow:hidden;touch-action:none}
  [data-txp-scope="event-header"].txp-single-event-header{position:sticky;top:0;z-index:2147482300}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__shell{grid-template-columns:44px minmax(0,1fr) auto;grid-template-rows:64px;min-height:64px;padding:0 12px 0 16px;gap:0;align-items:center}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__contact{display:none}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__back:not([hidden]){display:inline-flex;grid-column:1;grid-row:1;justify-self:start}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__brand{position:absolute;left:50%;top:50%;z-index:2;grid-column:auto;grid-row:auto;justify-self:auto;align-self:auto;transform:translate(-50%,-50%)}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__chat{display:inline-flex;grid-column:3;grid-row:1;justify-self:end;align-self:center;height:40px}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-header__brand img{height:21px}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal{display:block;padding:0}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__backdrop{display:none}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__dialog{width:100%;height:100vh;height:100dvh;max-height:none;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(17,17,17,.45) rgba(17,17,17,.08);padding:calc(env(safe-area-inset-top,0px) + 18px) 18px calc(env(safe-area-inset-bottom,0px) + 24px);border:0;border-radius:0;box-shadow:none;transform:translateY(18px);align-content:start}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__dialog::-webkit-scrollbar{width:6px}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__dialog::-webkit-scrollbar-track{background:rgba(17,17,17,.08);border-radius:999px}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__dialog::-webkit-scrollbar-thumb{background:rgba(17,17,17,.42);border-radius:999px}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__head{position:sticky;top:0;z-index:2;align-items:center;padding-bottom:14px;background:#fff}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__title{font-size:1.5rem}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__copy{font-size:.92rem}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__close{width:40px;min-width:40px;height:40px;padding:0;border-radius:999px;font-size:1.5rem;font-weight:900}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item{min-height:56px}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item-label{font-size:.94rem}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__item-status{font-size:.74rem}
  [data-txp-scope="event-header"].txp-single-event-header .txp-single-event-modal__cta{min-height:50px;font-size:.95rem}
  [data-txp-scope="single-hero"].txp-single-event-hero{background:#fff;color:#111}
  [data-txp-scope="single-hero"].txp-single-event-hero::before,[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__backdrop{display:none}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__shell{grid-template-columns:minmax(0,1fr);gap:0;padding:0}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media{order:1}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media-card{width:100%;border-radius:0;box-shadow:none}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__media-actions{left:14px;right:14px;top:14px;gap:10px}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__glass{width:44px;height:44px}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__glass svg{width:23px;height:23px}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__copy{order:2;gap:10px;padding:34px 24px 18px;background:#fff;color:#111}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__preview-badge{min-height:32px;border-color:#111;background:#111;color:#fff;font-size:.72rem;box-shadow:none}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__preview-note{padding:11px 12px;border-color:#d3d8df;background:#f5f7fa;color:#263241;font-size:.9rem;box-shadow:none}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__title{font-size:1.8rem;color:#1d2430}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta{color:#414b57}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-icon,[data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-icon svg{color:#66707c}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-text{font-size:1rem}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-line + .txp-single-event-hero__meta-line{color:#6f7780}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__meta-text strong{color:#111}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact{display:none}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-media{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;overflow:hidden;background:#111;color:#fff;font-weight:900;flex:0 0 auto}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-media img{width:100%;height:100%;object-fit:cover;display:block}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-label{font-size:.88rem;line-height:1.15;font-weight:500;letter-spacing:0;text-transform:none;color:#6b7280}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-title{font-size:1rem;line-height:1.16;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__contact-cta{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:8px;background:#111;color:#fff;font-size:.82rem;font-weight:900;white-space:nowrap}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__badge{min-height:44px;padding:0 16px;font-size:1rem}
  [data-txp-scope="single-hero"].txp-single-event-hero .txp-single-event-hero__badge-icon{font-size:1.2em}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__shell{grid-template-columns:minmax(0,1fr);gap:24px;padding:24px 18px 150px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__main{gap:26px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__title{font-size:1.42rem}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__prose{font-size:.98rem;line-height:1.68}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-route__map{height:330px;border-radius:14px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule{gap:8px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__item{grid-template-columns:54px minmax(0,1fr);gap:12px;padding:14px 0}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__marker{width:48px;min-height:30px;font-size:.76rem}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__activity{font-size:1rem}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-schedule__description{font-size:.93rem}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__card{align-items:flex-start;flex-direction:column;gap:12px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__map{width:100%}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions{width:100%}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions>summary{width:100%}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__directions>div{left:0;right:0;width:100%}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-location__interactive-map{height:300px;border-radius:10px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:18px;overflow:hidden}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-single-event-related__head{padding-right:18px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 18px 4px 0;-webkit-overflow-scrolling:touch}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-grid::after{content:"";flex:0 0 6px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card{flex:0 0 74vw;scroll-snap-align:start}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-related .txp-header-search-card:hover{transform:none}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__details{grid-template-columns:minmax(0,1fr)}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report__card{align-items:flex-start;flex-direction:column;gap:12px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report__button{width:100%}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal{display:block;padding:0}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__backdrop{display:none}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__dialog{width:100%;height:100vh;height:100dvh;max-height:none;overflow-y:auto;padding:calc(env(safe-area-inset-top,0px) + 18px) 18px calc(env(safe-area-inset-bottom,0px) + 24px);border:0;border-radius:0;box-shadow:none;transform:translateY(18px);align-content:start}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__head{position:sticky;top:0;z-index:2;align-items:center;padding-bottom:14px;background:#fff}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__actions{display:grid;grid-template-columns:1fr;gap:10px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__secondary,
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-report-modal__submit{width:100%}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer{display:grid}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact{gap:14px;min-height:58px;padding:10px 12px;border-radius:8px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-media{width:42px;height:42px;font-size:.95rem}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-copy{gap:3px}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-title{font-size:1rem;line-height:1.16}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-label{font-size:.88rem;line-height:1.15;font-weight:500}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__producer .txp-single-event-hero__contact-cta{min-height:34px;padding:0 12px;border-radius:8px;font-size:.82rem}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__aside{position:static;max-height:none;overflow:visible;padding-bottom:0;order:-1}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__aside .txp-ticket-wrap{padding-bottom:0}
  [data-txp-scope="single-content"].txp-single-event-content .txp-single-event-content__aside .txp-single-event-content__calendar{margin-top:8px;margin-bottom:0}
  [data-txp-scope="header"].txp-header-desktop{position:relative;padding:0;min-height:var(--txp-header-mobile-shell-height,126px);background:#fff;backdrop-filter:none;box-shadow:none;border-bottom-color:transparent}
  [data-txp-scope="header"].txp-header-desktop .txp-header-desktop__shell{display:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__shell{display:grid;position:fixed;top:0;left:0;right:0;z-index:80;background:#050505;box-shadow:none;border-bottom:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__topbar{display:grid;grid-template-columns:44px minmax(0,1fr) auto 40px;align-items:center;column-gap:8px;min-height:64px;padding:6px var(--txp-home-edge);background:#050505;color:#fff}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__brand{display:inline-flex;align-items:center;justify-content:flex-start;width:44px;min-width:44px;text-decoration:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__brand-image{width:44px;height:auto;max-height:21px;display:block;filter:brightness(0) invert(1)}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__brand-fallback{font-family:var(--txp-font-display);font-size:1.7rem;font-weight:900;letter-spacing:-.05em;color:#fff}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location{display:inline-flex;align-items:center;gap:5px;min-width:0;min-height:40px;overflow:hidden;padding:0;border:0;background:transparent;text-decoration:none;color:#fff;font-size:.84rem;font-weight:650;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-icon svg,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-chevron,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-chevron svg,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__ticket-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__ticket-icon svg,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__menu svg{width:22px;height:22px;display:inline-flex;flex:0 0 auto}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-chevron{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;flex:0 0 15px;color:#fff}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-chevron svg{width:15px;height:15px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__ticket{display:inline-flex;align-items:center;gap:5px;min-height:38px;padding:0 9px;border:1px solid rgba(255,255,255,.42);border-radius:9px;background:#171717;color:#fff;text-decoration:none;font-size:.8rem;font-weight:750;white-space:nowrap;box-shadow:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-icon svg,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__ticket-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__ticket-icon svg{width:19px;height:19px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__ticket.is-active,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__ticket[aria-current="page"]{border-color:#fff;background:#fff;color:#111;box-shadow:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__menu{width:40px;height:40px;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;cursor:pointer;-webkit-appearance:none;appearance:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__search-wrap{padding:10px 14px;background:#fff}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__search{display:flex;align-items:center;gap:12px;width:100%;min-height:42px;padding:0 14px;border:1px solid #e6e9ee;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(17,17,17,.08);cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__search-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__search-icon svg{width:20px;height:20px;display:inline-flex;flex:0 0 auto;color:#737a84}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__search-trigger-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8a9099;font:500 .98rem/1.2 var(--txp-font-body)}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__search-trigger-text.is-filled{color:#111}
  body.txp-header-mobile-menu-open{overflow:hidden;touch-action:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer{position:fixed;inset:0;z-index:150;display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer.is-visible{opacity:1;visibility:visible;pointer-events:auto}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer.is-closing{opacity:0;visibility:hidden;pointer-events:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(17,17,17,.28);padding:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__panel{position:absolute;top:0;right:0;bottom:0;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;align-content:start;gap:16px;width:min(88vw,380px);max-width:100%;padding:calc(env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 20px);background:#fff;color:#111;box-shadow:-24px 0 70px rgba(17,17,17,.18);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;transform:translateX(18px);opacity:0;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .18s ease}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer.is-visible .txp-header-mobile-drawer__panel{transform:translateX(0);opacity:1}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer.is-closing .txp-header-mobile-drawer__panel{transform:translateX(18px);opacity:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__title{margin:0;font-size:1.12rem;line-height:1.1;font-weight:900;color:#111;letter-spacing:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #e6e9ee;border-radius:12px;background:#fff;color:#111;font-size:1.55rem;line-height:1;cursor:pointer;-webkit-appearance:none;appearance:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__account,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__login{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:14px;border:1px solid #e6e9ee;border-radius:12px;background:#fafbfc;color:#111;text-decoration:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__avatar{width:42px;height:42px;font-size:.82rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__account-copy,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__login-copy{display:grid;gap:4px;min-width:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__account-copy strong,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__login-copy strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.15;font-weight:900;color:#111}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__account-copy span,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__login-copy span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;line-height:1.25;font-weight:600;color:#697381}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__login-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__login-icon svg{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:#111}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__login-icon{border-radius:12px;background:#fff;border:1px solid #e6e9ee}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__login-icon svg{width:22px;height:22px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__section{display:grid;gap:8px;min-width:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__section-title{padding:0 4px;color:#7b8592;font-size:.74rem;line-height:1.2;font-weight:900;letter-spacing:0;text-transform:uppercase}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__section-links{display:grid;gap:4px;min-width:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav{display:grid;align-content:start;gap:18px;min-height:0;overflow:visible;padding:2px 0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:12px;width:100%;min-height:50px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#111;text-align:left;text-decoration:none;font-size:.98rem;line-height:1.2;font-weight:800;cursor:pointer;-webkit-appearance:none;appearance:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link:hover,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link:focus-visible{background:#f3f5f7;outline:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link.is-active,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link[aria-current="page"]{background:#111;color:#fff}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-icon svg{width:22px;height:22px;display:inline-flex;flex:0 0 auto;color:#6f7780}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link.is-active .txp-header-mobile-drawer__nav-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link.is-active .txp-header-mobile-drawer__nav-icon svg,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link[aria-current="page"] .txp-header-mobile-drawer__nav-icon,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__nav-link[aria-current="page"] .txp-header-mobile-drawer__nav-icon svg{color:currentColor}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__actions{display:grid;gap:6px;padding-top:10px;border-top:1px solid #eceff3}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__actions a{display:flex;align-items:center;min-height:44px;padding:0 12px;border-radius:8px;color:#111;text-decoration:none;font-size:.94rem;font-weight:800}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__actions a:hover,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__actions a:focus-visible{background:#f3f5f7;outline:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay{position:fixed;inset:0;top:0;padding:0;background:rgba(255,255,255,.96)}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__backdrop{display:block;background:transparent}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__panel{width:100vw;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 40px);border:0;border-radius:0;box-shadow:none;box-sizing:border-box;overflow-y:auto;scroll-padding-bottom:calc(env(safe-area-inset-bottom,0px) + 40px)}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__masthead{display:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__head{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form{grid-column:2;grid-row:1;min-height:52px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__location{grid-column:1 / -1;grid-row:2;min-height:46px;justify-content:flex-start}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__close{grid-column:1;grid-row:1;width:52px;min-width:52px;min-height:52px;padding:0;justify-content:center;justify-self:start;border:1px solid #e6e9ee;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(17,17,17,.08)}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__close:hover{background:#fff;box-shadow:0 10px 24px rgba(17,17,17,.08);transform:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-location-modal{align-items:stretch;padding:0;background:#fff}
  [data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__backdrop{display:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__dialog{width:100vw;max-width:none;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 18px) 16px calc(env(safe-area-inset-bottom,0px) + 18px);border:0;border-radius:0;box-shadow:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__title{font-size:1.12rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__close{width:38px;height:38px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-location-option{min-height:50px;padding:0 12px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__body{grid-template-columns:minmax(0,1fr);gap:20px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__sidebar{position:static;gap:12px;padding-top:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay.is-history-empty:not(.has-active-query) .txp-header-search-overlay__sidebar{display:grid}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay.has-active-query .txp-header-search-overlay__sidebar{display:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__sidebar-title{font-size:.95rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__history{gap:10px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__main{padding-bottom:calc(env(safe-area-inset-bottom,0px) + 12px)}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__title{font-size:1.45rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__summary{font-size:.94rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__skeleton,
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-grid{grid-template-columns:minmax(0,1fr);gap:16px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card{grid-template-columns:132px minmax(0,1fr);align-items:start;column-gap:12px;row-gap:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media{height:74px;aspect-ratio:auto;border-radius:10px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__copy{min-width:0;gap:4px;padding-top:2px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__title{-webkit-line-clamp:2;font-size:.96rem;line-height:1.16}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__meta{font-size:.84rem;line-height:1.28}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__date{font-size:.83rem;line-height:1.24}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card{grid-template-columns:132px minmax(0,1fr);align-items:start;column-gap:12px;row-gap:8px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__media{grid-column:1;grid-row:1 / span 3;height:74px;aspect-ratio:auto;border-radius:10px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line{grid-column:2}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line.is-title{grid-row:1;width:92%}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line:not(.is-title):not(.is-short){grid-row:2;width:86%}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-skeleton-card__line.is-short{grid-row:3;width:58%}
}
@media (max-width:380px){
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__topbar{grid-template-columns:40px minmax(0,1fr) auto 38px;column-gap:5px;padding:6px 8px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__brand{width:40px;min-width:40px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__brand-image{width:40px;max-height:19px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location{gap:4px;font-size:.8rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-chevron,
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__location-chevron svg{display:inline-flex;width:13px;height:13px;flex-basis:13px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__ticket{gap:4px;min-height:36px;padding:0 7px;font-size:.76rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile__menu{width:38px;height:38px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-mobile-drawer__panel{width:92vw}
}
[data-txp-scope="header"].txp-header-desktop .txp-favorite-btn--card{position:absolute;right:12px;top:12px;z-index:5;width:38px;height:38px}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-wrap .txp-favorite-btn--card,
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media .txp-favorite-btn--card,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media-wrap .txp-favorite-btn--card,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media .txp-favorite-btn--card{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:38px !important;height:38px !important;min-width:38px !important;min-height:38px !important;max-width:38px !important;max-height:38px !important;padding:0 !important;border:1px solid rgba(255,255,255,.72) !important;border-radius:999px !important;background:rgba(255,255,255,.82) !important;color:#111 !important;line-height:1 !important;box-shadow:0 12px 24px rgba(17,17,17,.18),inset 0 1px 0 rgba(255,255,255,.52) !important;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);overflow:hidden !important}
[data-txp-scope="event-listing"].txp-event-listing .txp-favorite-btn--card svg,
[data-txp-scope="header"].txp-header-desktop .txp-favorite-btn--card svg{width:20px;height:20px}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-wrap .txp-favorite-btn--card svg,
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media .txp-favorite-btn--card svg,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media-wrap .txp-favorite-btn--card svg,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media .txp-favorite-btn--card svg{display:block !important;width:17px !important;height:17px !important;margin:0 !important;fill:none;color:currentColor;overflow:visible}
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media-wrap .txp-favorite-btn--card.is-favorite svg,
[data-txp-scope="event-listing"].txp-event-listing .txp-header-search-card__media .txp-favorite-btn--card.is-favorite svg,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media-wrap .txp-favorite-btn--card.is-favorite svg,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media .txp-favorite-btn--card.is-favorite svg{fill:#111}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay .txp-favorite-btn--card{display:none !important}
/* /TXPASS HEADER REFERENCE CSS */

/* TXPASS HEADER IMAGE FIX */
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media-wrap{
  position:relative;
  display:block;
  width:100%;
  min-width:0;
  overflow:hidden;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-width:0 !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#eef1f5 0%,#e6ebf2 100%);
  isolation:isolate;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__image{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  min-width:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  opacity:1 !important;
  transform:none !important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media-skeleton{
  display:none !important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-card__placeholder{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
}
@media (max-width:1023px){
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media-wrap{
    width:132px;
    max-width:132px;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__media{
    height:74px !important;
    aspect-ratio:auto !important;
  }
}
/* /TXPASS HEADER IMAGE FIX */

/* TXPASS HEADER LOCATION MOBILE FIX */
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search{
  position:relative!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:12px!important;
  min-height:58px!important;
  padding:0 18px!important;
  box-sizing:border-box!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search-icon{
  position:static!important;
  inset:auto!important;
  margin:0!important;
  width:22px!important;
  height:22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  transform:none!important;
  pointer-events:none!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search-icon svg{
  width:22px!important;
  height:22px!important;
  display:block!important;
  transform:none!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search input[type="search"]{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:56px!important;
  min-height:56px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#111!important;
  font:700 1.05rem/56px var(--txp-font-body)!important;
  text-align:left!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-location-modal__search input[type="search"]::placeholder{
  color:#8c95a1!important;
  opacity:1!important;
  font-weight:600!important;
}

/* TXPASS HEADER SEARCH CARDS HOME STYLE */
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:start!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  min-width:0!important;
  color:#111!important;
  text-decoration:none!important;
  transition:transform .22s ease!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card:hover{
  transform:translateY(-3px)!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__media-wrap{
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  overflow:visible!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__media{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#eef1f5 0%,#e6ebf2 100%)!important;
  box-shadow:0 12px 28px rgba(17,17,17,.08)!important;
  isolation:isolate!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:none!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  transform:scale(1)!important;
  transition:transform .34s cubic-bezier(.22,1,.36,1),filter .34s ease!important;
  user-select:none!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card:hover .txp-header-search-card__image,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card:focus-within .txp-header-search-card__image{
  transform:scale(1.045)!important;
  filter:saturate(1.06)!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__copy{
  display:grid!important;
  gap:5px!important;
  min-width:0!important;
  padding-top:0!important;
  color:#111!important;
  text-decoration:none!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__title{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  font-size:.98rem!important;
  line-height:1.18!important;
  font-weight:950!important;
  color:#111!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__meta,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__date,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__price{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:.85rem!important;
  line-height:1.28!important;
  color:#6b7280!important;
  font-weight:650!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__price{
  font-weight:950!important;
  color:#111!important;
}
@media (max-width:1180px){
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
}
@media (max-width:760px){
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-grid{grid-template-columns:1fr!important;gap:14px!important}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card:hover{transform:none!important}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card:hover .txp-header-search-card__image,
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card:focus-within .txp-header-search-card__image{transform:scale(1)!important;filter:none!important}
}

/* TXPASS MY TICKETS STYLE GUARD */
.txp-my-tickets-wrap{
  max-width:820px!important;
  margin:12px auto!important;
  padding:8px!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  color:var(--txp-text,#111)!important;
}
.txp-my-tickets-wrap .txp-my-tickets-search{
  background:#fff!important;
  border:1px solid var(--txp-line,#e5e7eb)!important;
  border-radius:16px!important;
  box-shadow:var(--txp-shadow,0 10px 30px rgba(17,17,17,.08))!important;
  padding:18px!important;
  display:grid!important;
  gap:12px!important;
}
.txp-my-tickets-wrap .txp-my-ticket{
  background:#fff!important;
  border:1px solid var(--txp-line,#e5e7eb)!important;
  border-radius:14px!important;
  box-shadow:var(--txp-shadow,0 10px 30px rgba(17,17,17,.08))!important;
  padding:0!important;
  overflow:visible!important;
}
.txp-my-tickets-wrap .txp-my-ticket-summary{
  padding:10px 12px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
}
.txp-my-tickets-wrap .txp-my-ticket-thumb{
  width:52px!important;
  height:52px!important;
  border-radius:10px!important;
  border:1px solid var(--txp-line,#e5e7eb)!important;
  background:#f3f4f6!important;
  overflow:hidden!important;
}
.txp-my-tickets-wrap .txp-my-ticket-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.txp-my-tickets-wrap .btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  border-radius:999px!important;
  padding:12px 18px!important;
  font-weight:900!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
.txp-my-tickets-wrap .btn.primary{
  background:#000!important;
  border:1px solid #000!important;
  color:#fff!important;
}
.txp-my-tickets-wrap .btn.out{
  background:#fff!important;
  border:1px solid #000!important;
  color:#111!important;
}
@media (max-width:719px){
  .txp-my-tickets-wrap .txp-my-ticket-summary{grid-template-columns:1fr!important;gap:9px!important}
  .txp-my-tickets-wrap .txp-my-ticket-head{grid-template-columns:46px minmax(0,1fr)!important}
  .txp-my-tickets-wrap .txp-my-ticket-thumb{width:46px!important;height:46px!important}
  .txp-my-tickets-wrap .txp-my-ticket-actions{justify-content:flex-start!important}
}

/* TXPASS HEADER SEARCH MOBILE COMPACT RESTORE */
@media (max-width:760px){
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card{
    display:grid!important;
    grid-template-columns:132px minmax(0,1fr)!important;
    align-items:start!important;
    column-gap:12px!important;
    row-gap:0!important;
    transform:none!important;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__media-wrap{
    width:132px!important;
    max-width:132px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__media{
    width:132px!important;
    height:74px!important;
    aspect-ratio:auto!important;
    border-radius:10px!important;
    box-shadow:none!important;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__image{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center!important;
    transform:none!important;
    filter:none!important;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__copy{
    min-width:0!important;
    gap:4px!important;
    padding-top:2px!important;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__title{
    -webkit-line-clamp:2!important;
    font-size:.96rem!important;
    line-height:1.16!important;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__meta{
    font-size:.84rem!important;
    line-height:1.28!important;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__date,
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__results .txp-header-search-card__price{
    font-size:.83rem!important;
    line-height:1.24!important;
  }
}

/* TXPASS HEADER SEARCH INPUT SAFARI FIX */
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__summary:empty{display:none}
@media (max-width:760px){
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__body{gap:14px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__sidebar{gap:8px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__sidebar-section{gap:8px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__categories{
    width:calc(100vw - 32px);
    flex-wrap:nowrap;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__categories::-webkit-scrollbar{display:none}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__category{flex:0 0 auto;min-height:38px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__more{min-height:34px;padding:0 9px;font-size:.84rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__main{gap:14px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__section-head{gap:0}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__title{font-size:1.35rem}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-grid{gap:13px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__copy{gap:3px}
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__meta{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:.8rem;
    line-height:1.2;
    font-weight:600;
  }
  [data-txp-scope="header"].txp-header-desktop .txp-header-search-card__date{
    font-size:.8rem;
    line-height:1.2;
    font-weight:600;
  }
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form input[type="search"],
[data-txp-scope="header"].txp-header-desktop .txp-header-mobile__search input[type="search"],
[data-txp-scope="header"].txp-header-desktop .txp-header-desktop__search input[type="search"]{
  -webkit-appearance:none!important;
  appearance:none!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  background-color:transparent!important;
  padding:0!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form input[type="search"]::-webkit-search-decoration,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form input[type="search"]::-webkit-search-cancel-button,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form input[type="search"]::-webkit-search-results-button,
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form input[type="search"]::-webkit-search-results-decoration{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:none!important;
}
[data-txp-scope="header"].txp-header-desktop .txp-header-search-overlay__form input[type="search"]:focus{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

/* TXPASS MOBILE PARTICIPANT FORM REFINEMENT */
html body .txp-form-wrap .txp-form .btn,
html body .txp-form-wrap .txp-form a.btn,
html body .txp-form-wrap .txp-form button.btn,
html body .txp-form-wrap .pix-step .btn,
html body .txp-ticket-wrap .btn{
  -webkit-appearance:none!important;
  appearance:none!important;
  min-height:48px!important;
  border-radius:999px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:.96rem!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  cursor:pointer!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
html body .txp-form-wrap .txp-form .btn:not(.back):not(.out):not(.whatsapp),
html body .txp-form-wrap .pix-step .btn:not(.back):not(.out):not(.whatsapp),
html body .txp-ticket-wrap .btn:not(.back):not(.out):not(.whatsapp){
  border:1px solid #111!important;
  background:#111!important;
  background-color:#111!important;
  color:#fff!important;
}
html body .txp-form-wrap .txp-form .btn.back,
html body .txp-form-wrap .txp-form .btn.out,
html body .txp-form-wrap .pix-step .btn.back,
html body .txp-form-wrap .pix-step .btn.out,
html body .txp-ticket-wrap .btn.back,
html body .txp-ticket-wrap .btn.out{
  border:1px solid #111!important;
  background:#fff!important;
  background-color:#fff!important;
  color:#111!important;
}
html body .txp-form-wrap .txp-form .btn:hover,
html body .txp-form-wrap .txp-form .btn:focus-visible,
html body .txp-form-wrap .pix-step .btn:hover,
html body .txp-form-wrap .pix-step .btn:focus-visible,
html body .txp-ticket-wrap .btn:hover,
html body .txp-ticket-wrap .btn:focus-visible{
  transform:translateY(-1px)!important;
  outline:none!important;
}
.txp-participant-remove{
  -webkit-appearance:none!important;
  appearance:none!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  padding:0!important;
  border:1px solid #b4234f!important;
  border-radius:10px!important;
  background:#fff!important;
  background-color:#fff!important;
  color:#b4234f!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:.88rem!important;
  font-weight:850!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.txp-participant-remove svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.txp-participant-remove:hover,
.txp-participant-remove:focus-visible{
  background:#b4234f!important;
  background-color:#b4234f!important;
  border-color:#b4234f!important;
  color:#fff!important;
  outline:none!important;
}

@media (max-width:719px){
  .txp-form-wrap .txp-ticket-participants{
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    padding:0!important;
    gap:14px!important;
  }
  .txp-form-wrap .txp-ticket-participants > .txp-event-questions-title{
    padding:0 2px 12px!important;
    color:#111!important;
    font-size:1.04rem!important;
    font-weight:950!important;
    line-height:1.15!important;
  }
  .txp-form-wrap .txp-ticket-participant-card{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:16px!important;
    border:1px solid #e1e4e8!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(17,24,39,.045)!important;
  }
  .txp-form-wrap .txp-ticket-participant-card[data-participant-index="0"]{
    border:1px solid #e1e4e8!important;
    padding:16px!important;
  }
  .txp-form-wrap .txp-participant-title{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto!important;
    align-items:center!important;
    justify-content:stretch!important;
    gap:8px 10px!important;
    margin:0 0 2px!important;
  }
  .txp-form-wrap .txp-participant-title > span{
    min-width:0!important;
    color:#111!important;
    font-size:1.04rem!important;
    font-weight:950!important;
    line-height:1.14!important;
    overflow-wrap:anywhere!important;
  }
  .txp-form-wrap .txp-participant-badge{
    justify-self:start!important;
    min-height:24px!important;
    padding:0 9px!important;
    background:#e8f9df!important;
    border-color:#e8f9df!important;
    color:#135f2b!important;
    font-size:.68rem!important;
  }
  .txp-form-wrap .txp-participant-remove{
    grid-column:auto!important;
    justify-self:end!important;
    margin-top:0!important;
  }
  .txp-form-wrap .txp-ticket-participant-card label{
    gap:6px!important;
  }
  .txp-form-wrap .txp-ticket-participant-card input[type=text],
  .txp-form-wrap .txp-ticket-participant-card input[type=email],
  .txp-form-wrap .txp-ticket-participant-card input[type=tel],
  .txp-form-wrap .txp-ticket-participant-card select{
    min-height:54px!important;
    border-radius:999px!important;
    padding:0 18px!important;
    font-size:1rem!important;
  }
  .txp-form-wrap .txp-ticket-participant-card input.txp-input-icon,
  .txp-form-wrap .txp-ticket-participant-card input.txp-input-icon:hover,
  .txp-form-wrap .txp-ticket-participant-card input.txp-input-icon:focus,
  .txp-form-wrap .txp-ticket-participant-card input.txp-input-icon:placeholder-shown{
    padding-left:52px!important;
    background-position:left 18px center!important;
  }
  .txp-form-wrap .txp-ticket-participant-card input.txp-input-icon.txp-valid,
  .txp-form-wrap .txp-ticket-participant-card input.txp-input-icon.txp-invalid{
    padding-left:52px!important;
    background-position:right 12px center,left 18px center!important;
  }
  .txp-form-wrap .txp-ticket-participant-card .txp-field-control>input{padding-left:52px!important}
  .txp-form-wrap .txp-participant-shirt-field{
    gap:9px!important;
    margin-top:2px!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes .size{
    grid-template-columns:46px minmax(0,1fr)!important;
    min-height:64px!important;
    gap:10px!important;
    padding:8px 10px!important;
    border-radius:16px!important;
    box-shadow:none!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes .size:has(input:checked){
    border:3px solid #111!important;
    box-shadow:none!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes .shirt-thumb{
    width:46px!important;
    height:46px!important;
    border-radius:12px!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes .shirt-card-body{
    gap:4px!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes .shirt-card-title{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    font-size:.94rem!important;
    line-height:1.12!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes .shirt-card-name{
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes .shirt-card-badge{
    min-height:22px!important;
    padding:0 8px!important;
    font-size:.64rem!important;
  }
  .txp-form-wrap .txp-participant-shirt-sizes .shirt-card-stock{
    font-size:.84rem!important;
    line-height:1.18!important;
  }
  .txp-form-wrap .txp-participant-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .txp-form-wrap .txp-participant-add{
    width:100%!important;
    min-height:48px!important;
    border-radius:999px!important;
  }
  .txp-form-wrap .txp-form .nav{
    gap:10px!important;
  }
  .txp-form-wrap .txp-form .nav .btn{
    width:100%!important;
    min-height:52px!important;
  }
}
/* /TXPASS MOBILE PARTICIPANT FORM REFINEMENT */
.txp-checkout-installments{margin:14px 0 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.45fr);gap:7px 14px;align-items:center;border:1px solid #e2e5e9;border-radius:14px;background:#f8f9fa;padding:14px}.txp-checkout-installments>span{font-weight:850;color:#17181b}.txp-checkout-installments select{min-height:44px;border:1px solid #d8dce2;border-radius:10px;background:#fff;padding:0 12px;font:750 14px/1 inherit}.txp-checkout-installments small{grid-column:1/-1;color:#697386;font-size:11px}@media(max-width:640px){.txp-checkout-installments{grid-template-columns:1fr}}
.txp-event-payment-clarity{margin-top:14px;border:1px solid #dce1e7;border-radius:14px;background:#f8fafc;padding:16px}.txp-event-payment-clarity>strong{display:block;margin-bottom:10px;color:#111827;font-size:14px}.txp-event-payment-clarity p{margin:6px 0;color:#566176;font-size:12px;line-height:1.5}.txp-event-payment-clarity b{color:#111827}
.txp-event-payment-costs{margin-top:14px;border:1px solid #dce1e7;border-radius:14px;background:#fff;padding:16px}.txp-event-payment-costs>strong{display:block;margin-bottom:10px;color:#111827;font-size:14px}.txp-event-payment-costs p{margin:6px 0;color:#566176;font-size:12px;line-height:1.5}.txp-event-payment-costs b{color:#111827}.txp-event-payment-costs small{display:block;margin-top:10px;border-radius:9px;background:#f1f5f9;padding:9px;color:#344054;font-size:11px;font-weight:800}

/* Seletor de pagamento: impede que a regra genérica dos labels desmonte o card */
.txp-form-wrap label.txp-checkout-payment-method__option{
  min-height:76px;
  margin:0;
  border:1px solid #d0d5dd;
  border-radius:14px;
  background:#fff;
  display:grid;
  grid-template-columns:20px 42px minmax(0,1fr);
  align-items:center;
  gap:13px;
  padding:14px 16px;
  cursor:pointer
}
.txp-form-wrap label.txp-checkout-payment-method__option.is-selected{
  border-color:#111;
  background:#fff;
  box-shadow:0 0 0 1px #111
}
.txp-form-wrap .txp-checkout-payment-method__icon{
  width:42px;
  height:42px;
  border:1px solid #dfe3e8;
  border-radius:12px;
  background:#fff;
  padding:9px
}
.txp-form-wrap .txp-checkout-payment-method__icon svg{
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:#111;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.txp-form-wrap .txp-checkout-payment-method__copy{
  display:grid;
  gap:2px;
  min-width:0
}
.txp-form-wrap .txp-checkout-payment-method__copy strong{font-size:1rem;line-height:1.2}
.txp-form-wrap .txp-checkout-payment-method__copy small{font-size:.78rem;line-height:1.3}
.txp-checkout-payment-method__badge{display:none!important}
@media(max-width:719px){
  .txp-form-wrap label.txp-checkout-payment-method__option{
    min-height:70px;
    grid-template-columns:18px 40px minmax(0,1fr);
    gap:10px;
    padding:12px
  }
  .txp-form-wrap .txp-checkout-payment-method__icon{width:40px;height:40px}
}

/* Ações destrutivas seguem a identidade neutra da TXPASS */
html body .txp-form-wrap .txp-participant-remove{
  border-color:#d0d5dd!important;
  background:#fff!important;
  background-color:#fff!important;
  color:#111!important
}
html body .txp-form-wrap .txp-participant-remove:hover,
html body .txp-form-wrap .txp-participant-remove:focus-visible{
  border-color:#111!important;
  background:#111!important;
  background-color:#111!important;
  color:#fff!important
}
