#voyage-hud{position:fixed;right:24px;top:28px;z-index:12;width:300px;box-sizing:border-box;padding:20px;background:#102c32ed;color:#f0ead2;border:1px solid #627b76;border-radius:6px;font:13px system-ui;box-shadow:0 12px 35px #10242444}#voyage-hud[hidden],#voyage-marker[hidden]{display:none}#voyage-hud h2{font-size:21px;margin:10px 0}#voyage-hud small{color:#b7c7b3}#voyage-hud p{line-height:1.7}.voyage-hint{color:#e1c88e}.voyage-actions{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.voyage-actions button,#voyage-hud select{background:#335659;border:1px solid #76928c;border-radius:3px;color:#fff1cb;padding:7px;cursor:pointer}#voyage-hud select{margin-top:12px;max-width:100%}#voyage-wallet{position:fixed;left:28px;bottom:140px;z-index:3;background:#203b3ddd;color:#f3d791;padding:8px 16px;border:1px solid #a48f59;border-radius:3px;font:14px system-ui}#voyage-marker{position:fixed;bottom:100px;left:50%;transform:translateX(-50%);z-index:4;background:#223e43ed;color:#f2e1b6;padding:10px 20px;font:14px system-ui;border:1px solid #7f998c;border-radius:3px}
body[data-expedition="sea"] #quest,body[data-expedition="island"] #quest,body[data-expedition="cave"] #quest,body:not([data-expedition="home"]) #defense-status,body:not([data-expedition="home"]) #read-signal,body:not([data-expedition="home"]) #hotbar,body:not([data-expedition="home"]) #settlement-sign{display:none!important}
@media(max-width:700px){#voyage-hud{right:12px;top:105px;width:240px;padding:12px}#voyage-wallet{left:12px;bottom:140px}#voyage-marker{font-size:12px;max-width:80vw;bottom:92px}.voyage-actions button{font-size:12px;padding:6px}}
body:not([data-expedition="home"]) #waypoint,body:not([data-expedition="home"]) #ability{display:none!important}
body[data-at-dock="true"] #quest{display:none!important}
body:not([data-expedition="home"]) #help,body:not([data-expedition="home"]) #status{display:none!important}

#sea-map-button{position:fixed;right:24px;bottom:76px;z-index:24;padding:12px 22px;background:#193c40;color:#f2e4c6;border:1px solid #93b7ac;border-radius:7px;cursor:pointer}
#sea-map{width:min(900px,90vw);max-height:88dvh;overflow:auto;background:#16383f;color:#e7dfc7;border:1px solid #a9bb9d;border-radius:14px;padding:24px;box-sizing:border-box}#sea-map::backdrop{background:#06151ac9}#sea-map header{display:flex;justify-content:space-between;align-items:center}#sea-map h2{margin:6px 0}#sea-map button{background:#31595a;color:#fff;border:1px solid #779b94;padding:9px;border-radius:6px;cursor:pointer}#sea-map svg{width:100%;max-height:60dvh;background:#102e36;border-radius:8px}#sea-map svg ellipse{cursor:pointer}#sea-map svg ellipse:hover,#sea-map svg ellipse:focus{fill:#b6ba76;stroke:#fff}#sea-map footer,#sea-map p{font-size:13px;line-height:1.7}
