.mobile-full-game-card {
  margin: 18px 0 8px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, .13);
  border-radius: 26px;
  background: #fff;
  color: #0b0d12;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
}

.mobile-full-game-card > header { display: flex; gap: 13px; align-items: center; }
.mobile-full-game-icon,
.mobile-full-game-status-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 15px;
  background: #0b0d12;
  color: #fff;
}
.mobile-full-game-card small,
.mobile-full-game-card label > span {
  display: block;
  color: #667085;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mobile-full-game-card h3 { margin: 3px 0 0; font-size: 24px; line-height: 1; }
.mobile-full-game-card > p { margin: 16px 0 18px; color: #4b5563; font-size: 14px; line-height: 1.45; }
.mobile-full-game-file { display: block; cursor: pointer; }
.mobile-full-game-file input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.mobile-full-game-card .mobile-full-game-file > span {
  display: grid;
  min-height: 128px;
  padding: 18px;
  place-items: center;
  align-content: center;
  gap: 6px;
  border: 1.5px dashed #98a2b3;
  border-radius: 20px;
  background: #f8fafc;
  text-align: center;
}
.mobile-full-game-file i { font-size: 25px; }
.mobile-full-game-file b { font-size: 15px; }
.mobile-full-game-file em { max-width: 100%; color: #667085; font-size: 12px; font-style: normal; overflow-wrap: anywhere; }
.mobile-full-game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.mobile-full-game-grid label { min-width: 0; }
.mobile-full-game-grid .is-wide { grid-column: 1 / -1; }
.mobile-full-game-grid input,
.mobile-full-game-grid textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 13px;
  border: 1px solid #d0d5dd;
  border-radius: 13px;
  background: #fff !important;
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
  font: 700 14px/1.25 Inter, system-ui, sans-serif;
  box-sizing: border-box;
}
.light-theme .mobile-full-game-card .mobile-full-game-grid input,
.light-theme .mobile-full-game-card .mobile-full-game-grid textarea,
html[data-theme="light"] .mobile-full-game-card .mobile-full-game-grid input,
html[data-theme="light"] .mobile-full-game-card .mobile-full-game-grid textarea,
body[data-theme="light"] .mobile-full-game-card .mobile-full-game-grid input,
body[data-theme="light"] .mobile-full-game-card .mobile-full-game-grid textarea {
  background: #fff !important;
  background-color: #fff !important;
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
}
.mobile-full-game-grid textarea { min-height: 82px; resize: vertical; }
.mobile-full-game-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 15px;
  border: 0;
  border-radius: 999px;
  background: #0b0d12;
  color: #fff;
  font-weight: 900;
}
.mobile-full-game-submit:disabled { opacity: .55; }
.mobile-full-game-error { min-height: 18px; margin: 10px 2px 0 !important; color: #b42318 !important; font-size: 12px !important; font-weight: 800; }
.mobile-full-game-progress { display: grid; justify-items: start; }
.mobile-full-game-progress h3 { margin-top: 15px; }
.mobile-full-game-progress p { margin: 8px 0 18px; color: #475467; font-size: 14px; line-height: 1.45; }
.mobile-full-game-progress > div {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4e7ec;
}
.mobile-full-game-progress > div i { display: block; height: 100%; border-radius: inherit; background: #0b0d12; transition: width .3s ease; }
.mobile-full-game-progress > em { margin-top: 7px; color: #667085; font-size: 11px; font-style: normal; font-weight: 900; }

.mobile-full-game-result { margin: 16px 0; padding: 21px; border-radius: 24px; background: #0b0d12; color: #fff; }
.mobile-full-game-result > small { color: #9ca3af; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mobile-full-game-result h3 { margin: 6px 0 8px; font-size: 24px; line-height: 1.05; }
.mobile-full-game-result p { color: #e5e7eb; font-size: 13px; line-height: 1.5; }
.mobile-full-game-result section { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.14); }
.mobile-full-game-result section strong { display: block; margin-bottom: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.mobile-full-game-result ul { margin: 0; padding-left: 18px; color: #e5e7eb; font-size: 13px; line-height: 1.45; }
.mobile-full-game-result a { color: #fff; text-decoration: underline; }

@media (max-width: 360px) {
  .mobile-full-game-card { padding: 18px; }
  .mobile-full-game-grid { grid-template-columns: 1fr; }
  .mobile-full-game-grid .is-wide { grid-column: auto; }
}
