:root{font-family:Arial,Helvetica,sans-serif;color:#201d18;background:#ffd632;--ink:#201d18;--yellow:#ffd632;--paper:#fff9e4;--top:env(safe-area-inset-top,0px);--right:env(safe-area-inset-right,0px);--bottom:env(safe-area-inset-bottom,0px);--left:env(safe-area-inset-left,0px);--header:48px;--players:78px;--action-h:68px;font-synthesis:none}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none}body{position:fixed;inset:0;height:100dvh;-webkit-user-select:none;user-select:none}button,input,a{font:inherit;-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;touch-action:manipulation}button:disabled{cursor:wait;opacity:.4}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #2367d5;outline-offset:4px}a{color:inherit;text-underline-offset:4px}button:active:not(:disabled){filter:brightness(.9)}[hidden]{display:none!important}button img{pointer-events:none}#app{position:absolute;inset:var(--top) var(--right) var(--bottom) var(--left);pointer-events:none;z-index:3}#app button,#app a,#app input,#app dialog,#app details{pointer-events:auto}#play-screen{position:absolute;inset:0}#stage{position:absolute;top:calc(var(--top) + var(--header) + var(--players));right:var(--right);bottom:calc(var(--bottom) + var(--action-h) + 38px);left:var(--left);overflow:hidden;touch-action:none}#game{display:block;width:100%;height:100%;touch-action:none}#world-labels{position:absolute;inset:0;pointer-events:none}.world-label{position:absolute;transform:translate(-50%);width:21px;height:21px;padding:0;display:grid;place-items:center;font-weight:900;font-size:10px;line-height:1;border:2px solid var(--ink);border-radius:50%;background:var(--seat,#fff9e4);box-shadow:0 2px #201d1833;pointer-events:auto;color:#201d18}.world-label.out{opacity:.5}.world-label i{display:none}.game-header{height:var(--header);padding:2px 24px;display:flex;justify-content:space-between;align-items:center;gap:18px}.icon-button,.speed-button{border:0;background:none;min-width:44px;height:44px;font-weight:800;font-size:22px;display:grid;place-items:center;padding:0}.header-tools{display:flex;gap:3px}.speed-button{font-size:14px}.round-label{display:flex;gap:12px;align-items:center;font-size:12px;letter-spacing:.8px}.round-label b{font-weight:900}.round-label small{opacity:.5;font-size:inherit}.round-label>span{font-size:10px;letter-spacing:1px;opacity:.6}.players{height:var(--players);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;max-width:850px;padding:8px 24px 18px;margin:0 auto}.player{position:relative;display:flex;gap:10px;align-items:center;min-width:0;transition:opacity .25s}.player-portrait{flex-shrink:0;position:relative;width:48px;height:48px;padding:2px 5px;border:2px solid transparent;border-radius:50%;background:#201d1809;overflow:visible}.player-portrait>img{width:100%;height:100%;object-fit:contain}.player.active .player-portrait{border-color:var(--seat);background:#fff9e455;box-shadow:0 0 0 2px #201d18}.seat-number{position:absolute;right:-5px;bottom:-3px;width:17px;height:17px;display:grid;place-items:center;background:var(--seat);border:1.5px solid var(--ink);border-radius:50%;font-size:9px;font-weight:900}.player-info{display:grid;grid-template-columns:1fr auto;gap:3px 9px;min-width:0;flex:1;align-items:baseline}.player-info>b{font-size:12px;font-weight:900;white-space:nowrap}.player-score{font-size:19px;font-weight:900;white-space:nowrap}.player-score small{font-size:8px;font-weight:700;margin-left:3px;opacity:.6}.player-sub{grid-column:1/-1;font-size:8px;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.65}.team-pips{position:absolute;bottom:-9px;left:13px;display:flex;gap:4px}.team-pips span{width:5px;height:5px;border-radius:50%;border:1px solid #201d1840}.team-pips .filled{background:var(--seat);border-color:var(--ink)}.team-pips .used{background:var(--ink);opacity:.35}.player-thought{position:absolute;z-index:5;top:calc(100% + 10px);left:0;display:flex;align-items:center;gap:3px;font-size:9px;font-weight:700;white-space:nowrap;background:var(--paper);padding:6px 9px;border-radius:0 10px 10px;box-shadow:0 2px #201d1820}.player-thought>span{margin-right:4px}.player-thought i{width:3px;height:3px;border-radius:50%;background:var(--ink);animation:thinking 1.15s ease-in-out infinite}.player-thought i:nth-last-child(2){animation-delay:.16s}.player-thought i:last-child{animation-delay:.32s}.thinking .player-portrait img{animation:ponder 1.8s ease-in-out infinite}.eyebrow{display:block;font-size:10px;letter-spacing:1.7px;font-weight:900;line-height:1.4}.primary,.choice-button{border:0;display:flex;align-items:center;justify-content:center;gap:22px;min-height:48px;padding:13px 24px;border-radius:10px;background:var(--ink);color:var(--paper);font-size:14px;font-weight:800;line-height:1.25;box-shadow:0 3px #201d1830}.primary>span:last-child:not(:first-child){font-size:20px}.primary kbd{color:#fff9e4;opacity:.45}.choice-button{background:#fff9e4;color:var(--ink);box-shadow:inset 0 0 0 1px #201d1833,0 2px #201d1815}.text-button{border:0;background:none;font-size:12px;font-weight:700;min-height:44px;padding:8px 12px;text-decoration:underline;text-underline-offset:4px}.full{width:100%}kbd{display:inline-block;font:inherit;font-size:9px;border:1px solid currentColor;border-radius:4px;padding:3px 5px;opacity:.6;white-space:nowrap}.fine{font-size:11px;line-height:1.6;opacity:.6}.start-screen{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.menu-center{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;margin-top:-25px}.wordmark{font-weight:900;font-style:italic;line-height:.87;letter-spacing:-3px;transform:rotate(-5deg);white-space:nowrap}.wordmark>span{display:block;font-size:28px;letter-spacing:-1px}.wordmark>strong{display:block;font-size:56px;font-weight:900;letter-spacing:-3px}.wordmark i{font-style:normal;color:#ee5438;display:inline-block;margin-left:8px;transform:rotate(12deg)}.menu-logo>span{font-size:clamp(32px,4.4vw,65px)}.menu-logo>strong{font-size:clamp(65px,8vw,114px);letter-spacing:-6px}.menu-kicker{font-size:10px;font-weight:800;letter-spacing:2.2px;margin:28px 0 33px}.menu-actions{display:flex;flex-direction:column}.menu-primary{min-width:255px;justify-content:space-between;min-height:56px;font-size:16px}.menu-link{min-width:160px;height:42px;border:0;background:none;font-size:13px;font-weight:700}.menu-link:first-of-type{margin-top:13px}#menu-actions>.text-button{display:block;margin:5px auto 0}.menu-bottom{position:absolute;bottom:20px;left:26px;right:26px;display:flex;justify-content:space-between;gap:12px;font-size:8px;font-weight:800;letter-spacing:1px;color:#201d1899}.menu-bottom .ready:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#187546;margin-right:5px}.menu-cast{position:absolute;inset:0;pointer-events:none}.menu-cast img{position:absolute;object-fit:contain;filter:drop-shadow(9px 14px 0 #ca921d);animation:idle 3.8s ease-in-out infinite}.cast-left{height:40%;left:7%;top:31%;transform:rotate(-12deg);--angle:-12deg}.cast-right{height:66%;right:6%;top:12%;transform:rotate(12deg);--angle:12deg;animation-delay:-1.5s!important}.cast-small{height:20%;left:25%;bottom:9%;transform:rotate(-18deg);--angle:-18deg;animation-delay:-2.8s!important}.card-table{position:absolute;top:calc(var(--header) + var(--players));bottom:calc(var(--action-h) + 17px);left:0;right:0;display:flex;flex-direction:column;justify-content:center;min-height:0}.draft-heading{display:flex;gap:22px;align-items:center;justify-content:center;flex-shrink:0;padding:10px 25px 18px}.draft-heading h1{font-size:34px;letter-spacing:-1.5px;line-height:1.1;margin:4px 0 6px;font-weight:900}.draft-heading p{font-size:12px;opacity:.65;margin:0}.deck-stack{width:52px;height:72px;position:relative;display:grid;place-items:center;border:2px solid var(--ink);border-radius:6px;background:conic-gradient(from 0deg,#cc84ad 0 45deg,#ef4e30 45deg 90deg,#619aca 90deg 135deg,#45994a 135deg 180deg,#ecb731 180deg 225deg,#cc84ad 225deg 270deg,#45994a 270deg 315deg,#619aca 315deg);box-shadow:-4px 3px 0 var(--paper),-5px 4px 0 var(--ink),-8px 6px 0 var(--paper),-9px 7px 0 var(--ink);transform:rotate(-8deg)}.deck-stack span{font-size:8px;font-weight:900;font-style:italic;line-height:.95;text-align:center;color:#fff;text-shadow:1px 1px var(--ink);letter-spacing:-.5px}.card-fan{display:flex;align-items:center;justify-content:safe center;gap:12px;overflow-x:auto;overflow-y:hidden;padding:25px 28px 28px;pointer-events:auto;touch-action:pan-x;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#201d1830 transparent;min-height:0}.draft-card{height:min(335px,calc(100dvh - 375px));aspect-ratio:359/500;flex:0 0 auto;border:0;border-radius:10px;padding:0;background:none;position:relative;transform:translateY(6px) rotate(var(--tilt));transition:transform .24s,filter .24s;scroll-snap-align:center;filter:drop-shadow(2px 7px 0 #b3812566)}.draft-card img{display:block;width:100%;height:100%;border-radius:10px;object-fit:fill}.draft-card.selected{transform:translateY(-12px) rotate(0);filter:drop-shadow(0 3px 0 var(--ink)) drop-shadow(0 0 2px var(--ink))}.draft-card.candidate{transform:translateY(-18px) rotate(-3deg);animation:card-chosen .35s ease-out}.card-number{position:absolute;bottom:-12px;left:calc(50% - 12px);background:var(--ink);color:var(--paper);width:24px;height:24px;border-radius:50%;font-size:11px;font-weight:800;display:grid;place-items:center;border:2px solid var(--yellow)}.flying-card{position:fixed;z-index:50;pointer-events:none;object-fit:contain;border-radius:8px;filter:drop-shadow(0 8px 10px #201d1833)}.action-bar{position:absolute;bottom:14px;left:24px;right:24px;display:flex;align-items:center;justify-content:center;gap:25px;max-width:1080px;margin:auto;pointer-events:auto}.pick-caption{display:flex;flex-direction:column;align-items:flex-start;min-width:140px}.pick-caption strong{font-size:22px;letter-spacing:-.6px;line-height:1.1}.pick-caption .text-button{font-size:10px;min-height:27px;padding:4px 0}.decision-heading{max-width:460px;min-width:0}.decision-heading strong{display:block;font-size:18px;line-height:1.2;margin:4px 0;letter-spacing:-.3px}.decision-heading small{display:block;font-size:11px;line-height:1.4;opacity:.7}.decision-options{display:flex;gap:8px;max-width:65%;align-items:stretch}.decision-options button{padding:10px 17px;gap:10px;flex:1;min-width:65px}.decision-options button img{height:44px;width:28px;object-fit:contain}.decision-options button>span{font-size:12px!important}.decision-options button small{display:block;font-size:9px;font-weight:400;line-height:1.35;margin-top:4px;max-width:160px}.decision-options.many{flex-wrap:wrap}.decision-options.many button{padding:9px 12px}.turn-status,.small-status{font-size:12px;line-height:1.5;text-align:center;max-width:620px;margin:10px 0;color:#201d18b3}.turn-status>span{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:8px}.camera-tools{position:absolute;bottom:calc(var(--action-h) + 16px);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:3px;pointer-events:auto;white-space:nowrap}.camera-tools button{border:0;background:none;width:38px;height:34px;font-size:22px;line-height:1;border-radius:50%;font-weight:700}.camera-tools span{font-size:9px;opacity:.55;margin-left:9px}.story-toggle{position:absolute;right:15px;bottom:18px;width:32px;height:32px;border:0;background:none;font-size:20px;opacity:.5}.ability-banner{position:absolute;left:50%;top:calc(var(--header) + var(--players) + 8px);transform:translate(-50%) rotate(-4deg);text-align:center;max-width:90%;width:max-content;z-index:22;pointer-events:none}.ability-banner span{display:block;font-weight:800;font-size:9px;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:7px;background:var(--yellow);padding:3px 8px;width:max-content;max-width:100%;margin-inline:auto}.ability-banner strong{display:block;font-size:clamp(23px,4vw,50px);font-weight:900;font-style:italic;text-transform:uppercase;line-height:1.05;letter-spacing:-1.3px;color:var(--burst,#fff9e4);-webkit-text-stroke:1.7px var(--ink);paint-order:stroke fill;text-shadow:3px 4px var(--ink),-1px -1px var(--ink),1px -1px var(--ink),-1px 1px var(--ink);filter:drop-shadow(0 1px 0 var(--yellow))}.ability-banner.pop{animation:power-title .35s cubic-bezier(.15,.8,.3,1.4)}.race-toast{position:absolute;bottom:calc(var(--action-h) + 58px);left:50%;transform:translate(-50%);font-size:12px;line-height:1.4;text-align:center;max-width:80%;background:var(--paper);border:1px solid #201d1833;padding:8px 13px;border-radius:20px;z-index:15}#effect-canvas{position:fixed;inset:0;pointer-events:none;z-index:21}.intro-screen{position:absolute;inset:0;background:var(--yellow);z-index:25;display:flex;flex-direction:column;padding:24px max(25px,7vw);pointer-events:auto;overflow:auto;touch-action:pan-y}.intro-top,.intro-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-shrink:0}.intro-top .text-button{text-decoration:none}.intro-hero{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;gap:8vw;padding:22px 0}.intro-art{width:33%;height:min(50dvh,440px);text-align:center;position:relative}.intro-art:before{content:"";position:absolute;background:var(--seat);width:100%;height:65%;border-radius:50%;bottom:0;left:0;opacity:.45;transform:rotate(-14deg)}.intro-art img{position:relative;width:100%;height:100%;object-fit:contain;filter:drop-shadow(9px 12px 0 #b6863055);animation:racer-in .5s ease-out}.intro-copy{width:48%;max-width:480px;animation:copy-in .45s ease-out}.driver-label{font-size:10px;font-weight:900;letter-spacing:1.2px;display:flex;align-items:center;gap:7px}.driver-label i{width:9px;height:9px;border:1.5px solid var(--ink);border-radius:50%;background:var(--seat)}.intro-copy h1{font-size:clamp(38px,6vw,78px);font-weight:900;letter-spacing:-3px;line-height:.95;margin:17px 0 23px}.intro-copy h2{font-size:20px;font-weight:900;margin:0 0 10px;letter-spacing:-.5px}.intro-copy p{font-size:16px;line-height:1.65;margin:0;max-width:470px}.intro-copy .text-button{padding-left:0;font-size:11px;opacity:.65}.intro-dots{display:flex;gap:8px}.intro-dots i{width:7px;height:7px;border-radius:50%;background:#201d1830}.intro-dots .active{width:25px;border-radius:5px;background:var(--ink)}.countdown-screen{position:absolute;inset:calc(var(--header) + var(--players)) 0 0;background:#ffd632de;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:26;pointer-events:auto}.countdown-screen h2{font-size:34px;letter-spacing:-1px;margin:8px 0}.count-number{font-size:clamp(120px,24dvh,220px);font-weight:900;font-style:italic;line-height:1.05;letter-spacing:-8px;animation:count-in .85s cubic-bezier(.2,.7,.2,1) both;text-shadow:5px 5px #ed5435}.countdown-screen p{font-size:12px;opacity:.7;text-align:center;padding:0 20px}.results{position:absolute;top:calc(var(--header) + var(--players));bottom:0;left:0;right:0;overflow:auto;touch-action:pan-y;pointer-events:auto;text-align:center;display:flex;flex-direction:column;align-items:center;padding:10px 24px 24px}.results-heading h1{font-size:40px;letter-spacing:-1.5px;line-height:1.1;margin:8px 0 15px;font-weight:900}.award-pair{display:flex;justify-content:center;gap:110px;flex:1;align-items:center;width:100%;min-height:245px}.award{position:relative;min-width:150px}.award-racer{height:clamp(100px,23dvh,240px);max-width:140px;object-fit:contain;display:block;margin:0 auto 24px;filter:drop-shadow(4px 7px 0 #bb861f44)}.award h2{font-size:21px;letter-spacing:-.5px;margin:7px 0 4px}.award p{font-size:12px;margin:0;opacity:.65}.medal{--metal:#f3b62b;--edge:#987020;position:relative;display:inline-grid;place-items:center;background:var(--metal);border:2px solid var(--ink);border-radius:50%;width:42px;height:42px;box-shadow:inset 0 0 0 4px var(--metal),inset 0 0 0 5px var(--edge),2px 3px #201d1825;z-index:1}.medal:before,.medal:after{content:"";position:absolute;z-index:-1;top:78%;height:27px;width:16px;background:#e14e37;border:1.5px solid var(--ink);clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%)}.medal:before{left:4px;transform:rotate(17deg)}.medal:after{right:4px;transform:rotate(-17deg)}.medal span{font-size:22px;font-weight:900;line-height:1}.medal.silver{--metal:#dce1de;--edge:#8f9a9a}.medal.silver:before,.medal.silver:after{background:#579ac3}.medal.large{position:absolute;right:-18px;top:clamp(60px,15dvh,160px);width:55px;height:55px;transform:rotate(9deg)}.medal.large span{font-size:27px}.score-totals{display:flex;gap:24px;margin:24px 0;width:min(720px,100%);justify-content:center}.score-totals>div{display:flex;align-items:center;gap:7px;padding-bottom:7px;border-bottom:3px solid var(--seat);flex:1}.score-totals>div>span{font-size:10px;opacity:.5}.score-totals img{width:24px;height:35px;object-fit:contain}.score-totals b{font-size:12px}.score-totals strong{font-size:23px;margin-left:auto}.score-totals small{font-size:7px;margin-left:3px;opacity:.5}.result-next{min-width:250px}.champion-art{flex:1;min-height:130px;max-height:30dvh}.champion-art img{width:100%;height:100%;max-height:30dvh;object-fit:contain;filter:drop-shadow(5px 9px 0 #bc842c44)}dialog{color:var(--ink);background:var(--paper);border:1px solid #201d1822;border-radius:20px;padding:32px;width:540px;max-width:calc(100vw - var(--left) - var(--right) - 28px);max-height:calc(100dvh - var(--top) - var(--bottom) - 32px);overflow:auto;overscroll-behavior:contain;touch-action:pan-y;box-shadow:0 18px 70px #30241640;-webkit-user-select:text;user-select:text}dialog::backdrop{background:#32260e66;backdrop-filter:blur(4px)}dialog h2{font-size:36px;letter-spacing:-1.3px;line-height:1.08;margin:12px 0 28px;font-weight:900}dialog h3{font-size:19px;letter-spacing:-.4px;margin-top:28px}dialog p{font-size:13px;line-height:1.6}.close-dialog{position:absolute;top:8px;right:9px;width:44px;height:44px;border:0;background:none;font-size:28px}.setting{display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:14px;font-weight:700;padding:18px 0;border-bottom:1px solid #201d1815}.setting input[type=range]{width:62%;accent-color:var(--ink);height:28px}.setting input[type=checkbox]{width:21px;height:21px;accent-color:var(--ink);flex-shrink:0}.setting small{display:block;font-size:11px;font-weight:400;opacity:.65;line-height:1.4;margin-top:5px}.setting.check{padding:16px 0}#settings-done{margin-top:22px}#return-menu{width:100%;margin:5px 0}#settings>a{font-size:11px}.guide-steps{padding-left:20px;font-size:13px;line-height:1.65}.guide-steps li{padding-left:5px;margin-bottom:13px}.guide-steps b{display:block}.rules-score{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:0;border-top:1px solid #201d1833;border-bottom:1px solid #201d1833;margin:23px 0}.rules-score>*{font-size:11px;padding:10px 3px;text-align:center}.rules-score>span{font-size:9px;text-align:left;display:flex;align-items:center}.rules-score>b:nth-child(-n+5){font-size:8px}.roster{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.roster button{background:none;border:0;border-radius:6px;padding:5px;font-size:9px;font-weight:700}.roster img{display:block;height:80px;width:100%;object-fit:contain;margin:0 auto 8px}.roster button:hover{background:#201d1809}details{font-size:12px;line-height:1.55}summary{cursor:pointer;min-height:36px;align-content:center}#inspect{text-align:center;width:450px}.inspect-racer{height:180px;max-width:90%;object-fit:contain;margin:8px 0 23px}#inspect h2{margin-bottom:15px}#inspect>p{font-size:15px}.original-card{display:block;width:min(100%,290px);margin:18px auto 0;border-radius:9px}.team-gallery{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.team-gallery button{padding:0;border:0;background:none;width:42%;font-size:10px}.team-gallery img{display:block;width:100%;margin-bottom:8px;border-radius:6px}.team-gallery .used{opacity:.45}.team-gallery span{display:block;padding:5px}.story-power,.story-finish{font-weight:800}#story-content p{padding:12px 0;border-bottom:1px solid #201d1815;margin:0}#story-content i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:7px}.loading{position:absolute;inset:0;background:var(--yellow);display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:100;pointer-events:auto}.load-line{width:190px;height:4px;background:#201d1822;margin:35px 0 15px;border-radius:3px;overflow:hidden}.load-line i{height:100%;display:block;background:var(--ink);width:0;transition:width .15s}.loading p{font-size:12px;opacity:.65;margin:0}.reduced *{animation:none!important;transition:none!important;scroll-behavior:auto!important}@keyframes thinking{0%,60%,to{transform:translateY(0);opacity:.3}30%{transform:translateY(-3px);opacity:1}}@keyframes ponder{50%{transform:rotate(-7deg) translateY(-2px)}}@keyframes idle{50%{transform:translateY(-10px) rotate(calc(var(--angle) + 3deg))}}@keyframes card-chosen{50%{transform:translateY(-26px) rotate(-1deg)}}@keyframes racer-in{0%{transform:translate(-55px) rotate(-7deg);opacity:0}}@keyframes copy-in{0%{transform:translateY(15px);opacity:0}}@keyframes count-in{0%{transform:scale(1.55) rotate(-8deg);opacity:0}20%{opacity:1}to{transform:scale(.95);opacity:1}}@keyframes power-title{0%{transform:translate(-50%) rotate(-9deg) scale(.7);opacity:0}}@media(max-width:760px){:root{--header:44px;--players:82px}.game-header{padding:0 10px;gap:8px}.round-label{font-size:11px;gap:8px}.round-label>span{font-size:8px;letter-spacing:.6px}.header-tools{gap:0}.icon-button,.speed-button{min-width:37px;height:42px}.players{padding:7px 15px 17px;gap:11px}.player{gap:5px;align-items:flex-start}.player-portrait{width:37px;height:43px;border-radius:40%;padding:2px 4px}.player-info{display:flex;flex-direction:column;gap:2px;align-self:center;overflow:hidden}.player-info>b{font-size:10px;letter-spacing:-.3px}.player-score{font-size:16px}.player-score small{font-size:6px;margin-left:2px}.player-sub{display:none}.seat-number{width:15px;height:15px;right:-5px;bottom:-4px;font-size:8px}.team-pips{left:9px;bottom:0;gap:3px}.team-pips span{width:4px;height:4px}.player-thought{top:calc(100% + 3px);left:0;font-size:8px;padding:5px 6px;gap:2px}.player-thought>span{max-width:63px;text-overflow:ellipsis;overflow:hidden;margin-right:2px}.player-thought i{width:2px;height:2px}.primary,.choice-button{min-height:46px;font-size:13px;padding:12px 19px;gap:15px}.menu-logo>span{font-size:34px}.menu-logo>strong{font-size:64px;letter-spacing:-4px}.menu-center{margin-top:-45px}.menu-primary{min-width:230px;font-size:15px;min-height:54px}.menu-kicker{font-size:8px;letter-spacing:1.5px;margin:25px 0}.menu-cast .cast-left{height:27%;left:2%;top:63%;--angle:-14deg}.menu-cast .cast-right{height:40%;right:0;top:59%;--angle:12deg}.menu-cast .cast-small{height:17%;left:8%;top:6%;--angle:-15deg}.menu-cast img{filter:drop-shadow(5px 9px 0 #ca921d)}.menu-bottom{bottom:15px;left:17px;right:17px;font-size:6px;letter-spacing:.5px;z-index:3}.card-table{bottom:calc(var(--action-h) + 14px)}.draft-heading{gap:17px;padding:13px 18px 5px;justify-content:flex-start;max-width:480px;width:100%;margin-inline:auto}.draft-heading h1{font-size:28px;letter-spacing:-1px;margin-top:5px}.draft-heading p{font-size:11px}.draft-heading .eyebrow{font-size:8px}.deck-stack{width:42px;height:60px;flex-shrink:0;margin-left:7px}.deck-stack span{font-size:7px}.card-fan{justify-content:flex-start;gap:12px;padding:30px 28px 28px;scrollbar-width:none;min-height:0}.draft-card{height:min(315px,calc(100dvh - var(--top) - var(--bottom) - 365px));min-height:170px;border-radius:9px}.draft-card img{border-radius:9px}.draft-card.selected{transform:translateY(-10px)}.action-bar{left:18px;right:18px;bottom:13px;gap:12px;flex-wrap:wrap}.pick-caption{flex:1;min-width:0}.pick-caption strong{font-size:18px;letter-spacing:-.5px}.pick-caption .text-button{font-size:10px}.action-bar>#pick-btn{max-width:65%;font-size:12px;padding-inline:15px}.decision-heading{text-align:center;flex-basis:100%;max-width:none}.decision-heading strong{font-size:15px;line-height:1.2;margin:3px 0}.decision-heading .eyebrow{font-size:8px;letter-spacing:1px}.decision-heading small{font-size:10px}.decision-options{width:100%;max-width:none;gap:6px;justify-content:center}.decision-options button{min-width:40px;padding:10px 12px;gap:7px}.decision-options button img{height:32px;width:20px}.decision-options button>span{font-size:11px!important}.decision-options button small{font-size:9px}.decision-options.many button{min-width:40px;padding:9px}.turn-status{font-size:11px;margin:5px 20px}.camera-tools{bottom:calc(var(--action-h) + 15px);gap:4px}.camera-tools span{display:none}.camera-tools button{width:40px;height:34px;font-size:22px}.story-toggle{right:6px;bottom:10px}.ability-banner{top:calc(var(--header) + var(--players) + 12px)}.ability-banner strong{font-size:29px;-webkit-text-stroke:1.3px var(--ink);text-shadow:2px 3px var(--ink);letter-spacing:-1px}.ability-banner span{font-size:8px;letter-spacing:.8px}.race-toast{font-size:10px;max-width:85%}.intro-screen{padding:12px 22px 18px}.intro-top{gap:10px}.intro-top .eyebrow{font-size:8px;letter-spacing:1px;max-width:170px}.intro-top .text-button{font-size:11px;white-space:nowrap}.intro-hero{flex-direction:column;gap:18px;padding:12px 0 16px;justify-content:center}.intro-art{height:25dvh;width:60%;min-height:120px;max-height:230px}.intro-art:before{width:85%;left:7%;height:65%}.intro-copy{width:100%;max-width:420px;text-align:center}.driver-label{justify-content:center;font-size:9px}.intro-copy h1{font-size:45px;letter-spacing:-2px;margin:12px 0 18px}.intro-copy h2{font-size:19px;margin-bottom:8px}.intro-copy p{font-size:14px;line-height:1.6}.intro-copy .text-button{font-size:10px}.intro-bottom{gap:15px}.intro-bottom .primary{font-size:12px;gap:16px;padding-inline:17px}.intro-dots{gap:5px}.countdown-screen h2{font-size:30px}.countdown-screen p{font-size:11px}.results{padding:10px 21px 20px}.results-heading h1{font-size:34px;margin:8px 0 20px}.results-heading .eyebrow{font-size:8px}.award-pair{gap:40px;min-height:230px;max-width:370px}.award{min-width:120px;width:45%}.award-racer{height:min(23dvh,210px);max-width:110px;margin-bottom:25px}.award h2{font-size:18px}.award .eyebrow{font-size:8px;letter-spacing:.8px}.award p{font-size:11px}.medal.large{right:-6px;top:min(15dvh,130px);width:47px;height:47px}.medal.large span{font-size:24px}.score-totals{gap:12px;flex-wrap:wrap;margin:24px 0}.score-totals>div{flex-basis:calc(50% - 6px);gap:8px;padding:7px 0}.score-totals b{font-size:12px}.score-totals strong{font-size:22px}.score-totals img{height:28px}.result-next{width:100%;min-width:0}.champion-art{height:24dvh;min-height:140px}dialog{padding:28px 24px;border-radius:17px}dialog h2{font-size:32px}.roster{gap:8px}.roster img{height:70px}.roster button{font-size:8px}.inspect-racer{height:160px}.setting{font-size:13px}.wordmark>span{font-size:25px}.wordmark>strong{font-size:49px}}@media(pointer:coarse){kbd,.keyboard-guide{display:none}.draft-card.selected{scroll-margin-inline:20px}.camera-tools button{height:40px}.icon-button,.speed-button{min-width:42px}.player-portrait{min-height:44px}.card-fan::-webkit-scrollbar{display:none}}@media(max-height:700px)and (orientation:portrait){.draft-card{height:calc(100dvh - var(--top) - var(--bottom) - 330px);min-height:155px}.draft-heading{padding-top:7px}.draft-heading h1{font-size:26px}.card-fan{padding-top:24px;padding-bottom:24px}.intro-hero{gap:12px}.intro-art{height:20dvh;min-height:90px}.intro-copy h1{font-size:38px;margin:10px 0 13px}.intro-copy p{font-size:13px}.menu-center{margin-top:-20px}.menu-cast .cast-left{height:23%;top:64%}.menu-cast .cast-right{height:34%;top:65%}.menu-cast .cast-small{height:14%;top:4%}.award-racer{height:135px}.award-pair{min-height:190px}.score-totals{margin:15px 0}.results-heading h1{font-size:30px;margin-bottom:10px}}@media(max-height:570px)and (orientation:landscape){:root{--header:35px;--players:52px}.game-header{padding:0 16px}.icon-button,.speed-button{height:35px;min-height:35px;min-width:40px}.round-label{font-size:10px}.round-label>span{font-size:8px}.players{height:var(--players);padding:0 45px 7px;gap:25px;max-width:780px}.player{align-items:center;gap:8px}.player-portrait{width:32px;height:34px;min-height:34px;border-radius:50%;padding:1px 4px}.player-info{display:grid;grid-template-columns:1fr auto;gap:2px 6px}.player-info>b{font-size:10px}.player-score{font-size:16px}.player-sub{display:block;font-size:7px}.team-pips{left:9px;bottom:-1px}.player-thought{top:calc(100% + 3px);font-size:8px;padding:4px 6px}.player-thought>span{max-width:85px}.action-bar{bottom:7px;left:32px;right:32px;gap:16px;flex-wrap:nowrap}.primary,.choice-button{min-height:43px;padding:10px 18px;font-size:12px}.decision-heading{flex:1;text-align:left;min-width:0}.decision-heading strong{font-size:14px}.decision-heading .eyebrow{font-size:8px}.decision-heading small{font-size:9px}.decision-options{width:auto;max-width:62%;gap:5px}.decision-options button{padding:8px 12px;gap:8px}.decision-options button small{font-size:8px}.decision-options button img{height:30px}.turn-status{font-size:10px;margin:5px}.camera-tools{bottom:calc(var(--action-h) + 6px);gap:4px}.camera-tools button{height:28px;width:34px;font-size:20px}.camera-tools span{display:none}#stage{bottom:calc(var(--bottom) + var(--action-h) + 23px)}.story-toggle{bottom:6px;right:8px;font-size:19px;width:28px;height:28px}.card-table{top:calc(var(--header) + var(--players));bottom:calc(var(--action-h) + 8px);flex-direction:row;align-items:center;gap:12px;padding-inline:24px}.draft-heading{max-width:185px;flex:0 0 185px;display:block;padding:0 0 0 5px;margin:0}.draft-heading .deck-stack{width:30px;height:41px;margin:0 0 15px 5px}.draft-heading .deck-stack span{font-size:5px}.draft-heading h1{font-size:24px;letter-spacing:-.8px;margin:5px 0}.draft-heading p{font-size:9px;line-height:1.4}.draft-heading .eyebrow{font-size:7px}.card-fan{flex:1;min-width:0;max-height:100%;height:100%;padding:20px 15px 18px;gap:9px}.draft-card{height:min(225px,calc(100dvh - var(--top) - var(--bottom) - 200px));min-height:110px;border-radius:6px}.draft-card img{border-radius:6px}.card-number{width:19px;height:19px;left:calc(50% - 9px);font-size:8px;bottom:-10px}.pick-caption{flex:0 1 auto;min-width:130px}.pick-caption strong{font-size:17px}.pick-caption .text-button{font-size:9px;min-height:23px}.action-bar>#pick-btn{max-width:50%;font-size:11px;min-height:40px}.menu-center{margin-top:-5px}.menu-logo>span{font-size:29px}.menu-logo>strong{font-size:57px;letter-spacing:-3.5px}.menu-kicker{font-size:7px;margin:19px 0 15px}.menu-primary{min-height:44px;min-width:220px;font-size:13px}.menu-link{height:32px;font-size:11px;min-height:32px}.menu-link:first-of-type{margin-top:7px}.menu-bottom{bottom:8px;font-size:6px}.menu-cast .cast-left{height:56%;top:25%;left:8%}.menu-cast .cast-right{height:78%;top:8%;right:8%}.menu-cast .cast-small{height:24%;left:27%;top:auto;bottom:8%}.intro-screen{padding:7px 25px 12px}.intro-top .text-button{min-height:31px;font-size:10px}.intro-top .eyebrow{font-size:8px;max-width:none}.intro-hero{flex-direction:row;gap:45px;min-height:0;padding:8px 0}.intro-art{height:calc(100dvh - var(--top) - var(--bottom) - 110px);min-height:90px;max-height:260px;width:28%}.intro-copy{width:58%;text-align:left;max-width:480px}.driver-label{justify-content:flex-start;font-size:8px}.intro-copy h1{font-size:40px;letter-spacing:-1.5px;margin:10px 0 14px}.intro-copy h2{font-size:16px;margin-bottom:6px}.intro-copy p{font-size:12px;line-height:1.5}.intro-copy .text-button{font-size:9px;min-height:28px}.intro-bottom .primary{min-height:38px;font-size:11px}.countdown-screen{inset:calc(var(--header) + var(--players)) 0 0}.countdown-screen h2{font-size:25px;margin:3px 0}.count-number{font-size:110px;line-height:1.1;letter-spacing:-5px}.countdown-screen p{font-size:9px;margin:7px}.ability-banner{top:calc(var(--header) + var(--players) + 2px)}.ability-banner strong{font-size:27px}.ability-banner span{font-size:7px;margin-bottom:4px}.results{padding:3px 30px 12px;display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:auto 1fr auto;gap:7px 35px;align-items:center}.results-heading{grid-column:1}.results-heading h1{font-size:28px;margin:4px 0}.results-heading .eyebrow{font-size:7px}.award-pair{grid-column:1;grid-row:2/4;min-height:0;gap:28px;height:100%}.award{min-width:110px}.award-racer{height:min(25dvh,125px);margin-bottom:12px;max-width:80px}.award h2{font-size:15px;margin:4px 0}.award .eyebrow{font-size:7px}.award p{font-size:10px}.medal.large{width:35px;height:35px;right:2px;top:50px}.medal.large span{font-size:18px}.medal:before,.medal:after{height:20px;width:12px}.score-totals{grid-column:2;grid-row:1/3;margin:0;gap:7px;flex-direction:column}.score-totals>div{flex-basis:auto;padding:4px 0;gap:10px}.score-totals img{height:24px}.score-totals b{font-size:10px}.score-totals strong{font-size:19px}.result-next{grid-column:2;grid-row:3;min-width:0;min-height:38px;width:100%;font-size:11px}.champion-art{grid-column:1;grid-row:2/4;max-height:40dvh}.champion-art img{max-height:40dvh}dialog{padding:25px;max-height:calc(100dvh - var(--top) - var(--bottom) - 16px)}dialog h2{font-size:30px}.inspect-racer{height:100px;margin-bottom:12px}}#stage{position:fixed;inset:0;width:100%;height:100dvh;overflow:hidden}#game{position:absolute;inset:0;width:100%;height:100%}html,body{touch-action:manipulation}*{-webkit-touch-callout:none}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}body,dialog{-webkit-user-select:none;user-select:none}button{font-family:Arial,Helvetica,sans-serif}#app{pointer-events:none}.game-header,.players{background:none}.camera-tools{left:auto;right:15px;bottom:calc(var(--action-h) + 18px);transform:none}.camera-tools button{width:44px;height:44px;background:#ffd632d9;border:1.5px solid #201d1829;border-radius:50%;font-size:25px}.ability-banner{max-width:90%;top:calc(var(--header) + var(--players) + 18px);transform:translate(-50%)}.ability-banner strong{color:var(--ink);font-size:clamp(24px,3.5vw,43px);font-style:italic;font-weight:900;letter-spacing:-1px;text-shadow:none;-webkit-text-stroke:0;filter:none;line-height:1.1}.ability-banner span{font-size:12px;letter-spacing:.5px;background:none;padding:0;margin-bottom:6px}.ability-banner.pop{animation:none}#effect-canvas{display:none!important}.flip-label{position:absolute;left:50%;top:calc(var(--header) + var(--players) + 10px);transform:translate(-50%);text-align:center;z-index:10;white-space:nowrap}.flip-label strong{font-size:36px;font-weight:900;letter-spacing:-1.2px;display:block;margin-top:8px}.flip-label .eyebrow{font-size:12px}.action-bar{background:none}.decision-heading strong{font-size:20px}.decision-heading .eyebrow{font-size:12px;letter-spacing:1px}.decision-heading small{font-size:13px;color:var(--ink);opacity:1}.turn-status{font-size:14px;color:var(--ink);opacity:1}.round-label{font-size:14px}.round-label>span{font-size:12px;color:var(--ink);opacity:.8}.player-info>b{font-size:14px}.player-sub{font-size:11px;opacity:.85}.player-thought{font-size:12px}.player-thought>span{max-width:110px}.player-score small{font-size:10px;opacity:.8}.eyebrow{font-size:12px;letter-spacing:1.2px}.text-button{font-size:14px}.decision-options button>span{font-size:14px!important}.decision-options button small{font-size:12px}.menu-link{font-size:16px}.menu-kicker{font-size:12px;letter-spacing:1.6px}.menu-bottom{font-size:10px;letter-spacing:.4px}.settings .fine,dialog .fine{font-size:12px}.guide-steps,dialog p{font-size:16px;line-height:1.55}.setting{font-size:16px}.setting small{font-size:13px}.setting input[type=range]{min-height:40px}.intro-copy p{font-size:16px}.driver-label{font-size:12px}.intro-copy .text-button{font-size:13px}.primary,.choice-button{border-radius:13px;font-weight:800;font-size:15px;min-height:48px;box-shadow:0 3px #201d1822}.primary:active:not(:disabled),.choice-button:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px #201d1822}.world-label{width:18px;height:18px;font-size:10px;border-width:1.5px;box-shadow:none}.results-heading .eyebrow,.award .eyebrow{font-size:12px;letter-spacing:.5px}.award p,.score-totals b{font-size:14px}.score-totals small{font-size:10px}.card-table{pointer-events:none;justify-content:center;gap:0}.draft-heading{gap:25px;padding-bottom:8px}.draft-heading h1{font-size:36px}.draft-heading p{font-size:14px;line-height:1.35;min-height:19px;color:var(--ink);opacity:.85}.draft-heading .eyebrow{font-size:12px}.deck-stack{display:block;width:62px;height:87px;border:0;background:none;box-shadow:none;transform:rotate(-5deg);position:relative;flex-shrink:0}.deck-stack>i{position:absolute;inset:0;display:block;border:1.5px solid var(--ink);border-radius:5px;overflow:hidden;transform:translate(-4px,4px);background:var(--paper)}.deck-stack>i:nth-child(2){transform:translate(-2px,2px)}.deck-stack>i:last-child{transform:none}.deck-stack span{display:grid;font-size:inherit;color:#fff;text-shadow:none}.card-back-print{display:grid;place-items:center;width:100%;height:100%;background:repeating-conic-gradient(from -12deg at 50% 50%,#d078ae 0deg 30deg,#399648 30deg 60deg,#5a97c3 60deg 90deg,#e6502b 90deg 120deg);border:3px solid #252018;border-radius:4px}.card-back-print b{font:900 italic 11px/.94 Arial,sans-serif;letter-spacing:-.5px;color:#fff;text-align:center;text-shadow:1px 1px #252018}.card-fan{align-items:center;justify-content:safe center;gap:18px;padding:25px 30px 20px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:auto;touch-action:pan-x;min-height:0}.card-fan::-webkit-scrollbar{display:none}.draft-card{--card-height:min(350px,calc(100dvh - var(--top) - var(--bottom) - 340px));height:var(--card-height);aspect-ratio:403/559;min-height:0;transform:translateY(0) scale(.94);transition:transform .2s ease,opacity .2s;filter:none;border-radius:12px;box-shadow:none;opacity:.82;scroll-snap-align:center;scroll-snap-stop:normal;touch-action:pan-x}.draft-card img{border-radius:12px;object-fit:fill}.draft-card.selected{transform:translateY(-3px) scale(1);filter:none;opacity:1;box-shadow:0 0 0 3px var(--ink)}.draft-card.candidate{transform:translateY(-8px) scale(1);animation:none;box-shadow:0 0 0 3px var(--ink);opacity:1}.card-number{bottom:-14px;width:27px;height:27px;left:calc(50% - 13px);font-size:12px;border:3px solid var(--yellow)}.hand-position{display:flex;justify-content:center;align-items:center;gap:12px;min-height:24px;font-size:12px;font-weight:700;opacity:.8;margin-top:5px}.swipe-hint{display:none}.hand-position #hand-count{font-variant-numeric:tabular-nums}.dealt-card{position:fixed;z-index:45;pointer-events:none;transform-origin:0 0;border-radius:5px}.dealt-card .card-back-print{border-width:2px}.dealt-card .card-back-print b{font-size:9px}.dealing .card-fan{pointer-events:none;scroll-snap-type:none}.dealing .card-number{opacity:0}.flying-card{filter:none;transform-origin:center center}.pick-caption strong{font-size:23px}.pick-caption .text-button{font-size:13px;min-height:32px}.card-table .hand-position{pointer-events:none}@media(max-width:760px){:root{--players:88px}.players{gap:9px;padding-inline:16px}.player{gap:5px}.player-info>b{font-size:12px}.player-score{font-size:18px}.player-score small{font-size:9px}.player-portrait{width:35px;height:46px}.player-thought{font-size:10px;max-width:100px}.player-thought>span{max-width:65px}.team-pips{bottom:0;left:7px}.team-pips span{width:5px;height:5px}.round-label{gap:7px;font-size:13px}.round-label>span{font-size:11px;letter-spacing:0}.game-header{padding-inline:8px}.header-tools{gap:0}.icon-button,.speed-button{min-width:40px}.speed-button,.primary,.choice-button{font-size:14px}.action-bar{left:17px;right:17px;bottom:12px;gap:10px}.decision-heading strong{font-size:18px;line-height:1.2}.decision-heading .eyebrow,.decision-heading small{font-size:12px}.decision-options button>span{font-size:14px!important}.decision-options button small{font-size:11px;line-height:1.3}.decision-options button{padding:12px 14px}.decision-options.many button{padding:9px 10px}.decision-options.many button>span{font-size:12px!important}.turn-status{font-size:13px;line-height:1.45}.camera-tools{right:15px;bottom:calc(var(--action-h) + 16px)}.camera-tools button{width:40px;height:40px;font-size:23px}.ability-banner{top:calc(var(--header) + var(--players) + 16px)}.ability-banner strong{font-size:28px;letter-spacing:-.7px}.ability-banner span{font-size:11px;letter-spacing:0}.flip-label{top:calc(var(--header) + var(--players) + 12px)}.flip-label strong{font-size:29px}.flip-label .eyebrow{font-size:12px}.card-table{bottom:calc(var(--action-h) + 12px)}.draft-heading{padding:8px 20px 7px;gap:20px;max-width:400px}.deck-stack{width:48px;height:66px;margin-left:6px}.card-back-print b{font-size:9px}.draft-heading h1{font-size:29px;letter-spacing:-1.2px}.draft-heading .eyebrow{font-size:11px}.draft-heading p{font-size:13px;line-height:1.4;min-height:18px}.card-fan{--card-h:min(360px,calc(100dvh - var(--top) - var(--bottom) - 360px));--card-w:calc(var(--card-h)*403/559);justify-content:flex-start;gap:22px;padding:20px max(28px,calc((100% - var(--card-w))/2)) 22px;flex-shrink:1}.draft-card{height:var(--card-h);min-height:170px;transform:scale(.93);border-radius:10px;transition:transform .18s ease,opacity .18s}.draft-card.selected{transform:scale(1);box-shadow:0 0 0 2px var(--ink)}.draft-card img{border-radius:10px}.draft-card.candidate{transform:translateY(-6px) scale(1)}.card-number{width:26px;height:26px;font-size:11px}.hand-position{font-size:12px;min-height:25px;margin-top:0}.swipe-hint{display:inline}.pick-caption strong{font-size:19px;line-height:1.15}.pick-caption .text-button{font-size:12px;min-height:34px}.action-bar>#pick-btn{font-size:13px;max-width:64%;padding-inline:15px;min-height:49px}.intro-copy p{font-size:16px;line-height:1.5}.intro-copy h1{font-size:40px}.intro-top .eyebrow{font-size:11px;letter-spacing:.5px}.intro-top .text-button,.intro-bottom .primary{font-size:13px}.intro-copy .text-button{font-size:12px}.driver-label{font-size:11px}.menu-link{font-size:15px}.menu-kicker{font-size:10px;letter-spacing:1px}.menu-bottom{font-size:8px;letter-spacing:0}.results-heading .eyebrow,.award .eyebrow{font-size:11px;letter-spacing:.3px}.award p,.score-totals b{font-size:13px}.score-totals small{font-size:9px}.setting{font-size:15px}.setting small{font-size:13px}.rules-score>*{font-size:12px}.roster button{font-size:11px}.inspect-racer{height:155px}dialog h2{font-size:32px}dialog p,.guide-steps{font-size:15px}.close-dialog{font-size:30px}.countdown-screen{inset:calc(var(--header) + var(--players)) 0 0}.countdown-screen .eyebrow{font-size:12px}.countdown-screen p,.race-toast{font-size:13px}.story-toggle{bottom:15px}.world-label{width:17px;height:17px;font-size:9px}}@media(max-height:700px)and (orientation:portrait){.draft-card{height:var(--card-h);min-height:155px}.card-fan{--card-h:calc(100dvh - var(--top) - var(--bottom) - 342px);padding-top:15px;padding-bottom:20px}.draft-heading h1{font-size:26px}.draft-heading{padding-top:5px}.intro-art{height:17dvh;min-height:80px}.intro-copy h1{font-size:35px;margin:8px 0 12px}.intro-copy p{font-size:14px}.intro-copy h2{font-size:17px}.intro-hero{gap:10px}.intro-top .eyebrow{font-size:10px}.menu-center{margin-top:-24px}}@media(max-height:570px)and (orientation:landscape){:root{--header:39px;--players:59px}#stage{inset:0;height:100dvh}.game-header{height:var(--header);padding-inline:8px}.players{padding:0 26px 10px;gap:20px;height:var(--players)}.player-portrait{width:34px;height:36px;min-height:36px}.player-info>b{font-size:12px}.player-score{font-size:18px}.player-score small{font-size:9px}.player-sub{font-size:10px;line-height:1.2}.team-pips{bottom:0;left:8px}.player-thought{font-size:11px;padding:5px 8px;top:calc(100% + 3px)}.player-thought>span{max-width:100px}.round-label{font-size:13px}.round-label>span{font-size:11px}.action-bar{left:28px;right:28px;bottom:7px;gap:15px}.decision-heading strong{font-size:16px}.decision-heading small,.decision-heading .eyebrow{font-size:11px}.decision-options button>span{font-size:13px!important}.decision-options button small{font-size:10px}.decision-options button{padding:9px 15px;min-height:44px}.turn-status{font-size:12px;max-width:75%;margin:5px}.camera-tools{right:10px;bottom:calc(var(--action-h) + 8px)}.camera-tools button{height:36px;width:36px;font-size:21px}.card-table{top:calc(var(--header) + var(--players));bottom:calc(var(--action-h) + 7px);padding-inline:22px;gap:12px;display:flex;flex-direction:row}.draft-heading{flex:0 0 175px;padding:0;display:block;margin:0;max-width:175px}.deck-stack{width:31px;height:44px;margin:0 0 11px 5px}.card-back-print b{font-size:6px}.draft-heading h1{font-size:24px;letter-spacing:-.8px}.draft-heading p{font-size:12px;line-height:1.4}.draft-heading .eyebrow{font-size:10px}.card-fan{--card-h:calc(100dvh - var(--top) - var(--bottom) - 205px);--card-w:calc(var(--card-h)*403/559);height:100%;padding:10px 16px 15px;gap:12px;min-width:0;flex:1;justify-content:flex-start}.draft-card{height:var(--card-h);min-height:110px;max-height:200px;border-radius:7px}.draft-card img{border-radius:7px}.card-number{width:22px;height:22px;bottom:-12px;left:calc(50% - 11px);font-size:10px}.hand-position{position:absolute;left:24px;bottom:-3px;font-size:11px;gap:7px}.hand-position .swipe-hint{display:none}.pick-caption strong{font-size:18px}.pick-caption .text-button{font-size:12px;min-height:27px}.action-bar>#pick-btn{font-size:13px;min-height:43px}.ability-banner{top:calc(var(--header) + var(--players) + 5px)}.ability-banner strong{font-size:25px}.ability-banner span{font-size:10px}.flip-label{top:calc(var(--header) + var(--players) + 5px)}.flip-label strong{font-size:26px}.flip-label .eyebrow{font-size:11px}.intro-screen{padding:8px 24px 12px}.intro-copy h1{font-size:34px;margin:8px 0 12px}.intro-copy h2{font-size:17px}.intro-copy p{font-size:13px;line-height:1.45}.intro-copy .text-button{font-size:12px}.intro-top .eyebrow{font-size:11px}.intro-top .text-button{font-size:12px}.intro-bottom .primary{font-size:12px;min-height:41px}.intro-art{height:calc(100dvh - var(--top) - var(--bottom) - 120px);min-height:80px}.menu-link{font-size:13px;height:32px}.menu-kicker{font-size:10px;margin:18px 0}.menu-primary{font-size:14px;min-height:46px}.menu-bottom{font-size:8px}.results-heading h1{font-size:29px}.results-heading .eyebrow,.award .eyebrow{font-size:10px}.award h2{font-size:17px}.award p,.score-totals b{font-size:12px}.score-totals small{font-size:9px}.result-next{font-size:13px}.countdown-screen{inset:calc(var(--header) + var(--players)) 0 0}.countdown-screen .eyebrow{font-size:11px}.countdown-screen p{font-size:12px}}.turn-status{width:max-content;max-width:calc(100vw - 96px);padding:8px 13px;border-radius:12px;background:#fff9e4;color:#201d18;opacity:1;box-shadow:0 2px #201d181a}.action-bar .decision-heading{padding:8px 12px;border-radius:10px;background:#fff9e4;color:#201d18}.action-bar:empty{display:none}.menu-primary{position:relative;justify-content:center;text-align:center;padding-inline:48px}.menu-primary>span:last-child{position:absolute;right:22px;top:50%;transform:translateY(-50%)}.race-presentation{position:fixed;inset:0;z-index:8;pointer-events:none;--rp-ink:#201d18;--rp-paper:#fff7d7;--rp-die-size:80px;font-family:Arial,Helvetica,sans-serif;isolation:isolate}.race-presentation [hidden]{display:none!important}.rp-roll,.rp-notice{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.rp-roll{width:var(--rp-die-size);height:var(--rp-die-size)}.rp-kicker,.rp-heading,.rp-notice-kicker,.rp-notice-text{color:var(--rp-paper);paint-order:stroke fill;-webkit-text-stroke:4px var(--rp-ink);text-shadow:0 2px 0 var(--rp-ink);font-weight:900}.rp-kicker,.rp-notice-kicker{font-size:12px;line-height:1.35;letter-spacing:1.8px;text-transform:uppercase;-webkit-text-stroke:3px var(--rp-ink)}.rp-kicker{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);width:220px}.rp-heading{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);width:260px;font-size:clamp(24px,4vmin,32px);line-height:1.12;letter-spacing:-1px}.rp-keyboard{position:absolute;top:calc(100% + 50px);left:50%;transform:translate(-50%);color:var(--rp-ink);font-size:10px;font-weight:800}.rp-keyboard kbd{display:inline-block;padding:5px 9px;border:1.5px solid var(--rp-ink);border-radius:6px;background:var(--rp-paper);box-shadow:0 2px 0 var(--rp-ink);font:inherit;letter-spacing:.4px}.rp-die{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;pointer-events:auto;touch-action:manipulation;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;border-radius:18px;box-shadow:none!important}.rp-die:disabled{cursor:default;opacity:1;filter:none;pointer-events:none}.rp-die:focus-visible{outline:3px solid #fff7d7;outline-offset:5px}.race-presentation[data-roll=rolling] .rp-kicker{visibility:hidden}.rp-notice{width:min(90%,700px);display:grid;gap:10px;z-index:2}.rp-notice-text{display:block;max-width:100%;font-size:clamp(30px,5.9vmin,60px);line-height:1.04;letter-spacing:-1.7px;text-wrap:balance;overflow-wrap:normal;-webkit-text-stroke:6px var(--rp-ink);text-shadow:0 3px 0 var(--rp-ink)}.rp-number-result .rp-notice-text{font-size:clamp(78px,15vmin,116px);color:#fff7d7}.rp-notice-kicker{font-size:clamp(11px,1.6vmin,15px)}.rp-notice-enter{animation:rp-notice-in .22s cubic-bezier(.2,.8,.2,1) both}.rp-screen-reader{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.race-presentation[data-paused=true] *{animation-play-state:paused!important}.race-presentation[data-reduced=true] *{animation:none!important;transition:none!important}@keyframes rp-notice-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 9px)) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(max-height:500px)and (orientation:landscape){.rp-heading{font-size:23px}.rp-kicker{font-size:9px}.rp-keyboard{left:calc(100% + 20px);top:50%;transform:translateY(-50%)}.rp-notice-text{font-size:clamp(28px,7vh,40px)}.rp-number-result .rp-notice-text{font-size:76px}.rp-notice{width:min(80%,680px)}}@media(prefers-reduced-motion:reduce){.race-presentation *{animation:none!important;transition:none!important}}@media(hover:none)and (pointer:coarse){.rp-keyboard{display:none}}
