#chess-layout{font-family:et-book,Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;position:fixed;top:0;left:0;right:0;height:100dvh;z-index:1;display:flex;flex-direction:column;background-color:#e6a666}#chess-title{position:relative;flex:none;margin:0;padding:1rem 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;row-gap:.4rem;font-size:2rem;font-weight:400;line-height:1;color:#222;-webkit-user-select:none;user-select:none}#chess-title-text{grid-column:2;grid-row:1}#chess-subline{grid-column:1 / -1;grid-row:2;justify-self:center;display:flex;align-items:baseline;font-size:.9rem;line-height:1.2;color:#222}#chess-subline [hidden]{display:none}#chess-next,#chess-shown{opacity:.75}#chess-shown:before,#chess-history-open:before{content:"·";display:inline-block;margin:0 .4rem}#chess-history-open{padding:0;border:0;background:none;font:inherit;color:inherit;opacity:.75;text-decoration:underline;cursor:pointer;-webkit-tap-highlight-color:transparent}#chess-history-open:hover,#chess-history-open:focus-visible{opacity:1}#chess-exit{grid-column:1;justify-self:start;display:flex;align-items:center;margin-left:1rem;padding:.25rem;color:#222;opacity:.75;-webkit-tap-highlight-color:transparent}#chess-exit:hover,#chess-exit:focus-visible{opacity:1}#chess-exit svg{display:block;width:1.75rem;height:1.75rem}#chess-layout.chess-modal-open #chess-title{pointer-events:none}#chess-layout.chess-modal-open #chess-title:after{content:"";position:absolute;inset:0;background-color:#0000008c;pointer-events:none}#chess-history{position:fixed;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#0000008c}#chess-history[hidden]{display:none}#chess-history-panel{min-width:min(20rem,100%);max-height:100%;overflow-y:auto;padding:1rem 1.25rem 1.25rem;border:2px solid #222;background-color:#e5a565;color:#222;-webkit-user-select:none;user-select:none}#chess-history-head{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:.75rem}#chess-history-title{margin:0;font-size:1.5rem;font-weight:400;line-height:1}#chess-history-close{display:flex;align-items:center;padding:.25rem;border:0;background:none;color:inherit;opacity:.75;cursor:pointer;-webkit-tap-highlight-color:transparent}#chess-history-close:hover,#chess-history-close:focus-visible{opacity:1}#chess-history-close svg{display:block;width:1.25rem;height:1.25rem}#chess-history-list{margin:0;padding:0;list-style:none}.chess-history-row{display:grid;grid-template-columns:1.1rem 1fr auto;align-items:center;gap:.75rem;width:100%;padding:.4rem .35rem;border:0;background:none;font:inherit;font-size:1.05rem;color:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.chess-history-row:hover,.chess-history-row:focus-visible{background-color:#2222221a}.chess-history-row-current{font-weight:700}.chess-history-mark svg{display:block;width:1.1rem;height:1.1rem}.chess-history-date{opacity:.75;font-variant-numeric:tabular-nums}#chess-layout.chess-history-open #app{pointer-events:none}#chess-layout.chess-history-open #chess-title:after{display:none}#app{flex:1 1 auto;min-height:0;position:relative}#chess-boot{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background-color:#e6a666;transition:opacity .3s ease;container-type:size}#chess-boot.chess-boot-done{opacity:0;pointer-events:none}#chess-boot-board{width:min(83.6cqw,83.6cqh);aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#d89550 0 25%,#f0b881 0 50%,#d89550 0 75%,#f0b881 0);background-size:25% 25%;animation:chess-boot-pulse 1.8s ease-in-out infinite}@keyframes chess-boot-pulse{0%,to{opacity:.55}50%{opacity:.8}}#chess-boot-track{width:240px;max-width:60cqw;height:3px;border-radius:2px;background-color:#22222226;overflow:hidden}#chess-boot-bar{width:0;height:100%;border-radius:2px;background-color:#222}@media(prefers-reduced-motion:reduce){#chess-boot-board{animation:none;opacity:.7}}
