.tk-canvas{max-width:1180px;margin:0 auto;padding:48px 32px 72px}@media (max-width:960px){.tk-canvas{padding:36px 20px 56px}}@media (max-width:640px){.tk-canvas{padding:24px 16px 48px}}.tk-hero{align-items:center;gap:28px;margin-bottom:32px;display:flex}@media (max-width:640px){.tk-hero{text-align:center;flex-direction:column;gap:14px;margin-bottom:22px}}.tk-hero-mark{width:112px;height:112px;color:var(--coral);background:radial-gradient(circle at 38% 32%,#ffe6dc,#fdeae5 70%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;animation:.48s cubic-bezier(.34,1.4,.64,1) both tk-pop;display:flex}@media (max-width:640px){.tk-hero-mark{width:84px;height:84px}}.tk-hero-mark svg{animation:.42s .16s both tk-draw}.tk-hero-title{letter-spacing:-.015em;font-size:31px;font-weight:800;line-height:1.15;animation:.4s .12s both tk-rise}@media (max-width:640px){.tk-hero-title{font-size:25px}}.tk-hero-sub{color:var(--muted-foreground);margin-top:6px;font-size:15px;line-height:1.5}.tk-hero-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}@media (max-width:640px){.tk-hero-actions{justify-content:center}}@keyframes tk-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes tk-draw{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes tk-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.tk-hero-mark,.tk-hero-mark svg,.tk-hero-title{animation:none}}.tk-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 16px;font-size:14px;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex}.tk-btn:focus-visible{outline:2px solid var(--coral);outline-offset:2px}.tk-btn-primary{background:var(--coral);color:#fff}.tk-btn-primary:hover{background:var(--coral-dark)}.tk-btn-secondary{border-color:var(--edge);color:var(--ink);background:#fff}.tk-btn-secondary:hover{background:#f7f7f5}.tk-btn-sm{height:36px;padding:0 12px;font-size:13px}.tk-grid{grid-template-columns:minmax(0,1.75fr) minmax(320px,.95fr);align-items:start;gap:18px;display:grid}@media (max-width:960px){.tk-grid{grid-template-columns:1fr}}.tk-side{flex-direction:column;gap:18px;display:flex}.tk-card{border:1px solid var(--edge);background:#fff;border-radius:16px;box-shadow:0 1px 2px #00000005,0 8px 24px #00000006}.tk-card-main{border-radius:18px}.tk-pad{padding:28px}@media (max-width:640px){.tk-pad{padding:18px}}.tk-pad-sm{padding:22px}@media (max-width:640px){.tk-pad-sm{padding:16px}}.tk-divider{border-top:1px solid var(--edge)}.tk-event{align-items:flex-start;gap:20px;display:flex}.tk-poster{object-fit:cover;width:132px;height:132px;color:var(--coral);background:linear-gradient(135deg,#fdeae5,#ffd9cb);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:640px){.tk-poster{width:92px;height:92px}}.tk-event-title{letter-spacing:-.015em;overflow-wrap:anywhere;font-size:27px;font-weight:800;line-height:1.2}@media (max-width:640px){.tk-event-title{font-size:21px}}.tk-event-meta{flex-direction:column;gap:7px;margin-top:10px;font-size:14px;display:flex}.tk-event-meta .row{align-items:flex-start;gap:9px;display:flex}.tk-event-meta .row svg{color:var(--muted-foreground);flex-shrink:0;margin-top:2px}.tk-event-meta .sub{color:var(--muted-foreground);font-size:13px}.tk-sec-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.tk-sec-title{font-size:17px;font-weight:700}.tk-ref{color:var(--muted-foreground);font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-size:13px;display:inline-flex}.tk-qr-wrap{text-align:center;padding:8px 0 0}.tk-qr{border:1px solid var(--edge);background:#fff;border-radius:12px;padding:10px;display:inline-block}.tk-qr img{width:228px;height:228px;display:block}@media (max-width:400px){.tk-qr img{width:208px;height:208px}}.tk-qr-caption{margin-top:12px;font-size:14px;font-weight:600;line-height:1.45}.tk-qr-sub{color:var(--muted-foreground);margin-top:3px;font-size:13px}.tk-ticket-name{letter-spacing:-.01em;font-size:20px;font-weight:800}.tk-admits{color:var(--muted-foreground);align-items:center;gap:6px;margin-top:4px;font-size:13.5px;font-weight:600;display:inline-flex}.tk-spent{opacity:.55}.tk-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:5px;height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.tk-badge-muted{color:var(--muted-foreground);background:#f1f1ef}.tk-badge-danger{color:#d5342a;background:#fdefed}.tk-qr-void{border:1px dashed var(--edge);width:228px;height:228px;color:var(--muted-foreground);text-align:center;background:#fafaf8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin:0 auto;padding:16px;font-size:13px;font-weight:600;display:flex}.tk-receipt{font-size:14px}.tk-receipt .line{color:var(--muted-foreground);justify-content:space-between;gap:12px;padding:5px 0;display:flex}.tk-receipt .line .amt{font-variant-numeric:tabular-nums;white-space:nowrap}.tk-receipt .total{border-top:1px solid var(--edge);color:var(--ink);justify-content:space-between;gap:12px;margin-top:8px;padding-top:10px;font-size:15px;font-weight:700;display:flex}.tk-side-title{font-size:16px;font-weight:700}.tk-side-sub{color:var(--muted-foreground);margin-top:3px;font-size:13px;line-height:1.45}.tk-linkfield{border:1px solid var(--edge);border-radius:10px;align-items:center;gap:8px;height:42px;margin-top:14px;padding:0 6px 0 12px;display:flex}.tk-linkfield input{min-width:0;color:var(--ink);text-overflow:ellipsis;background:0 0;border:0;outline:0;flex:1;font-size:13px}.tk-share-row{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.tk-share-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:5px;min-width:56px;padding:0;font-size:11.5px;font-weight:600;display:flex}.tk-share-btn .disc{border:1px solid var(--edge);width:44px;height:44px;color:var(--ink);border-radius:999px;justify-content:center;align-items:center;transition:background-color .14s;display:flex}.tk-share-btn:hover .disc{background:#f7f7f5}.tk-share-btn:focus-visible{outline:2px solid var(--coral);outline-offset:2px;border-radius:8px}.tk-seats{flex-direction:column;gap:8px;margin-top:14px;display:flex}.tk-seat{border:1px solid var(--edge);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex}.tk-seat.owner{background:#f4faf6;border-color:#d6ecdd}.tk-seat .num{width:30px;height:30px;color:var(--ink);background:#f1f1ef;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.tk-seat.owner .num{color:#157347;background:#dff1e5}.tk-seat .who{flex:1;min-width:0}.tk-seat .who .name{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;display:block;overflow:hidden}.tk-seat .who .state{color:var(--muted-foreground);margin-top:1px;font-size:12.5px;display:block}.tk-seat .end{color:var(--muted-foreground);flex-shrink:0;align-items:center;gap:6px;display:flex}.tk-seat .end .ok{color:#1baa70}.tk-side-foot{color:var(--muted-foreground);align-items:flex-start;gap:8px;margin-top:14px;font-size:12.5px;line-height:1.5;display:flex}.tk-side-foot svg{flex-shrink:0;margin-top:2px}.tk-strip{border:1px solid var(--edge);background:#fff;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:0;margin-top:18px;display:grid;overflow:hidden}@media (max-width:960px){.tk-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.tk-strip{grid-template-columns:1fr}}.tk-strip-item{border-left:1px solid var(--edge);padding:20px}.tk-strip-item:first-child{border-left:0}@media (max-width:960px){.tk-strip-item{border-left:0;border-top:1px solid var(--edge)}.tk-strip-item:nth-child(-n+2){border-top:0}.tk-strip-item:nth-child(2n){border-left:1px solid var(--edge)}}@media (max-width:560px){.tk-strip-item{border-top:1px solid var(--edge);border-left:0!important}.tk-strip-item:first-child{border-top:0}}.tk-strip-item svg{color:var(--coral)}.tk-strip-item h3{margin-top:10px;font-size:14.5px;font-weight:700}.tk-strip-item p{color:var(--muted-foreground);margin-top:4px;font-size:13px;line-height:1.5}.tk-strip-item a,.tk-strip-item button.linkish{color:var(--coral);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-top:10px;padding:0;font-size:13px;font-weight:600;display:inline-flex}.tk-banner{background:var(--coral-soft);border:1px solid #f8d8cd;border-radius:16px;flex-wrap:wrap;align-items:center;gap:18px;margin-top:18px;padding:22px;display:flex}.tk-banner .txt{flex:1;min-width:260px}.tk-banner h3{align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.tk-banner p{color:var(--muted-foreground);margin-top:4px;font-size:13px;line-height:1.55}.tk-legal{color:var(--muted-foreground);margin-top:22px;font-size:12px;line-height:1.6}.tk-legal summary{cursor:pointer;color:var(--ink);font-size:13px;font-weight:600}.tk-legal[open] summary{margin-bottom:8px}.tk-sticky{z-index:40;padding:10px 16px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--edge);background:#ffffffeb;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.tk-full{z-index:60;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex;position:fixed;inset:0}.tk-full img{width:min(340px,78vw);height:auto}.tk-full .brand{color:var(--coral);letter-spacing:-.01em;font-size:15px;font-weight:800}.tk-full .ev{font-size:20px;font-weight:800}.tk-full .tt{color:var(--muted-foreground);font-size:14px;font-weight:600}.tk-full .ref{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:13px}@media print{header,footer,.tk-hero-actions,.tk-side,.tk-strip,.tk-banner,.tk-sticky,.tk-share-row,.tk-noprint{display:none!important}.tk-canvas{max-width:none;padding:0}.tk-card{box-shadow:none;border:1px solid #000}.tk-qr img{width:260px;height:260px}}