.tkpage{color:#fff;min-height:100vh;font-family:var(--font-poppins),"Poppins",system-ui,sans-serif;background:#12071f;position:relative;overflow:hidden}.tkpage button{cursor:pointer;border:none;font-family:inherit}.tk-blob{filter:blur(90px);opacity:.55;pointer-events:none;border-radius:50%;position:fixed}.tk-blob.a{background:#553575;width:560px;height:560px;animation:16s ease-in-out infinite tk-drift;top:-140px;left:-120px}.tk-blob.b{background:#8b5cf6;width:460px;height:460px;animation:19s ease-in-out infinite reverse tk-drift;bottom:-160px;right:-100px}.tk-blob.c{background:#d946ef;width:320px;height:320px;animation:13s ease-in-out 2s infinite tk-drift;top:40%;left:55%}@keyframes tk-drift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(70px,-50px)scale(1.15)}66%{transform:translate(-50px,60px)scale(.9)}}.tk-inner{z-index:1;text-align:center;max-width:920px;margin:0 auto;padding:90px 24px 120px;position:relative}.tk-badge{-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;max-width:94%;padding:8px 22px;font-size:13px;font-weight:600;line-height:1.5;display:inline-flex}.tk-badge>span{align-items:center;gap:8px;padding:0 14px;display:inline-flex}.tk-badge .tk-div{background:#ffffff40;width:1px;height:16px;padding:0}.tk-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite tk-blink}@keyframes tk-blink{0%,to{opacity:1}50%{opacity:.3}}.tk-num{background:linear-gradient(#fff 30%,#ffffff0d);color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:26px;font-size:clamp(120px,26vw,260px);font-weight:900;line-height:.82;animation:1.2s cubic-bezier(.2,.8,.2,1) both tk-rise}@keyframes tk-rise{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:none}}.tk-years{letter-spacing:clamp(5px,1.8vw,14px);text-transform:uppercase;margin:4px 0 0;padding-left:clamp(5px,1.8vw,14px);font-size:clamp(16px,3.4vw,30px);font-weight:600}.tk-sep{justify-content:center;margin:22px auto 26px;display:flex}.tk-sep span{background:linear-gradient(90deg,#0000,#8b5cf6,#d946ef,#8b5cf6,#0000);width:220px;height:1.5px}.tk-over{letter-spacing:5px;text-transform:uppercase;color:#a291bd;font-size:13px;font-weight:600}.tk-big{color:#fff;letter-spacing:.5px;margin:8px 0 12px;font-size:clamp(18px,3.4vw,28px);font-weight:800}.tk-big em{color:#cdbfe2;text-transform:none;font-size:.75em;font-weight:400}.tk-venue{letter-spacing:3px;text-transform:uppercase;color:#cdbfe2;justify-content:center;align-items:center;gap:14px;font-size:13px;font-weight:600;display:flex}.tk-venue .tk-ln{background:#ffffff4d;width:46px;height:1px}.tk-tickets{margin-top:54px;animation:.45s cubic-bezier(.2,.8,.2,1) both tk-in}@keyframes tk-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.tk-cols{grid-template-columns:1fr 320px;align-items:start;gap:20px;max-width:880px;margin:0 auto;display:grid}@media (max-width:760px){.tk-cols{grid-template-columns:1fr}}.tk-rows{-webkit-backdrop-filter:blur(14px);text-align:left;background:#ffffff0f;border:1px solid #ffffff24;border-radius:20px;padding:8px 24px}.tk-row{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 0;display:flex}.tk-row:last-child{border-bottom:none}.tk-row .l b{font-size:16px;display:block}.tk-row .l small{color:#a291bd;font-size:12px}.tk-st{align-items:center;gap:14px;display:inline-flex}.tk-st button{color:#fff;background:#ffffff1f;border-radius:50%;width:38px;height:38px;font-size:18px;font-weight:700;transition:background .2s}.tk-st button:hover{background:#ffffff47}.tk-st .n{text-align:center;min-width:26px;font-size:22px;font-weight:800}.tk-col2{flex-direction:column;gap:16px;display:flex}.tk-receipt{text-align:left;color:#e8e0f5;background:#00000080;border:1px dashed #ffffff59;border-radius:4px;padding:20px 22px;font-family:Menlo,SF Mono,monospace;font-size:12.5px}.tk-rhead{text-align:center;color:#a291bd;border-bottom:1px dashed #ffffff4d;margin-bottom:12px;padding-bottom:12px;line-height:1.8}.tk-rline{justify-content:space-between;padding:4px 0;display:flex}.tk-rtot{border-top:1px dashed #ffffff4d;justify-content:space-between;margin-top:12px;padding-top:12px;font-size:15px;font-weight:700;display:flex}.tk-emailbox{text-align:left}.tk-names{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (max-width:380px){.tk-names{grid-template-columns:1fr}}.tk-emailbox label{letter-spacing:2px;text-transform:uppercase;color:#a291bd;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.tk-emailbox input{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:16px;transition:border-color .2s}.tk-emailbox input::placeholder{color:#ffffff59}.tk-emailbox input:focus{border-color:#8b5cf6}.tk-cta{color:#171717;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:100%;padding:18px 48px;font-size:16px;font-weight:800;transition:all .25s;display:inline-flex}.tk-cta:hover{transform:scale(1.03);box-shadow:0 10px 44px #ffffff59}.tk-cta:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.tk-err{color:#fca5a5;font-size:13px;font-weight:600}.tk-meta{color:#a291bd;margin-top:40px;font-size:13px;line-height:2.2}.tk-soldout{letter-spacing:2px;margin-top:54px;font-size:clamp(26px,5vw,44px);font-weight:900}.tk-soldout small{color:#cdbfe2;letter-spacing:0;margin-top:10px;font-size:15px;font-weight:500;display:block}.tk-faq{margin-top:90px}.tk-faq .tk-sep{margin-bottom:30px}.tk-faq-title{margin:6px 0 26px;font-size:clamp(28px,5vw,40px);font-weight:800}.tk-faq-list{text-align:left;flex-direction:column;gap:10px;max-width:720px;margin:0 auto;display:flex}.tk-faq-item{-webkit-backdrop-filter:blur(14px);background:#ffffff0f;border:1px solid #ffffff24;border-radius:16px;transition:border-color .25s,background .25s;overflow:hidden}.tk-faq-item.open{background:#ffffff17;border-color:#8b5cf699}.tk-faq-q{color:#fff;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 20px;font-size:15.5px;font-weight:700;line-height:1.4;display:flex}.tk-faq-x{flex:none;width:14px;height:14px;position:relative}.tk-faq-x:before,.tk-faq-x:after{content:"";background:#cdbfe2;margin:auto;transition:transform .3s;position:absolute;inset:0}.tk-faq-x:before{width:14px;height:2px}.tk-faq-x:after{width:2px;height:14px}.tk-faq-item.open .tk-faq-x:after{transform:rotate(90deg)}.tk-faq-a{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.2,.8,.2,1);display:grid}.tk-faq-item.open .tk-faq-a{grid-template-rows:1fr}.tk-faq-a>div{color:#cdbfe2;padding:0 20px;font-size:14.5px;line-height:1.75;overflow:hidden}.tk-faq-item.open .tk-faq-a>div{padding-bottom:20px}.tk-faq-a a{color:#fff;font-weight:600}.tk-faq-stations{flex-direction:column;gap:6px;margin:12px 0;padding-left:4px;display:flex}.tk-faq-stations b{color:#fff}.tk-card{z-index:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0f;border:1px solid #ffffff24;border-radius:24px;max-width:480px;margin:0 auto;padding:34px 28px;position:relative}.tk-qrbox{background:#fff;border-radius:16px;margin:18px 0 8px;padding:18px;display:inline-block}.tk-code{letter-spacing:1px;color:#e8e0f5;font-family:Menlo,monospace;font-size:15px;font-weight:700}.tk-secpill{text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#8b5cf6,#553575);border-radius:999px;padding:8px 22px;font-size:13px;font-weight:800;display:inline-block}
