:root{--ink: #14232e;--ink-deep: #240807;--coral: #ff5d47;--gold: #ffcb3d;--sky: #38b6ff;--sky-light: #dff2fb;--green: #8fd39a;--inset: #eef7fd;--inset2: #eef4f8;--lock: #9aa7b0;--font-head: "Black Han Sans", "Gothic A1", sans-serif;--font-body: "Jua", "Gothic A1", sans-serif}html[data-theme=dungeon]{--sky: #4a7a86;--sky-light: #e7ded0;--inset: #f3ece0;--inset2: #efe7d9}[data-theme=dungeon] .title{background:linear-gradient(#2c2620,#1a1410 52%,#0b0805)}html{font-size:20px}@media(min-width:480px){html{font-size:22px}}@media(min-width:900px){html{font-size:26px}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-body);color:var(--ink);background:var(--sky-light);-webkit-font-smoothing:antialiased}button{font-family:var(--font-body);cursor:pointer;border:.14rem solid var(--ink);background:#fff;color:var(--ink);border-radius:.6rem;padding:.5rem .6rem;box-shadow:.15rem .2rem 0 var(--ink);transition:transform .06s ease,box-shadow .06s ease}button:active:not(:disabled){transform:translate(.1rem,.1rem);box-shadow:.05rem .1rem 0 var(--ink)}button:disabled{opacity:.55;cursor:not-allowed;box-shadow:.1rem .1rem 0 var(--ink)}h2{font-family:var(--font-head);font-size:1rem;margin:.1rem 0 .5rem;padding-inline:.12rem}.app{position:relative;max-width:25rem;margin:0 auto;min-height:100dvh;padding:.5rem .7rem calc(env(safe-area-inset-bottom,0px) + .6rem);display:flex;flex-direction:column;gap:.45rem}.app:before,.ending:before,.reveal-scrim:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(20,35,46,.06) 1.1px,transparent 1.4px);background-size:7px 7px;pointer-events:none;z-index:0}.app>*{position:relative;z-index:1}.loading{display:flex;align-items:center;justify-content:center;height:100dvh;font-family:var(--font-head);font-size:1.1rem}.title{position:relative;min-height:100dvh;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.4rem 1.3rem 2rem;background:linear-gradient(#5ec8f2,#38b6ff 42%,#0f6f9e);overflow:hidden}.title:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(20,35,46,.1) 1.1px,transparent 1.4px);background-size:7px 7px;pointer-events:none}.title>*{position:relative;z-index:1}.title-art{width:11rem;height:9rem;object-fit:cover;border-radius:.9rem;border:.15rem solid var(--ink);box-shadow:.3rem .3rem 0 var(--ink);margin:.8rem 0 1rem;animation:gv-float 5s ease-in-out infinite}.title-name{font-family:var(--font-head);font-size:2.7rem;line-height:.92;margin:0;color:#fff;text-shadow:2px 0 0 var(--ink),-2px 0 0 var(--ink),0 2px 0 var(--ink),0 -2px 0 var(--ink),1.5px 1.5px 0 var(--ink),-1.5px 1.5px 0 var(--ink),1.5px -1.5px 0 var(--ink),-1.5px -1.5px 0 var(--ink)}.title-sub{display:inline-block;margin-top:.6rem;font-family:var(--font-body);font-size:.8rem;background:var(--gold);color:var(--ink);padding:.2rem .7rem;border-radius:1rem;border:.12rem solid var(--ink);transform:rotate(-2deg);box-shadow:.15rem .15rem 0 var(--ink)}.title-intro{font-family:var(--font-body);font-size:.66rem;line-height:1.7;color:#0c3852;margin:.9rem .5rem 0}.title-cta{margin-top:auto;width:100%;padding:.8rem;border-radius:.8rem;background:var(--coral);color:#fff;font-family:var(--font-head);font-size:1.05rem;box-shadow:.25rem .3rem 0 var(--ink)}.title-fresh{margin-top:.5rem;font-size:.66rem;padding:.4rem .8rem;background:#ffffffd9}.title-foot{font-family:var(--font-body);font-size:.58rem;color:#0c3852;margin-top:.7rem}.interstitial{position:relative;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.7rem 1.3rem;background:linear-gradient(#0b2740,#0e3a5c 45%,#06222f);overflow:hidden;animation:gv-fade .6s ease}@keyframes gv-fade{0%{opacity:0}to{opacity:1}}.interstitial-art{width:10rem;height:5.3rem;object-fit:cover;border-radius:.9rem;border:.18rem solid var(--ink);box-shadow:.35rem .35rem #0006;margin-bottom:.6rem;animation:gv-float 6s ease-in-out infinite}.interstitial-chapter{font-family:var(--font-body);font-size:.7rem;letter-spacing:.25em;color:var(--gold);margin-bottom:.2rem}.interstitial-title{font-family:var(--font-head);font-size:1.55rem;line-height:1.05;margin:0 0 .6rem;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.5)}.interstitial-lines{max-width:22rem}.interstitial-lines p{font-family:var(--font-body);font-size:.72rem;line-height:1.5;color:#d5ecff;margin:.3rem 0;opacity:0;animation:gv-line-in .7s ease forwards}.interstitial-lines p:nth-child(1){animation-delay:.3s}.interstitial-lines p:nth-child(2){animation-delay:1s}.interstitial-lines p:nth-child(3){animation-delay:1.7s}@keyframes gv-line-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.interstitial .title-cta{margin-top:.7rem;max-width:22rem}.ending-teaser{font-family:var(--font-body);font-size:.72rem;line-height:1.6;color:var(--gold);margin:.4rem 1rem .2rem}.voyage-rank{margin:.9rem 1rem .4rem;padding:.7rem .8rem;border:.14rem solid var(--ink);border-radius:.5rem;background:#ffffff8c;box-shadow:.15rem .15rem 0 var(--ink)}.rank-badge{font-size:1.8rem;line-height:1}.rank-title{font-family:var(--font-title, var(--font-body));font-weight:800;font-size:1.05rem;color:var(--ink);margin-top:.2rem}.rank-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:.45rem;font-size:.66rem;font-weight:700;color:var(--ink)}.rank-stats span{background:#0000000f;padding:.16rem .4rem;border-radius:.3rem}.rank-note{font-family:var(--font-body);font-size:.68rem;line-height:1.5;color:var(--ink-soft, var(--ink));margin:.5rem 0 0;opacity:.85}.ending .ending-next{margin-top:.8rem;width:100%;padding:.8rem;border-radius:.8rem;background:var(--coral);color:#fff;font-family:var(--font-head);font-size:1.05rem;box-shadow:.25rem .3rem 0 var(--ink)}.ending .title-fresh{margin-top:.5rem;padding:.5rem 1rem;font-size:.7rem;background:#ffffffe6;color:var(--ink);box-shadow:.15rem .2rem 0 var(--ink)}.hud{display:flex;justify-content:space-between;align-items:center;gap:.4rem;background:#fff;border:.15rem solid var(--ink);border-radius:.7rem;box-shadow:.15rem .2rem 0 var(--ink);padding:.45rem .6rem}.hud-loc{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:0;border:none;background:none;text-align:left;cursor:pointer;font-family:inherit;color:inherit}.hud-loc:active{transform:translateY(.05rem)}.hud-loc-menu{font-size:.7rem;color:var(--coral);vertical-align:.06em}.menu-restart{width:100%;padding:.7rem;border-radius:.7rem;background:var(--coral);color:#fff;font-family:var(--font-head);font-size:.95rem;box-shadow:.2rem .25rem 0 var(--ink);margin-bottom:.5rem}.hud .loc{font-family:var(--font-head);font-size:.85rem;white-space:nowrap}.hud .tick{font-size:.55rem;color:var(--coral)}.hud-res{display:flex;gap:.3rem;font-size:.6rem;flex-wrap:wrap;justify-content:flex-end}.hud-res span,.hud-res button{border:.08rem solid var(--ink);border-radius:.45rem;padding:.14rem .38rem;background:#fff;white-space:nowrap;font-size:.6rem;font-family:inherit;color:var(--ink);cursor:pointer}.hud-res button:active{transform:translateY(.05rem)}.hud-res .chip-gold{background:var(--gold)}.hud-res .chip-time{background:var(--sky);color:#fff}.hud-res .bounty{background:var(--coral);color:#fff;font-family:var(--font-head)}.hud-res .bounty[data-high=true]{animation:gv-pulse 1.1s ease-in-out infinite}@keyframes gv-pulse{50%{transform:scale(1.12)}}.goal{background:var(--gold);border:.12rem solid var(--ink);border-radius:.6rem;box-shadow:.1rem .15rem 0 var(--ink);padding:.4rem .6rem;font-size:.6rem}.goal .goal-title{font-family:var(--font-body);font-size:.72rem;line-height:1.45;display:block}.goal-progress{margin-top:.3rem;font-family:var(--font-head);font-size:.62rem}.goal ul{margin:.25rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.1rem}.goal li{font-size:.58rem;opacity:.7}.goal li[data-met=true]{opacity:1;font-weight:700}.day-end{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:var(--coral);color:#fff;border:.15rem solid var(--ink);border-radius:.6rem;box-shadow:.15rem .2rem 0 var(--ink);padding:.4rem .55rem;font-size:.62rem}.day-end button{background:var(--gold);color:var(--ink);font-family:var(--font-head);font-size:.66rem;padding:.4rem .6rem;border-radius:.5rem;box-shadow:.12rem .15rem 0 var(--ink);white-space:nowrap}.tabs{display:flex;gap:.35rem;order:3}.tabs button{flex:1;text-align:center;padding:.5rem .2rem;border-width:.12rem;border-radius:.6rem;box-shadow:none;font-size:.65rem}.tabs button[data-active=true]{background:var(--coral);color:#fff;font-family:var(--font-head);box-shadow:.1rem .15rem 0 var(--ink)}.body{flex:1;order:2;overflow-y:auto;-webkit-overflow-scrolling:touch}.sell{margin-top:.7rem;padding-top:.6rem;border-top:.08rem dashed #b9c6cf}.sell-hint{font-weight:400;color:#6a7c86;font-size:.6rem}.sell-list{list-style:none;margin:.4rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.sell-list li{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sell-topic{font-family:var(--font-body);font-size:.68rem;color:var(--ink)}.sell-btn{flex-shrink:0;padding:.3rem .6rem;border-radius:.5rem;background:var(--gold);color:var(--ink);border:.1rem solid var(--ink);font-family:var(--font-body);font-weight:700;font-size:.64rem;box-shadow:.1rem .12rem 0 var(--ink)}.bounty-warn{margin:.4rem 0;padding:.5rem .7rem;border:.14rem solid var(--ink);border-radius:.6rem;background:#b21414;color:#fff;font-family:var(--font-body);font-size:.66rem;line-height:1.5;box-shadow:.15rem .2rem 0 var(--ink);animation:gv-pulse 1.2s ease-in-out infinite}.bounty-warn b{color:var(--gold)}.poison-warn{margin:.4rem 0;padding:.5rem .7rem;border:.14rem solid var(--ink);border-radius:.6rem;background:#7a3b12;color:#ffe9d6;font-family:var(--font-body);font-size:.66rem;line-height:1.5;box-shadow:.15rem .2rem 0 var(--ink)}.poison-warn b{color:var(--gold)}.sea-map{position:relative;margin:.2rem 0 .9rem;border:.16rem solid var(--ink);border-radius:.7rem;overflow:hidden;box-shadow:.2rem .5rem 0 var(--ink),0 .7rem 1rem #14232e40;background:#d8c184;perspective:800px}.sea-map-svg{display:block;width:100%;height:auto;transform:rotateX(17deg) scale(1.04);transform-origin:center 58%}.sea-map .map-cam{transition:transform .6s cubic-bezier(.22,1,.36,1)}.sea-map .wave{fill:none;stroke:#a8894f;stroke-width:.3;opacity:.4;animation:gv-wave 5s ease-in-out infinite}.sea-map .wave:nth-child(2){animation-delay:-1.25s}.sea-map .wave:nth-child(3){animation-delay:-2.5s}.sea-map .wave:nth-child(4){animation-delay:-3.75s}@keyframes gv-wave{50%{transform:translate(2.2px)}}.sea-map .lane{stroke:#8a6d3b;stroke-width:.35;stroke-dasharray:1.1 1.1;opacity:.5}.sea-map .route{stroke:var(--coral);stroke-width:.9;stroke-dasharray:2 1.4;stroke-linecap:round;animation:gv-sail .7s linear infinite}@keyframes gv-sail{to{stroke-dashoffset:-3.4}}.sea-map .compass-ring{fill:#ffffff59;stroke:#6b4f28;stroke-width:.4}.sea-map .compass-needle{fill:var(--coral);stroke:#6b4f28;stroke-width:.2}.sea-map .compass-n{font-size:3px;fill:#6b4f28;text-anchor:middle;font-weight:700}.sea-map .hunter-ship{font-size:4px;text-anchor:middle;dominant-baseline:middle;opacity:.9;filter:drop-shadow(0 0 .4px #7a1010)}.sea-map .hunter-wake{stroke:#b23030;stroke-width:.3;stroke-dasharray:.6 .9;opacity:.55}.sea-map[data-danger=true] .hunter-ship{animation:gv-pulse 1.1s ease-in-out infinite}@keyframes gv-pulse{50%{opacity:.45}}.sea-map .ship-preview{opacity:0;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .3s;pointer-events:none}.sea-map .ship-preview[data-active=true]{opacity:1}.sea-map .ship-mark{font-size:4.6px;text-anchor:middle;dominant-baseline:middle;animation:gv-bob 1.5s ease-in-out infinite}@keyframes gv-bob{50%{transform:translateY(-.6px) rotate(-4deg)}}.sea-map .isle{cursor:default}.sea-map .isle[data-selected=true] .isle-dot{animation:gv-isle-pop 1s ease-in-out infinite}@keyframes gv-isle-pop{50%{transform:scale(1.18)}}.sea-map .isle[data-state=open]{cursor:pointer}.sea-map .isle-dot{fill:#fff;stroke:var(--ink);stroke-width:.5}.sea-map .isle[data-state=current] .isle-dot{fill:var(--gold);stroke-width:.7}.sea-map .isle[data-state=open] .isle-dot{fill:#7ed0ff}.sea-map .isle[data-state=locked] .isle-dot{fill:#b9ac8c;opacity:.8}.sea-map .isle[data-selected=true] .isle-dot{fill:var(--coral);stroke-width:.8}.sea-map .isle-mark{font-size:3.4px;text-anchor:middle}.sea-map .isle-name{font-size:3px;text-anchor:middle;fill:var(--ink);font-family:var(--font-body);paint-order:stroke;stroke:#efe3c2;stroke-width:.7}.sea-map .isle[data-state=locked] .isle-name{fill:#6b5c3c}.sea-map .isle-count{font-size:2.4px;text-anchor:middle;fill:#a8571a;font-family:var(--font-body);paint-order:stroke;stroke:#efe3c2;stroke-width:.6}.sea-map[data-theme=dungeon]{background:#232838;box-shadow:.2rem .5rem 0 var(--ink),0 .7rem 1rem #0006}.sea-map[data-theme=dungeon] .lane{stroke:#96aac347}.sea-map[data-theme=dungeon] .route{stroke:#ffb05c}.sea-map[data-theme=dungeon] .isle-dot{stroke:#10141c}.sea-map[data-theme=dungeon] .isle[data-state=current] .isle-dot{fill:#ffb05c}.sea-map[data-theme=dungeon] .isle[data-state=open] .isle-dot{fill:#ffd9a8}.sea-map[data-theme=dungeon] .isle[data-state=locked] .isle-dot{fill:#4b5566}.sea-map[data-theme=dungeon] .isle[data-selected=true] .isle-dot{fill:var(--coral)}.sea-map[data-theme=dungeon] .isle-name{fill:#eef3fa;stroke:#1a1f2b}.sea-map[data-theme=dungeon] .isle[data-state=locked] .isle-name{fill:#8593a6}.sea-map[data-theme=dungeon] .isle-count{fill:#ffcf9a;stroke:#1a1f2b}.sea-map .descend-ring{fill:#ffb05c29;stroke:#ffb05c;stroke-width:.4}.sea-map .descend-arrow{font-size:7px;font-weight:800;fill:#ffb05c;text-anchor:middle}.sea-hunt-tag{position:absolute;top:.35rem;left:.35rem;padding:.15rem .45rem;border-radius:.5rem;background:#7a1010d9;color:#fff;font-family:var(--font-body);font-size:.6rem;border:.08rem solid #14232e}.sea-hunt-tag[data-danger=true]{background:#b21414;animation:gv-pulse 1.1s ease-in-out infinite}.sail-bar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:.6rem 0 1rem;padding:.55rem .7rem;border:.14rem solid var(--ink);border-radius:.6rem;background:#fff8e7;color:var(--ink);font-family:var(--font-body);font-size:.7rem}.sail-bar b{color:#a8571a}.sail-bar button{flex-shrink:0;padding:.45rem .75rem;border-radius:.5rem;background:var(--coral);color:#fff;font-family:var(--font-head);font-size:.78rem;box-shadow:.12rem .15rem #0006}.ports button[data-selected=true]{outline:.16rem solid var(--coral);outline-offset:-.16rem}.sea-map .isle-dot{filter:drop-shadow(0 .7px .5px rgba(20,35,46,.55))}.sea-map .isle[data-state=current] .isle-dot,.sea-map .isle[data-selected=true] .isle-dot{filter:drop-shadow(0 1px .7px rgba(20,35,46,.7))}.sea-confirm{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .6rem;background:#14232e;color:#fff;font-family:var(--font-body);font-size:.66rem}.sea-confirm b{color:var(--gold)}.sea-confirm button{flex-shrink:0;padding:.4rem .7rem;border-radius:.5rem;background:var(--coral);color:#fff;font-family:var(--font-head);font-size:.72rem;box-shadow:.12rem .15rem #0006}.map-guide{font-size:.62rem;line-height:1.55;background:#fff;border:.1rem solid var(--ink);border-radius:.55rem;padding:.45rem .6rem;margin:0 0 .5rem}.map-guide b{color:var(--coral)}.ports{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ports button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.6rem .65rem;border-radius:.65rem;font-family:var(--font-body);font-size:.78rem;box-shadow:.15rem .15rem 0 var(--ink)}.ports button[data-state=current]{background:var(--gold)}.ports button[data-state=locked]{border-style:dashed;border-color:var(--lock);background:var(--inset2);color:#6a7680;box-shadow:none}.port-count{font-size:.58rem;background:var(--coral);color:#fff;padding:.1rem .4rem;border-radius:.5rem}.ports button[data-state=current] .port-count{background:transparent;color:var(--ink)}.ports button[data-state=locked] .port-count{background:transparent;color:#8a95a0}.lock-hint{display:block;font-size:.56rem;color:#8a95a0;margin-top:.2rem;line-height:1.4}.wait{width:100%;margin-top:.7rem;padding:.6rem;border-radius:.65rem;font-size:.72rem;box-shadow:.15rem .15rem 0 var(--ink)}.npc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.npc-row{width:100%;display:flex;align-items:center;gap:.5rem;padding:.55rem .65rem;border-radius:.75rem;text-align:left;box-shadow:.2rem .2rem 0 var(--ink)}.npc-row[data-selected=true]{border-color:var(--coral)}.avatar{position:relative;width:2.4rem;height:2.4rem;border-radius:.6rem;border:.12rem solid var(--ink);flex-shrink:0;background:repeating-linear-gradient(45deg,#ffe0a0,#ffe0a0 5px,#ffd280 5px,#ffd280 10px);display:flex;align-items:center;justify-content:center;font-family:monospace;font-size:.4rem;color:#8a6a20}.avatar[data-kind=buyer]{background:repeating-linear-gradient(45deg,#cfe0ea,#cfe0ea 5px,#bcd2df 5px,#bcd2df 10px)}.npc-rumor-badge{position:absolute;top:-.4rem;right:-.4rem;min-width:1.05rem;height:1.05rem;padding:0 .18rem;border-radius:.6rem;background:var(--coral);color:#fff;border:.1rem solid var(--ink);font-family:var(--font-head);font-size:.6rem;line-height:1.05rem;text-align:center;box-shadow:.06rem .06rem 0 var(--ink)}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}@keyframes gv-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.35rem)}}.ending-art{width:8.5rem;height:8.5rem;object-fit:cover;border-radius:1rem;border:.15rem solid var(--ink);box-shadow:.3rem .3rem 0 var(--ink);margin-bottom:.5rem;animation:gv-float 5s ease-in-out infinite}.reveal-art{width:100%;height:5.5rem;object-fit:cover;border-radius:.55rem;border:.12rem solid var(--ink);margin:.2rem 0 .6rem}.npc-id{flex:1;display:flex;flex-direction:column;gap:.05rem}.npc-name{font-family:var(--font-head);font-size:.82rem}.npc-meta{font-family:var(--font-body);font-size:.56rem;color:#6a7680}.npc-sheet{margin-top:.45rem;display:flex;flex-direction:column;gap:.5rem;background:#fff;border:.15rem solid var(--ink);border-radius:.75rem;box-shadow:.2rem .2rem 0 var(--ink);padding:.6rem .65rem}.rel-line{font-size:.6rem;color:#b26a1f;font-weight:700;margin:0}.interests{font-size:.6rem;color:#2f6f92;margin:0}.offers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.offers li{background:var(--inset);border:.1rem solid var(--ink);border-radius:.55rem;padding:.45rem .5rem}.offer-head{display:flex;justify-content:space-between;align-items:center;gap:.4rem;font-size:.68rem;width:100%;border:none;background:transparent;box-shadow:none;padding:0;border-radius:0;text-align:left}.offer-head:active:not(:disabled){transform:none}.offer-head strong{font-family:var(--font-body);font-weight:400}.cost-badge{font-size:.56rem;padding:.05rem .4rem;border-radius:.45rem;border:.08rem solid var(--ink);white-space:nowrap;background:var(--gold)}.cost-badge[data-free=true]{background:var(--green)}.offer-hint{font-size:.56rem;color:#4a5860;margin:.25rem 0 0;line-height:1.45}.deduce{font-size:.56rem;margin:.3rem 0 0;font-weight:700}.deduce.good{color:#2e9b57}.deduce.warn2{color:#d98a2b}.deduce.bad{color:var(--coral)}.deduce.hot{color:#b25a10}.deduce.unverified{color:#8a7a52}.deduce.link{color:#6b6252}.deduce.compare{color:#1c6e8c;background:#1c6e8c1a;padding:.22rem .4rem;border-radius:.32rem}.choice-peek{width:100%;margin:.4rem 0 .2rem;padding:.4rem;font-size:.66rem;font-weight:700;color:#1c6e8c;background:#1c6e8c1a;border:.12rem solid var(--ink);border-radius:.4rem}.choice-rumors{margin:.4rem 0;max-height:9rem;overflow-y:auto;text-align:left;border:.12rem solid var(--ink);border-radius:.4rem;background:#00000008;padding:.4rem}.choice-rumors-head{font-size:.62rem;font-weight:800;color:#b23b2e;margin:0 0 .3rem}.choice-rumor{display:flex;gap:.45rem;align-items:flex-start;margin-bottom:.45rem;font-size:.62rem;line-height:1.4}.choice-rumor-img{flex:0 0 auto;width:2.6rem;height:2.6rem;object-fit:cover;border-radius:.4rem;border:2px solid rgba(0,0,0,.25)}.choice-rumor-text{min-width:0}.choice-rumor strong{display:block;color:var(--ink)}.choice-rumor span{opacity:.82}.dilemma-choices button.choice-has-img{display:flex;align-items:center;gap:.6rem}.choice-img{flex:0 0 auto;width:3.4rem;height:3.4rem;object-fit:cover;border-radius:.45rem;border:2px solid rgba(0,0,0,.3)}.choice-label{min-width:0}.world-select{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.2rem}.ws-title{font-family:var(--font-head);font-size:1.9rem;color:var(--ink)}.ws-sub{font-family:var(--font-body);color:var(--ink);opacity:.7;margin:.1rem 0 .8rem}.ws-list{display:flex;flex-direction:column;gap:.7rem;width:100%;max-width:20rem}.ws-card{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:1rem;border:.16rem solid var(--ink);border-radius:.7rem;background:#fff;box-shadow:.2rem .2rem 0 var(--ink)}.ws-emoji{font-size:2.2rem;line-height:1.1}.ws-name{font-family:var(--font-head);font-size:1.25rem;color:var(--ink)}.ws-desc{font-family:var(--font-body);font-size:.72rem;color:var(--ink);opacity:.72}.world-voyage{width:100%;height:auto;display:block;margin:.7rem auto .3rem;border:.16rem solid var(--ink);border-radius:.6rem;box-shadow:.18rem .18rem 0 var(--ink);overflow:hidden}.dungeon-depth{display:flex;flex-direction:column;gap:.16rem;max-width:20rem;margin:.35rem auto .2rem;padding:.4rem;border-radius:.6rem;border:.16rem solid var(--ink);box-shadow:.18rem .18rem 0 var(--ink);background:linear-gradient(180deg,#33405f,#0e131d)}.dd-floor{display:flex;align-items:center;gap:.5rem;padding:.3rem .55rem;border-radius:.4rem;border:.1rem solid rgba(255,255,255,.1);background:#ffffff0a;font-family:var(--font-head);font-size:.78rem;color:#ffffff80}.dd-floor.dd-past{color:#ffffff6b}.dd-floor.dd-current{border-color:#e8663a;background:#e8663a29;color:#fff;box-shadow:0 0 .55rem #e8663a73}.dd-mark{flex:0 0 auto;width:1.2rem;text-align:center}.dd-label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dd-here{flex:0 0 auto;font-family:var(--font-body);font-size:.62rem;color:#ffcf9a}.wv-rhumb line{stroke:#b79b5e;stroke-width:.12;opacity:.35}.wv-region-box{fill:#14232e09;stroke:#14232e33;stroke-width:.22;stroke-dasharray:1 1}.wv-region.current .wv-region-box{fill:#ffcb3d24;stroke:#e0a92e;stroke-width:.3;stroke-dasharray:none}.wv-region.past .wv-region-box{fill:#c79a3e1a;stroke:#c79a3e80}.wv-ribbon{fill:#e7dcc2;stroke:var(--ink);stroke-width:.22}.wv-region.current .wv-ribbon{fill:var(--gold)}.wv-region.past .wv-ribbon{fill:#e6d3a6}.wv-region-label{font-family:var(--font-head);font-size:3.05px;fill:#9aa7b0}.wv-region.current .wv-region-label{fill:#3a1704;font-size:3.5px;font-weight:800}.wv-region.past .wv-region-label{fill:#8a6a2a}.wv-path,.wv-cross{stroke-linecap:round;stroke-linejoin:round}.wv-path.wv-past,.wv-cross.wv-past{stroke:#c79a3e;stroke-width:.5}.wv-path.wv-current{stroke:var(--coral);stroke-width:.72}.wv-path.wv-future,.wv-cross.wv-future{stroke:#b7c0c7;stroke-width:.45;stroke-dasharray:1.4 1.4}.wv-sail{stroke:#fff;stroke-width:.34;stroke-linecap:round;stroke-dasharray:.2 2.4;opacity:.75;animation:wv-sail 1.4s linear infinite}@keyframes wv-sail{to{stroke-dashoffset:-8}}.wv-dot{stroke:var(--ink);stroke-width:.26}.wv-dot.wv-past{fill:#c79a3e}.wv-dot.wv-current{fill:var(--coral)}.wv-dot.wv-future{fill:#cdd5db}.wv-xglow{fill:#ff5d4738;transform-box:fill-box;transform-origin:center;animation:wv-xglow 2.4s ease-in-out infinite}@keyframes wv-xglow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.wv-xring{stroke:var(--coral);stroke-width:.32;stroke-dasharray:.7 .7}.wv-end{font-size:4px;fill:var(--coral);font-family:var(--font-head)}.wv-end-label{font-family:var(--font-body);font-size:2.5px;font-weight:700;fill:#b23b2e}.wv-here-halo{fill:#ff5d4733;stroke:var(--coral);stroke-width:.28;transform-box:fill-box;transform-origin:center;animation:wv-halo 2.6s ease-in-out infinite}@keyframes wv-halo{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.35);opacity:.35}}.wv-here-disc{fill:#fff;stroke:var(--coral);stroke-width:.32}.wv-here{font-size:2.6px}.wv-here-label{font-family:var(--font-body);font-size:2.6px;font-weight:700;fill:#b23b2e}.wv-compass-face{fill:#ffffff59;stroke:#8a6d38;stroke-width:.2}.wv-compass-ring{stroke:#8a6d38;stroke-width:.2;stroke-dasharray:.5 .5}.wv-compass-n{fill:#c14a38}.wv-compass-s{fill:var(--ink)}.wv-compass-e{fill:var(--ink);opacity:.6}.wv-compass-hub{fill:var(--gold);stroke:var(--ink);stroke-width:.12}.wv-compass-label{font-family:var(--font-body);font-size:2.2px;font-weight:700;fill:#8a4a18}.wv-theme-dungeon .wv-region-box{fill:#ffffff08;stroke:#b4c8dc2e}.wv-theme-dungeon .wv-region.current .wv-region-box{fill:#ffb05c24;stroke:#ffb05c}.wv-theme-dungeon .wv-region.past .wv-region-box{fill:#788ca514;stroke:#96aac366}.wv-theme-dungeon .wv-ribbon{fill:#2a3142;stroke:#10141c}.wv-theme-dungeon .wv-region.current .wv-ribbon{fill:#c8802f}.wv-theme-dungeon .wv-region.past .wv-ribbon{fill:#3a4356}.wv-theme-dungeon .wv-region-label{fill:#6d7a89}.wv-theme-dungeon .wv-region.current .wv-region-label{fill:#fff3df}.wv-theme-dungeon .wv-region.past .wv-region-label{fill:#9fb0c2}.wv-theme-dungeon .wv-path.wv-past,.wv-theme-dungeon .wv-cross.wv-past{stroke:#8a97a8}.wv-theme-dungeon .wv-path.wv-future,.wv-theme-dungeon .wv-cross.wv-future{stroke:#4b5566}.wv-theme-dungeon .wv-dot{stroke:#10141c}.wv-theme-dungeon .wv-dot.wv-past{fill:#8a97a8}.wv-theme-dungeon .wv-dot.wv-future{fill:#5a6576}.wv-descend-face{fill:#ffb05c24;stroke:#ffb05c;stroke-width:.24}.wv-descend-arrow{font-size:4.4px;font-weight:800;fill:#ffb05c}.wv-descend-label{font-family:var(--font-body);font-size:2.2px;font-weight:700;fill:#ffcf9a}@media(prefers-reduced-motion:reduce){.wv-sail,.wv-xglow,.wv-here-halo{animation:none}}.deduce.guide{color:#1c6e8c;background:#1c6e8c1a;padding:.22rem .4rem;border-radius:.32rem}.deduce.disputed{color:#8a4bbf;background:#8a4bbf1a;padding:.22rem .4rem;border-radius:.32rem}.offers .buy{width:100%;margin-top:.4rem;padding:.4rem;border-width:.12rem;border-radius:.45rem;font-size:.64rem;box-shadow:.1rem .1rem 0 var(--ink)}.offers .buy[data-paid=true]:not(:disabled){background:var(--coral);color:#fff}.section-label{font-size:.56rem;color:#6a7680;margin:.1rem 0 0}.chips{display:flex;flex-wrap:wrap;gap:.3rem}.chip{font-size:.58rem;padding:.2rem .45rem;border:.1rem solid var(--ink);border-radius:.8rem;background:var(--sky);color:#fff;box-shadow:none}.muted,.empty{font-size:.58rem;color:#6a7680}.known{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.known li{background:#fff;border:.12rem solid var(--ink);border-radius:.6rem;padding:.5rem .6rem;box-shadow:.15rem .15rem 0 var(--ink)}.known li[data-distorted=true]{border-color:var(--coral);box-shadow:.15rem .15rem 0 var(--coral)}.known strong{font-family:var(--font-body);font-size:.72rem}.known p{font-size:.56rem;color:#4a5860;margin:.2rem 0 0;line-height:1.5}.warn{color:var(--coral);font-size:.52rem}.overheard{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.overheard li{display:flex;justify-content:space-between;align-items:center;gap:.4rem;background:var(--sky);border:.12rem solid var(--ink);border-radius:.6rem;box-shadow:.15rem .15rem 0 var(--ink);padding:.5rem .65rem;color:#fff;font-size:.68rem}.overheard-topic{flex:1;border:none;background:transparent;box-shadow:none;padding:0;color:#fff;font-family:var(--font-body);font-size:.68rem;text-align:left}.overheard-topic:active:not(:disabled){transform:none}.spread{font-size:.52rem;opacity:.8;margin-left:.3rem}.overheard button:not(.overheard-topic){background:var(--gold);border-width:.1rem;border-radius:.45rem;padding:.3rem .6rem;font-size:.6rem;box-shadow:none;color:var(--ink)}.news{order:4;background:#fff;border:.12rem solid var(--ink);border-radius:.6rem;box-shadow:.15rem .15rem 0 var(--ink);padding:.4rem .6rem}.news p{margin:.15rem 0;font-size:.6rem;line-height:1.4;border-left:.2rem solid var(--sky);padding-left:.4rem}.news p:first-child{border-left-color:var(--gold);font-weight:700}.reveal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c1e2ceb;display:flex;align-items:center;justify-content:center;padding:1.1rem;z-index:30}.reveal-card{position:relative;background:#fff;color:var(--ink);border:.15rem solid var(--ink);border-radius:.8rem;padding:1rem .9rem;width:100%;max-width:20rem;box-shadow:.35rem .4rem 0 var(--coral);transform:rotate(-1.5deg);animation:gv-pop .2s ease}.reveal-card[data-kind=overheard]{transform:rotate(1.5deg);box-shadow:.35rem .4rem 0 var(--sky)}.reveal-card[data-kind=preview]{transform:none;box-shadow:.35rem .4rem 0 var(--ink)}.reveal-card[data-kind=dilemma]{transform:none;box-shadow:.35rem .4rem 0 var(--gold)}.dilemma-choices{display:flex;flex-direction:column;gap:.5rem;margin-top:.8rem}.dilemma-choices button{width:100%;text-align:left;font-size:.68rem;padding:.6rem .7rem;border-radius:.55rem}.dilemma-detail{opacity:.7;font-size:.58rem}.reveal-card.choice-fb{transform:none;text-align:center;animation:gv-pop .28s cubic-bezier(.22,1.4,.5,1)}.reveal-card.choice-fb[data-mood=correct]{box-shadow:.35rem .4rem #2f9e57;border-color:#2f9e57}.reveal-card.choice-fb[data-mood=wrong]{box-shadow:.35rem .4rem #d64545;border-color:#d64545;animation:gv-shake .4s ease-in-out}.choice-fb .fb-badge{display:inline-block;font-family:var(--font-head);font-size:.95rem;padding:.2rem .2rem .4rem}.choice-fb[data-mood=correct] .fb-badge{color:#1f7d42}.choice-fb[data-mood=wrong] .fb-badge{color:#c22e2e}.choice-fb .reveal-body{font-size:.72rem;line-height:1.5}.choice-fb .fb-insight{margin-top:.55rem;padding:.4rem .5rem;border-radius:.5rem;background:#ffcb3d2e;color:#8a5a00;font-family:var(--font-body);font-weight:700;font-size:.66rem}.choice-fb .fb-continue{margin-top:.8rem;width:100%;padding:.6rem;border-radius:.6rem;font-family:var(--font-head);font-size:.8rem;box-shadow:.2rem .2rem 0 var(--ink)}@keyframes gv-shake{0%,to{transform:translate(0)}20%{transform:translate(-.35rem)}40%{transform:translate(.35rem)}60%{transform:translate(-.22rem)}80%{transform:translate(.22rem)}}.reveal-card.travel-card{transform:none;text-align:center;box-shadow:.35rem .4rem 0 var(--ink);animation:gv-arrive .32s ease-out}.travel-card .travel-badge{display:inline-block;font-family:var(--font-head);font-size:.9rem;padding:.2rem .2rem .5rem}.travel-card .reveal-body{font-size:.74rem;line-height:1.6;opacity:.9}@keyframes gv-arrive{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}.reveal-card[data-kind=encounter]{transform:none;border-color:#d64545;animation:gv-danger-pulse 1.15s ease-in-out infinite}.reveal-card[data-kind=encounter][data-danger=true]{animation:gv-danger-pulse .7s ease-in-out infinite}.reveal-card[data-kind=encounter][data-mood=scene]{border-color:#3a6ea5;box-shadow:.35rem .4rem #24466b;animation:gv-pop .3s cubic-bezier(.22,1.4,.5,1)}.reveal-card[data-mood=scene] .encounter-how,.reveal-card[data-mood=scene] .encounter-banner{color:#2c5a86}@keyframes gv-danger-pulse{0%,to{box-shadow:.35rem .4rem #7a1010,0 0 #d6454559}50%{box-shadow:.35rem .4rem #7a1010,0 0 0 .4rem #d6454573}}.encounter-portrait{display:block;width:5.5rem;height:5.5rem;margin:0 auto .35rem;border-radius:.7rem;border:.16rem solid var(--ink);object-fit:cover;box-shadow:.14rem .14rem 0 var(--ink)}.reveal-how.encounter-how{display:block;text-align:center;color:#c22e2e;font-family:var(--font-head);font-size:1rem}.encounter-banner{text-align:center;color:#8a1f1f;font-family:var(--font-body);font-weight:700;font-size:.68rem;margin:.3rem 0;line-height:1.5}.encounter-doom{text-align:center;color:#fff;background:#b32020;border-radius:.5rem;padding:.25rem .5rem;font-family:var(--font-body);font-weight:800;font-size:.7rem;margin:.3rem 0 .55rem}.party-bar{margin:0 0 .7rem;padding:.4rem .5rem;border:.14rem solid var(--ink);border-radius:.6rem;background:#ffffff8c;box-shadow:.15rem .15rem 0 var(--ink)}.party-bar-label{display:block;font-family:var(--font-head);font-size:.62rem;color:#5a4a2a;margin-bottom:.3rem}.party-list{display:flex;gap:.4rem;overflow-x:auto;padding:.55rem .35rem .15rem}.party-chip{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.15rem;width:3.2rem;padding:.25rem .1rem;border:.12rem solid var(--ink);border-radius:.5rem;background:#fff;box-shadow:.1rem .1rem 0 var(--ink);position:relative}.party-chip img{width:2.3rem;height:2.3rem;border-radius:.4rem;object-fit:cover;border:.1rem solid var(--ink)}.party-name{font-family:var(--font-body);font-weight:700;font-size:.58rem;color:var(--ink)}.party-chip[data-joined=true]{border-color:#2f9e57;box-shadow:.1rem .1rem #2f9e57}.party-joined{position:absolute;top:-.35rem;right:-.2rem;background:#2f9e57;color:#fff;font-family:var(--font-body);font-weight:800;font-size:.5rem;padding:.05rem .28rem;border-radius:.5rem;border:.09rem solid var(--ink)}.party-left{margin:.35rem 0 0;font-family:var(--font-body);font-size:.6rem;color:#8a5a2a;font-style:italic}.party-detail-role{text-align:center;font-family:var(--font-body);font-weight:700;color:#5a4a2a;font-size:.7rem;margin:.1rem 0 .4rem}.party-sheet-modal{text-align:left;max-width:22rem;max-height:82vh;overflow-y:auto}.party-sheet-modal .encounter-portrait{display:block;margin:0 auto .4rem}.party-sheet-modal .reveal-how,.party-sheet-modal .party-detail-role{display:block;text-align:center}.party-sheet-modal .party-detail-role{margin:.2rem 0 .6rem}.preview-actions{display:flex;gap:.5rem;margin-top:.75rem}.preview-actions .reveal-ok{margin-top:0;flex:1}.preview-close{padding:.65rem .9rem;border-radius:.6rem;font-family:var(--font-head);font-size:.75rem;box-shadow:.2rem .2rem 0 var(--ink)}@keyframes gv-pop{0%{transform:scale(.9);opacity:0}}.reveal-stamp{position:absolute;top:-.9rem;right:.7rem;width:2.9rem;height:2.9rem;border-radius:50%;background:var(--coral);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-head);font-size:.6rem;line-height:1.05;transform:rotate(-11deg);border:.15rem solid var(--ink);box-shadow:.1rem .15rem 0 var(--ink)}.reveal-stamp[data-minor=true]{background:#8792a3;transform:scale(.82);box-shadow:none}.reveal-card[data-kind=overheard] .reveal-stamp{border-radius:.4rem;width:auto;height:auto;padding:.2rem .6rem;background:var(--sky);transform:rotate(-4deg);top:-.8rem;left:.7rem;right:auto}.reveal-how{font-size:.58rem;color:#2f6f92}.reveal-card h2{font-family:var(--font-head);font-size:1.35rem;margin:.3rem 0 .5rem}.reveal-body{font-size:.7rem;line-height:1.65;margin:0;color:#2a2f34}.reveal-warn{margin-top:.6rem;font-size:.56rem;color:var(--coral);background:#fff0ed;border:.1rem solid var(--coral);border-radius:.45rem;padding:.35rem .5rem;line-height:1.5}.reveal-ok{width:100%;margin-top:.75rem;padding:.65rem;border-radius:.6rem;background:var(--gold);font-family:var(--font-head);font-size:.85rem;box-shadow:.2rem .2rem 0 var(--ink)}.ending{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.4rem;min-height:100dvh;padding:1.5rem 1.3rem;background:linear-gradient(#ffcb3d,#ff9a3d 48%,#ff5d47);color:var(--ink)}.ending[data-won=false]{background:radial-gradient(circle at 50% 32%,#7a1f18,#3a0f0c 68%,#240807);color:#ffe7e2}.ending>*{position:relative;z-index:1}.ending .flag{font-size:1.7rem}.ending h1{font-family:var(--font-head);font-size:1.8rem;margin:.2rem 0 .6rem;color:#fff;text-shadow:1.5px 0 0 var(--ink),-1.5px 0 0 var(--ink),0 1.5px 0 var(--ink),0 -1.5px 0 var(--ink),1.2px 1.2px 0 var(--ink),-1.2px 1.2px 0 var(--ink),1.2px -1.2px 0 var(--ink),-1.2px -1.2px 0 var(--ink)}.ending[data-won=false] h1{text-shadow:1.5px 0 0 var(--ink-deep),-1.5px 0 0 var(--ink-deep),0 1.5px 0 var(--ink-deep),0 -1.5px 0 var(--ink-deep),1.2px 1.2px 0 var(--ink-deep),-1.2px 1.2px 0 var(--ink-deep),1.2px -1.2px 0 var(--ink-deep),-1.2px -1.2px 0 var(--ink-deep)}.ending p{font-size:.72rem;line-height:1.7;margin:0 0 1.2rem;max-width:17rem}.epilogue{max-width:20rem;margin:0 0 1.4rem;border-top:.1rem solid rgba(255,255,255,.35);padding-top:1rem}.epilogue p{font-size:.7rem;line-height:1.85;margin:0 0 .8rem;opacity:0;animation:gv-line-in .9s ease forwards}.epilogue p:nth-child(1){animation-delay:.3s}.epilogue p:nth-child(2){animation-delay:1.3s}.epilogue p:nth-child(3){animation-delay:2.3s}.epilogue p:nth-child(4){font-family:var(--font-head);font-size:.82rem;color:var(--gold);animation-delay:3.4s}.ending button{padding:.7rem 1.5rem;border-radius:.7rem;background:#fff;color:var(--ink);font-family:var(--font-head);font-size:.9rem;box-shadow:.25rem .3rem 0 var(--ink)}.ending[data-won=false] button{border-color:var(--ink-deep);box-shadow:.25rem .3rem 0 var(--ink-deep)}
