.welcome-bonus { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 22px; overflow-y: auto; background: #010911d9; backdrop-filter: blur(7px); }
.welcome-poster { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; width: min(820px,100%); max-height: calc(100svh - 44px); overflow-y: auto; border: 1px solid #d9b86980; border-radius: 24px; background: radial-gradient(ellipse at 18% 40%,#25514688,transparent 52%),linear-gradient(135deg,#102a2e,#06131f 70%); box-shadow: 0 30px 100px #000a, inset 0 1px 0 #ffe4a02b; color: #edf1e9; animation: welcome-enter .35s ease-out; }
.welcome-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; background: #ffffff0d; border: 1px solid #e0c88455; border-radius: 50%; color: #f4dfaa; font: 28px/1 Arial,sans-serif; cursor: pointer; }
.welcome-close:hover { background: #ffffff20; }
.welcome-art { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; min-width: 0; padding: 45px 10px; background: radial-gradient(circle,#f8bf3426,transparent 65%); }
.welcome-art img { display: block; width: 100%; max-width: 300px; height: auto; filter: drop-shadow(0 15px 25px #0006); }
.welcome-art-caption { color: #eed28a; font-size: 13px; margin-top: 12px; letter-spacing: .5px; }
.welcome-star { position: absolute; color: #ffdf82; text-shadow: 0 0 20px #ffc844; }
.star-one { top: 21%; left: 20%; font-size: 24px; }.star-two { right: 10%; top: 28%; font-size: 38px; }.star-three { left: 15%; bottom: 24%; font-size: 18px; }
.welcome-copy { padding: 48px 38px 28px 15px; text-align: center; }
.welcome-eyebrow { display: block; color: #bbcfca; font-size: 11px; letter-spacing: 1.5px; margin-bottom: 20px; }
.welcome-copy h2 { margin: 0; font-size: 26px; line-height: 1.4; font-weight: 600; }
.welcome-percent { display: block; font: 800 96px/1.2 Arial,sans-serif; color: #ffe293; text-shadow: 0 3px 0 #8c642b,0 8px 25px #edb54030; }
.welcome-gold { display: block; color: #ffe8ad; font-size: 34px; }
.welcome-copy p { font-size: 13px; line-height: 1.7; color: #b9cdcf; margin: 14px 0 20px; }
.welcome-example { display: flex; align-items: center; justify-content: space-between; gap: 8px; border-block: 1px solid #dec47a29; padding: 15px 5px; }
.welcome-example span { color: #9fbabf; font-size: 11px; }.welcome-example b { display: block; color: #fce8ae; font-size: 18px; margin-top: 5px; }.welcome-example i { font-style: normal; color: #81999c; }.welcome-example span:last-child b { color: #9ce6c5; }
.welcome-terms { display: block; margin: 13px 0 20px; font-size: 10px; line-height: 1.7; color: #92abae; }
.welcome-deposit { display: flex; align-items: center; justify-content: center; gap: 20px; width: 100%; min-height: 48px; border: 1px solid #ffe8ab; border-radius: 10px; background: linear-gradient(#ffe49a,#e2ae46); color: #242311; font: 700 16px Arial,sans-serif; box-shadow: 0 5px 22px #edbd3820; cursor: pointer; }
.welcome-later { padding: 13px 18px 0; background: none; border: 0; color: #a9bec3; font-size: 12px; cursor: pointer; }
.welcome-poster button:focus-visible { outline: 2px solid #fff2bf; outline-offset: 4px; }
@keyframes welcome-enter { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }
@media(max-width:620px) {
 .welcome-bonus { padding: 14px; }
 .welcome-poster { grid-template-columns: 1fr; width: min(350px,100%); max-height: calc(100svh - 28px); border-radius: 20px; }
 .welcome-art { padding: 12px 0 0; height: 100px; }
 .welcome-art img { width: 104px; }
 .welcome-art-caption { display: none; }
 .star-one { left: 25%; }.star-two { right: 22%; font-size: 25px; }.star-three { bottom: 5%; left: 21%; }
 .welcome-copy { padding: 6px 20px 12px; }
 .welcome-eyebrow { margin-bottom: 6px; font-size: 9px; }
 .welcome-copy h2 { font-size: 20px; }
 .welcome-percent { font-size: 60px; line-height: 1.1; }
 .welcome-gold { font-size: 23px; }
 .welcome-copy p { margin: 8px 0 12px; font-size: 11px; }
 .welcome-example { padding: 10px 4px; gap: 6px; }
 .welcome-example b { font-size: 16px; margin-top: 3px; }
 .welcome-terms { margin: 9px 0 12px; font-size: 10px; }
 .welcome-deposit { min-height: 44px; font-size: 14px; }
 .welcome-later { min-height: 38px; padding: 8px 18px; font-size: 11px; }
 .welcome-close { top: 10px; right: 10px; }
}
@media(prefers-reduced-motion:reduce) { .welcome-poster { animation: none; } }
