#qr-game { text-align: center; margin: 20px 0; }
.qr-center { text-align: center; }

/* Gewinn / Info */
.qr-win-title { font-size: 26px; font-weight: bold; margin-bottom: 15px; }
.qr-win-text { font-size: 18px; line-height: 1.5; margin-bottom: 20px; }
.qr-win-time { font-size: 13px; color: #666; margin-top: 10px; }
.qr-win-id { font-size: 14px; margin-top: 6px; font-weight: bold; }
.qr-screenshot-hint { margin-top: 15px; font-size: 14px; color: #444; }

.qr-info-title { font-size: 20px; font-weight: bold; margin-bottom: 12px; }
.qr-info-sub { font-size: 16px; margin-bottom: 18px; }

/* Öffnungszeiten */
.qr-opening-hours { list-style: none; padding: 0; margin: 10px 0 20px 0; text-align: center; font-size: 15px; }
.qr-opening-hours li { margin-bottom: 4px; }

/* Konfetti */
.confetti-container { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: 9999; }
.confetti { position: absolute; top: -10px; width: 10px; height: 14px; opacity: 0.9; animation: confetti-fall 4s linear infinite; }
@keyframes confetti-fall { 0% { transform: translateY(0) rotate(0deg); } 100% { transform: translateY(110vh) rotate(360deg); } }

@media (max-width: 480px) { .qr-win-title { font-size: 22px; } }
