.creative { width: 100%; height: 100%; color: var(--brand-navy); background: #fff; }
.creative::before { content: none; }
.safe-area { position: absolute; inset: 0; display: grid; grid-template-rows: 300px minmax(0, 1fr) 320px; gap: 0; z-index: 1; }
.creative-header { position: relative; display: grid; grid-template-columns: 290px 1fr; align-items: center; gap: 42px; min-height: 0; padding: 0 72px; overflow: hidden; background: var(--brand-navy); }
.creative-brand { position: relative; width: 260px; height: 260px; display: grid; place-items: center; overflow: hidden; z-index: 1; }
.creative-brand img { width: 100%; height: 100%; object-fit: contain; }
.creative-heading { min-width: 0; }
.creative-heading h2 { margin: 0; color: var(--brand-red); font-size: 76px; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.creative-heading time { display: block; margin-top: 22px; color: #fff; font-size: 30px; font-weight: 750; text-transform: capitalize; }
.decor-line { width: 150px; height: 10px; margin-top: 22px; background: var(--brand-light-blue); border-radius: 9px; }
.creative-body { min-height: 0; display: grid; align-content: center; padding: 32px 72px; background: #fff; }
.cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.game-identity { min-width: 0; display: flex; align-items: center; }
.game-logo { width: 150px; height: 120px; display: grid; place-items: center; overflow: hidden; }
.game-logo img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.jackpot-card { position: relative; min-height: 250px; display: grid; grid-template-rows: 120px minmax(70px, 1fr) auto; row-gap: 8px; padding: 22px 26px 25px; overflow: hidden; background: linear-gradient(145deg, #fff 62%, rgb(241 250 238 / .66)); border: 2px solid rgb(29 53 87 / .09); border-top: 10px solid var(--accent); border-radius: 24px; box-shadow: 0 9px 0 rgb(29 53 87 / .06); }
.jackpot-card .game-identity { height: 120px; align-items: center; }
.jackpot-card::after { content: ""; position: absolute; right: -58px; bottom: -76px; width: 180px; height: 180px; border: 22px solid var(--accent); border-radius: 50%; opacity: .065; }
.jackpot-amount { position: relative; z-index: 1; align-self: center; display: flex; align-items: baseline; gap: 11px; padding: 7px 0 3px; color: var(--accent); }
.jackpot-amount strong { font-size: 70px; line-height: .9; letter-spacing: -.05em; }
.jackpot-amount span { max-width: 150px; font-size: 23px; line-height: 1; font-weight: 900; text-transform: uppercase; }
.draw-date { position: relative; z-index: 1; margin: 0; padding-top: 12px; color: var(--brand-navy); border-top: 2px solid rgb(69 123 157 / .13); font-size: 20px; font-weight: 750; }
.results-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.result-card { min-height: 180px; display: grid; grid-template-columns: 126px minmax(0, 1fr); grid-template-rows: 25px auto auto; grid-template-areas: "brand badge" "brand primary" "brand extras"; column-gap: 13px; row-gap: 5px; padding: 11px 13px 12px; background: linear-gradient(110deg, #fff 70%, rgb(168 218 220 / .2)); border: 1px solid rgb(29 53 87 / .08); border-left: 8px solid var(--accent); border-radius: 17px; box-shadow: 0 5px 0 rgb(29 53 87 / .055); }
.result-card-head { grid-area: brand; min-width: 0; display: grid; place-items: center; padding-right: 12px; border-right: 2px solid rgb(29 53 87 / .08); }
.result-card-head .game-identity { width: 100%; justify-content: center; }
.result-card-head .game-logo { width: 110px; height: 92px; overflow: hidden; }
.demo-pill { grid-area: badge; align-self: start; justify-self: end; padding: 4px 7px; color: var(--brand-blue); background: rgb(168 218 220 / .25); border-radius: 999px; font-size: 10px; line-height: 1; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }
.result-primary { grid-area: primary; min-width: 0; display: flex; align-items: center; }
.balls { display: flex; flex-wrap: wrap; gap: 5px; }
.ball { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--accent, var(--brand-navy)); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 3px 6px rgb(29 53 87 / .15); font-size: 17px; font-weight: 900; }
.ball.accent { color: var(--brand-navy); background: #f2c94c; }
.result-extras { grid-area: extras; min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 5px 10px; margin: 0; }
.result-extra { display: flex; align-items: baseline; gap: 5px; color: var(--brand-navy); font-size: 14px; font-weight: 850; }
.result-extra b { color: var(--brand-blue); font-size: 9px; letter-spacing: .03em; text-transform: uppercase; }
.branded-extra { min-height: 35px; padding: 3px 9px; background: #fff; border: 1px solid rgb(29 53 87 / .1); border-radius: 9px; }
.branded-extra strong { color: var(--brand-navy); font-size: 16px; letter-spacing: .02em; }
.extra-logo { width: 72px; height: 26px; display: grid; place-items: center; }
.extra-logo img { width: 100%; height: 100%; object-fit: contain; }
.national-prizes { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.national-prize { padding: 8px 9px; color: #fff; background: var(--brand-navy); border-radius: 10px; }
.national-prize b { display: block; color: var(--brand-light-blue); font-size: 9px; letter-spacing: .05em; }
.national-prize strong { font-size: 20px; letter-spacing: .04em; }
.picks, .scores { display: flex; flex-wrap: wrap; gap: 4px; }
.pick, .score { min-width: 25px; height: 25px; display: grid; place-items: center; padding: 0 5px; color: #fff; background: var(--accent); border-radius: 6px; font-size: 12px; font-weight: 900; }
.creative-footer { min-height: 320px; display: grid; grid-template-columns: 270px 1fr 240px; align-items: end; gap: 22px; padding: 0 72px; color: #fff; background: var(--brand-navy); border-top: 0; }
.mascot-slot { position: relative; width: 270px; height: 320px; display: grid; align-items: end; justify-items: center; }
.mascot-slot img { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; }
.mascot-sign-copy { position: absolute; top: 77px; left: 76px; width: 82px; color: var(--brand-navy); font-size: 14px; line-height: 1.05; font-weight: 950; text-align: center; transform: rotate(-4deg); transform-origin: center; }
.footer-copy { align-self: center; }
.footer-copy strong { display: block; margin-bottom: 12px; color: var(--brand-red); font-size: 34px; line-height: 1.1; }
.footer-copy p { margin: 6px 0; color: #fff; font-size: 21px; font-weight: 700; }
.footer-copy .legal { margin-top: 18px; color: var(--brand-light-blue); font-size: 16px; line-height: 1.4; }
.official-source { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--brand-light-blue); font-size: 14px; font-weight: 800; }
.selae-mark { width: 42px; height: 34px; flex: none; }
.selae-mark img { width: 100%; height: 100%; object-fit: contain; }
.qr-slot { display: grid; justify-items: center; gap: 10px; }
.qr-slot img { width: 220px; height: 220px; object-fit: contain; background: #fff; }
.qr-slot strong { color: #fff; font-size: 17px; font-weight: 900; text-align: center; }
.qr-slot span { color: var(--brand-light-blue); font-size: 16px; font-weight: 850; text-align: center; }
.asset-load-error { visibility: hidden; }
.creative.is-results .safe-area { gap: 0; }
.creative.is-results .creative-header { min-height: 0; }
.creative.is-results .creative-heading h2 { font-size: 74px; }
.creative.is-results .creative-footer { min-height: 320px; }
