
.wpte-wrap{
    max-width:980px;
    margin:0 auto;
    padding:80px 20px;
}
.wpte-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:24px;
}
.wpte-grid .wpte-wrap{
    width:100%;
    padding:0;
}
.wpte-ticket{
    width:100%;
    max-width:560px;
    margin:0 auto;
    padding:32px;
    border-radius:28px;
    color:#fff;
    background:
        radial-gradient(circle at 90% 0,rgba(124,58,237,.35),transparent 34%),
        #18181b;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 30px 90px rgba(0,0,0,.35);
    text-align:center;
}
.wpte-ticket__head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    font-weight:800;
}
.wpte-ticket__head strong{
    padding:8px 12px;
    border-radius:999px;
    background:#166534;
}
.wpte-ticket--used .wpte-ticket__head strong{background:#92400e}
.wpte-ticket--cancelled .wpte-ticket__head strong{background:#991b1b}
.wpte-ticket h1{
    margin:28px 0 8px;
    font-size:44px;
    line-height:1.05;
}
.wpte-ticket__name{
    font-size:20px;
    color:#d4d4d8;
}
.wpte-ticket__event{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin:22px 0 10px;
    text-align:left;
}
.wpte-ticket__event>div{
    padding:13px;
    border-radius:14px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
}
.wpte-ticket__event small{
    display:block;
    color:#a1a1aa;
    font-size:10px;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:4px;
}
.wpte-ticket__event strong{
    display:block;
    font-size:14px;
}
.wpte-ticket__qr{
    display:flex;
    align-items:center;
    justify-content:center;
    width:300px;
    min-height:300px;
    max-width:100%;
    margin:26px auto;
    padding:12px;
    border-radius:18px;
    background:#fff;
}
.wpte-ticket__qr img,
.wpte-ticket__qr canvas{
    display:block;
    max-width:100%;
    height:auto!important;
}
.wpte-ticket__code{
    font-size:24px;
    font-weight:900;
    letter-spacing:.08em;
}
.wpte-ticket__meta{
    display:flex;
    justify-content:space-between;
    gap:16px;
    margin-top:20px;
    color:#a1a1aa;
    font-size:14px;
}
.wpte-ticket__hint{
    margin-top:24px;
    color:#d4d4d8;
}
.wpte-ticket__actions{
    display:flex;
    justify-content:center;
    margin-top:18px;
}
.wpte-pdf-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:14px 24px;
    border:0;
    border-radius:14px;
    background:linear-gradient(135deg,#7c3aed,#a855f7);
    color:#fff;
    font:inherit;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 16px 45px rgba(124,58,237,.28);
}
.wpte-pdf-button:disabled{
    opacity:.65;
    cursor:wait;
}
.wpte-message{
    max-width:720px;
    margin:80px auto;
    padding:32px;
    border-radius:24px;
    background:#18181b;
    color:#fff;
    text-align:center;
}
.wpte-message--error{
    border:1px solid #991b1b;
}
.wpte-kicker{
    color:#a78bfa;
    font-weight:900;
    letter-spacing:.16em;
}
.wpte-ticket--pdf-export{
    width:560px!important;
    max-width:560px!important;
    margin:0!important;
    padding:32px!important;
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
}
@media(max-width:600px){
    .wpte-wrap{padding:40px 14px}
    .wpte-ticket{padding:24px}
    .wpte-ticket h1{font-size:34px}
    .wpte-ticket__meta{flex-direction:column}
    .wpte-ticket__event{grid-template-columns:1fr}
    .wpte-ticket__qr{width:260px;min-height:260px}
    .wpte-pdf-button{width:100%}
}
@media print{
    .wpp-header,
    .wpp-footer,
    .wpp-mobile-buy,
    .wpte-ticket__actions{
        display:none!important;
    }
    .wpte-wrap{
        padding:0!important;
    }
    .wpte-ticket{
        box-shadow:none!important;
    }
}
