.hexnoth-home{--bg-panel: #2e3e33;--bg-elevated: #28362d;--border: #536456;--text-primary: #e6e6e6;--text-muted: #c0cdbf;--accent: #f0c674;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,1fr);width:100%;max-width:100%;height:100dvh;min-height:100dvh;overflow:hidden;box-sizing:border-box;color:var(--text-primary)}.hexnoth-home__hero{display:flex;align-items:center;justify-content:flex-end;min-width:0;min-height:0;padding:clamp(1.25rem,4vh,2.5rem) clamp(2rem,5vw,3.5rem) clamp(1.25rem,4vh,2.5rem) clamp(1rem,3vw,2rem);background:var(--bg-panel);border-right:1px solid rgba(132,150,122,.32);box-shadow:inset 0 1px #e6d29124}.hexnoth-home__logo{width:min(100%,580px);max-height:min(88vh,640px);height:auto;object-fit:contain;display:block;transform:translateY(clamp(-5rem,-15vh,-10rem))}.hexnoth-home__menu-panel{display:flex;align-items:center;justify-content:flex-start;min-width:0;min-height:0;padding:clamp(1.25rem,4vh,2.5rem) clamp(1rem,3vw,2rem) clamp(1.25rem,4vh,2.5rem) clamp(3.75rem,10vw,7rem);background-color:#3a2f24;background-image:var(--hexnoth-board-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}.hexnoth-home__stack{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;width:min(320px,100%)}.hexnoth-home__field{display:flex;flex-direction:column;align-items:stretch;gap:.4rem;width:100%}.hexnoth-home__label{font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;color:#f5e6c8;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.55)}.hexnoth-home__input{width:100%;box-sizing:border-box;padding:.65rem .85rem;font-size:1rem;text-align:center;color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px}.hexnoth-home__input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hexnoth-home__menu{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;width:100%}.hexnoth-home__cta{--cta-face-top: #6f5730;--cta-face-mid: #45341a;--cta-face-bottom: #241a0c;--cta-rim: rgba(255, 220, 160, .42);--cta-text: #f5e6c8;--cta-text-shadow: rgba(0, 0, 0, .85);--cta-glow: rgba(240, 198, 116, .22);--cta-gloss: rgba(255, 245, 220, .28);--cta-drop-shadow: 0 2px 8px rgba(0, 0, 0, .32);position:relative;overflow:hidden;display:block;width:100%;box-sizing:border-box;padding:.85rem 1.25rem;border:none;border-radius:6px;background:linear-gradient(180deg,var(--cta-face-top) 0%,var(--cta-face-mid) 62%,var(--cta-face-bottom) 100%);color:var(--cta-text);font:inherit;font-weight:700;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;text-align:center;text-decoration:none;text-shadow:0 1px 0 var(--cta-text-shadow),0 0 10px var(--cta-glow);cursor:pointer;box-shadow:inset 0 1px 0 var(--cta-rim),var(--cta-drop-shadow);transition:background .12s ease,box-shadow .12s ease,transform 80ms ease}.hexnoth-home__cta:before{content:"";position:absolute;top:0;left:0;right:0;height:58%;border-radius:6px 6px 45% 45%;background:linear-gradient(180deg,var(--cta-gloss) 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,0) 100%);pointer-events:none}.hexnoth-home__cta:hover,.hexnoth-home__cta:focus-visible{outline:none;box-shadow:inset 0 1px 0 var(--cta-rim),var(--cta-drop-shadow),0 0 14px var(--cta-glow);--cta-face-top: #7d6438;--cta-face-mid: #4f3d22;--cta-face-bottom: #2c2010}.hexnoth-home__cta:active{transform:translateY(1px)}.hexnoth-home__cta+.hexnoth-home__btn{margin-top:.45rem}.hexnoth-home__btn{display:block;width:100%;box-sizing:border-box;padding:.75rem 1.1rem;font:inherit;font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center;text-decoration:none;color:var(--text-primary);background:linear-gradient(180deg,#564535,#433427);border:1px solid var(--border);border-radius:8px;cursor:pointer;box-shadow:inset 0 1px #ffebc81f,0 2px 6px #00000038;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease,background .15s ease}.hexnoth-home__btn:hover:not(:disabled),.hexnoth-home__btn:focus-visible:not(:disabled){color:var(--accent);border-color:var(--accent);background:linear-gradient(180deg,#604d3a,#49392a);box-shadow:inset 0 1px #ffebc829,0 3px 9px #00000047;outline:none}.hexnoth-home__btn:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 4px #00000038,0 1px 3px #0003}.hexnoth-home__btn:disabled,.hexnoth-home__btn[aria-disabled=true]{cursor:not-allowed;opacity:.42;color:var(--text-muted);background:var(--bg-panel);box-shadow:none}.hexnoth-home__version{margin:1.75rem 0 0;font-size:.8rem;letter-spacing:.08em;text-align:center;color:#e8dcc4;text-shadow:0 1px 1px rgba(0,0,0,.85),0 0 6px rgba(0,0,0,.45)}.hexnoth-home__resume{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.1rem;border:1px solid rgba(240,198,116,.45);border-radius:10px;background:#28362db8}.hexnoth-home__resume-text{margin:0;font-size:.92rem;line-height:1.45;color:#e6e6e6;text-align:center}.hexnoth-active-match-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#0d0f12b8}.hexnoth-active-match-dialog__panel{display:flex;flex-direction:column;gap:14px;width:min(420px,100%);max-height:calc(100dvh - 48px);padding:20px 22px;border:1px solid #f0c674;border-radius:10px;background:#3a2f24;color:#e6e6e6;box-shadow:0 18px 56px #00000073;overflow-y:auto}.hexnoth-active-match-dialog__title{margin:0;font-size:1.15rem;text-align:center;color:#f5e6c8}.hexnoth-active-match-dialog__body,.hexnoth-active-match-dialog__error{margin:0;font-size:.92rem;line-height:1.45;text-align:center}.hexnoth-active-match-dialog__error{color:#f0c674}.hexnoth-active-match-dialog__actions{display:flex;flex-direction:column;gap:.65rem}@media (max-width: 899px){.hexnoth-home{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;height:auto;min-height:100dvh;overflow:visible}.hexnoth-home__hero{justify-content:center;min-height:clamp(240px,40vh,400px);border-right:none;border-bottom:1px solid rgba(132,150,122,.32)}.hexnoth-home__logo{width:min(640px,92vw);max-height:min(44vh,520px);transform:none}.hexnoth-home__menu-panel{justify-content:center;align-items:center;flex:1 1 auto;padding:clamp(1.5rem,4vh,2.75rem) 1.5rem clamp(2rem,5vh,3rem)}}.hexnoth-handbook{--bg-app: #3a2f24;--bg-panel: #3a2f24;--bg-elevated: #4a3b2e;--border: #5c4a38;--text-primary: #e6e6e6;--text-muted: #b8a892;--accent: #f0c674;--hexnoth-handbook-board-panel-bg: rgba(22, 16, 10, .55);--hb-font-sidebar: .9375rem;--hb-font-kicker: .875rem;--hb-font-title: 1.625rem;--hb-font-section: 1.0625rem;--hb-font-body: 1rem;--hb-font-subhead: 1.125rem;--hb-font-code: .875rem;--hb-font-table: .8125rem;--hb-font-table-head: .75rem;--hb-font-meta: .8125rem;display:grid;grid-template-columns:minmax(280px,22rem) minmax(0,1fr);grid-template-rows:minmax(0,1fr);width:100%;max-width:100%;height:100dvh;overflow:hidden;box-sizing:border-box;background:var(--bg-app);color:var(--text-primary);font-family:system-ui,sans-serif}.hexnoth-handbook__green-col{--bg-panel: #2e3e33;--bg-elevated: #28362d;--border: #536456;--text-muted: #c0cdbf;--green-bg-panel: #2e3e33;--green-bg-elevated: #28362d;--green-border: #536456;--green-text-muted: #c0cdbf;display:flex;flex-direction:column;gap:clamp(1rem,3vh,1.75rem);padding:clamp(1.25rem,4vh,2.5rem) clamp(1rem,3vw,2rem);background:var(--bg-panel);border-right:1px solid rgba(132,150,122,.32);box-shadow:inset 0 1px #e6d29124;min-width:0;min-height:0;height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}.hexnoth-handbook__board-col{background-color:var(--bg-app);background-image:var(--hexnoth-board-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;min-width:0;min-height:0;height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:clamp(1.25rem,4vh,2.5rem) clamp(1rem,4vw,2.5rem);padding-bottom:clamp(2rem,5vh,3.5rem);box-sizing:border-box}.hexnoth-handbook__skip{display:inline-block;color:var(--green-text-muted);text-decoration:none;font-size:var(--hb-font-sidebar);letter-spacing:.02em}.hexnoth-handbook__skip:hover,.hexnoth-handbook__skip:focus-visible{color:var(--accent);outline:none}.hexnoth-handbook__toc{background:var(--green-bg-elevated);border:1px solid var(--green-border);border-radius:8px;padding:.75rem 0}.hexnoth-handbook__toc-toggle{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.hexnoth-handbook__toc-summary{display:none}.hexnoth-handbook__toc-list{list-style:none;padding:0 .75rem;margin:0}.hexnoth-handbook__toc-group{list-style:none}.hexnoth-handbook__toc-group+.hexnoth-handbook__toc-group{margin-top:.85rem}.hexnoth-handbook__toc-group-label{margin:0;padding:.35rem .6rem .2rem;font-size:var(--hb-font-sidebar);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--green-text-muted)}.hexnoth-handbook__toc-sublist{list-style:none;padding:0;margin:0}.hexnoth-handbook__toc-item{padding:.1rem 0}.hexnoth-handbook__toc-item--child{padding-left:1rem}.hexnoth-handbook__toc-link{display:block;padding:.4rem .6rem;color:var(--green-text-muted);text-decoration:none;border-radius:6px;font-size:var(--hb-font-sidebar);line-height:1.45}.hexnoth-handbook__toc-link:hover,.hexnoth-handbook__toc-link:focus-visible{color:var(--accent);background:var(--green-bg-panel);outline:none}.hexnoth-handbook__toc-link[data-active=true]{color:var(--accent);font-weight:600;background:var(--green-bg-panel)}.hexnoth-handbook__content{display:flex;flex-direction:column;gap:0;min-width:0;width:100%;max-width:min(1100px,100%);margin:0 auto;padding:1rem clamp(.75rem,2vw,1.5rem);border:1px solid var(--border);border-radius:8px;background:var(--hexnoth-handbook-board-panel-bg);box-sizing:border-box;overflow-x:clip;container-type:inline-size;container-name:handbook-content}.hexnoth-handbook__content>section{min-width:0}.hexnoth-handbook__header,.hexnoth-handbook__section,.hexnoth-handbook__faction,.hexnoth-handbook__line{display:flex;flex-direction:column;gap:.75rem;min-width:0;margin:0}.hexnoth-handbook__header+.hexnoth-handbook__screen,.hexnoth-handbook__screen+.hexnoth-handbook__section,.hexnoth-handbook__header+.hexnoth-handbook__section,.hexnoth-handbook__lead+.hexnoth-handbook__section,.hexnoth-handbook__header+.hexnoth-handbook__faction,.hexnoth-handbook__section+.hexnoth-handbook__section,.hexnoth-handbook__section+.hexnoth-handbook__next,.hexnoth-handbook__faction+.hexnoth-handbook__next{margin-top:clamp(1.5rem,4vh,2.25rem)}.hexnoth-handbook__faction-header+.hexnoth-handbook__line,.hexnoth-handbook__line+.hexnoth-handbook__line{margin-top:clamp(1.25rem,3vh,1.75rem)}.hexnoth-handbook__kicker{margin:0;font-size:var(--hb-font-kicker);font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.hexnoth-handbook__title{margin:0;font-size:var(--hb-font-title);font-weight:600;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;color:#f5e6c8;overflow-wrap:break-word;text-shadow:0 1px 1px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.55)}.hexnoth-handbook__header+.hexnoth-handbook__lead{margin-top:.75rem}.hexnoth-handbook__panel-title{margin:0;font-size:var(--hb-font-section);font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.hexnoth-handbook__screen{display:flex;flex-direction:column;gap:.5rem;min-width:0;margin:0}.hexnoth-handbook__screen-img{display:block;width:100%;height:auto;border:1px solid var(--border);border-radius:6px;box-sizing:border-box}.hexnoth-handbook__screen-caption{margin:0;font-size:var(--hb-font-meta);line-height:1.45;color:var(--text-muted);text-align:center}.hexnoth-handbook__lead,.hexnoth-handbook__line-blurb,.hexnoth-handbook__header p,.hexnoth-handbook__section p,.hexnoth-handbook__faction-header p,.hexnoth-handbook__section>ul,.hexnoth-handbook__section>ol,.hexnoth-handbook__faction-index,.hexnoth-handbook__specials,.hexnoth-handbook__next{margin:0;font-size:var(--hb-font-body);line-height:1.5;color:var(--text-muted)}.hexnoth-handbook__section>ul,.hexnoth-handbook__section>ol,.hexnoth-handbook__faction-index,.hexnoth-handbook__specials{padding-left:1.25rem}.hexnoth-handbook__faction-index{padding-left:0}.hexnoth-handbook__section p+p,.hexnoth-handbook__section p+ul,.hexnoth-handbook__section p+ol,.hexnoth-handbook__section ul+p,.hexnoth-handbook__section ol+p,.hexnoth-handbook__faction-header p+p{margin-top:.65rem}.hexnoth-handbook__section strong,.hexnoth-handbook__faction-header strong{color:var(--text-primary);font-weight:600}.hexnoth-handbook__section a,.hexnoth-handbook__faction-header a,.hexnoth-handbook__next a{color:var(--accent);text-decoration:none}.hexnoth-handbook__section a:hover,.hexnoth-handbook__section a:focus-visible,.hexnoth-handbook__faction-header a:hover,.hexnoth-handbook__faction-header a:focus-visible,.hexnoth-handbook__next a:hover,.hexnoth-handbook__next a:focus-visible{text-decoration:underline;outline:none}.hexnoth-handbook__section code,.hexnoth-handbook__faction-header code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--hb-font-code);color:var(--text-primary)}.hexnoth-handbook__faction-title{margin:0;font-size:var(--hb-font-subhead);font-weight:600;color:var(--text-primary)}.hexnoth-handbook__faction-tagline{margin:0;font-size:var(--hb-font-kicker);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.hexnoth-handbook__faction-header{display:flex;flex-direction:column;gap:.5rem}.hexnoth-handbook__faction-index{list-style:none;padding:0}.hexnoth-handbook__faction-index li{margin-bottom:.5rem}.hexnoth-handbook__faction-index a{color:var(--accent);text-decoration:none}.hexnoth-handbook__line-cards{min-width:0;width:100%}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-card,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-card{font-size:13px;line-height:1.45;width:100%;box-sizing:border-box}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-name,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-name{font-size:15px;font-weight:600;line-height:1.35;color:var(--text-primary)}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-level,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-level{font-size:11px;line-height:1.35;color:var(--text-muted)}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-vitals,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-vitals{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.35;color:var(--text-primary)}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-tags,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-tags{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.35;color:var(--text-muted)}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-attacks,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-attacks{margin:0;padding-left:0;gap:.3rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.4;color:var(--text-primary)}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-flavor,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-flavor{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.45;color:var(--text-muted)}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-card-body,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-card-body{gap:.65rem}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-stats,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-stats{gap:.4rem}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-card p,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-card p{margin:0}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-card p+p,.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-card p+ul,.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-card ul+p,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-card p+p,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-card p+ul,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-card ul+p{margin-top:0}.hexnoth-handbook__line-cards.hexnoth-skirmish-setup__hero-cards,.hexnoth-handbook__terrain-grid.hexnoth-skirmish-setup__hero-cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}@container handbook-content (max-width: 480px){.hexnoth-handbook__line-cards.hexnoth-skirmish-setup__hero-cards,.hexnoth-handbook__terrain-grid.hexnoth-skirmish-setup__hero-cards{grid-template-columns:1fr;align-items:start}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-card,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-card{padding:.5rem}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-name,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-name{font-size:14px}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-vitals,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-vitals{font-size:11px}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-tags,.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-attacks,.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-flavor,.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-level,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-tags,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-attacks,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-flavor,.hexnoth-handbook__combat-sim-card .hexnoth-skirmish-setup__hero-level{font-size:10px}}.hexnoth-handbook__line-title{margin:0;font-size:var(--hb-font-subhead);font-weight:600;color:var(--text-primary);overflow-wrap:break-word}.hexnoth-handbook__line-blurb{margin:0;font-size:var(--hb-font-body);line-height:1.5;color:var(--text-muted)}.hexnoth-handbook__terrain-grid{margin:0 0 1rem;padding:0;width:100%;box-sizing:border-box}.hexnoth-handbook__terrain-grid>.hexnoth-skirmish-setup__hero-card{height:100%}.hexnoth-handbook__table-wrap{width:fit-content;min-width:min(26rem,100%);max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated)}.hexnoth-handbook__table-wrap--stack{width:100%;min-width:0}.hexnoth-handbook__table{width:100%;min-width:max-content;border-collapse:collapse;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--hb-font-table);line-height:1.45}.hexnoth-handbook__table th,.hexnoth-handbook__table td{padding:.6rem 1.2rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top;white-space:nowrap}.hexnoth-handbook__table th{background:var(--bg-panel);color:var(--text-muted);font-size:var(--hb-font-table-head);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.hexnoth-handbook__table tbody tr:last-child td{border-bottom:none}.hexnoth-handbook__table.hexnoth-handbook__table--wrap{width:100%;min-width:0;table-layout:fixed}.hexnoth-handbook__table.hexnoth-handbook__table--wrap th,.hexnoth-handbook__table.hexnoth-handbook__table--wrap td{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.hexnoth-handbook__table.hexnoth-handbook__table--wrap th:first-child,.hexnoth-handbook__table.hexnoth-handbook__table--wrap td:first-child{width:34%;white-space:nowrap}.hexnoth-handbook__specials{margin:0;padding-left:1rem;list-style:"› ";font-size:var(--hb-font-meta);line-height:1.5;color:var(--text-muted)}.hexnoth-handbook__special-name{color:var(--text-primary);font-weight:600}.hexnoth-handbook__combat-sim{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"atk-terrain tod def-terrain" "atk-unit spacer def-unit" "atk-card widget def-card";gap:.65rem clamp(.85rem,2vw,1.15rem);align-items:start;min-width:0;width:100%;margin:0;box-sizing:border-box}.hexnoth-handbook__combat-sim-field--atk-terrain{grid-area:atk-terrain}.hexnoth-handbook__combat-sim-field--tod{grid-area:tod}.hexnoth-handbook__combat-sim-field--def-terrain{grid-area:def-terrain}.hexnoth-handbook__combat-sim-field--atk-unit{grid-area:atk-unit}.hexnoth-handbook__combat-sim-field--def-unit{grid-area:def-unit}.hexnoth-handbook__combat-sim-spacer{grid-area:spacer}.hexnoth-handbook__combat-sim-card--atk{grid-area:atk-card}.hexnoth-handbook__combat-sim-card--def{grid-area:def-card}.hexnoth-handbook__combat-sim-widget{grid-area:widget;min-width:0;margin:0}.hexnoth-handbook__combat-sim-widget .hexnoth-combat__range-switch{margin-top:2px}.hexnoth-handbook__combat-sim-widget .hexnoth-combat__chart{margin-top:0}.hexnoth-handbook__combat-sim-widget .hexnoth-combat__column-title{font-size:11px;line-height:1.35}.hexnoth-handbook__combat-sim-widget .hexnoth-combat__weapon-line{font-size:11px;line-height:1.35;color:var(--text-muted)}.hexnoth-handbook__combat-sim-widget .hexnoth-combat__bucket{font-size:11px;line-height:1.35}.hexnoth-handbook__combat-sim-card{min-width:0;width:100%}.hexnoth-handbook__combat-sim-field{display:flex;flex-direction:column;gap:.4rem;min-width:0}.hexnoth-handbook__combat-sim-label{font-size:var(--hb-font-table-head);font-weight:600;text-transform:uppercase;letter-spacing:.06em;line-height:1.3;color:var(--text-muted)}.hexnoth-handbook__combat-sim-field select{width:100%;min-width:0;padding:.5rem 1.75rem .5rem .55rem;border:1px solid var(--border);border-radius:4px;background-color:var(--bg-panel);color:var(--text-primary);font:inherit;font-size:var(--hb-font-meta);line-height:1.35;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-muted) 50%),linear-gradient(135deg,var(--text-muted) 50%,transparent 50%);background-position:calc(100% - 1rem) calc(50% + .1em),calc(100% - .65rem) calc(50% + .1em);background-size:.35rem .35rem,.35rem .35rem;background-repeat:no-repeat}.hexnoth-handbook__combat-sim-field select:focus{outline:2px solid var(--accent);outline-offset:-1px}@container handbook-content (max-width: 900px){.hexnoth-handbook__combat-sim{grid-template-columns:minmax(0,1fr);grid-template-areas:"tod" "atk-terrain" "atk-unit" "atk-card" "widget" "def-terrain" "def-unit" "def-card";gap:.65rem}.hexnoth-handbook__combat-sim-spacer{display:none}}.hexnoth-handbook__next{margin:0;font-size:var(--hb-font-sidebar);line-height:1.5;color:var(--text-muted)}.hexnoth-handbook__next a{color:var(--accent)}@media (max-width: 899px){.hexnoth-handbook{grid-template-columns:minmax(0,1fr);height:auto;min-height:100dvh;overflow-x:clip;overflow-y:visible}.hexnoth-handbook__green-col{height:auto;overflow-y:visible;border-right:none;border-bottom:1px solid rgba(132,150,122,.32)}.hexnoth-handbook__board-col{height:auto;overflow-x:clip;overflow-y:visible;padding:1.25rem 1rem 3rem}.hexnoth-handbook__content{padding:.85rem .75rem 1rem}.hexnoth-handbook__line-cards.hexnoth-skirmish-setup__hero-cards,.hexnoth-handbook__terrain-grid.hexnoth-skirmish-setup__hero-cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.65rem}.hexnoth-handbook__line-cards .hexnoth-skirmish-setup__hero-card{padding:.5rem}.hexnoth-handbook__combat-sim-field select{min-height:2.75rem;font-size:1rem;padding-top:.55rem;padding-bottom:.55rem}.hexnoth-handbook__toc{padding:0}.hexnoth-handbook__toc-summary{display:block;cursor:pointer;padding:.65rem .85rem;font-size:var(--hb-font-sidebar);color:var(--accent);font-weight:600}.hexnoth-handbook__toc-summary:after{content:" ▾";color:var(--text-muted)}.hexnoth-handbook__toc-list{display:none;padding-bottom:.5rem}.hexnoth-handbook__toc-toggle:checked~.hexnoth-handbook__toc-list{display:block}.hexnoth-handbook__toc-toggle:checked~.hexnoth-handbook__toc-summary:after{content:" ▴"}}@media (max-width: 480px){.hexnoth-handbook__line-cards.hexnoth-skirmish-setup__hero-cards,.hexnoth-handbook__terrain-grid.hexnoth-skirmish-setup__hero-cards{grid-template-columns:1fr;align-items:start}}.hexnoth-handbook__roadmap-page>.hexnoth-handbook__header+.hexnoth-handbook__roadmap-list{margin-top:1rem}.hexnoth-handbook__roadmap-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.hexnoth-handbook__roadmap-row{border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);padding:.85rem 1rem}.hexnoth-handbook__roadmap-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem}.hexnoth-handbook__roadmap-version{font-weight:700;color:var(--accent)}.hexnoth-handbook__roadmap-copy{flex:1 1 12rem;min-width:0;display:flex;flex-direction:column;gap:.35rem}.hexnoth-handbook__roadmap-headline{min-width:0}.hexnoth-handbook__roadmap-description{margin:0;font-size:var(--hb-font-meta);line-height:1.45;color:var(--text-muted)}.hexnoth-handbook__roadmap-row[data-status=shipped] .hexnoth-handbook__roadmap-version,.hexnoth-handbook__roadmap-row[data-status=shipped] .hexnoth-handbook__roadmap-headline{text-decoration:line-through;color:var(--text-muted)}.hexnoth-handbook__roadmap-badge,.hexnoth-handbook__roadmap-tag{flex:0 0 auto;font-size:var(--hb-font-meta);padding:.1rem .5rem;border-radius:999px;border:1px solid var(--border);color:var(--text-muted);white-space:nowrap}.hexnoth-handbook__roadmap-row[data-status=in-progress]{border-color:#f0c67473;background:#f0c6741a;box-shadow:inset 3px 0 0 var(--accent)}.hexnoth-handbook__roadmap-tag--in-progress{font-weight:650;letter-spacing:.04em;text-transform:uppercase;font-size:.65rem;padding:.2rem .55rem;color:#1a1408;background:var(--accent);border-color:#c9a84a;box-shadow:0 1px 2px #00000040}.hexnoth-handbook__form{display:flex;flex-direction:column;gap:.9rem;max-width:40rem}.hexnoth-handbook__field{display:flex;flex-direction:column;gap:.35rem}.hexnoth-handbook__field-label{font-size:var(--hb-font-table-head);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.hexnoth-handbook__input,.hexnoth-handbook__textarea{width:100%;box-sizing:border-box;padding:.55rem;border:1px solid var(--border);border-radius:4px;background-color:var(--bg-panel);color:var(--text-primary);font:inherit;font-size:var(--hb-font-meta);line-height:1.4}.hexnoth-handbook__textarea{resize:vertical}.hexnoth-handbook__input:focus,.hexnoth-handbook__textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}.hexnoth-handbook__submit{align-self:flex-start;padding:.55rem 1.1rem;border:1px solid var(--border);border-radius:4px;background:var(--accent);color:#2a2118;font:inherit;font-weight:600;cursor:pointer}.hexnoth-handbook__submit:disabled{opacity:.5;cursor:not-allowed}.hexnoth-handbook__form-status,.hexnoth-handbook__form-error{margin:0;font-size:var(--hb-font-meta)}.hexnoth-handbook__form-status{color:var(--accent)}.hexnoth-handbook__form-error{color:#f0a0a0}.hexnoth-handbook__radio{display:inline-flex;align-items:center;gap:.35rem;margin-right:1rem;font-size:var(--hb-font-meta)}.hexnoth-handbook__attachments{display:flex;flex-direction:column;gap:.75rem;border:1px solid var(--border);border-radius:6px;padding:.85rem 1rem}.hexnoth-handbook__attach{display:flex;flex-direction:column;gap:.35rem}.hexnoth-handbook__attach-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.hexnoth-handbook__attach-library{padding:.4rem .5rem;border:1px solid var(--border);border-radius:4px;background-color:var(--bg-panel);color:var(--text-primary);font:inherit;font-size:var(--hb-font-meta)}.hexnoth-handbook__attach-file{font-size:var(--hb-font-meta);color:var(--text-muted)}.hexnoth-handbook__attach-selected{margin:0;font-size:var(--hb-font-meta);color:var(--text-muted)}.hexnoth-handbook__attach-clear{border:1px solid var(--border);border-radius:4px;background:transparent;color:var(--text-primary);font:inherit;font-size:var(--hb-font-meta);padding:.1rem .5rem;cursor:pointer}.hexnoth-handbook__signin{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;max-width:40rem}.hexnoth-handbook__signin-button{text-decoration:none;text-align:center}.hexnoth-sync-status{margin:0 0 8px;padding:6px 12px;border:1px solid var(--border);border-radius:8px;font-size:.85rem;text-align:center;background:var(--bg-elevated);color:var(--text-primary)}.hexnoth-sync-status--enabled{border-color:var(--accent)}.hexnoth-sync-status--unavailable{color:var(--text-muted)}.hexnoth-sync-status--frozen,.hexnoth-sync-status--reconnecting,.hexnoth-sync-status--connecting{color:var(--text-muted);font-style:italic}.hexnoth-sync-freeze{position:fixed;top:0;right:0;bottom:0;left:0;z-index:7;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#0d0f12b8}.hexnoth-sync-freeze__panel{display:flex;flex-direction:column;gap:14px;width:min(420px,100%);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);padding:20px 24px;border:1px solid var(--accent);border-radius:10px;background:var(--bg-panel);color:var(--text-primary);box-shadow:0 18px 56px #00000073;text-align:center;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.hexnoth-sync-freeze__title{margin:0;font-size:1.1rem}.hexnoth-sync-freeze__body{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.4}.hexnoth-sync-freeze__resume{align-self:center;padding:10px 20px;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:var(--bg-panel);font-weight:600;text-transform:uppercase;cursor:pointer}.hexnoth-sync-freeze__resume:hover,.hexnoth-sync-freeze__resume:focus-visible{filter:brightness(1.08)}:root{--bg-app: #0d0f12;--bg-panel: #161a1f;--bg-elevated: #1d232b;--border: #2a313a;--text-primary: #e6e6e6;--text-muted: #8a93a0;--accent: #f0c674;--xp: #4a9fd4;--p0: #4f86ff;--p1: #e85c5c;--good: #7ec27e;--warn: #f0c674;--poison: #57ff57;--bad: #e85c5c;--foot-marker-p0-fill: #4caf6a;--foot-marker-p0-rim: #2e7a46;--foot-marker-p1-fill: #d94a4a;--foot-marker-p1-rim: #962f2f;--hero-level-fill: #3f2f1b;--hero-level-rim: #f0c674;--tod-dawn: #f4a374;--tod-morning: #f5c451;--tod-afternoon: #fbd24a;--tod-dusk: #e08359;--tod-first-watch: #7aa0d8;--tod-second-watch: #4a6cb3;--hexnoth-layout-break: 900px;--hexnoth-split-junction-shadow: inset 0 1px 0 rgba(230, 210, 145, .14), inset 10px 0 24px rgba(3, 8, 6, .45);--hexnoth-sidepanel-width: 400px;--hexnoth-mobile-drawer-max: min(36dvh, 300px);--hexnoth-mobile-board-scroll-margin: 200px;--hexnoth-mobile-board-width-factor: 2.5;--hexnoth-board-scale: 1;--hexnoth-mobile-unit-chrome-scale: 1.4;--hexnoth-mobile-unit-chrome-origin-x: -52px;--hexnoth-mobile-unit-chrome-origin-y: -82px}.hexnoth-sidepanel,.hexnoth-settings-popup,.hexnoth-post-summary,.hexnoth-winner-overlay,.hexnoth-setup,.hexnoth-picker,.hexnoth-skirmish-setup,.hexnoth-replay-loader.hexnoth-load{--bg-app: #3a2f24;--bg-panel: #3a2f24;--bg-elevated: #4a3b2e;--border: #5c4a38;--text-muted: #b8a892}html{color-scheme:dark;background:var(--bg-app)}html,body{margin:0;padding:0;min-height:100%;background:var(--bg-app);color:var(--text-primary);font-family:system-ui,sans-serif}body:has(.hexnoth-shell),body:has(.hexnoth-skirmish-setup){overflow:hidden}#root{min-height:100%}#root:has(.hexnoth-skirmish-setup){height:100dvh;overflow:hidden}#root:has(.hexnoth-handbook){width:100%;max-width:100%;overflow-x:clip}.hexnoth-shell{display:grid;grid-template-rows:auto 1fr;grid-template-columns:1fr var(--hexnoth-sidepanel-width);grid-template-areas:"topbar topbar" "main sidepanel";width:100vw;height:100vh;height:100dvh;overflow:hidden;background:var(--bg-app);color:var(--text-primary)}.hexnoth-shell--playing{grid-template-rows:1fr;grid-template-areas:"main sidepanel"}.hexnoth-topbar{grid-area:topbar;height:48px;display:flex;align-items:center;background:var(--bg-panel);border-bottom:1px solid var(--border)}.hexnoth-test-map-error{max-width:480px;padding:16px;border:1px solid var(--bad);border-radius:6px;background:var(--bg-panel);color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.hexnoth-test-map-error h1{margin:0 0 8px;font-size:14px;color:var(--bad)}.hexnoth-test-map-error p{margin:0;word-break:break-word}.hexnoth-main{grid-area:main;overflow:hidden;position:relative;background:var(--bg-app);min-height:0;display:flex;flex-direction:column}.hexnoth-main>.hexnoth-play,.hexnoth-main>[data-testid=random-map-preview],.hexnoth-main>.hexnoth-centred{flex:1 1 auto;min-height:0}.hexnoth-main>[data-testid=random-map-preview]{display:flex;flex-direction:column}.hexnoth-sidepanel{grid-area:sidepanel;background:var(--bg-panel);border-left:1px solid var(--border);display:flex;flex-direction:column;height:100%;overflow:hidden}.hexnoth-centred{display:flex;flex-direction:column;align-items:center;justify-content:safe center;gap:16px;width:100%;min-height:100%;padding:32px 16px;box-sizing:border-box;overflow-y:auto}.hexnoth-connecting,.hexnoth-waiting{margin:0;font-style:italic;color:var(--text-muted)}.hexnoth-roomchip{position:fixed;bottom:12px;left:12px;z-index:1;display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--bg-panel);color:var(--text-primary);font-size:12px;pointer-events:auto}.hexnoth-roomchip__label{font-size:11px;text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em}.hexnoth-roomchip__code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:var(--text-primary)}.hexnoth-roomchip__copy{padding:2px 8px;border:1px solid var(--border);border-radius:4px;background:var(--bg-elevated);color:var(--text-primary);font-size:11px;cursor:pointer}.hexnoth-roomchip__copy:hover{border-color:var(--accent)}.hexnoth-toast{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:5;padding:6px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-panel);color:var(--text-primary);font-size:13px}.hexnoth-toast--bad{border-color:var(--bad);color:var(--bad)}.hexnoth-debug{position:fixed;top:8px;right:8px;z-index:10;display:flex;flex-wrap:wrap;gap:12px;max-width:480px;padding:8px 12px;border:1px solid var(--border);border-radius:4px;background:var(--bg-elevated);color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;pointer-events:none}.hexnoth-debug__field{display:flex;flex-direction:column}.hexnoth-debug__label{font-size:10px;text-transform:uppercase;color:var(--text-muted)}.hexnoth-board{display:block;background:transparent}.hexnoth-board-tod,.hexnoth-board-tod-unit{transition:filter 1s ease-out}.hexnoth-board[data-tod-phase=dawn] .hexnoth-board-tod{filter:brightness(1.1) saturate(.85) hue-rotate(13deg)}.hexnoth-board[data-tod-phase=day] .hexnoth-board-tod{filter:brightness(1.3) saturate(.9) hue-rotate(13deg)}.hexnoth-board[data-tod-phase=dusk] .hexnoth-board-tod{filter:none}.hexnoth-board[data-tod-phase=night] .hexnoth-board-tod{filter:brightness(.6) saturate(.3) hue-rotate(0deg) contrast(1.15)}.hexnoth-board[data-tod-phase=dawn] .hexnoth-board-tod-unit{filter:brightness(1.05) saturate(.925) hue-rotate(6.5deg)}.hexnoth-board[data-tod-phase=day] .hexnoth-board-tod-unit{filter:brightness(1.15) saturate(.95) hue-rotate(6.5deg)}.hexnoth-board[data-tod-phase=dusk] .hexnoth-board-tod-unit{filter:none}.hexnoth-board[data-tod-phase=night] .hexnoth-board-tod-unit{filter:brightness(.8) saturate(.65) hue-rotate(0deg) contrast(1.075)}.hexnoth-board-frame{flex:1 1 auto;min-height:0;position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:4px;background-color:#3a2f24}.hexnoth-board-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:var(--hexnoth-board-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat}.hexnoth-board-container{flex:1 1 auto;min-height:0;overflow:auto;position:relative;z-index:1;background:transparent;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x pan-y}.hexnoth-board-container[data-drag-pan=true].hexnoth-board-container--panning{cursor:grabbing;-webkit-user-select:none;user-select:none}.hexnoth-board-container::-webkit-scrollbar{display:none}.hexnoth-board-scaler{position:relative;flex-shrink:0}.hexnoth-board-stack{position:relative;display:block;line-height:0}.hexnoth-board-scaler>.hexnoth-board-stack{position:absolute;top:0;left:0;transform:scale(var(--hexnoth-board-scale, 1));transform-origin:top left}.hexnoth-hex__targeted-halo{stroke:#3a2f24;stroke-width:9;stroke-linejoin:round;pointer-events:none}.hexnoth-grid-cell{pointer-events:none}.hexnoth-hex__zoc{fill:#dc3c3c29;stroke:#dc3c3c8c;stroke-width:1.5;stroke-dasharray:4 3;vector-effect:non-scaling-stroke;pointer-events:none}.hexnoth-hex__dim{fill:#0000006b;stroke:none;pointer-events:none}.hexnoth-hex__dim[data-dim=hover]{fill:#0000007a}.hexnoth-hex__dim[data-dim=grid]{fill:#0000006b}.hexnoth-hex__dim[data-dim=selected]{fill:#00000094}.hexnoth-hex__dim[data-dim=grid-hover]{fill:#0000009e}.hexnoth-hex__dim[data-dim=selected-hover]{fill:#000000b8}.hexnoth-hex__dim[data-dim=selected-boost]{fill:#00000054}.hexnoth-hex__defense{fill:var(--text-primary);font-family:system-ui,sans-serif;font-size:18px;font-weight:700;paint-order:stroke fill;stroke:#000000bf;stroke-width:3px;pointer-events:none}.hexnoth-hex{stroke:var(--border);stroke-width:1}.hexnoth-hex__hit{pointer-events:all;stroke:none}.hexnoth-hex__image{pointer-events:none}.hexnoth-hex__fog{fill:#1c140cbf;stroke:#120c0873;stroke-width:1;pointer-events:none}.hexnoth-unit__shadows{pointer-events:none}.hexnoth-unit__ground-shadow{stroke-width:2.5;fill-opacity:.78;stroke-opacity:.9;paint-order:stroke fill}.hexnoth-unit__ground-shadow[data-owner-tint=friendly],.hexnoth-unit__ground-shadow[data-player="0"]:not([data-owner-tint]){fill:var(--foot-marker-p0-fill);stroke:var(--foot-marker-p0-rim)}.hexnoth-unit__ground-shadow[data-owner-tint=enemy],.hexnoth-unit__ground-shadow[data-player="1"]:not([data-owner-tint]){fill:var(--foot-marker-p1-fill);stroke:var(--foot-marker-p1-rim)}.hexnoth-unit__glow,.hexnoth-unit__art{pointer-events:none}.hexnoth-unit__image{pointer-events:none;opacity:1}.hexnoth-unit__motion[data-anim-state=hurt]{animation:hexnoth-unit-shake var(--hexnoth-hurt-ms, .3s) ease-in-out}.hexnoth-unit__motion[data-anim-state=leveling] .hexnoth-board-tod-unit{animation:hexnoth-unit-level-up var(--hexnoth-leveling-ms, .5s) ease-in-out}@keyframes hexnoth-unit-level-up{0%{filter:brightness(1)}25%{filter:brightness(3.5)}70%{filter:brightness(3.5)}to{filter:brightness(1)}}.hexnoth-unit__motion[data-anim-state=dying] .hexnoth-board-tod-unit{animation:hexnoth-unit-die-art var(--hexnoth-dying-ms, .6s) ease-in forwards}.hexnoth-unit__motion[data-anim-state=dead] .hexnoth-board-tod-unit{filter:brightness(0);opacity:0}.hexnoth-unit__motion[data-anim-state=dying] .hexnoth-unit__chrome{animation:hexnoth-unit-die-chrome var(--hexnoth-dying-ms, .6s) ease-in forwards}.hexnoth-unit__motion[data-anim-state=dead] .hexnoth-unit__chrome{opacity:0}@keyframes hexnoth-unit-die-art{0%{filter:brightness(1);opacity:1}18%{filter:brightness(0);opacity:1}to{filter:brightness(0);opacity:0}}@keyframes hexnoth-unit-die-chrome{0%,18%{opacity:1}to{opacity:0}}@keyframes hexnoth-unit-shake{0%,to{transform:translate(0)}15%{transform:translate(-5px)}30%{transform:translate(5px)}45%{transform:translate(-4px)}60%{transform:translate(4px)}75%{transform:translate(-2px)}}.hexnoth-unit__ring{fill:none;stroke-width:4;filter:drop-shadow(0 0 2px rgba(0,0,0,.6));pointer-events:none}.hexnoth-unit[data-selected=true] .hexnoth-unit__ring{stroke:var(--accent)}.hexnoth-unit__bar-bg{fill:var(--bg-elevated);fill-opacity:.7;pointer-events:none}.hexnoth-unit__hp-fill[data-hp-band=good]{fill:var(--good)}.hexnoth-unit__hp-fill[data-hp-band=warn]{fill:var(--warn)}.hexnoth-unit__hp-fill[data-hp-band=bad]{fill:var(--bad)}.hexnoth-unit__hp-fill,.hexnoth-unit__xp-fill{pointer-events:none}.hexnoth-unit__xp-fill{fill:var(--xp)}.hexnoth-unit__level-strip{fill:var(--bg-panel);fill-opacity:.92;pointer-events:none}.hexnoth-unit__level[data-is-hero=true] .hexnoth-unit__level-strip{fill:var(--hero-level-fill);stroke:var(--hero-level-rim);stroke-width:.7}.hexnoth-unit__level-label{fill:#fff;font-family:system-ui,sans-serif;font-size:9px;font-weight:700;letter-spacing:.04em;pointer-events:none}.hexnoth-unit__hero-star{font-size:.72em}.hexnoth-unit__status{font-family:system-ui,sans-serif;font-size:18px;font-weight:700;pointer-events:none}.hexnoth-unit__status--slowed{fill:var(--warn)}.hexnoth-unit__poison-aura{fill:var(--poison);opacity:.28;pointer-events:none;filter:blur(9px)}.hexnoth-unit__magic-gather-aura{pointer-events:none;filter:blur(11px)}.hexnoth-magic-hex-flash{pointer-events:none}.hexnoth-unit__poison-skull{fill:var(--poison);font-family:system-ui,sans-serif;font-weight:700;paint-order:stroke fill;stroke:#000000d9;stroke-width:1.5;pointer-events:none}.hexnoth-unit__chrome,.hexnoth-float-layer{pointer-events:none}.hexnoth-float{font-family:system-ui,sans-serif;font-size:36px;font-weight:800;paint-order:stroke fill;stroke:#000000d9;stroke-width:5;pointer-events:none;animation-name:hexnoth-float-up;animation-timing-function:ease-out;animation-fill-mode:forwards;animation-iteration-count:1}.hexnoth-float[data-float-sign=pos]{fill:var(--good)}.hexnoth-float[data-float-sign=neg]{fill:var(--bad)}.hexnoth-float[data-float-kind=miss]{fill:var(--hexnoth-float-miss, #aab);font-style:italic}@keyframes hexnoth-float-up{0%{transform:translateY(0);opacity:1}to{transform:translateY(-48px);opacity:0}}.hexnoth-setup,.hexnoth-picker{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--bg-panel);color:var(--text-primary);width:100%;max-width:360px}.hexnoth-setup__field{display:flex;flex-direction:column;gap:4px}.hexnoth-setup__label{font-size:11px;text-transform:uppercase;color:var(--text-muted);letter-spacing:.06em}.hexnoth-setup__field input{padding:6px 8px;border:1px solid var(--border);border-radius:4px;background:var(--bg-elevated);color:var(--text-primary);font:inherit}.hexnoth-setup__field input:focus{outline:2px solid var(--accent);outline-offset:-1px}.hexnoth-setup__actions{display:flex;flex-direction:column;gap:8px}.hexnoth-setup__or{color:var(--text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;text-align:center}.hexnoth-setup__button{padding:8px 12px;border:1px solid var(--border);border-radius:4px;background:var(--bg-elevated);color:var(--text-primary);cursor:pointer;font:inherit}.hexnoth-setup__button:hover:not(:disabled){border-color:var(--accent)}.hexnoth-setup__button:disabled,.hexnoth-picker__counter button:disabled{cursor:not-allowed;opacity:.5}.hexnoth-picker__title{font-size:14px;margin:0;color:var(--text-primary)}.hexnoth-picker__roster{border-collapse:collapse;font-size:13px;color:var(--text-primary)}.hexnoth-picker__roster th,.hexnoth-picker__roster td{padding:4px 6px;border-bottom:1px solid var(--border);text-align:left}.hexnoth-picker__roster th{color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.06em}.hexnoth-picker__counter{display:flex;align-items:center;gap:6px}.hexnoth-picker__counter button{width:36px;height:36px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-primary);border-radius:4px;cursor:pointer}.hexnoth-picker__totals{display:flex;gap:16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:var(--text-primary)}.hexnoth-picker__footer{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.hexnoth-picker--embedded .hexnoth-picker__footer{margin-top:1rem;padding-top:.85rem}.hexnoth-picker__footer--gold{position:relative;z-index:0}.hexnoth-cta{--cta-face-top: #6f5730;--cta-face-mid: #45341a;--cta-face-bottom: #241a0c;--cta-rim: rgba(255, 220, 160, .42);--cta-text: #f5e6c8;--cta-text-shadow: rgba(0, 0, 0, .85);--cta-glow: rgba(240, 198, 116, .22);--cta-gloss: rgba(255, 245, 220, .28);--cta-drop-shadow: 0 2px 8px rgba(0, 0, 0, .32);position:relative;overflow:hidden;box-sizing:border-box;border:none;border-radius:6px;background:linear-gradient(180deg,var(--cta-face-top) 0%,var(--cta-face-mid) 62%,var(--cta-face-bottom) 100%);color:var(--cta-text);font:inherit;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center;text-shadow:0 1px 0 var(--cta-text-shadow),0 0 10px var(--cta-glow);cursor:pointer;box-shadow:inset 0 1px 0 var(--cta-rim),var(--cta-drop-shadow);transition:background .12s ease,box-shadow .12s ease,transform 80ms ease}.hexnoth-cta:before{content:"";position:absolute;top:0;left:0;right:0;height:58%;border-radius:6px 6px 45% 45%;background:linear-gradient(180deg,var(--cta-gloss) 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,0) 100%);pointer-events:none}.hexnoth-cta:hover:not(:disabled),.hexnoth-cta:focus-visible:not(:disabled){outline:none;box-shadow:inset 0 1px 0 var(--cta-rim),var(--cta-drop-shadow),0 0 14px var(--cta-glow);--cta-face-top: #7d6438;--cta-face-mid: #4f3d22;--cta-face-bottom: #2c2010}.hexnoth-cta:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 4px #00000047,inset 0 1px #ffffff0f,0 1px 3px #00000038}.hexnoth-cta:disabled{cursor:not-allowed;opacity:.42;filter:saturate(.65);box-shadow:inset 0 1px #ffffff0f,0 1px 4px #0003}.hexnoth-btn-secondary{box-sizing:border-box;border:1px solid var(--border);border-radius:6px;background:linear-gradient(180deg,#564535,#433427);color:var(--text-primary);font:inherit;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center;cursor:pointer;box-shadow:inset 0 1px #ffebc81f,0 2px 6px #00000038;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease,background .15s ease,transform 80ms ease}.hexnoth-btn-secondary:hover:not(:disabled),.hexnoth-btn-secondary:focus-visible:not(:disabled){color:var(--accent);border-color:var(--accent);background:linear-gradient(180deg,#604d3a,#49392a);box-shadow:inset 0 1px #ffebc829,0 3px 9px #00000047;outline:none}.hexnoth-btn-secondary:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 4px #00000038,0 1px 3px #0003}.hexnoth-btn-secondary:disabled{cursor:not-allowed;opacity:.42;color:var(--text-muted);background:var(--bg-panel);box-shadow:none}.hexnoth-picker__totals--gold{justify-content:center;padding:.6rem .75rem;border:1px solid var(--border);border-radius:6px;background:#08060459}.hexnoth-picker__totals--gold .hexnoth-picker__gold{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;font-weight:600;line-height:1.4;color:var(--text-primary);letter-spacing:.02em;text-shadow:none}.hexnoth-skirmish-setup__hero-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;align-items:stretch}.hexnoth-picker--embedded .hexnoth-picker__faction{flex:0 0 auto}.hexnoth-skirmish-setup__army-picker{display:flex;flex-direction:column;width:100%;gap:0}.hexnoth-skirmish-setup__army-picker .hexnoth-picker__footer{margin-top:1rem;padding-top:.85rem}@media (max-width: 720px){.hexnoth-skirmish-setup__hero-cards{grid-template-columns:1fr;align-items:start}}.hexnoth-picker__card-cost{flex-shrink:0;font-size:11px;font-weight:700;color:var(--accent);letter-spacing:.04em}.hexnoth-picker__recruit{flex-shrink:0;width:100%;padding:.55rem .65rem;font-size:10px}@media (min-width: 721px){.hexnoth-skirmish-setup__hero-cards>.hexnoth-skirmish-setup__hero-card--with-footer{height:100%}.hexnoth-skirmish-setup__hero-cards>.hexnoth-skirmish-setup__hero-card--with-footer .hexnoth-skirmish-setup__hero-card-body{flex:1 1 auto;min-height:0}.hexnoth-skirmish-setup__hero-cards>.hexnoth-skirmish-setup__hero-card--with-footer .hexnoth-picker__recruit{margin-top:auto}.hexnoth-skirmish-setup__hero-cards>.hexnoth-skirmish-setup__hero-card--with-footer .hexnoth-picker__counter{flex-shrink:0;margin-top:auto;justify-content:center}}.hexnoth-picker__ready.hexnoth-cta{width:100%;padding:.75rem 1rem;font-size:14px}.hexnoth-picker__status{margin:0;font-size:18px;color:var(--text-muted)}.hexnoth-home__menu-panel,.hexnoth-handbook__board-col,.hexnoth-skirmish-setup__board-col{box-shadow:var(--hexnoth-split-junction-shadow)}.hexnoth-skirmish-setup{--green-bg-panel: #2e3e33;--green-bg-elevated: #28362d;--green-border: #536456;--green-text-muted: #c0cdbf;--hexnoth-skirmish-board-panel-bg: rgba(22, 16, 10, .55);display:grid;grid-template-columns:minmax(320px,28rem) minmax(0,1fr);grid-template-rows:minmax(0,1fr);width:100%;height:100dvh;max-height:100dvh;overflow:hidden;box-sizing:border-box;background:var(--bg-panel);color:var(--text-primary)}.hexnoth-skirmish-setup__green-col{display:flex;flex-direction:column;gap:clamp(1rem,3vh,1.75rem);padding:clamp(1.25rem,4vh,2.5rem) clamp(1rem,3vw,2rem);background:var(--green-bg-panel);border-right:1px solid rgba(132,150,122,.32);box-shadow:inset 0 1px #e6d29124;color:var(--text-primary);min-height:0;overflow:hidden;box-sizing:border-box}.hexnoth-skirmish-setup__green-col>.hexnoth-skirmish-setup__main-menu-link,.hexnoth-skirmish-setup__green-col>.hexnoth-skirmish-setup__header,.hexnoth-skirmish-setup__green-col>.hexnoth-skirmish-setup__hero-summary,.hexnoth-skirmish-setup__green-col>.hexnoth-skirmish-setup__roster{flex-shrink:0}.hexnoth-skirmish-setup__main-menu-link{display:inline-block;align-self:flex-start;color:var(--green-text-muted);text-decoration:none;font-size:.9375rem;letter-spacing:.02em}.hexnoth-skirmish-setup__main-menu-link:hover,.hexnoth-skirmish-setup__main-menu-link:focus-visible{color:var(--accent);outline:none}.hexnoth-skirmish-setup--army .hexnoth-skirmish-setup__green-col{overflow-y:auto}.hexnoth-skirmish-setup__board-col{min-height:0;overflow:hidden;background-color:var(--bg-panel);background-image:var(--hexnoth-board-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;box-sizing:border-box}.hexnoth-skirmish-setup__board-scroll{height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding:clamp(1.25rem,4vh,2.5rem) clamp(1rem,4vw,2.5rem);padding-bottom:clamp(2rem,5vh,3.5rem)}.hexnoth-skirmish-setup__header{display:flex;flex-direction:column;align-items:center;gap:.65rem;text-align:center;padding-top:.25rem}.hexnoth-skirmish-setup__logo{display:block;width:min(280px,100%);height:auto;margin:0 0 .25rem;filter:drop-shadow(0 2px 10px rgba(0,0,0,.7))}.hexnoth-skirmish-setup__logo--full{width:min(360px,100%);max-height:min(300px,36vh);height:auto;aspect-ratio:1;object-fit:contain;margin:0 auto .35rem}.hexnoth-skirmish-setup__logo--text{width:min(220px,100%);height:auto;margin:0 auto;filter:drop-shadow(0 2px 10px rgba(0,0,0,.7))}.hexnoth-skirmish-setup__title{margin:0;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;color:#f5e6c8;text-shadow:0 1px 1px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.55)}.hexnoth-skirmish-setup__lead{margin:0;max-width:20rem;font-size:.875rem;line-height:1.55;letter-spacing:.02em;color:var(--green-text-muted)}.hexnoth-skirmish-setup__faction-row-head{display:flex;flex-direction:column;gap:.35rem}.hexnoth-skirmish-setup__faction-row-blurb{margin:0;font-size:13px;line-height:1.45;color:var(--text-muted)}.hexnoth-skirmish-setup__board-content{width:min(1100px,100%);margin:0 auto}.hexnoth-skirmish-setup__faction-rows{display:flex;flex-direction:column;gap:clamp(1rem,3vh,1.75rem)}.hexnoth-skirmish-setup__faction-row{display:flex;flex-direction:column;gap:.75rem;padding:1rem clamp(.75rem,2vw,1.5rem);border:1px solid var(--border);border-radius:8px;background:var(--hexnoth-skirmish-board-panel-bg)}.hexnoth-skirmish-setup__faction-row-label{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.hexnoth-skirmish-setup__faction-label{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#f0c674}.hexnoth-skirmish-setup__faction-info{margin:0;font-size:13px;line-height:1.45;color:var(--green-text-muted)}.hexnoth-skirmish-setup__hero-card{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;padding:.6rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--text-primary);font:inherit;text-align:left;min-width:0}.hexnoth-skirmish-setup__hero-card--with-footer{min-width:0}.hexnoth-skirmish-setup__hero-card-body{display:flex;flex-direction:column;gap:.65rem;min-width:0}button.hexnoth-skirmish-setup__hero-card{cursor:pointer;transition:border-color .12s ease,transform .12s ease}button.hexnoth-skirmish-setup__hero-card:hover,button.hexnoth-skirmish-setup__hero-card:focus-visible{border-color:var(--accent);transform:translateY(-1px);outline:none}.hexnoth-skirmish-setup__hero-image{display:block;width:100%;height:auto;aspect-ratio:320 / 280;object-fit:contain;background:#08060466;border-radius:4px}.hexnoth-skirmish-setup__hero-name{font-size:15px;font-weight:600;color:var(--text-primary)}.hexnoth-skirmish-setup__hero-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.hexnoth-skirmish-setup__hero-level{flex-shrink:0;font-size:11px;color:var(--text-muted);letter-spacing:.04em}.hexnoth-skirmish-setup__hero-flavor{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.45;color:var(--text-muted)}.hexnoth-skirmish-setup__hero-stats{display:flex;flex-direction:column;gap:.4rem}.hexnoth-skirmish-setup__hero-vitals,.hexnoth-skirmish-setup__hero-tags{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.35}.hexnoth-skirmish-setup__hero-vitals{font-size:12px;color:var(--text-primary)}.hexnoth-skirmish-setup__hero-tags{font-size:11px;color:var(--text-muted)}.hexnoth-skirmish-setup__hero-sep{margin:0 .35em;opacity:.75}.hexnoth-skirmish-setup__hero-attacks{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.3rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.4;color:var(--text-primary)}.hexnoth-skirmish-setup__hero-summary{display:flex;flex-direction:column;gap:.75rem;padding:.85rem;border:1px solid var(--green-border);border-radius:8px;background:var(--green-bg-elevated)}.hexnoth-skirmish-setup__summary-image{width:100%;height:auto;aspect-ratio:320 / 280;object-fit:contain;background:#08060459;border-radius:6px}.hexnoth-skirmish-setup__summary-body{display:flex;flex-direction:column;gap:.65rem}.hexnoth-skirmish-setup__summary-flavor,.hexnoth-skirmish-setup__hero-summary .hexnoth-skirmish-setup__hero-tags,.hexnoth-skirmish-setup__hero-summary .hexnoth-skirmish-setup__hero-flavor{color:var(--green-text-muted)}.hexnoth-skirmish-setup__hero-summary .hexnoth-skirmish-setup__hero-vitals,.hexnoth-skirmish-setup__hero-summary .hexnoth-skirmish-setup__hero-attacks{color:var(--text-primary)}.hexnoth-skirmish-setup__change{align-self:stretch;padding:.55rem .9rem;border:1px solid var(--green-border);border-radius:6px;background:var(--green-bg-panel);color:var(--text-primary);cursor:pointer;font:inherit;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.hexnoth-skirmish-setup__change:hover,.hexnoth-skirmish-setup__change:focus-visible{border-color:var(--accent);color:var(--accent);outline:none}.hexnoth-skirmish-setup__roster{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;align-items:start}.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-card{min-width:0;height:auto;padding:.45rem;border-color:var(--green-border);background:var(--green-bg-elevated)}.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-card-body{flex:initial;min-height:0}.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-name{font-size:12px}.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-level{font-size:10px}.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-flavor{display:none}.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-vitals,.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-tags,.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-attacks{color:var(--green-text-muted)}.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-vitals,.hexnoth-skirmish-setup__roster .hexnoth-skirmish-setup__hero-attacks{color:var(--text-primary)}.hexnoth-skirmish-setup__roster-remove{flex-shrink:0;margin-top:.25rem;padding:.35rem .5rem;border:1px solid var(--green-border);border-radius:4px;background:var(--green-bg-panel);color:var(--text-primary);cursor:pointer;font:inherit;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.hexnoth-skirmish-setup__roster-remove:hover,.hexnoth-skirmish-setup__roster-remove:focus-visible{border-color:var(--accent);color:var(--accent);outline:none}.hexnoth-skirmish-setup--army .hexnoth-skirmish-setup__faction-row .hexnoth-skirmish-setup__army-picker{width:100%;max-width:none;margin:0;padding:0}@media (max-width: 899px){body:has(.hexnoth-skirmish-setup){overflow:auto}#root:has(.hexnoth-skirmish-setup){height:auto;min-height:100dvh;overflow:visible}.hexnoth-skirmish-setup{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;height:auto;min-height:0;max-height:none;overflow:visible}.hexnoth-skirmish-setup__green-col{height:auto;min-height:0;overflow:visible;border-right:none;border-bottom:1px solid rgba(132,150,122,.32)}.hexnoth-skirmish-setup--army .hexnoth-skirmish-setup__green-col{overflow:visible}.hexnoth-skirmish-setup__board-col{height:auto;min-height:0;overflow:visible}.hexnoth-skirmish-setup__board-scroll{height:auto;min-height:0;overflow:visible;padding-bottom:clamp(1.25rem,4vh,2.5rem)}.hexnoth-skirmish-setup__hero-cards{grid-template-columns:1fr;align-items:start}.hexnoth-skirmish-setup__roster{align-items:start}.hexnoth-skirmish-setup__logo--full{width:min(640px,92vw);max-width:min(44vh,520px);max-height:min(44vh,520px)}}.hexnoth-hero-picker{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--bg-panel);color:var(--text-primary);width:100%;max-width:360px}.hexnoth-hero-picker__title{font-size:14px;margin:0;color:var(--text-primary)}.hexnoth-hero-picker__hint{margin:0;font-size:12px;color:var(--text-muted);line-height:1.4}.hexnoth-hero-picker__options{display:flex;flex-direction:column;gap:6px}.hexnoth-hero-picker__option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 12px;border:1px solid var(--border);border-radius:4px;background:var(--bg-elevated);color:var(--text-primary);cursor:pointer;font:inherit;text-align:left}.hexnoth-hero-picker__option:hover{border-color:var(--accent)}.hexnoth-hero-picker__option-name{font-weight:600}.hexnoth-hero-picker__option-stats{font-size:11px;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}.hexnoth-play{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;box-sizing:border-box}.hexnoth-board-logo{position:fixed;top:10px;left:10px;z-index:5;width:clamp(150px,18vw,260px);display:flex;align-items:center;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none}.hexnoth-board-logo:before{content:"";position:absolute;top:-36%;right:-16%;bottom:-36%;left:-16%;border-radius:999px/70%;background:radial-gradient(ellipse,#ffecb457,#f0c67433,#f0c67400 72%)}.hexnoth-board-logo>img{position:relative;width:100%;height:auto;opacity:.9;filter:drop-shadow(0 0 9px rgba(255,244,214,.55)) drop-shadow(0 2px 8px rgba(0,0,0,.78))}.hexnoth-board[data-interactive=false]{cursor:not-allowed}.hexnoth-hex[data-targeted=true]{stroke:var(--accent);stroke-width:4;filter:drop-shadow(0 0 2px rgba(0,0,0,.6))}.hexnoth-hex[data-attackable=true]{stroke-width:4;stroke:var(--bad)}.hexnoth-hex[data-reachable=true]{stroke:var(--good);stroke-width:1.5;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}.hexnoth-hex[data-targeted=true][data-targeted-kind=move]{stroke-dasharray:8 6}.hexnoth-hex[data-targeted=true][data-targeted-kind=attack]{stroke:var(--bad);stroke-dasharray:none}.hexnoth-hex[data-faded=true]{opacity:.3}.hexnoth-grid-targeted .hexnoth-hex[data-targeted=true]{stroke-width:5;stroke-linejoin:round}.hexnoth-sidepanel__scroll{display:flex;flex-direction:column;gap:8px;padding:12px;box-sizing:border-box;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.hexnoth-sidepanel__scroll>*{flex:0 0 auto}.hexnoth-sidepanel>.hexnoth-turn-footer{flex-shrink:0;margin:0 12px 12px}.hexnoth-sidepanel__music{flex-shrink:0;margin:10px 12px 14px;padding-top:2px}.hexnoth-sidepanel__music:empty{display:none}.hexnoth-sidepanel__music .hexnoth-now-playing{margin:0}.hexnoth-card{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--text-primary);font-size:13px}.hexnoth-card--unit,.hexnoth-card--terrain{gap:0}.hexnoth-card__terrain-layout{display:flex;align-items:flex-start;gap:10px}.hexnoth-card__terrain-art-frame{flex:0 0 33.333%;width:33.333%;max-width:33.333%;aspect-ratio:1 / 1;overflow:hidden;border-radius:4px;background:#00000038;display:flex;align-items:center;justify-content:center}.hexnoth-card__terrain-art{display:block;width:100%;height:100%;flex-shrink:0;object-fit:cover;object-position:center center;transform:scale(2) translateY(-10%);transform-origin:center center}.hexnoth-card__terrain-body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:6px}.hexnoth-card--terrain .hexnoth-card__header{align-items:flex-start}.hexnoth-card__unit-layout{display:flex;align-items:flex-start;gap:10px}.hexnoth-card__unit-art-frame{flex:0 0 33.333%;width:33.333%;max-width:33.333%;aspect-ratio:320 / 392;overflow:hidden;border-radius:4px;background:#00000038;box-sizing:border-box;padding-bottom:12px;display:flex;flex-direction:column}.hexnoth-card__unit-art{display:block;flex:1 1 auto;min-height:0;width:128%;max-width:none;margin-left:-14%;object-fit:cover;object-position:center 94%}.hexnoth-card__unit-body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:6px}.hexnoth-card--unit .hexnoth-card__label{flex:0 0 24px}.hexnoth-card__bar-grid{display:flex;flex-direction:column;gap:6px}.hexnoth-card__bar-grid-row{display:grid;grid-template-columns:24px 1fr 3.75rem;gap:8px;align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.hexnoth-card__bar-grid-row .hexnoth-card__label{flex:none}.hexnoth-card__bar-grid-row .hexnoth-card__value{text-align:right;font-variant-numeric:tabular-nums}.hexnoth-bar--empty{visibility:hidden}.hexnoth-card__meta{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.35;color:var(--text-muted)}.hexnoth-card__meta-sep{margin:0 .35em;opacity:.75}.hexnoth-card__meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .35rem}.hexnoth-card__meta-row .hexnoth-card__meta{flex:1 1 auto;min-width:0}.hexnoth-card__unit-footer{display:flex;align-items:flex-end;gap:6px;margin-top:2px}.hexnoth-card__unit-footer .hexnoth-card__attacks{flex:1 1 auto;min-width:0}.hexnoth-card__unit-footer .hexnoth-card__info-help{flex:0 0 auto;margin-left:0}.hexnoth-minimap-frame{position:relative;display:block;width:100%;aspect-ratio:2 / 1;border:1px solid var(--border);border-radius:4px;background:var(--bg-panel);overflow:hidden;box-sizing:border-box;cursor:pointer}.hexnoth-minimap__hover-coords{position:absolute;right:5px;bottom:3px;z-index:1;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.2;pointer-events:none;white-space:nowrap}.hexnoth-minimap{display:block;width:100%;height:100%;background:var(--bg-panel)}.hexnoth-minimap__hex{stroke:#00000047;stroke-width:.02;paint-order:stroke fill}.hexnoth-minimap__hex--fog{fill:#241a0c}.hexnoth-minimap__viewport{fill:#f0c6741f;stroke:var(--accent);stroke-width:1.5;vector-effect:non-scaling-stroke;pointer-events:none}.hexnoth-minimap__unit{stroke:#000000d9;stroke-width:1;vector-effect:non-scaling-stroke}.hexnoth-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.hexnoth-card__heading{display:flex;flex-direction:column;gap:2px;min-width:0}.hexnoth-card__faction{font-size:11px;color:var(--text-muted)}.hexnoth-card__title{font-size:13px;font-weight:600;color:var(--text-primary)}.hexnoth-card__sub{font-size:11px;color:var(--text-muted)}.hexnoth-card__placeholder{margin:0;font-style:italic;color:var(--text-muted)}.hexnoth-card__row{display:flex;align-items:center;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.hexnoth-card__label{flex:0 0 96px;font-size:10px;text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em}.hexnoth-card__value{color:var(--text-primary)}.hexnoth-card__attacks{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px}.hexnoth-card__attack{display:flex;align-items:flex-start;gap:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--text-primary)}.hexnoth-card__attack-text{flex:1 1 auto;min-width:0}.hexnoth-combat__range-switch{display:flex;flex-direction:row;gap:0;border:1px solid var(--border);border-radius:4px;overflow:hidden}.hexnoth-combat__range{flex:1 1 0;padding:6px 8px;border:none;background:var(--bg-panel);color:var(--text-muted);font:inherit;font-size:11px;font-weight:600;text-transform:capitalize;cursor:pointer}.hexnoth-combat__range+.hexnoth-combat__range{border-left:1px solid var(--border)}.hexnoth-combat__range[data-selected=true]{background:var(--bg-elevated);color:var(--text-primary);box-shadow:inset 0 -2px 0 var(--accent)}.hexnoth-combat__weapon-line{margin:0;font-size:11px;color:var(--text-muted)}.hexnoth-combat__chart{display:flex;flex-direction:column;gap:12px;padding:6px 8px;border:1px solid var(--border);border-radius:4px;background:var(--bg-panel)}.hexnoth-combat__column{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:4px}.hexnoth-combat__column-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 2px}.hexnoth-combat__column[data-side=atk] .hexnoth-combat__column-title{font-weight:700;color:var(--text-primary)}.hexnoth-combat__column[data-side=def] .hexnoth-combat__column-title{color:var(--bad)}.hexnoth-combat__histogram{margin:4px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:3px}.hexnoth-combat__bucket{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--text-primary)}.hexnoth-combat__bucket-hp{color:var(--text-muted);min-width:40px}.hexnoth-combat__bucket-bar{position:relative;height:8px;border-radius:2px;background:#ffffff0f;overflow:hidden}.hexnoth-combat__bucket-bar-fill{display:block;height:100%;background:var(--good)}.hexnoth-combat__bucket-bar-fill[data-state=alive]{background:var(--good)}.hexnoth-combat__bucket-bar-fill[data-state=wounded]{background:var(--warn)}.hexnoth-combat__bucket-bar-fill[data-state=dead]{background:var(--bad)}.hexnoth-combat__bucket-pct{min-width:44px;text-align:right;color:var(--text-primary)}.hexnoth-combat__strikes{display:flex;flex-direction:column;gap:4px}.hexnoth-combat__strike-row{display:flex;align-items:center;gap:8px}.hexnoth-combat__strike-cells{display:flex;flex-wrap:wrap;gap:3px}.hexnoth-combat__strike-cell{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;background:#ffffff14;color:var(--text-muted)}.hexnoth-combat__strike-cell[data-strike-hit=true]{background:var(--bad);color:var(--bg-app)}.hexnoth-card__log{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--text-muted)}.hexnoth-card__log-line{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.35}.hexnoth-card__log-empty{color:var(--text-muted);font-style:italic}.hexnoth-bar{position:relative;flex:1 1 auto;height:6px;border-radius:3px;background:#ffffff14;overflow:hidden}.hexnoth-bar__fill{height:100%;background:var(--good);transition:width .2s ease-out}.hexnoth-bar__fill[data-band=good]{background:var(--good)}.hexnoth-bar__fill[data-band=warn]{background:var(--warn)}.hexnoth-bar__fill[data-band=bad]{background:var(--bad)}.hexnoth-bar__fill--xp{background:var(--xp)}.hexnoth-card__desc{margin:0;font-size:12px;line-height:1.45;color:var(--text-muted)}.hexnoth-card__status--poisoned{color:var(--poison);font-weight:700}.hexnoth-card__info-help{position:relative;flex-shrink:0;margin-left:auto}.hexnoth-card__info-help-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--bg-elevated);color:var(--text-muted);font-size:12px;line-height:1;cursor:pointer}.hexnoth-card__info-help-btn:hover,.hexnoth-card__info-help-btn:focus-visible{color:var(--accent);border-color:var(--accent);outline:none}.hexnoth-card__info-balloon{position:absolute;right:0;bottom:calc(100% + 6px);z-index:4;width:min(260px,72vw);max-height:min(60dvh,320px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);box-shadow:0 6px 18px #00000059}.hexnoth-card__info-balloon-line{margin:0;font-size:11px;line-height:1.4;color:var(--text-primary)}.hexnoth-card__info-balloon-line+.hexnoth-card__info-balloon-line{margin-top:6px}.hexnoth-card__info-balloon-name{font-weight:600;color:var(--accent);text-transform:capitalize}.hexnoth-winner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#0d0f1285;pointer-events:none}.hexnoth-winner{margin:0;padding:20px 40px;border:2px solid var(--accent);border-radius:8px;background:var(--bg-panel);color:var(--accent);font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;letter-spacing:.04em;text-align:center;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,.45);box-shadow:0 12px 40px #00000059}.hexnoth-winner__replay{pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-elevated);color:var(--accent);border:1px solid var(--accent);border-radius:6px;padding:8px 18px;font-size:.95rem;font-weight:600;letter-spacing:.04em;cursor:pointer;box-shadow:0 6px 18px #00000040}.hexnoth-winner__replay:hover,.hexnoth-winner__replay:focus-visible{background:#543;outline:none}.hexnoth-post-summary{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#0d0f129e}.hexnoth-post-summary__panel{display:flex;flex-direction:column;gap:18px;width:min(640px,100%);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);padding:24px 28px;border:1px solid var(--accent);border-radius:10px;background:var(--bg-panel);color:var(--accent);box-shadow:0 18px 56px #00000073;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.hexnoth-post-summary__title{margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;letter-spacing:.03em;text-align:center}.hexnoth-post-summary__meta{margin:0;text-align:center;font-size:.95rem;letter-spacing:.04em;color:#f5e6c8d9}.hexnoth-post-summary__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hexnoth-post-summary__col{padding:14px 16px;border:1px solid rgba(245,230,200,.25);border-radius:8px;background:var(--bg-elevated)}.hexnoth-post-summary__col-name{margin:0 0 10px;font-size:1.05rem;font-weight:600;letter-spacing:.04em}.hexnoth-post-summary__stats{margin:0;display:grid;grid-template-columns:1fr auto;row-gap:6px;column-gap:12px;font-size:.95rem}.hexnoth-post-summary__stats dt{color:#f5e6c8b8}.hexnoth-post-summary__stats dd{margin:0;font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.hexnoth-post-summary__reward{padding:12px 16px;border:1px solid rgba(245,230,200,.25);border-radius:8px;background:var(--bg-elevated)}.hexnoth-post-summary__reward--eligible{border-color:var(--accent)}.hexnoth-post-summary__reward-title{margin:0 0 8px;font-size:1rem;font-weight:600;letter-spacing:.04em}.hexnoth-post-summary__reward-stats{margin:0;display:grid;grid-template-columns:1fr auto;row-gap:6px;column-gap:12px;font-size:.95rem}.hexnoth-post-summary__reward-stats dt{color:#f5e6c8b8}.hexnoth-post-summary__reward-stats dd{margin:0;font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.hexnoth-post-summary__reward-note{margin:10px 0 0;font-size:.85rem;color:#f5e6c8b3}.hexnoth-post-summary__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.hexnoth-post-summary__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-elevated);color:var(--accent);border:1px solid var(--accent);border-radius:6px;padding:8px 18px;font-size:.95rem;font-weight:600;letter-spacing:.04em;cursor:pointer;box-shadow:0 6px 18px #00000040;text-decoration:none;display:inline-block}.hexnoth-post-summary__btn:hover,.hexnoth-post-summary__btn:focus-visible{background:#543;outline:none}.hexnoth-post-summary__btn--primary{background:var(--accent);color:#1a1d22}.hexnoth-post-summary__btn--primary:hover,.hexnoth-post-summary__btn--primary:focus-visible{background:#f5d59b}@media (max-width: 600px){.hexnoth-post-summary__grid{grid-template-columns:1fr}}.hexnoth-turn-footer{position:relative;flex-shrink:0;padding:0;background:transparent}.hexnoth-turn-footer__end{--cta-face-top: #6f5730;--cta-face-mid: #45341a;--cta-face-bottom: #241a0c;--cta-rim: rgba(255, 220, 160, .42);--cta-text: #f5e6c8;--cta-text-shadow: rgba(0, 0, 0, .85);--cta-glow: rgba(240, 198, 116, .22);--cta-gloss: rgba(255, 245, 220, .28);--cta-drop-shadow: 0 2px 8px rgba(0, 0, 0, .32);position:relative;overflow:hidden;flex:1 1 auto;min-width:0;padding:10px 14px;border:none;border-radius:6px;background:linear-gradient(180deg,var(--cta-face-top) 0%,var(--cta-face-mid) 62%,var(--cta-face-bottom) 100%);color:var(--cta-text);font:inherit;font-weight:700;font-size:14px;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 1px 0 var(--cta-text-shadow),0 0 10px var(--cta-glow);cursor:pointer;box-shadow:inset 0 1px 0 var(--cta-rim),var(--cta-drop-shadow);transition:background .12s ease,box-shadow .12s ease,transform 80ms ease}.hexnoth-turn-footer__end:before{content:"";position:absolute;top:0;left:0;right:0;height:58%;border-radius:6px 6px 45% 45%;background:linear-gradient(180deg,var(--cta-gloss, rgba(255, 255, 255, .26)) 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,0) 100%);pointer-events:none}.hexnoth-turn-footer__end[data-action-kind=move]{--cta-face-top: #8a9098;--cta-face-mid: #5c6168;--cta-face-bottom: #464a50;--cta-rim: rgba(220, 228, 236, .2);--cta-text: #eef1f5;--cta-glow: rgba(180, 190, 200, .16);--cta-gloss: rgba(240, 244, 248, .22);--cta-drop-shadow: 0 2px 7px rgba(0, 0, 0, .28)}.hexnoth-turn-footer__end[data-action-kind=attack]{--cta-face-top: #c03848;--cta-face-mid: #922030;--cta-face-bottom: #601018;--cta-rim: rgba(255, 200, 200, .22);--cta-text: #fff0f0;--cta-glow: rgba(255, 80, 80, .32);--cta-gloss: rgba(255, 160, 160, .2);--cta-drop-shadow: 0 2px 8px rgba(80, 0, 0, .35)}.hexnoth-turn-footer__end:hover:not(:disabled){box-shadow:inset 0 1px 0 var(--cta-rim),var(--cta-drop-shadow),0 0 14px var(--cta-glow)}.hexnoth-turn-footer__end[data-action-kind=end_turn]:hover:not(:disabled){--cta-face-top: #7d6438;--cta-face-mid: #4f3d22;--cta-face-bottom: #2c2010}.hexnoth-turn-footer__end[data-action-kind=move]:hover:not(:disabled){--cta-face-top: #9aa0a8;--cta-face-mid: #666b72;--cta-face-bottom: #505458}.hexnoth-turn-footer__end[data-action-kind=attack]:hover:not(:disabled){--cta-face-top: #d04858;--cta-face-mid: #a02838;--cta-face-bottom: #701820}.hexnoth-turn-footer__end:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 4px #00000047,inset 0 1px #ffffff0f,0 1px 3px #00000038}.hexnoth-turn-footer__end:disabled{cursor:not-allowed;opacity:.42;filter:saturate(.65);box-shadow:inset 0 1px #ffffff0f,0 1px 4px #0003}.hexnoth-turn-footer__actions{display:flex;align-items:stretch;gap:8px;width:100%}.hexnoth-turn-footer__menu{position:relative;flex:0 0 auto}.hexnoth-turn-footer__menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:100%;min-height:44px;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--text-muted);cursor:pointer;opacity:.82;transition:opacity .12s ease,border-color .12s ease,color .12s ease,background .12s ease}.hexnoth-turn-footer__menu-btn:hover{opacity:1;border-color:var(--border);background:#ffffff0d;color:var(--text-primary)}.hexnoth-turn-footer__menu-icon{display:block;width:18px;height:14px;background:linear-gradient(currentColor,currentColor) 0 0 / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0 50% / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) 0 100% / 100% 2px no-repeat}.hexnoth-turn-footer__menu-popover{position:absolute;right:0;bottom:calc(100% + 12px);z-index:2;min-width:148px;padding:4px;border:1px solid var(--border);border-radius:6px;background:var(--bg-panel);box-shadow:0 8px 24px #00000059;overflow:hidden}.hexnoth-turn-footer__menu-item{display:block;box-sizing:border-box;width:100%;max-width:100%;padding:10px 12px;border:none;border-radius:4px;background:transparent;color:var(--text-primary);font:inherit;font-size:14px;text-align:left;text-decoration:none;cursor:pointer}.hexnoth-turn-footer__menu-item:hover{background:var(--bg-elevated)}.hexnoth-turn-footer__menu-item:disabled{opacity:.38;color:var(--text-muted);cursor:not-allowed}.hexnoth-turn-footer__menu-music{margin-top:4px;padding:8px 4px 2px;border-top:1px solid var(--border)}.hexnoth-turn-footer__menu-music .hexnoth-now-playing{margin:0}.hexnoth-turn-footer__menu-item:disabled:hover{background:transparent}.hexnoth-reveal-confirm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:7;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#0d0f12ad}.hexnoth-reveal-confirm__panel{display:flex;flex-direction:column;gap:14px;width:min(420px,100%);max-height:calc(100dvh - 48px);padding:20px 22px;border:1px solid var(--accent);border-radius:10px;background:var(--bg-panel);color:var(--text-primary);box-shadow:0 18px 56px #00000073;overflow-y:auto}.hexnoth-reveal-confirm__title{margin:0;font-size:1.15rem;text-align:center;color:var(--text-primary)}.hexnoth-reveal-confirm__body{margin:0;font-size:.92rem;line-height:1.45;text-align:center}.hexnoth-reveal-confirm__actions{display:flex;flex-direction:column;gap:.65rem}.hexnoth-reveal-confirm__btn{padding:10px 14px;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--text-primary);font:inherit;cursor:pointer}.hexnoth-reveal-confirm__btn:hover,.hexnoth-reveal-confirm__btn:focus-visible{border-color:var(--accent)}.hexnoth-reveal-confirm__btn--primary{border-color:var(--accent);background:var(--accent);color:#1b1205;font-weight:600}.hexnoth-settings-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#0d0f129e}.hexnoth-settings-popup__panel{display:flex;flex-direction:column;gap:14px;width:min(440px,100%);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);padding:18px 22px;border:1px solid var(--accent);border-radius:10px;background:var(--bg-panel);color:var(--text-primary);box-shadow:0 18px 56px #00000073;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.hexnoth-settings-popup__panel--event-log{width:min(520px,100%)}.hexnoth-settings-popup__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hexnoth-settings-popup__title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.04em;color:var(--accent)}.hexnoth-settings-popup__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:var(--accent);border:none;font-size:1.25rem;line-height:1;padding:4px 10px;cursor:pointer;font-family:inherit}.hexnoth-settings-popup__close:hover,.hexnoth-settings-popup__close:focus-visible{background:var(--bg-elevated);border-radius:6px;outline:none}.hexnoth-settings-popup__section{display:flex;flex-direction:column;gap:6px}.hexnoth-settings-popup__section-title{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.hexnoth-settings-popup__row{display:flex;align-items:center;gap:10px;padding:6px 0}.hexnoth-settings-popup__row-label{flex:0 0 96px;font-size:13px;color:var(--text-primary)}.hexnoth-settings-popup input[type=range],.hexnoth-replay-controls__slider input[type=range]{flex:1 1 auto;width:100%;height:6px;accent-color:var(--accent);cursor:pointer}.hexnoth-settings-popup input[type=range]:disabled{cursor:not-allowed;opacity:.45}.hexnoth-settings-popup__row-value{flex:0 0 48px;text-align:right;font-variant-numeric:tabular-nums;font-size:12px;color:var(--text-muted)}.hexnoth-settings-popup__row-slider-label{flex:1 1 auto;display:flex;align-items:center}.hexnoth-settings-popup__toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;flex:0 0 132px;padding:6px 10px;border:1px solid var(--border);border-radius:4px;background:transparent;color:var(--text-primary);font:inherit;font-size:13px;text-align:left;cursor:pointer}.hexnoth-settings-popup__toggle:hover{background:#ffffff0d;border-color:var(--accent)}.hexnoth-settings-popup__toggle[aria-checked=false]{color:var(--text-muted)}.hexnoth-settings-popup__toggle-state{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.hexnoth-settings-popup__toggle[aria-checked=false] .hexnoth-settings-popup__toggle-state{color:var(--text-muted)}.hexnoth-settings-popup__radio-group{display:flex;flex-wrap:wrap;gap:8px}.hexnoth-settings-popup__radio{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--border);border-radius:4px;background:transparent;color:var(--text-primary);font:inherit;font-size:13px;cursor:pointer}.hexnoth-settings-popup__radio:hover{background:#ffffff0d;border-color:var(--accent)}.hexnoth-settings-popup__radio[aria-checked=true]{border-color:var(--accent);background:#f0c6741f}.hexnoth-settings-popup__radio-dot{display:inline-block;width:10px;height:10px;border-radius:999px;border:1px solid var(--accent);background:transparent}.hexnoth-settings-popup__radio-dot[data-checked=true]{background:var(--accent)}.hexnoth-settings-popup__radio-multiplier{color:var(--text-muted);font-size:12px}.hexnoth-settings-popup__section-note{margin:8px 0 0;color:var(--text-muted);font-size:12px}.hexnoth-settings-popup__row--fog{align-items:center;justify-content:space-between;gap:12px}.hexnoth-settings-popup__action-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;padding:6px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--text-primary);font-family:inherit;font-size:12px;font-weight:600;cursor:pointer}.hexnoth-settings-popup__action-btn:hover,.hexnoth-settings-popup__action-btn:focus-visible{border-color:var(--accent);color:var(--accent);outline:none}.hexnoth-card__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:var(--text-muted);font-size:1rem;line-height:1;padding:2px 8px;cursor:pointer;font-family:inherit}.hexnoth-card__close:hover,.hexnoth-card__close:focus-visible{color:var(--accent);outline:none}.hexnoth-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hexnoth-match-hud{display:flex;align-items:center;gap:8px;flex-shrink:0;padding:2px 0 6px;color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.3;white-space:nowrap;position:relative;z-index:2;overflow:visible}.hexnoth-match-hud__tod{display:inline-flex;align-items:center;gap:.4em;flex:0 0 auto}.hexnoth-match-hud__tod-label{line-height:1.3}.hexnoth-match-hud__center{flex:1 1 auto;min-width:0;text-align:center;overflow:hidden;text-overflow:ellipsis}.hexnoth-match-hud__center-sep{color:var(--text-muted)}.hexnoth-match-hud__gold-wrap{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;margin-left:auto;position:relative;overflow:visible}.hexnoth-match-hud__gold-wrap--empty{visibility:hidden}.hexnoth-match-hud__tod[data-tod-kind=dawn] .hexnoth-match-hud__tod-label,.hexnoth-tod-announcement[data-tod-kind=dawn] .hexnoth-tod-announcement__label{color:var(--tod-dawn)}.hexnoth-match-hud__tod[data-tod-kind=morning] .hexnoth-match-hud__tod-label,.hexnoth-tod-announcement[data-tod-kind=morning] .hexnoth-tod-announcement__label{color:var(--tod-morning)}.hexnoth-match-hud__tod[data-tod-kind=afternoon] .hexnoth-match-hud__tod-label,.hexnoth-tod-announcement[data-tod-kind=afternoon] .hexnoth-tod-announcement__label{color:var(--tod-afternoon)}.hexnoth-match-hud__tod[data-tod-kind=dusk] .hexnoth-match-hud__tod-label,.hexnoth-tod-announcement[data-tod-kind=dusk] .hexnoth-tod-announcement__label{color:var(--tod-dusk)}.hexnoth-match-hud__tod[data-tod-kind=first_watch] .hexnoth-match-hud__tod-label,.hexnoth-tod-announcement[data-tod-kind=first_watch] .hexnoth-tod-announcement__label{color:var(--tod-first-watch)}.hexnoth-match-hud__tod[data-tod-kind=second_watch] .hexnoth-match-hud__tod-label,.hexnoth-tod-announcement[data-tod-kind=second_watch] .hexnoth-tod-announcement__label{color:var(--tod-second-watch)}.hexnoth-tod-announcement[data-tod-kind=dawn]{border-color:var(--tod-dawn)}.hexnoth-tod-announcement[data-tod-kind=morning]{border-color:var(--tod-morning)}.hexnoth-tod-announcement[data-tod-kind=afternoon]{border-color:var(--tod-afternoon)}.hexnoth-tod-announcement[data-tod-kind=dusk]{border-color:var(--tod-dusk)}.hexnoth-tod-announcement[data-tod-kind=first_watch]{border-color:var(--tod-first-watch)}.hexnoth-tod-announcement[data-tod-kind=second_watch]{border-color:var(--tod-second-watch)}.hexnoth-match-hud__gold{color:var(--accent);font-weight:600}.hexnoth-match-hud__sync{position:relative;display:inline-flex;align-items:center}.hexnoth-match-hud__gold-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-family:system-ui,sans-serif;font-size:.65rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;line-height:1.3;cursor:pointer;white-space:nowrap}.hexnoth-match-hud__gold-tag--eligible{color:#1a1408;background:var(--accent);border-color:#c9a84a;box-shadow:0 1px 2px #00000040}.hexnoth-match-hud__gold-tag--practice{color:var(--text-muted);border-color:var(--border)}.hexnoth-match-hud__gold-tag--pending{color:var(--text-muted);border-color:var(--border);opacity:.92}.hexnoth-match-hud__gold-tag-icon{font-weight:700;line-height:1}.hexnoth-match-hud__gold-tag-amount{color:inherit}.hexnoth-match-hud__gold-tag:hover,.hexnoth-match-hud__gold-tag:focus-visible{outline:none;box-shadow:0 0 0 2px #f0c67459}.hexnoth-match-hud__gold-tag--eligible:hover,.hexnoth-match-hud__gold-tag--eligible:focus-visible{box-shadow:0 1px 2px #00000040,0 0 0 2px #f0c67473}.hexnoth-match-hud__sync-balloon{top:calc(100% + 8px);bottom:auto;right:0;left:auto;width:min(260px,72vw);z-index:30;text-align:left;white-space:normal;overflow-x:hidden;font-family:system-ui,sans-serif;font-size:13px}.hexnoth-match-hud__sync-balloon .hexnoth-card__info-balloon-line{white-space:normal;overflow-wrap:break-word}.hexnoth-match-hud__sync-resume{display:block;width:100%;margin-top:10px;padding:8px 12px;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:var(--bg-panel);font:inherit;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.hexnoth-match-hud__sync-resume:hover,.hexnoth-match-hud__sync-resume:focus-visible{filter:brightness(1.08);outline:none}.hexnoth-match-hud__sync-end{display:block;width:100%;margin-top:10px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text-muted);font:inherit;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;cursor:pointer}.hexnoth-match-hud__sync-end:hover,.hexnoth-match-hud__sync-end:focus-visible{color:var(--text-primary);border-color:var(--text-muted);outline:none}.hexnoth-match-hud__sync-end-confirm{margin-top:10px}.hexnoth-match-hud__sync-end-error{margin:8px 0 0;font-size:11px;line-height:1.4;color:#e8a0a0}.hexnoth-match-hud__sync-end-actions{display:flex;flex-direction:column;gap:6px;margin-top:10px}.hexnoth-match-hud__sync-end-commit{display:block;width:100%;padding:8px 12px;border:1px solid rgba(200,120,120,.65);border-radius:6px;background:#78282859;color:#f5d6d6;font:inherit;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.hexnoth-match-hud__sync-end-commit:hover,.hexnoth-match-hud__sync-end-commit:focus-visible{filter:brightness(1.08);outline:none}.hexnoth-match-hud__sync-end-cancel{display:block;width:100%;padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text-muted);font:inherit;font-size:11px;font-weight:600;cursor:pointer}.hexnoth-match-hud__sync-end-cancel:hover,.hexnoth-match-hud__sync-end-cancel:focus-visible{color:var(--text-primary);outline:none}.hexnoth-now-playing{display:flex;align-items:center;gap:8px;padding:6px 10px;margin:0 0 6px;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated);color:var(--text-primary);font-size:12px;line-height:1.3}.hexnoth-now-playing--blocked{color:var(--text-muted);font-style:italic}.hexnoth-now-playing__body{display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.hexnoth-now-playing__title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hexnoth-now-playing__attribution{color:var(--text-muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hexnoth-now-playing__attribution a{color:inherit;text-decoration:underline}.hexnoth-now-playing__progress{display:flex;align-items:center;gap:6px;margin-top:2px}.hexnoth-now-playing__progress-bar{flex:1 1 auto;min-width:0;height:4px;border-radius:999px;background:#ffffff1f;overflow:hidden}.hexnoth-now-playing__progress-fill{height:100%;border-radius:inherit;background:var(--accent);transition:width .15s linear}.hexnoth-now-playing__time{flex:0 0 auto;color:var(--text-muted);font-size:10px;font-variant-numeric:tabular-nums;letter-spacing:.02em}.hexnoth-now-playing__toggle,.hexnoth-now-playing__next{display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;min-width:32px;height:32px;min-height:32px;aspect-ratio:1;padding:0;border:1px solid var(--border);border-radius:999px;background:var(--bg-app);color:var(--text-muted);font-size:12px;font-weight:600;line-height:1;cursor:pointer}.hexnoth-now-playing__toggle{font-size:16px}.hexnoth-now-playing__toggle[aria-pressed=true]{font-size:14px}.hexnoth-now-playing__next{margin-left:auto;font-size:16px}.hexnoth-now-playing__toggle:hover,.hexnoth-now-playing__next:hover{color:var(--text-primary);border-color:var(--accent)}.hexnoth-tod-announcement{position:fixed;top:58px;left:50%;transform:translate(-50%);z-index:6;display:inline-flex;align-items:center;padding:12px 26px;border:2px solid var(--border);border-radius:999px;background:var(--bg-panel);color:var(--text-primary);font-family:system-ui,sans-serif;font-size:20px;font-weight:600;line-height:1.2;white-space:nowrap;pointer-events:none;box-shadow:0 8px 28px #00000059;animation:hexnoth-tod-announce-fade 2.5s ease-in-out forwards}@keyframes hexnoth-tod-announce-fade{0%{opacity:0;transform:translate(-50%,-8px)}10%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-8px)}}.hexnoth-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hexnoth-match-meta{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.hexnoth-match-meta__chip{padding:3px 8px;border:1px solid var(--border);border-radius:3px;background:var(--bg-elevated);color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}@media (max-width: 899px){:root{--bg-app: #3a2f24;--bg-panel: #3a2f24;--bg-elevated: #4a3b2e;--border: #5c4a38;--text-muted: #b8a892;--hexnoth-split-junction-shadow: inset 0 1px 0 rgba(230, 210, 145, .14), inset 0 10px 24px rgba(3, 8, 6, .45)}html,body,#root{background:#3a2f24}.hexnoth-shell{grid-template-columns:1fr;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);padding-bottom:env(safe-area-inset-bottom,0px);background:#3a2f24}.hexnoth-topbar{background:#3a2f24;border-bottom-color:#5c4a38}.hexnoth-main{background:#3a2f24}.hexnoth-shell--playing{grid-template-rows:minmax(0,1fr) auto;grid-template-areas:"main" "sidepanel"}.hexnoth-sidepanel{border-left:none;border-top:1px solid var(--border);height:auto;overflow:visible}.hexnoth-shell--playing .hexnoth-main{position:relative;z-index:0}.hexnoth-shell--playing .hexnoth-sidepanel{position:relative;z-index:10}.hexnoth-sidepanel__scroll .hexnoth-card:has(.hexnoth-card__info-balloon){position:relative;z-index:12}.hexnoth-sidepanel__scroll .hexnoth-card__info-balloon{z-index:13}.hexnoth-sidepanel--mobile-expanded .hexnoth-sidepanel__scroll{position:absolute;left:0;right:0;bottom:100%;flex:none;width:100%;max-height:var(--hexnoth-mobile-drawer-max);background:var(--bg-panel);border-top:1px solid var(--border);z-index:1}.hexnoth-shell:not(.hexnoth-shell--playing){grid-template-rows:auto 1fr;grid-template-areas:"topbar" "main"}.hexnoth-shell:not(.hexnoth-shell--playing) .hexnoth-sidepanel{display:none}.hexnoth-sidepanel:empty{display:none}.hexnoth-sidepanel__scroll{flex:0 0 auto;gap:6px;padding:6px}.hexnoth-sidepanel--mobile-collapsed .hexnoth-sidepanel__scroll{display:none}.hexnoth-play>.hexnoth-sidepanel__scroll{flex:0 0 auto;max-height:var(--hexnoth-mobile-drawer-max);overflow:hidden}.hexnoth-sidepanel__scroll .hexnoth-card{gap:4px;padding:8px 10px;font-size:13px}.hexnoth-sidepanel__scroll .hexnoth-card__header{gap:6px}.hexnoth-sidepanel__scroll .hexnoth-card__label{flex:0 0 64px;font-size:10px}.hexnoth-sidepanel__scroll .hexnoth-card__title{font-size:14px}.hexnoth-sidepanel__scroll .hexnoth-card__row{gap:6px}.hexnoth-sidepanel__scroll .hexnoth-bar{height:8px}.hexnoth-sidepanel__scroll .hexnoth-card__attacks{gap:2px}.hexnoth-sidepanel__scroll .hexnoth-card__attack{font-size:11px;line-height:1.35}.hexnoth-sidepanel__scroll .hexnoth-combat__column-title{font-size:12px}.hexnoth-sidepanel__scroll .hexnoth-combat__bucket{font-size:12px;gap:8px}.hexnoth-sidepanel__scroll .hexnoth-combat__bucket-bar{height:10px}.hexnoth-sidepanel__scroll .hexnoth-combat__weapon-line{font-size:12px}.hexnoth-sidepanel>.hexnoth-turn-footer{position:relative;z-index:1;overflow:visible;margin:0;padding:6px 8px;padding-bottom:calc(6px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);border-radius:0;background:var(--bg-panel)}.hexnoth-sidepanel__music{display:none}.hexnoth-turn-footer__menu-popover{z-index:20}.hexnoth-board-stack{width:calc(100% * var(--hexnoth-mobile-board-width-factor) * var(--hexnoth-board-scale, 1));max-width:none}.hexnoth-board-stack>.hexnoth-board{width:100%;height:auto}.hexnoth-shell--playing .hexnoth-board{margin-bottom:var(--hexnoth-mobile-board-scroll-margin)}.hexnoth-unit__chrome{transform:scale(var(--hexnoth-mobile-unit-chrome-scale));transform-origin:var(--hexnoth-mobile-unit-chrome-origin-x) var(--hexnoth-mobile-unit-chrome-origin-y)}.hexnoth-unit__level-label{font-size:10px}.hexnoth-minimap-frame{display:none}.hexnoth-play{gap:0;background:#3a2f24}.hexnoth-board-logo{top:calc(44px + env(safe-area-inset-top,0px));left:calc(6px + env(safe-area-inset-left,0px));width:clamp(118px,38vw,168px)}.hexnoth-play>.hexnoth-match-hud{width:100%;box-sizing:border-box;margin-top:0;padding:calc(4px + env(safe-area-inset-top,0px)) calc(12px + env(safe-area-inset-right,0px)) 6px calc(12px + env(safe-area-inset-left,0px));background:#3a2f24;border-bottom:1px solid #5c4a38}.hexnoth-board-frame{border-radius:0;border:none}.hexnoth-board-container{border-radius:0}.hexnoth-centred{padding:16px 12px}.hexnoth-turn-footer__end,.hexnoth-setup__button,.hexnoth-picker__ready{min-height:44px}.hexnoth-shell:has(.hexnoth-sidepanel--mobile-expanded) .hexnoth-roomchip{bottom:calc(var(--hexnoth-mobile-drawer-max) + 12px)}.hexnoth-shell:has(.hexnoth-sidepanel--mobile-collapsed) .hexnoth-roomchip{bottom:calc(12px + env(safe-area-inset-bottom,0px))}.hexnoth-toast{top:calc(12px + env(safe-area-inset-top,0px))}}.hexnoth-replay-loader{max-width:640px;margin:64px auto;padding:24px 32px;display:flex;flex-direction:column;gap:16px;color:var(--text-primary);font-family:inherit}.hexnoth-replay-loader.hexnoth-load{min-height:100dvh;box-sizing:border-box;background:var(--bg-app);box-shadow:0 0 0 100vmax var(--bg-app);overflow:auto}.hexnoth-load__section{display:flex;flex-direction:column;gap:12px}.hexnoth-load__heading{margin:0;font-size:1.1rem;color:var(--text-primary)}.hexnoth-load__empty{margin:0;padding:12px 14px;border:1px dashed var(--border);border-radius:6px;color:var(--text-muted, #b3b8c2);font-size:.9rem}.hexnoth-load__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.hexnoth-load__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border:1px solid var(--border);border-radius:6px;background:var(--bg-elevated)}.hexnoth-load__row-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.hexnoth-load__row-title{font-weight:600;color:var(--text-primary)}.hexnoth-load__row-sub{font-size:.85rem;color:var(--text-muted, #b3b8c2)}.hexnoth-load__row-resume{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-panel);color:var(--accent);border:1px solid var(--accent);border-radius:6px;padding:6px 14px;font-weight:600;cursor:pointer}.hexnoth-load__row-resume:hover,.hexnoth-load__row-resume:focus-visible{background:#543;outline:none}.hexnoth-load__row-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.hexnoth-load__row-secondary,.hexnoth-load__row-danger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-panel);color:var(--text-primary);border:1px solid var(--border);border-radius:6px;padding:6px 12px;font-size:.85rem;cursor:pointer}.hexnoth-load__row-secondary:hover,.hexnoth-load__row-secondary:focus-visible{border-color:var(--accent);outline:none}.hexnoth-load__row-danger{color:#f3b9b6;border-color:#b6605d}.hexnoth-load__row-danger:hover,.hexnoth-load__row-danger:focus-visible{background:#4a2a2a;outline:none}.hexnoth-replay-loader__title{margin:0;font-size:1.5rem}.hexnoth-replay-loader__hint{margin:0;color:var(--text-muted, #b3b8c2);font-size:.95rem}.hexnoth-replay-loader__drop{border:2px dashed var(--border);border-radius:8px;padding:28px;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.hexnoth-replay-loader__drop--over{border-color:var(--accent);background:#f0c67414}.hexnoth-replay-loader__pick,.hexnoth-replay-loader__submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-elevated);color:var(--accent);border:1px solid var(--accent);border-radius:6px;padding:8px 18px;font-weight:600;cursor:pointer}.hexnoth-replay-loader__pick:hover,.hexnoth-replay-loader__submit:hover{background:#543}.hexnoth-replay-loader__paste{display:flex;flex-direction:column;gap:6px;font-size:.95rem}.hexnoth-replay-loader__paste textarea{width:100%;box-sizing:border-box;background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border);border-radius:6px;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.hexnoth-replay-loader__submit:disabled{opacity:.6;cursor:not-allowed}.hexnoth-replay-loader__error{padding:10px 14px;border:1px solid #b6605d;background:#8c38382e;color:#f3b9b6;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.hexnoth-replay-loader__info{padding:10px 14px;border:1px solid var(--accent);background:#f0c67414;color:var(--text-primary);border-radius:6px;font-size:.9rem}.hexnoth-replay-controls{display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:var(--bg-panel);border-top:1px solid var(--border);color:var(--text-primary);font-size:.9rem}.hexnoth-replay-controls__row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.hexnoth-replay-controls button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border);border-radius:4px;padding:4px 12px;cursor:pointer;font-weight:500}.hexnoth-replay-controls button:hover:not(:disabled){background:#303c4cf2}.hexnoth-replay-controls button:disabled{opacity:.5;cursor:not-allowed}.hexnoth-replay-controls button[data-active=true]{border-color:var(--accent);color:var(--accent)}.hexnoth-replay-controls__pos,.hexnoth-replay-controls__seed{color:var(--text-muted, #b3b8c2);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.hexnoth-replay-controls__slider{display:flex;align-items:center;gap:8px;flex:1 1 auto}.hexnoth-replay-controls__slider input{flex:1 1 auto;min-width:120px}.hexnoth-play--replay{display:flex;flex-direction:column;height:100%}@media (max-width: 900px){.hexnoth-replay-controls__row:nth-of-type(2),.hexnoth-replay-controls__row:nth-of-type(3){display:none}}.hexnoth-turn-footer__saved-toast{position:absolute;right:12px;bottom:calc(100% + 6px);padding:4px 10px;border:1px solid var(--accent);border-radius:6px;background:#14181ef2;color:var(--accent);font-size:.85rem;letter-spacing:.03em;pointer-events:none}
