.game-result-overlay.svelte-1flzif5{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:30;overflow:hidden;border-radius:4px;background:#372b1e2e;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.overlay-burst.svelte-1flzif5{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.overlay-ring.svelte-1flzif5{position:absolute;width:7rem;height:7rem;border:2px solid rgba(45,107,79,.45);border-radius:50%;animation:svelte-1flzif5-overlay-ring-expand 1.15s ease-out both}.loss.svelte-1flzif5 .overlay-ring:where(.svelte-1flzif5){border-color:#8d2d2380;animation:svelte-1flzif5-overlay-ring-collapse 1.1s ease-in both}.burst-particle.svelte-1flzif5{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--particle-color, #2d6b4f);animation:svelte-1flzif5-burst-out .95s ease-out both;animation-delay:calc(var(--i) * 25ms)}.loss.svelte-1flzif5 .burst-particle:where(.svelte-1flzif5){--particle-color: #b85c4a;animation:svelte-1flzif5-burst-in .9s ease-in both}.loss.svelte-1flzif5 .burst-particle:where(.svelte-1flzif5):nth-child(3n){--particle-color: #8a7d6a}.burst-particle.svelte-1flzif5:nth-child(3n){--particle-color: #c9a96e}.overlay-badge.svelte-1flzif5{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.25rem;width:min(18rem,calc(100% - 2rem));padding:1rem 1.2rem;background:#f5f0e6f7;border:1px solid rgba(45,107,79,.32);border-radius:14px;box-shadow:0 10px 28px #2d6b4f33;animation:svelte-1flzif5-overlay-pop .55s cubic-bezier(.34,1.45,.64,1) both}.loss.svelte-1flzif5 .overlay-badge:where(.svelte-1flzif5){border-color:#8d2d2359;box-shadow:0 10px 28px #8d2d232e;animation:svelte-1flzif5-overlay-shake .55s cubic-bezier(.36,.07,.19,.97) both}.win.svelte-1flzif5 .overlay-icon:where(.svelte-1flzif5),.win.svelte-1flzif5 .overlay-title:where(.svelte-1flzif5){color:#2d6b4f}.loss.svelte-1flzif5 .overlay-icon:where(.svelte-1flzif5),.loss.svelte-1flzif5 .overlay-title:where(.svelte-1flzif5){color:#8d2d23}.overlay-title.svelte-1flzif5{margin:.15rem 0 0;font-size:1.1rem;font-weight:650;letter-spacing:.01em;text-align:center}.overlay-subtitle.svelte-1flzif5{margin:0;font-size:.84rem;font-weight:500;color:#5a4d3a;text-align:center}.play-again-btn.svelte-1flzif5{min-height:42px;margin-top:.65rem;padding:.55rem 1.2rem;border:1px solid #2d6b4f;border-radius:999px;background:#2d6b4f;color:#fffaf0;font:600 .9rem DM Sans,sans-serif;cursor:pointer;transition:background .15s,box-shadow .15s}.play-again-btn.svelte-1flzif5:hover:not(:disabled),.play-again-btn.svelte-1flzif5:focus-visible{outline:none;background:#255940;box-shadow:0 0 0 3px #2d6b4f2e}.play-again-btn.svelte-1flzif5:disabled{opacity:.55;cursor:default}.overlay-sr.svelte-1flzif5{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes svelte-1flzif5-overlay-pop{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@keyframes svelte-1flzif5-overlay-shake{0%,to{transform:translate(0) scale(1);opacity:1}20%{transform:translate(-4px) scale(.98)}40%{transform:translate(4px) scale(.98)}60%{transform:translate(-2px) scale(.99)}80%{transform:translate(2px) scale(.99)}}@keyframes svelte-1flzif5-overlay-ring-expand{0%{transform:scale(.35);opacity:.75}to{transform:scale(2.6);opacity:0}}@keyframes svelte-1flzif5-overlay-ring-collapse{0%{transform:scale(2.2);opacity:.55}to{transform:scale(.25);opacity:0}}@keyframes svelte-1flzif5-burst-out{0%{opacity:1;transform:rotate(calc(var(--i) * 30deg)) translateY(0) scale(1)}to{opacity:0;transform:rotate(calc(var(--i) * 30deg)) translateY(-4.5rem) scale(.25)}}@keyframes svelte-1flzif5-burst-in{0%{opacity:0;transform:rotate(calc(var(--i) * 30deg)) translateY(-3.5rem) scale(.2)}40%{opacity:.85}to{opacity:0;transform:rotate(calc(var(--i) * 30deg)) translateY(0) scale(.4)}}@media(max-width:600px){.overlay-badge.svelte-1flzif5{padding:.9rem 1rem}.play-again-btn.svelte-1flzif5{min-height:44px}}@media(prefers-reduced-motion:reduce){.overlay-ring.svelte-1flzif5,.burst-particle.svelte-1flzif5{display:none}.overlay-badge.svelte-1flzif5{animation:none}}.play-page.svelte-hy9bcf{max-width:1000px;margin:0 auto;min-height:100vh;padding:0 1rem 2rem;background:#e8e2d8;color:#5a4d3a;font-family:DM Sans,sans-serif}.mini-header.svelte-hy9bcf{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem .6rem;margin-bottom:.5rem}.back.svelte-hy9bcf{color:#8a7d6a;display:flex;align-items:center;text-decoration:none;padding:4px;margin:-4px;transition:color .15s}.back.svelte-hy9bcf:hover{color:#5a4d3a}.logo.svelte-hy9bcf{font-size:1rem;font-weight:600;color:#5a4d3a;letter-spacing:.02em;position:absolute;left:50%;transform:translate(-50%)}.header-spacer.svelte-hy9bcf{width:36px;height:36px;margin-left:auto}.gear-btn.svelte-hy9bcf{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid rgba(45,107,79,.22);background:#f5f0e6e6;color:#2d6b4f;cursor:pointer}.settings-popover.svelte-hy9bcf{display:flex;flex-direction:column;gap:.7rem;margin:0 1rem 1rem auto;padding:.9rem 1rem;max-width:320px;background:#f5f0e6f5;border:1px solid rgba(201,169,110,.7);border-radius:16px}.game-controls.svelte-hy9bcf{display:flex;gap:.75rem;align-items:center;justify-content:center;flex-wrap:wrap;padding:1rem 1rem 1.5rem;border-top:1px solid rgba(201,169,110,.5);margin-top:1rem}.settings-row.svelte-hy9bcf{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem;color:#5a4d3a}.settings-row.svelte-hy9bcf select:where(.svelte-hy9bcf){padding:6px 10px;background:#f5f0e6;color:#5a4d3a;border:1px solid rgba(45,107,79,.28);border-radius:999px;font-size:.85rem;font-family:DM Sans,sans-serif}.toggle-label.svelte-hy9bcf{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#5a4d3a;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.toggle-label.svelte-hy9bcf input:where(.svelte-hy9bcf){accent-color:#2d6b4f}.start-btn.svelte-hy9bcf{padding:10px 22px;background:transparent;color:#2d6b4f;border:1px solid #2d6b4f;border-radius:999px;font-size:1rem;cursor:pointer;font-weight:600;box-shadow:none}.start-btn.svelte-hy9bcf:hover{background:#2d6b4f14}.start-btn.svelte-hy9bcf:disabled{opacity:.5;cursor:not-allowed}.error.svelte-hy9bcf{background:#c92a2a1f;color:#8d2d23;padding:.5rem 1rem;border-radius:12px;border:1px solid rgba(141,45,35,.18);margin-bottom:1rem}.game-layout.svelte-hy9bcf{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.board-area.svelte-hy9bcf{flex:1;min-width:400px}.board-shell.svelte-hy9bcf{position:relative}.status-bar.svelte-hy9bcf{padding:.15rem .25rem .5rem;margin-bottom:.15rem;font-size:.95rem;display:flex;align-items:center;position:relative}.status-stats.svelte-hy9bcf{color:#8a7d6a;font-size:.78rem;font-family:DM Mono,monospace;white-space:nowrap}.turn-status.svelte-hy9bcf{margin:.5rem 0 0;padding:.35rem .15rem;color:#8a7d6a;font-size:.85rem;white-space:nowrap}.move-category.svelte-hy9bcf{display:flex;align-items:center;gap:.55rem;font-weight:600}.move-category.excellent.svelte-hy9bcf{color:#2d6b4f}.move-category.good.svelte-hy9bcf{color:#58704c}.move-category.ok.svelte-hy9bcf{color:#9a672d}.move-category.bad.svelte-hy9bcf{color:#8d2d23}.details-btn.svelte-hy9bcf{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;font:inherit;font-size:.78rem;font-weight:500;cursor:pointer}.stats-sep.svelte-hy9bcf{color:#b7aa96;margin:0 .25rem}.info-icon.svelte-hy9bcf{cursor:pointer;color:#8a7d6a;margin-left:.4rem;vertical-align:middle;display:inline-flex}.info-icon.svelte-hy9bcf:hover{color:#2d6b4f}.stats-info-overlay.svelte-hy9bcf{position:fixed;inset:0;z-index:9}.stats-info-popup.svelte-hy9bcf{position:absolute;right:0;top:100%;background:#f5f0e6;border:1px solid rgba(201,169,110,.8);border-radius:12px;padding:.6rem .85rem;font-size:.8rem;color:#5a4d3a;line-height:1.6;white-space:normal;z-index:10;width:320px;box-shadow:0 8px 18px #5a4d3a14}.loading.svelte-hy9bcf{text-align:center;padding:.5rem;color:#8a7d6a;font-style:italic}.analysis-area.svelte-hy9bcf{max-width:600px;margin-top:1.5rem}.approx-notice.svelte-hy9bcf{font-size:.75rem;color:#666;font-style:italic;margin:0 0 .4rem}.analysis-buttons.svelte-hy9bcf{display:flex;gap:.5rem;margin-top:.5rem}.dismiss-btn.svelte-hy9bcf{padding:6px 16px;background:transparent;color:#2d6b4f;border:1px solid #2d6b4f;border-radius:999px;cursor:pointer;flex:1}.dismiss-btn.svelte-hy9bcf:hover{background:#2d6b4f14}.takeback-btn.svelte-hy9bcf{padding:6px 16px;background:#2d6b4f;color:#f5f0e6;border:1px solid #2d6b4f;border-radius:999px;cursor:pointer;flex:1}.takeback-btn.svelte-hy9bcf:hover{background:#255940}.roll-area.svelte-hy9bcf{display:flex;justify-content:center;gap:.75rem;margin-top:.5rem}.roll-btn.svelte-hy9bcf{padding:10px 32px;background:#2d6b4f;color:#f5f0e6;border:1px solid #2d6b4f;border-radius:999px;font-size:1.1rem;cursor:pointer;font-weight:600;box-shadow:none}.roll-btn.svelte-hy9bcf:hover{background:#255940}.undo-btn.svelte-hy9bcf{padding:10px 20px;background:transparent;color:#2d6b4f;border:1px solid #2d6b4f;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:none}.undo-btn.active-undo.svelte-hy9bcf{background:#2d6b4f;color:#f5f0e6}.undo-btn.svelte-hy9bcf:hover:not(:disabled){background:#2d6b4f14}.undo-btn.active-undo.svelte-hy9bcf:hover:not(:disabled){background:#255940}.undo-btn.svelte-hy9bcf:disabled{opacity:.4;cursor:default}.board-legend.svelte-hy9bcf{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:.9rem;padding:.18rem .45rem;pointer-events:none}.board-legend-item.svelte-hy9bcf{display:inline-flex;align-items:center;gap:.32rem;font-family:DM Mono,monospace;font-size:8.5px;opacity:.72;white-space:nowrap}.board-legend-item.best.svelte-hy9bcf{color:#1a7a6a}.board-legend-item.played.svelte-hy9bcf{color:#c4563a}.board-legend-line.svelte-hy9bcf{width:12px;height:2px;border-radius:999px;background:#4ade80;display:inline-block}.board-legend-item.played.svelte-hy9bcf .board-legend-line:where(.svelte-hy9bcf){background:#f87171}.bear-off-strip.svelte-hy9bcf{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.5rem;padding:.2rem .1rem 0;cursor:default}.bear-off-lane.svelte-hy9bcf{display:flex;align-items:center;gap:.3rem;padding:.24rem .4rem;border-radius:999px;background:#f5f0e69e;border:1px solid rgba(201,169,110,.35);min-height:24px}.bear-off-dots.svelte-hy9bcf{display:flex;flex-wrap:wrap;gap:3px;min-height:9px}.bear-off-dot.svelte-hy9bcf{width:8px;height:8px;border-radius:999px;display:inline-block}.active-off-target.svelte-hy9bcf{cursor:pointer}.bear-off-lane.active-off-target.svelte-hy9bcf{border-color:#ffffffeb;box-shadow:0 0 8px #ffffffc7}.bear-off-dot.light.svelte-hy9bcf{background:#e8d5b0;border:1px solid #c9b48a}.bear-off-dot.dark.svelte-hy9bcf{background:#4a2c1a;border:1px solid #3a1e10}@media(max-width:600px){.play-page.svelte-hy9bcf{padding:0 .4rem 1.5rem}.mini-header.svelte-hy9bcf{flex-wrap:wrap;gap:.4rem;padding:.6rem .75rem .4rem}.settings-popover.svelte-hy9bcf{margin:0 .75rem .85rem auto;max-width:none}.board-area.svelte-hy9bcf{min-width:unset;width:100%;overflow:hidden}.game-layout.svelte-hy9bcf{gap:.5rem;padding:0}.analysis-area.svelte-hy9bcf{width:100%;max-width:none}.status-bar.svelte-hy9bcf{font-size:.85rem;padding:.15rem .1rem .45rem}.bear-off-strip.svelte-hy9bcf{grid-template-columns:1fr 1fr;gap:.45rem}.board-legend.svelte-hy9bcf{gap:.65rem}.board-legend-item.svelte-hy9bcf{font-size:8px}.bear-off-lane.svelte-hy9bcf{gap:.4rem;padding:.35rem .45rem;min-width:0}.bear-off-dots.svelte-hy9bcf{gap:3px;overflow:hidden}.bear-off-dot.svelte-hy9bcf{width:8px;height:8px}}
