*{box-sizing:border-box}#history,#wheel-display,#wheel-controls{font-family:Open Sans,segoe ui,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem}:has(>*>#wheel-display){display:flex;max-height:100vh}:has(>#wheel-display){background-color:var(--background,#333);color:var(--foreground,#DDD);width:100%;flex:1 1;display:flex;flex-flow:column nowrap;align-items:center;justify-content:space-between}button{min-height:1.5rem;min-width:1.5rem;height:auto;border-radius:1.5rem;font-size:16px;text-align:center;padding:.25rem .5rem;cursor:pointer;color:var(--foreground,#DDD);background-color:var(--background,#333);border:1px solid var(--foreground,#DDD)}button:disabled{opacity:.3;cursor:not-allowed}#history{position:absolute;top:1rem;right:1rem;width:min(10rem,50vw);background:color-mix(var(--background,#333),transparent 10%);border:1px solid var(--foreground,#DDD);border-radius:.75rem;padding:.5rem .75rem;z-index:3}#history:not([open]):has(.history-item--new){animation:history-flash 600ms ease-out forwards}#history-summary{user-select:none;font-weight:600}#history[open] #history-summary{margin-right:3rem}#history-list{margin:.5rem 0 0;padding-left:1.25rem;max-height:12rem;overflow:auto}@keyframes history-flash{0%{background-color:color-mix(var(--accent,royalblue),transparent 75%)}100%{background-color:initial}}.history-item--new{animation:history-flash 600ms ease-out forwards}#history-clear{display:inline-flex;position:absolute;top:.4rem;right:.5rem;font-size:.85rem;padding:.15rem .5rem}#wheel-display{display:flex;flex-flow:column nowrap;flex:1 1;margin:0;padding:0;width:100%;overflow:hidden}#result{position:relative;min-width:8rem;width:fit-content;max-width:80%;margin:.5rem auto 0;padding:.25rem .75rem;border:1px solid var(--foreground,#DDD);border-radius:.75rem}#wheel-display #result #result-label{position:absolute;top:-1.75rem;left:.75rem;color:var(--foreground,#DDD);background:var(--background,#333);padding:0 .25rem}#wheel-display #result #display{display:inline-block;width:100%;height:4rem;font-size:2.5rem;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#wheel-container{position:relative;padding:1rem;display:grid;place-items:center;flex:1 1;margin:auto;aspect-ratio:1/1;max-width:100%;align-self:center}#pointer{position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:2rem;user-select:none;pointer-events:none;text-shadow:0 0 5px var(--background,#333)}#wheel{display:grid;place-items:center;transition:transform var(--transition-duration,5s)cubic-bezier(0,.2,0,1);transform:rotate(calc(var(--revs,0) * 360deg + var(--angle,0) * 1deg));width:100%}@media(prefers-reduced-motion:reduce){#wheel{--transition-duration:0.001s}}#wheel-decoration{position:relative;grid-area:1/1;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--wheel-decoration,var(--background,#333))}#wheel-decoration::before{content:"";font-size:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#wheel>svg{grid-area:1/1;min-width:0;min-height:0;width:100%;height:100%}#wheel-segments path,#wheel-segments circle{--hue:calc(360 / var(--count, 1) * var(--i, 0));fill:hsl(var(--hue),70%,60%)}#options{position:relative;grid-area:1/1;width:100%;aspect-ratio:1;color:var(--background,#333);list-style:none;margin:0;padding:0;pointer-events:none}#options>li{position:absolute;top:50%;right:0;left:50%;margin:0;padding:0 1rem 0 1.5rem;transform-origin:center left;transform:translateY(-50%)rotate(calc(var(--angle,0) * 1deg));overflow:hidden;text-align:end;text-overflow:ellipsis;white-space:nowrap;pointer-events:auto}#wheel-controls{anchor-name:--control-anchor;display:block;margin:0}#wheel-controls>fieldset{display:flex;align-items:center;justify-content:center;gap:min(2rem,5vw);border:none;margin:0;padding:0}.control-group{display:grid;gap:.25rem;align-items:start}#edit-items-button{display:inline-flex;align-items:center;justify-content:center;user-select:none}#items-input[popover=auto]{position:absolute;top:calc(100% - 11rem);left:50%;transform:translateX(-50%);width:min(22rem,70vw);min-height:7rem;padding:.5rem .75rem;border-radius:.75rem;border:1px solid var(--foreground,#DDD);background-color:color-mix(var(--background,#333),transparent 20%);color:var(--foreground,#DDD);box-shadow:0 10px 24px rgba(0,0,0,.35);resize:vertical;margin:0;z-index:2}@supports(position-anchor:--control-anchor){#items-input[popover=auto]{position-anchor:--control-anchor;top:anchor(top);left:anchor(center);transform:translate(-50%,calc(-100% - 1rem))}}.sr-only{position:absolute;left:-1e4px;top:auto;width:1px;height:1px;overflow:hidden}