#etm-ticket-modal { position: fixed; z-index: 99999; inset: 0; display: flex; align-items: center; justify-content: center; }
#etm-ticket-modal.etm-hidden { display: none; }
.etm-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.etm-modal-card { position: relative; max-width: 900px; width: 95%; max-height: 85vh; overflow: auto; background: #fff; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); padding: 24px; z-index: 100000; }
.etm-modal-close { position: absolute; right: 12px; top: 8px; background: transparent; border: none; font-size: 28px; line-height: 1; cursor: pointer; }
.etm-ticket-title { margin-top: 0; margin-bottom: 8px; font-size: 22px; }
.etm-ticket-meta { margin-bottom: 12px; font-size: 14px; color: #333; }
.etm-ticket-desc { font-size: 15px; color: #444; }
body.etm-modal-open { overflow: hidden; }
.etm-meta-row { margin-bottom: 6px; }