@import url('./journey.css');
/* Depot edition — one visual language across every game screen. */
:root{--bg:#d5cfc1;--paper:#f1e9d7;--panel:#f7f1e4;--panel2:#e6ddc9;--text:#292b28;--muted:#6b6a5e;--line:#c1b8a4;--ink:#292c29;--orange:#ba4e32;--red:#ab3d30;--green:#4d6957;--shadow:0 8px 24px #1e241418;color-scheme:light;font-family:'Segoe UI',Arial,sans-serif;font-size:15px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}h1,h2,h3,p,blockquote{margin:0}h1{font:700 clamp(30px,3vw,45px)/1.13 Georgia,serif;letter-spacing:-1.2px}h2{font:700 23px/1.2 Georgia,serif;letter-spacing:-.4px}h3{font-size:17px;line-height:1.35}p{font-size:14px;line-height:1.65;color:var(--muted)}small{font-size:11px}a{color:inherit}b,strong{font-weight:650}button,input,select{font:inherit}button,.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:11px 18px;border:1px solid #999681;background:#f7f1e6;color:var(--text);font-size:13px;font-weight:650;line-height:1.4;border-radius:2px;cursor:pointer;text-decoration:none;transition:background .16s,border-color .16s,box-shadow .16s}button:hover:not(:disabled),.button:hover{background:#fffaf0;border-color:#6b6d5c;box-shadow:0 3px 9px #25291e15}button:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:not-allowed;background:#e1ddcf;color:#73776d;border-color:#c1c1b0;opacity:1;box-shadow:none}.primary{background:var(--red);color:#fff4df;border-color:#8d3428;box-shadow:inset 0 1px #ffffff23,0 3px 0 #782a22}.primary:hover:not(:disabled){background:#91382b;border-color:#762b22;box-shadow:inset 0 1px #ffffff23,0 3px 0 #60251e}.primary:disabled{box-shadow:none}.large{min-height:53px;padding:14px 24px;font-size:15px}.secondary{background:transparent}.text-button,.paper-link{background:none;border:0;box-shadow:none;padding:10px 0;text-decoration:underline;text-decoration-color:#a6aa9644;text-underline-offset:5px}.selected{border-color:var(--red);color:var(--red);background:#eee1c7}.ghost{background:#1e2623d9;color:#f2e9d5;border-color:#7d8775}.ghost:hover:not(:disabled){background:#333b32;color:#fff}.ui-symbol{font:18px/1 Arial,sans-serif;flex-shrink:0}.game-icon{display:inline-block;vertical-align:middle;flex:0 0 auto;width:36px;height:36px}.game-icon>svg{display:block;width:100%;height:100%;overflow:hidden}button .game-icon{width:30px;height:30px}button:focus-visible,input:focus-visible,select:focus-visible,.button:focus-within{outline:3px solid #337e8f;outline-offset:4px}input,select{background:#fffbf1;border:1px solid #a4a18f;border-radius:2px;min-height:46px;padding:11px 13px;color:var(--text);max-width:100%}.eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:650;text-transform:uppercase;line-height:1.6;color:#6e6e60}.muted{color:var(--muted)}.portrait{overflow:hidden;position:relative;flex-shrink:0;background:#a69972;aspect-ratio:3/5}.portrait>svg{display:block;width:100%;height:100%;max-width:none;max-height:none}.bar{height:5px;background:#d4cebc;overflow:hidden}.bar>i{display:block;height:100%;background:var(--green);transition:width .3s}.bar.orange>i{background:#ac6a36}.bar.red>i{background:var(--red)}.boot{min-height:100vh;display:grid;place-content:center;font-size:20px}.screen{max-width:1400px;min-height:100vh;margin:auto;padding:30px 50px 70px;background:var(--paper);border-inline:1px solid #b7b4a4}.topline{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:40px}.wordmark{display:flex;gap:10px;align-items:center;font-size:20px;font-weight:800;letter-spacing:.6px}.wordmark .game-icon{width:43px;height:50px}.wordmark small{display:block;font-size:9px;font-weight:400;letter-spacing:1px;margin-top:3px}.topline .wordmark{font-size:12px}.section-heading,.base-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:30px}.section-heading .eyebrow,.base-heading .eyebrow{display:block;margin-bottom:9px}.section-heading h1{margin-bottom:13px}.section-heading>div>p:not(.eyebrow){max-width:670px}.section-label{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin:30px 0 16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.section-label>span{font-size:11px;color:var(--muted);text-align:right}.experience{padding-left:25px;border-left:1px solid var(--line);font-size:32px;font-variant-numeric:tabular-nums;color:var(--red);white-space:nowrap;text-align:right}.experience strong{font-size:38px}.experience small{display:block;color:var(--muted);font-size:10px;letter-spacing:.5px;margin-top:4px}.info-strip,.alert{margin:20px 0;padding:18px 20px;border:1px solid #b8b7a0;border-left:3px solid #63725d;background:#e2e1cf;color:#505b47;font-size:13px;line-height:1.7}.info-strip .game-icon{width:28px;height:28px;margin-right:8px}.alert{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#eee0ca;border-left-color:var(--red);color:#7e4633}.save-status{display:flex;justify-content:space-between;gap:15px;padding:10px 25px;background:#202622;color:#abb0a2;font-size:9px;letter-spacing:.8px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,12px);padding:15px 24px;max-width:90vw;z-index:99;background:#272f28;color:#faf1df;border-left:4px solid #d3a054;box-shadow:0 8px 30px #0004;opacity:0;pointer-events:none;transition:.2s}#toast.visible{opacity:1;transform:translate(-50%,0)}
/* Cover: large title, visible environment, a proper destination dock. */
.cover{min-height:100svh;isolation:isolate;position:relative;display:flex;flex-direction:column;background:#1d2724;color:#f8eed8}.cover:before{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#17211fe8 5%,#18221fa3 42%,#17221e16 80%),linear-gradient(0deg,#121c18 1%,transparent 70%),url('../assets/depot.png') center/cover}.cover-header{display:flex;justify-content:space-between;align-items:center;padding:22px 5%;border-bottom:1px solid #dadac729}.cover-header .wordmark{font-size:21px}.cover-settings{color:#e0dbc9;border-color:#86917b77;background:#14201c66;min-width:118px}.cover-body{width:100%;max-width:1500px;margin:auto;display:grid;grid-template-columns:1.3fr 1fr;align-items:end;gap:60px;padding:48px 7% 54px;flex:1}.cover-title>.eyebrow{color:#c8c0a8;font-size:11px;letter-spacing:1.8px}.cover-title h1{font-family:Georgia,serif;font-weight:700;line-height:.98;font-size:clamp(70px,7.5vw,116px);letter-spacing:-5px;margin:23px 0 27px;color:#fff2d6}.cover-title h1 em{font-style:italic;color:#e4a35c}.cover-intro{color:#e0d8c6;font-size:19px;line-height:1.55}.cover-start{display:flex;align-items:center;gap:24px;margin-top:29px}.cover-start>.primary{min-width:300px;min-height:69px;justify-content:space-between;padding:15px 22px;font-size:20px}.cover-start .primary span{text-align:left}.cover-start .primary small{display:block;font-size:11px;font-weight:400;color:#eed7bd;margin-top:4px}.cover-start>.text-button{color:#d5cbb3;font-size:12px}.cover-caption{display:block;font-size:10px;letter-spacing:.5px;color:#bdbca8;margin-top:18px}.cover-note{max-width:390px;margin-left:auto;display:flex;gap:16px;align-items:center;background:#e8dfc9;color:#2d342d;padding:16px 20px;border-left:4px solid #b24d33;box-shadow:0 12px 30px #0004;transform:rotate(-2deg);margin-bottom:12px}.cover-note>.portrait{width:72px;height:118px}.cover-note .eyebrow{font-size:9px}.cover-note blockquote{font:italic 19px/1.4 Georgia,serif;margin:8px 0}.note-line{font-size:10px;color:#736f5e}.cover-destinations{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 5%;border:1px solid #8f958568;background:#202b27ec;backdrop-filter:blur(12px)}.destination{position:relative;display:flex;justify-content:flex-start;text-align:left;padding:23px 19px;gap:16px;border:0;border-right:1px solid #8f958549;color:#e8e1cb;background:none;border-radius:0;min-height:114px}.destination:last-child{border:0}.destination:hover:not(:disabled){background:#354038;color:#fff3d9;box-shadow:none}.destination>.game-icon{width:56px;height:61px;filter:drop-shadow(0 3px 2px #0005)}.destination>span:nth-child(2){min-width:0}.destination small{font-size:9px;letter-spacing:1px;color:#b19b7a;display:block;margin-bottom:5px}.destination b{font:700 18px Georgia,serif;display:block;line-height:1.2}.destination em{display:block;font-size:11px;font-weight:400;color:#b7bdae;font-style:normal;margin-top:6px}.destination-arrow{margin-left:auto;align-self:flex-start;color:#b7bdae;font-size:19px}.cover-footer{padding:19px 5%;display:flex;justify-content:space-between;color:#a6ad9e;font-size:10px}
/* Hiring: driver dossier and employer comparison. */
.setup-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:38px;align-items:start}.driver-file{border:1px solid #ada793;background:#f8f2e2;box-shadow:4px 5px 0 #b8b09b40}.file-tab{padding:12px 18px;background:#454e42;color:#f3e7cc;font:11px Consolas,monospace;text-transform:uppercase;letter-spacing:1px}.driver-file>.portrait{width:100%;height:275px}.file-copy{padding:23px}.file-copy>.eyebrow{color:var(--red)}.file-copy label{display:block;font-size:12px;font-weight:650;margin:16px 0 8px}.file-copy input{width:100%;font-size:20px}.file-copy dl{font-size:11px;margin:18px 0;border-block:1px solid var(--line);padding:8px 0}.file-copy p{font-size:12px}.employment>.section-label{margin-top:0}.employers{display:grid;grid-template-columns:1fr 1fr;gap:16px}.employer{display:flex;flex-direction:column;text-align:left;align-items:stretch;gap:0;padding:20px 22px;background:#faf4e7;border:1px solid #b5ae9b;border-top:4px solid #a5a594;min-height:245px}.employer.selected{background:#fff5de;border-color:#a44631;border-top-color:#a44631;box-shadow:inset 0 0 0 1px #a44631}.employer:disabled{background:#e4e1d4;border-top-color:#b5b6a8;color:#767c70}.employer-head{display:flex;gap:10px;justify-content:space-between;align-items:baseline;margin-bottom:18px}.employer-head>small{text-transform:uppercase;letter-spacing:.7px;font-size:9px}.employer-selection{font-size:10px;color:#7a7461}.employer.selected .employer-selection{color:#a23f2c}.employer>b{font:700 21px Georgia,serif;line-height:1.2;color:inherit}.employer>p{font-size:12px;margin:8px 0 18px;min-height:38px}.employer-pay{font-size:28px;font-variant-numeric:tabular-nums;color:inherit}.employer-pay small{font-size:11px;color:var(--muted);margin-left:8px;font-weight:400}.employer-facts{display:flex;gap:22px;font-size:10px;color:var(--muted);padding:14px 0;margin-top:10px;border-top:1px solid #c5bea9}.employer-facts b{font-size:12px;margin-left:5px}.employer-foot{font-size:10px;color:#696f60;font-weight:400}.setup-bottom{margin-top:24px;display:flex;justify-content:space-between;align-items:center;gap:25px;padding-top:22px;border-top:1px solid var(--line)}.setup-bottom p{font-size:12px;max-width:270px}.setup-bottom button{white-space:nowrap}
/* Persistent game shell. */
.hud{display:flex;align-items:center;gap:24px;padding:15px 25px;background:#1e2824;border-bottom:1px solid #667261;color:#e7dec9;min-height:88px}.shift{text-align:center;padding-right:23px;border-right:1px solid #75816a55;flex-shrink:0}.shift>span{display:block;font-size:8px;letter-spacing:2px;color:#bdc3af}.shift strong{display:block;font:32px/1.1 Georgia,serif;color:#e0b67d}.shift small{display:block;font-size:10px;margin-top:4px;color:#b2bda8}.hud-metrics{display:flex;justify-content:space-between;gap:25px;flex:1}.hud-item{display:flex;gap:10px;align-items:center}.hud-item>.game-icon{width:30px;height:36px}.hud-item small{font-size:9px;color:#bbc1b1;display:block;margin-bottom:5px}.hud-item strong{font-size:18px;white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:600}.hud-item em{font-size:10px;font-style:normal;color:#aeb9a4}.hud-item.money strong{color:#d2dab9}.hud-item.suspicion strong{color:#e1b177}.hud .bar{height:3px;margin-top:5px;background:#465242}.hud-driver{display:flex;align-items:center;gap:10px;font-size:12px}.hud-driver>.portrait{width:35px;height:51px;border:1px solid #a6ad88}.hud-driver small{display:block;font-size:9px;margin-top:4px;color:#acb49f}.icon-button{padding:6px;border:0;background:transparent;color:#c1c8b5;min-width:34px}.game-layout{display:flex;min-height:calc(100vh - 120px)}.rail{width:196px;flex:0 0 196px;background:#28332d;color:#c3c8b9;display:flex;flex-direction:column;padding:23px 12px 20px;border-right:1px solid #687460}.rail-brand{display:grid;grid-template-columns:36px 1fr;align-items:center;column-gap:7px;padding:0 10px 26px}.rail-brand>.game-icon{grid-row:1/3;width:32px;height:45px}.rail-brand b{font-size:17px;color:#e4c087}.rail-brand small{font-size:8px;color:#c5c5af}.nav-group-label{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;padding:0 12px 10px;color:#98a48d}.rail button{position:relative;display:flex;justify-content:flex-start;border:0;border-left:3px solid transparent;background:none;color:#c4cbb8;padding:10px 11px;gap:12px;font-size:13px;min-height:57px;border-radius:0;margin:2px 0}.rail button>.game-icon{width:32px;height:34px;filter:drop-shadow(0 2px 2px #0004)}.rail button:hover:not(:disabled){background:#3e493c;box-shadow:none;color:#f4ecd7}.rail .active{border-left-color:#dca062;background:#f0e8d3;color:#282f29}.rail .active:hover:not(:disabled){background:#fff0d1;color:#272d25}.rail .unread{height:5px;width:5px;border-radius:50%;background:#da9b58;position:absolute;right:6px;top:10px}.rail-bottom{margin-top:auto;padding-top:30px}.rail-progress{padding:18px 12px;border-top:1px solid #70816655;margin-bottom:13px}.rail-progress small{font-size:9px;color:#a0af92;display:block}.rail-progress b{font-size:11px;display:block;line-height:1.5;font-weight:400;margin:6px 0}.rail-progress strong{font:23px Georgia,serif;color:#ddc79b}.game-content{flex:1;min-width:0;align-self:stretch;max-width:1600px;margin:0 auto;background:var(--paper);padding:34px 38px 55px}.phase-steps{display:flex;gap:17px;font-size:11px;white-space:nowrap;align-items:center}.phase-steps>span{color:#8a8a78}.phase-steps i{font-style:normal;margin-right:5px}.phase-steps .current{color:#a03d2b;border-bottom:2px solid #a03d2b;padding-bottom:7px}
/* Depot and waybill. */
.base-primary{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:23px}.depot-scene{position:relative;isolation:isolate;min-height:440px;color:#f7ecd1;overflow:hidden}.scene-photo{position:absolute;inset:0;background:url('../assets/depot.png') center/cover;z-index:-2}.depot-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#15221ded,transparent 65%)}.depot-caption{padding:20px}.comic-label{display:inline-block;padding:8px 12px;background:#e3b374;color:#3f3321;font-size:10px;letter-spacing:.5px;font-weight:650;border:1px solid #795c32}.depot-speech{position:absolute;left:25px;bottom:127px;max-width:340px}.depot-speech>b{font:30px Georgia,serif}.depot-speech p{color:#d3d6bb;margin-top:9px;font-size:13px}.depot-bottom{position:absolute;bottom:0;inset-inline:0;display:flex;align-items:center;gap:22px;padding:22px 25px;border-top:1px solid #d6dfb838;background:#1e2c24b8}.depot-bottom>div{flex:1}.depot-bottom small{font-size:9px;color:#c4c9b2;display:block;margin-bottom:8px}.depot-bottom b{font-size:20px;font-weight:500}.depot-bottom em{font-style:normal;font-size:10px;margin-left:7px;color:#b7c0a5}.depot-bottom .bar{margin-top:10px;background:#5b6850}.depot-bottom button{padding:9px;font-size:11px}.waybill{background:#fcf7e9;border:1px solid #b5ac96;border-top:4px solid #8b4332;display:flex;flex-direction:column;padding:22px;box-shadow:3px 4px 0 #968c7230}.paper-top{font:10px Consolas,monospace;display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed #bab39d;padding-bottom:15px;color:#7f7a67}.waybill-title{padding:22px 0 19px}.waybill-title h2{font:700 25px/1.22 Georgia,serif}.waybill-title h2 span{display:inline;margin:0 10px;color:#a65035;font-weight:400}.waybill-title p{font-size:12px;margin-top:8px}.route-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px 12px}.route-facts small{display:block;color:#847e68;font-size:10px;margin-bottom:5px}.route-facts b{font-size:13px}.paper-note{display:flex;gap:9px;align-items:center;padding:12px 0;margin-top:17px;border-block:1px solid #c9c3ab;font-size:11px;line-height:1.5;color:#6c725c}.paper-note .game-icon{width:25px;height:30px}.salary{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:19px 0}.salary small{font-size:11px;color:#797967}.salary b{font-size:24px;color:#a0412e}.waybill>.primary{width:100%;margin-top:auto;justify-content:space-between}.waybill>.paper-link{justify-content:space-between;font-size:11px;margin-top:8px}.paper-link small{font-size:9px}.refill-cta{margin-bottom:15px}.npc-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.npc-card{display:flex;align-items:stretch;flex-direction:column;text-align:left;padding:0;gap:0;background:#f8f2e6;border:1px solid #bcb49e;overflow:hidden;position:relative}.npc-card:disabled{background:#e4dfce;color:#656d5a}.npc-identity{display:flex;gap:10px;align-items:center;padding:14px 12px}.npc-identity>.portrait{width:51px;height:82px;border:1px solid #afa383}.npc-identity>div{min-width:0}.npc-identity small{font-size:9px;color:#777560;display:block}.npc-identity b{font-family:Georgia,serif;font-size:16px;display:block;margin:5px 0;line-height:1.25}.npc-action{display:block;font-size:9px;color:#a24b31}.npc-quote{font-size:11px;line-height:1.5;padding:0 13px 14px;min-height:57px;font-weight:400}.npc-trust{display:flex;justify-content:space-between;font-size:9px;border-top:1px solid #c6c0ac;padding:9px 12px;margin-top:auto}.npc-trust small{font-size:8px;font-weight:400}.npc-card>.bar{height:3px}.base-lower{display:grid;grid-template-columns:1fr 1fr;gap:30px}.logline{display:flex;gap:18px;font-size:12px;line-height:1.6;margin:13px 0;color:#686e5e}.logline time{font:11px Consolas,monospace;color:#988b70}.phone-peek{display:flex;gap:18px;align-items:center;border:1px solid var(--line);background:#e8e2d0;padding:22px;margin-top:29px}.phone-peek>.portrait{width:53px;height:85px}.phone-peek small{font-size:11px}.phone-peek p{font-size:13px;margin:6px 0}.phone-peek button{font-size:11px}
/* Illustrated map — removes the old vector terrain completely. */
.route-preview{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:23px;align-items:start}.route-preview>.waybill{height:100%}.route-atlas{background:#e3d2ac;border:1px solid #a9a083;box-shadow:0 4px 10px #443b2412;overflow:hidden}.atlas-art{aspect-ratio:16/9;background:url('../assets/ui/route-atlas.png') center/cover;position:relative;min-height:260px}.atlas-sheet{position:absolute;left:17px;top:16px;padding:7px 10px;font:9px Consolas,monospace;background:#fbf2daed;border:1px solid #a79a7b;color:#655d47;text-transform:uppercase}.atlas-sheet b{margin-left:12px}.atlas-origin,.atlas-destination{position:absolute;background:#f9efdaeF;border:1px solid #9d8e6b;padding:8px 11px;color:#383f31;font:700 17px Georgia,serif;box-shadow:2px 3px 0 #665f3b27}.atlas-origin{left:3%;bottom:13%}.atlas-destination{right:3%;top:5%}.atlas-art small{font:9px 'Segoe UI',sans-serif;display:block;margin-top:4px;color:#726a52}.atlas-caption{position:absolute;bottom:8px;right:12px;font-size:8px;color:#756747}.atlas-bottom{border-top:1px solid #a89a76;background:#f0e7cf;padding:14px 21px 16px}.atlas-bottom>div:first-child{display:flex;justify-content:space-between;align-items:center;font-size:13px}.atlas-bottom .game-icon{height:25px;width:34px;margin-right:6px}.atlas-bottom small{color:#716d58;font-size:10px;text-align:right}.atlas-track{position:relative;height:4px;background:#c8c0a7;margin:18px 0 12px}.atlas-track>i{display:block;height:4px;background:#9b422e}.atlas-track>span{position:absolute;bottom:-5px;transform:translateX(-50%)}.atlas-track .game-icon{width:40px;height:35px;filter:drop-shadow(0 2px 1px #e8dcc3)}.atlas-endpoints{display:flex;justify-content:space-between;font-size:10px;color:#766b53}.journey-navigation .route-atlas{width:100%}.journey-navigation .atlas-art{min-height:230px}.journey-navigation .section-label>span{max-width:170px}
/* Journey dashboard reuses the same paper, metal, and controls. */
.journey-layout{grid-template-columns:minmax(0,1fr) 290px;gap:23px}.journey-cockpit,.dispatcher-card,.journey-plans{border:1px solid #aaa18a;border-radius:2px;box-shadow:0 4px 9px #343b2012;background:#f7f0dd}.journey-scene{height:290px}.journey-scene-top>span:last-child{border-radius:1px}.journey-state{background:#ead7ad;border:1px solid #b39c6e;border-radius:1px;color:#464938}.journey-driver>.portrait{border:1px solid #c8bb93;border-radius:1px;box-shadow:none}.journey-driver b{font-family:Georgia,serif}.journey-distance strong{font-family:Georgia,serif;color:#f1d398}.journey-travel-progress{background:#354438}.journey-command{gap:14px}.journey-command>button{font-size:14px;border-radius:2px}.journey-command small{font-size:10px}.journey-style button{background:#efe7d4;border:1px solid #b9b49f;border-radius:0}.journey-style .selected{background:#464f3f;color:#f4ead0;border-color:#464f3f}.journey-gauges>div{border:0;border-right:1px solid #bdb7a0;background:transparent;border-radius:0;padding:12px 14px}.journey-gauges>div:last-child{border-right:0}.journey-gauges b{font:27px Georgia,serif}.journey-gauges>div>.game-icon{width:26px;height:31px}.journey-gauges small{font-size:11px}.journey-pay b{font:25px Georgia,serif;color:#9b402f}.journey-main .section-label h2{font:700 23px Georgia,serif}.journey-main .section-label>span{font-size:10px}.dispatcher-cover{border-radius:0;height:100px;background-image:linear-gradient(0deg,#1d332977,#152a1f11),url('../assets/dispatch.png')}.dispatcher-cover>span{border-radius:0}.dispatcher-identity>.portrait{border-radius:1px;border:1px solid #ac9b72}.dispatcher-identity b{font-family:Georgia,serif}.dispatcher-bubble{background:transparent;border:0;border-left:2px solid #b59968;border-radius:0;padding:5px 0 5px 12px;font:italic 15px/1.6 Georgia,serif;color:#505c43}.dispatcher-watch{font-size:11px}.dispatcher-card>.text-button{font-size:12px;border-top:1px solid #c7c0a7;margin-top:18px}.plan-host h2{font-family:Georgia,serif;font-size:27px}.plan-host>.portrait{border-radius:1px}.journey-plans>p{font-size:12px}.resource-summary{display:flex;gap:12px;align-items:center;padding:15px 0;border-block:1px solid #c7bea5;margin:15px 0}.resource-summary>.game-icon{width:39px;height:48px}.resource-summary>div{flex:1}.resource-summary b{font:22px Georgia,serif}.resource-summary small{font-size:9px;display:block;line-height:1.5;color:#7b765f;margin-top:4px}.resource-summary>span{text-align:right;font-size:13px}.select-label{display:block;font-size:11px;font-weight:650;margin:14px 0 8px}.journey-plans select{width:100%;font-size:13px}.scheme-facts{display:grid;grid-template-columns:1fr 1fr;gap:18px}.scheme-facts small{display:block;color:#79765d}.scheme-facts b{display:block;font:24px Georgia,serif;color:#43563c}.scheme-facts .risk-value{color:#a14530}.journey-plans>.primary{width:100%;justify-content:space-between}.stop-cards{gap:13px}.stop-card{border:1px solid #b9ae95;border-radius:1px;box-shadow:none;background:#fbf4e5}.stop-art{height:110px}.stop-copy{padding:15px}.stop-copy b{font:700 17px Georgia,serif;min-height:39px;color:#343f2c}.stop-copy>span{font-size:12px}.stop-copy small{font-size:10px}.stop-arrow{border:0;border-radius:0;color:#f8e6bd;background:#9d4333;font-size:20px}.journey-log p{font-size:12px}.availability{font-size:11px;color:#827357}
/* Garage, store, and skill progression. */
.garage-top{display:grid;grid-template-columns:1fr 1fr;gap:25px}.garage-photo{min-height:365px;position:relative;isolation:isolate;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;padding:25px;color:#fff3d7}.garage-photo:before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#18241bea,transparent);z-index:-1}.garage-photo>.portrait{position:absolute;right:22px;bottom:25px;width:74px;height:120px;border:1px solid #b7b192}.garage-photo h2{font-size:30px;max-width:70%}.garage-photo p{color:#c8d0b8;margin-top:7px}.parts{background:#faf4e7;border:1px solid #bdb29a;padding:7px 20px 20px}.part{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid #d5cab1}.part>div{flex:1;min-width:0;display:grid;grid-template-columns:1fr auto;gap:8px;font-size:12px}.part .bar{grid-column:1/-1}.part>button{font-size:11px;min-width:130px;padding:10px 12px}.parts>small{display:block;margin-top:15px;font-size:10px;line-height:1.6;color:#6a7059}.fleet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.vehicle-card{position:relative;background:#f7f0df;border:1px solid #b8af98;padding:23px;display:flex;align-items:flex-start;flex-direction:column;min-width:0}.vehicle-card>.game-icon{width:108px;height:78px;margin:0 0 18px;filter:drop-shadow(0 5px 2px #6f684225)}.vehicle-card h3{font:700 23px Georgia,serif;margin:8px 0 11px}.vehicle-card p{font-size:12px;margin-bottom:12px}.vehicle-card>small{font-size:10px;color:#77785f;line-height:1.6;margin-bottom:18px}.vehicle-card button{margin-top:auto;width:100%;font-size:12px}.owned{border-top:3px solid #526b48}.market{display:grid;grid-template-columns:240px 1fr;gap:30px;background:#343f32;color:#f4e8cf;padding:30px;margin-bottom:25px}.market>div:first-child>.portrait{width:65px;height:105px;float:left;margin:0 18px 18px 0;border:1px solid #b6aa83}.market .eyebrow{color:#bec4a8;font-size:9px}.market h2{font-size:25px;margin:10px 0}.market p{font-size:12px;color:#bbc6ac;clear:both}.buyers{display:grid;grid-template-columns:1fr 1fr;gap:13px}.buyer{border:1px solid #7b866780;padding:17px;background:#46513d;display:flex;flex-direction:column;align-items:stretch}.buyer>b{font:700 18px Georgia,serif}.buyer>small{font-size:10px;line-height:1.55;color:#ccd0b7;margin:7px 0 16px;flex:1}.buyer button{font-size:11px;background:#e9dfc4;border-color:#b3aa8e;color:#3b442f}.buyer button:disabled{background:#424d3a;color:#9eaa8c;border-color:#687358}.shop-balance{display:flex;align-items:center;gap:10px;font:27px Georgia,serif;white-space:nowrap}.shop-balance .game-icon{width:42px;height:36px}.items-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.item-card{display:flex;flex-direction:column;background:#faf4e6;border:1px solid #b9af95;padding:18px;position:relative}.item-card.owned{border-top:3px solid #526b48}.item-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.item-top .eyebrow{font-size:8px}.owned-tag{font-size:9px;color:#567148}.can-art{height:155px;display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 0}.can-art>.game-icon{width:95px;height:125px;filter:drop-shadow(0 7px 3px #6d644328)}.can-art>b{font:37px Georgia,serif;color:#82734c}.can-art small{display:block;font:8px 'Segoe UI',sans-serif;letter-spacing:1px}.item-card h3{font:700 18px Georgia,serif;min-height:44px}.item-card p{font-size:11px;margin:8px 0 17px}.item-card button{width:100%;margin-top:auto;font-size:12px}.skills-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.skill-branch{border-top:3px solid #53634a;background:#f7f0df;padding:23px;border-inline:1px solid #c4baa1;border-bottom:1px solid #c4baa1}.skill-heading{min-height:184px;border-bottom:1px solid #c9bea4;padding-bottom:20px}.skill-heading>span>.game-icon{width:62px;height:64px;margin-bottom:15px}.skill-heading h2{font-size:26px}.skill-heading p{font-size:12px;margin-top:8px}.skill-node{display:flex;gap:12px;padding:22px 0;border-bottom:1px solid #cec4ac}.skill-node:last-child{border:0;padding-bottom:0}.node-level{font:22px Georgia,serif;flex:0 0 30px;color:#9c9174}.skill-node h3{font-size:14px}.skill-node p{font-size:11px;line-height:1.6;margin-top:6px}.skill-node button{font-size:10px;min-height:39px;padding:9px;margin-top:12px}.skill-node.learned .node-level{color:#4f764d}.skill-node.learned h3{color:#526d42}
/* Phone, archives, and standalone pages. */
.phone-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(250px,1fr);gap:33px;align-items:start}.messages{background:#fcf7e9;border:1px solid #bcb29b;padding:0 25px;box-shadow:3px 4px 0 #8f8b7220}.message{display:flex;gap:20px;padding:26px 0;border-bottom:1px solid #d1c5ab}.message:last-child{border:0}.message>.portrait{width:60px;height:100px;flex:0 0 60px;border:1px solid #a99b79}.message>div:not(.portrait){flex:1;min-width:0}.message header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.message header b{font:700 20px Georgia,serif;color:#3d5036}.message time{font:10px Consolas,monospace;color:#8c8269}.message p{font-size:14px;line-height:1.7;color:#545e48;margin-top:11px}.phone-layout aside>.section-label:first-child{margin-top:0}.quest{border-bottom:1px solid #bdb398;padding:6px 0 22px;margin-bottom:18px}.quest-person{margin-bottom:10px;display:flex;gap:12px;align-items:center}.quest-person>.portrait{width:34px;height:56px;flex:0 0 34px;border-radius:0;border:1px solid #a99b79}.quest-person small{font-size:11px;color:#777058}.quest h3{font:700 20px Georgia,serif}.quest p{font-size:12px;margin:10px 0 14px}.quest button{font-size:11px}.chain-note{font-size:13px;margin:10px 0}.chain-note small{display:block;font-size:10px;color:#8a8168;margin-top:5px}.training-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.training-card{background:#faf3e2;border:1px solid #b9ad8e;border-top:4px solid #655d41;padding:28px 25px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:3px 4px 0 #796e4d16}.training-card>.game-icon{width:95px;height:97px;margin-bottom:22px}.training-card h2{font-size:27px;margin:9px 0 13px}.training-card p{font-size:13px}.training-levels{display:flex;align-items:center;gap:8px;margin:24px 0 15px;width:100%}.training-levels>span{display:grid;place-items:center;width:33px;height:33px;border:1px solid #bfb496;font:18px Georgia,serif;color:#938d77}.training-levels .done{background:#4d6244;color:#f6ebca;border-color:#4d6244}.training-levels small{font-size:10px;color:#81765b;margin-left:auto}.training-result{min-height:42px}.training-card button{margin-top:20px;width:100%;font-size:12px}.unlock-ledger{margin-top:35px;padding:25px 0;border-top:1px solid #b4aa8e}.unlock-ledger>p{font-size:12px;margin:10px 0 20px}.unlock-ledger>div{display:grid;grid-template-columns:repeat(4,1fr)}.unlock-ledger article{border-right:1px solid #bfb596;padding:0 25px}.unlock-ledger article:first-child{padding-left:0}.unlock-ledger article:last-child{border:0}.unlock-ledger article>b{font:36px Georgia,serif;color:#8b7c58}.unlock-ledger article>span{font-size:10px;color:#8b8064;margin-left:5px}.unlock-ledger small{display:block;font-size:11px;margin-top:9px}.unlock-ledger .available b{color:#4a7040}.honours-board{display:grid;grid-template-columns:1fr 1fr;background:#48503f;border:10px solid #323c2e;gap:1px;padding:16px;box-shadow:inset 0 0 40px #1d291a44}.honour{display:grid;grid-template-columns:85px minmax(0,1fr);gap:18px;padding:27px 24px;margin:9px;background:#e3dcc8;border:1px solid #b4a788;position:relative;box-shadow:1px 4px 4px #18211233}.honour-badge{position:relative;align-self:start}.honour-badge .game-icon{width:72px;height:100px;filter:grayscale(.9);opacity:.55}.honour-badge>span{display:block;text-align:center;font:10px Consolas,monospace;color:#8f8368;margin-top:8px}.honour small{font-size:9px;letter-spacing:1px;text-transform:uppercase;color:#897b5d}.honour h2{font-size:22px;margin:9px 0 11px}.honour p{font-size:12px;line-height:1.6}.honour-state{grid-column:2;font-size:9px;text-transform:uppercase;letter-spacing:1px;color:#877a5b;padding-top:11px;border-top:1px solid #c2b79a}.honour.unlocked{background:#fbedd0}.honour.unlocked .game-icon{filter:none;opacity:1}.honour.unlocked .honour-state{color:#a7482c}.manual-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:50px}.manual-steps article{display:flex;gap:26px;border-bottom:1px solid #bfb59c;padding:25px 0}.manual-steps article:first-child{padding-top:0}.manual-steps .game-icon{width:69px;height:80px}.manual-steps h2{margin:6px 0 12px;font-size:25px}.manual-steps p{font-size:14px;max-width:650px}.manual-steps .eyebrow{font-size:9px;color:#9f6943}.controls-sheet{background:#f9f2df;padding:25px;border:1px solid #b5a482;border-top:4px solid #8e4730;align-self:start;position:sticky;top:25px;box-shadow:3px 4px 0 #9b8c6920}.controls-sheet h2{margin:10px 0 20px}.controls-sheet dl>div{display:block;margin:19px 0}.controls-sheet dd{text-align:left;margin:9px 0 0;font-size:12px;color:#62644f;line-height:1.6}.controls-sheet p{font-size:12px}kbd{display:inline-block;background:#ded4ba;padding:5px 10px;border:1px solid #ab9f7f;box-shadow:0 2px 0 #a79d82;font:12px Consolas,monospace}hr{border:0;border-top:1px solid #c5b79a;margin:20px 0}.stat-tiles{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid #b3ab91;margin-bottom:35px;background:#ece1c8}.stat-tiles>div{padding:23px;border-right:1px solid #bfb398}.stat-tiles>div:last-child{border:0}.stat-tiles small{font-size:10px;color:#7a735c;display:block;margin-bottom:10px}.stat-tiles strong{display:block;font:32px Georgia,serif;color:#8e3d2a}.stats-detail{background:#fcf6e7;padding:26px 30px;border:1px solid #bcb097;max-width:1000px}.stats-detail h2{font-size:25px;border-bottom:2px solid #685e45;padding-bottom:18px}dl{margin:15px 0}dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:15px;padding:9px 0}dt{color:#76735e}dd{margin:0;text-align:right}.stats-detail dl{columns:2;column-gap:45px}.stats-detail dl>div{break-inside:avoid;border-bottom:1px solid #d0c4a7;font-size:12px}.history-row{display:grid;grid-template-columns:1fr repeat(4,auto);gap:25px;border-bottom:1px solid #bdb196;padding:17px 0;font-size:12px}.history-row strong{color:#8c442f}.settings-panel{max-width:920px;border:1px solid #b7ab90;background:#f9f1dd;padding:6px 28px;box-shadow:4px 5px 0 #8c825c1c}.settings-panel>div{display:flex;align-items:center;gap:16px;padding:25px 0;border-bottom:1px solid #c8baa0}.settings-panel>div:last-child{border:0}.settings-panel>div>span{flex:1}.settings-panel b{font:700 20px Georgia,serif}.settings-panel small{display:block;color:#7d765f;font-size:12px;margin-top:8px;line-height:1.5}.settings-panel button{min-width:120px}.settings-panel .selected{background:#506444;color:#f3eed8;border-color:#506444}.import-label{position:relative;overflow:hidden}.import-label input{position:absolute;width:100%;height:100%;inset:0;opacity:0;cursor:pointer}
/* Dialogues, settlement, and dismissal. */
.novel{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;min-height:690px;border:1px solid #807557;background:#253324}.novel-background{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;filter:brightness(.65)}.novel:before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#142018e8,transparent);z-index:-1}.novel-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 25px;background:#1f2a22b8;color:#e9dbbb;border-bottom:1px solid #d1ccab33}.novel-header b{font:19px Georgia,serif}.page-count{font-size:11px;color:#b8c0a7}.novel-cast{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;min-height:310px;padding:25px 7% 0}.cast{width:185px;flex-shrink:0;filter:brightness(.8)}.cast.speaking{filter:none}.cast .portrait{width:100%;height:280px;border:1px solid #a8a487;box-shadow:0 9px 20px #0005}.cast>span{display:block;padding:8px 10px;background:#ded3b4;color:#424834;text-align:center;font:15px Georgia,serif}.novel-silence{font-size:11px;color:#c9cbb4;text-align:center;align-self:center}.event-scene-label{color:#f9e6bd;align-self:center}.event-scene-label h2{font-size:34px}.event-scene-label p{color:#bfc5ab;margin-top:10px}.dialogue-box{position:relative;margin:22px 4% 28px;padding:26px 30px 30px;background:#f2e7cc;border:1px solid #97886a;border-top:4px solid #9f4930;box-shadow:0 12px 35px #0004;color:#30382b}.speaker-name{font-size:10px;text-transform:uppercase;letter-spacing:1.4px;color:#9a492f;font-weight:650}.dialogue-box h2{font:24px/1.5 Georgia,serif;margin:13px 0 25px;max-width:1000px}.dialogue-next{display:flex;justify-content:space-between;align-items:center;gap:20px}.dialogue-next>span{font-size:11px;color:#8d8165}.dialogue-next>.primary{min-width:160px}.choice-heading{display:flex;justify-content:space-between;font-size:12px;color:#7e745b;margin-bottom:13px}.choice-heading>span{font-size:10px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:11px}.choice{justify-content:flex-start;align-items:center;text-align:left;background:#fbf4e1;border:1px solid #b8a988;min-height:62px;padding:15px 17px;font-size:13px;gap:14px}.choice-number{flex:0 0 27px;color:#9f4a2f;font:21px Georgia,serif;border-right:1px solid #c7b896;padding-right:8px}.choice>span:nth-child(2){flex:1}.choice em{font-style:normal;color:#a35c33;font-size:11px;white-space:nowrap}.choice small{display:block;font-size:10px;font-weight:400;margin-top:5px;color:#877754}.result-effects{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.result-effects span{padding:8px 12px;background:#e2dec2;border:1px solid #b1b18b;font-size:12px;color:#4b603d}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:27px}.report-paper{padding:30px;background:#fdf5df;border:1px solid #b3a483;border-top:4px solid #525e43;box-shadow:4px 5px 0 #85785720}.report-paper>small{font:10px Consolas,monospace;color:#8b7a57}.report-paper h2{font-size:29px;margin:16px 0 20px}.report-paper dl{border-block:1px solid #b8aa8a;padding:10px 0}.report-paper dl>div{font-size:13px}.report-paper dd.money{font-size:22px;color:#8e482d}.report-paper p{font-size:13px;margin:20px 0}.report-paper .primary{width:100%;margin-bottom:15px}.stamp-small{border:2px solid #7d4630;padding:12px;color:#7d4630;transform:rotate(-5deg);font:16px Georgia,serif}.monitor{background:#293627;color:#c4cfab;padding:25px;border:8px solid #404838;box-shadow:inset 0 0 20px #12220e5c}.monitor-title{font-size:9px;display:flex;justify-content:space-between;gap:10px}.monitor>svg{width:100%;display:block;margin:22px 0}.monitor-numbers{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #6c7955;padding-top:18px}.monitor-numbers small{display:block;font-size:9px;color:#9faa8a;margin-bottom:8px}.monitor-numbers b{font:22px Consolas,monospace}.monitor p{font:italic 19px/1.4 Georgia,serif;color:#d5d9b7;margin:25px 0 13px}.monitor>small{font-size:8px;color:#9da78c}.report-actions{display:flex;gap:12px;margin-top:25px}.report-actions button{flex:1}.game-over{display:grid;grid-template-columns:.85fr 1fr;gap:0;background:#e9dcc0;border:1px solid #ac9c7a;min-height:600px}.over-art{background:linear-gradient(0deg,#18251ee8,transparent),url('../assets/office.png') center/cover;display:flex;align-items:flex-end;justify-content:center;padding:50px 30px}.over-art>.portrait{width:200px;height:330px;border:1px solid #b7a984;box-shadow:0 10px 25px #0007}.over-copy{padding:45px}.over-copy h1{font-size:50px;color:#9e3f2a;margin:20px 0}.over-copy>p{font-size:15px}.over-stats{display:flex;gap:27px;padding:22px 0;margin:25px 0;border-block:1px solid #baa988}.over-stats strong{display:block;font:27px Georgia,serif}.over-stats small{display:block;font-size:8px;margin-top:8px;color:#8a7a58}.meta-earned{display:flex;align-items:center;gap:20px;font:40px Georgia,serif;color:#955236;margin:25px 0}.meta-earned span{font:12px 'Segoe UI',sans-serif}.meta-earned small{display:block;font-size:10px;color:#8a7d5f;margin-top:7px}.over-copy>.primary,.over-copy>.secondary{width:100%;margin-top:15px}
.fuel-audit{padding:27px;background:#34452f;color:#ece3c9;border:1px solid #5c6b45;box-shadow:0 6px 15px #28351d22}.fuel-audit header{display:flex;gap:18px;align-items:center;padding-bottom:24px;border-bottom:1px solid #81916a66}.fuel-audit header>.portrait{width:50px;height:82px;border:1px solid #c3b586}.fuel-audit .eyebrow{color:#bac5a3;font-size:9px}.fuel-audit h2{font-size:24px;margin-top:8px}.audit-bars{margin:28px 0}.audit-bars>div{display:grid;grid-template-columns:1fr auto;gap:11px;margin:24px 0;font-size:12px;color:#c9d1b5}.audit-bars b{color:#eee2bd;font-size:18px}.audit-bars .bar{grid-column:1/-1;height:10px;background:#6f7c5960}.audit-bars .bar i{background:#9cab75}.audit-bars .bar.orange i{background:#da9b60}.audit-difference{display:flex;justify-content:space-between;padding:20px 0;border-block:1px solid #81916a66;font-size:12px;color:#c9d1b5}.audit-difference b{font:26px Georgia,serif;color:#edc18a}.fuel-audit blockquote{font:italic 20px/1.5 Georgia,serif;margin-top:25px;color:#dfddbf}
@media(min-width:701px){.cover-header{padding-block:16px}.cover-body{padding-top:30px;padding-bottom:32px}.cover-title h1{font-size:clamp(67px,6.4vw,98px);margin:18px 0 20px}.cover-intro{font-size:17px}.cover-start{margin-top:24px}.destination{min-height:100px;padding-block:18px}.cover-footer{padding-block:16px}}
@media(min-width:1600px){.game-content{padding:42px 50px 60px}.npc-identity>.portrait{width:65px;height:104px}.npc-identity b{font-size:19px}.npc-quote{font-size:12px}.journey-layout{grid-template-columns:minmax(0,1fr) 330px}.journey-scene{height:350px}}
@media(max-width:1250px){.screen{padding:27px 35px 60px}.hud{gap:18px;padding:12px 20px}.hud-metrics{gap:16px}.hud-item>.game-icon{display:none}.hud-driver>span{display:none}.rail{width:166px;flex-basis:166px;padding-inline:9px}.rail-brand b{font-size:15px}.rail button{font-size:12px;padding-inline:7px;gap:9px}.game-content{padding:28px 27px 45px}.base-primary,.route-preview{grid-template-columns:minmax(0,1fr) 275px}.waybill{padding:20px}.npc-row{grid-template-columns:repeat(3,minmax(0,1fr))}.npc-identity b{font-size:18px}.npc-quote{min-height:48px}.cover-body{padding:42px 6%;gap:30px}.cover-destinations{margin-inline:4%}.destination{gap:11px;padding:19px 15px}.destination>.game-icon{width:43px;height:55px}.destination b{font-size:16px}.destination em{font-size:10px}.destination-arrow{display:none}.journey-layout{grid-template-columns:minmax(0,1fr) 260px;gap:19px}.journey-command{grid-template-columns:1fr}.journey-gauges>div{display:block}.journey-gauges>div>.game-icon{display:none}.journey-driver{max-width:72%}.journey-driver p{font-size:11px}.journey-sidebar .journey-plans{padding:19px}.items-grid{grid-template-columns:repeat(3,1fr)}.skills-grid{gap:15px}.skill-branch{padding:19px}.skill-node{gap:8px}.skill-node h3{font-size:13px}.cover-note{max-width:340px}.honour{padding:24px 17px;grid-template-columns:65px 1fr;gap:15px}.honour-badge .game-icon{width:58px;height:87px}.stat-tiles strong{font-size:27px}.game-over{grid-template-columns:.7fr 1fr}.over-copy{padding:30px}.over-copy h1{font-size:40px}}
@media(max-width:980px){.hud-metrics{gap:15px}.hud-item strong{font-size:16px}.hud-item small{font-size:8px}.hud-item.shield{display:none}.hud-driver{gap:4px}.rail{width:90px;flex-basis:90px;padding:14px 5px}.rail-brand{display:none}.nav-group-label{display:none}.rail button{flex-direction:column;justify-content:center;font-size:9px;gap:3px;padding:9px 4px;min-height:68px}.rail .active{border-left-width:3px}.rail-progress{display:none}.rail-bottom{padding-top:20px}.rail .unread{right:13px;top:10px}.game-content{padding:27px 22px 45px}.base-primary,.route-preview{grid-template-columns:minmax(0,1fr) 255px;gap:17px}.depot-bottom{gap:15px;padding:19px}.depot-bottom em{display:none}.depot-bottom button{font-size:0}.depot-speech{left:20px;max-width:240px}.depot-speech>b{font-size:26px}.waybill-title h2{font-size:23px}.phase-steps{display:none}.journey-layout{grid-template-columns:minmax(0,1fr) 250px;gap:17px}.journey-heading h1{font-size:30px}.journey-pay b{font-size:21px}.journey-gauges b{font-size:23px}.journey-gauges small{font-size:9px}.journey-gauges>div{padding:8px}.journey-scene{height:285px}.journey-driver{max-width:65%;gap:10px}.journey-driver p{display:none}.journey-driver small{font-size:9px}.journey-driver b{font-size:20px}.stop-cards{grid-template-columns:1fr}.stop-card{flex-direction:row;align-items:stretch}.stop-art{width:95px;min-height:100px;height:auto}.stop-copy b{min-height:0;font-size:16px}.stop-copy>span{font-size:11px}.stop-copy small{font-size:10px}.atlas-origin,.atlas-destination{font-size:13px;padding:6px 8px}.atlas-sheet{font-size:8px}.atlas-sheet b{margin-left:5px}.atlas-art{min-height:255px}.atlas-destination{top:18%}.journey-navigation .atlas-art{min-height:235px}.atlas-bottom{padding-inline:14px}.atlas-bottom>div:first-child{font-size:11px}.atlas-bottom small{font-size:9px;max-width:45%}.screen{padding-inline:28px}.setup-layout{grid-template-columns:230px 1fr;gap:25px}.driver-file>.portrait{height:265px}.file-copy{padding:19px}.employers{gap:13px}.employer{padding:17px;min-height:260px}.employer>b{font-size:19px}.employer-head{gap:8px}.employer-head small{font-size:8px}.employer-selection{font-size:9px}.employer-pay{font-size:24px}.employer-facts{gap:12px}.setup-bottom{align-items:flex-start;flex-direction:column}.setup-bottom p{max-width:none}.setup-bottom button{width:100%}.cover-body{grid-template-columns:1fr .8fr;gap:30px}.cover-title h1{font-size:85px}.cover-note{max-width:290px;padding:13px;gap:12px}.cover-note>.portrait{width:52px;height:87px}.cover-note blockquote{font-size:17px}.cover-start{flex-wrap:wrap;gap:15px}.cover-start>.primary{min-width:270px}.cover-destinations{grid-template-columns:repeat(2,1fr)}.destination{min-height:98px;border-bottom:1px solid #8f958549}.destination:nth-child(2){border-right:0}.destination:nth-child(3){border-bottom:0}.destination b{font-size:19px}.destination em{font-size:11px}.destination>.game-icon{width:48px;height:55px}.destination-arrow{display:block}.cover-footer{font-size:9px}.cover-body{padding-top:35px;padding-bottom:40px}.training-grid{gap:15px}.training-card{padding:23px 19px}.training-card h2{font-size:24px}.training-levels{flex-wrap:wrap}.training-levels small{width:100%;margin:6px 0 0}.manual-layout{gap:25px;grid-template-columns:1fr 240px}.controls-sheet{padding:20px}.manual-steps article{gap:20px}.manual-steps .game-icon{width:48px;height:64px}.manual-steps p{font-size:13px}.manual-steps h2{font-size:23px}.honours-board{padding:7px;border-width:7px}.honour{margin:7px;padding:20px 15px;gap:12px}.honour h2{font-size:19px}.honour p{font-size:11px}.honour small{font-size:8px}.garage-top{grid-template-columns:1fr}.garage-photo{min-height:280px}.fleet-grid{grid-template-columns:repeat(2,1fr)}.market{grid-template-columns:1fr;gap:25px;padding:25px}.market>div:first-child>p{clear:none}.market>div:first-child{min-height:100px}.market>div:first-child>.portrait{margin-bottom:0}.skills-grid{grid-template-columns:1fr}.skill-heading{min-height:0;display:grid;grid-template-columns:70px 1fr;gap:0 17px}.skill-heading>span{grid-row:1/3}.skill-heading h2{font-size:27px}.skill-heading p{margin:5px 0 0}.skill-node{padding:19px 0}.skill-node h3{font-size:15px}.skill-node p{font-size:12px}.phone-layout{grid-template-columns:minmax(0,1.35fr) minmax(210px,1fr);gap:23px}.messages{padding:0 18px}.message{gap:14px}.message>.portrait{width:47px;flex-basis:47px;height:78px}.message header b{font-size:18px}.message p{font-size:13px}.stat-tiles>div{padding:20px 16px}.stat-tiles strong{font-size:25px}.stat-tiles small{font-size:9px}.stats-detail dl{columns:1}.history-row{gap:15px;font-size:10px}.report-grid{grid-template-columns:1fr}.report-paper{padding:27px}.game-over{grid-template-columns:1fr}.over-art{min-height:250px;padding:20px}.over-art>.portrait{height:220px;width:137px}.novel{min-height:640px}.novel-cast{padding-inline:5%;gap:20px;min-height:280px}.cast{width:145px}.cast .portrait{height:237px}.dialogue-box{padding:23px}.dialogue-box h2{font-size:22px}.choices{grid-template-columns:1fr}.choice{font-size:13px}.novel-header{padding:14px 20px;gap:15px}.novel-header b{font-size:16px}}
@media(max-width:700px){h1{font-size:31px;letter-spacing:-.7px}h2{font-size:23px}.screen{padding:20px 19px 45px;border:0}.topline{margin-bottom:28px;padding-bottom:15px;gap:12px}.topline .eyebrow{font-size:8px;text-align:right;max-width:140px}.topline .wordmark{font-size:0;gap:0}.topline .wordmark .game-icon{width:30px;height:35px}.section-heading,.base-heading{gap:18px;margin-bottom:23px;flex-wrap:wrap}.section-heading h1{margin-bottom:11px}.section-heading>div>p:not(.eyebrow){font-size:13px}.section-heading .eyebrow{font-size:9px}.experience{padding:0 0 0 16px;text-align:left;font-size:24px}.experience strong{font-size:27px}.experience small{font-size:9px}.cover-header{padding:18px 6%}.cover-header .wordmark{font-size:18px}.cover-header .wordmark .game-icon{width:33px;height:41px}.cover-header .wordmark small{font-size:8px}.cover-settings{font-size:11px;min-width:85px;padding:8px}.cover-body{display:block;padding:33px 7% 35px}.cover-title>.eyebrow{font-size:9px;letter-spacing:1.3px;max-width:240px}.cover-title h1{font-size:77px;letter-spacing:-3px;margin:23px 0}.cover-intro{font-size:17px}.cover-start{gap:10px;margin-top:25px}.cover-start>.primary{min-width:0;width:100%;min-height:62px;font-size:18px}.cover-start>.text-button{font-size:11px}.cover-caption{font-size:9px;margin-top:16px}.cover-note{display:none}.cover:before{background:linear-gradient(90deg,#17211fed,#18221f80),linear-gradient(0deg,#14221aff,transparent 80%),url('../assets/depot.png') 60% center/cover}.cover-destinations{margin:0 6%;grid-template-columns:1fr 1fr}.destination{gap:9px;padding:15px 12px;min-height:109px;align-items:flex-start}.destination>.game-icon{width:32px;height:43px;margin-top:6px}.destination b{font-size:16px;line-height:1.2}.destination small{font-size:8px;margin-bottom:5px}.destination em{font-size:9px;line-height:1.4}.destination-arrow{display:none}.cover-footer{padding:20px 6% 24px;font-size:8px;line-height:1.6}.cover-footer>span{display:none}.setup-layout{display:block}.driver-file{display:grid;grid-template-columns:108px 1fr;margin-bottom:30px}.file-tab{grid-column:1/-1;padding:10px 15px;font-size:9px}.driver-file>.portrait{width:108px;height:180px;align-self:start;margin:17px 0 0 14px}.file-copy{padding:17px 17px 18px 30px}.file-copy>.eyebrow{font-size:9px}.file-copy label{font-size:10px;margin:11px 0 7px}.file-copy input{font-size:18px;min-height:42px;padding:8px 10px}.file-copy dl{font-size:10px;margin:12px 0;padding:4px 0}.file-copy dl>div{padding:6px 0;gap:7px}.file-copy p{font-size:10px}.employment .section-label h2{font-size:22px}.employment .section-label>span{font-size:10px}.employers{grid-template-columns:1fr;gap:15px}.employer{min-height:0;padding:18px 20px}.employer-head{margin-bottom:11px}.employer-head small{font-size:9px}.employer>b{font-size:23px}.employer>p{min-height:0;font-size:12px;margin-bottom:16px}.employer-pay{font-size:27px}.employer-facts{padding:12px 0;margin-top:14px;font-size:11px;gap:30px}.employer-foot{font-size:10px}.setup-bottom p{font-size:11px}.hud{display:flex;gap:14px;padding:12px 15px;align-items:stretch}.shift{padding-right:13px;align-self:center}.shift strong{font-size:29px}.hud-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 15px;align-items:start}.hud-item{min-width:0;gap:0}.hud-item strong{font-size:14px;line-height:1.15}.hud-item small{font-size:8px;margin-bottom:4px}.hud-item em{font-size:8px}.hud-item.suspicion .bar{height:2px;margin-top:4px}.hud-driver{align-self:center;margin-left:auto}.hud-driver>.portrait{display:none}.hud-driver>.icon-button{padding:5px;min-width:24px}.game-layout{display:block;min-height:0}.rail{width:100%;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));position:relative;border:0;background:#2c382e}.rail>button{margin:0;padding:10px 2px 8px;border:0;border-bottom:3px solid transparent;min-height:64px;font-size:8px;gap:5px}.rail>button>.game-icon{width:26px;height:27px}.rail .active{border-left:0;border-bottom-color:#ae4b31}.rail .unread{top:7px;right:12px}.rail-bottom{grid-column:1/-1;display:flex;padding:0;border-top:1px solid #66745755;justify-content:flex-end;background:#263025}.rail-bottom>button{display:flex;flex-direction:row;min-height:30px;padding:5px 13px;font-size:9px;gap:7px}.rail-bottom .game-icon{width:18px;height:18px}.game-content{padding:25px 18px 40px;margin:0}.base-primary,.route-preview{grid-template-columns:1fr;gap:20px}.depot-scene{min-height:355px}.depot-caption{padding:16px}.comic-label{font-size:9px;padding:7px 10px}.depot-speech{left:19px;bottom:115px;max-width:80%}.depot-speech>b{font-size:29px}.depot-speech p{font-size:12px;max-width:250px}.depot-bottom{padding:20px 17px;gap:17px}.depot-bottom em{display:block;margin:4px 0 0;font-size:8px}.depot-bottom b{font-size:18px}.depot-bottom small{font-size:9px}.depot-bottom button .game-icon{width:27px;height:27px}.waybill{padding:23px}.waybill-title h2{font-size:27px}.waybill-title h2 span{display:inline;margin:0 7px}.route-facts{gap:18px 30px}.waybill .salary b{font-size:28px}.waybill>.primary{min-height:48px}.npc-row{grid-template-columns:1fr 1fr;gap:12px}.npc-identity{padding:12px 10px;gap:9px;align-items:flex-start}.npc-identity>.portrait{width:39px;height:64px}.npc-identity b{font-size:15px}.npc-identity small{font-size:8px}.npc-action{font-size:8px}.npc-quote{font-size:10px;padding:0 11px 13px;min-height:61px}.npc-trust{font-size:8px}.base-lower{grid-template-columns:1fr;gap:0}.phone-peek{margin-top:19px;padding:20px}.section-label h2{font-size:23px}.section-label>span{font-size:9px;max-width:125px}.logline{font-size:11px;gap:14px}.journey-layout{grid-template-columns:1fr;gap:25px}.journey-heading{display:block}.journey-heading h1{font-size:31px}.journey-pay{text-align:left;display:flex;align-items:baseline;gap:12px;margin-top:15px}.journey-pay b{font-size:22px}.journey-pay small{font-size:10px}.journey-scene{height:280px}.journey-scene-top{padding:13px;flex-wrap:nowrap;font-size:10px;gap:8px}.journey-state{font-size:10px}.journey-driver{left:16px;max-width:70%;bottom:24px}.journey-driver>.portrait{width:43px;height:72px;flex-basis:43px}.journey-driver p{display:block;font-size:10px}.journey-driver small{font-size:9px}.journey-driver b{font-size:21px}.journey-distance{right:16px;bottom:30px}.journey-distance strong{font-size:33px}.journey-command{padding:18px 15px;grid-template-columns:1fr;gap:13px}.journey-command>button{min-height:49px;font-size:15px}.journey-command .secondary{font-size:13px}.journey-command .secondary small{display:block;margin:4px 0 0;font-size:10px}.journey-style{gap:10px;padding:0 15px 18px}.journey-style>span{font-size:10px}.journey-style button{font-size:11px;min-height:39px;padding:8px 15px}.journey-style>small{font-size:10px}.journey-gauges{margin-top:20px;gap:0}.journey-gauges b{font-size:25px}.journey-gauges>div{padding:6px 10px}.journey-gauges small{font-size:9px}.journey-gauges .bar{margin-top:10px;height:4px}.journey-main .section-label h2{font-size:23px}.journey-main .section-label>span{font-size:9px}.atlas-art{min-height:0;aspect-ratio:1.4;background-size:cover}.journey-navigation .atlas-art{min-height:0;aspect-ratio:1.4}.atlas-sheet{left:10px;top:10px;font-size:8px}.atlas-origin{left:10px;bottom:12%;font-size:13px}.atlas-destination{right:9px;top:22%;font-size:13px}.atlas-art small{font-size:8px}.atlas-bottom>div:first-child{font-size:11px;gap:12px}.atlas-caption{font-size:7px}.atlas-bottom small{font-size:9px}.stop-art{width:105px}.stop-copy{padding:15px 26px 15px 14px}.stop-copy b{font-size:18px}.stop-copy>span{font-size:12px}.stop-copy small{font-size:10px}.stop-arrow{height:22px;width:22px;font-size:17px;top:8px;right:8px}.journey-sidebar{display:grid;grid-template-columns:1fr;gap:23px}.dispatcher-identity b{font-size:23px}.dispatcher-bubble{font-size:17px}.dispatcher-watch{font-size:12px}.dispatcher-card>.text-button{font-size:13px}.journey-sidebar .journey-plans{padding:23px}.plan-host>.portrait{width:50px;flex-basis:50px;height:83px}.plan-host h2{font-size:31px}.journey-plans>p{font-size:13px}.journey-plans .scheme-description{font-size:13px}.journey-plans .scheme-facts small{font-size:11px}.journey-plans .scheme-facts b{font:26px Georgia,serif}.garage-top{gap:20px}.garage-photo{min-height:260px;padding:21px}.garage-photo>.portrait{width:65px;height:107px;right:20px;bottom:21px}.garage-photo h2{font-size:29px}.parts{padding:4px 15px 17px}.part{gap:12px;padding:16px 0}.part>div{font-size:11px}.part>button{min-width:118px;font-size:10px;padding:9px}.fleet-grid{grid-template-columns:1fr 1fr;gap:12px}.vehicle-card{padding:17px}.vehicle-card>.game-icon{width:90px;height:64px;margin-bottom:12px}.vehicle-card>.eyebrow{font-size:8px}.vehicle-card h3{font-size:20px}.vehicle-card p{font-size:10px}.vehicle-card>small{font-size:9px}.vehicle-card button{font-size:10px;padding:10px 6px}.market{padding:23px 19px;gap:20px}.market h2{font-size:25px}.buyers{grid-template-columns:1fr}.buyer{padding:17px}.buyer>b{font-size:21px}.buyer>small{font-size:11px}.buyer button{font-size:12px}.items-grid{grid-template-columns:1fr 1fr;gap:12px}.item-card{padding:13px}.item-top .eyebrow{font-size:7px;letter-spacing:.4px}.can-art{height:145px;gap:3px}.can-art>.game-icon{width:70px;height:110px}.can-art>b{font-size:30px}.can-art small{font-size:7px}.item-card h3{font-size:17px;min-height:43px}.item-card p{font-size:10px}.item-card button{font-size:11px;padding-inline:6px}.phone-layout{grid-template-columns:1fr;gap:26px}.messages{padding:0 19px}.message{padding:23px 0;gap:15px}.message>.portrait{width:48px;height:80px;flex-basis:48px}.message header b{font-size:20px}.message time{font-size:9px}.message p{font-size:13px}.quest{padding-bottom:24px;margin-bottom:20px}.quest-person small{font-size:12px}.quest h3{font-size:22px}.quest p{font-size:13px}.quest button{font-size:12px}.training-grid{grid-template-columns:1fr;gap:20px}.training-card{padding:25px}.training-card>.game-icon{width:83px;height:85px;margin-bottom:20px}.training-card h2{font-size:30px}.training-levels{flex-wrap:nowrap}.training-levels small{width:auto;margin-left:auto}.training-result{min-height:0}.training-card button{min-height:47px;font-size:13px}.unlock-ledger>div{grid-template-columns:1fr 1fr;gap:20px 0}.unlock-ledger article{padding-left:20px}.unlock-ledger article:nth-child(odd){padding-left:0}.unlock-ledger article:nth-child(even){border:0}.unlock-ledger h2{font-size:25px}.unlock-ledger small{font-size:10px}.honours-board{grid-template-columns:1fr;border-width:6px;padding:7px}.honour{grid-template-columns:65px 1fr;padding:22px 17px;margin:7px;gap:16px}.honour h2{font-size:22px}.honour p{font-size:12px}.honour small{font-size:8px}.honour-state{font-size:8px}.manual-layout{grid-template-columns:1fr;gap:25px}.manual-steps article{gap:17px;padding:25px 0}.manual-steps .game-icon{width:44px;height:63px}.manual-steps h2{font-size:24px}.manual-steps p{font-size:13px}.controls-sheet{position:static}.stat-tiles{grid-template-columns:1fr 1fr}.stat-tiles>div{padding:20px 15px;border-bottom:1px solid #bfb398}.stat-tiles>div:nth-child(even){border-right:0}.stat-tiles>div:nth-child(n+3){border-bottom:0}.stat-tiles strong{font-size:27px}.stat-tiles small{font-size:9px}.stats-detail{padding:23px 18px}.stats-detail h2{font-size:23px}.stats-detail dl>div{font-size:11px;gap:15px;padding:12px 0}.history-row{display:flex;flex-wrap:wrap;gap:10px 20px;font-size:11px;padding:19px 0}.history-row>b{width:100%;font:19px Georgia,serif}.settings-panel{padding:0 20px}.settings-panel>div{flex-wrap:wrap;gap:15px;padding:23px 0}.settings-panel>div>span{flex-basis:100%}.settings-panel b{font-size:22px}.settings-panel small{font-size:12px}.settings-panel button{font-size:12px;min-width:113px}.report-paper{padding:23px}.report-paper h2{font-size:27px}.report-paper dl>div{font-size:12px;gap:12px}.report-paper dd.money{font-size:20px}.monitor{padding:19px;border-width:5px}.monitor-title{font-size:8px}.monitor-numbers{gap:10px}.monitor-numbers b{font-size:20px}.monitor-numbers small{font-size:8px}.report-actions{flex-direction:column}.stamp-small{font-size:13px;padding:8px 12px}.novel{min-height:0;margin:0 -8px}.novel-header{padding:13px;flex-wrap:wrap;gap:10px}.novel-header .comic-label{font-size:8px}.novel-header b{font-size:15px;max-width:65%}.page-count{margin-left:auto;font-size:10px}.novel-cast{padding:24px 6% 0;min-height:220px;gap:15px}.cast{width:111px}.cast .portrait{height:178px}.cast>span{font-size:12px;padding:7px 5px}.novel-silence{display:none}.event-scene-label{max-width:48%}.event-scene-label h2{font-size:24px}.event-scene-label p{font-size:10px}.dialogue-box{margin:18px 12px 17px;padding:20px 17px}.dialogue-box h2{font-size:20px;line-height:1.5;margin:12px 0 23px}.speaker-name{font-size:9px}.dialogue-next{align-items:center;gap:15px}.dialogue-next>span{font-size:9px;max-width:110px}.dialogue-next>.primary{min-width:100px;font-size:12px}.choice-heading{font-size:11px}.choice-heading>span{display:none}.choice{font-size:12px;padding:13px 11px;gap:10px;flex-wrap:wrap}.choice-number{font-size:19px;flex-basis:24px}.choice em{font-size:10px}.choice small{font-size:9px}.result-effects span{font-size:11px;padding:7px 10px}.over-copy{padding:28px 23px}.over-copy h1{font-size:38px}.over-copy>.eyebrow{font-size:9px}.over-stats{gap:20px;flex-wrap:wrap}.over-stats strong{font-size:24px}.over-stats small{font-size:7px}.meta-earned{font-size:36px}.over-copy>p{font-size:13px}.save-status{font-size:8px;padding:10px 15px}.save-status>span{display:none}.alert{font-size:12px;flex-wrap:wrap}.info-strip{font-size:12px;padding:16px}.game-content[data-panel='settings'] .section-heading h1{font-size:32px}}
@media(max-width:370px){.hud{gap:10px;padding-inline:10px}.hud-metrics{gap:10px}.hud-item strong{font-size:12px}.hud-item em{font-size:7px}.shift{padding-right:10px}.game-content{padding-inline:13px}.npc-identity{display:block}.npc-identity>.portrait{float:left;margin:0 8px 6px 0}.npc-identity b{font-size:14px}.destination{padding:15px 9px;gap:7px}.destination>.game-icon{width:28px;height:38px}.destination b{font-size:15px}.cover-title h1{font-size:70px}.employer-facts{gap:22px}.file-copy{padding-left:23px}.history-row{gap:10px}}
@media(max-width:700px){.cover-title h1{font-size:58px;line-height:1;margin:19px 0}.cover-body{padding-top:27px;padding-bottom:27px}.cover-start{margin-top:21px}.setup{padding-bottom:105px}.setup-bottom{position:fixed;inset:auto 0 0;z-index:9;margin:0;padding:12px 18px;background:#eee5d1;border-top:1px solid #a99d80;box-shadow:0 -6px 20px #3e44221a}.setup-bottom p{display:none}.setup-bottom>.primary{width:100%;min-height:49px}.employer:disabled>p,.employer:disabled .employer-facts{display:none}.employer:disabled{padding:17px 20px;min-height:0}.employer:disabled .employer-pay{font-size:21px;margin:15px 0}.employer:disabled>b{font-size:21px}}
@media(max-width:700px){.rail .rail-bottom button>.game-icon{width:18px;height:18px}.rail .rail-bottom>button{min-height:33px}.atlas-bottom>div:first-child{min-height:25px}}
@media(max-width:370px){.cover-title h1{font-size:53px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.reduce-motion *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
