#jp2t-checkin{max-width:520px;margin:20px auto;text-align:center}
#reader{width:100%;max-width:420px;aspect-ratio:1/1;background:#111;border-radius:12px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;overflow:hidden}
#scan-result{margin:8px 0 12px;font-weight:600}
#scan-result .ok{color:#0a8f2a}
#scan-result .err{color:#c2202f}
#btn-start,#btn-new{background:#0073aa;color:#fff;border:none;padding:10px 14px;border-radius:8px;cursor:pointer}
#btn-start:hover,#btn-new:hover{background:#005a87}
.jp2t-my-tickets{display:block}
.jp2t-order{margin:10px 0 25px;padding:10px;border:1px solid #e5e5e5;border-radius:10px;background:#fff}
.jp2t-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}
.jp2t-card{border:1px solid #e5e5e5;border-radius:10px;background:#fafafa;display:flex;flex-direction:column}
.jp2t-card-body{padding:10px;text-align:center}
.jp2t-card-body img{max-width:160px;height:auto}
.jp2t-ticket-id{font-size:12px;color:#555;margin-bottom:6px;word-break:break-all}
.jp2t-card-actions{padding:8px;display:flex;gap:8px;justify-content:center}