*{box-sizing:border-box}:root{--brutal-black: #090909;--brutal-ink: #151515;--brutal-paper: #f2ead7;--brutal-yellow: #f3c51b;--brutal-red: #c73324;--brutal-blue: #1f5f8b;--brutal-green: #4f8f46;--brutal-shadow: 6px 6px 0 var(--brutal-black);--brutal-border: 3px solid var(--brutal-black)}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;font-family:Arial,Helvetica,sans-serif;background:var(--brutal-black)}#app{position:relative}#world{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;display:block;width:100vw;height:100vh}#hud{position:fixed;top:16px;left:16px;display:flex;gap:8px;flex-wrap:wrap;max-width:calc(100vw - 32px);pointer-events:none}#enter-player-button{position:fixed;left:16px;top:58px;z-index:12;width:auto;min-width:132px;height:42px;padding:0 16px;border:var(--brutal-border);color:var(--brutal-black);background:var(--brutal-yellow);box-shadow:var(--brutal-shadow);font-size:14px;font-weight:950;text-transform:uppercase;pointer-events:auto}#enter-player-button.hidden{display:none}#start-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;padding:24px;background:repeating-linear-gradient(135deg,#0909092e 0,#0909092e 10px,#f3c51b1f 10px,#f3c51b1f 20px),#f2ead7a3;-webkit-backdrop-filter:none;backdrop-filter:none}#start-screen.hidden{display:none}#start-panel{width:min(680px,calc(100vw - 32px));padding:24px;border:5px solid var(--brutal-black);border-radius:0;color:var(--brutal-black);background:var(--brutal-paper);box-shadow:12px 12px 0 var(--brutal-black)}#start-panel h1{margin:0 0 10px;max-width:620px;color:var(--brutal-black);font-size:clamp(25px,4.8vw,48px);font-weight:950;letter-spacing:0;line-height:.95;text-transform:uppercase}#start-panel p{margin:0 0 16px;color:var(--brutal-ink);font-size:14px;font-weight:800;line-height:1.35}#project-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:14px}.status-tile{min-height:52px;padding:8px;border:2px solid var(--brutal-black);border-radius:0;background:#fff8df}.status-value{display:block;color:var(--brutal-red);font-size:18px;font-weight:950;line-height:1}.status-label{display:block;margin-top:5px;color:var(--brutal-black);font-size:10px;font-weight:700;line-height:1.2}#mode-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}#mode-picker button{width:100%;height:44px;padding:0 10px;border:var(--brutal-border);color:var(--brutal-paper);background:var(--brutal-ink);box-shadow:4px 4px 0 var(--brutal-black);text-transform:uppercase}#mode-picker button:first-child,#mode-picker button:hover{color:var(--brutal-black);background:var(--brutal-yellow)}#mode-picker button:first-child{grid-column:1 / -1;height:52px;font-size:16px}.chip{min-height:32px;padding:8px 11px;border:var(--brutal-border);border-radius:0;color:var(--brutal-paper);background:var(--brutal-ink);font-size:13px;font-weight:900;line-height:1.2;text-transform:uppercase;box-shadow:4px 4px 0 var(--brutal-black);-webkit-backdrop-filter:none;backdrop-filter:none}.chip.strong{font-weight:700;color:#fff}#toolbar{position:fixed;z-index:6;left:50%;bottom:18px;transform:translate(-50%);display:grid;grid-template-columns:repeat(10,42px);gap:8px;padding:8px;border:var(--brutal-border);border-radius:0;background:var(--brutal-paper);box-shadow:var(--brutal-shadow)}#toolbar.hidden,#planning-panel.hidden,#help.hidden,#pause-menu.hidden{display:none}#city-panel{position:fixed;z-index:6;top:16px;right:16px;width:244px;max-height:calc(100vh - 32px);max-width:calc(100vw - 32px);overflow-y:auto;padding:10px;border:var(--brutal-border);border-radius:0;background:var(--brutal-paper);box-shadow:var(--brutal-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}#planning-panel{position:fixed;z-index:6;left:16px;bottom:82px;width:min(360px,calc(100vw - 32px));max-height:calc(100vh - 156px);overflow-y:auto;padding:10px;border:var(--brutal-border);border-radius:0;color:var(--brutal-black);background:var(--brutal-paper);box-shadow:var(--brutal-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}.panel-title{margin-bottom:8px;font-size:13px;font-weight:950;text-transform:uppercase}#urban-indicators,#urban-objectives{display:grid;gap:6px;margin-bottom:10px}.objective-row{display:grid;gap:3px;padding:6px;border:2px solid var(--brutal-black);border-radius:0;background:#fff8df}.objective-row.complete{background:#d9f0a6}.objective-title{display:flex;justify-content:space-between;gap:8px;color:var(--brutal-black);font-size:11px;font-weight:700}.objective-hint{color:#3a342f;font-size:10px;line-height:1.25}.objective-bar{height:6px;overflow:hidden;border:2px solid var(--brutal-black);border-radius:0;background:var(--brutal-paper)}.objective-bar span{display:block;height:100%;border-radius:0;background:var(--brutal-red)}.indicator-row{display:grid;grid-template-columns:94px minmax(0,1fr) 34px;align-items:center;gap:8px;font-size:11px}.indicator-bar{height:8px;overflow:hidden;border:2px solid var(--brutal-black);border-radius:0;background:var(--brutal-paper)}.indicator-bar span{display:block;height:100%;border-radius:0;background:var(--brutal-blue)}#urban-inventory{display:grid;gap:8px}.inventory-group{display:grid;gap:5px}.inventory-title{color:var(--brutal-black);font-size:11px;font-weight:700}.inventory-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.inventory-button{width:100%;height:30px;padding:0 6px;font-size:11px;border:2px solid var(--brutal-black);color:var(--brutal-paper);background:var(--brutal-ink);text-transform:uppercase}.inventory-button.active{color:var(--brutal-black);background:var(--brutal-yellow)}.planning-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding-top:2px}.planning-action-button{width:100%;height:30px;padding:0 6px;font-size:10px;border:2px solid var(--brutal-black);color:var(--brutal-paper);background:var(--brutal-ink);text-transform:uppercase}.planning-action-button:disabled{cursor:default;opacity:.45}.planning-action-button.active{color:var(--brutal-black);background:var(--brutal-yellow)}#save-transfer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:8px}#save-transfer button{width:100%;height:30px;padding:0 6px;font-size:10px;border:2px solid var(--brutal-black);color:var(--brutal-paper);background:var(--brutal-ink)}#landmark-detail{position:fixed;z-index:7;left:16px;top:60px;width:min(360px,calc(100vw - 32px));padding:10px 12px;border:var(--brutal-border);border-radius:0;color:var(--brutal-black);background:var(--brutal-paper);box-shadow:var(--brutal-shadow);-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}#landmark-detail.hidden{display:none}#tour-panel{position:fixed;z-index:7;left:16px;top:60px;width:min(380px,calc(100vw - 32px));padding:10px 12px;border:var(--brutal-border);border-radius:0;color:var(--brutal-black);background:var(--brutal-paper);box-shadow:var(--brutal-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}#tour-panel.hidden{display:none}#pause-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8;display:grid;place-items:center;padding:24px;background:#09090994;-webkit-backdrop-filter:none;backdrop-filter:none}#pause-card{width:min(560px,calc(100vw - 32px));padding:16px;border:5px solid var(--brutal-black);border-radius:0;color:var(--brutal-black);background:var(--brutal-paper);box-shadow:12px 12px 0 var(--brutal-black)}#pause-title{font-size:18px;font-weight:950;text-transform:uppercase}#pause-subtitle,#pause-help{margin-top:8px;color:#302b28;font-size:12px;line-height:1.4}#pause-actions,#pause-spawns,#pause-tools,#pause-quality{display:grid;gap:8px;margin-top:14px}#pause-actions{grid-template-columns:repeat(4,minmax(0,1fr))}#pause-spawns{grid-template-columns:repeat(6,minmax(0,1fr));margin-top:10px}#pause-tools,#pause-quality{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px}#pause-actions button,#pause-spawns button,#pause-tools button,#pause-quality button{width:100%;height:36px;padding:0 8px;font-size:11px}#pause-spawns button{height:32px;color:var(--brutal-black);background:var(--brutal-yellow)}#pause-quality button.active{color:var(--brutal-black);background:var(--brutal-yellow)}#tour-title{margin-bottom:5px;font-size:13px;font-weight:700}#tour-body{color:#302b28;font-size:12px;line-height:1.4}#tour-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}#tour-actions button{width:100%;height:30px;padding:0 6px;font-size:10px}#player-hud{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}#player-hud.hidden{display:none}#crosshair{position:fixed;left:50%;top:50%;width:18px;height:18px;transform:translate(-50%,-50%)}#player-celebration{position:fixed;left:50%;top:58px;transform:translate(-50%);max-width:min(420px,calc(100vw - 32px));padding:10px 14px;border:1px solid rgba(255,245,210,.72);border-radius:8px;color:#172017;background:#d8b23cf5;font-size:13px;font-weight:800;text-align:center;box-shadow:0 14px 34px #00000038}#player-celebration.hidden{display:none}#crosshair:before,#crosshair:after{content:"";position:absolute;background:#f4f0dfeb;box-shadow:0 0 4px #00000080}#crosshair:before{left:8px;top:0;width:2px;height:18px}#crosshair:after{left:0;top:8px;width:18px;height:2px}#player-status,#player-item,#player-objective,#player-prompt{position:fixed;left:16px;width:min(320px,calc(100vw - 32px));padding:8px 10px;border:1px solid rgba(255,255,255,.22);border-radius:8px;color:#f6f1e8;background:#121514bd;font-size:12px;line-height:1.35;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#player-status{top:60px}#player-item{top:118px}#player-objective{top:176px;font-weight:700}#player-objective.complete-flash{color:#172017;background:#d8b23ceb;border-color:#f4f0dfb3}#player-prompt{top:252px;color:#cbd6c7}#performance-debug{position:fixed;right:16px;bottom:18px;width:230px;padding:10px;border:1px solid rgba(255,255,255,.22);border-radius:8px;color:#f6f1e8;background:#121514c7;font-size:11px;line-height:1.35;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;z-index:7}#performance-debug.hidden{display:none}.perf-title{margin-bottom:6px;color:#d8b23c;font-size:12px;font-weight:800}.perf-row{display:flex;justify-content:space-between;gap:10px;padding:2px 0;border-top:1px solid rgba(255,255,255,.08)}.perf-row span:first-child{color:#cbd6c7}#creative-hud{position:fixed;left:50%;bottom:14px;width:min(760px,calc(100vw - 28px));transform:translate(-50%);display:grid;gap:8px;pointer-events:auto;z-index:6}#creative-hotbar{display:grid;grid-template-columns:repeat(9,minmax(54px,1fr));gap:6px;padding:8px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#121514c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.creative-slot{position:relative;height:58px;min-width:0;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#f6f1e8;background:#ffffff14;cursor:pointer}.creative-slot.active{border-color:#d8b23c;background:#d8b23c33;box-shadow:0 0 0 2px #d8b23c38}.creative-slot-key{position:absolute;top:4px;left:6px;color:#d8b23c;font-size:11px;font-weight:800}.creative-slot-short{display:block;margin-top:10px;font-size:17px;font-weight:900}.creative-slot-label{display:block;margin:2px auto 0;max-width:48px;color:#cbd6c7;font-size:9px;line-height:1.05;white-space:normal}#creative-actions{justify-self:center;display:flex;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:#121514c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#creative-actions button{border:1px solid rgba(255,255,255,.18);border-radius:7px;padding:6px 9px;color:#f6f1e8;background:#ffffff17}#creative-actions button:disabled{opacity:.45}#landmark-detail-title{margin-bottom:4px;font-size:13px;font-weight:700}#landmark-detail-body{display:grid;gap:4px;color:#d7ddd3;font-size:12px;line-height:1.35}#landmark-detail-body p{margin:0 0 2px}.landmark-meta{display:block;color:#aeb9ae;font-size:11px}.world-label{position:fixed;width:auto;max-width:190px;height:28px;transform:translate(-50%,-50%);padding:0 9px;border:1px solid rgba(255,255,255,.26);color:#f7f2e8;background:#121514bd;font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3}.world-label.selected{color:#1c211b;background:#d8b23c}#city-panel.collapsed{display:none}#minimap{display:block;width:100%;height:auto;border-radius:6px;background:#24302d}#landmark-list{display:grid;gap:6px;margin-top:8px}#category-filter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px}#minimap-layer-filter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:8px}.category-button,.layer-button{width:100%;height:28px;padding:0 4px;font-size:11px;color:#dfe6da;background:#303936}.category-button.active,.layer-button.active{color:#172017;background:#d8b23c}.layer-button{height:24px;font-size:10px;background:#26302d}#event-feed,#route-feed{display:grid;gap:5px;margin-top:8px}#event-feed.empty{display:none}.route-row,.event-row{display:grid;grid-template-columns:10px minmax(0,1fr) 34px;align-items:center;gap:6px;min-height:24px;padding:0 6px;border:1px solid rgba(244,240,223,.08);border-radius:6px;color:#edf3e8;background:#ffffff14;font-size:10px;font-weight:700}.route-row{grid-template-columns:10px minmax(0,1fr);min-height:32px}.route-row span:nth-child(2){overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.route-row span:nth-child(3){grid-column:2;color:#b9c7bd;font-size:9px;font-weight:600}.event-row span:nth-child(2){overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.event-row span:nth-child(3){text-align:right;color:#d8b23c}.event-swatch{width:9px;height:9px;border-radius:50%}.route-swatch{grid-row:1 / span 2;width:9px;height:20px;border-radius:3px}.landmark-button{width:100%;height:34px;display:grid;grid-template-columns:12px minmax(0,1fr);align-items:center;gap:8px;padding:0 8px;text-align:left;font-size:12px;font-weight:600}.landmark-button.target{color:#172017;background:#d8b23c}.landmark-button span:last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.swatch{width:10px;height:10px;border-radius:50%}button{width:42px;height:42px;border:0;border-radius:6px;color:#f5f5f0;background:#38413e;font-weight:700;cursor:pointer}button.active{color:#182019;background:#8fc06a}button.danger{color:#fff;background:#a9473e}#help{position:fixed;right:16px;bottom:82px;max-width:min(420px,calc(100vw - 32px));padding:8px 10px;border-radius:8px;color:#e9ece3;background:#121514b3;font-size:12px;pointer-events:none}.hud-card-title{margin-bottom:3px;color:#d8b23c;font-size:11px;font-weight:800;text-transform:uppercase}.hud-card-body{color:#f6f1e8;font-size:12px;line-height:1.35}.hud-card-hint{margin-top:4px;color:#cbd6c7;font-size:11px;line-height:1.3}#mining-progress{display:none;height:10px;margin-top:7px;border:2px solid var(--brutal-black);background:var(--brutal-paper)}#mining-progress.active{display:block}#mining-progress span{display:block;width:0%;height:100%;background:repeating-linear-gradient(90deg,var(--brutal-yellow) 0 10px,var(--brutal-red) 10px 16px)}#player-objective.complete{background:#8fc06a29}#player-prompt.warning{color:#1b1512;background:#d8b23cf0}.chip.strong{max-width:min(720px,calc(100vw - 32px));height:auto;min-height:44px;overflow-wrap:anywhere;white-space:normal}#hud{align-items:flex-start}#player-celebration,#player-status,#player-item,#player-objective,#player-prompt,#performance-debug,#creative-hotbar,#creative-actions,#help{border:var(--brutal-border);border-radius:0;box-shadow:var(--brutal-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}#player-celebration{color:var(--brutal-black);background:var(--brutal-yellow);text-transform:uppercase;letter-spacing:0}#player-status,#player-item,#player-objective,#player-prompt,#performance-debug,#creative-hotbar,#creative-actions,#help{color:var(--brutal-black);background:var(--brutal-paper)}#player-objective.complete,#player-objective.complete-flash,#player-prompt.warning{color:var(--brutal-black);background:var(--brutal-yellow);border-color:var(--brutal-black)}#crosshair:before,#crosshair:after{background:var(--brutal-yellow);box-shadow:2px 2px 0 var(--brutal-black),-2px -2px 0 var(--brutal-black)}.hud-card-title,.perf-title,.creative-slot-key{color:var(--brutal-red)}.hud-card-body,.hud-card-hint,.perf-row span:first-child,.creative-slot-label{color:var(--brutal-black)}.perf-row{border-top:2px solid var(--brutal-black)}.creative-slot{border:2px solid var(--brutal-black);border-radius:0;color:var(--brutal-paper);background:var(--brutal-ink);text-transform:uppercase}.creative-slot.active{border-color:var(--brutal-black);color:var(--brutal-black);background:var(--brutal-yellow);box-shadow:4px 4px 0 var(--brutal-black)}.creative-slot.active .creative-slot-label,.creative-slot.active .creative-slot-key{color:var(--brutal-black)}#creative-actions button,.category-button,.layer-button,.landmark-button,button{border:2px solid var(--brutal-black);border-radius:0;color:var(--brutal-paper);background:var(--brutal-ink);box-shadow:3px 3px 0 var(--brutal-black);text-transform:uppercase}#creative-actions button:hover:not(:disabled),.category-button:hover:not(:disabled),.layer-button:hover:not(:disabled),.landmark-button:hover:not(:disabled),button:hover:not(:disabled){color:var(--brutal-black);background:var(--brutal-yellow)}.category-button.active,.layer-button.active,.landmark-button.target,button.active{color:var(--brutal-black);background:var(--brutal-yellow)}button.danger{color:var(--brutal-paper);background:var(--brutal-red)}.world-label{border:2px solid var(--brutal-black);border-radius:0;color:var(--brutal-paper);background:var(--brutal-ink);box-shadow:4px 4px 0 var(--brutal-black);text-transform:uppercase;-webkit-backdrop-filter:none;backdrop-filter:none}.world-label.selected{color:var(--brutal-black);background:var(--brutal-yellow)}#minimap{border:var(--brutal-border);border-radius:0}.route-row,.event-row{border:2px solid var(--brutal-black);border-radius:0;color:var(--brutal-black);background:var(--brutal-paper)}.route-row span:nth-child(3),.event-row span:nth-child(3),.landmark-meta{color:var(--brutal-red)}body.compare-mode #hud,body.compare-mode #enter-player-button,body.compare-mode #landmark-detail,body.compare-mode #city-panel,body.compare-mode #planning-panel,body.compare-mode #start-screen,body.compare-mode #tour-panel,body.compare-mode #player-hud,body.compare-mode #pause-menu,body.compare-mode #toolbar,body.compare-mode #help,body.compare-mode .world-label{display:none!important}@media (max-width: 760px){#toolbar{left:16px;right:16px;transform:none;grid-template-columns:repeat(10,minmax(0,1fr))}button{width:100%}#help{right:16px;bottom:82px}#city-panel{top:58px;width:210px}#landmark-detail{top:auto;bottom:134px}#planning-panel{display:none}#mode-picker{grid-template-columns:1fr}#project-status{grid-template-columns:repeat(2,minmax(0,1fr))}#tour-panel{top:auto;bottom:134px}#pause-actions{grid-template-columns:repeat(2,minmax(0,1fr))}#player-status,#player-item,#player-objective,#player-prompt{width:min(280px,calc(100vw - 24px))}#player-prompt{top:278px}}
