
:root { color-scheme: light; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
.qr-display-body { background: #f2f4f9; color: #08090c; padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); }
.qr-display-shell { width: min(100%, 980px); margin: 0 auto; }
.qr-display-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 0 0 22px; }
.qr-display-kicker { color: #0a8dff; font-size: 18px; font-weight: 900; letter-spacing: .12em; }
.qr-display-header h1 { font-size: clamp(42px, 7vw, 82px); line-height: .95; margin: 8px 0 0; letter-spacing: -.055em; }
.qr-display-live { display: flex; align-items: center; gap: 10px; padding: 14px 20px; border-radius: 999px; background: #dcfce7; color: #149447; font-size: 22px; font-weight: 950; white-space: nowrap; }
.qr-display-live span { width: 14px; height: 14px; border-radius: 50%; background: #29c966; box-shadow: 0 0 0 7px rgba(41,201,102,.16); }
.qr-display-card { background: white; border: 1px solid #e4e7ed; border-radius: 34px; padding: clamp(20px, 4vw, 42px); box-shadow: 0 22px 70px rgba(24, 39, 75, .09); text-align: center; }
.qr-display-code { width: min(72vh, 100%); max-width: 760px; margin: 0 auto; transition: opacity .15s ease; }
.qr-display-code svg { display: block; width: 100%; height: auto; }
.qr-display-status { display: inline-flex; margin-top: 14px; padding: 12px 24px; border-radius: 999px; background: #e6f8ed; color: #18a653; font-size: 25px; font-weight: 950; }
.qr-display-countdown { color: #ff871f; font-size: 26px; font-weight: 800; margin-top: 16px; }
.qr-display-until { color: #7d828c; font-size: 18px; font-weight: 700; margin-top: 8px; }
.qr-display-shell footer { color: #717682; text-align: center; font-size: 18px; font-weight: 700; margin-top: 18px; }
.is-refreshing .qr-display-code, .is-expired .qr-display-code { opacity: .12; }
.is-refreshing .qr-display-status { background: #eaf4ff; color: #087edb; }
.is-expired .qr-display-status { background: #fff0e4; color: #e55f00; }
@media (max-width: 620px) { .qr-display-header { align-items: flex-start; flex-direction: column; } .qr-display-live { font-size: 17px; padding: 10px 16px; } }
