.baduk-board-container.svelte-1khh9h7{display:flex;justify-content:center;align-items:center;margin:0 auto;max-width:100%;overflow:auto}.baduk-board.svelte-1khh9h7{position:relative;background:#dcb35c;border:23px solid #b08d4a;box-shadow:0 4px 12px #0000004d;width:calc(2rem * (var(--board-size, 19)) + 24px);height:calc(2rem * (var(--board-size, 19)) + 24px);background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h40v40H40V0zM80 0h40v40H80V0zm0 40h40v40H80V40zm40 0h40v40h-40V40zm0-40h40v40h-40V0z' fill='%23c19a49' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");padding:12px}.baduk-board.disabled.svelte-1khh9h7{cursor:not-allowed}.grid-container.svelte-1khh9h7{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.grid-line.svelte-1khh9h7{position:absolute;background-color:#000;z-index:1}.grid-line.horizontal.svelte-1khh9h7{width:100%;height:1px;transform:translateY(-.5px)}.grid-line.vertical.svelte-1khh9h7{height:100%;width:1px;transform:translate(-.5px)}.star-point.svelte-1khh9h7{position:absolute;width:.5rem;height:.5rem;border-radius:50%;background-color:#000;transform:translate(-50%,-50%);z-index:2}.stones-container.svelte-1khh9h7{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.stone.svelte-1khh9h7{position:absolute;width:1.8rem;height:1.8rem;border-radius:50%;transform:translate(-50%,-50%);z-index:3;box-shadow:0 2px 4px #0000004d}.stone.black.svelte-1khh9h7{background:radial-gradient(circle at 33% 33%,#444,#111 60%,#000);border:1px solid #000}.stone.white.svelte-1khh9h7{background:radial-gradient(circle at 33% 33%,#fff,#f0f0f0 60%,#e0e0e0);border:1px solid #ccc}.move-number.svelte-1khh9h7{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;font-size:.75rem;font-weight:700}.black-text.svelte-1khh9h7{color:#000}.white-text.svelte-1khh9h7{color:#fff}.click-areas.svelte-1khh9h7{position:absolute;top:0;left:0;width:100%;height:100%;z-index:4}.click-area.svelte-1khh9h7{position:absolute;width:2rem;height:2rem;cursor:pointer;z-index:4}.click-area.disabled.svelte-1khh9h7{cursor:not-allowed}@media (max-width: 640px){.baduk-board.svelte-1khh9h7{width:calc(1.6rem * (var(--board-size, 19)) + 16px);height:calc(1.6rem * (var(--board-size, 19)) + 16px);border-width:8px;padding:8px}.stone.svelte-1khh9h7{width:1.4rem;height:1.4rem}.click-area.svelte-1khh9h7{width:1.6rem;height:1.6rem}.move-number.svelte-1khh9h7{font-size:.65rem}.star-point.svelte-1khh9h7{width:.4rem;height:.4rem}}@media (max-width: 480px){.baduk-board.svelte-1khh9h7{width:calc(1.4rem * (var(--board-size, 19)) + 12px);height:calc(1.4rem * (var(--board-size, 19)) + 12px);border-width:6px;padding:6px}.stone.svelte-1khh9h7{width:1.2rem;height:1.2rem}.click-area.svelte-1khh9h7{width:1.4rem;height:1.4rem}}.page-wrapper.svelte-19xt32m{display:flex;flex-direction:column;min-height:calc(100vh - 70px)}header.svelte-19xt32m{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#333;box-shadow:0 4px 12px #0000000d;position:relative;overflow:hidden}header.svelte-19xt32m h1:where(.svelte-19xt32m){margin:0;font-size:2.5rem;font-weight:700;color:#333;text-shadow:1px 1px 2px rgba(0,0,0,.1)}header.svelte-19xt32m p:where(.svelte-19xt32m){margin:.5rem 0 0;font-size:1.1rem;color:#555}main.svelte-19xt32m{flex:1;padding:2rem 1rem}.container.svelte-19xt32m{max-width:1200px;margin:0 auto}.mode-banner.svelte-19xt32m{display:flex;align-items:center;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000000d}.mode-banner.play.svelte-19xt32m{background-color:#e6f7ff;border-left:4px solid #1890ff}.mode-banner.review.svelte-19xt32m{background-color:#fff7e6;border-left:4px solid #fa8c16}.mode-icon.svelte-19xt32m{margin-right:1rem}.mode-banner.play.svelte-19xt32m .mode-icon:where(.svelte-19xt32m) svg:where(.svelte-19xt32m){color:#1890ff}.mode-banner.review.svelte-19xt32m .mode-icon:where(.svelte-19xt32m) svg:where(.svelte-19xt32m){color:#fa8c16}.mode-text.svelte-19xt32m{flex:1}.mode-text.svelte-19xt32m h2:where(.svelte-19xt32m){margin:0;font-size:1.2rem;font-weight:600;color:#333}.mode-text.svelte-19xt32m p:where(.svelte-19xt32m){margin:.25rem 0 0;font-size:.9rem;color:#666}.mode-switch.svelte-19xt32m{margin-left:1rem}.switch-btn.svelte-19xt32m{padding:.5rem 1rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s}.mode-banner.play.svelte-19xt32m .switch-btn:where(.svelte-19xt32m){background-color:#1890ff;color:#fff}.mode-banner.play.svelte-19xt32m .switch-btn:where(.svelte-19xt32m):hover{background-color:#096dd9}.mode-banner.review.svelte-19xt32m .switch-btn:where(.svelte-19xt32m){background-color:#fa8c16;color:#fff}.mode-banner.review.svelte-19xt32m .switch-btn:where(.svelte-19xt32m):hover{background-color:#d46b08}.main-content.svelte-19xt32m{display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.main-content.svelte-19xt32m{flex-direction:row}.board-section.svelte-19xt32m{flex:1}.sidebar.svelte-19xt32m{width:300px}}.board-container.svelte-19xt32m{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 6px #0000001a;margin-bottom:1rem;display:flex;justify-content:center}.controls.svelte-19xt32m{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.controls.highlight.svelte-19xt32m{background-color:#fff7e6;box-shadow:0 0 0 2px #fa8c16,0 4px 8px #0000001a;animation:svelte-19xt32m-pulse 2s infinite}@keyframes svelte-19xt32m-pulse{0%{box-shadow:0 0 #fa8c1666,0 4px 8px #0000001a}70%{box-shadow:0 0 0 6px #fa8c1600,0 4px 8px #0000001a}to{box-shadow:0 0 #fa8c1600,0 4px 8px #0000001a}}.control-btn.svelte-19xt32m{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;transition:background-color .2s}.control-btn.svelte-19xt32m:hover:not(:disabled){background:#e0e0e0}.control-btn.svelte-19xt32m:disabled{opacity:.5;cursor:not-allowed}.move-counter.svelte-19xt32m{font-size:1rem;font-weight:600;padding:0 1rem;min-width:80px;text-align:center}.card.svelte-19xt32m{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;margin-bottom:1.5rem}.card.svelte-19xt32m h2:where(.svelte-19xt32m){font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee;color:#333}.info-grid.svelte-19xt32m{display:grid;grid-template-columns:auto 1fr;gap:.75rem 1rem}.info-label.svelte-19xt32m{font-weight:500;color:#666}.info-value.svelte-19xt32m{font-weight:500}.mode-badge.svelte-19xt32m{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:500}.mode-badge.play.svelte-19xt32m{background-color:#e6f7ff;color:#1890ff}.mode-badge.review.svelte-19xt32m{background-color:#fff7e6;color:#fa8c16}.player-indicator.svelte-19xt32m{display:flex;align-items:center;gap:.5rem}.stone-mini.svelte-19xt32m{display:inline-block;width:1rem;height:1rem;border-radius:50%}.stone-mini.black.svelte-19xt32m{background:#000}.stone-mini.white.svelte-19xt32m{background:#fff;border:1px solid #ccc}.action-btn.svelte-19xt32m{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;margin-bottom:1rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.new-game.svelte-19xt32m{background-color:#52c41a;color:#fff}.new-game.svelte-19xt32m:hover{background-color:#389e0d}.share.svelte-19xt32m{background-color:#1890ff;color:#fff}.share.svelte-19xt32m:hover{background-color:#096dd9}.download.svelte-19xt32m{background-color:#722ed1;color:#fff}.download.svelte-19xt32m:hover{background-color:#531dab}.file-upload.svelte-19xt32m{margin-bottom:1rem}.upload-label.svelte-19xt32m{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background-color:#f5f5f5;border-radius:6px;cursor:pointer;transition:background-color .2s}.upload-label.svelte-19xt32m:hover{background-color:#e8e8e8}input[type=file].svelte-19xt32m{display:none}.message-container.svelte-19xt32m{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:100}.message.svelte-19xt32m{background-color:#1890ff;color:#fff;padding:.75rem 1.5rem;border-radius:4px;box-shadow:0 4px 6px #0000001a;font-weight:500}.controls-hint.svelte-19xt32m{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);z-index:100}.hint-content.svelte-19xt32m{display:flex;align-items:center;gap:.5rem;background-color:#fff7e6;color:#d46b08;padding:.75rem 1.5rem;border-radius:4px;box-shadow:0 4px 6px #0000001a;font-weight:500;border-left:4px solid #fa8c16}.mobile-br.svelte-19xt32m{display:none}@media (max-width: 768px){header.svelte-19xt32m h1:where(.svelte-19xt32m){font-size:2rem}.mobile-br.svelte-19xt32m{display:inline}.mode-banner.svelte-19xt32m{flex-direction:column;text-align:center}.mode-icon.svelte-19xt32m{margin-right:0;margin-bottom:.5rem}.mode-switch.svelte-19xt32m{margin-left:0;margin-top:1rem;width:100%}.switch-btn.svelte-19xt32m{width:100%}}@media (max-width: 640px){header.svelte-19xt32m h1:where(.svelte-19xt32m){font-size:1.75rem}header.svelte-19xt32m p:where(.svelte-19xt32m){font-size:1rem}.controls.svelte-19xt32m{padding:.5rem}.control-btn.svelte-19xt32m{width:36px;height:36px}.move-counter.svelte-19xt32m{min-width:60px;font-size:.875rem}.hint-content.svelte-19xt32m{font-size:.85rem;padding:.5rem 1rem}}
