@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{-moz-text-size-adjust:100%;text-size-adjust:100%}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}a,button,input,select,textarea{-webkit-tap-highlight-color:#0000}html{-webkit-text-size-adjust:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}:root{--board-light:#f0d9b5;--board-dark:#b58863;--board-highlight:#ff06;--board-selected:#14551e80;--board-check:#ff000080;--board-last-move:#9bc70069;--board-legal-move:#0000001a;--board-legal-capture:#0000001a;--ui-bg-primary:#f8f6f3;--ui-bg-secondary:#fff;--ui-text-primary:#2c2c2c;--ui-text-secondary:#666;--ui-border:#e0e0e0}[data-theme=wood],:root{--board-light:#f0d9b5;--board-dark:#b58863;--board-highlight:#ff06;--board-selected:#14551e80}[data-theme=green]{--board-light:#eeeed2;--board-dark:#769656;--board-highlight:#ff06;--board-selected:#14551e80}[data-theme=blue]{--board-light:#dee3e6;--board-dark:#8ca2ad;--board-highlight:#ff06;--board-selected:#14555080}[data-theme=midnight]{--board-light:#4a4a4a;--board-dark:#2d2d2d;--board-highlight:#ffff004d;--board-selected:#64966480;--ui-bg-primary:#121212;--ui-bg-secondary:#1e1e1e;--ui-text-primary:#e0e0e0;--ui-text-secondary:#a0a0a0;--ui-border:#333}.theme-swatch{cursor:pointer;border:2px solid #0000;border-radius:4px;width:40px;height:40px;transition:border-color .15s;display:inline-block;overflow:hidden;box-shadow:0 1px 2px #0000000d}.theme-swatch:hover{border-color:#769656}.theme-swatch.active{border-color:#b58863}.theme-swatch__grid{width:100%;height:100%;display:block}.theme-swatch--wood .theme-swatch__grid{background:linear-gradient(135deg,#f0d9b5 25%,#b58863 25% 50%,#f0d9b5 50% 75%,#b58863 75%) 0 0/20px 20px}.theme-swatch--green .theme-swatch__grid{background:linear-gradient(135deg,#eeeed2 25%,#769656 25% 50%,#eeeed2 50% 75%,#769656 75%) 0 0/20px 20px}.theme-swatch--blue .theme-swatch__grid{background:linear-gradient(135deg,#dee3e6 25%,#8ca2ad 25% 50%,#dee3e6 50% 75%,#8ca2ad 75%) 0 0/20px 20px}.theme-swatch--midnight .theme-swatch__grid{background:linear-gradient(135deg,#4a4a4a 25%,#2d2d2d 25% 50%,#4a4a4a 50% 75%,#2d2d2d 75%) 0 0/20px 20px}html{font-size:16px}body{color:var(--ui-text-primary);background-color:var(--ui-bg-primary);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:15px;overflow-x:hidden}#__next,.app-container{flex-direction:column;min-height:100vh;display:flex}main{flex-direction:column;flex:1;display:flex}h1,h2,h3,h4,h5,h6{color:var(--ui-text-primary);font-weight:600;line-height:1.2}h1{font-size:40px}h2{font-size:32px}h3{font-size:24px}h4{font-size:18px}p{color:var(--ui-text-secondary);line-height:1.5}a{color:#b58863;transition:color .15s}a:hover{color:#8a6241}::selection{color:inherit;background-color:#b5886333}:focus{outline-offset:2px;outline:2px solid #769656}:focus:not(:focus-visible){outline:none}:focus-visible{outline-offset:2px;outline:2px solid #769656}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.page-wrapper{background-color:var(--ui-bg-primary);flex-direction:column;min-height:100vh;display:flex}.loading{justify-content:center;align-items:center;min-height:200px;display:flex}.loading-spinner{border:3px solid var(--ui-border);border-top-color:#b58863;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.game-layout{flex-direction:column;align-items:center;min-height:100vh;padding:16px;display:flex}@media screen and (min-width:768px){.game-layout{flex-direction:row;justify-content:center;align-items:flex-start;padding:32px;display:flex}}.game-main{flex-direction:column;align-items:center;width:100%;max-width:560px;display:flex}.game-sidebar{width:100%;max-width:320px;margin-top:24px}@media screen and (min-width:768px){.game-sidebar{margin-top:0;margin-left:32px}}.card{background-color:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 6px #0000001a}.divider{background-color:var(--ui-border);width:100%;height:1px;margin-top:16px;margin-bottom:16px}.badge{color:#b58863;background-color:#b588631a;border-radius:9999px;padding:4px 8px;font-size:11px;font-weight:500;display:inline-block}.badge--success{color:#4caf50;background-color:#4caf501a}.badge--warning{color:#ff9800;background-color:#ff98001a}.badge--error{color:#f44336;background-color:#f443361a}[dir=rtl] .backButton svg,[dir=rtl] .playButton svg:last-child,[dir=rtl] .chevron:not(.open){transform:scaleX(-1)}@media screen and (min-width:768px){[dir=rtl] .game-sidebar{margin-left:0;margin-right:32px}}[dir=rtl] .moveRow{direction:ltr}[dir=rtl] .thinkingIndicator,[dir=rtl] .turnIndicator{margin-left:0;margin-right:auto}
