:root{--ink: #2e342b;--cream: #fff8e7;--gold: #f2b01e;--teal: #3e9e9b;--green: #5aa832}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%;overflow:hidden;background:#a3c177}body{font-family:ui-rounded,SF Pro Rounded,Hiragino Maru Gothic ProN,Trebuchet MS,Segoe UI,sans-serif;color:var(--ink);user-select:none;-webkit-user-select:none}canvas#game{display:block;touch-action:none}.chip{position:fixed;background:var(--cream);border-radius:16px;box-shadow:0 3px #2e342b2e,0 6px 14px #2e342b1f;padding:8px 14px;font-weight:800;z-index:10}#hud{top:12px;left:12px;font-size:clamp(13px,4.1vw,17px);padding:8px clamp(9px,2.8vw,14px);white-space:nowrap}#hud .sep{opacity:.35;margin:0 clamp(4px,1.7vw,9px)}#carried{white-space:nowrap}#resume:focus-visible,#nextshift:focus-visible{outline:3px solid var(--gold)}#minimap{display:none;position:fixed;top:12px;right:12px;z-index:10;cursor:pointer;background:#9dbb72eb;border-radius:14px;padding:6px;box-shadow:0 3px #2e342b2e,0 6px 14px #2e342b1f}#minimap:active{transform:translateY(1px)}#minicanvas{display:block;border-radius:9px}#minihint{position:absolute;bottom:-7px;left:50%;transform:translate(-50%);background:var(--cream);color:#5b5545;font-size:9px;font-weight:800;padding:1px 7px;border-radius:7px;white-space:nowrap;box-shadow:0 1px #2e342b26}.overlay{position:fixed;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;background:#2e342b73;backdrop-filter:blur(2px)}.card{background:var(--cream);border-radius:22px;padding:22px 24px;max-width:360px;text-align:center;box-shadow:0 6px #2e342b33,0 18px 40px #2e342b4d;margin:14px}.card h1{font-size:28px;margin-bottom:2px}.card h2{font-size:22px;margin-bottom:6px}.card .sub{font-size:12.5px;font-weight:700;color:#7a8070;margin-bottom:12px}.card p{font-size:14px;line-height:1.5;margin-bottom:9px;font-weight:600}.card .go{margin-top:6px;font-size:13px;font-weight:800;color:#8a6a10;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{50%{opacity:.45}}@media(prefers-reduced-motion:reduce){.card .go{animation:none}}.btn{display:inline-block;border:none;cursor:pointer;font:inherit;font-weight:800;font-size:15px;background:var(--gold);color:#3d2f05;border-radius:14px;padding:10px 20px;margin-top:8px;box-shadow:0 3px #2e342b40}.btn:active{transform:translateY(2px);box-shadow:0 1px #2e342b40}.btn.quiet{background:#e7ddc4;color:#5b5545;font-size:12.5px;padding:7px 13px;margin-left:8px}#mapview{display:none;flex-direction:column;align-items:center;justify-content:center;gap:10px}#mapview.open{display:flex}#maphead{background:var(--cream);border-radius:16px;padding:8px 16px;font-weight:800;font-size:15px;box-shadow:0 3px #2e342b33;text-align:center}#maphead small{display:block;font-size:11.5px;font-weight:700;color:#7a8070}#bigmap{background:#9dbb72;border-radius:18px;box-shadow:0 6px #2e342b33,0 18px 40px #2e342b4d;touch-action:none}#maplegend{background:var(--cream);border-radius:12px;padding:6px 12px;font-size:11.5px;font-weight:700;color:#5b5545;box-shadow:0 2px #2e342b26;text-align:center;max-width:88vw}#sizerow{display:flex;align-items:center;gap:6px;background:var(--cream);border-radius:12px;padding:5px 8px;box-shadow:0 2px #2e342b26}.sizelabel{font-size:11.5px;font-weight:800;color:#7a8070;margin-right:2px}.sizebtn{border:none;cursor:pointer;font:inherit;font-weight:800;font-size:12.5px;color:#5b5545;background:#e7ddc4;border-radius:9px;padding:5px 11px}.sizebtn.on{background:var(--gold);color:#3d2f05;box-shadow:0 2px #2e342b33}.sizebtn:focus-visible{outline:2px solid var(--gold)}#summary{display:none}#summary.open{display:flex}.stats{text-align:left;font-size:14px;font-weight:700;margin:10px 0}.stats div{display:flex;justify-content:space-between;padding:3px 2px}.stats .big{font-size:17px;border-top:2px dashed #d8cfae;margin-top:5px;padding-top:7px}
