:root {
  --copyright-color: white;
}

:root.light {
  --copyright-color: black;
}

* {
  box-sizing: border-box;
}

body {
  background: #000;
  margin: 0;
  padding: 0;
}

canvas {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

div.copyright {
  color: var(--copyright-color);
  z-index: 999;
  text-align: center;
  width: 90%;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

div.copyright a {
  color: var(--copyright-color);
}

.icon {
  vertical-align: middle;
  background: currentColor;
  width: 25px;
  height: 25px;
  display: inline-block;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.icon.play {
  mask-image: url("play.5e380e85.svg");
}

.icon.shuffle {
  mask-image: url("shuffle.ae708aec.svg");
}

.icon.megaphone {
  mask-image: url("megaphone.7e17ce4a.svg");
}

.icon.record {
  mask-image: url("record.4adf1f81.svg");
}

.icon.map {
  mask-image: url("map.9561646e.svg");
}

.icon.trophy {
  mask-image: url("trophy.861e3950.svg");
}

.icon.bomb {
  mask-image: url("bomb.5fe30a0c.svg");
}

.icon.sun {
  mask-image: url("sun.eafc49bf.svg");
}

.icon.moon {
  mask-image: url("moon.7ef3d295.svg");
}

#settings {
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: #666;
  border-radius: 10px;
  min-width: 50%;
  padding: 10px;
  transition: visibility, opacity 1s linear;
  display: flex;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

#settings.hide {
  opacity: 0;
  visibility: hidden;
}

#settings h3 {
  color: #fefefe;
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

#settings textarea {
  background: #999;
  border: none;
  width: 100%;
  min-height: 5rem;
  font-size: 14pt;
}

#settings button, #settings .btn {
  color: #fefefe;
  background: #222;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
}

#settings button:active:after, #settings .btn:active:after {
  content: "";
  background: #00000080;
  position: absolute;
  inset: 0;
}

#settings button#btnShop, #settings .btn#btnShop {
  height: 35px;
}

#settings button#btnShop img, #settings .btn#btnShop img {
  width: 25px;
  height: 25px;
}

#settings button.new:before, #settings .btn.new:before {
  color: #fff;
  content: "NEW";
  z-index: 1;
  background: #a00;
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 9px;
  position: absolute;
  top: -4px;
  right: -10px;
}

#settings div.theme {
  color: #fff;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

#settings div.left {
  flex-grow: 1;
  flex-shrink: 1;
  order: 1;
}

#settings div.left .actions {
  justify-content: stretch;
  align-items: center;
  gap: 2px;
  display: flex;
}

#settings div.left .actions div.sep {
  flex-grow: 1;
}

#settings div.right {
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
}

#settings div.right div.row {
  align-items: center;
  height: 35px;
  display: flex;
}

#settings div.right div.row label {
  color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  padding-left: 1rem;
}

#settings select {
  background: #999;
  border-radius: 5px;
  width: 100%;
  height: 25px;
}

#settings input[type="checkbox"] {
  vertical-align: middle;
  width: 50px;
  height: 25px;
  padding-right: 63px;
  display: inline-block;
  position: relative;
}

#settings input[type="checkbox"]:before {
  content: "";
  background: #999;
  border-radius: 25px;
  width: 50px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

#settings input[type="checkbox"]:after {
  content: "";
  background: #ccc;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  transition: transform .2s;
  position: absolute;
  top: 0;
  left: 0;
}

#settings input[type="checkbox"]:checked:after {
  background: #fff;
  transform: translateX(100%);
}

#settings input[type="checkbox"]:checked:before {
  content: "";
  background: #00baff;
}

#settings .btn-group {
  justify-content: stretch;
  display: flex;
}

#settings .btn-group > * {
  box-sizing: border-box;
  color: #fefefe;
  background: #999;
  border: none;
  border-radius: 0;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 25px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

#settings .btn-group > :first-child {
  border-radius: 10px 0 0 10px;
}

#settings .btn-group > :last-child {
  border-radius: 0 10px 10px 0;
}

#settings .btn-group > .active:before {
  content: "";
  vertical-align: middle;
  background: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  mask-image: url("check.c558835f.svg");
  mask-repeat: no-repeat;
}

#settings .btn-group > .active {
  background: #333;
}

#settings .btn-group input[type="number"] {
  box-sizing: border-box;
  text-align: center;
}

#notice {
  z-index: 1001;
  color: #333;
  background: #ffffffe6;
  border-radius: 30px;
  flex-direction: column;
  width: 500px;
  max-width: 90%;
  padding: 10px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

#notice h1 {
  background-color: #fd0;
  border-bottom: 1px solid #333;
  align-items: center;
  margin: -10px -10px 0;
  padding: 10px 5px 10px .5em;
  display: flex;
}

#notice h1:before {
  content: "";
  background-image: url("megaphone.7e17ce4a.svg");
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: .2em;
  display: inline-block;
}

#notice div.notice-body {
  padding: 0 .5em;
}

#notice div.notice-action {
  justify-content: end;
  display: flex;
}

#notice div.notice-action button {
  color: #fefefe;
  background: #222;
  border: none;
  border-radius: 20px;
  width: 50%;
  height: 50px;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
}

#notice div.notice-action button:active:after {
  content: "";
  background: #00000080;
  position: absolute;
  inset: 0;
}

@media screen and (width <= 750px) {
  #settings {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 2rem);
    min-width: 0;
    max-width: 100%;
    transition: visibility, opacity 1s linear;
    display: block;
    bottom: calc(4rem + 60px);
    overflow: hidden;
  }

  #settings.hide {
    opacity: 0;
    visibility: hidden;
  }

  #settings div.right div.row {
    border-bottom: 1px solid #555;
    height: auto;
    padding: .5rem 0;
    display: block;
  }

  #settings div.right div.row label {
    width: 100%;
    margin-bottom: .5rem;
    padding-left: 0;
    display: block;
  }

  #settings div.right div.row .icon {
    width: 15px;
    height: 15px;
  }

  #notice {
    box-sizing: border-box;
    z-index: 1001;
    color: #333;
    background: #ffffffe6;
    border-radius: 4px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 5px 10px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
  }

  #notice div.notice-body {
    flex-grow: 1;
  }
}

div.toast {
  z-index: 1000;
  background: #ccc;
  border-radius: 4px;
  padding: 8px;
  animation: .2s linear fade-in, .2s linear 1s reverse fade-in;
  position: fixed;
  bottom: 10px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(-50%, 100%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%);
  }
}

.shop-button {
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: .2em .4em .4em;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  text-decoration: none;
  display: flex;
}

.shop-button img {
  width: 48px;
  height: 48px;
  margin-bottom: -4px;
  margin-right: .2em;
}

.shop-button {
  background-color: #fd0;
  border: 2px solid #000;
  border-radius: 10px;
}
/*# sourceMappingURL=roulette.72fc1a99.css.map */
