@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#171718;--surface:#222223;--line:#3d3b38;--cream:#f2ecdb;--yellow:#f9c847;--muted:#aaa69f;--red:#b53d32}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--cream);font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}button:disabled{cursor:wait;opacity:.65}a{color:inherit}header{display:flex;align-items:center;justify-content:space-between;padding:24px 4.5%;border-bottom:1px solid var(--line);gap:20px}.brand{font-size:25px;font-weight:900;letter-spacing:-1px;text-decoration:none;line-height:.9}.brand span{display:block;font-size:10px;letter-spacing:4px;margin-top:7px}.edition{font-size:12px;letter-spacing:2px;color:var(--muted)}.quiet{background:none;border:1px solid var(--line);border-radius:4px;padding:10px 14px;font-size:14px}.quiet:hover{border-color:var(--cream);background:#ffffff08}main{max-width:1440px;margin:auto;padding:34px 4.5% 0}.title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--yellow)}h1{font-family:'Barlow Condensed',Impact,'Arial Narrow',sans-serif;font-size:clamp(42px,5.1vw,76px);line-height:.94;letter-spacing:-.5px;margin:12px 0 0;font-weight:800;position:relative}h1 em{font-style:normal;color:var(--yellow)}.title-star{font-family:Arial;font-size:.85em;margin-left:24px;color:var(--yellow)}.ticket{border:1px solid #7d7050;background:#28251d;padding:16px 28px;text-align:center;transform:rotate(3deg);min-width:200px;box-shadow:5px 5px 0 #111}.ticket span{display:block;font-size:11px;letter-spacing:1.6px}.ticket strong{display:block;font-family:'Barlow Condensed',Impact,sans-serif;font-size:36px;margin:7px 0;border-top:1px dashed #7d7050;border-bottom:1px dashed #7d7050;padding:5px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:30px}.screen-head{display:flex;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:1.5px;padding:14px 18px;background:var(--red);border-radius:6px 6px 0 0}.screen-head i{display:inline-block;width:6px;height:6px;background:var(--cream);border-radius:50%;margin-right:7px;vertical-align:middle}.board-wrap{background:#0e0e0f;padding:20px 22px 0;border:1px solid #3c342d;border-top:none}.board{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.cell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:112px;padding:12px 5px 20px;border:1px solid #48443c;border-bottom:3px solid #4a4234;border-radius:5px;background:#292723;transition:transform .15s,background .15s;overflow:hidden}.cell:hover{background:#39342b;transform:translateY(-2px)}.cell.empty{border:1px dashed #33312d;background:#181818;color:#4a453b;font-size:28px}.cell.selected{outline:3px solid var(--yellow);background:#50432a}.prop-icon{font-size:32px;line-height:1.3;filter:saturate(.8)}.prop-name{font-size:12px;line-height:1.2;text-align:center;margin-top:5px;max-width:100%}.prop-value{font-size:10px;position:absolute;right:6px;top:4px;color:#c9bfa8}.r1{border-color:#667d70}.r2{border-color:#9584b2}.r3{border-color:var(--yellow);background:#393020}.screen-footer{display:flex;justify-content:space-between;padding:13px 0;color:#827d72;font-size:10px;letter-spacing:1.5px}.action-bar{display:flex;justify-content:space-between;align-items:center;padding:20px 0;gap:16px}.action-bar strong{font-size:16px}.action-bar p{font-size:13px;color:var(--muted);margin:6px 0 0}.primary{background:var(--yellow);color:#201b0b;border:none;border-radius:4px;padding:18px 22px;font-size:14px;font-weight:800;letter-spacing:.3px;white-space:nowrap;box-shadow:0 3px 0 #9b7820}.primary:hover{background:#ffda73}.cut-bar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px;background:#302b1d;border:1px solid #736038;border-radius:4px;font-size:14px;margin-bottom:20px}[hidden]{display:none!important}.lower{border-top:1px solid var(--line);padding-top:19px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px}h2{font-size:13px;letter-spacing:1.3px;margin:0}.section-heading>span{font-size:12px;color:var(--yellow)}#last-total{font-weight:700}aside{display:flex;flex-direction:column;gap:26px}.finance{background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:23px}.money{font-family:'Barlow Condensed',Impact,sans-serif;font-size:64px;line-height:1;margin:13px 0 24px}.bill-row{display:flex;justify-content:space-between;font-size:14px;gap:12px;margin:12px 0}.bill-row span{color:var(--muted)}progress{width:100%;height:7px;border:0;background:#45423a;border-radius:3px}progress::-webkit-progress-bar{background:#45423a;border-radius:3px}progress::-webkit-progress-value{background:var(--yellow);border-radius:3px}progress::-moz-progress-bar{background:var(--yellow)}.finance p{font-size:12px;color:var(--muted);margin:8px 0 0}.divider{height:1px;background:var(--line);margin:23px 0}.owned{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.mini{position:relative;width:43px;height:44px;border:1px solid var(--line);border-radius:4px;background:var(--surface);font-size:24px}.mini span{position:absolute;bottom:0;right:1px;font-size:10px;background:#171718}.wide{width:100%}.muted{color:var(--muted);font-size:14px;line-height:1.6}.report-row{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding:8px 0;border-bottom:1px solid #ffffff08}.report-row strong{color:var(--yellow)}.upgrade-line{display:flex;gap:10px;margin:10px 0;font-size:15px}.upgrade-line small{display:block;color:var(--muted);font-size:12px;margin-top:4px;line-height:1.4}.small-print{font-size:12px;line-height:1.9;color:var(--muted)}footer{border-top:1px solid var(--line);margin-top:32px;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:20px}footer>span{font-size:11px;letter-spacing:1.4px;color:var(--muted)}dialog{border:1px solid #6c6045;border-radius:8px;background:#202020;color:var(--cream);padding:28px;width:min(860px,calc(100% - 28px));max-height:88dvh;box-shadow:0 30px 100px #0009}dialog::backdrop{background:#080809cf;backdrop-filter:blur(5px)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.modal-head h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:34px;letter-spacing:0;margin-top:6px}#modal-body{max-height:66dvh;overflow:auto;padding:3px}.intro{color:var(--muted);line-height:1.6;font-size:16px;margin:0 0 22px}.choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.prop-card{border:1px solid var(--line);border-radius:6px;background:#2b2925;text-align:left;padding:20px;color:var(--cream);min-width:0}.prop-card.r1{border-color:#667d70}.prop-card.r2{border-color:#9584b2}.prop-card.r3{border-color:var(--yellow)}button.prop-card:hover{background:#39352d;transform:translateY(-2px)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:5px}.large-icon{font-size:38px}.rarity{font-size:11px;color:#c4b99e}.prop-card h3{font-size:19px;line-height:1.2;margin:18px 0 8px}.film{color:var(--yellow);font-size:12px;line-height:1.4}.prop-card p{font-size:14px;line-height:1.6;color:#ccc6b9;margin:16px 0 0}.draft-actions{display:flex;justify-content:space-between;margin-top:24px;gap:10px}.end-score{font-family:'Barlow Condensed',Impact,sans-serif;font-size:70px;color:var(--yellow);margin:20px 0}.catalogue{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.search-label{display:block;font-size:14px;margin-bottom:8px}input{width:100%;background:#141414;border:1px solid #666052;color:var(--cream);padding:14px;border-radius:4px}.instructions{padding-left:24px;line-height:1.7}.instructions li{padding:7px 0}.combo-detail{border-top:1px solid var(--line);padding-top:14px;margin-top:14px;font-size:15px}.combo-detail p{color:var(--muted);line-height:1.6}.remove-list{display:grid;gap:8px;margin-bottom:15px}.remove-row{display:flex;justify-content:space-between;gap:12px;background:#292929;border:1px solid var(--line);padding:14px;text-align:left}.remove-row span{color:var(--yellow);font-size:14px}.rolling .cell{animation:project .12s infinite alternate}@keyframes project{to{opacity:.25;transform:translateY(4px)}}@media(min-width:1400px){.cell{min-height:130px}}@media(max-width:1000px){.workspace{grid-template-columns:minmax(0,1fr) 245px;gap:20px}.cell{min-height:95px}.action-bar{align-items:flex-start;flex-direction:column}.primary{width:100%}.title-star{display:none}.board-wrap{padding:14px 12px 0}}@media(max-width:720px){header{padding:20px}.edition{display:none}main{padding:26px 16px 0}.title-row{margin-bottom:23px;gap:10px}h1{font-size:42px}.ticket{min-width:116px;padding:10px;transform:rotate(2deg)}.ticket strong{font-size:26px}.ticket span{font-size:9px;letter-spacing:.6px}.workspace{grid-template-columns:1fr}.board{gap:5px}.board-wrap{padding:12px 8px 0}.cell{min-height:96px;padding:10px 3px 12px}.prop-name{font-size:10px}.prop-icon{font-size:27px}.screen-head{font-size:10px;padding:12px}.screen-footer{font-size:8px;letter-spacing:.7px}.action-bar{gap:14px}.action-bar p{font-size:14px}.finance{padding:18px}.finance .money{font-size:50px}.collection-panel{border-top:1px solid var(--line);padding-top:20px}.lower{margin-bottom:5px}.choices{grid-template-columns:1fr}.choices .prop-card{padding:16px}.choices .card-top{float:left;display:block;margin-right:16px;max-width:70px}.choices .rarity{display:block}.choices h3{margin:2px 0 6px}.choices p{margin-top:12px;clear:both}.catalogue{grid-template-columns:repeat(2,minmax(0,1fr))}.catalogue .prop-card{padding:12px}.catalogue .card-top{display:block}.catalogue .rarity{display:block}.catalogue .prop-card h3{font-size:16px}.cut-bar{align-items:flex-start}.cut-bar .quiet{font-size:12px}dialog{padding:20px}.modal-head h2{font-size:28px}footer>span{max-width:220px;font-size:10px}aside{gap:20px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
/* Screening choreography: the stage, not a report, carries the action. */
.play-settings{display:flex;gap:7px;margin-left:auto}.play-settings .quiet{font-size:13px}.edition{display:none}.event-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;margin:-5px 0 16px;padding:8px 0 14px;border-bottom:1px solid #454039}#event-label{font-family:'Barlow Condensed',Impact,sans-serif;font-size:20px;letter-spacing:.5px;line-height:1.15}#running-total{color:var(--yellow);font-family:'Barlow Condensed',Impact,sans-serif;font-size:38px;white-space:nowrap}.reel-stage{position:relative}.cell{overflow:visible}.cell .prop-name{overflow-wrap:anywhere}.cell .prop-icon,.cell .prop-name,.cell .prop-value{position:relative;z-index:1}.cell .prop-value{position:absolute}.life-meter{position:absolute;bottom:4px;left:6px;font-size:10px;color:#9ddac8;z-index:1}.cell.active-prop{z-index:3;border-color:var(--yellow);box-shadow:0 0 0 2px #f9c84755,0 0 25px #f9c84724;background:#453b24}.cell.score-bounce .prop-icon{animation:score-pop .3s ease-out}.floating-payout{position:absolute;z-index:20;pointer-events:none;top:24%;left:50%;font-weight:900;font-size:24px;color:#fff6ce;text-shadow:0 2px 2px #000,0 0 15px #a96b00;white-space:nowrap;animation:payout-rise 1.15s ease-out forwards}.floating-payout.destruction{color:#ffb083;font-size:27px}.floating-payout.combo{color:#98ffe5;font-size:28px}.floating-payout.new-prop{font-size:15px;color:#c6a5ff}.effect-link{position:absolute;transform-origin:left center;height:4px;background:#ffe59e;box-shadow:0 0 12px #ffc04a;animation:beam-fade .6s forwards}.effect-link.slash{height:3px;background:white}.effect-link.burn{height:12px;background:#f98d37;box-shadow:0 0 20px #fb5724}.effect-link.zap{height:6px;background:#a2e3ff;box-shadow:0 0 20px #33aaff}.effect-link.combo{background:#8de7c6;box-shadow:0 0 12px #50faba}.particle{position:absolute;left:50%;top:50%;width:7px;height:7px;background:#e9c790;z-index:10;pointer-events:none;animation:particle-burst .65s ease-out forwards}.particle.burn{background:#ff7d32;box-shadow:0 0 8px #fc561f}.particle.zap{background:#81dbff}.particle.combo{background:#ba9cfa;border-radius:50%}.cell.attacking .prop-icon{animation:attack-lunge .45s ease-out}.cell.victim .prop-icon{animation:destroy-shrink .48s ease-in forwards}.cell.victim .prop-name,.cell.victim .prop-value,.cell.victim .life-meter{animation:fade-victim .45s forwards}.cell.victim.burn{background:#632b18;box-shadow:inset 0 0 25px #ff601344}.cell.victim.zap{box-shadow:inset 0 0 25px #43bfff66}.cell.victim.slash .prop-icon{animation:slash-away .45s forwards}.cell.victim.crush .prop-icon{animation:crush-away .45s forwards}.cell.combo-glow{border-color:#85e0c2;background:#263f36;box-shadow:0 0 18px #4becaa33}.cell.transforming .prop-icon{animation:transform-spin .6s ease-in-out}.destroyed-label{font-size:9px;letter-spacing:.5px;color:#746255}.total-pulse{animation:total-pop .5s ease-out}.rolling .cell{animation:none!important}.rolling .cell.reel-landed .prop-icon{animation:land-bounce .16s ease-out}.reel-blur{filter:blur(2px);opacity:.65}#effects{position:absolute;inset:0;z-index:15;pointer-events:none;overflow:visible}#report{max-height:250px;overflow:auto}.new-report{animation:report-in .2s ease-out}.report-row{line-height:1.5}.report-row strong{flex-shrink:0}.board-wrap{overflow:hidden}.prop-card p{max-height:160px;overflow:auto}.prop-card h3{margin-top:12px}
@keyframes score-pop{40%{transform:scale(1.38) translateY(-6px)}100%{transform:scale(1)}}@keyframes payout-rise{0%{opacity:0;transform:translate(-50%,10px) scale(.6)}15%{opacity:1;transform:translate(-50%,-8px) scale(1.13)}65%{opacity:1}100%{opacity:0;transform:translate(-50%,-58px) scale(.95)}}@keyframes beam-fade{0%{opacity:0}15%{opacity:1}100%{opacity:0}}@keyframes particle-burst{to{transform:translate(var(--dx),var(--dy)) rotate(var(--turn));opacity:0}}@keyframes attack-lunge{35%{transform:translateY(-8px) scale(1.4) rotate(-12deg)}65%{transform:translateY(4px) scale(1.15)}100%{transform:none}}@keyframes destroy-shrink{25%{transform:scale(1.3);filter:brightness(2)}100%{transform:scale(0) rotate(35deg);opacity:0}}@keyframes fade-victim{to{opacity:0}}@keyframes slash-away{30%{transform:rotate(-20deg) scale(1.15)}100%{transform:translate(20px,25px) rotate(65deg) scale(.1);opacity:0}}@keyframes crush-away{40%{transform:scale(1.2,.5) translateY(10px)}100%{transform:scale(1.5,0) translateY(25px);opacity:0}}@keyframes transform-spin{40%{transform:scale(.2) rotate(180deg);filter:brightness(3)}80%{transform:scale(1.3) rotate(360deg)}100%{transform:scale(1)}}@keyframes total-pop{40%{transform:scale(1.17);color:#fff4ae}100%{transform:none}}@keyframes land-bounce{0%{transform:translateY(-16px)}65%{transform:translateY(6px)}100%{transform:none}}@keyframes report-in{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:none}}
@media(max-width:720px){header{gap:8px;flex-wrap:wrap}.play-settings{gap:5px}.play-settings .quiet{padding:8px;font-size:12px}header>#help{padding:8px;font-size:12px}.brand{font-size:21px}#event-label{font-size:17px}#running-total{font-size:32px}.event-banner{min-height:66px;gap:8px;margin-bottom:12px}.floating-payout{font-size:20px}.floating-payout.combo,.floating-payout.destruction{font-size:23px}.life-meter{font-size:9px}.cell{padding-bottom:20px}.prop-card p{max-height:none}.cut-bar{font-size:13px}}
@media(prefers-reduced-motion:reduce){.floating-payout{animation:none;opacity:1;transform:translate(-50%,-20px)}.particle,.effect-link{display:none}.cell.victim .prop-icon{opacity:.2}.cell.active-prop{outline:2px solid var(--yellow)}.total-pulse{animation:none}}

.role-marker{position:absolute;bottom:4px;right:5px;font-size:8px;letter-spacing:.5px;color:#85dac3}.role-villain .role-marker{color:#f39494}.role-villain{border-bottom-color:#b85252}.role-hero{border-bottom-color:#57b99d}.cast-label{font-size:11px;font-weight:700;letter-spacing:.5px}.cast-label.hero{color:#85dac3}.cast-label.villain{color:#f39494}.cell.screaming .prop-icon{animation:kevin-scream .72s ease-in-out}.cell.swinging-can .prop-icon{transform-origin:50% -55px;animation:can-swing .7s cubic-bezier(.5,0,.7,.5)}.cell.victim.swing .prop-icon,.cell.victim.bonk .prop-icon{animation:bonk-out .6s .1s forwards}.effect-link.swing{height:3px;background:#ddd;box-shadow:0 0 8px #fff}.particle.swing{background:#c8cbd0}.particle.bonk{background:#ffe579}
@keyframes kevin-scream{0%{transform:scale(1)}20%{transform:scale(1.6) rotate(-8deg)}35%{transform:scale(1.6) rotate(8deg)}50%{transform:scale(1.6) rotate(-8deg)}65%{transform:scale(1.6) rotate(8deg)}100%{transform:scale(1)}}@keyframes can-swing{0%{transform:rotate(-65deg)}50%{transform:rotate(65deg) scale(1.25)}75%{transform:rotate(-20deg)}100%{transform:none}}@keyframes bonk-out{20%{transform:scale(.85) rotate(-15deg)}50%{transform:translate(8px,-10px) rotate(45deg)}100%{transform:translate(45px,35px) rotate(130deg) scale(0);opacity:0}}
.mobile-hud,.mobile-nav,.mobile-pager{display:none}
@media(max-width:720px){
html{height:100%;overscroll-behavior:none}body{height:100svh;height:100dvh;overflow:hidden;overscroll-behavior:none;display:flex;flex-direction:column;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}
header{flex:0 0 46px;min-height:46px;padding:5px 10px;gap:6px;flex-wrap:nowrap}header .brand{font-size:18px}header .brand span{font-size:8px;letter-spacing:2px;margin-top:4px}header .quiet,header>#help{font-size:11px;padding:8px 7px;min-height:34px;white-space:nowrap}.play-settings{margin-left:auto}.play-settings .quiet{font-size:11px;padding:8px 7px}
main{flex:1;min-height:0;width:100%;padding:7px 8px 6px;display:flex;flex-direction:column;gap:7px}.title-row,main>footer,.workspace>aside{display:none}.mobile-hud{display:grid;grid-template-columns:.85fr 1fr 1.1fr 1.1fr;flex:0 0 54px;gap:2px 8px;padding:0 5px}.mobile-hud>div{min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-hud span{font-size:9px;letter-spacing:.8px;color:var(--muted)}.mobile-hud strong{font-family:'Barlow Condensed',Impact,sans-serif;font-size:23px;line-height:1.1;white-space:nowrap}.mobile-hud>div:nth-child(3) strong{color:var(--yellow)}.mobile-hud progress{grid-column:1/-1;height:4px;margin:3px 0 0}
.workspace{display:flex;flex:1;min-height:0}.game{display:flex;flex-direction:column;width:100%;min-height:0}.screen-head{flex:0 0 27px;padding:7px 10px;font-size:9px}.board-wrap{flex:1;min-height:0;display:flex;flex-direction:column;padding:5px 6px 7px}.event-banner{flex:0 0 46px;min-height:46px;margin:0 0 5px;padding:4px 3px 6px;overflow:hidden}#event-label{font-size:16px;line-height:1.05;max-width:76%;overflow-wrap:anywhere}#running-total{font-size:30px;line-height:1}.reel-stage{flex:1;min-height:0}.board{height:100%;grid-template-rows:repeat(4,minmax(0,1fr));gap:5px}.cell{height:100%;min-height:0;padding:12px 2px 13px;gap:2px;justify-content:center;border-radius:4px}.cell .prop-icon{font-size:clamp(21px,4.1dvh,35px);line-height:1.05}.cell .prop-name{font-size:10px;line-height:1.06;margin:0;max-width:100%;max-height:34px;overflow:hidden}.cell .prop-value{font-size:9px;top:3px;right:4px}.role-marker{font-size:7px;bottom:3px;right:3px}.life-meter{font-size:8px;bottom:3px;left:3px}.cell.empty{font-size:22px}.screen-footer,.lower{display:none}
.action-bar{flex:0 0 53px;padding:7px 0 3px;display:flex}.action-bar>div{display:none}.action-bar>.primary{width:100%;height:43px;min-height:43px;padding:10px;font-size:13px;letter-spacing:.4px}.cut-arm{flex:0 0 30px;min-height:30px;width:100%;padding:5px 8px;font-size:11px;margin-top:3px}.cut-bar{flex:0 0 auto;min-height:35px;margin:4px 0 0;padding:5px 7px;align-items:center;font-size:11px}.cut-bar .quiet{padding:4px 6px;font-size:10px;white-space:nowrap}.mobile-nav{display:grid;grid-template-columns:1.25fr 1.2fr .75fr .8fr;gap:5px;flex:0 0 33px}.mobile-nav .quiet{font-size:10px;padding:6px 2px;min-height:33px;white-space:nowrap}.quiet:disabled{cursor:default}
dialog{width:calc(100% - 16px);max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 20px);padding:16px;overflow:hidden;margin:auto}.modal-head{margin-bottom:12px;gap:10px}.modal-head .eyebrow{font-size:9px;letter-spacing:1px}.modal-head h2{font-size:26px;line-height:1.05;margin-top:5px}.modal-head .quiet{min-height:34px;padding:6px 10px}#modal-body{max-height:calc(100dvh - 132px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overscroll-behavior:contain;padding:2px}.choices{display:block}.choices>.prop-card:not(.mobile-current){display:none}.choices>.prop-card.mobile-current{display:block;width:100%;min-height:210px;padding:15px}.choices .card-top{float:none;display:flex;max-width:none;margin:0 0 5px}.choices .large-icon{font-size:43px}.choices h3{font-size:23px;line-height:1.1;margin:8px 0}.choices .film{font-size:12px}.choices .prop-card p{font-size:14px;line-height:1.45;max-height:none;overflow:visible;margin-top:13px}.mobile-pager{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px;margin:12px 0}.mobile-pager button{font-size:24px;padding:0;min-height:38px}.mobile-pager>span{font-size:10px;text-align:center;letter-spacing:.6px;color:var(--muted)}#modal-body:has(.choices)>.intro{display:none}#modal-body:has(.choices){overflow:hidden}.draft-actions{margin-top:10px;gap:8px}.draft-actions .quiet{font-size:12px;min-height:38px;padding:8px;flex:1}.end-score{font-size:54px;margin:10px 0}.instructions{font-size:14px;line-height:1.5}.intro{font-size:14px;line-height:1.5;margin-bottom:16px}.mobile-owned .mini{width:46px;height:48px}.catalogue .prop-card p{display:none}.catalogue .prop-card h3{font-size:15px}.catalogue{margin-top:12px}.prop-card p{max-height:none}.floating-payout{font-size:20px}.floating-payout.combo{font-size:20px}.floating-payout.new-prop{font-size:12px}
}
@media(max-width:720px) and (max-height:650px){header{flex-basis:39px;min-height:39px}main{gap:5px;padding-top:4px}.mobile-hud{flex-basis:47px}.mobile-hud strong{font-size:20px}.screen-head{flex-basis:23px;padding:5px 9px}.event-banner{flex-basis:37px;min-height:37px}#event-label{font-size:14px}#running-total{font-size:26px}.cell .prop-icon{font-size:22px}.cell .prop-name{font-size:9px;max-height:29px}.cell{padding-top:10px;padding-bottom:10px}.board{gap:4px}.mobile-nav{flex-basis:29px}.mobile-nav .quiet{min-height:29px}.action-bar{flex-basis:48px}.action-bar>.primary{height:39px;min-height:39px}.cut-arm{flex-basis:27px;min-height:27px;font-size:10px}.choices>.prop-card.mobile-current{min-height:0;padding:12px}.choices .large-icon{font-size:29px}.choices h3{font-size:20px;margin:4px 0}.choices .prop-card p{font-size:12px;line-height:1.3;margin-top:8px}.modal-head h2{font-size:23px}.mobile-pager{margin:8px 0}.mobile-pager button{min-height:32px}.draft-actions .quiet{min-height:32px;padding:6px}.role-marker{display:none}}
/* Landscape phones retain a fixed board beside their controls. */
@media(max-width:950px) and (orientation:landscape) and (max-height:500px){body{height:100dvh;overflow:hidden}header{height:38px;min-height:38px;padding:4px 12px}.edition{display:none}main{height:calc(100dvh - 38px);padding:5px 10px}.title-row,footer,.workspace>aside{display:none}.workspace{height:100%;display:block}.game{height:100%;display:grid;grid-template-columns:minmax(0,1fr) 175px;grid-template-rows:25px minmax(0,1fr) 36px;gap:5px 10px}.screen-head{grid-column:1;grid-row:1;padding:5px 10px}.board-wrap{grid-column:1;grid-row:2/4;min-height:0;padding:4px 6px;display:flex;flex-direction:column}.event-banner{min-height:30px;flex:0 0 30px;margin:0 0 3px;padding:2px}.reel-stage{flex:1;min-height:0}.board{height:100%;grid-template-rows:repeat(4,minmax(0,1fr));gap:3px}.cell{min-height:0;padding:3px 2px 10px}.prop-icon{font-size:21px}.prop-name{font-size:8px;margin:0}.role-marker{display:none}.screen-footer,.lower{display:none}.action-bar{grid-column:2;grid-row:2;align-self:end;padding:0}.action-bar>div{display:none}.action-bar .primary{font-size:11px;white-space:normal;padding:12px 8px}.cut-arm{grid-column:2;grid-row:3;font-size:10px;padding:4px;white-space:normal}.cut-bar{grid-column:2;grid-row:1;margin:0;font-size:10px;padding:2px}.mobile-hud{display:grid;position:absolute;right:20px;top:87px;width:160px;grid-template-columns:1fr 1fr;gap:7px;font-size:10px}.mobile-hud>div{display:flex;flex-direction:column}.mobile-hud strong{font-size:19px}.mobile-hud progress{grid-column:1/-1}.mobile-nav{display:none}#running-total{font-size:24px}#event-label{font-size:13px}.modal-head h2{font-size:21px}dialog{max-height:calc(100dvh - 10px);padding:12px}#modal-body{max-height:calc(100dvh - 83px)}#modal-body:has(.choices){overflow:auto}}

.mobile-card-rules,.mobile-rule-page{display:none}
@media(max-width:720px){.desktop-card-rules{display:none}.choices .mobile-card-rules{display:block;min-height:75px}.mobile-rule-page{display:block;width:100%;font-size:10px;min-height:30px;padding:5px;margin:7px 0 0}.game:has(.cut-bar:not([hidden])) .cut-arm{display:none}}

@media(max-width:720px){.mobile-nav{flex-basis:40px}.mobile-nav .quiet{min-height:40px}.cut-arm{flex-basis:34px;min-height:34px}}
@media(max-width:720px) and (max-height:650px){.cell{padding:6px 2px}.cell .prop-icon{font-size:20px}.cell .prop-name{font-size:9px;max-height:20px}.life-meter{display:none}.choices .mobile-card-rules{min-height:65px}}
@media(max-width:720px) and (max-height:650px){.life-meter{display:block;top:3px;bottom:auto;left:3px;font-size:8px}}
.pixel-sprite{display:inline-block;width:48px;height:48px;flex-shrink:0;background-size:800% 500%;background-repeat:no-repeat;image-rendering:pixelated;vertical-align:middle;filter:drop-shadow(0 2px 1px #0008)}.prop-icon{display:flex;justify-content:center;align-items:center;filter:none;line-height:1}.large-icon .pixel-sprite{width:72px;height:72px}.mini .pixel-sprite{width:33px;height:33px}.remove-row .pixel-sprite{width:34px;height:34px}.cell .pixel-sprite{width:clamp(35px,5dvh,58px);height:clamp(35px,5dvh,58px)}.cell.scream-face .pixel-sprite{filter:brightness(1.35) saturate(1.3)}.pixel-blood{position:absolute;width:var(--size);height:var(--size);background:#b91932;box-shadow:3px 0 #ed3b4c,0 3px #761023,-5px -3px #bd2134;z-index:25;pointer-events:none;animation:blood-hit .8s steps(3) forwards}.cell.armed-character{outline:3px solid #ed5555;box-shadow:0 0 28px #ee393955;z-index:5}.cell.armed-character .pixel-sprite{animation:armed-power .7s ease-out}.cell.weapon-charge{outline:2px solid #ffcf5c;background:#54442a}.cell.bullet-time .pixel-sprite{animation:bullet-dodge .55s ease-out}.danger-stage{box-shadow:inset 0 0 30px #ae152d33}.cell.victim.slasher .prop-icon,.cell.victim.nightmare .prop-icon{animation:slash-away .65s forwards}.cell.victim.vampire{background:#541727}.cell.victim.matrix{background:#123629}.effect-link.slasher,.effect-link.nightmare,.effect-link.vampire{background:#ff667a;box-shadow:0 0 12px #db1429}.effect-link.matrix{background:#6bff93;box-shadow:0 0 13px #0dff69}.particle.slasher,.particle.nightmare,.particle.vampire{background:#d92942}.particle.matrix{background:#67ff9c}
@keyframes armed-power{30%{transform:scale(1.45);filter:brightness(1.7)}100%{transform:none}}@keyframes bullet-dodge{40%{transform:translateX(20px) rotate(-22deg);opacity:.4}100%{transform:none;opacity:1}}@keyframes blood-hit{0%{transform:scale(.1);opacity:0}25%{transform:scale(1.8);opacity:1}75%{opacity:1}100%{transform:scale(1.2);opacity:0}}
.form-label{display:block;font-size:15px;margin-bottom:9px}.form-hint{color:var(--muted);font-size:13px;line-height:1.5;margin:14px 0}.form-status{font-size:14px;color:var(--yellow);line-height:1.4}.consent{display:flex;gap:12px;align-items:flex-start;margin:20px 0 10px;font-size:14px;line-height:1.5}.consent input{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:var(--yellow)}.social-actions{display:grid;gap:16px}.social-actions .quiet{padding:18px}.end-submit{margin:14px 0}.leader-row{display:grid;grid-template-columns:28px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:15px}.leader-row>strong{color:var(--yellow)}.leader-row small{display:block;font-size:12px;color:var(--muted);margin-top:4px}.leader-row b{color:var(--yellow)}.export-link{display:block;text-align:center;text-decoration:none;margin-top:20px}.game input{font-size:16px}
@media(max-width:720px){header{gap:4px;padding-left:7px;padding-right:7px}header .brand{font-size:15px}header .brand span{font-size:7px;letter-spacing:1.8px}header .quiet,header .play-settings .quiet,header>#help{padding:7px 5px;font-size:10px;min-height:32px}#social-menu{font-size:10px}.play-settings{gap:4px}.cell .pixel-sprite{width:clamp(29px,4.5dvh,45px);height:clamp(29px,4.5dvh,45px)}.large-icon .pixel-sprite{width:56px;height:56px}.choices .large-icon{font-size:0}.mini .pixel-sprite{width:34px;height:34px}.choices>.prop-card.mobile-current{min-height:0}.choices .card-top{min-height:56px}.choices h3{font-size:21px}.choices .mobile-card-rules{font-size:13px}.form-hint{font-size:12px}.consent{font-size:13px;gap:10px}.end-submit{padding:12px}.leader-row{font-size:13px;gap:7px}.leader-row b{font-size:14px}}
@media(max-width:720px) and (max-height:650px){.cell .pixel-sprite{width:28px;height:28px}.cell .prop-name{max-height:18px;font-size:8px}.cell{gap:0;padding:5px 2px}.choices .card-top{min-height:40px}.large-icon .pixel-sprite{width:40px;height:40px}}
@media(prefers-reduced-motion:reduce){.pixel-blood{animation:none}.armed-character .pixel-sprite,.bullet-time .pixel-sprite{animation:none}}
/* Projectionist archive and cinematic cut-ins. Keep the game viewport fixed. */
.new-sprite{width:100%;height:100%;object-fit:contain;image-rendering:pixelated;display:inline-block}.mini>.new-sprite{width:36px;height:36px}.remove-row>.new-sprite{width:34px;height:34px}.mystery-icon{font-family:monospace;font-size:clamp(24px,5vw,44px);display:inline-grid;place-items:center;width:100%;height:100%;color:#878b94;text-shadow:3px 3px #272930}.mystery-card{background:repeating-linear-gradient(135deg,#202127,#202127 8px,#24252c 8px,#24252c 10px)!important}.mystery-card h3{color:#aaa}.scene-overlay{position:fixed;z-index:10000;left:50%;top:50%;transform:translate(-50%,-50%);width:min(620px,94vw);max-height:85dvh;background:#111217;border:2px solid #f6bc56;box-shadow:0 0 0 100vmax #000b,0 0 60px #e8a62d44;pointer-events:none;overflow:hidden;animation:scene-in .23s steps(5)}.scene-overlay[hidden]{display:none}.scene-picture{width:100%;aspect-ratio:2;background-image:url(art/scenes.png);background-size:200% 400%;image-rendering:pixelated}.scene-copy{padding:14px 18px;text-align:center}.scene-copy>span{display:block;font-size:12px;letter-spacing:.12em;color:#eab856;margin-bottom:7px}.scene-copy strong{font-size:clamp(20px,5vw,32px);display:block;text-transform:uppercase;color:#fff;line-height:1.15}.scene-copy p{font-size:16px;color:#e8d9be;margin:10px 0 0}.scene-cast{display:flex;align-items:center;justify-content:center;gap:18px;padding:25px;background:radial-gradient(ellipse at center,#644514,#18151c 70%)}.scene-cast>span:not(.scene-arrow){width:130px;height:130px}.scene-cast .pixel-sprite{width:100%;height:100%}.scene-arrow{font-size:32px;color:#ffca70}.unlock-scene{border-color:#ffda79}.unlock-scene .scene-cast{animation:unlock-glow 1s ease-in-out infinite alternate}.archive-tabs{display:flex;gap:6px;margin-bottom:18px;flex-wrap:wrap}.film-group{border:1px solid #424047;background:#222127;margin:8px 0;border-radius:4px}.film-group summary{padding:15px;cursor:pointer;font-size:16px;font-weight:700}.film-group summary span{float:right;font-size:14px;color:#f4bf60}.film-group .catalogue{padding:10px}.film-group .prop-card p{max-height:110px;overflow:auto;font-size:14px}.trophy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.trophy-card{border:1px solid #51462f;padding:16px;background:#2c261d}.trophy-card>span{font-size:35px;display:block;color:#ffcc68}.trophy-card strong{display:block;font-size:16px}.trophy-card p{font-size:14px;color:#d5cbbb;line-height:1.45}.trophy-card.locked{opacity:.58;background:#22232a;border-color:#42434c}.trophy-card.locked>span{color:#a4a6b1}.earned-trophies{display:grid;gap:8px;margin:12px 0}.earned-trophies>div{padding:12px;border:1px solid #ce9e49;background:#332a1d}.earned-trophies span{color:#ffcd6c;margin-right:8px}.earned-trophies small{display:block;margin-top:5px;font-size:14px}.threatened{outline:3px solid #f65555;outline-offset:-3px;animation:threat .5s infinite alternate}.captured-cell{filter:grayscale(1);outline:3px solid #69bce6}.stunned-cell{opacity:.6}.effect-link.capture{background:#70bce7}.life-meter{max-width:100%;font-size:10px;white-space:nowrap}.scene-overlay~dialog{z-index:100}.scene-overlay{isolation:isolate}
@keyframes scene-in{from{opacity:0;transform:translate(-50%,-50%) scale(.85)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes unlock-glow{to{filter:brightness(1.4)}}@keyframes threat{to{box-shadow:inset 0 0 20px #f33a}}
@media(max-width:700px){.film-group .catalogue{grid-template-columns:repeat(2,minmax(0,1fr))}.film-group .prop-card{padding:10px}.film-group .prop-card h3{font-size:16px}.film-group .prop-card p{font-size:14px}.film-group .large-icon{height:58px;width:58px}.scene-copy{padding:12px}.scene-cast>span:not(.scene-arrow){width:100px;height:100px}.trophy-card{padding:12px}.archive-tabs .quiet{font-size:12px}.life-meter{font-size:8px}.screen-head{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.scene-overlay{animation:none}}
.scene-overlay[popover]{margin:0;right:auto;bottom:auto;color:#fff}.scene-overlay::backdrop{background:#0009}
.cell .new-sprite{width:56px;height:56px}.large-icon .new-sprite{width:72px;height:72px}.scene-cast .new-sprite{width:100%;height:100%}@media(max-width:720px){.cell .new-sprite{width:clamp(29px,4.5dvh,45px);height:clamp(29px,4.5dvh,45px)}.large-icon .new-sprite{width:56px;height:56px}}

/* Starter reveal uses the fixed board, with no extra mobile panels. */
.loadout-arrival{animation:loadout-arrival .34s ease-out both}
@keyframes loadout-arrival{from{opacity:0;transform:translateY(-18px) scale(.65)}70%{transform:scale(1.08)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(prefers-reduced-motion:reduce){.loadout-arrival{animation:none}}

.start-guide{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#141415ed;border:1px solid #635332;padding:14px;pointer-events:none}.start-guide[hidden]{display:none}.start-guide strong{font-size:clamp(17px,3vw,26px);color:var(--yellow)}.start-guide p{font-size:clamp(12px,2.4vw,16px);line-height:1.6;margin:12px 0}.start-guide>span{font-size:11px;color:var(--yellow)}

/* One bounded icon slot for both atlases and standalone sprites. */
.prop-card .card-top{float:none;display:flex;align-items:center;justify-content:space-between;max-width:none;width:100%;gap:8px;margin:0 0 8px;min-width:0}
.prop-card .large-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;line-height:1;overflow:hidden;font-size:34px}
.prop-card .large-icon .pixel-sprite,.prop-card .large-icon .new-sprite{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}
.prop-card .rarity{min-width:0;white-space:normal;overflow-wrap:anywhere;font-size:11px;text-align:right}
.mini{display:inline-grid;place-items:center;padding:4px;overflow:hidden;flex-shrink:0}
.mini>.pixel-sprite,.mini>.new-sprite,.mini>.mystery-icon{position:static;display:block;width:100%;height:100%;max-width:100%;max-height:100%;background-color:transparent;font-size:26px}
.mini>span:not(.pixel-sprite):not(.mystery-icon){z-index:2}
@media(max-width:380px){.prop-card .large-icon{flex-basis:46px;width:46px;height:46px}.prop-card .card-top{gap:4px}.prop-card .rarity{font-size:10px}}

.desktop-pager,.desktop-only{display:none}
/* Desktop is a single game screen: the stage grows into remaining viewport space. */
@media(min-width:721px) and (min-height:501px), (min-width:951px){
 html{height:100%;overflow:hidden}
 body{height:100dvh;overflow:hidden;display:flex;flex-direction:column}
 header{flex:0 0 48px;min-height:0;padding:6px 20px;gap:12px}
 header .brand{font-size:20px}header .brand span{font-size:8px;margin-top:4px}
 header .quiet{padding:7px 12px}
 main{flex:1;min-height:0;width:100%;max-width:1700px;margin:0 auto;padding:10px 20px;display:flex;flex-direction:column;gap:8px}
 .title-row{flex:0 0 48px;margin:0;gap:12px}
 .title-row .eyebrow,.title-row h1 br,.title-star,.ticket>span:first-child{display:none}
 h1{font-size:32px;line-height:1;margin:0;white-space:nowrap}h1 em{margin-left:7px}
 .ticket{min-width:160px;padding:3px 10px;box-shadow:none;transform:none;border:0;background:none;text-align:right}
 .ticket strong{font-size:24px;border:0;padding:0;margin:0}.ticket span{font-size:10px;letter-spacing:.5px}
 .workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(240px,23vw,300px);gap:14px}
 .game{min-width:0;min-height:0;display:flex;flex-direction:column}
 .screen-head{flex:0 0 28px;padding:7px 12px;font-size:11px;letter-spacing:.8px}
 .board-wrap{flex:1;min-height:0;display:flex;flex-direction:column;padding:6px 10px 8px}
 .event-banner{flex:0 0 46px;min-height:0;margin:0 0 6px;padding:3px 0 7px;gap:10px}
 #event-label{font-size:clamp(16px,1.5vw,21px);min-width:0;line-height:1.1}#running-total{font-size:32px}
 .reel-stage{flex:1;min-height:0;container-type:size}
 .board{height:100%;grid-template-rows:repeat(4,minmax(0,1fr));gap:6px}
 .cell{min-height:0;height:100%;padding:8px 4px 14px;gap:2px}
 .cell .prop-icon{min-height:0;flex:1;width:100%}
 .cell .pixel-sprite,.cell .new-sprite{width:clamp(24px,11cqh,70px);height:clamp(24px,11cqh,70px);max-height:100%;object-fit:contain}
 .cell .prop-name{flex:0 0 auto;font-size:clamp(10px,1vw,13px);line-height:1.05;margin:0;max-width:100%}
 .cell .prop-value{font-size:10px;top:2px}.role-marker,.life-meter{font-size:8px;bottom:2px}
 .screen-footer,.lower,.workspace>aside>.small-print{display:none}
 .action-bar{flex:0 0 60px;flex-direction:row;align-items:center;padding:7px 0;gap:12px}
 .action-bar>div{min-width:0;flex:1}.action-bar strong{font-size:14px}.action-bar p{font-size:12px;line-height:1.3;margin:3px 0 0}
 .action-bar>.primary{width:auto;flex:0 0 auto;padding:13px 16px;font-size:13px}
 .cut-arm{flex:0 0 32px;padding:5px 10px;font-size:12px;margin:0}
 .cut-bar{flex:0 0 36px;margin:0;padding:4px 8px;font-size:12px}.cut-bar .quiet{padding:4px 8px}
 .game:has(.cut-bar:not([hidden])) .cut-arm{display:none}
 .workspace>aside{min-height:0;display:flex;flex-direction:column;gap:8px}
 .finance{flex:0 0 auto;padding:10px 12px}
 .finance .eyebrow{font-size:10px}.finance .money{font-size:36px;margin:4px 0}
 .finance .bill-row{font-size:13px;line-height:1.15;margin:5px 0}.finance p{font-size:11px;margin:4px 0}
 .finance .divider{margin:7px 0}.finance progress{display:block;height:5px}
 .collection-panel,.desktop-upgrades{min-height:0;flex:1;display:flex;flex-direction:column;padding:8px 10px;border:1px solid var(--line);border-radius:5px;background:var(--surface)}
 aside .section-heading{margin-bottom:6px}aside h2{font-size:11px;letter-spacing:.8px}
 #owned{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin:0}
 #owned .mini{width:100%;height:36px}#owned .mini>.pixel-sprite,#owned .mini>.new-sprite{width:26px;height:26px}
 .desktop-pager{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:3px 0;font-size:11px;color:var(--muted)}
 .desktop-pager .quiet{padding:0 9px;min-height:23px;font-size:18px;line-height:1}
 aside .wide{padding:6px;font-size:12px;min-height:28px}
 aside #upgrades{font-size:12px;line-height:1.25;min-height:0}
 aside #upgrades .upgrade-line{display:none;margin:0;font-size:13px;gap:6px}
 aside #upgrades .upgrade-line.desktop-current{display:flex}
 aside #upgrades .upgrade-line small{font-size:11px;line-height:1.2;margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 .desktop-only{display:block}
 main>footer{flex:0 0 32px;margin:0;padding:0;gap:10px}
 footer>span{flex:1;font-size:10px;letter-spacing:.5px}footer .quiet{padding:5px 10px;font-size:12px}
}
@media(min-width:721px) and (max-width:1000px) and (min-height:501px){
 main{padding:8px 12px}.workspace{gap:10px}.action-bar>div{display:none}.action-bar>.primary{width:100%}
 h1{font-size:25px}.ticket{min-width:130px}.screen-head{font-size:10px}.cell .prop-name{font-size:10px}
}
@media(min-width:721px) and (min-height:501px) and (max-height:650px), (min-width:951px) and (max-height:650px){
 header{flex-basis:40px;padding-top:3px;padding-bottom:3px}main{padding-top:5px;padding-bottom:5px;gap:5px}.title-row{flex-basis:34px}h1{font-size:25px}.ticket strong{font-size:21px}.ticket span{display:none}
 .workspace>aside{gap:5px}.finance{padding:7px 10px}.finance .money{font-size:29px;margin:2px 0}.finance .bill-row{font-size:12px;margin:3px 0}.finance .divider{margin:4px 0}
 .collection-panel,.desktop-upgrades{padding:6px 8px}.action-bar{flex-basis:48px}.action-bar>div{display:none}.action-bar>.primary{width:100%;padding:10px}.event-banner{flex-basis:36px}#running-total{font-size:27px}.cut-arm{flex-basis:28px}.cell{padding:6px 3px 11px}.cell .prop-name{font-size:10px}.cell .role-marker{display:none}
}

@media(min-width:721px) and (min-height:501px) and (max-height:600px), (min-width:951px) and (max-height:600px){
 aside #upgrades,aside .desktop-upgrades .desktop-pager{display:none}.desktop-upgrades{flex:0 0 auto}.collection-panel{flex:1}.desktop-upgrades .wide{margin-top:auto}.title-row{flex-basis:30px}
}
@media(min-width:951px) and (max-height:500px){
 .title-row{display:none}.finance .eyebrow,.finance .divider{display:none}.finance{padding:5px 9px}.finance .money{font-size:25px}.finance .bill-row{margin:2px 0}.collection-panel{padding:5px 8px}.screen-head{flex-basis:24px;padding:5px 10px}.cell .pixel-sprite,.cell .new-sprite{width:clamp(16px,10cqh,40px);height:clamp(16px,10cqh,40px)}.cell .life-meter{font-size:7px}.start-guide p{margin:5px 0;line-height:1.3;font-size:12px}
}

/* Isolated artwork uses the available icon slot, never a neighbouring atlas cell. */
.cell .prop-icon{flex:1 1 0;min-height:0;min-width:0;width:100%;align-self:stretch;display:flex;align-items:center;justify-content:center}
.cell .prop-icon>.new-sprite{display:block;width:100%;height:100%;max-width:80px;max-height:80px;min-width:0;min-height:0;object-fit:contain;flex-shrink:1}
.prop-card .large-icon>.new-sprite,.mini>.new-sprite,.remove-row>.new-sprite{object-fit:contain;object-position:center}
@media(max-width:720px){.cell .prop-icon>.new-sprite{max-width:52px;max-height:52px}}

/* Keep every source-to-target beam present until its event finishes. */
.effect-link.live-laser{height:3px;z-index:30;background:var(--laser,#8dffe2);box-shadow:0 0 4px #fff,0 0 12px var(--laser,#8dffe2);animation:laser-arrive .16s ease-out both;pointer-events:none}
.laser-danger{--laser:#ff6b79}.laser-stun{--laser:#77d9ff}.laser-combo{--laser:#8dffe2}
.cell.connection-source{outline:2px solid #ffe396;outline-offset:-2px;filter:brightness(1.12)}
.cell.connection-target{outline:3px solid var(--laser,#8dffe2);outline-offset:-3px;box-shadow:inset 0 0 26px color-mix(in srgb,var(--laser,#8dffe2) 40%,transparent),0 0 12px var(--laser,#8dffe2);z-index:6;background:#493c34}
@keyframes laser-arrive{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.effect-link.live-laser{display:block;animation:none!important}.cell.connection-source{filter:none}}

/* True endpoints in the board overlay: no rotated element or transform origin. */
#effects>.laser-layer{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;padding:0;border:0;overflow:hidden;pointer-events:none;transform:none}
.laser-path{fill:none;stroke:var(--laser,#8dffe2);stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 3px var(--laser,#8dffe2));animation:laser-arrive .16s ease-out both}
@media(prefers-reduced-motion:reduce){.laser-path{animation:none!important}}

.cell.fattened .prop-icon{animation:fat-pop .65s ease-out}@keyframes fat-pop{0%{transform:scale(.7)}45%{transform:scale(1.13)}75%{transform:scale(.95)}100%{transform:scale(1)}}

.prop-icon,.large-icon,.mini{position:relative}.kind-badge{position:absolute;right:4%;top:3%;font-size:14px;color:#ff8fce;text-shadow:0 1px 3px #15151a}.nice-character{border-color:#ff8fce!important}.kindness-status{color:#ffb8df}.heart-pulse .prop-icon{animation:kind-heart .55s ease-out}.healing-cell{animation:kind-heal .6s ease-out}.headbanging .prop-icon{animation:kind-bob .16s ease-in-out infinite alternate}@keyframes kind-heart{50%{transform:translateY(-5px) scale(1.12);filter:drop-shadow(0 0 8px #ff8fce)}}@keyframes kind-heal{50%{box-shadow:inset 0 0 25px #a2ffbd,0 0 12px #a2ffbd}}@keyframes kind-bob{to{transform:translateY(4px) rotate(7deg)}}
@media(prefers-reduced-motion:reduce){.heart-pulse .prop-icon,.healing-cell,.headbanging .prop-icon{animation:none}}

.scene-cast>span{position:relative}

/* Consistent artwork slots prevent short or narrow sprites changing the card layout. */
.prop-card .card-top{height:104px;min-height:104px;display:flex;align-items:center;justify-content:space-between;float:none;max-width:none;margin:0;gap:8px}
.prop-card .large-icon{display:flex;align-items:center;justify-content:center;width:104px;height:104px;flex:0 0 104px;overflow:hidden;line-height:1;font-size:48px}
.prop-card .large-icon>.new-sprite{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block}
.prop-card .rarity{flex:1;min-width:0;text-align:right;overflow-wrap:anywhere}
.choices{align-items:stretch}.choices>.prop-card{align-self:stretch}.choices img{user-select:none;-webkit-user-drag:none}
@media(max-width:720px){
.choices{touch-action:pan-y;user-select:none}
.prop-card .card-top{height:clamp(48px,10dvh,88px);min-height:clamp(48px,10dvh,88px)}
.prop-card .large-icon{height:clamp(48px,10dvh,88px);width:clamp(48px,10dvh,88px);flex-basis:clamp(48px,10dvh,88px)}
.mobile-pager{grid-template-columns:80px minmax(0,1fr) 80px;gap:8px;margin:10px 0}
.mobile-pager .choice-arrow{display:flex;align-items:center;justify-content:center;gap:4px;min-width:44px;min-height:44px;padding:3px 7px;border:1px solid #ffde83;border-radius:7px;background:var(--yellow);color:#201b0b;box-shadow:0 3px 0 #8c681c}
.choice-arrow b{font-size:32px;line-height:1}.choice-arrow small{font-size:11px;font-weight:800}.choice-arrow:active{transform:translateY(2px);box-shadow:0 1px 0 #8c681c}.mobile-pager>span{font-size:11px;line-height:1.4;color:var(--cream)}
}
/* Collectible pixel posters and sharing stay within the existing game dialogs. */
.upgrade-sprite{display:block;width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.upgrade-line>.upgrade-sprite{width:38px;height:38px;flex:0 0 38px}.large-icon>.upgrade-sprite{max-width:100%;max-height:100%}
.poster-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.poster-choice{padding:0;border:1px solid #756249;border-radius:5px;overflow:hidden;background:#181819;text-align:left}.movie-poster{position:relative;aspect-ratio:3/4;width:100%;overflow:hidden;background:#19191d;color:#fff4dc;isolation:isolate}.movie-poster>img{display:block;width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.poster-brand{position:absolute;top:0;left:0;right:0;padding:8% 6% 5%;background:linear-gradient(#101014dd,transparent);font-family:monospace;font-weight:900;letter-spacing:.08em;font-size:clamp(12px,1.5vw,21px)}.poster-brand small{display:block;font-size:.55em;letter-spacing:.2em;margin-top:3px}.poster-caption{position:absolute;bottom:0;left:0;right:0;padding:22% 6% 7%;background:linear-gradient(transparent,#101014f5);display:flex;flex-direction:column;gap:8px}.poster-caption strong{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(20px,2.5vw,34px);line-height:1;text-transform:uppercase}.poster-caption small{font-size:10px;line-height:1.4;color:#f9c847;font-family:monospace}.poster-mystery{display:grid;place-items:center;position:absolute;inset:0;font:80px monospace;color:#5a5145}.poster-locked{background:repeating-linear-gradient(135deg,#222225 0 12px,#28282a 12px 24px)}.poster-detail,.share-poster{width:min(100%,290px);margin:0 auto 16px}.share-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.share-actions .quiet{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;min-height:44px}.poster-reveal{height:min(60dvh,480px);aspect-ratio:3/4;margin:auto}.poster-reveal .movie-poster{height:100%;width:auto}.poster-unlock{flex-direction:column;gap:18px}.poster-unlock .scene-copy{text-align:center}.poster-unlock .scene-copy strong{font-size:clamp(22px,4vw,42px)}.archive-tabs{flex-wrap:wrap}.draft-actions{flex-wrap:wrap}.quiet:disabled{opacity:.4}
@media(max-width:720px){.poster-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.poster-brand{font-size:12px}.poster-caption strong{font-size:20px}.poster-caption small{font-size:9px}.poster-detail,.share-poster{width:auto;max-width:240px;max-height:45dvh;aspect-ratio:3/4}.share-poster .movie-poster,.poster-detail .movie-poster{height:100%;max-height:45dvh;width:auto;margin:auto}.share-actions>*{flex:1 1 42%;font-size:12px}.share-actions .primary{padding:12px 8px}.poster-reveal{height:52dvh}.poster-unlock .scene-copy p{font-size:14px}.draft-actions .quiet{flex:1 1 44%}}

.poster-reveal{width:min(45dvh,360px)}
@media(max-width:720px){.poster-reveal{width:39dvh}.poster-detail,.share-poster{width:min(240px,33.75dvh);height:auto;max-height:none}.poster-detail .movie-poster,.share-poster .movie-poster{width:100%;height:auto;max-height:none}}

.zombie-status{color:#bcf272;background:#293325}.cell.zombie-turning{outline:3px solid #b8f344;animation:zombie-turn .65s steps(4) both}.zombie-turning .new-sprite{filter:brightness(1.7) saturate(2)}@keyframes zombie-turn{0%,100%{transform:translateX(0)}25%{transform:translateX(-3px)}50%{transform:translateX(3px);box-shadow:inset 0 0 22px #8ce629}75%{transform:translateX(-2px)}}@media(prefers-reduced-motion:reduce){.cell.zombie-turning{animation:none}}
