.roulette-wrap {
  margin: 0 auto;
  padding: 18px 18px 28px;
}
.roulette-wrap * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.roulette-wrap .top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  background: linear-gradient(#cfe0f6, #b9d0f3);
  border: 1px solid #aac2e6;
  padding: 18px;
}
@media (max-width: 1400px) {
  .roulette-wrap .top {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }
}
.roulette-wrap .wheel-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
}
@media (max-width: 1400px) {
  .roulette-wrap .wheel-area {
    min-height: auto;
    padding: 8px 0 14px;
  }
}
.roulette-wrap #wheel {
  width: min(520px, 100%);
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 8px solid #2c77ff;
}
@media (max-width: 640px) {
  .roulette-wrap #wheel {
    border-width: 6px;
  }
}
@media (max-width: 420px) {
  .roulette-wrap #wheel {
    border-width: 5px;
  }
}
.roulette-wrap .pin {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 54px;
  background: #2c77ff;
  border-radius: 18px 18px 22px 22px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.roulette-wrap .pin:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #2c77ff;
}
@media (max-width: 640px) {
  .roulette-wrap .pin {
    width: 34px;
    height: 46px;
  }
  .roulette-wrap .pin:after {
    bottom: -9px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 12px;
  }
}
@media (max-width: 420px) {
  .roulette-wrap .pin {
    width: 30px;
    height: 40px;
  }
}
.roulette-wrap .run-btn {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(#3f84ff, #1f5fff);
  color: #fff;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.25);
}
.roulette-wrap .run-btn b {
  font-size: 34px;
  letter-spacing: 0.5px;
}
.roulette-wrap .run-btn:active {
  transform: scale(0.98);
}
@media (max-width: 640px) {
  .roulette-wrap .run-btn {
    width: 140px;
    height: 140px;
    border-width: 8px;
  }
  .roulette-wrap .run-btn b {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .roulette-wrap .run-btn {
    width: 120px;
    height: 120px;
    border-width: 7px;
  }
  .roulette-wrap .run-btn b {
    font-size: 24px;
  }
}
.roulette-wrap .side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
@media (max-width: 1400px) {
  .roulette-wrap .side {
    gap: 10px;
  }
}
.roulette-wrap .photo {
  width: 100%;
  height: 270px;
  display: flex;
  align-items: end;
  margin-bottom: -15px;
}
.roulette-wrap .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 1400px) {
  .roulette-wrap .photo {
    height: 160px;
    margin-bottom: 0;
    display: none;
    justify-content: center;
  }
  .roulette-wrap .photo img {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .roulette-wrap .photo {
    height: 140px;
  }
}
.roulette-wrap .control {
  padding: 12px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #aac2e6;
}
@media (max-width: 640px) {
  .roulette-wrap .control {
    padding: 10px;
  }
}
.roulette-wrap .row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.roulette-wrap .row.small {
  font-size: 13px;
  color: #2c2c2c;
  opacity: 0.9;
  line-height: 1.35;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .roulette-wrap .row {
    gap: 8px;
    margin: 8px 0;
  }
}
.roulette-wrap .lab {
  width: 60px;
  color: #2c2c2c;
  font-weight: 700;
}
@media (max-width: 640px) {
  .roulette-wrap .lab {
    width: 54px;
  }
}
.roulette-wrap .sel {
  flex: 1;
  height: 34px;
  border: 1px solid #b4c7e6;
  border-radius: 3px;
  padding: 0 8px;
  min-width: 0;
}
.roulette-wrap .strength {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.roulette-wrap .sbtn {
  width: 42px;
  height: 34px;
  border: 1px solid #b4c7e6;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
}
.roulette-wrap .sbtn.on {
  background: #ff4b4b;
  color: #fff;
  border-color: #ff4b4b;
}
.roulette-wrap .sound {
  margin-left: auto;
  width: 44px;
  height: 34px;
  border: 1px solid #b4c7e6;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.roulette-wrap .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
}
.roulette-wrap .prizes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}
@media (max-width: 640px) {
  .roulette-wrap .prizes {
    gap: 8px;
    margin-top: 10px;
  }
}
.roulette-wrap .pz {
  height: 70px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #aac2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
}
@media (max-width: 640px) {
  .roulette-wrap .pz {
    height: 62px;
    font-size: 38px;
  }
}
@media (max-width: 420px) {
  .roulette-wrap .pz {
    height: 56px;
    font-size: 34px;
  }
}
.roulette-wrap .log {
  margin-top: 18px;
}
@media (max-width: 640px) {
  .roulette-wrap .log {
    margin-top: 14px;
    overflow-x: auto;
  }
}
.roulette-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
@media (max-width: 640px) {
  .roulette-wrap table {
    min-width: 720px;
  }
}
.roulette-wrap thead th {
  background: #3f464f;
  color: #fff;
  padding: 10px;
  border: 1px solid #2f353c;
  text-align: left;
  white-space: nowrap;
}
.roulette-wrap tbody td {
  padding: 10px;
  border: 1px solid #d7dde6;
  background: #fff;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .roulette-wrap tbody td {
    padding: 9px;
  }
}
.roulette-wrap tbody tr:nth-child(even) td {
  background: #f7f9fc;
}
.roulette-wrap .user {
  white-space: nowrap;
}
.roulette-wrap .uicon {
  margin-right: 6px;
  opacity: 0.7;
}
.roulette-wrap .empty {
  text-align: center;
  color: #666;
  padding: 20px;
}
.roulette-wrap .paging {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 14px 0;
  flex-wrap: wrap;
}
@media (max-width: 420px) {
  .roulette-wrap .paging {
    gap: 4px;
  }
}
.roulette-wrap .pg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #cfd6e2;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 13px;
}
.roulette-wrap .pg.on {
  background: #333;
  color: #fff;
  border-color: #333;
}
.roulette-wrap .pin.hit {
  animation: pinHit 0.12s ease-out;
}
@keyframes pinHit {
  0% {
    transform: translateX(-50%) rotate(0deg) scale(1);
  }
  40% {
    transform: translateX(-50%) rotate(-10deg) scale(1.05);
  }
  100% {
    transform: translateX(-50%) rotate(0deg) scale(1);
  }
}
.roulette-wrap .log tbody tr.just-added td {
  animation: rowFlash 1.6s ease-out;
}
@keyframes rowFlash {
  0% {
    background: #fff6b0;
  }
  40% {
    background: #fff1a0;
  }
  100% {
    background: inherit;
  }
}

.rlt-row-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.rankline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.rankchip {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #333;
  border-radius: 2px;
  overflow: hidden;
}

.rankchip .rk {
  background: #ff6a00;
  font-weight: 800;
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.rankchip .nm {
  background: #111;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
}

.rlt-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.rlt-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.rlt-modal-box {
  background: #111;
  color: #fff;
  padding: 26px 28px;
  border-radius: 10px;
  min-width: 260px;
  max-width: 360px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  animation: modalPop 0.18s ease;
}

@keyframes modalPop {
  from {
    transform: scale(0.85);
    opacity: 0.5;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.rlt-modal-msg {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.rlt-modal-btn {
  background: #ff3d6a;
  border: 0;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
}/*# sourceMappingURL=roulette-17.css.map */