@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root{--ink:#243a36;--muted:#879994;--paper:#f6f7f0;--line:#dce2d8;--panel:#1d302e;--mono:'DM Mono',monospace;--sans:'Space Grotesk',sans-serif;color-scheme:light}
#queue-mode{font:9px var(--mono);line-height:1.6;color:#68815f;margin:9px 0 0}.order-row small{font-size:9px}
#city-easter-egg{font:inherit;color:inherit;padding:0;background:none;border:0}
#guide-story{flex:none;border:1px solid #6e9176;border-radius:8px;padding:12px;margin:12px 0;background:#29413a}#guide-phase{font:10px var(--mono);color:#d1e9b6}#guide-progress{font-size:11px;line-height:1.5;color:#b8cbbd;margin:7px 0}#guide-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 6px}#guide-metrics strong{display:block;font:15px var(--mono);color:#f1f7e9}#guide-metrics span{font-size:9px;line-height:1.4;color:#b8cbbd;display:block}#guide-inspect{background:none;border:0;color:#d1e9b6;font:10px var(--mono);padding:10px 0 0;text-align:left}
*{box-sizing:border-box}body{margin:0;background:var(--panel);color:var(--ink);font-family:var(--sans)}button,a,input,select{-webkit-tap-highlight-color:transparent}button,input,select{font:inherit}button{cursor:pointer;transition:background .15s,color .15s}button:hover{filter:brightness(1.08)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,canvas:focus-visible{outline:3px solid #f4b956;outline-offset:3px}[hidden]{display:none!important}
.topbar{height:66px;background:var(--paper);display:flex;align-items:center;justify-content:space-between;padding:0 26px;border-bottom:1px solid var(--line);gap:20px}.brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:20px;letter-spacing:-1px;text-decoration:none;color:var(--ink)}.brand img{width:25px;height:25px;object-fit:contain}.brand>span{font:10px var(--mono);letter-spacing:1px;color:#7c8981;margin-left:13px}.city-title{display:flex;align-items:center;gap:10px}.city-title h1{font-size:16px;letter-spacing:-.5px;margin:0;font-weight:600}.live-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#75a964;box-shadow:0 0 0 4px #75a96412}.city-tag{font:8px var(--mono);letter-spacing:1px;color:#8c978d;margin-left:7px}.header-actions{display:flex;align-items:center;gap:20px}#save-state{font:9px var(--mono);color:#7b877f}.icon-button{border:1px solid #cfd7ca;border-radius:50%;width:26px;height:26px;background:transparent;color:#56665a;font:12px var(--mono)}.exit-link{font:11px var(--mono);color:var(--ink);text-decoration:none}
.game{display:grid;grid-template-columns:292px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 34px;height:calc(100dvh - 66px);min-height:700px}.sidebar{background:var(--panel);color:#ecf0e7;padding:26px 23px 16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#4a6258 transparent;display:flex;flex-direction:column}.eyebrow{font:9px var(--mono);letter-spacing:1.4px}.mayor-heading{display:flex;align-items:center;justify-content:space-between;color:#99aaa0}.weather{font:11px var(--mono);color:#bbc5ad}.sidebar h2{font-weight:500;font-size:28px;line-height:1.14;letter-spacing:-1.2px;margin:17px 0 11px}.sidebar-intro{font-size:11px;line-height:1.7;color:#93a79f;margin:0 0 22px}.city-stats{border-top:1px solid #ffffff15;border-bottom:1px solid #ffffff15;padding:20px 0}.stat-label{display:block;font:8px var(--mono);letter-spacing:1.3px;color:#95a69c}.treasury{position:relative}.treasury>strong{display:block;font-size:33px;letter-spacing:-1.6px;font-weight:500;margin-top:5px}.treasury>#balance{position:absolute;right:0;bottom:7px;font:9px var(--mono)}.positive{color:#bbe397}.negative{color:#efa985}.stat-pair{display:grid;grid-template-columns:1fr 1fr;margin-top:20px}.stat-pair>div+div{border-left:1px solid #ffffff15;padding-left:22px}.stat-pair strong{display:block;font-weight:500;font-size:27px;letter-spacing:-1px;margin-top:6px}.stat-pair strong span{font-size:15px;color:#97b99b;margin-left:2px}.stat-pair small{font-size:9px;color:#97ada1;display:block;margin-top:2px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-heading h3{font-size:12px;font-weight:500;margin:0}.section-heading>span{font:8px var(--mono);letter-spacing:.7px;color:#94a99b}.demand-section{padding:22px 0;border-bottom:1px solid #ffffff15}.demand-row{display:grid;grid-template-columns:100px 1fr 30px;align-items:center;gap:8px;margin-top:11px;font-size:10px;color:#b9c7bd}.demand-row>span{display:flex;align-items:center;gap:7px}.zone-dot{height:6px;width:6px;border-radius:1px;display:inline-block}.residential{--zone:#a6d991;color:#a6d991}.commercial{--zone:#8fc1d5;color:#8fc1d5}.industrial{--zone:#e3c481;color:#e3c481}.zone-dot{background:var(--zone)}.demand-row b{font:9px var(--mono);text-align:right;color:#9eafa5}meter{width:100%;height:5px;border:none;background:#354b42;border-radius:2px;appearance:none}meter::-webkit-meter-bar{background:#354b42;border:none;height:5px}meter::-webkit-meter-optimum-value{background:#a6d991}meter::-moz-meter-bar{background:#a6d991}#demand-commercial::-webkit-meter-optimum-value{background:#8fc1d5}#demand-commercial::-moz-meter-bar{background:#8fc1d5}#demand-industrial::-webkit-meter-optimum-value{background:#e3c481}#demand-industrial::-moz-meter-bar{background:#e3c481}.operations{padding:21px 0 19px}.operations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.operations-grid strong{font:22px var(--sans);color:#ecd0ac;display:block;letter-spacing:-.8px}.operations-grid div:last-child strong{color:#c0deab}.operations-grid span{display:block;color:#9daf9f;font-size:9px;margin-top:4px}.coverage-control{display:flex;position:relative;align-items:center;gap:10px;background:#ffffff07;border:1px solid #ffffff18;padding:12px 10px;margin-top:19px;border-radius:6px;cursor:pointer}.coverage-icon{color:#c6e2a4;font-size:25px}.coverage-control strong{display:block;font-size:11px;font-weight:500}.coverage-control small{display:block;font-size:8px;color:#9eafa2;margin-top:4px}.coverage-control input{position:absolute;right:9px;width:30px;height:22px;opacity:0}.switch{margin-left:auto;width:29px;height:17px;padding:3px;background:#53675a;border-radius:20px;flex-shrink:0}.switch::after{content:'';display:block;width:11px;height:11px;border-radius:50%;background:#dce4d8;transition:transform .15s}.coverage-control input:checked+.switch{background:#a6d580}.coverage-control input:checked+.switch::after{background:#203c2d;transform:translateX(12px)}.coverage-control input:focus-visible+.switch{outline:2px solid #f4b956;outline-offset:3px}.coverage-caption{display:flex;justify-content:space-between;font:8px var(--mono);color:#8fa491;margin-top:9px;gap:5px}.advisor{border:1px solid #ffffff16;border-radius:7px;background:#ffffff05;padding:13px;margin-top:auto}.advisor-heading{display:flex;align-items:center;gap:9px}.advisor-avatar{width:28px;height:28px;border-radius:50%;background:#b6c9a8;color:#2a493c;display:grid;place-items:center;font-size:12px;font-weight:600}.advisor-heading strong{font-weight:500;font-size:10px;display:block}.advisor-heading div>span{font-size:8px;color:#9bac9a;display:block;margin-top:3px}.advisor-dot{width:5px;height:5px;background:#afd786;border-radius:50%;margin-left:auto}.advisor p{font-size:10px;line-height:1.65;color:#b4c2b2;margin:13px 0}.goal{border-top:1px solid #ffffff10;padding-top:10px}.goal>span{font:7px var(--mono);letter-spacing:.6px;color:#9bab96}progress{display:block;width:100%;height:4px;margin-top:8px;border:0;background:#425644;accent-color:#b4dc8b}progress::-webkit-progress-bar{background:#425644;border-radius:2px}progress::-webkit-progress-value{background:#b4dc8b;border-radius:2px}progress::-moz-progress-bar{background:#b4dc8b}.budget-button{display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:1px solid #ffffff22;border-radius:5px;color:#d4dfce;width:100%;padding:12px;margin-top:14px;font-size:10px}.budget-button>span:first-child{color:#b4dba0}.budget-button>span:last-child{margin-left:auto}.sidebar-footer{display:flex;justify-content:space-between;align-items:center;margin-top:17px;font:7px var(--mono);color:#8d9e91}.sidebar-footer button{font:8px var(--mono);background:transparent;border:0;color:#acb9a6;padding:3px}
.world{position:relative;overflow:hidden;min-width:0;background:#d8e6d3;isolation:isolate}#city{display:block;width:100%;height:100%;touch-action:none;outline-offset:-4px;cursor:crosshair}.world-top{position:absolute;top:23px;left:24px;right:24px;display:flex;justify-content:space-between;gap:12px;pointer-events:none}.world-top>*{pointer-events:auto}.location-badge{display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid #f7fff27d;background:#f6f8ecdc;border-radius:5px;font:9px var(--mono);letter-spacing:1px;box-shadow:0 4px 10px #45664b05}.badge-divider{color:#b6c3aa}#city-rank{font:10px var(--sans);letter-spacing:0;color:#73816b}.time-controls{display:flex;align-items:center;gap:3px;background:#f6f8eceb;border:1px solid #f7fff27d;border-radius:5px;padding:4px;box-shadow:0 4px 10px #45664b05}.time-controls>span{padding:0 11px;font:9px var(--mono);letter-spacing:.5px}.time-controls button{border:0;background:transparent;color:#7a876f;font:10px var(--mono);border-radius:3px;min-width:29px;height:28px}.time-controls button.selected{background:#30483b;color:#eef4e7}.map-caption{position:absolute;top:88px;left:27px;display:flex;flex-direction:column;gap:8px;color:#65795b;pointer-events:none}.map-caption .eyebrow{font-size:8px;letter-spacing:1.5px}.map-caption>span:last-child{font-size:12px;color:#809071}.map-tools{position:absolute;right:24px;top:86px;border:1px solid #f7fff27d;border-radius:5px;display:flex;flex-direction:column;background:#f6f8eceb;padding:4px;box-shadow:0 4px 10px #45664b05}.map-tools button{height:32px;width:32px;border:0;background:transparent;color:#607454;font-size:20px}.map-tools>span{height:1px;background:#dbe2d1;margin:3px}.map-layers{position:absolute;left:25px;bottom:180px;background:#f5f7ebeb;border:1px solid #ffffff99;border-radius:5px;padding:10px 12px}.map-layers label{display:block;font:7px var(--mono);letter-spacing:1px;color:#829079;margin-bottom:4px}.map-layers select{font-size:11px;border:none;outline-offset:2px;background:transparent;color:#405638;padding:0 18px 0 0;cursor:pointer}#layer-legend{font-size:9px;line-height:1.6;max-width:155px;margin-top:7px;color:#617359}.inspector{position:absolute;right:74px;top:86px;width:225px;padding:16px;background:#f9faefed;border:1px solid white;border-radius:6px;box-shadow:0 10px 35px #294c3920}.inspector>div{display:flex;justify-content:space-between;align-items:center}.inspector .eyebrow{font-size:7px;color:#82907b}.inspector button{border:none;background:transparent;color:#6d7f62;font-size:19px;padding:0}.inspector h3{font-size:16px;font-weight:500;letter-spacing:-.4px;margin:12px 0 7px}.inspector p{font-size:11px;line-height:1.7;margin:0;color:#6d7b62}.toast{position:absolute;top:80px;left:50%;transform:translateX(-50%);max-width:calc(100% - 140px);padding:12px 18px;background:#263c32;color:#eef6e8;border:1px solid #ffffff24;border-radius:5px;box-shadow:0 6px 25px #1b332929;font-size:12px;text-align:center;pointer-events:none;z-index:5}.minimap-wrap{position:absolute;right:24px;bottom:180px;background:#f5f7eade;border:1px solid #ffffffbb;border-radius:5px;padding:5px;box-shadow:0 8px 20px #4762470d}.minimap-wrap canvas{width:125px;height:125px;display:block}.minimap-wrap>span{font:6px var(--mono);color:#718268;letter-spacing:.3px;display:flex;justify-content:space-between;padding:6px 3px 3px}.minimap-wrap b{font-weight:400;color:#405a39}
.build-tray{position:absolute;bottom:38px;left:50%;transform:translateX(-50%);width:calc(100% - 48px);max-width:860px;background:#f9faf0f5;border:1px solid #ffffffe0;border-radius:9px;box-shadow:0 8px 28px #253e3521;overflow:hidden}.tool-description{display:flex;align-items:center;gap:12px;min-height:34px;padding:7px 15px;border-bottom:1px solid #dfe6d6}#tool-name{font-size:10px;font-weight:600}#tool-hint{font-size:9px;color:#829076}kbd{font:7px var(--mono);border:1px solid #dbe1d2;border-radius:3px;color:#94a087;padding:2px 4px}#tool-key{margin-left:auto}.build-tools{display:flex;gap:3px;padding:7px;overflow-x:auto;scrollbar-width:thin}.build-tools>button{position:relative;flex:1;min-width:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:9px 5px 8px;border:1px solid transparent;border-radius:5px;color:#63755a;background:transparent;font-size:9px}.build-tools>button:hover{background:#e9efdf}.build-tools>button.active{background:#e7efdc;border-color:#c8d6b9;color:#324f29}.build-tools>button.active::after{content:'';position:absolute;bottom:0;width:18px;height:2px;background:#799b59;border-radius:2px}.tool-icon{font-size:25px;height:27px;line-height:27px;display:block;font-family:Arial,sans-serif;color:#7a8a6e}.tool-icon.residential{color:#78a25b}.tool-icon.commercial{color:#6d9dac}.tool-icon.industrial{color:#c2a155}.tool-icon.park-icon{color:#64915a}.tool-icon.power-icon{color:#b99d4e}.tool-icon.depot-icon{color:#759895}.tool-icon.bulldoze-icon{color:#bc8f6b}.build-tools small{font:7px var(--mono);color:#94a287}.build-tools kbd{position:absolute;right:4px;top:3px;border:0;font-size:6px;padding:0;color:#aeb8a3}.world-footer{position:absolute;bottom:11px;left:25px;right:25px;display:flex;align-items:center;justify-content:space-between;font:7px var(--mono);color:#708365;letter-spacing:.2px;pointer-events:none}.world-footer>span:last-child{display:flex;gap:6px;align-items:center}.world-footer i{height:5px;width:5px;border-radius:50%;background:#7c9c62}.news-ticker{grid-column:1/-1;display:flex;align-items:center;gap:18px;padding:0 22px;background:#162725;border-top:1px solid #ffffff10;color:#b9c6b9;font:9px var(--mono);overflow:hidden}.news-label{font-size:8px;color:#cce7a7;letter-spacing:1px;white-space:nowrap}.news-label::before{content:'';display:inline-block;width:5px;height:5px;background:#b7d38d;border-radius:50%;margin-right:9px}#event-feed{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fiction-note{margin-left:auto;color:#819584;font-size:8px;white-space:nowrap}
dialog{border:1px solid #dbe3d1;border-radius:12px;background:#f8faef;color:var(--ink);padding:27px;width:min(480px,calc(100% - 32px));max-height:85dvh;box-shadow:0 30px 100px #0c21194d}dialog::backdrop{background:#12282080;backdrop-filter:blur(5px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;color:#7a8d6f}.dialog-heading button{border:0;background:transparent;color:#687e5d;font-size:25px;padding:0}dialog h2{font-size:27px;font-weight:500;letter-spacing:-1px;margin:17px 0}dialog p{font-size:13px;color:#73816a;line-height:1.7}.tax-control{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:13px;padding:20px 0 10px}.tax-control input{width:100%;accent-color:#537344;margin-top:15px}.budget-lines>div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #dde4d4;font-size:12px}.budget-lines>div:last-child{font-weight:600;padding-top:17px}.budget-lines .positive{color:#447c44}.budget-lines .negative{color:#b45738}dialog .dialog-note{font-size:11px;margin:20px 0}.primary-button{background:#2f5039;color:#f4f9e9;border:1px solid #2f5039;border-radius:5px;padding:12px 20px;font-size:12px}.help-steps{padding-left:18px;font-size:12px;line-height:1.6;color:#728167}.help-steps li{padding-left:4px;margin-bottom:14px}.help-steps strong{display:block;color:#415a37;font-weight:500}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.dialog-actions>button:not(.primary-button){border:1px solid #d6dfca;background:transparent;color:#5f7754;border-radius:5px;padding:12px 17px;font-size:12px}
@media(min-width:1500px){.game{grid-template-columns:320px minmax(0,1fr)}.sidebar{padding:30px 28px 20px}.sidebar h2{font-size:32px}.sidebar-intro{font-size:12px}.city-stats{padding:24px 0}.demand-section{padding:26px 0}.operations{padding:25px 0}.advisor p{font-size:11px}.build-tray{bottom:46px}.world-footer{bottom:17px}}
@media(max-height:1100px) and (min-width:901px){.sidebar-intro{display:none}.sidebar h2{margin-bottom:18px}.city-stats{padding:16px 0}.demand-section{padding:18px 0}.advisor{padding:11px}.advisor p{margin:9px 0}.operations{padding-bottom:16px}.sidebar-footer{margin-top:12px}}
@media(max-height:850px) and (min-width:901px){.game{min-height:620px}.sidebar{padding-top:19px}.sidebar h2{font-size:24px;margin:12px 0 8px}.sidebar-intro{margin-bottom:15px;font-size:10px}.city-stats{padding:15px 0}.stat-pair{margin-top:14px}.demand-section{padding:17px 0}.operations{padding:17px 0 14px}.advisor p{margin:9px 0}.coverage-control{margin-top:14px}.sidebar-footer{margin-top:12px}.section-heading{margin-bottom:12px}.budget-button{margin-top:10px}}
@media(max-width:1100px){.game{grid-template-columns:255px minmax(0,1fr)}.sidebar{padding-left:18px;padding-right:18px}.city-tag{display:none}.brand>span{margin-left:7px}.minimap-wrap{display:none}.build-tray{width:calc(100% - 28px)}.build-tools>button{min-width:53px}.world-top{left:16px;right:16px}.world-footer{left:16px;right:16px}#tool-hint{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demand-row{grid-template-columns:92px 1fr 26px;gap:6px}.treasury>strong{font-size:29px}.treasury>#balance{font-size:8px}}
@media(max-width:900px){.topbar{height:56px;padding:0 16px}.brand>span{font-size:8px}.header-actions{gap:12px}#save-state{display:none}.game{height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:minmax(560px,76dvh) auto 34px}.world{grid-row:1}.sidebar{grid-row:2;display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:23px}.mayor-heading,.sidebar h2,.sidebar-intro{display:none}.city-stats{border-top:0;padding:0 0 18px}.demand-section{padding:0 0 18px}.operations{padding:0}.advisor{margin-top:0}.budget-button{margin:0;align-self:center}.sidebar-footer{margin:0}.news-ticker{grid-row:3}.map-caption{top:79px;left:19px}.map-layers{left:16px}.map-tools{right:16px}.minimap-wrap{display:block;right:16px}.world-footer{font-size:7px}.build-tray{max-width:780px}.demand-row{grid-template-columns:100px 1fr 30px}}
@media(max-width:560px){.brand{font-size:17px}.brand img{width:22px;height:22px}.brand>span{display:none}.city-title h1{font-size:13px}.exit-link{font-size:9px}.topbar{gap:10px}.world-top{top:14px;left:12px;right:12px;gap:8px}.location-badge{font-size:8px;padding:10px;gap:7px}.location-badge .badge-divider,#city-rank{display:none}.time-controls>span{font-size:8px;padding:0 7px}.time-controls button{min-width:25px;font-size:9px;height:25px}.map-caption{left:14px;top:69px}.map-caption>span:last-child{font-size:10px}.map-caption .eyebrow{font-size:7px}.map-tools{right:12px;top:69px}.map-tools button{width:27px;height:28px}.minimap-wrap{display:none}.map-layers{left:12px;bottom:181px}.inspector{top:69px;right:56px;width:190px;padding:13px}.build-tray{width:calc(100% - 20px);bottom:41px}.tool-description{gap:8px;padding:9px 10px;min-height:36px}#tool-name{font-size:9px}#tool-hint{font-size:8px;max-width:165px}.build-tools{gap:2px;padding:6px}.build-tools>button{min-width:54px;padding-top:11px;padding-bottom:9px}.build-tools kbd{display:none}.world-footer{left:12px;right:12px;bottom:14px;font-size:6px;gap:10px}#map-help{max-width:230px;line-height:1.5}.sidebar{padding:22px 18px;gap:20px 18px}.treasury>strong{font-size:26px}.treasury>#balance{position:static;font-size:8px;display:block;margin-top:3px}.stat-label{font-size:7px}.stat-pair strong{font-size:22px}.stat-pair>div+div{padding-left:12px}.stat-pair small{font-size:8px}.section-heading h3{font-size:11px}.section-heading>span{font-size:7px}.demand-row{grid-template-columns:1fr 24px;font-size:9px;gap:5px}.demand-row meter{grid-row:2;grid-column:1/-1}.demand-row b{grid-row:1;grid-column:2}.operations,.advisor{grid-column:1/-1}.operations-grid{gap:20px}.operations-grid strong{font-size:25px}.operations-grid span{font-size:10px}.coverage-control{padding:14px}.coverage-control strong{font-size:12px}.coverage-control small{font-size:10px}.coverage-caption{font-size:9px}.advisor p{font-size:12px}.advisor-heading strong{font-size:12px}.advisor-heading div>span{font-size:10px}.goal>span{font-size:8px}.budget-button{grid-column:1/-1;font-size:12px}.sidebar-footer{grid-column:1/-1;font-size:9px}.sidebar-footer button{font-size:10px}.fiction-note{display:none}.news-ticker{padding:0 14px;gap:12px;font-size:8px}.toast{top:60px;max-width:calc(100% - 30px);width:max-content;font-size:11px}}
.time-controls time{font:12px var(--mono);font-weight:500;border-left:1px solid #cad5c0;padding:0 10px;color:#345640}.map-tools output{text-align:center;font:8px var(--mono);padding:2px 0;color:#5a7150}.map-tools #detail-view{font:600 12px var(--sans)}.map-caption>span:last-child{font-size:12px;max-width:420px;line-height:1.5}.minimap-wrap{display:none!important}.evidence-stats{display:grid;gap:7px;padding:13px 0 9px;font-size:10px;color:#aabdac}.evidence-stats>span{display:flex;justify-content:space-between}.evidence-stats b{color:#e7eccd;font:11px var(--mono)}.review-button{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px;background:#b4d48b16;border:1px solid #b4d48b55;border-radius:4px;color:#d6e8bf;font-size:11px}.review-button b{background:#bfdc92;color:#314c30;font:10px var(--mono);padding:3px 6px;border-radius:3px}.fleet-panel{position:absolute;bottom:180px;right:24px;width:246px;background:#f7f9eef5;border:1px solid #ffffffd9;border-radius:7px;box-shadow:0 6px 25px #29443320;padding:12px;color:#324d3e}.fleet-panel summary{cursor:pointer;font-size:12px;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center}.fleet-panel summary::before{content:'▾';margin-right:8px;color:#7c9172}.fleet-panel:not([open]) summary::before{content:'▸'}.fleet-panel summary>span{font:8px var(--mono);color:#769065;margin-left:auto}#fleet-list{max-height:170px;overflow-y:auto;margin-top:10px;display:grid;gap:7px}.fleet-row{padding:9px;border:1px solid #d5decb;border-radius:4px;background:#eef3e4;text-align:left;color:#3c5544;display:grid;grid-template-columns:1fr auto;gap:4px 8px}.fleet-row[aria-pressed=true]{border-color:#437c74;background:#e0ede0}.fleet-row strong{font:600 11px var(--mono);border-left:3px solid var(--truck-color);padding-left:6px}.fleet-row .truck-load{font:10px var(--mono)}.fleet-row small{grid-column:1/-1;font-size:10px;color:#6e8065}.fleet-row progress{grid-column:1/-1;margin-top:3px;background:#d3dfc8;height:5px}.fleet-row progress::-webkit-progress-bar{background:#d3dfc8}.fleet-row progress::-webkit-progress-value{background:var(--truck-color)}.fleet-row progress::-moz-progress-bar{background:var(--truck-color)}.route-legend{display:flex;gap:16px;font-size:9px;color:#667d5c;margin-top:11px}.route-legend>span{display:flex;align-items:center;gap:5px}.route-legend i{display:inline-block;width:19px;border-top:3px solid #478b91}.route-legend .future-route{border-top-style:dashed}.fleet-footer{margin-top:10px;display:flex;align-items:center;justify-content:space-between;font:8px var(--mono);color:#7d8e71}.fleet-footer button{font:9px var(--sans);background:none;border:0;padding:0;color:#476b4e}#stop-follow{position:absolute;bottom:180px;left:50%;transform:translateX(-50%);border:1px solid #b2c6a1;border-radius:5px;background:#f8fae9eb;padding:9px 13px;color:#355441;font-size:10px;box-shadow:0 3px 18px #29443316}.inspector{width:248px}.inspector p{font-size:12px}.inspector #evidence-card{display:block;margin-top:12px;border:1px solid #d5dec9;border-radius:4px;overflow:hidden}.inspector #evidence-preview{display:block;width:100%;height:auto;background:#dce5cd}.inspector #evidence-time{display:block;font:9px var(--mono);padding:7px 8px 3px;color:#496347}.inspector #evidence-card small{display:block;font-size:8px;padding:2px 8px 8px;color:#829172}.review-site{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 0;border-bottom:1px solid #d9e3cc;font-size:12px}.review-site small{display:block;font:9px var(--mono);margin-top:5px;color:#7e8f6c}.review-site button{background:#e4ecd7;border:1px solid #cbd8bb;border-radius:4px;padding:7px 10px;color:#49693c;font-size:10px}#review-sites{max-height:340px;overflow-y:auto}.world.night .map-caption,.world.night .world-footer{color:#b7c6d5}.world.night .map-caption>span:last-child{color:#c4d1da}.world.night .world-footer{color:#bbcccb}.sidebar .advisor{margin-top:8px}.sidebar .sidebar-footer{flex-shrink:0}.sidebar .budget-button{flex-shrink:0}
@media(max-width:900px){.operations .evidence-stats{font-size:11px}.fleet-panel{right:16px}.time-controls time{font-size:10px;padding:0 7px}}
@media(max-width:560px){.time-controls>span{padding:0 4px;font-size:7px}.time-controls time{font-size:9px;padding:0 5px}.time-controls button{min-width:23px}.location-badge{padding:9px 7px;font-size:7px}.world-top{gap:5px}.fleet-panel{width:178px;right:12px;bottom:181px;padding:9px}.fleet-panel summary{font-size:10px}.fleet-panel summary>span{font-size:6px}.fleet-row{padding:7px}.fleet-row strong{font-size:10px}.fleet-row small{font-size:9px}.fleet-row .truck-load{font-size:9px}.route-legend{font-size:8px;gap:9px}.fleet-footer{font-size:7px}.fleet-footer button{font-size:8px}.map-caption>span:last-child{font-size:10px;max-width:270px}.inspector{top:104px;left:12px;right:auto;width:215px;z-index:4}.inspector #evidence-preview{max-height:100px;object-fit:contain}.map-layers{bottom:181px;max-width:125px}#stop-follow{left:12px;transform:none;bottom:251px;max-width:120px;font-size:9px;padding:8px}.evidence-stats{font-size:12px}.review-button{font-size:12px}.sidebar .advisor{margin-top:0}}
.map-caption{background:#f6f8eceb;padding:10px 12px;border:1px solid #ffffff80;border-radius:5px;max-width:calc(100% - 110px)}.world.night .map-caption{background:#243b4ded;border-color:#b5c8c333}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;scroll-behavior:auto!important}}
.orders-panel{position:absolute;left:24px;bottom:180px;width:260px;padding:12px;background:#f7f9eef5;border:1px solid #fff;border-radius:7px;box-shadow:0 6px 25px #29443320;color:#324d3e}.orders-panel summary{display:flex;justify-content:space-between;gap:8px;cursor:pointer;font-size:12px;font-weight:600}.orders-panel summary>span{font:9px var(--mono);color:#678260}#work-queue{max-height:174px;overflow:auto;display:grid;gap:7px;margin-top:10px;font-size:11px}.order-row{width:100%;display:grid;gap:7px;text-align:left;color:#38533e;background:#eef3e4;border:1px solid #d1dec7;border-radius:5px;padding:9px}.order-row:hover{border-color:#6a9361;background:#e5efdb}.order-row strong{font:10px var(--mono)}.order-row small{font-size:10px;line-height:1.6;color:#67815e}.order-badges{display:flex;flex-wrap:wrap;gap:4px}.order-badges>span{font-size:9px;padding:3px 5px;border-radius:3px}.order-badges .warn{background:#f4dfb6;color:#7b501b}.order-badges .good{background:#d8e8ce;color:#385d35}#queue-all{background:none;border:0;padding:10px 0 0;color:#4b7146;font-size:10px}#report-list{display:grid;gap:9px;max-height:390px;overflow:auto}#report-history{font-size:11px;color:#68815f}#report-history p{font-size:11px;margin:9px 0}.report-history-heading{font-size:14px}#traffic-status{font:9px var(--mono);line-height:1.5;color:#6d8262}.map-layers{top:160px;bottom:auto}#stop-follow{bottom:440px}.orders-panel:not([open]) #work-queue{display:none}#reports-dialog{width:min(620px,calc(100% - 32px))}
@media(max-width:1100px){.orders-panel{width:218px;left:16px}.fleet-panel{width:218px}}
@media(max-width:560px){.orders-panel{left:12px;width:166px;padding:9px;bottom:181px}.orders-panel summary{font-size:10px}.orders-panel summary>span{font-size:7px}#work-queue{max-height:139px}.order-row{padding:7px}.order-row strong{font-size:9px}.order-badges>span{font-size:8px;padding:2px 4px}#queue-all{font-size:9px;text-align:left}.fleet-panel{width:178px}#fleet-list{max-height:139px}.map-layers{top:133px;bottom:auto}#stop-follow{bottom:445px;left:12px}#traffic-status{font-size:8px}.orders-panel .order-row{gap:5px}}
.cleanup-mode .city-stats,.cleanup-mode .demand-section,.cleanup-mode #budget-button,.cleanup-mode .goal,.cleanup-mode .build-tray,.cleanup-mode #map-layer option[value=zones],.cleanup-mode #map-layer option[value=power]{display:none}.cleanup-mode .sidebar-intro{display:none}.cleanup-mode .sidebar h2{font-size:31px;line-height:1.2}.cleanup-mode .operations{padding:20px 0}.cleanup-mode .operations-grid strong{font-size:33px}.cleanup-mode .evidence-stats{font-size:12px;gap:14px;padding:20px 0}.cleanup-mode .review-button{margin-bottom:8px}.cleanup-mode .advisor{margin-top:20px}.cleanup-mode .orders-panel,.cleanup-mode .fleet-panel{bottom:46px}.cleanup-mode #stop-follow{bottom:326px}.cleanup-mode #city{cursor:grab}.cleanup-mode #work-queue{max-height:240px}.cleanup-mode .world-footer{bottom:16px}.cleanup-mode .map-caption{max-width:calc(100% - 105px)}.cleanup-mode .sidebar-footer{margin-top:auto;padding-top:20px}
@media(max-width:560px){.cleanup-mode .sidebar{display:flex;flex-direction:column}.cleanup-mode .orders-panel,.cleanup-mode .fleet-panel{bottom:42px}.cleanup-mode #work-queue{max-height:166px}.cleanup-mode .orders-panel{width:166px}.cleanup-mode .orders-panel summary{font-size:10px}.cleanup-mode #stop-follow{bottom:314px}.cleanup-mode .advisor{margin-top:0}.cleanup-mode .operations{padding:0}.cleanup-mode .sidebar-footer{width:100%;margin:0}}

/* Work orders are the primary navigation; the map has no duplicate queue overlay. */
.game{grid-template-columns:360px minmax(0,1fr)}
.sidebar,.cleanup-mode .sidebar{padding:22px 18px 14px;display:flex;flex-direction:column;gap:16px;min-height:0;overflow:hidden}
.queue-sidebar-header{flex-shrink:0}.queue-sidebar-header .eyebrow{font-size:9px;color:#a3b9ad;letter-spacing:1px}
.sidebar .queue-sidebar-header h2,.cleanup-mode .sidebar .queue-sidebar-header h2{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 0;font-size:28px;line-height:1.2;letter-spacing:-1px}
#queue-count{font:10px var(--mono);letter-spacing:0;color:#c8e4ab;background:#ffffff0b;border:1px solid #a8c78a40;padding:6px 8px;border-radius:4px;white-space:nowrap}
.aerbits-callout{flex-shrink:0}.sidebar .aerbits-cta{margin:0;padding:15px 13px;gap:11px;background:#c7e79a;color:#233d2c;border:1px solid #def3b9;box-shadow:0 4px 20px #061b1720;border-radius:8px}
.sidebar .aerbits-cta .coverage-icon{font-size:28px;color:#375e39}.sidebar .aerbits-cta strong{font-size:17px;font-weight:600;letter-spacing:-.4px}.sidebar .aerbits-cta small{font-size:10px;line-height:1.4;color:#48613e;max-width:220px}
.sidebar .aerbits-cta .switch{width:38px;height:23px;padding:4px;background:#6d855b}.sidebar .aerbits-cta .switch::after{width:15px;height:15px;background:#f6ffe9}.sidebar .aerbits-cta input{width:42px;height:36px;right:12px}.sidebar .aerbits-cta input:checked+.switch{background:#305c38}.sidebar .aerbits-cta input:checked+.switch::after{transform:translateX(15px);background:#e9f5d3}.sidebar .aerbits-cta:focus-within{outline:3px solid #f4b956;outline-offset:3px}.sidebar .aerbits-cta.enabled{background:#b6d890;border-color:#d1e8b0}
.sidebar .coverage-caption{margin:8px 2px 0;font-size:10px;color:#b1c2ae}
.sidebar .orders-panel,.cleanup-mode .sidebar .orders-panel{position:static;inset:auto;width:100%;max-width:none;min-height:0;flex:1;display:flex;flex-direction:column;padding:0;border:0;border-radius:0;background:none;box-shadow:none;gap:12px;color:#e1ebd9}
.sidebar #queue-mode{margin:0;font:10px var(--mono);line-height:1.6;color:#b6c9af;flex-shrink:0}
.sidebar #work-queue,.cleanup-mode .sidebar #work-queue{display:flex;flex-direction:column;gap:9px;margin:0;flex:1;min-height:0;max-height:none;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#7b9570 #263d33;padding:2px 4px 2px 1px;scroll-padding:3px}
.sidebar .order-row{flex-shrink:0;padding:13px;gap:9px;background:#f1f5e8;border-color:#d4e0c7;border-radius:6px}.sidebar .order-row strong{font-size:12px}.sidebar .order-row small{font-size:10px}.sidebar .order-badges>span{font-size:10px;padding:4px 6px}.sidebar .order-row[aria-pressed=true]{background:#e0efcd;border-color:#b6dc8c;box-shadow:inset 3px 0 #57854b}
.sidebar #queue-all{flex-shrink:0;text-align:left;padding:10px 0 0;border-top:1px solid #ffffff20;color:#d1e7b8;font-size:11px}
.operations-summary{flex-shrink:0;border-top:1px solid #ffffff18;padding-top:12px;font-size:11px;color:#b0c4aa}.operations-summary>summary{cursor:pointer}.operations-summary[open]{max-height:42%;overflow-y:auto}.operations-summary .operations{padding:15px 0 0}.operations-summary .evidence-stats{font-size:11px;gap:8px;padding:12px 0}.operations-summary .operations-grid strong{font-size:24px}
.builder-dashboard{display:none}.builder-mode .builder-dashboard{display:block}.builder-mode .sidebar{overflow-y:auto}.builder-mode .sidebar .orders-panel{flex:none;height:400px}.builder-mode .sidebar .queue-sidebar-header h2{font-size:28px}
.sidebar .sidebar-footer,.cleanup-mode .sidebar .sidebar-footer{width:100%;padding:0;margin:0;flex-shrink:0;gap:10px;font-size:8px}.sidebar .sidebar-footer button{font-size:9px}
@media(min-width:901px) and (max-width:1100px){.game{grid-template-columns:310px minmax(0,1fr)}.sidebar,.cleanup-mode .sidebar{padding:18px 14px 12px;gap:13px}.sidebar .aerbits-cta strong{font-size:16px}.sidebar .aerbits-cta small{font-size:9px}}
@media(max-width:900px){.game{height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:auto minmax(560px,76dvh) 34px}.sidebar,.cleanup-mode .sidebar{grid-row:1;height:520px;min-height:440px;display:flex;padding:18px;gap:13px}.world{grid-row:2}.news-ticker{grid-row:3}.sidebar .queue-sidebar-header h2,.cleanup-mode .sidebar .queue-sidebar-header h2{display:flex;font-size:25px;margin-top:7px}.sidebar .aerbits-cta{padding:12px 14px}.sidebar .order-row{padding:11px}.sidebar .sidebar-footer>span{display:none}.sidebar .sidebar-footer{justify-content:flex-end}.operations-summary[open]{max-height:160px}.builder-mode .sidebar{height:auto;max-height:none}.builder-mode .sidebar .orders-panel{height:340px;flex:none}}

.sidebar #queue-impact{flex-shrink:0;margin:0;padding:8px 10px;background:#b9db9220;border-left:2px solid #b9db92;color:#cee6b5;font-size:10px;line-height:1.7;white-space:pre-line}
.sidebar #work-queue,.cleanup-mode .sidebar #work-queue{gap:6px}
.sidebar #work-queue .order-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;padding:8px 9px;gap:5px 6px;border-radius:4px;min-height:0;text-align:left;overflow:hidden}
.sidebar #work-queue .order-row strong{grid-column:1;grid-row:1;font-size:11px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sidebar #work-queue .order-row>small{grid-column:2;grid-row:1;font-size:9px;line-height:1.7;white-space:nowrap}
.sidebar #work-queue .order-badges{grid-column:1/-1;grid-row:2;gap:3px}
.sidebar #work-queue .order-badges>span{font-size:9px;padding:2px 5px;line-height:1.3}
.sidebar #work-queue .crew-assignment{margin-left:auto;color:#456b53;background:#dce8da}
.sidebar #work-queue .order-closed{background:#d6e8c7;border-color:#a6ce8b;box-shadow:inset 3px 0 #648f4c;color:#3c6539}
.sidebar #work-queue .order-closed strong::before{content:'✓ ';color:#45753a}
.sidebar #work-queue .order-leaving{pointer-events:none;animation:queue-dismiss 350ms ease-in forwards}
@keyframes queue-dismiss{from{max-height:110px;opacity:1}to{max-height:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;margin-top:-3px;margin-bottom:-3px;opacity:0;transform:translateX(12px)}}
@media(prefers-reduced-motion:reduce){.sidebar #work-queue .order-leaving{animation:none;visibility:hidden;max-height:0;padding-block:0;border-block-width:0;margin-block:-3px}}

/* One optional map dashboard, closed by default. Site markers and the
   dispatch queue remain on the main view; these controls stay in flow. */
.map-menu{position:absolute;top:16px;right:16px;z-index:5;width:300px;max-width:calc(100% - 32px);max-height:calc(100% - 32px);overflow:auto;overscroll-behavior:contain;background:#f6f7f0f5;border:1px solid #dce2d8;border-radius:10px;box-shadow:0 6px 24px #142a2526;color:var(--ink);scrollbar-width:thin}
.map-menu>summary{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;background:var(--paper);cursor:pointer;list-style:none;font-size:12px;font-weight:600}
.map-menu>summary::-webkit-details-marker{display:none}
.map-menu>summary::after{content:'+';font-size:18px;font-weight:400;margin-left:auto}
.map-menu[open]>summary::after{content:'−'}
.map-menu-clock{font:9px var(--mono);color:#62756a;white-space:nowrap}
.map-menu-content{display:flex;flex-direction:column;gap:14px;padding:14px;border-top:1px solid var(--line)}
.world .map-menu .world-top,.world .map-menu .map-caption,.world .map-menu .map-tools,.world .map-menu .map-layers,.world .map-menu .fleet-panel,.world .map-menu .world-footer{position:static;inset:auto;width:100%;max-width:none;transform:none;margin:0;box-shadow:none}
.world .map-menu .world-top{display:flex;flex-direction:column;gap:10px;align-items:stretch}
.world .map-menu .location-badge{padding:0;border:0;background:none;justify-content:flex-start}
.world .map-menu .time-controls{display:flex;padding:0;background:none;justify-content:space-between}
.world .map-menu .time-controls button{height:44px;min-width:44px;flex:1}
.world .map-menu .map-caption{padding:10px;border-radius:6px}
.world .map-menu .map-caption>span:last-child{font-size:11px;max-width:none}
.world .map-menu .map-tools{display:flex;flex-direction:row;align-items:center;padding:0;border:0;background:none}
.world .map-menu .map-tools button{height:44px;min-width:44px;flex:1}
.world .map-menu .map-tools>span{display:none}
.world .map-menu .map-layers{padding:0;background:none;border:0}
.world .map-menu .map-layers select{width:100%;min-height:44px;font-size:12px}
.world .map-menu .fleet-panel{padding:12px;font-size:12px}
.world .map-menu .fleet-panel summary{min-height:32px;font-size:12px}
.world .map-menu #fleet-list{max-height:none}
.world .map-menu .fleet-row{min-height:44px}
.world .map-menu .fleet-footer button{min-height:44px;font-size:10px}
.world .map-menu .world-footer{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:9px}
@media(max-width:560px){.map-menu{top:12px;right:12px;max-width:calc(100% - 24px);max-height:calc(100% - 24px)}}
