:root{--color-bg-primary: #12100e;--color-bg-secondary: #1e1915;--color-bg-surface: #2b231d;--color-bg-overlay: rgba(18, 16, 14, .9);--color-text-primary: #e8d8b8;--color-text-secondary: #b8a88a;--color-text-muted: #7d6f5d;--color-border: #4a3b2c;--color-border-focus: #c99a3e;--color-health: #991b1b;--color-fatigue: #b45309;--color-mana: #1d4ed8;--color-action: #15803d;--color-gold: #d97706;--font-family-ui: "Cinzel", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--touch-target-min: 48px;--color-badge-feat-bg: rgba(21, 128, 61, .2);--color-badge-feat-border: rgba(34, 197, 94, .4);--color-badge-feat-color: #4ade80;--color-badge-fix-bg: rgba(153, 27, 27, .25);--color-badge-fix-border: rgba(239, 68, 68, .4);--color-badge-fix-color: #f87171;--color-badge-refactor-bg: rgba(14, 116, 144, .2);--color-badge-refactor-border: rgba(6, 182, 212, .4);--color-badge-refactor-color: #22d3ee;--color-badge-perf-bg: rgba(126, 34, 206, .2);--color-badge-perf-border: rgba(168, 85, 247, .4);--color-badge-perf-color: #c084fc;--color-badge-docs-bg: rgba(29, 78, 216, .2);--color-badge-docs-border: rgba(59, 130, 246, .4);--color-badge-docs-color: #60a5fa;--color-badge-style-bg: rgba(190, 24, 93, .2);--color-badge-style-border: rgba(236, 72, 153, .4);--color-badge-style-color: #f472b6;--color-badge-chore-bg: rgba(74, 59, 44, .35);--color-badge-chore-border: rgba(125, 111, 93, .5);--color-badge-chore-color: #b8a88a;--color-badge-revert-bg: rgba(180, 83, 9, .2);--color-badge-revert-border: rgba(245, 158, 11, .4);--color-badge-revert-color: #fbbf24}.hud-header.svelte-ljta6k{padding:10px 14px;background:var(--color-bg-secondary);border-bottom:1.5px solid var(--color-border);box-shadow:0 4px 12px var(--color-bg-primary);display:flex;flex-direction:column;gap:8px;z-index:10}.character-card.svelte-ljta6k{display:flex;justify-content:space-between;align-items:center}.character-identity.svelte-ljta6k{display:flex;align-items:center;gap:10px}.avatar-frame.svelte-ljta6k{width:44px;height:44px;border-radius:50%;border:2px solid var(--color-border-focus);box-shadow:0 0 6px var(--color-border-focus);overflow:hidden;background:var(--color-bg-primary);display:flex;justify-content:center;align-items:center;flex-shrink:0}.avatar-img.svelte-ljta6k{width:100%;height:100%;object-fit:cover}.character-info.svelte-ljta6k{display:flex;flex-direction:column;gap:2px}.name-row.svelte-ljta6k{display:flex;align-items:baseline;gap:8px}.character-name.svelte-ljta6k{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:.5px;color:var(--color-text-primary);font-family:var(--font-family-ui)}.character-race.svelte-ljta6k{font-size:.75rem;color:var(--color-border-focus);text-transform:uppercase;letter-spacing:.5px}.character-coords.svelte-ljta6k{font-size:.72rem;color:var(--color-text-muted)}.ap-emblem.svelte-ljta6k{display:flex;flex-direction:column;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-bg-primary);border:1.5px solid var(--color-border-focus);border-radius:var(--radius-sm);box-shadow:inset 0 0 4px var(--color-bg-primary)}.ap-count.svelte-ljta6k{font-size:1.1rem;font-weight:700;color:var(--color-border-focus);line-height:1}.ap-sub.svelte-ljta6k{font-size:.6rem;color:var(--color-text-secondary);letter-spacing:.5px}.stats-bars.svelte-ljta6k{display:flex;flex-direction:column;gap:5px}.bar-wrapper.svelte-ljta6k{display:flex;flex-direction:column;gap:2px}.bar-label.svelte-ljta6k{display:flex;justify-content:space-between;font-size:.72rem;color:var(--color-text-secondary)}.label-title.svelte-ljta6k{font-weight:600}.progress-track.svelte-ljta6k{height:8px;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.progress-fill.health.svelte-ljta6k{height:100%;background:var(--color-health);box-shadow:0 0 6px var(--color-health);transition:width .3s ease}.progress-fill.fatigue.svelte-ljta6k{height:100%;background:var(--color-fatigue);transition:width .3s ease}.status-chips.svelte-ljta6k{display:flex;gap:6px;flex-wrap:wrap}.chip.svelte-ljta6k{font-size:.7rem;padding:2px 7px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg-surface);color:var(--color-text-secondary)}.chip.penalty.svelte-ljta6k{border-color:var(--color-health);color:var(--color-text-primary);background:var(--color-health)}.tactical-dock.svelte-dubyly{padding:10px 14px;background:var(--color-bg-secondary);border-top:1px solid var(--color-border);box-shadow:0 -4px 12px var(--color-bg-primary);z-index:10}.dock-container.svelte-dubyly{display:flex;justify-content:center;align-items:center}.hex-compass.svelte-dubyly{display:grid;grid-template-columns:1fr 1.3fr 1fr;grid-template-rows:repeat(3,auto);gap:8px;width:100%;max-width:380px}.btn-hex.svelte-dubyly,.btn-action.svelte-dubyly{min-height:var(--touch-target-min);min-width:var(--touch-target-min);background:var(--color-bg-surface);color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-family-ui);cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .15s ease-in-out}.btn-hex.svelte-dubyly:active:not(:disabled){border-color:var(--color-border-focus);transform:scale(.96)}.btn-hex.svelte-dubyly:disabled{opacity:.35;cursor:not-allowed}.glyph.svelte-dubyly{font-size:1.15rem;line-height:1;color:var(--color-border-focus)}.sub-label.svelte-dubyly{font-size:.65rem;letter-spacing:.5px;color:var(--color-text-secondary);margin-top:2px}.compass-center-top.svelte-dubyly{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px}.pa-label.svelte-dubyly{font-size:.65rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.pa-badge.svelte-dubyly{font-size:.85rem;font-weight:700;color:var(--color-text-primary);background:var(--color-bg-primary);border:1px solid var(--color-border);padding:3px 8px;border-radius:var(--radius-sm)}.compass-center-bottom.svelte-dubyly{display:flex;justify-content:center;align-items:center}.lore-seal.svelte-dubyly{font-size:.6rem;letter-spacing:1px;color:var(--color-text-muted)}.btn-action.turn.svelte-dubyly{background:var(--color-bg-primary);border:1.5px solid var(--color-border-focus);color:var(--color-text-primary);padding:4px}.btn-action.turn.svelte-dubyly:active{transform:scale(.96)}.turn-icon.svelte-dubyly{font-size:1rem;line-height:1}.turn-title.svelte-dubyly{font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-top:2px;color:var(--color-border-focus)}.canvas-wrapper.svelte-1upy2zz{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;touch-action:none}.pixi-canvas.svelte-1upy2zz{display:block;width:100%;height:100%;outline:none}.game-footer.svelte-rrr59v{padding:6px 12px;background:var(--color-bg-primary);border-top:1px solid var(--color-border);display:flex;justify-content:center;align-items:center;font-family:var(--font-family-ui);font-size:.68rem;color:var(--color-text-muted);box-sizing:border-box;z-index:10}.footer-content.svelte-rrr59v{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;text-align:center}.copyright.svelte-rrr59v{letter-spacing:.3px}.separator.svelte-rrr59v{color:var(--color-border);-webkit-user-select:none;user-select:none}.version-badge.svelte-rrr59v{background:var(--color-bg-surface);border:1px solid var(--color-border);color:var(--color-border-focus);border-radius:var(--radius-sm);padding:3px 8px;display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-family:monospace;font-size:.72rem;font-weight:700;transition:all .15s ease-in-out}.version-badge.svelte-rrr59v:hover,.version-badge.svelte-rrr59v:active{border-color:var(--color-border-focus);background:var(--color-bg-secondary);transform:scale(.98)}.branch-icon.svelte-rrr59v{font-size:.75rem;line-height:1}.version-text.svelte-rrr59v{letter-spacing:.5px}.hash-text.svelte-rrr59v{font-size:.65rem;color:var(--color-text-muted);font-weight:400}.releases-list.svelte-11ibtq{display:flex;flex-direction:column;gap:12px}.release-card.svelte-11ibtq{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px;box-shadow:0 2px 8px var(--color-bg-primary)}.release-header.svelte-11ibtq{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-border);padding-bottom:8px;margin-bottom:8px;gap:8px;flex-wrap:wrap}.release-tag-group.svelte-11ibtq{display:flex;align-items:center;gap:8px}.release-version.svelte-11ibtq{font-family:monospace;font-size:.95rem;font-weight:700;color:var(--color-border-focus)}.tag-current.svelte-11ibtq{background:var(--color-badge-feat-bg);border:1px solid var(--color-badge-feat-border);color:var(--color-badge-feat-color);font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:var(--radius-sm)}.release-date.svelte-11ibtq{font-size:.72rem;color:var(--color-text-muted)}.commits-list.svelte-11ibtq{display:flex;flex-direction:column;gap:6px}.commit-row.svelte-11ibtq{display:flex;align-items:baseline;gap:6px;font-size:.8rem;line-height:1.4}.commit-badge.svelte-11ibtq{display:inline-flex;align-items:center;gap:4px;font-size:.65rem;font-weight:700;padding:1px 5px;border-radius:var(--radius-sm);border:1px solid transparent;flex-shrink:0}.commit-scope.svelte-11ibtq{background:#ffffff0f;color:var(--color-text-secondary);font-size:.65rem;font-weight:600;padding:1px 4px;border-radius:var(--radius-sm);font-family:monospace;flex-shrink:0}.commit-subject.svelte-11ibtq{flex:1;color:var(--color-text-primary)}.commit-hash.svelte-11ibtq{font-family:monospace;font-size:.68rem;color:var(--color-text-muted);background:var(--color-bg-primary);padding:1px 4px;border-radius:var(--radius-sm);flex-shrink:0}.modal-overlay.svelte-c4g4mh{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0807d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:100;padding:12px;box-sizing:border-box}.modal-container.svelte-c4g4mh{background:var(--color-bg-secondary);border:1.5px solid var(--color-border-focus);border-radius:var(--radius-lg);box-shadow:0 10px 30px var(--color-bg-primary);width:100%;max-width:520px;max-height:85dvh;display:flex;flex-direction:column;overflow:hidden}.modal-header.svelte-c4g4mh{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--color-bg-primary);border-bottom:1.5px solid var(--color-border)}.modal-title.svelte-c4g4mh{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;color:var(--color-border-focus);font-family:var(--font-family-ui)}.modal-close-btn.svelte-c4g4mh{min-width:36px;min-height:36px;background:transparent;border:1px solid var(--color-border);color:var(--color-text-secondary);border-radius:var(--radius-sm);cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1rem;transition:all .15s ease}.modal-close-btn.svelte-c4g4mh:hover{border-color:var(--color-border-focus);color:var(--color-text-primary)}.filter-bar.svelte-c4g4mh{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;background:var(--color-bg-surface);border-bottom:1px solid var(--color-border);flex-wrap:wrap}.version-badge-container.svelte-c4g4mh{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--color-text-secondary)}.version-pill.svelte-c4g4mh{background:var(--color-badge-docs-bg);border:1px solid var(--color-badge-docs-border);color:var(--color-badge-docs-color);padding:2px 8px;border-radius:var(--radius-sm);font-family:monospace;font-size:.85rem}.search-input.svelte-c4g4mh{flex:1;min-width:180px;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-primary);padding:6px 10px;font-size:.8rem;font-family:inherit;box-sizing:border-box}.search-input.svelte-c4g4mh:focus{outline:none;border-color:var(--color-border-focus)}.changelog-scroll.svelte-c4g4mh{padding:14px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.status-box.svelte-c4g4mh{text-align:center;padding:30px 10px;color:var(--color-text-secondary);font-size:.85rem}.status-box.error.svelte-c4g4mh{color:var(--color-health)}body{margin:0;padding:0;background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-family-ui);user-select:none;-webkit-user-select:none;touch-action:manipulation}.game-container.svelte-1dd7ye2{display:flex;flex-direction:column;height:100dvh;max-width:480px;margin:0 auto;box-sizing:border-box;background:var(--color-bg-primary)}.world-viewport.svelte-1dd7ye2{flex:1;position:relative;overflow:hidden;background:var(--color-bg-surface)}.event-feed.svelte-1dd7ye2{position:absolute;bottom:8px;left:8px;right:8px;background:var(--color-bg-overlay);border:1px solid var(--color-border);box-shadow:0 2px 8px var(--color-bg-primary);padding:6px 10px;border-radius:var(--radius-md);pointer-events:none;z-index:5}.feed-item.svelte-1dd7ye2{margin:2px 0;font-size:.72rem;color:var(--color-text-secondary)}.feed-item.svelte-1dd7ye2:first-child{color:var(--color-text-primary);font-weight:600}
