:root{font-family:Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body,#root{min-height:100vh}a{color:#e07a5f;text-decoration:none}a:hover{text-decoration:underline}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#16213e,#1a1a2e);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 2rem}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:1rem}.header .logo{font-size:1.5rem;font-weight:700;color:#e07a5f}.header h1{font-size:1.25rem;font-weight:500;color:#ffffffb3}.main{flex:1;display:flex;gap:2rem;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.viewer-section{flex:1;display:flex;justify-content:center;align-items:flex-start}.sidebar{width:320px;display:flex;flex-direction:column;gap:1.5rem}.control-section{background:#ffffff0d;border-radius:12px;padding:1.25rem}.control-section h2{font-size:.9rem;font-weight:600;color:#e07a5f;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.display-mode-toggle{display:flex;gap:.5rem}.display-mode-toggle button{flex:1;padding:.6rem .8rem;border:1px solid rgba(255,255,255,.2);background:transparent;color:#ffffffb3;border-radius:8px;cursor:pointer;font-size:.85rem;transition:all .2s}.display-mode-toggle button:hover{border-color:#e07a5f;color:#e07a5f}.display-mode-toggle button.active{background:#e07a5f;border-color:#e07a5f;color:#fff}.preset-list{display:flex;flex-direction:column;gap:.5rem}.preset-list button{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fffc;border-radius:8px;cursor:pointer;text-align:left;font-size:.9rem;transition:all .2s}.preset-list button:hover{border-color:#e07a5f;background:#e07a5f1a}.preset-list button.active{border-color:#e07a5f;background:#e07a5f33;color:#e07a5f}.input-hint{font-size:.8rem;color:#ffffff80;margin-bottom:.75rem}.kifu-input{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);background:#0000004d;color:#fff;border-radius:8px;font-family:Monaco,Consolas,monospace;font-size:.85rem;resize:vertical;min-height:100px}.kifu-input:focus{outline:none;border-color:#e07a5f}.kifu-input::placeholder{color:#ffffff4d}.apply-button{width:100%;margin-top:.75rem;padding:.75rem;background:#e07a5f;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.apply-button:hover{background:#d66a4f}.help-list{list-style:none;font-size:.85rem;color:#ffffffb3}.help-list li{padding:.4rem 0;display:flex;align-items:center;gap:.5rem}.help-list kbd{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:.2rem .5rem;font-size:.8rem;font-family:monospace}.footer{background:#0000004d;padding:1rem 2rem;text-align:center;font-size:.85rem;color:#ffffff80}@media(max-width:1024px){.main{flex-direction:column}.sidebar{width:100%;max-width:600px;margin:0 auto}}@media(max-width:640px){.header{padding:1rem}.main{padding:1rem;gap:1rem}.display-mode-toggle{flex-direction:column}}.shogi-container{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;font-family:Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif}.shogi-board-wrapper{display:flex;flex-direction:column;align-items:center}.shogi-col-labels{display:flex;align-items:center;margin-bottom:4px}.shogi-label-spacer{width:0}.shogi-col-label{width:42px;text-align:center;font-size:14px;color:#333}.shogi-board-with-rows{display:flex;align-items:center}.shogi-board{display:flex;flex-direction:column;border:2px solid #8B4513;background:#deb887;box-shadow:inset 0 0 10px #0000001a,3px 3px 8px #0000004d}.shogi-row{display:flex}.shogi-square{width:42px;height:42px;border:1px solid #8B4513;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease;background:transparent}.shogi-square:hover{background-color:#ffd7004d}.shogi-square.highlighted{background-color:#32cd3266}.shogi-square.last-move{background-color:#ffa50059}.shogi-row-labels{display:flex;flex-direction:column;margin-left:6px}.shogi-row-label{height:42px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#333;width:20px}.shogi-hand{display:flex;flex-direction:column;align-items:center;padding:8px 16px;background:#faebd7;border:1px solid #8B4513;border-radius:4px;min-width:200px}.shogi-hand-label{font-size:14px;font-weight:700;color:#333;margin-bottom:4px}.shogi-hand-pieces{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;min-height:36px;align-items:center}.shogi-hand-piece{position:relative;display:flex;align-items:center}.shogi-hand-count{position:absolute;bottom:-2px;right:-4px;font-size:11px;font-weight:700;color:#fff;background:#8b4513;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.shogi-hand-empty{font-size:12px;color:#888}.kifu-viewer{display:flex;gap:20px;justify-content:center;align-items:flex-start;flex-wrap:wrap;padding:20px}.kifu-viewer-main{display:flex;flex-direction:column;align-items:center;gap:16px}.kifu-controls{display:flex;gap:8px;justify-content:center;align-items:center}.kifu-control-btn{width:44px;height:44px;border:1px solid #8B4513;border-radius:6px;background:#faebd7;color:#333;font-size:18px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.kifu-control-btn:hover:not(:disabled){background:wheat;border-color:#654321}.kifu-control-btn:disabled{opacity:.4;cursor:not-allowed}.kifu-control-btn.active{background:#8b4513;color:#fff}.kifu-move-info{font-size:14px;color:#666;font-family:Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif}.kifu-moves-panel{width:180px;max-height:500px;border:1px solid #8B4513;border-radius:8px;overflow:hidden;background:#faebd7}.kifu-moves-header{background:#8b4513;color:#fff;padding:10px 12px;font-weight:700;font-size:14px;text-align:center}.kifu-moves-list{max-height:440px;overflow-y:auto}.kifu-move-item{padding:8px 12px;cursor:pointer;border-bottom:1px solid rgba(139,69,19,.2);font-size:13px;transition:background-color .15s ease;font-family:monospace}.kifu-move-item:hover{background:#8b45131a}.kifu-move-item.active{background:#ffa5004d;font-weight:700}.kifu-move-number{color:#888;margin-right:8px;min-width:28px;display:inline-block}.kifu-move-text{color:#333}.kifu-moves-list::-webkit-scrollbar{width:8px}.kifu-moves-list::-webkit-scrollbar-track{background:#8b45131a}.kifu-moves-list::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.kifu-moves-list::-webkit-scrollbar-thumb:hover{background:#654321}
