.arcade{max-width:1500px;margin:auto;padding:30px 4% 70px}.arcade-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.arcade h1{font-size:32px}.game-tabs{display:flex;border:1px solid var(--line);border-radius:40px;padding:5px;gap:5px}.arcade button{background:transparent;border:1px solid var(--line);border-radius:25px;padding:12px 20px;font-size:15px;transition:background .2s,transform .2s}.game-tabs button{border:0}.game-tabs [aria-selected=true],.arcade button:hover,#factory-action,#maze-start{background:#e6c774;color:#17120b}.game-top{display:flex;justify-content:space-between;gap:24px;margin-bottom:18px}.game-top h2{font-size:32px;margin-bottom:10px}.game-top p{font-size:16px;line-height:1.5;max-width:590px;color:var(--muted)}.scoreboard{display:flex;gap:25px;align-items:center}.scoreboard span{font-size:14px;white-space:nowrap}.scoreboard b{font-size:30px;display:block;color:#c99752}[data-theme=day] .scoreboard b{color:#734813}.flavours{display:flex;gap:10px;margin:20px 0}.flavours button{display:flex;align-items:center;gap:10px;border-radius:12px;text-align:left;flex:1}.flavours img{width:55px;height:55px;object-fit:contain}.flavours [aria-pressed=true]{background:#e6c774;color:#111}.factory-layout{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:25px}.factory-stage{min-width:0}canvas{display:block;width:100%;height:auto;border-radius:18px;border:1px solid var(--line);touch-action:none;background:#171411;cursor:crosshair}.factory-controls{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0}.production{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:22px}.production h3{font-size:25px;margin:15px 0 10px}.production p{font-size:15px;line-height:1.5}progress{width:100%;accent-color:#e6c774;margin:15px 0}.production ol{padding-left:24px;margin:10px 0}.production li{font-size:14px;padding:5px;color:var(--muted)}.production li.current{color:var(--ink);font-weight:700}.production li.done{text-decoration:line-through;opacity:.6}.game-note,.controls-note{font-size:14px!important;color:var(--muted);line-height:1.6;margin-top:20px}.game-result{background:#e6c774;color:#111;padding:35px;border-radius:18px;margin-top:25px}.game-result h2{font-size:35px;margin-bottom:15px}.maze-layout{display:grid;grid-template-columns:minmax(0,760px) 240px;gap:30px;justify-content:center;margin-top:20px}.maze-side button{margin:10px 5px 0 0}.maze-side p{line-height:1.6}.character-label{font-size:15px;display:inline-block;margin-right:15px}select{font:inherit;background:var(--paper);color:var(--ink);border:1px solid var(--line);padding:12px;border-radius:8px;max-width:100%}.character-preview{height:150px;text-align:center}.character-preview img{height:100%;width:100%;object-fit:contain}.dpad{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:20px}.dpad button{padding:12px 5px;margin:0;border-radius:12px}.dpad button:first-child{grid-column:2}.dpad button:nth-child(2){grid-column:1}.dpad button{user-select:none;touch-action:none}.arcade [hidden]{display:none!important}@media(max-width:1000px){.factory-layout{grid-template-columns:1fr}.production ol{columns:2}.game-top{flex-wrap:wrap}.maze-layout{grid-template-columns:minmax(0,1fr) 190px}.flavours button{padding:10px;flex-direction:column;font-size:14px}.flavours img{width:42px;height:42px}}@media(max-width:640px){.arcade{padding:22px 4%}.arcade-heading{display:block}.game-tabs{margin-top:20px}.game-tabs button{flex:1;padding:12px;font-size:14px}.game-top h2{font-size:27px}.scoreboard b{font-size:25px}.flavours{gap:6px}.flavours button{font-size:12px}.maze-layout{grid-template-columns:1fr}.maze-side{display:grid;grid-template-columns:1fr 1fr;gap:12px}.character-preview{display:none}.dpad{margin:0;grid-column:2;grid-row:1/4}.maze-side .game-note{grid-column:1/3}.production ol{columns:2}.factory-controls button{font-size:14px;padding:12px 15px}#factory-action{flex:1}.game-result h2{font-size:28px}}

.factory-map-scroll{overflow:auto;border-radius:18px;scrollbar-color:#e6c774 #211c18}.factory-map-scroll canvas{min-width:660px}.review-card details p{font-size:15px;line-height:1.6}.review-card details summary{cursor:pointer}@media(max-width:640px){.factory-map-scroll{max-height:450px}.factory-map-scroll canvas{width:760px;max-width:none}.flavours button{font-size:13px}}
.carry-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;background:var(--paper);padding:13px 16px;border-radius:10px;margin-top:10px;font-size:14px}.recipe{font-size:14px;line-height:1.7;margin:12px 0}.recipe strong{display:block;margin-bottom:6px}.recipe .added{color:#78b88b}.recipe a{display:inline-block;margin-top:8px;text-decoration:underline;font-size:13px}#line-status{font-size:14px;line-height:1.6;border-block:1px solid var(--line);padding:12px 0}.station-links{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}.station-links strong{width:100%;font-size:14px}.station-links button{padding:7px 10px;font-size:13px}.production{max-height:720px;overflow:auto}.arcade button:disabled{opacity:.45;cursor:default}.factory-controls{position:sticky;bottom:0;background:var(--paper);padding:10px;border-radius:12px;z-index:4}#factory-start{background:#e6c774;color:#17120b}#factory-action{background:var(--ink);color:var(--paper)}#task-text{min-height:70px}#factory{scroll-margin-top:20px}@media(min-width:1001px){.factory-layout{grid-template-columns:minmax(0,1fr) 240px;gap:18px}.production{padding:16px}}@media(max-width:640px){.factory-controls{gap:6px}.factory-controls button{padding:11px 10px;font-size:13px}.carry-bar{font-size:13px}.production{max-height:none}.station-links button{font-size:14px}.factory-map-scroll canvas{width:850px}.arcade-heading{margin-bottom:18px}.game-top h2{font-size:24px}}
.jar-monitor{margin:8px 0 14px}.jar-monitor canvas{width:100%;min-width:0;border-radius:10px;cursor:default}.jar-monitor p{font-size:14px;margin:8px 0;min-height:35px}.production{max-height:850px}#task-text{min-height:45px}.arcade button:focus-visible{outline:3px solid #9c76d7;outline-offset:3px}@media(max-width:1000px){.jar-monitor{max-width:260px;float:right;margin:0 0 15px 18px}.station-links{clear:both}}
