@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#f7f4e9;background:#c4d9d8;font-synthesis:none;--ink:#203d35;--cream:#f4f0e3;--accent:#dbedaa}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input{font:inherit}button{cursor:pointer;border:0}button:focus-visible,input:focus-visible{outline:3px solid #b6d889;outline-offset:3px}button{transition:background .16s}button:hover{filter:brightness(1.08)}[hidden]{display:none!important}#game-container{position:fixed;inset:0}canvas{display:block;touch-action:none}#interactive-overlay{position:fixed;inset:0;pointer-events:none;visibility:hidden}.playing #interactive-overlay{visibility:visible}#interactive-overlay button,#interactive-overlay input,#chat-container{pointer-events:auto}#top-hud{position:absolute;top:24px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;gap:16px}.identity{display:flex;gap:12px;align-items:center;text-shadow:0 1px 12px #203d3566}.brand-mark{font:700 34px Georgia,serif;color:var(--ink);background:var(--cream);width:49px;height:49px;border-radius:15px;text-align:center;line-height:42px}.identity strong{display:block;font-size:14px;letter-spacing:.15em}.identity #current-region-badge{display:block;font-size:12px;margin-top:5px;color:#f1f4ed}.nav-actions{display:flex;align-items:center;gap:8px;padding:6px;border:1px solid #ffffff25;background:#203d35b8;border-radius:14px;backdrop-filter:blur(12px)}.nav-actions button,footer button{background:transparent;color:var(--cream);padding:10px 12px;border-radius:9px;font-size:12px}.nav-actions button:hover,footer button:hover{background:#ffffff1a}#connection-label{font-size:11px;color:#c7d6c4;padding:0 10px}kbd{font:10px DM Sans,sans-serif;border:1px solid #ffffff40;border-radius:4px;padding:2px 4px;margin-left:5px;color:#d9dfd5}#journey-card{position:absolute;left:28px;top:108px;width:245px;padding:18px 20px;background:#203d35bf;border:1px solid #ffffff20;border-radius:14px;backdrop-filter:blur(12px)}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:700;color:#c6d8b2}#journey-card strong{display:block;font-size:17px;font-weight:500;line-height:1.35;margin:10px 0 7px}#objective-detail{font-size:12px;line-height:1.7;color:#d2dacd}.progress-track{height:3px;background:#ffffff23;margin-top:17px;border-radius:4px}#journey-progress{height:3px;background:var(--accent);width:0;transition:width 1s}footer{position:absolute;bottom:22px;left:28px;right:28px;display:flex;align-items:center;justify-content:space-between;gap:12px}footer button{background:#203d35cf;border:1px solid #ffffff25;backdrop-filter:blur(12px)}#play-hint{font-size:11px;letter-spacing:.04em;text-shadow:0 2px 5px #0009}#crosshair{display:none;position:fixed;top:50%;left:50%;width:4px;height:4px;background:#fff9;border-radius:50%;z-index:2;pointer-events:none}.playing #crosshair{display:block}#interact-prompt{display:none;position:absolute;bottom:108px;left:50%;transform:translate(-50%);padding:12px 20px;border-radius:10px;background:var(--cream);color:var(--ink);font-size:13px;text-align:center;box-shadow:0 6px 25px #203d3522}#vehicle-hud{display:none;position:absolute;bottom:77px;right:28px;gap:14px;align-items:center;background:#203d35de;border:1px solid #ffffff25;padding:14px;border-radius:12px;font-size:12px}#vehicle-hud strong{font-size:25px}#vehicle-hud small{font-size:10px;font-weight:400}#vehicle-hud button{background:#ffffff18;color:var(--cream);border-radius:7px;padding:9px}#chat-container{position:absolute;left:28px;bottom:76px;width:330px;border-radius:15px;background:#203d35ed;border:1px solid #ffffff25;padding:15px;backdrop-filter:blur(14px)}.chat-header{display:flex;justify-content:space-between;align-items:center;font-size:12px}.chat-header button{background:transparent;color:#fff;font-size:22px}#chat-messages{max-height:190px;min-height:80px;overflow:auto;margin:12px 0;font-size:12px;line-height:1.55}.chat-msg{margin-bottom:10px;overflow-wrap:anywhere}.chat-msg strong{color:#d9e9b9}.chat-msg-sys{color:#b9caba;font-size:11px}.chat-input-row{display:flex;gap:7px}.chat-input-row input{min-width:0;width:100%;background:#ffffff12;border:1px solid #ffffff28;border-radius:7px;color:#fff;padding:10px;font-size:11px}.chat-input-row button{border-radius:7px;background:var(--accent);color:var(--ink);font-size:12px;padding:10px}#hotbar-wrapper{display:none;position:absolute;bottom:75px;left:50%;transform:translate(-50%);text-align:center}.building #hotbar-wrapper{display:block}#selected-item-name{font-size:12px;background:#203d35dc;border-radius:7px;padding:7px 10px;display:inline-block;margin-bottom:7px}#hotbar-slots{display:flex;padding:6px;background:#203d35dc;border:1px solid #ffffff30;border-radius:12px;gap:5px}.hotbar-slot{position:relative;width:44px;height:44px;border-radius:7px;border:1px solid #ffffff30;display:grid;place-items:center;cursor:pointer;pointer-events:auto;background:#ffffff09;font-size:22px}.hotbar-slot.active{border:2px solid var(--accent);background:#fff2}.slot-number{position:absolute;top:2px;left:4px;font-size:9px}.slot-icon{font-size:23px}#hotbar-wrapper small{display:block;margin-top:7px;font-size:10px;text-shadow:0 1px 4px #000}dialog{border:0;border-radius:22px;padding:32px;background:var(--cream);color:var(--ink);max-width:480px;width:calc(100% - 32px);max-height:85dvh;box-shadow:0 20px 90px #122f3566}dialog::backdrop{background:#18342f88;backdrop-filter:blur(8px)}dialog h2{font:500 29px/1.25 Manrope,sans-serif;letter-spacing:-.04em}dialog .eyebrow{color:#6e826b}.close-dialog{float:right;background:transparent;color:var(--ink);font-size:25px}.route-list{padding-left:24px;list-style-type:decimal-leading-zero}.route-list li{padding:0 0 18px 9px;color:#78926c;font-size:11px}.route-list strong{display:block;color:var(--ink);font-size:14px}.route-list span{display:block;color:#718173;font-size:12px;line-height:1.6;margin-top:5px}#return-hub-btn{width:100%;background:var(--ink);color:var(--cream);padding:14px;border-radius:10px}.muted{font-size:11px;line-height:1.6;color:#788779}dt{font-size:12px;font-weight:700;margin-top:18px}dd{font-size:12px;margin:6px 0;line-height:1.6;color:#738071}.scrim{position:fixed;inset:0;display:flex;align-items:center;background:linear-gradient(90deg,#16352fed,#16352fc9 40%,#16352f05 90%);z-index:10}.welcome-panel{margin-left:8vw;width:520px;max-width:84vw}.welcome-panel h1{font:500 clamp(36px,4.4vw,65px)/1.08 "Manrope",system-ui,sans-serif;letter-spacing:-.055em;margin:24px 0;color:#faf7e9}.welcome-panel p{color:#c6d4c7;font-size:14px;line-height:1.9}.route-preview{display:flex;gap:24px;align-items:center;margin:32px 0 28px;padding:22px 0;border-top:1px solid #ffffff28;border-bottom:1px solid #ffffff28;font-size:16px}.route-preview small{display:block;font-size:11px;margin-top:8px;color:#c1d1bf}.route-preview i{font-style:normal;color:var(--accent);font-size:22px}.welcome-panel label{display:block;font-size:11px;margin-bottom:10px;color:#c8d4c5}.start-row{display:flex;gap:10px}.start-row input{min-width:0;flex:1;background:#ffffff0d;border:1px solid #ffffff35;border-radius:10px;padding:15px;color:#f5f3e8;font-size:13px}.start-row button{background:var(--accent);color:var(--ink);border-radius:10px;padding:15px 22px;font-size:13px;font-weight:700}.start-row button span{margin-left:18px}.welcome-meta{display:flex;justify-content:space-between;margin-top:20px;font-size:10px;color:#b6c8b4}#loading-status{font-size:10px;margin-top:26px;color:#9eb49e}#touch-controls,#touch-actions{display:none}@media (pointer:coarse){.playing #touch-controls{display:block;position:fixed;inset:0;pointer-events:none;z-index:1}#joystick-base{position:absolute;left:25px;bottom:90px;width:104px;height:104px;border:1px solid #fff5;background:#fff1;border-radius:50%;pointer-events:auto;touch-action:none}#joystick-knob{position:absolute;left:50%;top:50%;width:43px;height:43px;transform:translate(-50%,-50%);background:#f5f1e377;border-radius:50%}#look-area{position:absolute;right:0;top:30%;bottom:170px;width:45%;pointer-events:auto;touch-action:none}.playing #touch-actions{display:flex;position:absolute;right:20px;bottom:130px;gap:5px;flex-wrap:wrap;width:160px;z-index:3}#touch-actions button{font-size:10px;padding:10px;background:#203d35c9;color:var(--cream);border-radius:7px}#touch-place,#touch-mine{display:none}.building #touch-place,.building #touch-mine{display:block}#play-hint{display:none}}@media (max-width:700px){#top-hud{top:16px;left:16px;right:16px}.brand-mark{width:38px;height:38px;font-size:28px;line-height:34px}.identity{gap:8px}.identity strong{font-size:11px}.identity #current-region-badge{font-size:10px;max-width:140px}#connection-label{display:none}.nav-actions{gap:0}.nav-actions button{padding:8px;font-size:11px}.nav-actions kbd{display:none}#journey-card{left:16px;top:81px;width:210px;padding:13px 15px}#journey-card strong{font-size:14px}#objective-detail{font-size:11px}footer{left:16px;right:16px;bottom:16px}#vehicle-hud{right:16px;bottom:69px;gap:7px}#vehicle-name{max-width:100px}#chat-container{left:16px;bottom:68px;width:calc(100% - 32px);max-width:350px}#hotbar-slots{gap:3px}.hotbar-slot{width:33px;height:37px}.welcome-panel{margin-left:7vw}.welcome-panel h1{font-size:42px}.start-row{flex-direction:column}.welcome-meta span:last-child{display:none}.route-preview{gap:15px;font-size:13px}.welcome-panel p{font-size:12px}#interact-prompt{bottom:210px;max-width:80%;width:max-content}#play-hint{display:none}}@media (max-height:620px){.welcome-panel h1{font-size:36px;margin:12px 0}.welcome-panel p{font-size:12px}.route-preview{margin:15px 0;padding:13px 0}.welcome-meta,#loading-status{display:none}#journey-card{top:82px}}#money-actions{position:absolute;right:28px;bottom:160px;pointer-events:none}#money-actions button{pointer-events:auto;background:#fffaf1;color:#573e30;border:1px solid #dfc9ad;border-radius:9px;padding:13px}#avatar-choice,#withdraw-amount{display:block;background:#fffaf1;color:#573e30;border:1px solid #cbb59a;border-radius:8px;padding:12px;margin:8px 0 14px;font:inherit;max-width:100%}#avatar-choice:focus-visible{outline:2px solid #ddab70}#withdraw-btn{background:#654935;color:#fffaf1;padding:12px;border-radius:8px}#wallet-balance{white-space:nowrap;font-weight:700;color:#f4d6a5}#atm-result{min-height:2em}@media (max-width:700px){#money-actions{right:15px;bottom:170px}.welcome-panel{max-height:94dvh;overflow:auto}}:root{--ink:#573e30;--cream:#fffaf1;--accent:#dfbd89;color:var(--cream)}.brand-mark{color:#684932;background:#fffaf1}.identity strong{letter-spacing:.035em;font-size:17px;text-transform:none}.nav-actions,#journey-card,footer button,#vehicle-hud,#selected-item-name,#hotbar-slots{background:#583f31e0;border-color:#e8d8c442}.nav-actions{backdrop-filter:blur(12px)}.eyebrow{color:#e4c8a6}#connection-label,#objective-detail{color:#ecded0}kbd{color:#edddc9;border-color:#cbb59a66}#chat-container{background:#513c31f2;border-color:#d9bd994a}.chat-msg strong{color:#f0cc96}.chat-msg-sys{color:#cdbca9}.chat-input-row input{background:#ffffff10;border-color:#e8d7bf44}.chat-input-row button{background:#ead2af}.scrim{background:linear-gradient(90deg,#3b2c24f2,#513d2cc9 42%,#513d2c05 95%)}.welcome-panel p,.welcome-panel label,.welcome-meta{color:#e5d7c6}.welcome-panel h1{color:#fffaf2}.route-preview small{color:#d3bea5}#loading-status{color:#c2ab92}.route-preview{border-color:#e7d6c136}dialog{background:#fffaf2;color:#573e30}dialog .eyebrow{color:#97775b}dialog .muted,dialog dd{color:#8b7868}#return-hub-btn{background:#654935}.progress-track{background:#ffffff23}.hotbar-slot.active{border-color:#eccb98;background:#fff1}button:focus-visible,input:focus-visible{outline-color:#ddab70}#travel-actions{position:absolute;right:28px;top:100px;max-width:325px;text-align:right;pointer-events:none}#travel-actions>span{display:block;font-size:11px;line-height:1.6;background:#fffaf1e8;color:#654b37;padding:10px 13px;border-radius:9px;margin-bottom:8px;box-shadow:0 4px 18px #49382815}#travel-actions button{background:#fffaf1;color:#654b37;border:1px solid #dfc9ad;border-radius:9px;padding:12px;margin:3px;font-size:12px;pointer-events:auto}#journey-dialog{max-width:850px}#district-routes{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.district-route{background:#f0e6d9;border:1px solid #e0cdb7;border-radius:12px;padding:17px;text-align:left;color:#654733}.district-route:hover{background:#e7d7c4}.district-route strong{font-size:16px;display:block}.district-route span{display:block;font-size:13px;margin-top:4px}.district-route small{display:block;font-size:11px;line-height:1.6;margin-top:9px;color:#8a715d}.district-route small:last-child{color:#998673}@media (max-width:700px){.identity strong{font-size:14px}#travel-actions{right:15px;top:auto;bottom:215px;max-width:230px}#travel-actions button{padding:10px;font-size:11px}#district-routes{grid-template-columns:1fr}.district-route{padding:13px}.welcome-panel h1{font-size:37px}}
