.grid .default-tile{background-repeat:no-repeat;background-size:cover}.grid .default-tile.disabled{background-image:url(/images/square_disabled.png)}.grid .default-tile.available{background-image:url(/images/square.png)}.grid .default-tile.completed{background-image:url(/images/square_completed.png)}.grid .default-tile:hover.completed,.grid .default-tile:hover.available{background-image:url(/images/square_hover.png)}.grid .default-tile:hover.disabled{background-image:url(/images/square_completed.png)}svg{overflow:visible}svg .hexagon-group{cursor:pointer}svg .hexagon-group>*{z-index:0;transition:transform .2s ease-in-out}svg .hexagon-group text{fill:var(--osrs-yellow);font-size:.15rem}svg .hexagon-group text.unavailable{fill:#909090}svg .hexagon-group text.bad{fill:var(--osrs-red)}svg .hexagon-group text.okay{fill:var(--osrs-orange)}svg .hexagon-group text.perfect{fill:var(--osrs-green)}svg .hexagon-group polygon{fill:url(#disabled);filter:drop-shadow(0 0 1px #0006)}svg .hexagon-group.available polygon{fill:url(#available)}svg .hexagon-group.completed polygon{fill:url(#completed)}:is(svg .hexagon-group:hover.completed,svg .hexagon-group:hover.available) polygon{fill:url(#hover)}svg .hexagon-group:hover.disabled polygon{fill:url(#completed)}.points-tooltip>span:first-of-type{padding-left:30px}.points,.percentage{cursor:pointer;width:auto;height:2.125rem;display:flex}:is(.points,.percentage)>p{background:url(/images/points_body.png) 50% repeat-x;flex:1;min-width:1.5rem;height:2.125rem;padding-top:.5rem}:is(.points,.percentage):after{content:"";background:url(/images/points_after.png) 50% no-repeat;width:2.125rem;height:2.125rem}:is(.points,.percentage):before{content:"";background:url(/images/points_before.png) 50% no-repeat;width:.4375rem;height:2.125rem}:is(.points,.percentage).percentage:after{background:url(/images/percentage_after.png) 50% no-repeat}.mute-button{background-image:url(/images/unmuted.png);background-size:cover}.mute-button.muted{background-image:url(/images/muted.png)}
