:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#000}a:hover{color:#747bff}button{background-color:#1a1a1a;color:#fff}}#root{max-width:1280px;margin:0 auto;padding:1rem;text-align:center;background-color:#f7f7f7}.content-box{padding:10px;width:600px;height:600px}.controls-section{margin-bottom:16px}.controls-section h1{font-size:1.5em;margin-bottom:5px;margin-top:5px;text-align:left}.controls-section .title-blue{color:#00f}.controls-section .title-red{color:red}.controls-section .title-green{color:green}.inputs-group{display:grid;grid-template-columns:auto auto;align-items:center;margin-bottom:12px}.inputs-group label{text-align:left;font-weight:500;margin-bottom:4px}.points-wrapper,.time-wrapper{display:contents}:is(.points-wrapper,.time-wrapper) input{width:100px;padding:4px;border:1px solid #ccc;border-radius:4px;font-size:1em}:is(.points-wrapper,.time-wrapper) .time{text-align:left}.control-buttons{display:flex;justify-content:left;gap:6px}.control-buttons button{font-size:1em}.game-board-container{display:flex;justify-content:center;align-items:center;margin-top:16px}.game-board{position:relative;width:100%;height:400px;align-items:center;background-color:#f5f5f5;border:2px solid #000000}.point{display:flex;justify-content:center;align-items:center;position:absolute;width:40px;height:40px;background-color:#fff;border:1px solid black;border-radius:50%;border-color:brown;color:#892e2e;font-weight:400;text-align:center;transform:translate(-50%,-50%);cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .3s ease}.point,.countdown{font-size:12px}.point.clicked{background-color:#ffc800}.point.clicked .countdown{color:#fff}
