:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;justify-content:center;min-width:320px;min-height:100vh}.app-container{text-align:center;display:flex;flex-direction:column;gap:2rem;padding:2rem;background-color:#1a1a1a;border-radius:16px;box-shadow:0 4px 6px #0000004d}.title{font-size:2em;font-weight:700;margin:0;color:#eee}.probability-display{font-size:1.5em;color:#ccc}.prob-value{font-weight:700;color:#646cff}.stone-board{display:flex;flex-direction:column;gap:1.5rem}.stone-row{display:flex;align-items:center;gap:1rem;background:#2a2a2a;padding:10px 20px;border-radius:8px}.option-label{width:80px;font-weight:700;text-align:left}.slots-container{display:flex;gap:8px}.slot{width:24px;height:24px;border-radius:50%;background-color:#444;border:2px solid #555;transition:all .2s ease}.slot.success{background-color:#0af;border-color:#08c;box-shadow:0 0 8px #0af9}.slot.c-success{background-color:#f44;border-color:#c00;box-shadow:0 0 8px #f446}.slot.fail{background-color:#1a1a1a;border-color:#333;box-shadow:inset 0 0 4px #00000080}.cut-button{padding:.5em 1.2em;font-size:.9em;cursor:pointer;background-color:#646cff;color:#fff;border:none;border-radius:4px;transition:background-color .2s;min-width:80px}.cut-button:hover:not(:disabled){background-color:#535bf2}.cut-button:disabled{background-color:#444;cursor:not-allowed;opacity:.6}.reset-button{padding:.6em 2em;font-size:1em;background-color:#d1d1d1;color:#333;border:none;border-radius:4px;cursor:pointer;min-width:100px}.reset-button:hover{background-color:#fff}.controls{display:flex;gap:1rem;justify-content:center;align-items:flex-end;margin-top:1rem}.control-group{display:flex;flex-direction:column;gap:.5rem}.auto-button{padding:.6em 1.5em;font-size:.9em;background-color:#2e7d32;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s;min-width:120px}.auto-button.red{background-color:#c62828}.auto-button.red:hover:not(:disabled){background-color:#d32f2f}.auto-button:hover:not(:disabled){background-color:#4caf50}.auto-button:disabled{background-color:#1b5e20;opacity:.5;cursor:not-allowed}.count-badge{display:inline-block;background:#333;color:#fff;font-size:.8em;padding:2px 6px;border-radius:4px;margin-left:4px}.attempt-display{font-size:1.2em;font-weight:700;color:#e0e0e0;margin-top:1rem}@media(max-width:600px){body{display:block;padding:1rem;min-width:auto}.app-container{padding:1rem;width:100%;box-sizing:border-box;min-width:0}.title{font-size:1.5em}.stone-row{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.8rem .5rem;gap:.5rem}.option-label{width:auto;text-align:left;margin-bottom:0;order:1;font-size:.95em}.cut-button{width:auto;min-width:60px;margin-top:0;padding:.4em .8em;font-size:.85em;order:2}.slots-container{width:100%;order:3;gap:4px;justify-content:center;margin-top:.2rem}.slot{width:22px;height:22px}.controls{flex-direction:column;gap:1rem;align-items:stretch}.control-group{flex-direction:row;gap:.5rem}.auto-button{flex:1;min-width:0;padding:.8em .5em;font-size:.85em}.reset-button{width:100%;padding:.8em}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
