.tmx-mc{min-height:100dvh;color:var(--text-primary);background:var(--bg-page, var(--bg-section))}.tmx-mc :where(a,button,input,select,textarea):focus-visible{outline:3px solid #005fcc;outline-offset:3px}.tmx-mc-page{display:flex;flex-direction:column;min-height:100dvh}.tmx-mc-auth-shell{display:grid;flex:1;width:100%;place-items:center;padding:2rem 1rem;background:var(--bg-section)}.tmx-mc-shell{display:flex;flex:1;justify-content:center;background:var(--bg-section);font-family:Geist,system-ui,sans-serif;font-variant-numeric:tabular-nums}.tmx-mc-shell__inner{width:100%;max-width:77.5rem;padding:2rem 1rem 4rem}.tmx-mc-ready{display:grid;gap:1.5rem}.mc-mob-tickets-wrap{display:flex;flex-direction:column;gap:0}.mc-mob-card-header{display:flex}.mc-empty-events-grid{grid-template-columns:1fr!important}.mc-refund-row{justify-content:stretch!important}.mc-refund-btn{width:100%}.tmx-mc-auth-card{display:grid;width:min(100%,30rem);gap:1.5rem;padding:1.25rem;border:1px solid var(--border-default);border-radius:var(--radius-xl);background:var(--white);box-shadow:var(--shadow-soft)}.tmx-mc-auth-card__context{margin:0;color:var(--text-muted, var(--gray-text));text-align:center;font-size:.875rem;line-height:1.5}.tmx-mc-auth,.tmx-mc-auth__identity,.tmx-mc-auth__form,.tmx-mc-auth__field,.tmx-mc-auth__passkey{display:grid;min-width:0}.tmx-mc-auth{gap:1.25rem}.tmx-mc-auth__identity,.tmx-mc-auth__form,.tmx-mc-auth__passkey{gap:.875rem}.tmx-mc-auth__field{gap:.375rem;font-weight:600}.tmx-mc-auth__helper,.tmx-mc-auth__hint,.tmx-mc-auth__support{margin:0;color:var(--text-muted, var(--gray-text));line-height:1.55}.tmx-mc-auth__input{box-sizing:border-box;width:100%;min-height:48px;padding:.75rem 1rem;border:1px solid var(--border-brand, var(--border-default));border-radius:var(--radius-md);color:var(--text-primary);background:var(--bg-input, var(--white));font:inherit;font-size:1rem}.tmx-mc-auth__otp-input{background-image:linear-gradient(to right,transparent calc(100% - 1px),var(--border-default) calc(100% - 1px));background-size:calc(100% / 6) 100%;letter-spacing:.45em;text-align:center}.tmx-mc-auth__primary,.tmx-mc-auth__passkey-button,.tmx-mc-auth__text-button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:48px;padding:.75rem 1rem;border:1px solid var(--primary);border-radius:var(--radius-pill);color:var(--white);background:var(--primary);font:inherit;font-weight:700;cursor:pointer}.tmx-mc-auth__passkey-button{color:var(--primary-on-tint);background:transparent}.tmx-mc-auth__text-button{min-height:44px;padding:.5rem .75rem;border-color:transparent;color:var(--primary-on-tint);background:transparent;font-size:.875rem}.tmx-mc-auth :where(button:disabled){border-color:var(--gray-border);color:var(--text-disabled);background:var(--bg-section);cursor:not-allowed}.tmx-mc-auth__secondary-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.tmx-mc-auth__divider{display:flex;align-items:center;gap:.75rem;margin:0;color:var(--text-muted, var(--gray-text))}.tmx-mc-auth__divider:before,.tmx-mc-auth__divider:after{height:1px;flex:1;background:var(--border-default);content:""}.tmx-mc-auth__error{margin:0;padding:.75rem;border-radius:var(--radius-md);color:var(--error-text);background:var(--error-bg);line-height:1.45}.tmx-mc-auth__support{color:var(--text-primary)}.tmx-mc-auth__support-link{display:inline-flex;align-items:center;min-width:44px;min-height:44px;color:var(--primary-on-tint);font-weight:700}.tmx-mc-state{display:grid;gap:12px;width:min(calc(100% - 32px),640px);margin:0 auto;padding:var(--space-card-pad);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-soft)}.tmx-mc-state--loading{background:var(--bg-light)}.tmx-mc-state--empty{background:var(--info-bg);border-color:var(--info-border)}.tmx-mc-state--error{color:var(--error-text);background:var(--error-bg);border-color:var(--error-border)}.tmx-mc-state__title{font-size:var(--fs-h3);line-height:1.2}.tmx-mc-state__description{color:var(--text-muted);line-height:1.5}.tmx-mc-state--error .tmx-mc-state__description{color:inherit}.tmx-mc-state__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.tmx-mc-action{min-height:44px}.tmx-mc-action :where(a,button){display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px}.tmx-mc-status-badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 10px;border-radius:var(--radius-pill);font-size:.875rem;font-weight:700;line-height:1.25}.tmx-mc-status-badge__icon{display:inline-flex;flex:0 0 auto}.tmx-mc-status-badge[data-tone=neutral]{color:var(--text-muted);background:var(--zinc-100)}.tmx-mc-status-badge[data-tone=info]{color:var(--text-primary);background:var(--info-bg)}.tmx-mc-status-badge[data-tone=success]{color:var(--success-text);background:var(--success-bg)}.tmx-mc-status-badge[data-tone=warning]{color:var(--warning-text);background:var(--warning-bg)}.tmx-mc-status-badge[data-tone=error]{color:var(--error-text);background:var(--error-bg)}.tmx-mc-dialog,.tmx-mc-dialog *{box-sizing:border-box}.tmx-mc-dialog{position:fixed;inset:0;z-index:70;display:grid;place-items:center;overflow-y:auto;padding:max(.75rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left));background:#0000008c}.tmx-mc-dialog__panel{display:flex;flex-direction:column;width:min(100%,30rem);max-height:min(92dvh,52rem);overflow:hidden;border-radius:var(--radius-lg);background:var(--white, #fff);box-shadow:0 1.25rem 3.75rem #0000004d}.tmx-mc-dialog__panel[data-size=wide]{width:min(100%,40rem)}.tmx-mc-dialog__header,.tmx-mc-dialog__body,.tmx-mc-dialog__footer{padding-inline:1rem}.tmx-mc-dialog__header{flex:none;padding-block:1.125rem .875rem;border-bottom:1px solid var(--border-default)}.tmx-mc-dialog__header h2{margin:0;color:var(--text-primary);font-family:Bebas Neue,sans-serif;font-size:clamp(1.75rem,8vw,2.25rem);line-height:1;letter-spacing:.035em}.tmx-mc-dialog__header p{margin:.5rem 0 0;color:var(--text-muted, var(--gray-text));font-size:.875rem;line-height:1.5}.tmx-mc-dialog__body{display:grid;gap:1rem;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-block:1rem}.tmx-mc-dialog__footer{display:grid;flex:none;grid-template-columns:1fr;gap:.625rem;padding-block:.875rem max(.875rem,env(safe-area-inset-bottom));border-top:1px solid var(--border-default);background:var(--white, #fff)}.tmx-mc-dialog__footer button,.tmx-mc-dialog__upload,.tmx-mc-dialog__evidence-preview button{min-width:44px;min-height:48px;padding:.75rem 1rem;border-radius:var(--radius-pill);font:inherit;font-size:.875rem;font-weight:700;cursor:pointer}.tmx-mc-dialog__footer button:disabled,.tmx-mc-dialog__upload:disabled,.tmx-mc-dialog__evidence-preview button:disabled{cursor:not-allowed;opacity:.55}.tmx-mc-dialog__primary{border:1px solid var(--primary);color:var(--white, #fff);background:var(--primary)}.tmx-mc-dialog__secondary,.tmx-mc-dialog__evidence-preview button{border:1px solid var(--primary);color:var(--primary);background:var(--white, #fff)}.tmx-mc-dialog__field,.tmx-mc-dialog__options{display:grid;gap:.5rem;min-width:0;margin:0;padding:0;border:0;color:var(--text-primary);font-size:.875rem}.tmx-mc-dialog__field>label,.tmx-mc-dialog__field>span:first-child,.tmx-mc-dialog__options legend{font-weight:700}.tmx-mc-dialog__field input:not([type=file]),.tmx-mc-dialog__field select,.tmx-mc-dialog__field textarea{width:100%;min-height:48px;padding:.75rem;border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-primary);background:var(--white, #fff);font:inherit}.tmx-mc-dialog__field textarea{min-height:6.5rem;resize:vertical}.tmx-mc-dialog__field input[aria-invalid=true]{border-color:var(--error-text, #b42318)}.tmx-mc-dialog__phone{display:flex;align-items:center;min-height:48px;padding-inline:.75rem;border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--white, #fff)}.tmx-mc-dialog__phone:focus-within{border-color:var(--primary)}.tmx-mc-dialog__phone .PhoneInput,.tmx-mc-dialog__phone .PhoneInputInput{width:100%;min-width:0}.tmx-mc-dialog__phone .PhoneInputInput{min-height:44px;border:0;outline:0;font:inherit}.tmx-mc-dialog__option{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-height:48px;padding:.75rem;border:1px solid var(--border-default);border-radius:var(--radius-sm);cursor:pointer}.tmx-mc-dialog__option>span:first-child{display:flex;align-items:center;gap:.625rem;min-width:0}.tmx-mc-dialog__option input{width:1.125rem;height:1.125rem;margin:0;accent-color:var(--primary)}.tmx-mc-dialog__money{display:grid;gap:.125rem;text-align:right}.tmx-mc-dialog__money strong,.tmx-mc-dialog__reference strong,.tmx-mc-dialog__payment-details>div strong{overflow-wrap:anywhere;font-family:Geist,system-ui,sans-serif}.tmx-mc-dialog__money small,.tmx-mc-dialog__muted{color:var(--text-muted, var(--gray-text));font-size:.75rem;line-height:1.5}.tmx-mc-dialog__payment-details,.tmx-mc-dialog__reference,.tmx-mc-dialog__notice,.tmx-mc-dialog__alert{padding:.875rem;border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:.875rem;line-height:1.5}.tmx-mc-dialog__payment-details,.tmx-mc-dialog__reference{display:grid;gap:.625rem;background:var(--bg-subtle, #f7f7f8)}.tmx-mc-dialog__payment-details p,.tmx-mc-dialog__reference p,.tmx-mc-dialog__notice{margin:0}.tmx-mc-dialog__payment-details p{white-space:pre-line}.tmx-mc-dialog__payment-details>div,.tmx-mc-dialog__reference>span:first-child{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.tmx-mc-dialog__reference>span:first-child{color:var(--text-muted, var(--gray-text))}.tmx-mc-dialog__notice{border-color:var(--warning-border, #ffd591);background:var(--warning-bg, #fff7e6)}.tmx-mc-dialog__alert{border-color:var(--error-border, #fda29b);color:var(--error-text, #b42318);background:var(--error-bg, #fef3f2)}.tmx-mc-dialog__error-text{color:var(--error-text, #b42318);font-size:.75rem;line-height:1.5}.tmx-mc-dialog__confirmation{display:flex;align-items:flex-start;gap:.75rem;min-height:48px;padding:.875rem;border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.875rem;line-height:1.5;cursor:pointer}.tmx-mc-dialog__confirmation input{flex:none;width:1.125rem;height:1.125rem;margin-top:.125rem;accent-color:var(--primary)}.tmx-mc-dialog__link{min-width:44px;min-height:44px;padding:0;border:0;color:var(--primary);background:transparent;font:inherit;font-weight:700;text-decoration:underline;cursor:pointer}.tmx-mc-dialog__file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.tmx-mc-dialog__upload{width:100%;border:1px dashed var(--border-default);color:var(--text-primary);background:var(--bg-subtle, #f7f7f8)}.tmx-mc-dialog__evidence-preview{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.625rem;border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-subtle, #f7f7f8)}.tmx-mc-dialog__evidence-preview img{width:3.25rem;height:3.25rem;border-radius:.375rem;object-fit:cover}.tmx-mc-dashboard,.tmx-mc-dashboard *,.tmx-mc-detail,.tmx-mc-detail *{box-sizing:border-box}.tmx-mc-detail{display:grid;gap:1rem;width:100%;min-width:0}.tmx-mc-detail :where(a,button){min-width:44px;min-height:44px}.tmx-mc-detail :where(a,button,[tabindex]):focus-visible{outline:3px solid #005fcc;outline-offset:3px}.tmx-mc-detail__back,.tmx-mc-detail__event-actions a{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.625rem 1rem;border:1px solid var(--primary);border-radius:var(--radius-pill);color:var(--primary);background:var(--white, #fff);font:inherit;font-size:.875rem;font-weight:700;line-height:1.25;text-align:center;text-decoration:none;cursor:pointer}.tmx-mc-detail__back{justify-self:start}.tmx-mc-detail__hero,.tmx-mc-detail__tickets,.tmx-mc-detail__plans,.tmx-mc-detail__total{min-width:0;overflow:hidden;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--white, #fff);box-shadow:var(--shadow-soft)}.tmx-mc-detail__hero{display:grid;gap:1.25rem;padding:1.25rem}.tmx-mc-detail__heading{display:grid;gap:.25rem}.tmx-mc-detail__heading h1{margin:0;overflow-wrap:anywhere;color:var(--text-primary);font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,9vw,3.5rem);line-height:1;letter-spacing:.035em}.tmx-mc-detail__reference{margin:0;overflow-wrap:anywhere;color:var(--text-muted, var(--gray-text));font-family:Geist,system-ui,sans-serif;font-size:.875rem}.tmx-mc-detail__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,11rem),1fr));gap:1rem;margin:0}.tmx-mc-detail__facts div{display:grid;gap:.25rem;min-width:0}.tmx-mc-detail__facts dt{color:var(--text-muted, var(--gray-text));font-size:.875rem}.tmx-mc-detail__facts dd{margin:0;overflow-wrap:anywhere;line-height:1.5}.tmx-mc-detail__statuses{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.tmx-mc-detail__statuses li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;padding-top:.5rem;border-top:1px solid var(--border-default)}.tmx-mc-detail__statuses li>span:first-child{min-width:0;overflow-wrap:anywhere;color:var(--text-muted, var(--gray-text));font-family:Geist,system-ui,sans-serif;font-size:.875rem}.tmx-mc-detail__event-actions{display:grid;grid-template-columns:1fr;gap:.5rem}.tmx-mc-detail__tickets,.tmx-mc-detail__plans{display:grid;gap:1rem;padding:1.25rem}.tmx-mc-detail__tickets>h2,.tmx-mc-detail__plans>h2{margin:0;color:var(--text-primary);font-family:Bebas Neue,sans-serif;font-size:1.625rem;line-height:1.1;letter-spacing:.025em}.tmx-mc-detail__plan-list{display:grid;gap:1rem}.tmx-mc-detail__total{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem}.tmx-mc-detail__total span{font-size:.875rem;font-weight:700;letter-spacing:.06em}.tmx-mc-detail__total ul{display:grid;gap:.25rem;margin:0;padding:0;list-style:none;text-align:end}.tmx-mc-detail__total strong{overflow-wrap:anywhere;font-family:Geist,system-ui,sans-serif;font-size:clamp(1.125rem,6vw,1.5rem)}.tmx-mc-dashboard{display:grid;gap:1.5rem;width:100%;min-width:0}.tmx-mc-dashboard :where(a,button,input,select,textarea){min-width:44px;min-height:44px}.tmx-mc-dashboard:focus-visible,.tmx-mc-dashboard [tabindex="-1"]:focus-visible{outline:3px solid #005fcc;outline-offset:3px}.tmx-mc-dashboard__header{display:grid;gap:.25rem}.tmx-mc-dashboard__header h1,.tmx-mc-dashboard h2{margin:0;color:var(--text-primary)}.tmx-mc-dashboard__header h1{font-family:Bebas Neue,sans-serif;font-size:clamp(2.25rem,8vw,3.5rem);line-height:1;letter-spacing:.04em}.tmx-mc-dashboard__header>p:last-child{max-width:62ch;margin:0;color:var(--text-muted, var(--gray-text));font-size:1rem;line-height:1.5}.tmx-mc-eyebrow{margin:0;color:var(--primary);font-size:.875rem;font-weight:700;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.tmx-mc-dashboard-grid,.tmx-mc-dashboard__main{display:grid;min-width:0;gap:1.5rem}.tmx-mc-feed-warnings{padding:1rem 1.25rem;border:1px solid color-mix(in srgb,var(--warning-text) 35%,transparent);border-radius:var(--radius-md);color:var(--warning-text);background:var(--warning-bg);line-height:1.5}.tmx-mc-feed-warnings ul{margin:.375rem 0 0;padding-inline-start:1.25rem}.tmx-mc-next,.tmx-mc-attention,.tmx-mc-plans,.tmx-mc-history,.tmx-mc-account{min-width:0;overflow:hidden;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--white, #fff);box-shadow:var(--shadow-soft)}.tmx-mc-next{display:grid;gap:.75rem;padding:1.25rem;background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 11%,#fff),#fff 65%)}.tmx-mc-next h2{font-family:Bebas Neue,sans-serif;font-size:clamp(1.75rem,7vw,2.5rem);line-height:1.05;letter-spacing:.025em;overflow-wrap:anywhere}.tmx-mc-next__date,.tmx-mc-next__venue,.tmx-mc-next__seat,.tmx-mc-next__availability{margin:0;line-height:1.5}.tmx-mc-next__date,.tmx-mc-next__venue{color:var(--text-muted, var(--gray-text))}.tmx-mc-next__seat{overflow-wrap:anywhere;font-family:Geist,system-ui,sans-serif;font-size:.875rem;font-weight:600}.tmx-mc-next__availability{width:fit-content;max-width:100%;padding:.5rem .75rem;border-radius:var(--radius-pill);color:var(--primary-on-tint);background:var(--primary-tint);font-size:.875rem;font-weight:700}.tmx-mc-next__actions,.tmx-mc-account__actions{display:grid;grid-template-columns:1fr;gap:.5rem}.tmx-mc-next__actions button,.tmx-mc-attention button,.tmx-mc-account__actions button,.tmx-mc-history__tabs button,.tmx-mc-history__detail{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.625rem 1rem;border:1px solid var(--primary);border-radius:var(--radius-pill);color:#fff;background:var(--primary);font:inherit;font-size:.875rem;font-weight:700;line-height:1.25;cursor:pointer}.tmx-mc-next__actions .tmx-mc-action--secondary,.tmx-mc-account__actions button,.tmx-mc-history__detail{color:var(--primary);background:transparent}.tmx-mc-account__actions button:disabled{border-color:var(--gray-border);color:var(--gray-text);cursor:not-allowed}.tmx-mc-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem}.tmx-mc-section-heading>div{display:grid;gap:.25rem;min-width:0}.tmx-mc-section-heading h2,.tmx-mc-plans h2{font-family:Bebas Neue,sans-serif;font-size:1.625rem;line-height:1.1;letter-spacing:.025em}.tmx-mc-section-heading>span{flex:0 0 auto;color:var(--text-muted, var(--gray-text));font-size:.875rem}.tmx-mc-attention__list{display:grid;gap:0;margin:0;padding:0;list-style:none}.tmx-mc-attention__list li{display:grid;gap:.75rem;min-width:0;padding:1rem 1.25rem;border-top:1px solid var(--border-default)}.tmx-mc-attention__copy{display:grid;justify-items:start;gap:.25rem;min-width:0}.tmx-mc-attention__copy strong,.tmx-mc-attention__copy span{max-width:100%;overflow-wrap:anywhere}.tmx-mc-attention__copy>span:last-child{color:var(--text-muted, var(--gray-text));font-size:.875rem}.tmx-mc-plans__list{display:grid;gap:1rem;padding:0 1.25rem 1.25rem}.tmx-mc-history{display:grid;gap:1rem;padding-bottom:1.25rem}.tmx-mc-history__search{display:grid;gap:.375rem;padding:0 1.25rem;color:var(--text-primary);font-size:.875rem;font-weight:700}.tmx-mc-history__search input{width:100%;min-width:0;min-height:44px;padding:.625rem .875rem;border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);background:var(--white, #fff);font:inherit;font-size:1rem}.tmx-mc-history__tabs{display:flex;gap:.5rem;max-width:100%;padding:0 1.25rem .25rem;overflow-x:auto;scrollbar-width:thin}.tmx-mc-history__tabs button{flex:0 0 auto;border-color:var(--border-default);color:var(--text-primary);background:var(--white, #fff)}.tmx-mc-history__tabs button[aria-selected=true]{border-color:var(--primary);color:#fff;background:var(--primary)}.tmx-mc-history__results{display:grid;gap:1rem;min-width:0;padding:0 1.25rem}.tmx-mc-history__item{display:grid;gap:.5rem;min-width:0;scroll-margin-top:1rem}.tmx-mc-history__item :where(a,button){min-width:44px;min-height:44px}.tmx-mc-history__detail{justify-self:stretch}.tmx-mc-history__empty{margin:0;padding:1.5rem;border-radius:var(--radius-md);color:var(--text-muted, var(--gray-text));background:var(--bg-light, #f5f5f7);text-align:center}.tmx-mc-account{align-self:start;padding:1.25rem}.tmx-mc-account__identity{display:flex;align-items:center;gap:.875rem;min-width:0}.tmx-mc-account__avatar{display:grid;flex:0 0 3rem;width:3rem;height:3rem;place-items:center;border-radius:50%;background:var(--zinc-100, #e7e8e5);font-family:Geist,system-ui,sans-serif;font-weight:700}.tmx-mc-account__heading{display:grid;gap:.125rem;min-width:0}.tmx-mc-account__heading h2{font-family:Bebas Neue,sans-serif;font-size:1.5rem;line-height:1.1}.tmx-mc-account__heading strong,.tmx-mc-account__heading span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tmx-mc-account__heading span{color:var(--text-muted, var(--gray-text));font-size:.875rem}.tmx-mc-account__details{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,8rem),1fr));gap:1rem;margin:1.25rem 0;padding:1.25rem 0;border-block:1px solid var(--border-default)}.tmx-mc-account__details div{display:grid;gap:.25rem;min-width:0}.tmx-mc-account__details dt{color:var(--text-muted, var(--gray-text));font-size:.875rem}.tmx-mc-account__details dd{margin:0;overflow-wrap:anywhere;font-family:Geist,system-ui,sans-serif;font-size:.875rem;font-weight:600}.tmx-mc-account__limited{margin:1.25rem 0 0;color:var(--text-muted, var(--gray-text));font-size:.875rem;line-height:1.5}.tmx-mc-plan-card{display:grid;gap:1rem;min-width:0;padding:1.25rem;border:1px solid var(--border-default);border-radius:var(--radius-xl);background:var(--white, #fff);box-shadow:var(--shadow-soft)}.tmx-mc-plan-card__header,.tmx-mc-plan-card__progress-copy,.tmx-mc-plan-card__footer{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.tmx-mc-plan-card__header>div{display:grid;gap:.25rem;min-width:0}.tmx-mc-plan-card__event{font-family:Bebas Neue,sans-serif;font-size:clamp(1.625rem,7vw,2rem);line-height:1.05;letter-spacing:.025em;overflow-wrap:anywhere}.tmx-mc-plan-card__code,.tmx-mc-plan-card__amounts dd,.tmx-mc-plan-card__progress-copy strong{font-family:Geist,system-ui,sans-serif;font-weight:700}.tmx-mc-plan-card__code{overflow-wrap:anywhere}.tmx-mc-plan-card__context,.tmx-mc-plan-card__deadline,.tmx-mc-plan-card__progress-copy{margin:0;color:var(--text-muted, var(--gray-text));line-height:1.5}.tmx-mc-plan-card__status,.tmx-mc-installment-detail__status,.tmx-mc-installment-schedule__state{display:inline-flex;align-items:center;min-height:2rem;padding:.375rem .75rem;border-radius:var(--radius-pill);color:var(--primary-on-tint);background:var(--primary-tint);font-size:.8125rem;font-weight:700;line-height:1.25}.tmx-mc-plan-card__status--completed,.tmx-mc-installment-detail__status--completed,.tmx-mc-installment-schedule__row--paid .tmx-mc-installment-schedule__state{color:var(--success-text);background:var(--success-bg)}.tmx-mc-plan-card__status--overdue,.tmx-mc-plan-card__status--cancelled,.tmx-mc-plan-card__status--expired,.tmx-mc-installment-detail__status--overdue,.tmx-mc-installment-detail__status--cancelled,.tmx-mc-installment-detail__status--expired,.tmx-mc-installment-schedule__row--overdue .tmx-mc-installment-schedule__state,.tmx-mc-installment-schedule__row--cancelled .tmx-mc-installment-schedule__state{color:var(--error-text);background:var(--error-bg)}.tmx-mc-installment-schedule__row--pending_validation .tmx-mc-installment-schedule__state{color:var(--warning-text);background:var(--warning-bg)}.tmx-mc-plan-card__progress,.tmx-mc-installment-detail__progress{height:.625rem;overflow:hidden;border-radius:var(--radius-pill);background:var(--primary-tint)}.tmx-mc-plan-card__progress span,.tmx-mc-installment-detail__progress span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.tmx-mc-plan-card__amounts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0}.tmx-mc-plan-card__amounts div{display:grid;gap:.25rem;min-width:0;padding:.875rem;border:1px solid var(--border-default);border-radius:var(--radius-md)}.tmx-mc-plan-card__amounts dt{color:var(--text-muted, var(--gray-text));font-size:.8125rem}.tmx-mc-plan-card__amounts dd{margin:0;overflow-wrap:anywhere}.tmx-mc-plan-card__footer{align-items:center;flex-wrap:wrap;color:var(--text-muted, var(--gray-text))}.tmx-mc-plan-card__actions{display:flex;flex:1 1 16rem;justify-content:flex-end;gap:.5rem}.tmx-mc-plan-card__actions button,.tmx-mc-installment-detail__back,.tmx-mc-installment-payment button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.625rem 1rem;border:1px solid var(--primary);border-radius:var(--radius-pill);color:#fff;background:var(--primary);font:inherit;font-size:.875rem;font-weight:700;cursor:pointer}.tmx-mc-plan-card__actions .tmx-mc-action--secondary,.tmx-mc-installment-detail__back{color:var(--primary-on-tint);background:transparent}.tmx-mc-plan-card__actions button:disabled{border-color:var(--gray-border);color:var(--text-muted, var(--gray-text));background:var(--bg-section);cursor:not-allowed}.tmx-mc-installment-detail{display:grid;gap:1rem;width:min(calc(100% - 2rem),75rem);margin:0 auto;padding-block:1.5rem 3rem}.tmx-mc-installment-detail__back{justify-self:start}.tmx-mc-installment-detail__hero,.tmx-mc-installment-summary,.tmx-mc-installment-schedule,.tmx-mc-installment-payment{min-width:0;border:1px solid var(--border-default);border-radius:var(--radius-xl);background:var(--white, #fff);box-shadow:var(--shadow-soft)}.tmx-mc-installment-detail__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:1.25rem;background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 14%,#fff),#fff 62%)}.tmx-mc-installment-detail__hero h1,.tmx-mc-installment-detail__identity h2,.tmx-mc-installment-summary h2,.tmx-mc-installment-section-heading h2,.tmx-mc-installment-payment h2{font-family:Bebas Neue,sans-serif;line-height:1.05;letter-spacing:.025em}.tmx-mc-installment-detail__hero h1{width:fit-content;max-width:100%;margin-top:.25rem;font-size:clamp(2rem,8vw,3rem)}.tmx-mc-installment-detail__identity{display:grid;grid-column:1 / -1;gap:.25rem}.tmx-mc-installment-detail__identity h2{font-size:clamp(1.75rem,7vw,2.5rem);overflow-wrap:anywhere}.tmx-mc-installment-detail__identity>strong,.tmx-mc-installment-detail__progress-copy strong{font-family:Geist,system-ui,sans-serif}.tmx-mc-installment-detail__identity p,.tmx-mc-installment-payment>p{margin:0;color:var(--text-muted, var(--gray-text));line-height:1.5}.tmx-mc-installment-detail__progress-copy{display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;gap:1rem;color:var(--text-muted, var(--gray-text))}.tmx-mc-installment-detail__progress{grid-column:1 / -1}.tmx-mc-installment-detail__layout,.tmx-mc-installment-detail__main{display:grid;gap:1rem;min-width:0}.tmx-mc-installment-summary,.tmx-mc-installment-schedule,.tmx-mc-installment-payment{padding:1.25rem}.tmx-mc-installment-summary h2,.tmx-mc-installment-section-heading h2,.tmx-mc-installment-payment h2{font-size:1.75rem}.tmx-mc-installment-summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0 0}.tmx-mc-installment-summary dl div{display:grid;align-content:start;gap:.375rem;min-width:0;min-height:6.5rem;padding:.875rem;border:1px solid var(--border-default);border-radius:var(--radius-md)}.tmx-mc-installment-summary dt{color:var(--text-muted, var(--gray-text));font-size:.8125rem;line-height:1.35}.tmx-mc-installment-summary dd{margin:0;overflow-wrap:anywhere;font-family:Geist,system-ui,sans-serif;font-size:.9375rem;font-weight:700;line-height:1.4}.tmx-mc-installment-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.tmx-mc-installment-section-heading>span{flex:0 0 auto;color:var(--text-muted, var(--gray-text));font-size:.875rem}.tmx-mc-installment-schedule ol{display:grid;gap:0;margin:1rem 0 0;padding:0;list-style:none}.tmx-mc-installment-schedule__row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-width:0;padding-block:1rem;border-top:1px solid var(--border-default)}.tmx-mc-installment-schedule__row>div{display:grid;min-width:0}.tmx-mc-installment-schedule__row>div span{color:var(--text-muted, var(--gray-text));font-size:.8125rem;line-height:1.4}.tmx-mc-installment-schedule__row>strong{overflow-wrap:anywhere;font-family:Geist,system-ui,sans-serif;font-size:.875rem}.tmx-mc-installment-schedule__number{display:grid;width:2rem;height:2rem;place-items:center;border:1px solid var(--primary-border);border-radius:50%;color:var(--primary-on-tint);background:var(--primary-tint);font-family:Geist,system-ui,sans-serif;font-size:.8125rem;font-weight:700}.tmx-mc-installment-schedule__state{grid-column:2 / -1;justify-self:start;min-height:1.75rem;padding:.25rem .625rem}.tmx-mc-installment-payment{display:grid;align-content:start;gap:.875rem}.tmx-mc-installment-payment__next{display:grid;gap:.25rem;padding:1rem;border:1px solid var(--primary-border);border-radius:var(--radius-md);color:var(--primary-on-tint);background:var(--primary-tint)}.tmx-mc-installment-payment__next strong{font-family:Geist,system-ui,sans-serif;font-size:1.25rem}.tmx-mc-installment-payment__notice{padding:.875rem;border-radius:var(--radius-md);color:var(--warning-text)!important;background:var(--warning-bg)}.tmx-mc-installment-payment button{width:100%}.tmx-mc-installment-payment a{display:inline-flex;align-items:center;min-height:44px;width:fit-content;color:var(--primary-on-tint);font-weight:700}@media(min-width:640px){.tmx-mc-auth-shell{padding:3rem 1.5rem}.tmx-mc-auth-card{padding:3rem}.tmx-mc-shell__inner{padding:3rem 1.5rem 4rem}.mc-empty-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mc-refund-row{justify-content:flex-end!important}.mc-refund-btn{width:auto}.tmx-mc-state{width:min(calc(100% - 48px),640px)}.tmx-mc-next,.tmx-mc-account,.tmx-mc-section-heading{padding:1.5rem}.tmx-mc-next__actions,.tmx-mc-account__actions{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.tmx-mc-attention__list li{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:1rem 1.5rem}.tmx-mc-plans__list,.tmx-mc-history__results,.tmx-mc-history__search,.tmx-mc-history__tabs{padding-inline:1.5rem}.tmx-mc-history__detail{justify-self:end}.tmx-mc-detail__back{width:auto}.tmx-mc-detail__hero,.tmx-mc-detail__tickets,.tmx-mc-detail__plans,.tmx-mc-detail__total{padding:1.5rem}.tmx-mc-detail__event-actions{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.tmx-mc-dialog__header,.tmx-mc-dialog__body,.tmx-mc-dialog__footer{padding-inline:1.5rem}.tmx-mc-dialog__header{padding-block:1.375rem 1rem}.tmx-mc-dialog__body{padding-block:1.5rem}.tmx-mc-dialog__footer{grid-template-columns:repeat(2,minmax(0,1fr));padding-block:1rem}.tmx-mc-plan-card,.tmx-mc-installment-detail__hero,.tmx-mc-installment-summary,.tmx-mc-installment-schedule,.tmx-mc-installment-payment{padding:1.5rem}.tmx-mc-installment-schedule__row{grid-template-columns:auto minmax(0,1fr) auto auto}.tmx-mc-installment-schedule__state{grid-column:auto}}@media(min-width:1024px){.tmx-mc-dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(18rem,22rem);align-items:start}.tmx-mc-account{position:sticky;top:1.5rem}.tmx-mc-installment-detail__layout{grid-template-columns:minmax(0,1fr) minmax(18rem,23rem);align-items:start}.tmx-mc-installment-payment{position:sticky;top:1.5rem}.tmx-mc-installment-summary dl{grid-template-columns:repeat(3,minmax(0,1fr))}}.tmx-mc-state{justify-items:center;gap:.75rem;width:min(calc(100% - 2rem),40rem);padding:2rem 1.25rem;border-color:var(--portal-border);border-radius:1.5rem;color:var(--portal-text);background:#fff;box-shadow:none;text-align:center}.tmx-mc-state--error{border-color:#d92d20;color:var(--portal-text);background:#fff}.tmx-mc-state__icon{display:grid;width:3.5rem;height:3.5rem;place-items:center;border-radius:50%;color:var(--primary);background:var(--primary-tint);font-size:1.5rem}.tmx-mc-state--error .tmx-mc-state__icon{color:#b42318;background:#fdecea}.tmx-mc-state__title{margin:0;font-family:Bebas Neue,sans-serif;font-size:1.75rem;letter-spacing:.025em;text-transform:uppercase}.tmx-mc-state__description,.tmx-mc-state--error .tmx-mc-state__description{max-width:28rem;color:var(--portal-muted);font-size:.875rem}.tmx-mc-state__reference{padding:.45rem .75rem;border-radius:999px;color:#b42318;background:#fdecea;font-family:Geist,system-ui,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase}.tmx-mc-state__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;margin-top:.5rem}.tmx-mc-state__actions :where(button,a){display:inline-flex;width:100%;min-width:44px;min-height:44px;align-items:center;justify-content:center;padding:.75rem 1rem;border:1px solid var(--primary);border-radius:999px;color:var(--primary);background:#fff;font:inherit;font-size:.6875rem;font-weight:700;text-decoration:none;text-transform:uppercase}.tmx-mc-state__actions .tmx-mc-action:first-child :where(button,a){color:#fff;background:var(--primary)}.tmx-mc-state__skeleton{display:grid;gap:.75rem;width:100%;margin-top:.5rem}.tmx-mc-state__skeleton span{display:block;height:4.5rem;border-radius:1rem;background:linear-gradient(100deg,#f5f3f8 20%,#ece9f2,#f5f3f8 70%);background-size:200% 100%;animation:tmx-mc-skeleton 1.2s linear infinite}@keyframes tmx-mc-skeleton{to{background-position-x:-200%}}@media(max-width:480px){.tmx-mc-state__actions{grid-template-columns:1fr}}.tmx-mc-auth-shell{place-items:start center;padding:1.5rem 1rem 2rem}.tmx-mc-auth-layout{display:grid;width:min(100%,30rem)}.tmx-mc-auth-promo{display:grid;gap:.75rem;padding:1.5rem;border-radius:1.5rem 1.5rem 0 0;color:#fff;background:linear-gradient(145deg,var(--portal-deep),#4f36a7)}.tmx-mc-auth-promo>span{width:fit-content;padding:.4rem .65rem;border-radius:999px;background:#ffffff1f;font-family:Geist,system-ui,sans-serif;font-size:.625rem;letter-spacing:.06em;text-transform:uppercase}.tmx-mc-auth-promo h1{margin:0;color:#fff;font-family:Bebas Neue,sans-serif;font-size:2.25rem;font-weight:400;letter-spacing:.035em;line-height:1;text-transform:uppercase}.tmx-mc-auth-promo p{margin:0;color:#ffffffd1;font-size:.875rem;line-height:1.5}.tmx-mc-auth-card{width:100%;gap:1.25rem;padding:1.5rem;border-color:var(--portal-border);border-radius:0 0 1.5rem 1.5rem;box-shadow:none}.tmx-mc-auth-layout[data-step=code] .tmx-mc-auth-card{border-radius:1.5rem}.tmx-mc-auth-card h1{font-size:2rem;letter-spacing:.035em}.tmx-mc-auth__helper,.tmx-mc-auth__hint,.tmx-mc-auth__support{color:var(--portal-muted);font-size:.875rem}.tmx-mc-auth__field label{font-size:.8125rem}.tmx-mc-auth__input{min-height:3.25rem;border-color:var(--portal-border);border-radius:.625rem;background:var(--portal-subtle)}.tmx-mc-auth__otp-input{min-height:3.75rem;border:2px solid var(--primary);background-color:#fff;background-image:linear-gradient(to right,transparent calc(100% - 1px),var(--portal-border) calc(100% - 1px));font-family:Geist,system-ui,sans-serif;font-size:1.125rem}.tmx-mc-auth__primary,.tmx-mc-auth__passkey-button{min-height:3rem;border-radius:999px;font-size:.8125rem;text-transform:uppercase}.tmx-mc-auth__security{margin:0;padding:.75rem;border:1px solid #a9dfc8;border-radius:.625rem;color:#137a52;background:#e6f6ef;font-size:.6875rem;line-height:1.5}.tmx-mc-auth__recovery{display:grid;gap:.4rem;padding:1rem;border-radius:1rem;background:var(--primary-tint)}.tmx-mc-auth__recovery strong{font-size:.8125rem}.tmx-mc-auth__recovery p{margin:0;color:var(--portal-muted);font-size:.75rem;line-height:1.5}.tmx-mc-auth__recovery .tmx-mc-auth__passkey-button{min-height:2.75rem;margin-top:.35rem;background:#fff}.tmx-mc-auth__support{color:var(--portal-text)}@media(min-width:640px){.tmx-mc-auth-shell{padding:3rem 1.5rem}.tmx-mc-auth-card,.tmx-mc-auth-promo{padding:2rem}}@media(prefers-reduced-motion:reduce){.tmx-mc *,.tmx-mc *:before,.tmx-mc *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.tmx-mc{--primary: #5b45b5;--primary-hover: #46329a;--primary-tint: #eeeafb;--primary-on-tint: #46329a;--portal-deep: #241b4d;--portal-accent: #7b68c8;--portal-page: #f6f5f8;--portal-subtle: #faf9fc;--portal-text: #18151f;--portal-muted: #625d6d;--portal-border: #dfdce8;--portal-warning: #fff3d6;--portal-warning-text: #8a4b00;--portal-info: #eaf0ff;--portal-info-text: #2952a3;color:var(--portal-text);background:var(--portal-page)}.tmx-mc-shell,.tmx-mc-auth-shell{background:var(--portal-page)}.tmx-mc-shell__inner{max-width:73.75rem;padding:1.5rem 1rem 2rem}.tmx-mc-dashboard{gap:1.5rem}.tmx-mc-dashboard__header{gap:.35rem}.tmx-mc-dashboard__header h1{font-size:2rem;letter-spacing:.035em}.tmx-mc-dashboard__header>p:last-child{color:var(--portal-muted);font-size:.9375rem}.tmx-mc-dashboard__copy--desktop{display:none}.tmx-mc-dashboard__main,.tmx-mc-dashboard__hero-grid{display:grid;gap:1.5rem}.tmx-mc-next,.tmx-mc-attention,.tmx-mc-plans,.tmx-mc-history,.tmx-mc-account{border-color:var(--portal-border);box-shadow:none}.tmx-mc-plans{display:grid;gap:.75rem;overflow:visible;border:0;border-radius:0;background:transparent}.tmx-mc-plans .tmx-mc-section-heading,.tmx-mc-plans__list{padding:0}.tmx-mc-plans .tmx-mc-section-heading h2{font-size:1.5rem;text-transform:uppercase}.tmx-mc-plans .tmx-mc-section-heading>span{font-family:Geist,system-ui,sans-serif;font-size:.6875rem;text-transform:uppercase}.tmx-mc-plans__list{gap:.75rem}.tmx-mc-plan-card{padding:1rem;border-color:var(--portal-border);border-radius:1rem;box-shadow:none}.tmx-mc-next{gap:.7rem;padding:1.25rem;border:0;border-radius:1.5rem;color:#fff;background:linear-gradient(145deg,var(--portal-deep),#4f36a7)}.tmx-mc-next .tmx-mc-eyebrow{width:fit-content;padding:.45rem .75rem;border-radius:999px;color:#fff;background:#ffffff1f;font-family:Geist,system-ui,sans-serif;font-size:.6875rem}.tmx-mc-next h2{color:#fff;font-size:1.875rem}.tmx-mc-next__date,.tmx-mc-next__venue,.tmx-mc-next__seat{color:#fff}.tmx-mc-next__date{font-family:Geist,system-ui,sans-serif;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.tmx-mc-next__venue{font-size:.875rem}.tmx-mc-next__seat{display:grid;min-height:3.5rem;align-content:center;padding:.75rem;border:1px solid rgb(255 255 255 / 22%);border-radius:.625rem;background:#ffffff1a}.tmx-mc-next__availability{width:100%;padding:.75rem;border-radius:.625rem;color:#fff;background:#ffffff17;font-size:.8125rem}.tmx-mc-next__actions button,.tmx-mc-next__actions .tmx-mc-action--secondary{min-height:3rem;border-color:#fff;color:var(--primary);background:#fff;text-transform:uppercase}.tmx-mc-attention{display:grid;align-self:stretch;gap:.75rem;overflow:visible;border:0;border-radius:0;background:transparent}.tmx-mc-section-heading{align-items:center;padding:0 0 .75rem}.tmx-mc-attention .tmx-mc-section-heading{padding:0;border:0;background:transparent}.tmx-mc-attention .tmx-mc-section-heading .tmx-mc-eyebrow{display:none}.tmx-mc-attention .tmx-mc-section-heading h2,.tmx-mc-history .tmx-mc-section-heading h2{font-size:1.5rem;text-transform:uppercase}.tmx-mc-attention .tmx-mc-section-heading>span{padding:.45rem .75rem;border-radius:999px;color:var(--portal-warning-text);background:var(--portal-warning);font-family:Geist,system-ui,sans-serif;font-size:.6875rem;text-transform:uppercase}.tmx-mc-attention__list{overflow:hidden;border:1px solid var(--portal-border);border-radius:1rem;background:#fff}.tmx-mc-attention__list li{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.875rem;border-top:1px solid var(--portal-border)}.tmx-mc-attention__list li:first-child{border-top:0}.tmx-mc-attention__copy{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.15rem .75rem}.tmx-mc-attention__icon{display:grid;grid-row:1 / 3;width:2.75rem;height:2.75rem;place-items:center;border-radius:.625rem;color:var(--portal-warning-text);background:var(--portal-warning)}.tmx-mc-attention__icon--info{color:var(--portal-info-text);background:var(--portal-info)}.tmx-mc-attention__icon svg{width:1.35rem;height:1.35rem}.tmx-mc-attention__copy>strong{font-size:.875rem}.tmx-mc-attention__copy>span:last-child{font-size:.75rem}.tmx-mc-attention button{min-width:3.25rem;min-height:2.75rem;padding:.5rem;border:0;color:var(--primary);background:var(--primary-tint);font-size:.6875rem;text-transform:uppercase}.tmx-mc-history{gap:.75rem;padding:0;overflow:visible;border:0;background:transparent}.tmx-mc-history .tmx-mc-section-heading{padding:0}.tmx-mc-history .tmx-mc-section-heading>span{font-family:Geist,system-ui,sans-serif;font-size:.6875rem;text-transform:uppercase}.tmx-mc-history__tabs{order:2;display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:.1875rem;overflow:hidden;border:1px solid var(--portal-border);border-radius:999px;background:#fff}.tmx-mc-history__tabs button{min-height:2.5rem;padding:.45rem .25rem;border:0;color:var(--portal-muted);background:transparent;font-family:Geist,system-ui,sans-serif;font-size:.6875rem;letter-spacing:.05em;text-transform:uppercase}.tmx-mc-history__tabs button[aria-selected=true]{color:#fff;background:var(--portal-deep)}.tmx-mc-history__search{order:3;gap:.35rem;padding:0;font-size:.8125rem}.tmx-mc-history__search input{min-height:3rem;border-color:var(--portal-border);background:#fff;font-size:.875rem}.tmx-mc-history__results{order:4;gap:.75rem;padding:0}.tmx-mc-history__item{position:relative;grid-template-columns:minmax(0,1fr) auto;gap:0;overflow:hidden;border:1px solid var(--portal-border);border-radius:1rem;background:#fff}.tmx-mc-purchase-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-column:1 / -1;gap:.7rem;min-width:0;padding:.875rem}.tmx-mc-purchase-row__event{display:grid;min-width:0}.tmx-mc-purchase-row__event strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem}.tmx-mc-purchase-row__event span,.tmx-mc-purchase-row__meta{color:var(--portal-muted);font-family:Geist,system-ui,sans-serif;font-size:.875rem;text-transform:uppercase}.tmx-mc-purchase-row__status{align-self:start;padding:.4rem .65rem;border-radius:999px;color:#137a52;background:#e6f6ef;font-family:Geist,system-ui,sans-serif;font-size:.75rem;text-transform:uppercase}.tmx-mc-purchase-row__status--plan{color:#2952a3;background:#eaf0ff}.tmx-mc-purchase-row__seat{display:flex;grid-column:1 / -1;align-items:center;gap:.5rem;min-height:2.5rem;padding:.55rem .75rem;border-radius:.5rem;background:var(--portal-subtle);font-size:.875rem}.tmx-mc-purchase-row__meta{align-self:center}.tmx-mc-history__plan-label{display:none}.tmx-mc-history__detail{align-self:center;justify-self:end;min-height:2.75rem;margin:0 .875rem .875rem 0;padding:.45rem 0;border:0;color:var(--primary);background:transparent;font-family:Geist,system-ui,sans-serif;font-size:.875rem;text-transform:uppercase}.tmx-mc-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.tmx-mc-account{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:1rem;border:0;border-radius:1rem;background:var(--portal-subtle)}.tmx-mc-account__avatar{flex-basis:2.75rem;width:2.75rem;height:2.75rem;color:var(--primary);background:var(--primary-tint);font-size:.75rem}.tmx-mc-account__heading h2{font-family:Geist,system-ui,sans-serif;font-size:.875rem;font-weight:700}.tmx-mc-account__heading span{font-size:.6875rem}.tmx-mc-account__manage{display:inline-flex;align-items:center;gap:.5rem;min-width:2.75rem;min-height:2.75rem;padding:.5rem;border:0;color:var(--primary);background:transparent;font:inherit;font-weight:700;cursor:pointer}.tmx-mc-account__manage>span:first-child{display:none}.tmx-mc-account__manage>span:last-child{font-size:1.75rem}.tmx-mc-account__actions{position:absolute;z-index:4;right:1rem;bottom:calc(100% - .5rem);display:grid;width:min(15rem,calc(100vw - 2rem));padding:.5rem;border:1px solid var(--portal-border);border-radius:.75rem;background:#fff;box-shadow:0 .75rem 2rem #241b4d29}.tmx-mc-installment-detail{grid-template-areas:"heading" "event" "content";gap:1.25rem;width:100%;padding-block:0}.tmx-mc-installment-detail__heading{display:grid;grid-area:heading;gap:.45rem}.tmx-mc-installment-detail__heading>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.tmx-mc-installment-detail__heading h1{margin:0;font-family:Bebas Neue,sans-serif;font-size:1.75rem;line-height:1;letter-spacing:.035em}.tmx-mc-installment-detail__heading>p{margin:0;color:var(--portal-muted);font-size:.75rem}.tmx-mc-installment-copy--desktop{display:none}.tmx-mc-installment-detail__back{display:none;justify-self:start;min-height:1.75rem;padding:0;border:0;border-radius:0;color:var(--primary);background:transparent;font-family:Geist,system-ui,sans-serif;font-size:.6875rem;text-transform:uppercase}.tmx-mc-installment-detail__status{flex:0 0 auto;min-height:1.75rem;padding:.35rem .65rem;color:#137a52;background:#e6f6ef;font-family:Geist,system-ui,sans-serif;font-size:.625rem;text-transform:uppercase}.tmx-mc-installment-detail__event{display:grid;grid-area:event;gap:1rem;padding:1.125rem;border-radius:1.5rem;color:#fff;background:linear-gradient(135deg,var(--portal-deep),#5b45b5)}.tmx-mc-installment-detail__event>div:first-child{display:grid;gap:.4rem}.tmx-mc-installment-detail__event span,.tmx-mc-installment-detail__deadline span{font-family:Geist,system-ui,sans-serif;font-size:.625rem;letter-spacing:.06em;text-transform:uppercase}.tmx-mc-installment-detail__event h2{margin:0;color:#fff;font-family:Bebas Neue,sans-serif;font-size:1.875rem;line-height:1}.tmx-mc-installment-detail__event p{margin:0;color:#fff;font-size:.8125rem}.tmx-mc-installment-detail__deadline{display:none;align-content:center;gap:.35rem;padding:1rem;border:1px solid rgb(255 255 255 / 22%);border-radius:1rem;background:#ffffff1a}.tmx-mc-installment-detail__content{display:grid;grid-area:content;grid-template-areas:"summary" "next" "schedule" "manual" "validation" "support";gap:1.25rem}.tmx-mc-installment-summary,.tmx-mc-installment-next,.tmx-mc-installment-schedule{padding:0;overflow:hidden;border:1px solid var(--portal-border);border-radius:1.5rem;background:#fff;box-shadow:none}.tmx-mc-installment-summary{grid-area:summary}.tmx-mc-installment-next{grid-area:next;border-color:#f0c56b;background:var(--portal-warning)}.tmx-mc-installment-next-state{display:flex;grid-area:next;align-items:center;gap:.75rem;min-height:6rem;padding:1rem;border:1px solid var(--portal-border);border-radius:1.5rem;color:var(--portal-text);background:#fff}.tmx-mc-installment-next-state--completed{border-color:#a9dfc8;color:#137a52;background:#e6f6ef}.tmx-mc-installment-next-state__icon{display:grid;width:2.75rem;height:2.75rem;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--primary);background:var(--primary-tint);font-weight:800}.tmx-mc-installment-next-state--completed .tmx-mc-installment-next-state__icon{color:#fff;background:#137a52}.tmx-mc-installment-next-state div{display:grid;gap:.25rem}.tmx-mc-installment-next-state strong{font-size:.875rem}.tmx-mc-installment-next-state p{margin:0;color:var(--portal-muted);font-size:.75rem;line-height:1.45}.tmx-mc-installment-schedule{grid-area:schedule}.tmx-mc-installment-section-heading{min-height:3.4rem;align-items:center;padding:.9rem 1rem;border-bottom:1px solid var(--portal-border)}.tmx-mc-installment-section-heading h2,.tmx-mc-installment-payment h2{margin:0;color:inherit;font-family:Bebas Neue,sans-serif;font-size:1.5rem;line-height:1}.tmx-mc-installment-section-heading>span{font-family:Geist,system-ui,sans-serif;font-size:.625rem;text-transform:uppercase}.tmx-mc-installment-summary .tmx-mc-installment-detail__progress-copy{padding:.85rem 1rem .5rem;font-size:.75rem}.tmx-mc-installment-summary .tmx-mc-installment-detail__progress{margin:0 1rem;height:.5rem}.tmx-mc-installment-summary dl{gap:.5rem;margin:0;padding:.75rem 1rem 1rem}.tmx-mc-installment-summary dl div{min-height:3.4rem;padding:.55rem .7rem;border:0;background:var(--portal-subtle)}.tmx-mc-installment-summary dt{font-size:.6875rem}.tmx-mc-installment-summary dd{font-size:.8125rem}.tmx-mc-installment-next .tmx-mc-installment-section-heading{border-bottom-color:#f0c56b}.tmx-mc-installment-next .tmx-mc-installment-section-heading>span{padding:.35rem .6rem;border-radius:999px;color:var(--portal-warning-text);background:#ffffff8c}.tmx-mc-installment-next__body{display:grid;gap:.6rem;padding:.85rem 1rem;color:var(--portal-warning-text)}.tmx-mc-installment-next__body>span{font-family:Geist,system-ui,sans-serif;font-size:.625rem;text-transform:uppercase}.tmx-mc-installment-next__body>strong{color:var(--portal-text);font-family:Geist,system-ui,sans-serif;font-size:1.5rem}.tmx-mc-installment-next__body p{margin:0;font-size:.75rem}.tmx-mc-installment-next__body button{min-height:3rem;border:0;border-radius:999px;color:#fff;background:var(--primary);font:inherit;font-size:.75rem;font-weight:700;text-transform:uppercase}.tmx-mc-installment-schedule ol{margin:0}.tmx-mc-installment-schedule__row{grid-template-columns:minmax(0,1fr) auto;gap:.25rem .75rem;min-height:4.35rem;padding:.75rem 1rem;border-top:1px solid var(--portal-border)}.tmx-mc-installment-schedule__row:first-child{border-top:0}.tmx-mc-installment-schedule__row--next{background:var(--portal-warning)}.tmx-mc-installment-schedule__row>div span,.tmx-mc-installment-schedule__row>strong{font-size:.6875rem}.tmx-mc-installment-schedule__state{grid-column:2;justify-self:end;min-height:auto;padding:0;color:var(--primary);background:transparent!important;font-family:Geist,system-ui,sans-serif;font-size:.5625rem;text-transform:uppercase}.tmx-mc-installment-schedule__row--paid .tmx-mc-installment-schedule__state{color:#137a52}.tmx-mc-installment-payment{grid-area:manual;gap:.75rem;padding:1.125rem;border:0;border-radius:1.5rem;color:#fff;background:var(--portal-deep);box-shadow:none}.tmx-mc-installment-payment>p{color:#fff;font-size:.75rem}.tmx-mc-installment-payment__safety{padding:.75rem;border-radius:.5rem;background:#ffffff17}.tmx-mc-installment-validation{display:flex;grid-area:validation;align-items:center;gap:.75rem;min-height:4rem;padding:.85rem 1rem;border:1px solid #b7ccff;border-radius:1rem;color:var(--portal-info-text);background:var(--portal-info)}.tmx-mc-installment-validation h2,.tmx-mc-installment-validation p{margin:0}.tmx-mc-installment-validation h2{font-size:.8125rem}.tmx-mc-installment-validation p{color:var(--portal-muted);font-size:.6875rem}.tmx-mc-installment-support{display:grid;grid-area:support;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:3.625rem;padding:.85rem 1rem;border-radius:1rem;color:var(--portal-text);background:var(--primary-tint);font-size:.75rem;text-decoration:none}@media(min-width:1024px){.tmx-mc-shell__inner{padding:2.75rem 0 4rem}.tmx-mc-dashboard{gap:1.75rem}.tmx-mc-dashboard__header h1{font-size:2.5rem}.tmx-mc-dashboard__copy--mobile{display:none}.tmx-mc-dashboard__copy--desktop{display:inline}.tmx-mc-dashboard__hero-grid{grid-template-columns:minmax(0,2fr) minmax(20rem,1.05fr);align-items:stretch}.tmx-mc-next{grid-template-columns:minmax(0,1fr) auto;align-content:start;padding:1.75rem}.tmx-mc-next h2,.tmx-mc-next__date,.tmx-mc-next__venue,.tmx-mc-next__seat{grid-column:1}.tmx-mc-next__availability{grid-column:2;grid-row:2 / 5;align-self:center;width:13.75rem}.tmx-mc-next__actions{grid-column:2;grid-row:5;align-self:end;width:15rem}.tmx-mc-attention{display:grid;grid-template-rows:auto 1fr;gap:0;overflow:hidden;border:1px solid var(--portal-border);border-radius:1rem;background:#fff}.tmx-mc-attention .tmx-mc-section-heading{padding:1.25rem;border-bottom:1px solid var(--portal-border)}.tmx-mc-attention__list{border:0;border-radius:0}.tmx-mc-plans__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.tmx-mc-history{grid-template-columns:minmax(15rem,1fr) 22.5rem 20rem;align-items:end}.tmx-mc-history .tmx-mc-section-heading{grid-column:1}.tmx-mc-history__tabs{grid-column:2;grid-row:1}.tmx-mc-history__search{grid-column:3;grid-row:1}.tmx-mc-history__search>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.tmx-mc-history__results{grid-column:1 / -1;border:1px solid var(--portal-border);border-radius:0 0 1rem 1rem;background:#fff}.tmx-mc-history__item{grid-template-columns:minmax(0,1fr) auto;border:0;border-top:1px solid var(--portal-border);border-radius:0}.tmx-mc-history__item:first-child{border-top:0}.tmx-mc-purchase-row{grid-template-columns:minmax(16rem,1.5fr) 10rem minmax(10rem,1fr) auto;align-items:center;padding:1rem 1.25rem}.tmx-mc-purchase-row__status{grid-column:3;grid-row:1;justify-self:start}.tmx-mc-purchase-row__seat{grid-column:2;grid-row:1;padding:0;background:transparent}.tmx-mc-purchase-row__meta{display:none}.tmx-mc-history__detail{grid-column:2;grid-row:1;margin:0 1.25rem 0 0}.tmx-mc-account{grid-template-columns:minmax(0,1fr) auto;min-height:5rem;padding:1rem 1.25rem}.tmx-mc-account__manage>span:first-child{display:inline}.tmx-mc-account__manage>span:last-child{display:none}.tmx-mc-installment-detail{gap:1.5rem;padding-block:0}.tmx-mc-installment-detail__back{display:inline-flex}.tmx-mc-installment-copy--mobile{display:none}.tmx-mc-installment-copy--desktop{display:inline}.tmx-mc-installment-detail__heading h1{font-size:2.5rem}.tmx-mc-installment-detail__event{grid-template-columns:minmax(0,1fr) 18.75rem;align-items:center;min-height:9rem;padding:1.5rem 1.75rem}.tmx-mc-installment-detail__deadline{display:grid}.tmx-mc-installment-detail__content{grid-template-columns:minmax(0,47.25rem) minmax(20rem,25rem);grid-template-areas:"summary next" "schedule manual" "schedule validation" "schedule support";align-items:start}.tmx-mc-installment-summary dl{grid-template-columns:repeat(3,minmax(0,1fr))}.tmx-mc-installment-summary dl div{min-height:3.75rem}.tmx-mc-installment-next__body button{margin:0 -1rem -1rem;border-radius:0}}.tmx-mc-detail{gap:1.5rem}.tmx-mc-detail__back{width:fit-content;min-height:2.75rem;padding:0;border:0;background:transparent;font-family:Geist,system-ui,sans-serif;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase}.tmx-mc-detail__heading{display:flex;align-items:end;justify-content:space-between;gap:1rem}.tmx-mc-detail__heading>div{display:grid;gap:.35rem}.tmx-mc-detail__heading h1{font-size:2.25rem;text-transform:uppercase}.tmx-mc-detail__heading>.tmx-mc-status-badge{flex-shrink:0}.tmx-mc-detail__hero{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;padding:1.25rem;border:0;border-radius:1.5rem;color:#fff;background:linear-gradient(135deg,var(--portal-deep),#4f36a7);box-shadow:none}.tmx-mc-detail__date-block{display:grid;width:4.5rem;min-height:5.5rem;place-content:center;justify-items:center;border:1px solid rgb(255 255 255 / 18%);border-radius:1rem;background:#ffffff14;font-family:Geist,system-ui,sans-serif;text-transform:uppercase}.tmx-mc-detail__date-block span{font-size:.5625rem}.tmx-mc-detail__date-block strong{font-size:1.75rem;line-height:1.1}.tmx-mc-detail__event-copy{display:grid;gap:.35rem;min-width:0}.tmx-mc-detail__event-copy h2{margin:0;overflow-wrap:anywhere;color:#fff;font-family:Bebas Neue,sans-serif;font-size:1.75rem;line-height:1;text-transform:uppercase}.tmx-mc-detail__event-copy p{margin:0;color:#ffffffc7;font-size:.75rem}.tmx-mc-detail__event-copy p:first-of-type{font-family:Geist,system-ui,sans-serif;font-size:.625rem;letter-spacing:.05em;text-transform:uppercase}.tmx-mc-detail__event-actions{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}.tmx-mc-detail__event-actions a{min-height:2.75rem;border-color:#ffffff47;color:#fff;background:transparent;font-family:Geist,system-ui,sans-serif;font-size:.625rem;letter-spacing:.04em;text-transform:uppercase}.tmx-mc-detail__tickets{gap:.75rem;padding:0;overflow:visible;border:0;background:transparent;box-shadow:none}.tmx-mc-detail__section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem}.tmx-mc-detail__section-heading h2,.tmx-mc-detail__total>span{margin:0;color:var(--portal-text);font-family:Bebas Neue,sans-serif;font-size:1.625rem;line-height:1;letter-spacing:.025em;text-transform:uppercase}.tmx-mc-detail__section-heading>span{font-family:Geist,system-ui,sans-serif;font-size:.625rem;text-transform:uppercase}.tmx-mc-detail__statuses{display:none}.tmx-mc-detail__tickets>div:last-child{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.tmx-mc-detail .mc-mob-card-header{display:none!important}.tmx-mc-detail .mc-mob-tickets-wrap{gap:.75rem}.tmx-mc-detail .mc-ticket-card{display:grid!important;gap:.5rem!important;padding:1rem!important;border:1px solid var(--portal-border)!important;border-radius:1.25rem;background:#fff}.tmx-mc-detail .mc-ticket-card>span:first-child{font-weight:700}.tmx-mc-detail .mc-refund-row{margin-top:.75rem;padding:1rem!important;border:1px solid var(--portal-border)!important;border-radius:1.25rem;background:#fff}.tmx-mc-detail__total{border-color:var(--portal-border);border-radius:1.5rem;background:#fff;box-shadow:none}.tmx-mc-detail__total>span{font-size:1.375rem}@media(min-width:1024px){.tmx-mc-detail__heading h1{font-size:2.5rem}.tmx-mc-detail__hero{grid-template-columns:6rem minmax(0,1fr) auto;min-height:9rem;padding:1.5rem 1.75rem}.tmx-mc-detail__date-block{width:6rem;min-height:6rem}.tmx-mc-detail__event-copy h2{font-size:2rem}.tmx-mc-detail__event-actions{grid-column:3;grid-template-columns:repeat(2,auto)}.tmx-mc-detail__event-actions a{width:auto;padding-inline:1.25rem}.tmx-mc-detail .mc-ticket-card{grid-template-columns:minmax(12rem,1fr) minmax(15rem,auto);align-items:center;padding:1.25rem!important}.tmx-mc-detail .mc-ticket-card>div{grid-column:1}.tmx-mc-detail .mc-ticket-card>div:has(button){grid-column:2;justify-self:end}}.tmx-mc-dialog__options{gap:.5rem;padding:1rem;border:0;border-radius:1rem;color:#fff;background:var(--portal-deep)}.tmx-mc-dialog__options legend{float:left;width:100%;margin-bottom:.25rem;color:#ffffffb8;font-family:Geist,system-ui,sans-serif;font-size:.625rem;letter-spacing:.05em;text-transform:uppercase}.tmx-mc-dialog__options legend+.tmx-mc-dialog__option{clear:both}.tmx-mc-dialog__option{padding:0;border:0;color:#fff;background:transparent}.tmx-mc-dialog__option input{accent-color:#fff}.tmx-mc-dialog__option>span:first-child>span{font-size:.75rem}.tmx-mc-dialog__option .tmx-mc-dialog__money strong{color:#fff;font-size:1.35rem}.tmx-mc-dialog__option .tmx-mc-dialog__money small{color:#ffffffb8}.tmx-mc-dialog__field select:focus-visible{border-color:#005fcc;outline:2px solid #005fcc;outline-offset:1px}.tmx-mc-dialog__payment-details{border-color:var(--portal-border);background:var(--portal-subtle)}.tmx-mc-dialog__notice{color:var(--portal-warning-text);background:var(--portal-warning)}.client-route-shell[data-astro-cid-qu7kkge6]{min-height:100dvh}.client-route-fallback[data-astro-cid-qu7kkge6]{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#f5f5f7}
