:root{color:#172033;background:#f4e7c6;font-family:Trebuchet MS,Arial Rounded MT Bold,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #172033;--paper: #fff7df;--cream: #f4e7c6;--yellow: #f1bd3c;--red: #dc5451;--blue: #2a688d;--navy: #213b66;--green: #65a95a;--shadow: 7px 7px 0 var(--ink)}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow-x:hidden}button,select,input{font:inherit}button{color:inherit}button:focus-visible,select:focus-visible,input:focus-visible{outline:4px solid #fff;box-shadow:0 0 0 7px var(--blue)}.app{min-height:100vh;position:relative}.app--retro:after{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;content:"";background:repeating-linear-gradient(0deg,transparent 0,transparent 3px,rgb(23 32 51 / 7%) 4px);mix-blend-mode:multiply}h1,h2,p{margin-top:0}h1,h2,strong{letter-spacing:-.025em}.eyebrow{margin-bottom:.35rem;font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.button,.icon-button,.text-button,.level-card,.speech-bubble{border:0;cursor:pointer}.button{min-height:44px;padding:.75rem 1.15rem;border:4px solid var(--ink);border-radius:14px;font-weight:900;box-shadow:4px 4px 0 var(--ink);transition:transform .12s ease,box-shadow .12s ease}.button:hover,.level-card:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--ink)}.button:active,.level-card:active{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--ink)}.button--primary{background:var(--yellow)}.button--ghost{background:var(--paper)}.button--large{min-width:180px;padding:1rem 1.4rem;font-size:1.08rem}.text-button{padding:.4rem;background:transparent;font-weight:900;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.icon-button{display:grid;width:42px;height:42px;place-items:center;border:3px solid var(--ink);border-radius:12px;background:var(--paper);box-shadow:3px 3px 0 var(--ink);font-size:1.2rem;font-weight:900}.start-screen{position:relative;display:grid;min-height:100vh;grid-template-columns:minmax(320px,.85fr) minmax(520px,1.15fr);overflow:hidden;background:radial-gradient(circle at 10% 18%,rgb(255 255 255 / 65%) 0 3px,transparent 4px) 0 0 / 28px 28px,#72c7d4}.start-screen:before{position:absolute;right:-10vw;bottom:-20vh;left:35vw;height:62vh;border-top:8px solid var(--ink);content:"";background:#82bd65;transform:rotate(-3deg)}.start-screen__sun{position:absolute;top:-100px;right:8vw;width:270px;height:270px;border:8px solid var(--ink);border-radius:50%;background:var(--yellow)}.start-screen__copy{position:relative;z-index:2;display:flex;max-width:640px;padding:clamp(2rem,7vw,7rem);flex-direction:column;justify-content:center;align-items:flex-start}.start-screen__copy h1{margin-bottom:1.2rem;font-size:clamp(5rem,11vw,9rem);line-height:.72;text-transform:uppercase;text-shadow:7px 7px 0 #fff5cd,12px 12px 0 var(--ink);transform:rotate(-3deg)}.start-screen__copy h1 span{display:block;color:var(--red);font-size:.73em;transform:translate(.45em)}.start-screen__lede{max-width:530px;margin-top:1.6rem;font-size:clamp(1rem,2vw,1.3rem);font-weight:700;line-height:1.45}.start-screen__actions,.result-actions{display:flex;gap:.85rem;flex-wrap:wrap}.keyboard-note{margin-top:1.3rem;font-size:.78rem;font-weight:800;opacity:.75}.start-screen__scene{position:relative;z-index:2;min-height:620px}.start-track{position:absolute;right:-10%;bottom:16%;left:-15%;height:130px;border:8px solid var(--ink);background:repeating-linear-gradient(90deg,#7a523d 0 18px,transparent 18px 58px),#f0d394;box-shadow:inset 0 30px #fff3c7,inset 0 -30px #fff3c7;transform:rotate(-8deg)}.start-animal{position:absolute;filter:drop-shadow(5px 7px 0 rgb(23 32 51 / 25%))}.start-animal--capy{right:35%;bottom:20%;width:250px;transform:rotate(-8deg)}.start-animal--axie{right:3%;bottom:30%;width:180px;transform:rotate(8deg)}.conductor{position:relative;display:flex;align-items:center}.conductor__portrait{width:220px;height:auto;flex:0 0 auto;filter:drop-shadow(5px 7px 0 rgb(23 32 51 / 25%))}.speech-bubble{position:relative;width:min(330px,40vw);padding:1rem 1.2rem;border:5px solid var(--ink);border-radius:20px;background:var(--paper);box-shadow:5px 5px 0 var(--ink);text-align:left}.speech-bubble:before{position:absolute;top:50%;left:-22px;width:34px;height:34px;border-bottom:5px solid var(--ink);border-left:5px solid var(--ink);content:"";background:var(--paper);transform:translateY(-50%) rotate(45deg)}.speech-bubble strong,.speech-bubble span,.speech-bubble small{position:relative;z-index:1;display:block}.speech-bubble strong{margin-bottom:.25rem;color:var(--red);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.speech-bubble span{font-weight:800;line-height:1.35}.speech-bubble small{margin-top:.5rem;font-size:.62rem;opacity:.55}.start-conductor{position:absolute;top:17%;left:1%;align-items:flex-start}.start-conductor .conductor__portrait{width:250px}.start-conductor .speech-bubble{margin-top:2rem}.page-shell{min-height:100vh;padding:clamp(1.25rem,4vw,4rem);background:linear-gradient(#ffffff85,#ffffff85),radial-gradient(circle,var(--blue) 0 3px,transparent 4px) 0 0 / 32px 32px,var(--cream)}.page-heading{display:grid;max-width:1240px;margin:0 auto 2rem;grid-template-columns:1fr auto 1fr;align-items:center}.page-heading>div{text-align:center}.page-heading h1{margin:0;font-size:clamp(2.4rem,6vw,5rem);text-transform:uppercase;text-shadow:4px 4px 0 var(--yellow)}.page-heading>:last-child{justify-self:end}.level-grid{display:grid;max-width:1240px;margin:0 auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.level-card{position:relative;display:flex;min-height:315px;padding:1rem;border:5px solid var(--ink);border-radius:22px;flex-direction:column;align-items:flex-start;overflow:hidden;background:#fff7df;box-shadow:5px 5px 0 var(--ink);text-align:left;transition:transform .12s ease,box-shadow .12s ease}.level-card:nth-child(2){background:#c9f0ee}.level-card__number,.level-card__status{font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.level-card__status{position:absolute;top:1rem;right:1rem;padding:.3rem .45rem;border:2px solid var(--ink);border-radius:7px;background:var(--yellow)}.level-card__animal{width:100%;height:125px;margin:.65rem 0}.level-card strong{margin-bottom:.5rem;font-size:1.4rem}.level-card small{font-weight:700;line-height:1.35;opacity:.72}.level-card__score{margin-top:auto;padding-top:.8rem;font-size:.72rem;font-weight:900}.level-card--locked{filter:grayscale(.65)}.level-card--future{min-height:235px;background:#e4dcc8}.future-animal{display:grid;width:82px;height:82px;margin:1.2rem auto;place-items:center;align-self:center;border:5px dashed var(--ink);border-radius:50%;font-size:2.3rem;font-weight:900;opacity:.45}.level-select__conductor{position:fixed;right:1rem;bottom:0;z-index:5}.conductor--compact .conductor__portrait{width:115px}.conductor--compact .speech-bubble{width:min(285px,70vw);padding:.75rem .9rem;font-size:.85rem}.tutorial-screen{position:relative;display:grid;min-height:100vh;place-items:center;overflow:hidden;background:linear-gradient(135deg,transparent 25%,rgb(255 255 255 / 18%) 25% 50%,transparent 50% 75%,rgb(255 255 255 / 18%) 75%) 0 0 / 80px 80px,var(--blue)}.tutorial-card{position:relative;z-index:2;width:min(680px,calc(100vw - 2rem));border:6px solid var(--ink);border-radius:28px;background:var(--paper);box-shadow:10px 10px 0 var(--ink)}.tutorial-card__topline,.tutorial-card__footer{display:flex;padding:1rem 1.2rem;justify-content:space-between;align-items:center;font-size:.78rem;font-weight:900;text-transform:uppercase}.tutorial-card__topline{border-bottom:4px solid var(--ink)}.tutorial-card__content{padding:2rem clamp(1.5rem,5vw,4rem);text-align:center}.tutorial-card__icon{display:grid;width:105px;height:105px;margin:0 auto 1.2rem;place-items:center;border:5px solid var(--ink);border-radius:50%;background:var(--yellow);box-shadow:5px 5px 0 var(--ink);font-size:3.8rem;font-weight:900}.tutorial-card__content h1{margin-bottom:.7rem;font-size:clamp(2rem,6vw,3.8rem)}.tutorial-card__content>p:last-child{max-width:480px;margin:0 auto;font-size:1.08rem;font-weight:700;line-height:1.5}.tutorial-card__footer{border-top:4px solid var(--ink)}.tutorial-dots{display:flex;gap:.4rem}.tutorial-dots i{width:12px;height:12px;border:2px solid var(--ink);border-radius:50%}.tutorial-dots i.active{background:var(--red)}.tutorial-conductor{position:absolute;z-index:3;right:1.5rem;bottom:-1rem;align-items:flex-start}.tutorial-conductor .conductor__portrait{width:185px}.tutorial-conductor .speech-bubble{margin-top:1.3rem;width:min(310px,35vw)}.game-view{display:grid;min-height:100vh;grid-template-rows:auto 1fr;background:#112338}.game-workspace{display:grid;min-height:0;grid-template-columns:270px minmax(0,1fr);background:#112338}.delivery-manifest{position:relative;z-index:4;display:flex;min-height:0;padding:1rem;flex-direction:column;gap:.8rem;border-right:5px solid var(--ink);background:linear-gradient(#ffffff7a,#ffffff7a),var(--cream)}.delivery-manifest__heading{padding-bottom:.8rem;border-bottom:3px solid var(--ink)}.delivery-manifest__heading span,.delivery-manifest__heading strong,.delivery-manifest__heading small{display:block}.delivery-manifest__heading span{font-size:.62rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.delivery-manifest__heading strong{margin:.2rem 0;font-size:1.05rem}.delivery-manifest__heading small{font-size:.72rem;font-weight:800;opacity:.68}.delivery-manifest__list{display:flex;flex-direction:column;gap:.65rem}.manifest-job{display:grid;min-width:0;padding:.65rem;grid-template-columns:40px minmax(0,1fr);gap:.55rem;align-items:center;border:3px solid var(--ink);border-left:8px solid var(--job-color);border-radius:12px;background:var(--paper);box-shadow:3px 3px 0 var(--ink)}.manifest-job__code{display:grid;width:38px;height:38px;place-items:center;border:3px solid var(--ink);border-radius:9px;background:var(--job-color);color:#fff;font-size:1.25rem;font-weight:900}.manifest-job strong,.manifest-job small,.manifest-job b{display:block}.manifest-job strong{overflow:hidden;font-size:.78rem;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.manifest-job small{margin-top:.15rem;overflow:hidden;font-size:.67rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.manifest-job b{padding-top:.35rem;grid-column:2;color:var(--job-color);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase}.manifest-job--delivered{opacity:.58}.manifest-job--delivered b{color:var(--green)}.manifest-job--aboard{background:#fff2b8}.delivery-manifest__hint{margin:auto 0 0;padding:.65rem;border:2px dashed rgb(23 32 51 / 45%);border-radius:9px;font-size:.7rem;font-weight:800;line-height:1.35}.hud{position:relative;z-index:10;display:grid;min-height:92px;padding:.65rem 1rem;grid-template-columns:minmax(210px,.8fr) minmax(360px,1.5fr) auto;gap:1rem;align-items:center;border-bottom:5px solid var(--ink);background:var(--cream)}.hud__identity{display:flex;gap:.7rem;align-items:center}.hud__identity h1{margin:0;font-size:1.35rem}.hud__identity .eyebrow{margin:0;font-size:.58rem}.hud__stats{display:grid;grid-template-columns:auto auto minmax(190px,1fr);gap:.65rem}.stat,.resource-stat{padding:.55rem .7rem;border:3px solid var(--ink);border-radius:12px;background:var(--paper)}.stat span,.resource-stat>span{display:block;font-size:.62rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.stat strong{font-size:1.15rem}.resource-stat{display:grid;grid-template-columns:1fr auto;align-items:center}.resource-bar{height:12px;margin-top:.25rem;border:2px solid var(--ink);border-radius:99px;grid-column:1;overflow:hidden;background:#ddd2b8}.resource-bar i{display:block;height:100%;background:var(--green);transition:width .16s linear}.resource-bar i.resource-bar--low{background:var(--red)}.resource-stat strong{grid-column:2;grid-row:1 / span 2;padding-left:.7rem;font-size:1.25rem}.hud__actions{display:flex;gap:.45rem}.hud__conductor{position:absolute;top:76px;right:.7rem;align-items:flex-start;pointer-events:none}.hud__conductor .speech-bubble{order:-1;margin-top:1rem;pointer-events:auto}.hud__conductor .speech-bubble:before{right:-22px;left:auto;border:0;border-top:5px solid var(--ink);border-right:5px solid var(--ink)}.board-shell{position:relative;min-height:0;overflow:hidden}.game-canvas{display:block;width:100%;height:100%;min-height:530px;touch-action:manipulation}.board-tip{position:absolute;bottom:.75rem;left:50%;padding:.45rem .8rem;border:3px solid var(--ink);border-radius:9px;background:#fff7dfe5;font-size:.72rem;font-weight:900;transform:translate(-50%);white-space:nowrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;padding:1rem;place-items:center;overflow-y:auto;background:#112338d1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.panel{width:min(620px,calc(100vw - 2rem));padding:1.4rem;border:6px solid var(--ink);border-radius:24px;background:var(--paper);box-shadow:var(--shadow)}.panel__heading{display:flex;margin-bottom:1rem;justify-content:space-between;align-items:center}.panel__heading h2,.result-panel h2{margin-bottom:0;font-size:clamp(2rem,5vw,3.2rem)}.setting-row{display:flex;padding:1rem 0;justify-content:space-between;gap:1rem;align-items:center;border-top:2px solid rgb(23 32 51 / 18%)}.setting-row span,.setting-row small{display:block}.setting-row small{margin-top:.2rem;line-height:1.35;opacity:.68}.setting-row input{width:27px;height:27px;accent-color:var(--red)}.setting-row select{min-width:150px;padding:.6rem;border:3px solid var(--ink);border-radius:10px;background:#fff;font-weight:800}.settings-panel>.button{width:100%;margin-top:1rem}.result-panel{position:relative;display:grid;width:min(850px,calc(100vw - 2rem));padding:0;grid-template-columns:280px 1fr;overflow:hidden}.result-panel--win{background:#fff3bf}.result-panel--loss{background:#ffe0d8}.result-panel__conductor{display:flex;padding:1rem .75rem 0;flex-direction:column-reverse;justify-content:flex-start;align-items:center;align-self:stretch}.result-panel__conductor .conductor__portrait{width:215px;margin-top:.6rem;margin-bottom:-8px}.result-panel__conductor .speech-bubble{position:relative;top:auto;left:auto;width:235px;transform:none}.result-panel__conductor .speech-bubble:before{top:auto;bottom:-19px;left:50%;border:0;border-right:5px solid var(--ink);border-bottom:5px solid var(--ink)}.result-panel__content{padding:2rem 2rem 1.5rem;border-left:5px solid var(--ink);background:var(--paper)}.report-grid{display:grid;margin:1.2rem 0;grid-template-columns:1fr auto;border-top:3px solid var(--ink)}.report-grid span,.report-grid strong{padding:.55rem 0;border-bottom:2px solid rgb(23 32 51 / 18%)}.report-grid strong{padding-left:1rem;text-align:right}.final-score{display:flex;margin:1rem 0;padding:.8rem 1rem;justify-content:space-between;align-items:center;border:4px solid var(--ink);border-radius:12px;background:var(--yellow)}.final-score span{font-size:.78rem;font-weight:900;text-transform:uppercase}.final-score strong{font-size:1.8rem}@media(max-width:1050px){.start-screen{grid-template-columns:1fr}.start-screen__copy{padding-bottom:23rem}.start-screen__scene{position:absolute;inset:auto 0 0;height:430px;min-height:0}.start-conductor{top:0;left:10%}.start-conductor .conductor__portrait{width:170px}.start-conductor .speech-bubble{margin-top:0}.start-animal--capy{right:12%;width:190px}.start-animal--axie{display:none}.level-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hud{grid-template-columns:1fr auto}.hud__stats{grid-column:1 / -1;grid-row:2}.hud__actions{grid-column:2;grid-row:1}.hud__conductor{top:132px}.game-workspace{grid-template-columns:225px minmax(0,1fr)}.delivery-manifest{padding:.7rem}.manifest-job{padding:.5rem}}@media(max-width:760px){.start-screen__copy{padding:2rem 1.25rem 20rem;justify-content:flex-start}.start-screen__copy h1{margin-top:2.2rem;font-size:clamp(4.1rem,23vw,6.5rem)}.start-screen__lede{font-size:.95rem}.start-screen__scene{height:320px}.start-conductor{left:0}.start-conductor .conductor__portrait{width:125px}.start-conductor .speech-bubble{width:calc(100vw - 145px);padding:.7rem;font-size:.77rem}.start-animal--capy{right:4%;bottom:9%;width:140px}.page-heading{grid-template-columns:auto 1fr auto}.page-heading .eyebrow{display:none}.page-heading h1{font-size:2rem}.page-heading .button{padding:.5rem;font-size:.75rem}.level-grid{grid-template-columns:1fr}.level-card,.level-card--future{min-height:190px;padding-right:45%}.level-card__animal{position:absolute;right:.5rem;bottom:1rem;width:42%;height:120px}.future-animal{position:absolute;right:2rem;bottom:1.4rem}.level-select__conductor{display:none}.tutorial-screen{align-items:start;padding-top:1rem}.tutorial-card__content{padding:1.4rem 1.1rem}.tutorial-card__icon{width:76px;height:76px;font-size:2.7rem}.tutorial-conductor{right:auto;bottom:0;left:0}.tutorial-conductor .conductor__portrait{width:120px}.tutorial-conductor .speech-bubble{width:calc(100vw - 135px);margin-top:0;padding:.65rem;font-size:.75rem}.hud{min-height:0;padding:.45rem;gap:.4rem}.hud__identity .text-button{font-size:0}.hud__identity .text-button:after{content:"←";font-size:1.2rem}.hud__identity h1{font-size:1rem}.hud__stats{grid-template-columns:.7fr .7fr 1.6fr;gap:.3rem}.stat,.resource-stat{padding:.38rem;border-width:2px}.stat span,.resource-stat>span{font-size:.48rem}.stat strong,.resource-stat strong{font-size:.86rem}.hud__actions{gap:.25rem}.hud__actions .icon-button{width:34px;height:34px;border-width:2px;font-size:.9rem}.hud__conductor{top:105px;right:0}.hud__conductor .conductor__portrait{display:none}.hud__conductor .speech-bubble{width:min(280px,calc(100vw - 1rem));margin:0;font-size:.75rem}.hud__conductor .speech-bubble:before{display:none}.game-workspace{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.delivery-manifest{padding:.55rem;gap:.45rem;border-right:0;border-bottom:4px solid var(--ink)}.delivery-manifest__heading{display:flex;padding-bottom:.35rem;justify-content:space-between;align-items:end}.delivery-manifest__heading strong{display:inline;margin-left:.4rem;font-size:.82rem}.delivery-manifest__heading small{font-size:.62rem}.delivery-manifest__list{flex-direction:row;gap:.45rem;overflow-x:auto;padding:0 .2rem .25rem}.manifest-job{min-width:195px;padding:.45rem;grid-template-columns:32px minmax(0,1fr);border-width:2px;border-left-width:6px;box-shadow:2px 2px 0 var(--ink)}.manifest-job__code{width:31px;height:31px;border-width:2px;font-size:1rem}.manifest-job b,.delivery-manifest__hint{display:none}.game-canvas{min-height:390px}.board-tip{bottom:.3rem;max-width:calc(100vw - 1rem);overflow:hidden;text-overflow:ellipsis}.result-panel{display:block;width:min(480px,calc(100vw - 1rem));max-height:calc(100vh - 1rem);overflow-y:auto}.result-panel__conductor{min-height:0;padding:.75rem;flex-direction:row;justify-content:center;align-items:flex-end}.result-panel__conductor .conductor__portrait{width:135px;margin:0 -.4rem -.75rem 0}.result-panel__conductor .speech-bubble{position:relative;top:auto;right:auto;left:auto;width:calc(100% - 125px);transform:none;font-size:.75rem}.result-panel__conductor .speech-bubble:before{top:50%;bottom:auto;left:-19px;border:0;border-bottom:5px solid var(--ink);border-left:5px solid var(--ink)}.result-panel__content{padding:1.2rem;border-top:5px solid var(--ink);border-left:0}.result-panel__content h2{font-size:1.9rem}}@media(max-width:430px){.start-screen__actions{width:100%}.start-screen__actions .button{flex:1}.keyboard-note{display:none}.setting-row--stacked{align-items:flex-start;flex-direction:column}.setting-row select{width:100%}.tutorial-card__footer{gap:.75rem}.tutorial-card__footer .button{padding:.65rem;font-size:.78rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
