html,body,#game{width:100%;height:100%;margin:0;overflow:hidden;touch-action:none}body{background:#111718;color:#f3f5ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-user-select:none;user-select:none}input,button{font:inherit}canvas{display:block;touch-action:none}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;box-sizing:border-box;padding:20px;overflow:auto;background:#0a0f0fad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.splash.hidden,.splash-panel.hidden{display:none}.splash-panel{width:min(390px,100%);max-height:calc(100dvh - 40px);box-sizing:border-box;overflow-y:auto;padding:24px;background:#141a1af0;border:1px solid rgba(243,245,239,.14);border-radius:8px;box-shadow:0 20px 56px #0000005c;-webkit-user-select:text;user-select:text;-webkit-overflow-scrolling:touch}.splash-panel h1{margin:0;font-size:36px;line-height:1}.splash-panel p{margin:10px 0 0;color:#f3f5efb3;font-size:14px;line-height:1.45}.splash-panel p+p{margin-top:12px}.saved-heading{margin-top:20px;color:#f3f5efc7;font-size:12px;font-weight:820;text-transform:uppercase;letter-spacing:.06em}.cloud-status{margin-top:14px;color:#f3f5ef9e;font-size:12px}.splash-panel .privacy-note{margin-top:6px;color:#f3f5ef85;font-size:12px;line-height:1.35}.no-saved-cities{margin-top:8px;color:#f3f5ef8a;font-size:13px}.saved-cities{display:grid;gap:8px;max-height:min(340px,42dvh);overflow-y:auto;margin-top:8px;padding-right:2px}.save-row{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:10px;background:#f3f5ef12;border:1px solid rgba(243,245,239,.12);border-radius:6px}.save-name{color:#f3f5ef;font-size:14px;font-weight:800}.save-meta{margin-top:3px;color:#f3f5ef94;font-size:12px;line-height:1.35}.splash-panel .save-action{width:auto;margin:0;padding:8px 10px;font-size:12px}.splash-panel .save-delete{color:#ffccc5;background:#ffb0a31f}.splash-panel .save-delete:hover,.splash-panel .save-delete:focus-visible{background:#ffb0a338}.splash-panel label{display:block;margin:22px 0 8px;color:#f3f5efc7;font-size:13px;font-weight:750}.splash-panel input{width:100%;box-sizing:border-box;padding:11px 12px;color:#f3f5ef;background:#f3f5ef14;border:1px solid rgba(243,245,239,.2);border-radius:6px;outline:none}.splash-panel input:focus{border-color:#f6be5ec2}.city-error{min-height:18px;margin-top:7px;color:#ffb0a3;font-size:12px}.splash-panel button{width:100%;margin-top:10px;padding:11px 12px;color:#161816;font-weight:820;background:#f6be5e;border:0;border-radius:6px;cursor:pointer}.splash-panel button:hover,.splash-panel button:focus-visible{background:#ffd57e;outline:none}#hud{position:fixed;top:70px;left:16px;width:260px;box-sizing:border-box;padding:10px 12px;background:#141a1ad1;border:1px solid rgba(243,245,239,.12);border-radius:8px;box-shadow:0 12px 32px #0000003d;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#top-metrics{position:fixed;top:16px;left:16px;display:flex;align-items:center;gap:16px;max-width:calc(100% - 32px);box-sizing:border-box;padding:8px 10px;background:#141a1ad1;border:1px solid rgba(243,245,239,.12);border-radius:8px;box-shadow:0 12px 32px #0000003d;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.metric{display:flex;align-items:baseline;gap:6px;min-width:0;white-space:nowrap}#top-metrics .brand{max-width:240px;margin:0;overflow:hidden;color:#f3f5ef;font-size:18px;font-weight:820;line-height:1;text-overflow:ellipsis;white-space:nowrap}.metric-label{color:#f3f5ef9e;font-size:11px;font-weight:700;line-height:1}.metric-value{color:#f3f5ef;font-size:15px;font-weight:820;line-height:1}#toolbar{position:fixed;left:50%;bottom:18px;display:flex;align-items:center;gap:10px;padding:10px;background:#141a1ad1;border:1px solid rgba(243,245,239,.12);border-radius:8px;box-shadow:0 12px 32px #0000003d;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:760px){#hud{display:none}#top-metrics{top:10px;left:10px;gap:10px;max-width:calc(100% - 32px);padding:7px 9px;flex-wrap:wrap}#top-metrics .brand{max-width:100%;flex-basis:100%;font-size:16px}.metric-label{font-size:10px}.metric-value{font-size:14px}}@media(max-height:520px){.splash{place-items:start center;padding:8px}.splash-panel{width:min(560px,calc(100vw - 16px));max-height:calc(100dvh - 16px);padding:14px 18px}.splash-panel h1{font-size:30px}.splash-panel p{margin-top:6px;font-size:12px;line-height:1.35}.cloud-status{margin-top:10px}.saved-heading{margin-top:12px}.saved-cities{max-height:34dvh}.save-row{gap:6px;padding:8px}.save-meta{font-size:11px}.splash-panel .save-action{padding:7px 9px}.splash-panel button{margin-top:8px;padding:9px 10px}#hud{display:none}#top-metrics{top:10px;left:10px;gap:10px;max-width:calc(100% - 20px);padding:7px 9px}}.debug{position:fixed;top:16px;right:16px;width:260px;max-height:calc(100% - 32px);box-sizing:border-box;padding:12px;overflow:hidden;color:#f3f5efd1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.35;white-space:pre-wrap;background:#141a1ad6;border:1px solid rgba(243,245,239,.12);border-radius:8px;box-shadow:0 12px 32px #0000003d;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.debug.hidden{display:none}.rotate-hint{position:fixed;left:50%;bottom:92px;display:flex;align-items:center;gap:8px;box-sizing:border-box;min-height:34px;padding:5px 6px;color:#f3f5efe6;font-size:12px;font-weight:750;line-height:1;background:#141a1ad1;border:1px solid rgba(243,245,239,.14);border-radius:6px;box-shadow:0 10px 24px #0000003d;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rotate-button{display:grid;place-items:center;width:24px;height:24px;padding:0;color:#f3f5ef;font:inherit;font-size:18px;font-weight:850;line-height:1;background:#f3f5ef14;border:1px solid rgba(243,245,239,.16);border-radius:5px;cursor:pointer}.rotate-button:hover,.rotate-button:focus-visible{background:#f6be5e2e;border-color:#f6be5e8f;outline:none}.rotate-hint.hidden{display:none}.brand{font-size:22px;font-weight:750;line-height:1;margin-bottom:12px}.tool-button{display:flex;align-items:center;gap:10px;padding:9px;color:#f3f5ef;font:inherit;font-size:13px;font-weight:700;border:1px solid rgba(243,245,239,.14);border-radius:7px;background:#f3f5ef0f;cursor:pointer}.tool-button.active{border-color:#f6be5eb3;background:#f6be5e24}.tool-button:disabled{cursor:not-allowed;opacity:.42}.tool-icon{width:28px;height:22px;box-sizing:border-box;flex:0 0 auto}.stall-icon{border:2px solid #f6be5e;border-top-width:7px;border-radius:4px 4px 3px 3px;background:#8a4f36}.inn-icon{width:30px;height:24px;border:2px solid #d49a54;border-top-width:9px;border-radius:3px;background:#8a5e42}.workshop-house-icon{width:30px;height:24px;border:2px solid #b9b36b;border-top-width:8px;border-radius:3px;background:#5f735f}.stats,.status{color:#f3f5efb8;font-size:12px}.stats{margin-top:12px}.status{min-height:16px;margin-top:6px;color:#f6be5e}
