:root{--pendulum-line-color: #000;--pendulum-bob-fill: #fff;--text-color: #000;--button-bg: transparent;--button-text: #000;--button-border: #000;--button-hover-bg: rgba(0,0,0,.1);--distribution-bar-color: rgba(0,0,0,.2);--ball-color: #000;--peg-fill: #fff;--peg-stroke: #000}@media (prefers-color-scheme: dark){:root{--pendulum-line-color: #f0f0f0;--pendulum-bob-fill: rgba(240, 240, 240, .1);--text-color: #f0f0f0;--button-bg: transparent;--button-text: #f0f0f0;--button-border: #f0f0f0;--button-hover-bg: rgba(255,255,255,.1);--distribution-bar-color: rgba(240,240,240,.2);--ball-color: #f0f0f0;--peg-fill: rgba(240, 240, 240, .1);--peg-stroke: #f0f0f0}}.pendulum-container.svelte-1ywinka{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;overflow:visible}svg.svelte-1ywinka{overflow:visible;max-width:100%;height:auto}.peg.svelte-1ywinka{fill:var(--peg-fill);stroke:var(--peg-stroke);stroke-width:1}.ball.svelte-1ywinka{fill:var(--ball-color)}.distribution-bar.svelte-1ywinka{fill:var(--distribution-bar-color)}.distribution-text.svelte-1ywinka{fill:var(--text-color)}.controls.svelte-1ywinka{display:flex;gap:1rem;margin-top:1rem}button.svelte-1ywinka{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:500;background-color:var(--button-bg);color:var(--button-text);border:1px solid var(--button-border);padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .2s ease;text-transform:uppercase;letter-spacing:.5px}button.svelte-1ywinka:hover{background-color:var(--button-hover-bg)}
