@font-face{font-family:ExoSoft;src:url('assets/source/fonts/exo-soft/ExoSoft-Medium.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:ExoSoft;src:url('assets/source/fonts/exo-soft/ExoSoft-SemiBold.ttf') format('truetype');font-weight:600 700;font-display:swap}
@font-face{font-family:ExoSoft;src:url('assets/source/fonts/exo-soft/ExoSoft-ExtraBold.ttf') format('truetype');font-weight:800 900;font-display:swap}
:root{--blue:#1227e2;--navy:#061491;--orange:#ff8200;--ink:#202020;--muted:#717585;--paper:#f5f5f2;--line:#e4e5e9;--radius:22px;--page:22px}
*{box-sizing:border-box}
html{overflow:hidden;background:#e7e8ed}
body{margin:0;color:var(--ink);font:500 16px/1.4 ExoSoft,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
button,input{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button:disabled{cursor:default}
button:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:4px}
:focus:not(:focus-visible){outline:none}
html:not(.tab-focus) :focus{outline:none!important}
html.tab-focus :is(button,a,input,select,textarea,[tabindex]):focus{outline:3px solid var(--orange);outline-offset:4px}
h1,h2,h3,p{margin:0}
h1,h2,h3,b,strong{font-weight:600}
i.ph{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}
button i,a i{pointer-events:none}
.app-shell{max-width:480px;margin:auto;background:var(--paper)}
.screen{height:100vh;height:100dvh;display:flex;flex-direction:column;padding:env(safe-area-inset-top) var(--page) 0;overflow:hidden}
.topbar{display:flex;align-items:center;justify-content:space-between;min-height:76px;flex-shrink:0;gap:12px}
.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);background:transparent;border-radius:50%;color:var(--ink);font-size:23px}
.icon-button:disabled{color:#999eaa;border-color:#e4e5e9}
.stats{display:flex;align-items:center;gap:20px;font-size:17px;font-variant-numeric:tabular-nums}
.stats span{display:flex;gap:6px;align-items:center}
.stats .ph{font-size:20px;color:var(--blue)}
.stats span:first-child .ph{color:#c05d00}
.stats b{font-weight:500}
.home-content{display:grid;grid-template-rows:minmax(180px,1fr) auto auto;gap:16px;flex:1;min-height:0;padding:4px 0 18px}
.prize-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--blue);color:white;border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;justify-content:space-between;min-height:0}
.hero-copy{z-index:2}
.hero-copy h1{font-size:clamp(34px,9vw,44px);line-height:1.02;font-weight:500}
.hero-copy p{font-size:14px;line-height:1.5;color:#d4d9ff;margin-top:14px}
.hero-emblem{position:absolute;right:-22px;bottom:43px;font-size:180px;color:#fff;transform:rotate(-18deg);opacity:.95;z-index:-1}
.hero-emblem:before{content:'';position:absolute;inset:5%;border-radius:50%;background:var(--navy);z-index:-1}
.hero-foot{display:flex;align-items:end;justify-content:space-between;gap:12px;z-index:2;margin-top:18px}
.hero-foot>span{font-size:14px;line-height:1.35}
.hero-foot b{color:#c2cbff;font-weight:500}
.hero-foot .icon-button{color:white;border-color:#ffffff66;background:var(--blue)}
.diamond-wave{position:absolute;display:flex;align-items:center;width:150%;height:150px;top:38%;left:-25%;color:var(--navy);opacity:.55;z-index:-1;transform:rotate(-16deg)}
.diamond-wave i{display:block;height:100%;flex:var(--d) 1 0;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:currentColor}
.progress-card{padding:0 2px}
.section-title{display:flex;justify-content:space-between;align-items:center;gap:12px}
.section-title h2{font-size:19px;}
.text-button{display:flex;justify-content:center;align-items:center;border:0;background:transparent;font-size:22px;width:44px;height:44px;color:var(--muted)}
.progress-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:1px 0 14px}
.progress-summary p{font-size:13px;color:var(--muted)}
.progress-summary>span{font-size:23px;color:var(--blue);white-space:nowrap}
.progress-summary small{font-size:14px;color:var(--muted)}
.progress-steps{display:flex;gap:5px}
.progress-steps button{flex:1;min-width:0;height:44px;border:1px solid #dadde5;background:transparent;border-radius:12px;color:#7a8090;font-size:14px}
.progress-steps .is-current{background:var(--blue);border-color:var(--blue);color:white}
.progress-steps .is-done{background:#e1e5fb;border-color:#e1e5fb;color:var(--blue)}
.play-card{padding:17px;background:white;border:1px solid var(--line);border-radius:var(--radius)}
.play-card__heading{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.game-symbol{height:42px;width:42px;display:grid;place-items:center;color:var(--blue);background:#edf0ff;border-radius:13px;font-size:26px}
.play-card h2{font-size:20px;}
.play-card p{color:var(--muted);font-size:13px;margin-top:2px}
.button{border:0;display:flex;gap:10px;align-items:center;justify-content:center;min-height:50px;width:100%;padding:12px 18px;border-radius:13px;font-weight:600;font-size:16px;color:var(--ink);background:white;line-height:1.25;text-align:center}
.button>.ph:last-child{margin-left:auto;font-size:21px}
.button--orange{background:var(--orange);color:#202020}
.button--blue{background:var(--blue);color:white}
.button--outline{background:transparent;border:1px solid #ccd0df}
.button:disabled{opacity:.45}
.bottom-nav{flex-shrink:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);min-height:76px;padding:10px 0 calc(10px + env(safe-area-inset-bottom));background:var(--paper);z-index:5}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#85899a;font-size:11px;min-height:48px}
.bottom-nav .ph{font-size:24px}
.bottom-nav a[aria-current]{color:var(--blue)}
.bottom-nav a[aria-current] .ph{background:#e5e8ff;border-radius:9px;box-shadow:0 0 0 5px #e5e8ff}
.allow-scroll{overflow:auto}
.screen--tasks{height:auto;min-height:100dvh;overflow:visible;padding-bottom:calc(94px + env(safe-area-inset-bottom))}
.screen--tasks .bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(calc(100% - 44px),436px)}
.tasks-content{padding-top:13px}
.page-title h1{font-size:32px;line-height:1.12;font-weight:500}
.page-title em{font-style:normal;color:var(--blue)}
.page-title p{color:var(--muted);font-size:14px;margin-top:14px}
.tasks-summary{display:flex;align-items:center;gap:10px;background:#e9ecff;padding:16px;border-radius:16px;margin:24px 0;font-size:14px;color:var(--navy)}
.tasks-summary .ph{font-size:23px}
.tasks-summary b{font-size:24px;margin-left:auto;font-weight:500}
.task-list{margin-top:12px;border-top:1px solid var(--line)}
.task-row{display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--line);padding:20px 0}
.task-icon{flex:0 0 40px;height:40px;display:grid;place-items:center;font-size:26px;color:var(--blue)}
.task-copy{flex:1;min-width:0}
.task-copy h3{font-size:16px;line-height:1.25;font-weight:500}
.task-copy p{color:var(--muted);font-size:12px;margin-top:5px}
.reward-line{display:flex;gap:14px;font-size:12px;margin-top:8px}
.reward-line span{display:flex;align-items:center;gap:4px;color:#666c80}
.reward-line span:first-child{color:#af5400}
.reward-line i{font-size:15px}
.task-action{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:50%;border:1px solid #d8dce7;background:white;color:var(--blue);font-size:22px}
.task-row.is-done .task-icon,.task-row.is-done .task-action{color:#738171}
.task-row.is-done h3{color:#7d817d}
.task-action:disabled{background:#eaf0e7;border-color:#eaf0e7}
.demo-note{font-size:12px;color:var(--muted);padding:20px 4px}
.game-content{flex:1;min-height:0;display:flex;flex-direction:column;padding:8px 0 18px;gap:18px}
.game-title h1{font-size:32px;line-height:1.08;font-weight:500;max-width:350px}
.game-title p{font-size:14px;color:var(--muted);margin-top:10px;max-width:320px}
.game-title{flex-shrink:0}
.game-footer{flex-shrink:0;text-align:center;font-size:13px;color:var(--muted)}
.game-footer>span{display:flex;align-items:center;justify-content:center;gap:5px;color:var(--ink);margin-bottom:5px}
.game-footer .ph{color:#ba5a00;font-size:17px}
.game-footer .button{margin-top:9px}
.pitch{flex:1;min-height:0;position:relative;overflow:hidden;border-radius:var(--radius);background:linear-gradient(#06149155,#06149177),url('assets/backgrounds/generated-penalty-field.png') center 49%/cover;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 18px 68px;color:white}
.pitch-score{position:absolute;top:18px;left:20px;right:20px;display:flex;justify-content:space-between;align-items:center;font-size:10px;}
.pitch-score b{font-size:14px;font-weight:500;}
.goal-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:100%;height:65%;min-height:150px;max-height:230px;border:4px solid white;border-bottom:2px solid #fff9;border-radius:5px;box-shadow:0 10px 30px #06149144;background:repeating-linear-gradient(0deg,transparent 0 12px,#ffffff14 12px 13px),repeating-linear-gradient(90deg,transparent 0 12px,#ffffff14 12px 13px)}
.goal-grid button{border:1px solid #ffffff66;background:#06149144;color:white;min-width:0;min-height:44px;display:grid;place-items:center;padding:0}
.goal-grid span{border:1px solid #ffffff60;display:grid;place-items:center;border-radius:50%;height:28px;width:28px;font-size:12px;background:#06149150}
.goal-grid button:hover,.goal-grid .is-hit{background:#ff8200c9}
.goal-grid button:disabled{cursor:default}
.match-ball{position:absolute;bottom:32px;left:calc(50% - 24px);font-size:50px;border-radius:50%;color:#061491;background:white;height:50px;width:50px;box-shadow:0 8px 10px #0005;transition:transform .45s ease,opacity .45s}
.match-ball.is-kicked{transform:translateY(-140px) scale(.35);opacity:.3}
.penalty-spot{position:absolute;bottom:35px;width:70%;height:90px;border:1px solid #fff5;border-radius:50%;transform:perspective(200px) rotateX(55deg)}
.pitch-caption{position:absolute;bottom:12px;font-size:10px;color:#fff9}
.scratch-ticket{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;padding:20px;border-radius:var(--radius);background:var(--navy);color:white;overflow:hidden}
.ticket-heading{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#a5b0ff}
.ticket-heading .ph{font-size:23px}
.ticket-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 18px}
.ticket-line strong{font-size:23px;font-weight:500;}
.scratch-count{font-size:14px;color:#cbd2ff;white-space:nowrap}
.scratch-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:9px;flex:1;min-height:144px}
.scratch-grid button{min-height:44px;position:relative;border:0;padding:0;background:#fff;border-radius:11px;overflow:hidden;color:var(--blue)}
.scratch-cover{position:absolute;z-index:2;inset:0;background:linear-gradient(135deg,#e6e9f3,#c6cdde);display:grid;place-items:center;transition:opacity .25s}
.scratch-cover .ph{font-size:22px;color:#6c789b}
.scratch-cover:after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(130deg,transparent 0 7px,#fff2 7px 8px)}
.scratch-prize{display:grid;place-items:center;font-size:32px;height:100%}
.scratch-grid .is-open .scratch-cover{opacity:0}
.ticket-tear{border-top:1px dashed #fff4;margin:18px -20px 14px;position:relative}
.ticket-tear:before,.ticket-tear:after{content:'';position:absolute;top:-10px;width:20px;height:20px;border-radius:50%;background:var(--paper)}
.ticket-tear:before{left:-10px}.ticket-tear:after{right:-10px}
.ticket-stub{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:9px;color:#a5b0ff}
.barcode{width:86px;height:23px;background:repeating-linear-gradient(90deg,#a5b0ff 0 2px,transparent 2px 4px,#a5b0ff 4px 5px,transparent 5px 8px,#a5b0ff 8px 11px,transparent 11px 13px)}
.lottery-stage{flex:1;min-height:0;position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#e5e9fa;border-radius:var(--radius);padding:20px}
.lottery-stage .diamond-wave{height:90px;top:37%;color:#c1cbf5;opacity:.7}
.lottery-drum{position:relative;width:min(100%,245px);aspect-ratio:1;max-height:calc(100% - 95px);border-radius:50%;background:radial-gradient(circle at 28% 22%,#fff9,transparent 40%),linear-gradient(135deg,#d8e1ffb0,#bccbfa50);border:2px solid #ffffff;box-shadow:inset -12px -8px 30px #667fc147,0 15px 30px #15339512}
.drum-orbit{position:absolute;inset:7%;border-radius:50%;border:1px solid #fff9;transform:rotate(35deg) scaleX(.42)}
.drum-balls{position:absolute;inset:0;border-radius:50%;overflow:hidden}
.drum-balls>i{position:absolute;display:flex;width:27%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 32% 25%,white,#d6dced 75%);color:var(--blue);font-size:clamp(30px,10vw,53px);box-shadow:3px 5px 7px #06149130;align-items:center;justify-content:center;bottom:10%;left:8%;transform:rotate(calc(var(--i)*29deg));z-index:calc(8 - var(--i))}
.drum-balls>i:nth-child(3n+2){bottom:27%;left:35%}
.drum-balls>i:nth-child(3n){bottom:44%;left:62%}
.drum-balls>i:nth-child(2){background:var(--orange);color:#9b4900}
.drum-balls>i:nth-child(4){bottom:49%;left:21%;color:#061491}
.drum-balls>i:nth-child(7){bottom:9%;left:37%;color:#061491}
.drum-glint{position:absolute;top:12%;left:19%;width:14%;height:32%;border-radius:50%;background:#fff9;transform:rotate(32deg);filter:blur(2px)}
.drum-base{width:70%;height:31px;background:var(--blue);border-radius:8px 8px 14px 14px;transform:perspective(100px) rotateX(10deg);display:grid;place-items:center;box-shadow:0 8px 15px #06149116;flex-shrink:0;z-index:1;margin-top:-6px}
.drum-base span{font-size:8px;color:white}
.lottery-stage>.button{margin-top:20px;flex-shrink:0}
.is-spinning .drum-balls{animation:spin .5s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.modal-card{border:0;box-shadow:0 20px 100px #06149133;border-radius:26px;padding:26px;width:calc(100% - 32px);max-width:390px;max-height:calc(100dvh - 32px);overflow:auto;text-align:center;color:var(--ink);background:var(--paper)}
.modal-card::backdrop{background:#08134499;backdrop-filter:blur(6px)}
.modal-symbol{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#e3e7ff;color:var(--blue);font-size:30px;margin:0 auto 18px}
.modal-card h2{font-size:27px;font-weight:500;line-height:1.1;}
.modal-body{margin:16px 0 22px;font-size:15px;line-height:1.45}
.modal-body p+p{margin-top:12px}
.modal-body>.button{margin-top:18px}
.prize-callout{background:white;border:1px solid var(--line);border-radius:16px;padding:22px 16px;margin:18px 0}
.prize-callout .ph{font-size:35px;color:var(--blue);margin-bottom:12px}
.prize-callout h3{font-size:20px}
.prize-list{list-style:none;padding:0;margin:0;text-align:left}
.prize-list li{display:flex;align-items:center;gap:13px;padding:9px 0;border-bottom:1px solid var(--line)}
.prize-list li span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e3e7ff;color:var(--blue);font-size:12px}
.muted{color:var(--muted);font-size:13px}
.reference-page{max-width:1120px;margin:auto;padding:48px 28px;background:var(--paper);min-height:100dvh}
.reference-page>header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:36px}
.reference-page h1{font-size:40px;font-weight:500;line-height:1.1}
.reference-page h2{font-size:24px;margin-bottom:18px}
.reference-nav{display:flex;gap:20px;color:var(--blue);font-size:14px}
.reference-section{margin-top:42px}
.eyebrow{font-size:11px;color:var(--muted);margin-bottom:10px}
.token-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.token{border-radius:14px;padding:18px;color:white;min-height:100px;display:flex;flex-direction:column;justify-content:space-between}
.token small{font-size:11px}
.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.showcase-card,.type-sample{border:1px solid var(--line);background:white;border-radius:22px;overflow:hidden}
.type-sample,.showcase-card__body{padding:24px}
.showcase-card__body h3{font-size:22px;margin-bottom:10px}
.showcase-card__body p{font-size:14px;color:var(--muted)}
.component-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px}
.component-row .button{width:auto}
.background-preview{position:relative;isolation:isolate;overflow:hidden;height:300px;color:white;background:#061491}
.background-preview--image{background-size:cover;background-position:center}
.background-preview--coded>.diamond-wave{color:var(--blue);opacity:.8}
.background-preview--coded>.diamond-wave:nth-child(2){top:12%;transform:rotate(12deg);opacity:.3;color:white}
.background-preview__label{position:absolute;bottom:0;left:0;right:0;padding:25px;background:linear-gradient(transparent,#061491c0)}
.background-preview__label .eyebrow{color:#fff9}
.background-preview__label h3{font-size:25px}
.version-card{display:flex;flex-direction:column;min-height:290px;position:relative;isolation:isolate;overflow:hidden;background:var(--blue);color:white;padding:28px;border-radius:22px}
.version-card:nth-child(2){background:var(--navy)}
.version-card:nth-child(3){background:#e5e9fa;color:var(--navy)}
.version-card>.ph{font-size:65px;margin:10px 0 35px;align-self:flex-start}
.version-card h2{font-size:28px;margin-bottom:6px}
.version-card p{font-size:14px;opacity:.75}
.version-card>span{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff44;padding-top:18px;margin-top:22px}
@media(max-height:740px){
 .topbar{min-height:64px}.home-content{gap:12px;padding-bottom:12px}.prize-hero{padding:20px}.hero-copy h1{font-size:36px}.hero-copy p{margin-top:9px;font-size:12px}.hero-emblem{font-size:140px;right:-15px;bottom:33px}.hero-foot{margin-top:10px}.hero-foot>span{font-size:12px}
 .play-card{padding:14px}.play-card__heading{margin-bottom:12px}.progress-summary{margin-bottom:10px}.bottom-nav{min-height:66px;padding-top:7px;padding-bottom:calc(7px + env(safe-area-inset-bottom))}
 .game-content{gap:14px;padding-top:5px;padding-bottom:12px}.game-title h1{font-size:28px}.game-title p{font-size:13px;margin-top:7px}.scratch-ticket{padding:17px}.ticket-line{margin:7px 0 12px}.ticket-line strong{font-size:21px}.ticket-tear{margin-top:13px;margin-bottom:10px}.lottery-stage{padding:16px}.lottery-stage>.button{margin-top:15px}
}
@media(max-height:620px){
 :root{--page:18px}.topbar{min-height:58px}.home-content{grid-template-rows:minmax(135px,1fr) auto auto;gap:8px;padding-top:0;padding-bottom:9px}
 .prize-hero{padding:16px}.hero-copy h1{font-size:31px;}.hero-copy p{display:none}.hero-emblem{font-size:135px;bottom:10px;right:38px}.hero-foot{margin-top:8px}.hero-foot>span{font-size:11px}.hero-foot .icon-button{width:36px;height:36px}
 .section-title h2{font-size:17px}.text-button{height:34px}.progress-summary{margin:0 0 7px}.progress-summary p{font-size:11px}.progress-summary>span{font-size:19px}.progress-steps button{height:40px}
 .play-card{padding:12px}.play-card__heading{margin-bottom:9px;gap:10px}.game-symbol{width:34px;height:34px;font-size:23px}.play-card h2{font-size:18px}.play-card p{font-size:11px}.button{min-height:46px;padding:10px 14px;font-size:15px}
 .bottom-nav{min-height:61px;padding-top:5px;padding-bottom:calc(5px + env(safe-area-inset-bottom))}.bottom-nav .ph{font-size:22px}
 .game-content{gap:10px;padding:4px 0 10px}.game-title h1{font-size:26px;max-width:none}.game-title p{font-size:12px;margin-top:5px}.game-footer{font-size:11px}.game-footer>span{margin-bottom:3px}
 .pitch{padding:38px 15px 53px}.pitch-score{top:12px}.goal-grid{min-height:132px;height:70%}.match-ball{font-size:38px;width:38px;height:38px;bottom:20px;left:calc(50% - 19px)}.pitch-caption{bottom:7px;font-size:8px}
 .scratch-ticket{padding:14px}.ticket-heading{font-size:9px}.ticket-heading .ph{font-size:18px}.ticket-line{margin:5px 0 10px}.ticket-line strong{font-size:19px}.scratch-grid{gap:7px;min-height:132px}.ticket-tear{margin-top:10px;margin-bottom:8px}.ticket-stub{font-size:8px}.barcode{height:15px}
 .lottery-stage{padding:12px}.lottery-drum{max-height:calc(100% - 85px);width:auto;height:100%;aspect-ratio:1}.drum-base{height:24px;width:65%}.drum-base span{font-size:7px}.lottery-stage>.button{margin-top:12px}
}
@media(max-width:360px){:root{--page:16px}.hero-copy h1{font-size:31px}.hero-emblem{right:0;font-size:125px}.hero-foot{gap:5px}.game-title h1{font-size:26px}.play-card p{font-size:11px}.task-row{gap:8px}.task-icon{flex-basis:30px;font-size:23px}.task-copy h3{font-size:15px}.stats{gap:15px}.screen--tasks .bottom-nav{width:calc(100% - 32px)}.reference-page{padding:28px 18px}.reference-page>header{align-items:flex-start;flex-direction:column}.token-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-height:530px) and (orientation:portrait){
 .home-content{grid-template-rows:minmax(100px,1fr) auto auto;gap:7px}.hero-copy h1{font-size:28px}.hero-foot{position:absolute;bottom:14px;right:14px;margin:0}.hero-foot>span{display:none}.hero-emblem{font-size:105px;bottom:-10px;right:0}.prize-hero{padding:14px}.play-card{padding:10px}.play-card__heading{margin-bottom:7px}.play-card p{display:none}
 .game-title h1{font-size:23px}.game-title p{font-size:11px}.ticket-heading,.ticket-tear,.ticket-stub{display:none}.scratch-ticket{padding:12px}.ticket-line{margin:0 0 8px}.lottery-stage{padding:10px}.lottery-stage>.button{margin-top:8px}.drum-base{height:20px}.lottery-drum{max-height:calc(100% - 76px)}
}
@media(max-height:460px) and (orientation:landscape){
 .app-shell{max-width:780px}.screen{padding:0 16px}.topbar{min-height:50px}.home-content{grid-template-columns:1.15fr 1fr;grid-template-rows:1fr 1fr;gap:8px 16px}.prize-hero{grid-row:1/3}.progress-card{align-self:center}.play-card{padding:10px}.play-card__heading{margin-bottom:7px}.bottom-nav{min-height:48px;padding:3px 0;display:flex;justify-content:center;gap:70px}.bottom-nav a{flex-direction:row;min-height:40px;gap:9px}.bottom-nav .ph{font-size:21px}
 .game-content{display:grid;grid-template-columns:1fr 1.2fr;grid-template-rows:1fr auto;padding:4px 0 8px;gap:12px 20px}.game-title{align-self:center}.pitch,.scratch-ticket,.lottery-stage{grid-column:2;grid-row:1/3}.game-footer{grid-column:1;text-align:left;align-self:end}.game-footer>span{justify-content:flex-start}.game-footer .button{margin-bottom:5px}.ticket-heading,.ticket-stub,.ticket-tear{display:none}.ticket-line{margin:0 0 8px}.scratch-grid{min-height:132px}.pitch-score{display:none}.pitch{padding:8px 14px 38px}.goal-grid{min-height:132px;max-height:165px;height:80%}.lottery-stage{padding:8px 12px}.lottery-stage>.button{min-height:40px;margin-top:8px}.lottery-drum{max-height:calc(100% - 70px);width:auto;height:100%}.drum-base{height:20px}.hero-copy p{display:block}
}
@media(max-width:600px){.reference-page>header{flex-direction:column;align-items:flex-start}.reference-page h1{font-size:34px}.token-grid{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
