:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#202124;color:#f1f3f4}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:#171717;border-bottom:1px solid #3c4043}.app-title{font-weight:700;font-size:1.1rem}.app-header-center{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.app-header-actions{display:flex;gap:.5rem}.app-select{padding:.2rem .5rem;border-radius:4px;border:1px solid #5f6368;background:#303134;color:#e8eaed;font-size:.9rem}.app-button{padding:.35rem .7rem;border-radius:4px;border:1px solid #5f6368;background:#303134;color:#e8eaed;cursor:pointer;font-size:.85rem}.app-button:hover{background:#3c4043}.full-width{width:100%}.app-main{flex:1;display:flex;flex-direction:row;gap:1rem;padding:1rem;max-width:1200px;margin:0 auto;width:100%}.board-section{flex:2;display:flex;justify-content:center;align-items:center;position:relative}.board-wrapper{width:100%;max-width:600px;display:flex;justify-content:center}.promotion-dialog{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#171717f2;border:1px solid #5f6368;border-radius:6px;padding:.4rem .6rem;display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;z-index:10;box-shadow:0 4px 10px #0009}.promotion-buttons{display:flex;gap:.35rem;justify-content:center}.promotion-buttons button{border:1px solid #5f6368;background:#303134;color:#e8eaed;border-radius:4px;padding:.2rem .45rem;cursor:pointer;font-size:1rem}.promotion-buttons button:hover{background:#3c4043}.side-panel{flex:1;background:#26272b;border-radius:8px;padding:.9rem;display:flex;flex-direction:column;gap:.8rem;border:1px solid #3c4043}.side-title{margin:0;font-size:1rem}.side-block{font-size:.9rem}.side-label{font-weight:600;margin-bottom:.2rem;display:block}.side-caption{font-size:.8rem;opacity:.8}.pgn-box{background:#1f1f1f;border-radius:4px;padding:.4rem;font-size:.8rem;word-wrap:break-word}.message{min-height:1.3rem;margin-top:.2rem}@media(max-width:800px){.app-header{flex-direction:column;align-items:flex-start}.app-main{flex-direction:column;padding:.7rem}.board-section{order:1;align-items:flex-start}.board-wrapper{max-width:100%}.side-panel{order:2}.promotion-dialog{bottom:12px}}.app-header-left{display:flex;align-items:center;gap:.75rem}.icon-button{border:1px solid #5f6368;background:#303134;color:#e8eaed;border-radius:6px;padding:.25rem .5rem;cursor:pointer;font-size:1rem;line-height:1}.icon-button:hover{background:#3c4043}.drawer{position:fixed;top:0;left:0;height:100vh;width:280px;background:#171717;border-right:1px solid #3c4043;transform:translate(-105%);transition:transform .18s ease;z-index:1000;display:flex;flex-direction:column}.drawer.open{transform:translate(0)}.drawer-overlay{position:fixed;inset:0;background:#0000008c;z-index:999}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-bottom:1px solid #3c4043}.drawer-title{font-weight:700}.drawer-section{padding:.75rem .75rem 1rem;display:flex;flex-direction:column;gap:.4rem}.drawer-section-title{font-size:.8rem;opacity:.8;margin-bottom:.25rem}.drawer-item{text-align:left;width:100%;border:1px solid #3c4043;background:#26272b;color:#e8eaed;border-radius:8px;padding:.55rem .65rem;cursor:pointer;font-size:.9rem}.drawer-item:hover{background:#303134}.drawer-item.active{outline:2px solid rgba(0,255,0,.35)}.page{width:100%;background:#26272b;border:1px solid #3c4043;border-radius:10px;padding:1rem}.page h2{margin-top:0}
