.tk-mobile-actions,.tk-mobile-drawer,.tk-mobile-overlay,.tk-mobile-bottom-nav{display:none}
.tk-mobile-actions{align-items:center;gap:8px}.tk-mobile-avatar-link{display:inline-flex;border-radius:50%}.tk-mobile-menu-trigger,.tk-drawer-close{border:0;background:transparent;color:var(--tk-ink);cursor:pointer}.tk-mobile-menu-trigger svg,.tk-drawer-close svg,.tk-drawer-group svg,.tk-mobile-bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){
html{scroll-padding-top:78px}.ticketing-app{padding-bottom:env(safe-area-inset-bottom)}.ticketing-app.tk-drawer-open{overflow:hidden;touch-action:none}.ticketing-app .tk-header{z-index:80;padding-top:env(safe-area-inset-top)}.ticketing-app .tk-nav{height:68px;min-height:68px;padding:10px 0;flex-wrap:nowrap}.ticketing-app .tk-links{display:none!important}.ticketing-app .tk-mobile-actions{display:flex;margin-left:auto}.ticketing-app .tk-top-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:#f4f2ff;color:var(--tk-brand)}.ticketing-app .tk-top-menu-trigger:focus-visible,.ticketing-app .tk-drawer-close:focus-visible,.ticketing-app .tk-mobile-bottom-nav a:focus-visible,.ticketing-app .tk-mobile-bottom-nav button:focus-visible{outline:3px solid #cfc7ff;outline-offset:2px}.ticketing-app .tk-main{padding-top:12px;padding-bottom:calc(98px + env(safe-area-inset-bottom))}.ticketing-app.tk-focused-flow .tk-main{padding-bottom:38px}.ticketing-app .tk-footer{padding:24px 0 calc(94px + env(safe-area-inset-bottom));text-align:center}.ticketing-app.tk-focused-flow .tk-footer{padding-bottom:26px}
.ticketing-app .tk-mobile-overlay{display:block;position:fixed;inset:0;z-index:110;width:100%;height:100%;padding:0;border:0;background:rgba(23,32,51,.36);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.ticketing-app .tk-mobile-drawer{display:flex;position:fixed;z-index:120;top:0;right:0;bottom:0;flex-direction:column;width:min(86vw,350px);max-width:100%;background:#fff;box-shadow:-20px 0 50px rgba(23,32,51,.18);transform:translateX(105%);visibility:hidden;transition:transform .22s ease,visibility .22s ease;padding-top:env(safe-area-inset-top)}.ticketing-app.tk-drawer-open .tk-mobile-overlay{opacity:1;visibility:visible;pointer-events:auto}.ticketing-app.tk-drawer-open .tk-mobile-drawer{transform:translateX(0);visibility:visible}.ticketing-app .tk-drawer-top{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:10px 18px;border-bottom:1px solid var(--tk-line)}.ticketing-app .tk-drawer-brand{font-size:19px;font-weight:850;letter-spacing:-.5px}.ticketing-app .tk-drawer-brand b{color:var(--tk-brand)}.ticketing-app .tk-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:11px;background:#f7f7fb}.ticketing-app .tk-drawer-account{display:flex;align-items:center;gap:13px;padding:18px;background:linear-gradient(135deg,#211857,#5b3df5);color:#fff}.ticketing-app .tk-avatar--large{width:48px;height:48px;flex-basis:48px;font-size:15px}.ticketing-app .tk-drawer-account strong,.ticketing-app .tk-drawer-account span,.ticketing-app .tk-drawer-guest strong,.ticketing-app .tk-drawer-guest span{display:block}.ticketing-app .tk-drawer-account div>span{color:#ddd8ff;font-size:13px}.ticketing-app .tk-drawer-guest{padding:20px 18px;background:#f5f3ff}.ticketing-app .tk-drawer-guest span{margin-top:3px;color:var(--tk-muted);font-size:13px}.ticketing-app .tk-drawer-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:10px 14px calc(18px + env(safe-area-inset-bottom))}.ticketing-app .tk-drawer-group{padding:8px 0}.ticketing-app .tk-drawer-group+section{border-top:1px solid var(--tk-line)}.ticketing-app .tk-drawer-group h2{margin:6px 10px 7px;color:#8a94a6;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.ticketing-app .tk-drawer-group a{display:flex;align-items:center;gap:13px;min-height:48px;padding:10px 12px;border-radius:10px;color:var(--tk-ink);font-weight:700;text-decoration:none}.ticketing-app .tk-drawer-group a svg{flex:0 0 22px;color:#7b8495}.ticketing-app .tk-drawer-group a.is-active{background:#efecff;color:var(--tk-brand)}.ticketing-app .tk-drawer-group a.is-active svg{color:var(--tk-brand)}
.ticketing-app .tk-mobile-bottom-nav{display:grid;position:fixed;z-index:90;right:0;bottom:0;left:0;grid-template-columns:repeat(var(--tk-bottom-items,5),minmax(0,1fr));min-height:68px;padding:5px 5px calc(5px + env(safe-area-inset-bottom));border-top:1px solid #e0e3ec;background:rgba(255,255,255,.97);box-shadow:0 -10px 28px rgba(23,32,51,.08);backdrop-filter:blur(12px)}.ticketing-app .tk-mobile-bottom-nav>a,.ticketing-app .tk-mobile-bottom-nav>button{position:relative;display:flex;min-width:0;min-height:56px;align-items:center;justify-content:center;flex-direction:column;gap:3px;padding:4px 2px;border:0;background:transparent;color:#727c8e;text-decoration:none;font:inherit;font-size:10.5px;font-weight:750;line-height:1.15;cursor:pointer}.ticketing-app .tk-mobile-bottom-nav span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticketing-app .tk-mobile-bottom-nav .is-active{color:var(--tk-brand)}.ticketing-app .tk-mobile-bottom-nav .is-active:before{content:"";position:absolute;top:-5px;width:28px;height:3px;border-radius:0 0 4px 4px;background:var(--tk-brand)}.ticketing-app .tk-bottom-menu-trigger svg{width:22px;height:22px}.ticketing-app .tk-account-head{padding:24px 20px}.ticketing-app .tk-account-head h1{font-size:clamp(27px,8vw,36px);line-height:1.12}.ticketing-app .tk-hero{padding:30px 0 26px}.ticketing-app .tk-hero h1{font-size:clamp(35px,10vw,44px);letter-spacing:-1.7px}.ticketing-app .tk-hero p{font-size:17px}.ticketing-app .tk-hero-card{padding:20px}.ticketing-app .tk-card{border-radius:15px}.ticketing-app .tk-actions .tk-btn{min-height:46px}.ticketing-app .tk-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.ticketing-app input,.ticketing-app select,.ticketing-app textarea{max-width:100%}
}
@media(max-width:390px){.ticketing-app .tk-wrap{width:calc(100% - 24px)}.ticketing-app .tk-mobile-bottom-nav>a,.ticketing-app .tk-mobile-bottom-nav>button{font-size:10px}.ticketing-app .tk-logo{font-size:19px}.ticketing-app .tk-account-head{padding:21px 17px}}
@media(prefers-reduced-motion:reduce){.ticketing-app .tk-mobile-overlay,.ticketing-app .tk-mobile-drawer{transition:none}}
