:root{--text:#dcd1b8;--text-h:#f5eedd;--bg:#423b30;--border:#5a5040;--code-bg:#4e4636;--accent:#e3a034;--accent-bg:#e3a0341f;--accent-border:#e3a03480;--social-bg:#4e463680;--shadow:#0000004d 0 10px 15px -3px, #0003 0 4px 6px -2px;--sans:"Work Sans", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Work Sans", system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.board-page{--board-size:min(560px, 92vw, 75vh);--dc-button-height:64px;--dc-button-gap:12px;--dc-moves-gap:12px;--dc-controls-height:calc(var(--dc-button-height) * 2 + 16px + 62px);grid-template-columns:var(--board-size) 220px;grid-template-areas:"title toggle""board moves""sig sig";justify-content:center;gap:6px 24px;padding:24px;display:grid}.dc-title{width:100%;height:calc(var(--board-size) * .24);grid-area:title}.dc-title img{object-fit:contain;object-position:center bottom;width:100%;height:100%;max-width:calc(var(--board-size) * .9);height:auto;margin:0 auto;display:block}.dc-theme-toggle{width:220px;height:var(--dc-button-height);box-sizing:border-box;color:#f5eedd;text-shadow:0 1px 2px #0009;cursor:pointer;background-repeat:no-repeat;background-size:100% 100%;border:none;grid-area:toggle;justify-content:center;place-self:start center;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.dc-theme-toggle:hover{filter:brightness(1.1)}.board-column{grid-area:board;position:relative}.board-frame-wrap{width:var(--board-size);height:var(--board-size);position:relative}.board-frame{width:var(--board-size);height:var(--board-size);box-sizing:border-box;background:#b58863 padding-box padding-box;border:24px solid #0000;position:relative;overflow:hidden}.dc-coord-layer{pointer-events:none;position:absolute;inset:24px}.dc-coord{font-size:11px;font-weight:600;position:absolute;transform:translate(-50%,-50%)}.dc-coord-file{bottom:-15px}.dc-coord-rank{left:12px}.dc-status{text-align:center;color:#f5eedd;margin-top:12px;position:absolute;top:100%;left:0;right:0}.dc-status-main{margin:0;font-weight:700}.dc-controls{margin-bottom:var(--dc-button-gap);flex-direction:column;grid-area:moves;place-self:end center;align-items:center;gap:8px;display:flex}.dc-button-row{flex-direction:column;gap:8px;width:100%;display:flex}.dc-button{width:220px;height:var(--dc-button-height);box-sizing:border-box;color:#f5eedd;text-shadow:0 1px 2px #0009;cursor:pointer;background-repeat:no-repeat;background-size:100% 100%;border:none;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:inline-flex}.dc-button:hover{filter:brightness(1.1)}.dc-engine-controls{flex-direction:column;gap:6px;width:220px;display:flex}.dc-engine-toggle{color:#f5eedd;cursor:pointer;align-items:center;gap:6px;height:24px;font-size:13px;display:flex}.dc-engine-toggle input{cursor:pointer}.dc-elo-select{box-sizing:border-box;color:#f5eedd;cursor:pointer;background:#4e4636;border:1px solid #665b45;border-radius:6px;height:32px;padding:0 8px;font-size:13px}.moves-panel{box-sizing:border-box;width:220px;max-height:calc(var(--board-size) - var(--dc-controls-height) - var(--dc-button-gap) - var(--dc-moves-gap));color:#dcd1b8;background:#4e4636 padding-box padding-box;border:24px solid #0000;grid-area:moves;align-self:start;padding:12px;overflow-y:auto}.moves-panel h3{color:#f5eedd;margin-top:0}.dc-moves-table{border-collapse:collapse;width:100%}.dc-move-number{color:#b8ad92;padding-right:8px}.dc-signature{text-align:right;color:#9c927b;grid-area:sig;margin-top:8px;font-size:12px}.dc-promo-popup{color:#f5eedd;z-index:10;background:#4e4636;border:1px solid #665b45;border-radius:8px;padding:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0006}.dc-promo-prompt{text-align:center;margin-top:0}.dc-promo-choices{gap:8px;display:flex}.dc-promo-btn{cursor:pointer;background:#5a5040;border:1px solid #7a6e55;border-radius:6px;width:56px;height:56px;padding:4px}.dc-promo-btn:hover{background:#6b5f4a}body[data-theme=fossil-dig]{background-image:url(/themes/fossil-dig/page-background.png);background-position:50%;background-repeat:no-repeat;background-size:cover}body[data-theme=fossil-dig] .moves-panel{background-image:url(/themes/fossil-dig/panel-background.png);background-repeat:repeat;border-image-source:url(/themes/fossil-dig/stone-frame.png);border-image-slice:155 155 156 156;border-image-width:24px;border-image-repeat:round}body[data-theme=fossil-dig] .dc-button{background-image:url(/themes/fossil-dig/button-primary.png)}body[data-theme=fossil-dig] .dc-theme-toggle{color:#3a2716;text-shadow:none;background-image:url(/themes/fossil-dig/button-secondary.png)}body[data-theme=fossil-dig] .board-frame{border-image-source:url(/themes/fossil-dig/stone-frame.png);border-image-slice:155 155 156 156;border-image-width:24px;border-image-repeat:round}body[data-theme=fossil-dig] .dc-coord-layer{display:none}body[data-theme=fossil-dig] .moves-panel{color:#4a3222}body[data-theme=fossil-dig] .moves-panel h3{color:#3a2716}body[data-theme=fossil-dig] .dc-move-number{color:#8a6a4a}body[data-theme=fossil-dig] .dc-signature{color:#7a5a3a}body[data-theme=fossil-dig] .dc-status,body[data-theme=fossil-dig] .dc-engine-toggle{color:#3a2716}body[data-theme=fossil-dig] .dc-elo-select{color:#3a2716;background:#e8ddc0;border-color:#b8a888}body[data-theme=jungle-ruins]{background-image:url(/themes/jungle-ruins/page-background.png);background-position:50%;background-repeat:no-repeat;background-size:cover}body[data-theme=jungle-ruins] .moves-panel{background-image:url(/themes/jungle-ruins/panel-background.png);background-repeat:repeat;border-image-source:url(/themes/jungle-ruins/stone-frame.png);border-image-slice:142 152 157;border-image-width:24px;border-image-repeat:round}body[data-theme=jungle-ruins] .dc-button{background-image:url(/themes/jungle-ruins/button-primary.png)}body[data-theme=jungle-ruins] .dc-theme-toggle{background-image:url(/themes/jungle-ruins/button-secondary.png)}body[data-theme=jungle-ruins] .board-frame{border-image-source:url(/themes/jungle-ruins/stone-frame.png);border-image-slice:142 152 157;border-image-width:24px;border-image-repeat:round}body[data-theme=jungle-ruins] .dc-coord{color:#f0e6c8}@media (orientation:portrait){.board-page{grid-template-columns:var(--board-size);grid-template-areas:"toggle""title""board""controls""moves""sig"}.dc-theme-toggle{place-self:auto center}.dc-controls{width:var(--board-size);grid-area:controls;align-self:auto;margin-bottom:0}.dc-status{margin-top:12px;position:static}.dc-button-row{flex-direction:row}.dc-button-row .dc-button{flex:1;width:auto}.moves-panel{width:var(--board-size);align-self:auto;max-height:480px}}
