#qr-game {
text-align: center;
margin: 20px 0;
}
.qr-center {
text-align: center;
} #qr-play {
padding: 12px 24px;
font-size: 18px;
cursor: pointer;
background-color: #009881;
color: #fff;
border: none;
border-radius: 6px;
}
#qr-play:hover {
background-color: #00765e;
} a.button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px; margin: 6px 0;
padding: 12px 18px;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-size: 16px;
line-height: 1.2;
}
a.button:hover {
opacity: 0.9;
} .btn-website { background-color: #014488; }
.btn-instagram { background-color: #e4405f; }
.btn-facebook { background-color: #4267B2; }
.btn-contact { background-color: #014488; } a.button i {
color: #fff; font-size: 18px; flex-shrink: 0;
} .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;
} .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);
}
} @keyframes qrFadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @media (max-width: 480px) {
.qr-win-title {
font-size: 22px;
}
a.button {
font-size: 14px;
}
a.button i {
font-size: 16px;
}
} .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;
}