.cg-wrap{box-sizing:content-box;position:relative;display:block}cg-container{position:absolute;width:100%;height:100%;display:block;top:0}cg-board{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:0;background-size:cover}.cg-wrap.manipulable cg-board{cursor:pointer}cg-board square{position:absolute;top:0;left:0;width:12.5%;height:12.5%;pointer-events:none}cg-board square.move-dest{pointer-events:auto}cg-board square.last-move{will-change:transform}.cg-wrap piece{position:absolute;top:0;left:0;width:12.5%;height:12.5%;background-size:cover;z-index:2;will-change:transform;pointer-events:none}cg-board piece.dragging{cursor:move;z-index:11!important}piece.anim{z-index:8}piece.fading{z-index:1;opacity:.5}.cg-wrap piece.ghost{opacity:.3}.cg-wrap piece svg{overflow:hidden;position:relative;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;opacity:.6}.cg-wrap cg-auto-pieces,.cg-wrap .cg-shapes,.cg-wrap .cg-custom-svgs{overflow:visible;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.cg-wrap cg-auto-pieces{z-index:2}.cg-wrap cg-auto-pieces piece{opacity:.3}.cg-wrap .cg-shapes{overflow:hidden;opacity:.6;z-index:2}.cg-wrap .cg-custom-svgs{z-index:9}.cg-wrap .cg-custom-svgs svg{overflow:visible}.cg-wrap coords{position:absolute;display:flex;pointer-events:none;opacity:.8;font-family:sans-serif;font-size:9px}.cg-wrap coords.ranks{left:4px;top:-20px;flex-flow:column-reverse;height:100%;width:12px}.cg-wrap coords.ranks.black{flex-flow:column}.cg-wrap coords.ranks.left{left:-15px;align-items:flex-end}.cg-wrap coords.files{bottom:-4px;left:24px;flex-flow:row;width:100%;height:16px;text-transform:uppercase;text-align:center}.cg-wrap coords.files.black{flex-flow:row-reverse}.cg-wrap coords coord{flex:1 1 auto}.cg-wrap coords.ranks coord{transform:translateY(39%)}.cg-wrap coords.squares{bottom:0;left:0;text-transform:uppercase;text-align:right;flex-flow:column-reverse;height:100%;width:12.5%}.cg-wrap coords.squares.black{flex-flow:column}.cg-wrap coords.squares.left{text-align:left}.cg-wrap coords.squares coord{padding:6% 4%}.cg-wrap coords.squares.rank2{transform:translate(100%)}.cg-wrap coords.squares.rank3{transform:translate(200%)}.cg-wrap coords.squares.rank4{transform:translate(300%)}.cg-wrap coords.squares.rank5{transform:translate(400%)}.cg-wrap coords.squares.rank6{transform:translate(500%)}.cg-wrap coords.squares.rank7{transform:translate(600%)}.cg-wrap coords.squares.rank8{transform:translate(700%)}@font-face{font-family:Lora Variable;font-style:normal;font-display:swap;font-weight:400 700;src:url(./lora-latin-wght-normal-BiLcIKcI.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora Variable;font-style:italic;font-display:swap;font-weight:400 700;src:url(./lora-latin-wght-italic-DBI-iqMr.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{color-scheme:light;--font-ui: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Lora Variable", Lora, Georgia, "Times New Roman", serif;--font-mono: ui-monospace, "Cascadia Code", "Cascadia Mono", Consolas, "Courier New", monospace;--tracking-label: .04em;--banner-h: 70px;--board-base: 720px;--title-size: clamp(1.8rem, 1.4rem + 1.3vw, 2.4rem);font-family:var(--font-ui);font-synthesis:none;color:#2b2620;background:#f2f0e9;--bg: #f2f0e9;--surface: #f6f2e8;--border: #ddd6c6;--surface-elevated: var(--surface);--surface-sunken: #ece7db;--fork-bg: #e6e1d3;--muted: #6e6659;--panel: #e7e3d8;--accent: #4b6579;--accent-soft: color-mix(in srgb, var(--accent) 14%, var(--bg));--border-strong: #c2b9a6;--hover-bg: color-mix(in srgb, var(--accent) 6%, transparent);--divider: rgba(52, 38, 28, .14);--switch-off-bg: #c4bcac;--link-hover: #2f5f9f;--mainline: #1c1712;--description-fg: #4a4136;--notation-num-fg: #8f8676;--notation-move-fg: #2a2520;--sideline-fg: #746b5e;--status-success-bg: #e7efdd;--status-success-border: #a7c197;--status-success-fg: #3a6b2f;--status-error-bg: #f4e5df;--status-error-border: #d9a897;--status-error-fg: #a03a28;--status-similar-bg: #f6ecd6;--status-similar-border: #ddbf82;--status-similar-fg: #8a6d1f}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}::-webkit-scrollbar,::-webkit-scrollbar-corner{width:.5rem;background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active{background:var(--muted)}button,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}#app{--layout-columns: 3;display:grid;grid-template-columns:minmax(300px,420px) minmax(360px,1fr) minmax(300px,420px);grid-template-rows:minmax(0,1fr);grid-template-areas:"sidebar board tree";gap:18px;height:calc(100dvh - var(--banner-h));padding:18px;overflow:hidden}.sidebar,.tree-box{border:1px solid var(--border);background:var(--panel);min-height:0}.sidebar{grid-area:sidebar;display:grid;grid-template-rows:auto auto 1fr;overflow-y:auto}.chapter-panel,.tools-panel,.description-panel{padding:14px;border-bottom:1px solid var(--border)}.description-panel{border-bottom:0;align-self:start}.panel-label{margin-bottom:10px}h2,p{margin-top:0}h2{margin-bottom:12px;font-size:.9rem;letter-spacing:var(--tracking-label);text-transform:uppercase}select{width:100%;padding:9px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--mainline)}#chapter-select optgroup{font-weight:700;font-style:normal;color:var(--muted);font-size:.78rem;letter-spacing:var(--tracking-label);text-transform:uppercase}#chapter-select option{color:var(--mainline);font-weight:400;font-size:1rem;text-transform:none}#description-text{margin:0;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--description-fg);font-family:var(--font-serif);font-size:1rem;line-height:1.6;text-wrap:pretty;white-space:pre-line}#description-text p{margin:0}#description-text p+p{margin-top:.6em}#description-text .desc-metadata{color:var(--muted);font-family:var(--font-ui);font-size:.85rem;line-height:1.5}#description-text .desc-metadata+p{margin-top:1.2em}.tool-list{display:flex;flex-direction:column;gap:6px}.tool-bar{display:flex;align-items:center;gap:12px;width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--mainline);text-align:left}.tool-bar:focus-visible{border-color:var(--border-strong);background:var(--hover-bg)}@media(hover:hover)and (pointer:fine){.tool-bar:hover{border-color:var(--border-strong);background:var(--hover-bg)}}.tool-bar[aria-expanded=true],.tool-bar[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.tool-icon{flex:0 0 auto;width:22px;height:22px}#quiz-exit-icon{width:24px;height:24px}.tool-label{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tool-row{display:flex;gap:8px;margin-top:10px}.tool-row[hidden]{display:none}.tool-status{margin:8px 0 0;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--mainline);font-size:.9rem;line-height:1.6}.tool-status[hidden]{display:none}.tool-status[data-kind=success]{border-color:var(--status-success-border);background:var(--status-success-bg);color:var(--status-success-fg)}.tool-status[data-kind=error]{border-color:var(--status-error-border);background:var(--status-error-bg);color:var(--status-error-fg)}.tool-status[data-kind=similar]{border-color:var(--status-similar-border);background:var(--status-similar-bg);color:var(--status-similar-fg)}.tool-status[data-kind=info]{border-color:var(--border);background:var(--accent-soft);color:var(--accent)}.quiz-alt-btn{display:inline-flex;align-items:center;justify-content:center;min-width:4.2em;margin:5px 8px 2px 2px;padding:4px 12px;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--mainline);font:inherit;font-size:.92rem;font-weight:700;line-height:1.5;cursor:pointer;box-shadow:0 1px 2px #00000014;transition:background .12s,border-color .12s,box-shadow .12s,transform .08s}.quiz-alt-btn:hover,.quiz-alt-btn:focus-visible{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.quiz-alt-btn:active{background:var(--accent-soft);box-shadow:none;transform:translateY(1px) scale(.97)}.tool-input{flex:1;min-width:0;padding:9px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--mainline);font:inherit;font-family:var(--font-mono);font-size:.9rem}.tool-copy{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;padding:0;border:1px solid var(--accent);border-radius:6px;background:var(--accent-soft);color:var(--accent)}.tool-copy svg{width:20px;height:20px}.tool-copy:hover,.tool-copy:focus-visible{background:var(--accent);color:#fff}.board-shell{grid-area:board;display:grid;align-content:center;justify-items:center;gap:12px;min-width:0}.board-frame{position:relative;width:min(80vh,100%);max-width:calc(var(--board-base) * 1.1);aspect-ratio:1}.board,.cg-wrap{width:100%;height:100%}body.resizing{user-select:none;-webkit-user-select:none}.board-resize{position:absolute;right:-9px;bottom:-9px;width:22px;height:22px;cursor:nwse-resize;touch-action:none;z-index:5}.board-resize:before,.board-resize:after{content:"";position:absolute;left:0;width:12px;height:1px;background:#000}.board-resize:before{width:5px;transform:translate(7px,8px) rotate(-45deg)}.board-resize:after{transform:translate(1px,6px) rotate(-45deg)}.board-resize:hover,body.resizing .board-resize{border-radius:50%;background:#d64f0080}.notation-move,.notation-move-inline{border:1px solid transparent;border-radius:6px;background:transparent;color:var(--mainline)}.notation-move:hover,.notation-move-inline:hover{border-color:var(--border-strong);background:var(--hover-bg)}.notation-move.selected,.notation-move-inline.selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:700;pointer-events:none}.notation-move-inline.sideline.selected{font-weight:400}.tree-panel{grid-area:tree;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:8px;min-width:0;min-height:0}.tree-box{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.fork-panel{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border-strong)}.fork-panel[hidden]{display:none}.fork-option{padding:8px 12px;border:0;border-bottom:1px solid var(--border-strong);background:var(--fork-bg);color:var(--mainline);font-size:.95rem;text-align:left;cursor:pointer}.fork-option:nth-child(odd){border-right:1px solid var(--border-strong)}.fork-option:last-child,.fork-option:nth-child(odd):nth-last-child(2){border-bottom:0}.fork-option:hover,.fork-option.armed{background:var(--accent);color:var(--surface)}.fork-panel:has(>.fork-option:not(.armed):hover)>.fork-option.armed{background:var(--fork-bg);color:var(--mainline)}.engine-panel{position:relative;z-index:1;contain:inline-size;padding:10px 12px;border-bottom:1px solid var(--border);background:var(--surface-sunken)}.engine-panel.engine-panel--on{min-height:125px}.engine-panel-header{display:flex;align-items:center;gap:10px}.engine-switch{flex:0 0 auto;width:40px;height:22px;padding:2px;border:none;border-radius:11px;background:var(--switch-off-bg)}.engine-switch[aria-checked=true]{background:var(--accent)}.engine-switch-knob{display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000059}.engine-switch[aria-checked=true] .engine-switch-knob{transform:translate(18px)}.engine-eval{flex:0 0 auto;min-width:2.6em;font-size:1.05rem;font-weight:800;color:var(--mainline)}.engine-meta{display:flex;flex-direction:column;flex:1;min-width:0;gap:2px;line-height:1.3}.engine-meta-line{display:flex;align-items:center;gap:6px;overflow:hidden;color:var(--muted);font-size:.82rem;white-space:nowrap;text-overflow:ellipsis}.engine-meta-primary{color:var(--mainline);font-weight:600;font-size:.86rem}#engine-meta-secondary:empty:before{content:"Depth 00";visibility:hidden}.engine-cloud-badge{padding:1px 6px;border-radius:4px;background:var(--status-success-bg);color:var(--status-success-fg);font-size:.71rem;font-weight:800;letter-spacing:var(--tracking-label);text-transform:uppercase}.engine-note{width:fit-content;max-width:100%;margin:8px 0 0;padding:6px 10px;border:1px solid var(--status-similar-border);border-radius:6px;background:var(--status-similar-bg);color:var(--status-similar-fg);font-size:.8rem;font-weight:600;line-height:1.4}.engine-pvs{display:flex;flex-direction:column;margin:8px -12px -10px;border-top:1px solid var(--divider);background:var(--surface-elevated)}.engine-pvs[hidden]{display:none}.engine-pv-row{display:flex;gap:8px;padding:4px 12px;font-size:.85rem}.engine-pv-row+.engine-pv-row{border-top:1px solid var(--divider)}.engine-pv-score{flex:0 0 auto;min-width:2.6em;color:var(--muted);font-weight:700;font-variant-numeric:tabular-nums;text-align:right;padding-right:6px}.engine-pv-moves{min-width:0;overflow:hidden;color:var(--mainline);white-space:nowrap;text-overflow:ellipsis}.engine-pv-move{font:inherit;color:inherit;background:none;border:none;padding:0;margin:0;cursor:pointer}.engine-pv-move:hover,.engine-pv-move:focus-visible{color:var(--accent)}.engine-pv-preview{position:absolute;width:min(80%,220px,40vmin);aspect-ratio:1 / 1;margin-top:4px;z-index:3;background:var(--surface-elevated);overflow:hidden;pointer-events:none}.engine-pv-preview[hidden]{display:none}#engine-pv-preview-board{position:absolute;inset:0}.topbar{display:flex;align-items:center;height:var(--banner-h);padding:0 24px}.site-title{margin:0 0 2px;color:var(--mainline);font-family:var(--font-serif);font-weight:700;font-size:var(--title-size);line-height:1.14;white-space:nowrap}.corner-nav{position:fixed;top:0;right:0;z-index:10;display:flex;align-items:center;gap:14px;height:var(--banner-h);padding:0 24px}.fold-nav{position:relative;margin-right:12px}.fold-nav-btn{display:flex;align-items:center;gap:10px;padding:9px 12px 9px 16px;border:none;border-radius:8px;background:var(--mainline);color:var(--bg);font-size:.95rem}.fold-nav-btn:hover,.fold-nav-btn:focus-visible{background:color-mix(in srgb,var(--mainline) 86%,#fff)}#fold-nav-label{display:inline-flex;flex-direction:column;align-items:flex-start}#fold-nav-label:after{content:"Repertoire";height:0;overflow:hidden;visibility:hidden}.fold-nav-sep{width:1px;height:1.15em;background:color-mix(in srgb,var(--bg) 28%,transparent)}.fold-nav-chevron{width:14px;height:14px;transition:transform .15s}.fold-nav.is-open .fold-nav-chevron{transform:rotate(180deg)}.fold-nav-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:3;min-width:100%;padding:4px;border:1px solid var(--border);border-radius:8px;background:var(--surface);visibility:hidden;opacity:0;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease,visibility .12s}.fold-nav-menu:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.fold-nav.is-open .fold-nav-menu{visibility:visible;opacity:1;transform:translateY(0)}.fold-nav-menu button{width:100%;padding:8px 12px;border:none;border-radius:5px;background:transparent;color:var(--mainline);font-size:.95rem;text-align:left}.fold-nav-menu button:hover,.fold-nav-menu button:focus-visible{background:var(--accent-soft);color:var(--accent)}.source-link{display:flex;color:var(--muted)}.source-link:hover,.source-link:focus-visible{color:var(--link-hover)}.source-icon{flex:none;width:22.5px;height:22.5px}.tree-panel[hidden]{visibility:hidden}.tree{overflow:auto;scrollbar-gutter:stable}.notation-table{display:grid;grid-template-columns:42px minmax(0,1fr) minmax(0,1fr);align-content:start;background:var(--surface)}.notation-number,.notation-cell{min-height:36px}.notation-number{display:grid;place-items:center;color:var(--notation-num-fg);font-size:.9rem;background:var(--surface-sunken)}.notation-cell{display:flex;align-items:stretch;min-width:0}.notation-move{max-width:100%;width:100%;padding:6px 12px;text-align:left;color:var(--notation-move-fg);font-size:1.05rem}.notation-move.selected{border-radius:0}.notation-move-empty{padding:6px 12px;color:var(--notation-num-fg);font-size:1.05rem}.notation-result{grid-column:1 / -1;display:grid;place-items:center;min-height:36px;font-weight:700;color:var(--notation-move-fg);border-top:1px solid var(--border)}.notation-variation-row{position:relative;grid-column:1 / -1;padding:3px 14px 3px 13px;border-top:1px solid var(--border);background:var(--surface-sunken);color:var(--mainline);font-size:.95rem;line-height:1.8}.notation-variation-row+.notation-variation-row{border-top:none}.notation-variation-row:not(:has(+.notation-variation-row)){border-bottom:1px solid var(--border)}.notation-table>.notation-variation-row:last-child{border-bottom:none}.notation-variation-row:before,.notation-variation-row:after{content:"";position:absolute;left:0}.notation-variation-row:before{top:0;bottom:0;border-left:2px solid var(--border-strong)}.notation-variation-row:not(:has(+.notation-variation-row)):before{bottom:auto;height:calc(3px + .5lh)}.notation-variation-row:after{top:calc(3px + .5lh);width:8px;height:2px;background:var(--border-strong)}.variation-block{position:relative;display:block;margin:1px 0 1px 2px;padding-left:14px}.variation-block:before,.variation-block:after{content:"";position:absolute;left:0}.variation-block:before{top:0;bottom:0;border-left:2px solid var(--border)}.variation-block:not(:has(+.variation-block)):before{bottom:auto;height:.5lh}.variation-block:after{top:.5lh;width:7px;height:2px;background:var(--border)}.notation-move-inline{padding:2px 5px;font-size:1.02rem;color:var(--mainline)}.notation-move-inline.mainline{font-weight:700}.notation-move-inline.sideline{font-size:.95rem;color:var(--mainline)}.variation,.variation-block,.variation .notation-move-inline,.variation-block .notation-move-inline{font-size:.9rem}.variation,.variation .notation-move-inline.sideline{font-style:italic;font-synthesis:style;color:var(--sideline-fg)}.variation-open{white-space:nowrap}.variation .variation{opacity:.85}.repertoire-controls{display:flex;gap:3.6px}.repertoire-controls>button{flex:1.08;display:grid;place-items:center;min-height:36px;border:0;border-radius:7.2px;background:transparent;color:var(--muted)}.repertoire-controls>button:first-child,.repertoire-controls>button:last-child{flex:.92}.nav-icon{width:19px;height:19px}.nav-icon-jump{width:13.5px;height:13.5px}.repertoire-controls>button:hover:not(:disabled),.repertoire-controls>button:focus-visible:not(:disabled){background:var(--accent-soft);color:var(--accent)}@media(max-width:720px){.topbar{height:auto;padding:12px 16px}.site-title{white-space:normal;font-size:clamp(1.35rem,6vw,1.8rem)}.corner-nav{position:static;height:auto;padding:4px 16px 0;justify-content:flex-end}}@media(max-width:1060px)and (orientation:portrait){.topbar{height:auto;padding:12px 16px}.site-title{white-space:normal;font-size:clamp(1.35rem,6vw,1.8rem)}.corner-nav{position:static;height:auto;padding:4px 16px 0;justify-content:flex-end}#app{--layout-columns: 1;grid-template-columns:minmax(0,1fr);grid-template-rows:auto;grid-template-areas:"chapter" "board" "controls" "tools" "tree" "notes";gap:12px;height:auto;padding:12px;overflow:visible}.sidebar,.tree-panel{display:contents}.tree-panel[hidden]{display:none}.chapter-panel,.tools-panel,.description-panel{padding:12px;border:1px solid var(--border);background:var(--panel)}.chapter-panel{grid-area:chapter}.tools-panel{grid-area:tools}.description-panel{grid-area:notes;align-self:auto}.chapter-panel h2,.tools-panel h2{display:none}#chapter-select{min-height:44px}.tool-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}#toggle-search{grid-column:1;grid-row:1}#toggle-export{grid-column:2;grid-row:1}#quiz-mode{grid-column:3;grid-row:1}.tool-bar{justify-content:center;min-width:0;min-height:44px;gap:7px;padding:9px 6px;text-align:center}.tool-list>:not(.tool-bar){grid-column:1 / -1}.tool-icon{width:20px;height:20px}.tool-label{font-size:clamp(.82rem,3.6vw,.95rem)}.tool-row,.tool-status{margin-top:4px}.board-shell{align-content:start}.board-resize{display:none}.board-frame{width:min(100%,748px)}.tree-box{grid-area:tree;width:100%;height:min(52svh,500px);min-height:300px}.tree-box:has(.tree:empty){height:auto;min-height:0}.tree-box:has(.tree:empty) .tree{display:none}.tree{min-height:0}.repertoire-controls{grid-area:controls;order:initial;min-height:44px}.repertoire-controls>button{min-height:44px}}:root{--board-light: #f0d9b5;--board-dark: #b58863;--board-last-move: rgba(255, 193, 71, .5);--board-selected: rgba(233, 161, 43, .55)}.board-frame cg-board,.engine-pv-preview cg-board{background-color:var(--board-light);background-image:conic-gradient(var(--board-dark) 0deg 90deg,var(--board-light) 90deg 180deg,var(--board-dark) 180deg 270deg,var(--board-light) 270deg 360deg);background-size:25% 25%}cg-board square.move-dest:hover{background:var(--board-selected)}cg-board square.last-move{background-color:var(--board-last-move)}cg-board square.selected{background-color:var(--board-selected)}cg-board square.premove-dest{background:radial-gradient(#141e5580 22%,#0000 0)}cg-board square.current-premove{background-color:#141e5580}cg-board square.check{background:radial-gradient(ellipse at center,red,#e70000 25%,#a9000000 89%,#9e000000)}.pieces-merida piece.pawn.white{background-image:url(../piece/merida/wP.svg)}.pieces-merida piece.rook.white{background-image:url(../piece/merida/wR.svg)}.pieces-merida piece.knight.white{background-image:url(../piece/merida/wN.svg)}.pieces-merida piece.bishop.white{background-image:url(../piece/merida/wB.svg)}.pieces-merida piece.queen.white{background-image:url(../piece/merida/wQ.svg)}.pieces-merida piece.king.white{background-image:url(../piece/merida/wK.svg)}.pieces-merida piece.pawn.black{background-image:url(../piece/merida/bP.svg)}.pieces-merida piece.rook.black{background-image:url(../piece/merida/bR.svg)}.pieces-merida piece.knight.black{background-image:url(../piece/merida/bN.svg)}.pieces-merida piece.bishop.black{background-image:url(../piece/merida/bB.svg)}.pieces-merida piece.queen.black{background-image:url(../piece/merida/bQ.svg)}.pieces-merida piece.king.black{background-image:url(../piece/merida/bK.svg)}#history{display:grid;grid-template-columns:470px minmax(0,1fr);gap:24px;height:100dvh;padding:0 24px 24px;overflow:hidden}.hist-aside{display:flex;flex-direction:column;min-width:0}.hist-title{margin:55px 0 30px;color:var(--mainline);font-family:var(--font-serif);font-weight:700;font-size:var(--title-size);line-height:1.14;letter-spacing:normal;text-transform:none}.hist-title-em{font-style:italic;font-size:1.07em}.hist-toc-label{width:7em;margin:0 0 12px 16px;padding-bottom:12px;border-bottom:1px solid var(--border);color:var(--muted);font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.hist-toc{display:flex;flex-direction:column;gap:2px}.hist-toc-select-wrap{display:none}.hist-toc-item{display:flex;align-items:baseline;gap:16px;padding:10px 14px;border:0;border-left:2px solid transparent;background:transparent;color:var(--muted);font-family:var(--font-serif);font-size:1.15rem;text-align:left;opacity:.75;transition:color .15s,background .15s,border-color .15s,opacity .15s}.hist-toc-item:hover,.hist-toc-item:focus-visible{background:var(--hover-bg);color:var(--mainline);opacity:1}.hist-toc-numeral{flex:none;width:1.6em}.hist-toc-item.is-active{border-left-color:var(--accent);color:var(--mainline);opacity:1}.hist-toc-item.is-active .hist-toc-numeral{color:var(--accent);font-weight:700}.hist-toc-item.is-active .hist-toc-title{font-weight:700}.hist-stage{position:relative;min-width:0;overflow:hidden}.hist-track{height:100%;transform:translateY(calc(var(--slide, 0) * -100%));transition:transform .7s cubic-bezier(.65,0,.35,1),opacity .45s ease;opacity:0}.hist-stage.has-selection .hist-track{opacity:1}.hist-track.no-anim{transition:none}.hist-scene{height:100%;overflow-y:auto}.hist-hero{--hero-ink: #141413;--hero-fg: #faf9f5;position:absolute;inset:0;z-index:1;display:grid;place-items:center;pointer-events:none;transition:opacity .45s ease}.hist-stage.has-selection .hist-hero{opacity:0}.hist-hero-card{position:relative;width:min(100%,1180px,(100dvh - 24px) * 5 / 3);aspect-ratio:5 / 3;container-type:inline-size}.hist-hero-surface{position:absolute;inset:0;background:var(--hero-ink);clip-path:inset(6% 17% 46% 17% round 26px);transition:clip-path .7s cubic-bezier(.65,0,.35,1)}.hist-hero.is-open .hist-hero-surface{clip-path:inset(0% 0% 0% 0% round 6px)}.hist-hero-core{position:absolute;inset:0 17% 45%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1.6rem,4vh,3rem);padding:0 4%;pointer-events:auto}.hist-hero-title{position:relative;top:-.1em;margin:0;color:var(--hero-fg);font-family:var(--font-serif);font-size:min(2.35rem,3.8cqw);font-weight:500;line-height:1.2;text-align:center;white-space:nowrap}.hist-hero-cta{position:relative;top:.9em;display:inline-flex;align-items:center;gap:.55em;padding:.63em .9em;border:0;border-radius:10px;background:var(--hero-fg);color:var(--hero-ink);font-family:var(--font-ui);font-size:1rem;font-weight:500;cursor:pointer}.hist-hero-cta:focus-visible{background:#fff;outline:2px solid var(--hero-fg);outline-offset:3px}.hist-hero-arrow{width:1.1em;height:1.1em}.hist-hero-node{position:absolute;top:var(--y);left:var(--x);width:var(--w);margin:0;transform:translate(-50%);opacity:0;translate:0 16px;transition:opacity .5s ease,translate .6s cubic-bezier(.33,1,.68,1)}.hist-hero.is-open .hist-hero-node{opacity:1;translate:0 0}.hist-hero-node[data-node="1"]{--x: 19%;--y: 42%;--w: 21%;transition-delay:.5s}.hist-hero-node[data-node="2"]{--x: 49.5%;--y: 65%;--w: 24%;transition-delay:1s}.hist-hero-node[data-node="3"]{--x: 82%;--y: 48%;--w: 23%;transition-delay:1.5s}.hist-hero-node figcaption{margin-bottom:.63em;color:var(--hero-fg);font-family:var(--font-serif);font-size:clamp(.82rem,.65rem + .55vw,1.05rem);line-height:1.25;text-align:center}.hist-hero-node img{display:block;width:100%;height:auto}.hist-doc{max-inline-size:calc(66ch + 4rem);margin:0 auto;padding:100px 2rem 88px;font-family:var(--font-serif);font-size:1.1rem}.hist-chapter-head{display:flex;align-items:baseline;justify-content:center;gap:.7rem;margin:0 0 2rem}.hist-chapter-numeral{color:var(--border-strong);font-family:var(--font-serif);font-size:1.6rem;font-weight:600;line-height:1}.hist-chapter-title{margin:0;color:var(--mainline);font-family:var(--font-serif);font-size:1.7rem;font-weight:700}.hist-prose{color:var(--mainline);font-family:inherit;font-size:inherit;line-height:1.68}.hist-prose p{margin:0 0 1.1em;text-align:start;-webkit-hyphens:manual;hyphens:manual}.hist-prose p:last-child{margin-bottom:0}.hist-figure{margin:1.75rem 0 1.9rem}.hist-figure img{display:block;width:85%;height:auto;margin-inline:auto;border:1px solid var(--border)}.hist-next-chapter{display:grid;place-items:center;width:33px;height:33px;margin:44px 0 0 auto;padding:0;border:0;border-radius:8px;background:var(--mainline);color:var(--bg)}.hist-next-chapter:hover,.hist-next-chapter:focus-visible{background:color-mix(in srgb,var(--mainline) 86%,#fff)}.hist-next-chapter svg{width:18px;height:18px}.hist-prose a[href^=http]{color:inherit;text-decoration:underline;text-decoration-color:var(--mainline);text-decoration-thickness:.07em;text-underline-offset:.15em;transition:color .15s,text-decoration-color .15s}.hist-prose a[href^=http]:hover,.hist-prose a[href^=http]:focus-visible{color:var(--accent);text-decoration-color:var(--accent)}.hist-note-link{padding:0;border:0;background:transparent;color:inherit;font:inherit;vertical-align:baseline;cursor:pointer;text-decoration:underline dashed;text-decoration-color:var(--mainline);text-decoration-thickness:.07em;text-underline-offset:.17em;transition:color .15s,text-decoration-color .15s}.hist-note-link:hover,.hist-note-link:focus-visible{color:var(--mainline);text-decoration-color:var(--muted)}.hist-note-link.is-active{color:var(--accent);text-decoration-color:var(--accent)}.hist-note-panel{margin:70px 16px 0;padding:15px 18px;border-radius:12px;background:#e3dacc}.hist-note-panel--inline{margin:.75rem 0 1.1rem;padding:12px 14px;border-radius:8px}.hist-note-title{margin:0 0 8px;color:var(--mainline);font-family:var(--font-serif);font-size:1.07rem;font-weight:700;line-height:1.3}.hist-note-body{color:var(--mainline);font-family:var(--font-serif);font-size:1rem;line-height:1.6}.hist-note-body p{margin:0 0 .7em}.hist-note-body p:last-child{margin-bottom:0}.hist-note-body table{width:100%;margin:0 0 .7em;border-collapse:collapse;font-size:.94rem}.hist-note-body th,.hist-note-body td{padding:5px 8px;border-bottom:1px solid var(--border-strong);text-align:left}.hist-note-body th{font-weight:700}.hist-note-body table:last-child{margin-bottom:0}@media(prefers-reduced-motion:reduce){.hist-track{transition-duration:1ms!important}.hist-hero-surface,.hist-hero-node{transition-duration:1ms!important;transition-delay:0ms!important}}@media(max-width:1060px)and (orientation:portrait){#history{grid-template-columns:1fr;grid-template-rows:auto auto;gap:12px;height:auto;min-height:100svh;padding:0 16px 16px;overflow:visible}.hist-aside{position:relative;z-index:2}.hist-title{margin:16px 0 10px;font-size:clamp(1.45rem,4vw,1.85rem);line-height:1.08}.hist-contents{position:relative;margin-top:0}.hist-toc-label,.hist-toc{display:none}.hist-toc-select-wrap{display:block}#hist-toc-select{min-height:44px;padding:8px 10px}#hist-note-panel{display:none}.hist-stage{overflow:visible}.hist-track{display:none;height:auto;transform:none!important}.hist-stage.has-selection .hist-track{display:block;opacity:1}.hist-scene{display:none;height:auto;overflow:visible;overscroll-behavior:auto}.hist-scene:not([inert]){display:block}.hist-hero{position:relative;inset:auto}.hist-stage.has-selection .hist-hero{display:none}.hist-hero-card{width:100%;height:clamp(640px,calc(100svh - 140px),760px);aspect-ratio:auto}.hist-hero-surface{clip-path:inset(0% 0% round 14px);transition:none}.hist-hero-core{inset:5% 4% 68%;gap:clamp(.75rem,2vh,1.25rem)}.hist-hero-node{opacity:1;translate:0 0;transition:none}.hist-hero-node[data-node="1"],.hist-hero-node[data-node="2"],.hist-hero-node[data-node="3"]{--x: 50%;--w: min(22%, 18dvh)}.hist-hero-node[data-node="1"]{--y: 34%}.hist-hero-node[data-node="2"]{--y: 55%}.hist-hero-node[data-node="3"]{--y: 76%}.hist-hero-node figcaption{font-size:clamp(.72rem,1.6vw,.95rem)}.hist-hero-title{font-size:min(1.75rem,5.6cqw)}.hist-doc{max-inline-size:42rem;padding:28px clamp(16px,5vw,32px) 64px;font-size:clamp(1.02rem,1rem + .25vw,1.1rem)}.hist-chapter-head{justify-content:flex-start;margin-bottom:1.5rem}.hist-figure{margin:1.45rem 0 1.65rem}.hist-figure img{width:auto;max-width:90%;max-height:min(50svh,30rem)}.hist-note-panel--inline{position:static;box-sizing:border-box;max-height:none;margin:.75rem 0 1.1rem;padding:10px 12px;overflow:visible;box-shadow:none}.hist-note-panel--inline .hist-note-body{overflow-x:auto}}@media(max-width:600px){.hist-figure{margin:1.25rem clamp(-8px,-2vw,0px) 1.45rem}.hist-figure img{width:90%;max-height:none}.hist-hero-title{max-width:18em;font-size:clamp(1.15rem,5.8cqw,1.45rem);white-space:normal}.hist-hero-cta{top:.35em;padding:.55em .72em;border-radius:8px;font-size:.86rem}.hist-hero-node[data-node="1"],.hist-hero-node[data-node="2"],.hist-hero-node[data-node="3"]{--x: 50%;--w: min(34%, 19dvh)}.hist-hero-node figcaption{min-height:2.4em;margin-bottom:.45em;font-size:clamp(.62rem,2.6vw,.76rem)}.hist-hero-node img{aspect-ratio:4 / 3;object-fit:cover}}
