.mashaw-login {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .7), transparent 34%),
    linear-gradient(135deg, rgba(255, 93, 109, .96), rgba(255, 205, 53, .96) 38%, rgba(46, 230, 136, .96) 70%, rgba(0, 167, 216, .96));
}

.mashaw-login.is-visible {
  display: flex;
}

.mashaw-login__card {
  width: min(92vw, 520px);
  padding: 34px;
  background: rgba(255, 255, 255, .96);
  border: 3px solid #111;
  border-radius: 26px;
  box-shadow: 12px 14px 0 rgba(0, 0, 0, .18);
  color: #111;
  text-align: center;
}

.mashaw-login__logo {
  width: min(58vw, 260px);
  margin: 0 auto 18px;
}

.mashaw-login__title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 900;
}

.mashaw-login__text {
  margin: 0 auto 24px;
  color: #4d5963;
  font-size: 16px;
  line-height: 1.7;
}

.mashaw-login__form {
  display: grid;
  gap: 14px;
}

.mashaw-login__input {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 0 18px;
  background: #fff;
  border: 2px solid #111;
  border-radius: 999px;
  color: #111;
  font-size: 16px;
  outline: none;
}

.mashaw-login__button,
.mashaw-account__button {
  border: 2px solid #111;
  border-radius: 999px;
  background: #149df2;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.mashaw-login__button {
  height: 52px;
  font-size: 18px;
}

.mashaw-login__error {
  min-height: 22px;
  margin: 0;
  color: #d82738;
  font-size: 14px;
  font-weight: 700;
}

.mashaw-mobile-tools,
.mashaw-mobile-tools__drawer {
  display: contents;
}

.mashaw-mobile-tools__toggle,
.mashaw-mobile-tools__backdrop {
  display: none;
}
.mashaw-account {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: none;
  width: 286px;
  min-width: 0;
  box-sizing: border-box;
  padding: 18px 18px 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 250, 255, .92)),
    repeating-linear-gradient(-18deg, transparent 0 10px, rgba(255, 65, 132, .08) 10px 18px);
  border: 3px solid #111;
  border-radius: 22px;
  box-shadow: 6px 7px 0 #111, 0 18px 36px rgba(0, 0, 0, .2);
  color: #111;
  font-size: 13px;
  transform: rotate(-1deg);
}

.mashaw-account.is-visible {
  display: block;
}

.mashaw-account::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, #ff3f85, #ffcc2e, #21df7b, #00b7f0);
  content: "";
}

.mashaw-account__email {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  padding: 6px 10px;
  overflow: hidden;
  border: 2px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mashaw-account__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0 12px;
}

.mashaw-account__stat {
  min-width: 0;
  padding: 10px 6px 8px;
  border: 2px solid rgba(17, 17, 17, .14);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #edf7ff);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .08);
  text-align: center;
}

.mashaw-account__value {
  display: block;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 rgba(255, 63, 133, .25);
}

.mashaw-account__label {
  display: block;
  margin-top: 5px;
  color: #5e6772;
  font-size: 12px;
  font-weight: 900;
}

.mashaw-account__button {
  width: 100%;
  height: 38px;
  background: linear-gradient(90deg, #111, #252525);
  box-shadow: 0 4px 0 #ff3f85;
  font-size: 14px;
}

.mashaw-score-toast {
  position: fixed;
  z-index: 1400;
  left: 50%;
  bottom: 132px;
  display: none;
  padding: 12px 18px;
  background: #111;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  transform: translateX(-50%);
}

.mashaw-score-toast.is-visible {
  display: block;
}

.mashaw-leaderboard {
  position: fixed;
  z-index: 850;
  top: 112px;
  right: 24px;
  display: none;
  width: 304px;
  box-sizing: border-box;
  padding: 17px 16px 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 183, 240, .26), transparent 32%),
    radial-gradient(circle at 8% 90%, rgba(255, 63, 133, .22), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(247, 250, 255, .92));
  border: 3px solid #111;
  border-radius: 22px;
  box-shadow: 6px 7px 0 #111, 0 18px 36px rgba(0, 0, 0, .2);
  color: #111;
  transform: rotate(1deg);
}

.mashaw-leaderboard.is-visible {
  display: block;
}

.mashaw-leaderboard::before {
  position: absolute;
  top: -32px;
  right: -36px;
  width: 96px;
  height: 96px;
  border: 3px solid rgba(17, 17, 17, .12);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffcc2e, #ff3f85);
  content: "";
}

.mashaw-leaderboard__head {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 0 2px 12px;
  border-bottom: 3px solid #111;
}

.mashaw-leaderboard__head strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 2px 2px 0 #ffcc2e, 4px 4px 0 rgba(0, 183, 240, .25);
}

.mashaw-leaderboard__head strong::before {
  width: 14px;
  height: 14px;
  border: 2px solid #111;
  border-radius: 4px;
  background: #ff3f85;
  box-shadow: 5px 0 0 #ffcc2e, 10px 0 0 #21df7b;
  content: "";
}

.mashaw-leaderboard__head span {
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mashaw-leaderboard__list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mashaw-leaderboard__item {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 7px 9px;
  border: 2px solid rgba(17, 17, 17, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .08);
}

.mashaw-leaderboard__item.is-current {
  border-color: #111;
  background: linear-gradient(135deg, rgba(255, 63, 133, .2), rgba(255, 204, 46, .22), rgba(0, 183, 240, .2));
}

.mashaw-leaderboard__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 2px 2px 0 rgba(17, 17, 17, .24);
}

.mashaw-leaderboard__item:nth-child(1) .mashaw-leaderboard__rank {
  background: #ffb400;
}

.mashaw-leaderboard__item:nth-child(2) .mashaw-leaderboard__rank {
  background: #8d9aaa;
}

.mashaw-leaderboard__item:nth-child(3) .mashaw-leaderboard__rank {
  background: #c06a2c;
}

.mashaw-leaderboard__email {
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mashaw-leaderboard__score {
  justify-self: end;
  padding: 4px 7px;
  border-radius: 999px;
  background: #111;
  color: #22d6ff;
  font-size: 17px;
  font-weight: 900;
  text-shadow: 1px 1px 0 #ff3f85;
}

.mashaw-leaderboard__empty {
  padding: 18px 8px;
  color: #66727c;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.mashaw-pk {
  position: fixed;
  z-index: 820;
  top: 112px;
  left: 24px;
  display: none;
  width: 300px;
  box-sizing: border-box;
  padding: 14px;
  border: 3px solid #111;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 5px 6px 0 rgba(0, 0, 0, .28), 0 14px 26px rgba(0, 0, 0, .18);
  color: #111;
  font-size: 13px;
}

.mashaw-pk.is-visible {
  display: block;
}

.mashaw-pk__head,
.mashaw-pk__room,
.mashaw-pk__players div,
.mashaw-pk__actions,
.mashaw-pk__join {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mashaw-pk__head {
  justify-content: space-between;
  margin-bottom: 10px;
}

.mashaw-pk__head strong {
  font-size: 18px;
  font-weight: 900;
}

.mashaw-pk__status,
.mashaw-pk__players em {
  padding: 3px 8px;
  border-radius: 999px;
  background: #e8f6ff;
  color: #1074aa;
  font-style: normal;
  font-weight: 900;
}

.mashaw-pk__room {
  justify-content: space-between;
  padding: 8px 10px;
  border: 2px solid rgba(17, 17, 17, .14);
  border-radius: 12px;
  background: #f7fbff;
  font-weight: 900;
}

.mashaw-pk__room b {
  font-size: 22px;
  letter-spacing: 2px;
}

.mashaw-pk__players {
  display: grid;
  gap: 6px;
  min-height: 54px;
  margin: 10px 0;
}

.mashaw-pk__players div {
  justify-content: space-between;
}

.mashaw-pk__players span {
  min-width: 38px;
  font-weight: 900;
}

.mashaw-pk__players b {
  min-width: 54px;
  text-align: right;
}

.mashaw-pk__players p {
  margin: 6px 0;
  color: #5b6470;
  font-weight: 800;
}

.mashaw-pk__input {
  min-width: 0;
  flex: 1;
  height: 34px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 900;
  text-transform: uppercase;
}

.mashaw-pk button {
  height: 34px;
  padding: 0 12px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #149df2;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.mashaw-pk button:disabled {
  opacity: .48;
  cursor: not-allowed;
}

.mashaw-pk__actions {
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
}

.mashaw-pk__actions button {
  flex: 1 1 calc(50% - 6px);
}

.mashaw-pk__leave {
  background: #111 !important;
}

.mashaw-pk-overlay {
  position: fixed;
  z-index: 760;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.mashaw-pk-overlay.is-visible {
  display: flex;
}

.mashaw-pk-overlay__card {
  min-width: 180px;
  padding: 18px 24px;
  border: 3px solid #111;
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 5px 6px 0 rgba(0, 0, 0, .32);
  color: #111;
  text-align: center;
}

.mashaw-pk-overlay__card strong,
.mashaw-pk-overlay__card span {
  display: block;
  font-weight: 900;
}

.mashaw-pk-overlay__card strong {
  font-size: 20px;
}

.mashaw-pk-overlay__card span {
  margin-top: 6px;
  font-size: 42px;
  line-height: 1;
}

.mashaw-pk-overlay.is-countdown .mashaw-pk-overlay__card {
  background: linear-gradient(135deg, #ffffff, #e6ffbf);
}

.mashaw-pk-rematch {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .28);
  pointer-events: auto;
}

.mashaw-pk-rematch.is-visible {
  display: flex;
}

.mashaw-pk-rematch__card {
  width: min(360px, calc(100vw - 40px));
  box-sizing: border-box;
  padding: 24px;
  border: 3px solid #111;
  border-radius: 22px;
  background: #fff;
  box-shadow: 6px 8px 0 rgba(0, 0, 0, .32);
  color: #111;
  text-align: center;
}

.mashaw-pk-rematch__card strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
}

.mashaw-pk-rematch__card p {
  margin: 12px 0 18px;
  color: #27313a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.mashaw-pk-rematch__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.mashaw-pk-rematch__actions button {
  min-width: 108px;
  height: 42px;
  border: 3px solid #111;
  border-radius: 999px;
  background: #149df2;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.mashaw-pk-rematch__actions button:last-child {
  background: #111;
}

.mashaw-pk-rematch__actions button:disabled {
  opacity: .52;
  cursor: not-allowed;
}

.mashaw-pk-opponent {
  position: fixed;
  z-index: 755;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  gap: 6px;
  transform: translate3d(var(--pk-opponent-x, 20vw), var(--pk-opponent-y, 28vh), 0);
  transition: transform .9s cubic-bezier(.2, .8, .22, 1);
  pointer-events: none;
}

.mashaw-pk-opponent.is-visible {
  display: flex;
}

.mashaw-pk-opponent span {
  width: 24px;
  height: 24px;
  border: 2px solid #111;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 16%, transparent 17%),
    linear-gradient(135deg, #ff5a78, #ffd737 52%, #13b7ff);
  box-shadow: 2px 3px 0 rgba(0, 0, 0, .3);
}

.mashaw-pk-opponent b {
  padding: 2px 7px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.mashaw-skin-entry {
  position: fixed;
  z-index: 1200;
  top: 24px;
  right: 24px;
  display: none;
  height: 48px;
  padding: 0 22px;
  border: 3px solid #111;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4c72, #ffd338 45%, #12c8dd);
  box-shadow: 4px 5px 0 #111, 0 12px 24px rgba(0, 0, 0, .18);
  color: #111;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.mashaw-skin-entry.is-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mashaw-skin-entry:hover {
  transform: translateY(-1px);
}

.mashaw-skin-center {
  position: fixed;
  z-index: 2600;
  inset: 0;
  display: none;
  padding: 10px 34px 28px;
  overflow: auto;
  background: linear-gradient(135deg, #fff6fb, #f6f9ff);
  color: #21111e;
}

.mashaw-skin-center.is-visible {
  display: block;
}

.mashaw-skin-center__shell {
  max-width: 1540px;
  margin: 0 auto;
}

.mashaw-skin-center__header {
  display: grid;
  grid-template-columns: 64px minmax(180px, 1fr) 210px minmax(180px, 1fr);
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
}

.mashaw-skin-center__back {
  width: 50px;
  height: 50px;
  border: 3px solid #111;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 44px;
  font-weight: 900;
  line-height: 38px;
  cursor: pointer;
}

.mashaw-skin-center__header h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
}

.mashaw-skin-center__header img {
  width: 205px;
  justify-self: center;
  grid-column: 3;
}

.mashaw-skin-center__hero {
  overflow: hidden;
  border: 3px solid #111;
  border-radius: 24px;
  background: #ff6d4d;
}

.mashaw-skin-preview {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: var(--skin-gradient);
}

.mashaw-skin-preview__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mashaw-skin-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .08), transparent 42%, rgba(0, 0, 0, .04));
  content: "";
}

.mashaw-skin-preview__copy {
  position: relative;
  z-index: 1;
  width: 330px;
  display: block;
  align-self: center;
  margin: 34px;
  padding: 34px 32px;
  border-radius: 14px;
  background: rgba(92, 16, 19, .68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  color: #fff;
}

.mashaw-skin-preview__copy span {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  font-size: 14px;
  font-weight: 900;
}

.mashaw-skin-preview__copy h3 {
  margin: 18px 0 14px;
  font-size: 38px;
  font-weight: 900;
}

.mashaw-skin-preview__copy p,
.mashaw-skin-preview__copy small {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.mashaw-skin-preview__copy small {
  display: block;
  margin-top: 16px;
  font-weight: 900;
}

.mashaw-skin-preview__status {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 34px;
  padding: 15px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
  color: #0f8a54;
  font-size: 20px;
  font-weight: 900;
}

.mashaw-skin-panel {
  margin-top: 14px;
  padding: 18px;
  border: 2px solid rgba(17, 17, 17, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 30px rgba(21, 20, 36, .1);
}

.mashaw-skin-tabs {
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
  overflow-x: auto;
  white-space: nowrap;
}

.mashaw-skin-tabs span {
  min-width: 118px;
  padding: 11px 22px;
  border-radius: 999px;
  background: #f3f1f8;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06);
  color: #6b35c9;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.mashaw-skin-tabs span:first-child {
  background: linear-gradient(180deg, #b987ff, #804af1);
  color: #fff;
}

.mashaw-skin-center__meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
}

.mashaw-skin-center__meta span {
  padding: 10px 18px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
}

.mashaw-skin-code {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 118px minmax(120px, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
}

.mashaw-skin-code__input {
  height: 44px;
  box-sizing: border-box;
  padding: 0 16px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  outline: none;
}

.mashaw-skin-code__button {
  height: 44px;
  border: 2px solid #111;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4c72, #ffd338 52%, #12c8dd);
  box-shadow: 3px 4px 0 #111;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.mashaw-skin-code__button:disabled {
  opacity: .62;
  cursor: not-allowed;
}

.mashaw-skin-code__error {
  margin: 0;
  color: #d82738;
  font-size: 14px;
  font-weight: 900;
}

.mashaw-skin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(206px, 1fr));
  gap: 18px;
  overflow: visible;
  padding: 4px 4px 10px;
}

.mashaw-skin-card {
  position: relative;
  width: 100%;
  padding: 10px 10px 52px;
  overflow: visible;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, .14), 0 10px 20px rgba(0, 0, 0, .12);
  color: #111;
  text-align: left;
  cursor: pointer;
}

.mashaw-skin-card.is-selected {
  box-shadow: 0 0 0 4px #ff3f85, 0 0 0 7px rgba(255, 63, 133, .28), 0 14px 28px rgba(255, 63, 133, .2);
}

.mashaw-skin-card.is-locked {
  filter: saturate(.78);
}

.mashaw-skin-card__art {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border-radius: 14px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  box-shadow: inset 0 0 0 2px rgba(17, 17, 17, .2);
}

.mashaw-skin-card__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
}

.mashaw-skin-card__name {
  display: block;
  padding: 10px 4px 0;
  overflow: hidden;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mashaw-skin-card__tag {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, .8);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.mashaw-skin-card__state {
  position: absolute;
  right: 16px;
  bottom: 10px;
  left: 16px;
  display: flex;
  justify-content: center;
  margin-left: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(229, 255, 241, .96);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
  color: #138b55;
  font-size: 14px;
  font-weight: 900;
}

.mashaw-skin-card.is-locked .mashaw-skin-card__state {
  background: rgba(255, 255, 255, .94);
  color: #5b6470;
}

.mashaw-skin-equip {
  display: block;
  min-width: 320px;
  height: 66px;
  margin: -2px auto 0;
  border: 2px solid #d38700;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff176, #ffc42b 62%, #ff9a18);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .82), 0 4px 0 #e18400, 0 12px 24px rgba(255, 153, 0, .28);
  color: #5a2700;
  font-size: 30px;
  font-weight: 900;
  cursor: pointer;
}

.mashaw-skin-equip:disabled {
  background: #d9dde2;
  color: #66727c;
  cursor: not-allowed;
}

.mashaw-home-button,
.mashaw-pk-restart-button {
  display: inline-block;
  margin-top: .5em;
  margin-left: .8em;
  vertical-align: middle;
}

.mashaw-home-button .button__text,
.mashaw-pk-restart-button .button__text {
  min-width: 4em;
  padding-right: 2em;
  padding-left: 2em;
}

.result__stats .button--restart,
.result__stats .mashaw-pk-restart-button,
.result__stats .mashaw-home-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.result__stats .mashaw-pk-restart-button,
.result__stats .mashaw-home-button {
  margin-top: .5em !important;
  margin-left: .8em !important;
}

@media (max-width: 767px) {
  .mashaw-skin-entry {
    top: 12px;
    right: 12px;
    height: 42px;
    padding: 0 16px;
    font-size: 15px;
  }

  .mashaw-account {
    right: auto;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 50%;
    width: min(92vw, 360px);
    padding: 9px 10px 10px;
    border-width: 2px;
    border-radius: 18px;
    box-shadow: 4px 5px 0 #111, 0 10px 22px rgba(0, 0, 0, .18);
    transform: translateX(-50%);
  }

  .mashaw-account.is-visible {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    align-items: center;
    gap: 8px;
  }

  .mashaw-account::before {
    height: 5px;
  }

  .mashaw-account__email {
    display: none;
  }

  .mashaw-account__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
  }

  .mashaw-account__stat {
    padding: 7px 4px 6px;
    border-width: 1px;
    border-radius: 12px;
  }

  .mashaw-account__value {
    font-size: 18px;
  }

  .mashaw-account__label {
    margin-top: 3px;
    font-size: 10px;
  }

  .mashaw-account__button {
    height: 34px;
    font-size: 12px;
  }

  .mashaw-leaderboard.is-visible {
    display: none;
  }

  .mashaw-pk {
    top: 88px;
    left: 10px;
    width: min(330px, calc(100vw - 20px));
    padding: 10px;
    border-width: 2px;
    border-radius: 16px;
    font-size: 12px;
  }

  .mashaw-pk__head strong {
    font-size: 16px;
  }

  .mashaw-pk__room b {
    font-size: 18px;
  }

  .mashaw-pk button,
  .mashaw-pk__input {
    height: 32px;
  }

  .mashaw-pk-overlay__card {
    min-width: 150px;
    padding: 14px 18px;
  }

  .mashaw-pk-overlay__card strong {
    font-size: 17px;
  }

  .mashaw-pk-overlay__card span {
    font-size: 34px;
  }

  .mashaw-score-toast {
    bottom: 88px;
    max-width: calc(100vw - 28px);
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
  }

  .mashaw-skin-center {
    padding: 8px 12px 18px;
  }

  .mashaw-skin-center__header {
    grid-template-columns: 46px 1fr 116px;
  }

  .mashaw-skin-center__back {
    width: 42px;
    height: 42px;
    font-size: 36px;
  }

  .mashaw-skin-center__header h2 {
    font-size: 24px;
  }

  .mashaw-skin-center__header img {
    width: 116px;
    grid-column: 3;
  }

  .mashaw-skin-preview {
    min-height: 230px;
  }

  .mashaw-skin-preview__copy {
    margin: 18px;
    width: auto;
  }

  .mashaw-skin-preview__status {
    right: 18px;
    bottom: 16px;
    padding: 10px 16px;
    font-size: 15px;
  }

  .mashaw-skin-center__meta {
    flex-direction: column;
    font-size: 15px;
  }

  .mashaw-skin-code {
    grid-template-columns: 1fr;
  }

  .mashaw-skin-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    padding: 8px;
  }

  .mashaw-skin-card {
    padding: 8px 8px 44px;
  }

  .mashaw-skin-card__name {
    font-size: 18px;
  }

  .mashaw-skin-equip {
    min-width: 240px;
    height: 56px;
    font-size: 22px;
  }

  .mashaw-home-button,
  .mashaw-pk-restart-button {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }

  .result__stats .button--restart,
  .result__stats .mashaw-pk-restart-button,
  .result__stats .mashaw-home-button {
    display: table !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mashaw-mobile-tools {
    position: fixed;
    z-index: 930;
    top: calc(92px + env(safe-area-inset-top));
    left: calc(14px + env(safe-area-inset-left));
    display: none;
    pointer-events: none;
  }

  .mashaw-mobile-tools.is-visible {
    display: block;
  }

  .mashaw-mobile-tools__toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 3px solid #111;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff, #e8f6ff);
    box-shadow: 4px 5px 0 #111, 0 12px 24px rgba(0, 0, 0, .18);
    color: #111;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    pointer-events: auto;
    cursor: pointer;
  }

  .mashaw-mobile-tools__toggle span {
    transform: translateY(-2px);
  }

  .mashaw-mobile-tools__backdrop {
    position: fixed;
    z-index: 0;
    inset: 0;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 0;
    pointer-events: none;
  }

  .mashaw-mobile-tools.is-open .mashaw-mobile-tools__backdrop {
    pointer-events: auto;
  }

  .mashaw-mobile-tools.is-open .mashaw-mobile-tools__toggle {
    background: linear-gradient(135deg, #ff4c72, #ffd338 52%, #12c8dd);
  }

  .mashaw-mobile-tools__drawer {
    position: fixed;
    z-index: 1;
    top: calc(72px + env(safe-area-inset-top));
    left: calc(10px + env(safe-area-inset-left));
    display: block;
    width: min(86vw, 340px);
    max-height: calc(100vh - 96px - env(safe-area-inset-bottom));
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    border: 3px solid #111;
    border-radius: 22px;
    background:
      radial-gradient(circle at 92% 8%, rgba(0, 183, 240, .18), transparent 34%),
      radial-gradient(circle at 0 100%, rgba(255, 63, 133, .16), transparent 36%),
      linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 250, 255, .95));
    box-shadow: 6px 7px 0 #111, 0 18px 36px rgba(0, 0, 0, .22);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-14px) scale(.96);
    transform-origin: top left;
    transition: opacity .16s ease, transform .16s ease;
  }

  .mashaw-mobile-tools.is-open .mashaw-mobile-tools__drawer {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
  }

  .mashaw-mobile-tools__drawer .mashaw-account,
  .mashaw-mobile-tools__drawer .mashaw-leaderboard,
  .mashaw-mobile-tools__drawer .mashaw-pk {
    position: relative;
    z-index: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 0 0 12px;
    transform: none;
    box-shadow: 3px 4px 0 #111, 0 10px 22px rgba(0, 0, 0, .14);
  }

  .mashaw-mobile-tools__drawer .mashaw-account.is-visible,
  .mashaw-mobile-tools__drawer .mashaw-leaderboard.is-visible,
  .mashaw-mobile-tools__drawer .mashaw-pk.is-visible {
    display: block;
  }

  .mashaw-mobile-tools__drawer .mashaw-account__email {
    display: inline-flex;
  }

  .mashaw-mobile-tools__drawer .mashaw-account__stats {
    gap: 7px;
    margin: 12px 0 10px;
  }

  .mashaw-mobile-tools__drawer .mashaw-account__button {
    height: 36px;
  }

  .mashaw-mobile-tools__drawer .mashaw-leaderboard__list {
    max-height: 220px;
    overflow: auto;
    padding-right: 2px;
  }

  .mashaw-mobile-tools__drawer .mashaw-leaderboard::before {
    right: -44px;
  }
}

@media (max-width: 420px) {
  .mashaw-account {
    width: calc(100vw - 20px);
  }

  .mashaw-account.is-visible {
    grid-template-columns: minmax(0, 1fr) 76px;
  }

  .mashaw-account__value {
    font-size: 16px;
  }

  .mashaw-account__button {
    height: 32px;
    font-size: 11px;
  }
}


.mashaw-spring-scene {
  position: fixed;
  inset: 0;
  z-index: 35;
  display: none;
  overflow: hidden;
  pointer-events: none;
}

.mashaw-spring-scene.is-visible {
  display: block;
}

.spring-petal,
.spring-leaf,
.spring-flower,
.spring-cluster {
  position: absolute;
  pointer-events: none;
}

.spring-petal {
  width: 18px;
  height: 9px;
  border-radius: 999px 999px 999px 2px;
  background: linear-gradient(135deg, rgba(255, 255, 244, .96), rgba(255, 230, 104, .78));
  box-shadow: 0 1px 0 rgba(255, 255, 255, .82), 0 4px 10px rgba(61, 105, 15, .18);
  opacity: .86;
  transform: rotate(var(--r, -24deg));
  animation: mashaw-petal-drift var(--d, 8s) linear infinite;
  animation-delay: var(--delay, 0s);
}

.spring-leaf {
  width: 34px;
  height: 15px;
  border: 2px solid rgba(28, 99, 20, .72);
  border-radius: 90% 8% 90% 8%;
  background: linear-gradient(135deg, #f3ff71 4%, #8fe62d 45%, #2e9f23 100%);
  box-shadow: inset 4px 0 0 rgba(255, 255, 255, .28), 0 5px 12px rgba(27, 82, 13, .18);
  opacity: .92;
  transform: rotate(var(--r, -18deg));
  animation: mashaw-leaf-float var(--d, 9s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.spring-leaf::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: rgba(30, 100, 18, .48);
  transform: rotate(-12deg);
}

.spring-flower {
  width: 42px;
  height: 42px;
  opacity: .94;
  filter: drop-shadow(0 6px 8px rgba(45, 90, 15, .16));
}

.spring-flower::before,
.spring-flower::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffd84d 0 18%, transparent 20%),
    radial-gradient(ellipse at 50% 3%, #fff8e7 0 23%, transparent 25%),
    radial-gradient(ellipse at 97% 50%, #fff8e7 0 23%, transparent 25%),
    radial-gradient(ellipse at 50% 97%, #fff8e7 0 23%, transparent 25%),
    radial-gradient(ellipse at 3% 50%, #fff8e7 0 23%, transparent 25%);
  border: 1px solid rgba(58, 116, 25, .22);
}

.spring-flower::after {
  transform: rotate(45deg);
  opacity: .84;
}

.spring-cluster {
  width: 168px;
  height: 120px;
  opacity: .98;
}

.spring-cluster::before,
.spring-cluster::after,
.spring-cluster i {
  content: "";
  position: absolute;
  display: block;
}

.spring-cluster::before {
  left: 6px;
  bottom: 0;
  width: 118px;
  height: 68px;
  border-radius: 100% 0 100% 8%;
  background: linear-gradient(135deg, #efff67, #55c83e 56%, #168b36);
  border: 2px solid rgba(22, 86, 22, .72);
  transform: rotate(-20deg);
  box-shadow: inset 14px 3px 0 rgba(255,255,255,.18);
}

.spring-cluster::after {
  right: 8px;
  bottom: 8px;
  width: 90px;
  height: 50px;
  border-radius: 0 100% 8% 100%;
  background: linear-gradient(135deg, #dfff55, #47bf36 60%, #0d7434);
  border: 2px solid rgba(22, 86, 22, .7);
  transform: rotate(24deg);
}

.spring-cluster i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffd449 0 18%, transparent 20%),
    radial-gradient(ellipse at 50% 2%, #fffdf0 0 24%, transparent 26%),
    radial-gradient(ellipse at 98% 50%, #fffdf0 0 24%, transparent 26%),
    radial-gradient(ellipse at 50% 98%, #fffdf0 0 24%, transparent 26%),
    radial-gradient(ellipse at 2% 50%, #fffdf0 0 24%, transparent 26%);
  filter: drop-shadow(0 3px 5px rgba(0,0,0,.12));
}

.spring-cluster i:nth-child(1) { left: 52px; bottom: 52px; }
.spring-cluster i:nth-child(2) { left: 92px; bottom: 30px; transform: scale(.78) rotate(18deg); }
.spring-cluster i:nth-child(3) { left: 26px; bottom: 24px; transform: scale(.68) rotate(-12deg); }

.spring-cluster--left { left: 30px; bottom: 28px; transform: rotate(-7deg); }
.spring-cluster--right { right: 34px; bottom: 30px; transform: scaleX(-1) rotate(-5deg); }
.spring-cluster--top { right: 130px; top: 118px; transform: scale(.72) rotate(9deg); opacity: .84; }

.spring-petal--1 { left: 15%; top: 18%; --d: 8.5s; --delay: -1s; --r: -18deg; }
.spring-petal--2 { left: 30%; top: 10%; --d: 9.2s; --delay: -4s; --r: 22deg; }
.spring-petal--3 { left: 48%; top: 20%; --d: 7.8s; --delay: -2.5s; --r: -38deg; }
.spring-petal--4 { left: 67%; top: 14%; --d: 9.6s; --delay: -5.1s; --r: 18deg; }
.spring-petal--5 { left: 82%; top: 24%; --d: 8.8s; --delay: -3.5s; --r: -16deg; }
.spring-petal--6 { left: 24%; top: 44%; --d: 10s; --delay: -6s; --r: 31deg; }
.spring-petal--7 { left: 58%; top: 42%; --d: 8.4s; --delay: -1.8s; --r: -22deg; }
.spring-petal--8 { left: 76%; top: 51%; --d: 9s; --delay: -7s; --r: 35deg; }
.spring-petal--9 { left: 11%; top: 70%; --d: 7.5s; --delay: -3s; --r: -29deg; }
.spring-petal--10 { left: 69%; top: 74%; --d: 8.3s; --delay: -4.5s; --r: 12deg; }
.spring-petal--11 { left: 92%; top: 66%; --d: 9.5s; --delay: -2s; --r: -34deg; }
.spring-petal--12 { left: 39%; top: 63%; --d: 8.7s; --delay: -6.4s; --r: 21deg; }
.spring-petal--13 { left: 50%; top: 9%; --d: 11s; --delay: -5s; --r: 42deg; }
.spring-petal--14 { left: 6%; top: 35%; --d: 8.2s; --delay: -4s; --r: -9deg; }
.spring-petal--15 { left: 88%; top: 37%; --d: 10.4s; --delay: -8s; --r: 26deg; }
.spring-petal--16 { left: 34%; top: 81%; --d: 9.1s; --delay: -2.2s; --r: -21deg; }
.spring-petal--17 { left: 53%; top: 87%; --d: 8.9s; --delay: -7.2s; --r: 16deg; }
.spring-petal--18 { left: 63%; top: 7%; --d: 10.8s; --delay: -9s; --r: -44deg; }

.spring-leaf--1 { left: 7%; top: 25%; --d: 8.4s; --delay: -1.7s; --r: 21deg; }
.spring-leaf--2 { left: 18%; top: 55%; --d: 9s; --delay: -5.3s; --r: -30deg; }
.spring-leaf--3 { left: 34%; top: 27%; --d: 10s; --delay: -2s; --r: 18deg; }
.spring-leaf--4 { left: 45%; top: 72%; --d: 8s; --delay: -7s; --r: -12deg; }
.spring-leaf--5 { left: 62%; top: 24%; --d: 9.8s; --delay: -4.4s; --r: 35deg; }
.spring-leaf--6 { left: 75%; top: 61%; --d: 8.7s; --delay: -2.8s; --r: -22deg; }
.spring-leaf--7 { left: 88%; top: 45%; --d: 9.4s; --delay: -6.2s; --r: 16deg; }
.spring-leaf--8 { left: 28%; top: 84%; --d: 8.6s; --delay: -3.5s; --r: 42deg; }
.spring-leaf--9 { left: 55%; top: 14%; --d: 10.2s; --delay: -8s; --r: -26deg; }
.spring-leaf--10 { left: 83%; top: 18%; --d: 9.1s; --delay: -1.4s; --r: 30deg; }
.spring-leaf--11 { left: 14%; top: 77%; --d: 9.7s; --delay: -7.5s; --r: -17deg; }
.spring-leaf--12 { left: 94%; top: 78%; --d: 8.9s; --delay: -4.9s; --r: 24deg; }

.spring-flower--1 { left: 9%; top: 62%; transform: scale(.82); }
.spring-flower--2 { left: 20%; top: 31%; transform: scale(.62) rotate(12deg); }
.spring-flower--3 { left: 37%; top: 49%; transform: scale(.52); }
.spring-flower--4 { left: 61%; top: 34%; transform: scale(.58) rotate(-10deg); }
.spring-flower--5 { left: 78%; top: 27%; transform: scale(.68); }
.spring-flower--6 { left: 86%; top: 72%; transform: scale(.76) rotate(18deg); }
.spring-flower--7 { left: 52%; top: 78%; transform: scale(.54); }
.spring-flower--8 { left: 30%; top: 73%; transform: scale(.62) rotate(-24deg); }
.spring-flower--9 { left: 5%; top: 45%; transform: scale(.55); }
.spring-flower--10 { left: 69%; top: 58%; transform: scale(.50) rotate(26deg); }

@keyframes mashaw-petal-drift {
  0% { margin-top: -18px; margin-left: 0; opacity: 0; transform: translate3d(0, -22px, 0) rotate(var(--r)); }
  12% { opacity: .86; }
  55% { transform: translate3d(34px, 52px, 0) rotate(calc(var(--r) + 76deg)); }
  100% { margin-top: 86px; margin-left: -42px; opacity: 0; transform: translate3d(-28px, 116px, 0) rotate(calc(var(--r) + 170deg)); }
}

@keyframes mashaw-leaf-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(var(--r)); }
  50% { transform: translate3d(14px, -18px, 0) rotate(calc(var(--r) + 14deg)); }
}

@media (max-width: 767px) {
  .spring-cluster { width: 118px; height: 86px; }
  .spring-cluster--left { left: 8px; bottom: 92px; transform: scale(.72) rotate(-8deg); }
  .spring-cluster--right { right: 8px; bottom: 92px; transform: scaleX(-1) scale(.72) rotate(-5deg); }
  .spring-cluster--top { display: none; }
  .spring-flower { width: 30px; height: 30px; }
  .spring-leaf { width: 26px; height: 12px; }
  .spring-petal { width: 14px; height: 7px; }
}


/* Integrated forest spring pass: subtle environmental texture, not a sticker layer. */
.mashaw-spring-scene {
  z-index: 28;
  opacity: .54;
  mix-blend-mode: soft-light;
  filter: saturate(.9) contrast(.96);
}

.mashaw-spring-scene::before {
  content: "";
  position: absolute;
  inset: -12%;
  opacity: .58;
  background-image:
    radial-gradient(circle at 18px 20px, rgba(255, 244, 156, .62) 0 2px, transparent 3px),
    radial-gradient(circle at 22px 20px, rgba(255, 255, 235, .62) 0 1.8px, transparent 2.8px),
    radial-gradient(ellipse at 82px 46px, rgba(52, 126, 25, .50) 0 9px, transparent 10px),
    radial-gradient(ellipse at 88px 47px, rgba(204, 250, 78, .30) 0 3px, transparent 4px),
    radial-gradient(circle at 150px 82px, rgba(255, 250, 190, .46) 0 2px, transparent 3px),
    radial-gradient(ellipse at 184px 118px, rgba(48, 112, 20, .42) 0 8px, transparent 9px);
  background-size: 260px 178px;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  transform: rotate(-7deg) skewY(-5deg) scale(1.16);
  transform-origin: center;
  pointer-events: none;
}

.spring-cluster,
.spring-cluster--left,
.spring-cluster--right,
.spring-cluster--top {
  display: none !important;
}

.spring-petal {
  width: 11px !important;
  height: 5px !important;
  opacity: .22 !important;
  background: rgba(236, 255, 142, .55) !important;
  box-shadow: none !important;
  filter: blur(.35px);
  mix-blend-mode: screen;
}

.spring-leaf {
  width: 20px !important;
  height: 8px !important;
  border: 1px solid rgba(41, 97, 18, .36) !important;
  background: linear-gradient(135deg, rgba(194, 243, 62, .44), rgba(39, 120, 30, .58)) !important;
  box-shadow: none !important;
  opacity: .36 !important;
  filter: blur(.15px);
  mix-blend-mode: multiply;
}

.spring-leaf::after {
  height: 1px !important;
  background: rgba(24, 85, 19, .28) !important;
}

.spring-flower {
  width: 20px !important;
  height: 20px !important;
  opacity: .42 !important;
  filter: blur(.12px) !important;
  mix-blend-mode: screen;
}

.spring-flower::before,
.spring-flower::after {
  inset: 4px !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 208, 62, .78) 0 18%, transparent 21%),
    radial-gradient(ellipse at 50% 3%, rgba(255, 255, 228, .74) 0 23%, transparent 26%),
    radial-gradient(ellipse at 97% 50%, rgba(255, 255, 228, .74) 0 23%, transparent 26%),
    radial-gradient(ellipse at 50% 97%, rgba(255, 255, 228, .74) 0 23%, transparent 26%),
    radial-gradient(ellipse at 3% 50%, rgba(255, 255, 228, .74) 0 23%, transparent 26%) !important;
}


/* Forest spring uses one blended canvas so particles and ground decor read as one background pass. */
.mashaw-spring-scene,
.mashaw-spring-scene.is-visible {
  display: none !important;
}

.mashaw-spring-canvas {
  position: fixed;
  inset: 0;
  z-index: 29;
  display: none;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: transparent;
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
}

.mashaw-spring-canvas.is-visible {
  display: none !important;
}

@media (max-width: 767px) {
  .mashaw-spring-canvas {
    opacity: .9;
  }
}
