:root {
  --sky: #8ed0ee;
  --sky-deep: #5caed9;
  --leaf: #2f7d3d;
  --leaf-dark: #1f5d31;
  --dirt: #7b4b2c;
  --coal: #272b2f;
  --paper: #fff2cf;
  --text: #1f211c;
  --muted: #5d584d;
  --brass: #d19a35;
  --copper: #bd6f3d;
  --button: #3b7b48;
  --button-dark: #245230;
  --danger: #b8362f;
  --panel-action-height: 74px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(var(--sky), var(--sky-deep) 58%, #2d7d36 58%);
}

.world,
.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  padding: 18px 18px 118px;
}

.sky {
  position: absolute;
  inset: 0 0 106px;
  overflow: hidden;
}

.sun,
.cloud,
.cloud::before,
.cloud::after,
.tree,
.contraption,
.block,
.airship,
.gear {
  image-rendering: pixelated;
}

.sun {
  position: absolute;
  top: 22px;
  right: 9vw;
  width: 76px;
  aspect-ratio: 1;
  background: #f6c446;
  box-shadow: 0 0 0 9px rgba(246, 196, 70, .18), 0 0 38px rgba(246, 196, 70, .55);
}

.cloud {
  position: absolute;
  width: 150px;
  height: 40px;
  background: #f4fbff;
  box-shadow: 26px 0 #f4fbff, 60px 0 #f4fbff, 86px 0 #e3f4fb;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  background: #f4fbff;
}

.cloud::before {
  width: 48px;
  height: 40px;
  left: 34px;
  top: -24px;
}

.cloud::after {
  width: 44px;
  height: 34px;
  left: 88px;
  top: -16px;
}

.cloud-one {
  left: 8vw;
  top: 54px;
}

.cloud-two {
  right: 24vw;
  top: 112px;
  transform: scale(.7);
  opacity: .92;
}

.airship {
  position: absolute;
  left: 7vw;
  top: 146px;
  width: 220px;
  height: 100px;
  animation: float 5s ease-in-out infinite;
}

.balloon {
  position: absolute;
  left: 0;
  top: 0;
  width: 196px;
  height: 58px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 0 18%, transparent 18% 28%, rgba(0,0,0,.08) 28% 38%, transparent 38%),
    #cf7b43;
  border: 6px solid #6d3c25;
}

.gondola {
  position: absolute;
  left: 58px;
  top: 70px;
  width: 90px;
  height: 24px;
  background: #6b4628;
  border: 5px solid #2b2119;
}

.gondola::before,
.gondola::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 5px;
  height: 20px;
  background: #2b2119;
}

.gondola::before {
  left: 15px;
}

.gondola::after {
  right: 15px;
}

.propeller {
  position: absolute;
  right: 6px;
  top: 62px;
  width: 38px;
  aspect-ratio: 1;
  border: 7px solid #2b2119;
  background: #d8a244;
  animation: spin .75s steps(8) infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(850px, 100%);
  text-align: center;
}

.tag,
.panel-label,
h1 {
  font-family: "Press Start 2P", Inter, sans-serif;
}

.tag {
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 10px;
  color: #2d2418;
  font-size: clamp(9px, 1.45vw, 12px);
  line-height: 1.55;
  background: rgba(255, 242, 207, .94);
  border: 4px solid #5b3a21;
  box-shadow: 0 5px 0 rgba(57, 40, 24, .34);
}

h1 {
  margin: 0 auto;
  max-width: 820px;
  color: #fff0bf;
  font-size: clamp(34px, 7vw, 78px);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 5px 5px 0 #5b3a21, 9px 9px 0 rgba(0, 0, 0, .18);
}

.lead {
  max-width: 700px;
  margin: 12px auto 0;
  color: #142818;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.4;
  font-weight: 800;
}

.server-panel {
  width: min(740px, 100%);
  margin: 16px auto 0;
  padding: 14px;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(189,111,61,.12) 25%, transparent 25%) 0 0 / 28px 28px,
    var(--paper);
  border: 5px solid #2b2119;
  box-shadow: 0 8px 0 #2b2119, 0 18px 32px rgba(0, 0, 0, .22);
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.panel-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.apply-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  background: #bd6f3d;
  border: 3px solid #5b321d;
}

.panel-label {
  color: #5b3a21;
  font-size: 11px;
  line-height: 1.5;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border: 3px solid #2b2119;
  background: #69645b;
}

.status-badge::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(255,255,255,.14);
}

.status-badge.online {
  background: #2f8a42;
}

.status-badge.offline {
  background: var(--danger);
}

.status-badge.loading {
  background: #7a6f61;
}

.copy-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 84px 84px;
  gap: 8px;
  align-items: stretch;
}

code {
  display: flex;
  grid-column: 1 / 3;
  align-items: center;
  min-width: 0;
  min-height: var(--panel-action-height);
  padding: 13px;
  overflow-wrap: anywhere;
  color: #f2f5f1;
  font-size: clamp(16px, 2.6vw, 24px);
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08) 25%, transparent 25%) 0 0 / 18px 18px,
    var(--coal);
  border: 4px solid #16191c;
}

button {
  min-width: 160px;
  padding: 0 16px;
  color: white;
  font: 900 15px/1 Inter, sans-serif;
  cursor: pointer;
  background: var(--button);
  border: 4px solid #15391b;
  box-shadow: 0 5px 0 var(--button-dark);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.copy-row button {
  grid-column: 3 / 5;
  width: 100%;
  min-width: 0;
  min-height: var(--panel-action-height);
}

button:hover {
  background: #459052;
}

button:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 var(--button-dark);
}

.button-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: -2px;
  background: linear-gradient(90deg, #ddd 0 34%, #8b5a2b 34% 64%, #ddd 64%);
  border: 2px solid rgba(0, 0, 0, .35);
}

.status {
  min-height: 18px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.live-status {
  display: grid;
  grid-template-columns: 1fr 1.2fr 84px 84px;
  gap: 8px;
  margin-top: 10px;
}

.status-item {
  min-height: var(--panel-action-height);
  padding: 9px 10px;
  background: rgba(255,255,255,.56);
  border: 3px solid #5b3a21;
}

.status-item span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.status-item strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.15;
}

.players-card {
  background:
    linear-gradient(90deg, rgba(209,154,53,.22), rgba(255,255,255,.62)),
    rgba(255,255,255,.56);
}

.players-card strong {
  color: #4f341f;
  font-size: clamp(21px, 2.8vw, 29px);
}

.player-meter {
  height: 8px;
  margin-top: 8px;
  overflow: hidden;
  background: rgba(43, 33, 25, .22);
  border: 2px solid #5b3a21;
}

.player-meter i {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #3b7b48, #d19a35);
  transition: width .35s ease;
}

.refresh-button {
  min-width: 128px;
  min-height: 66px;
  background: var(--copper);
  border-color: #5b321d;
  box-shadow: 0 5px 0 #7a4326;
}

.refresh-button:hover {
  background: #d07b45;
}

.discord-button,
.modpack-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  min-width: 84px;
  min-height: var(--panel-action-height);
  padding: 0 16px;
  color: #fff;
  font: 900 15px/1 Inter, sans-serif;
  text-align: center;
  text-decoration: none;
}

.discord-button {
  background: #5865f2;
  border: 4px solid #2f367f;
  box-shadow: 0 5px 0 #343b91;
}

.discord-button:hover {
  background: #6772f4;
}

.modpack-button {
  background: #161616;
  border: 4px solid #050505;
  box-shadow: 0 5px 0 #3a3a3a;
}

.modpack-button:hover {
  background: #242424;
}

.discord-icon {
  width: 46px;
  height: 46px;
  fill: currentColor;
}

.curseforge-icon {
  width: 50px;
  height: 50px;
  fill: #fff;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, .35));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.status-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(740px, 100%);
  margin: 16px auto 0;
  text-align: left;
}

.detail-card {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  padding: 10px;
  background: #f8f3dc;
  border: 4px solid #25311f;
  box-shadow: 0 5px 0 #25311f;
}

.detail-card h2 {
  margin: 0 0 4px;
  font-size: 16px;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.block {
  display: block;
  width: 30px;
  aspect-ratio: 1;
  border: 4px solid rgba(0, 0, 0, .32);
}

.brass {
  background: linear-gradient(135deg, #e6bd58, #9b662a 62%, #4a3420 62%);
}

.air {
  background: linear-gradient(135deg, #dff8ff, #80c7e9 58%, #bd6f3d 58%);
}

.redstone {
  background: linear-gradient(135deg, #ff5145, #9f1b18 55%, #6b6f75 55%);
}

.ground {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background:
    linear-gradient(#50ad41 0 26px, transparent 26px),
    linear-gradient(90deg, rgba(255,255,255,.08) 25%, transparent 25%) 0 26px / 42px 42px,
    var(--dirt);
  border-top: 8px solid #2e7f31;
}

.tree {
  position: absolute;
  bottom: 18px;
  width: 38px;
  height: 76px;
  background: #71451f;
}

.tree::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -64px;
  width: 122px;
  height: 78px;
  background:
    linear-gradient(90deg, transparent 0 18px, var(--leaf) 18px 104px, transparent 104px),
    linear-gradient(var(--leaf-dark), var(--leaf-dark));
  box-shadow: 0 24px 0 var(--leaf);
}

.tree-left {
  left: 9vw;
}

.tree-right {
  right: 12vw;
  transform: scale(.82);
}

.contraption {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 190px;
  height: 92px;
  transform: translateX(-50%);
}

.large-gear,
.small-gear,
.gear {
  position: absolute;
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, transparent 0 36%, #5b3a21 36% 64%, transparent 64%),
    linear-gradient(0deg, transparent 0 36%, #5b3a21 36% 64%, transparent 64%),
    var(--brass);
  border: 7px solid #5b3a21;
  animation: spin 3.6s linear infinite;
}

.large-gear {
  left: 10px;
  bottom: 0;
  width: 82px;
}

.small-gear {
  right: 22px;
  bottom: 10px;
  width: 58px;
  animation-direction: reverse;
}

.belt {
  position: absolute;
  left: 74px;
  right: 50px;
  bottom: 38px;
  height: 18px;
  background: #2b2119;
  border: 4px solid #14100d;
}

.gear {
  bottom: 20px;
  width: 48px;
  opacity: .75;
}

.gear-left {
  left: 3vw;
}

.gear-right {
  right: 4vw;
  animation-direction: reverse;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@media (max-height: 760px) {
  .hero {
    padding-top: 10px;
    padding-bottom: 94px;
  }

  .tag {
    margin-bottom: 7px;
  }

  h1 {
    font-size: clamp(30px, 6.4vw, 64px);
  }

  .lead {
    margin-top: 8px;
  }

  .server-panel {
    margin-top: 12px;
    padding: 12px;
  }

  .details {
    margin-top: 12px;
  }

  .ground {
    height: 88px;
  }

  .tree,
  .gear-left,
  .gear-right {
    display: none;
  }

  .contraption {
    transform: translateX(-50%) scale(.78);
    transform-origin: bottom center;
  }
}

@media (max-width: 860px) {
  .hero-content {
    width: min(700px, 100%);
  }

  .copy-row {
    grid-template-columns: 1fr 1.25fr 72px 72px;
  }

  .live-status {
    grid-template-columns: 1fr 1.25fr 72px 72px;
  }

  .refresh-button {
    grid-column: 1 / -1;
    min-height: 44px;
  }

  .discord-button,
  .modpack-button {
    grid-column: auto;
    width: 72px;
    min-width: 0;
    min-height: 66px;
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 12px 12px 76px;
  }

  .sun,
  .cloud-two,
  .tree-left,
  .tree-right,
  .gear-left,
  .gear-right {
    display: none;
  }

  .cloud-one {
    transform: scale(.7);
    left: -18px;
    top: 34px;
  }

  .airship {
    left: auto;
    right: -62px;
    top: 64px;
    transform: scale(.58);
    transform-origin: right top;
  }

  .tag {
    font-size: 9px;
    padding: 7px 8px;
  }

  h1 {
    font-size: clamp(32px, 12vw, 54px);
  }

  .lead {
    max-width: 420px;
    font-size: 14px;
  }

  .server-panel {
    margin-top: 12px;
    padding: 10px;
    border-width: 4px;
    box-shadow: 0 6px 0 #2b2119;
  }

  .panel-heading {
    margin-bottom: 8px;
  }

  .status-badge {
    min-height: 28px;
    font-size: 12px;
  }

  .apply-link {
    min-height: 28px;
    font-size: 12px;
  }

  .copy-row {
    grid-template-columns: 1fr 1.15fr 54px 54px;
  }

  code {
    grid-column: 1 / 3;
    min-height: 48px;
    padding: 10px;
    font-size: clamp(15px, 4.3vw, 18px);
  }

  .copy-row button {
    grid-column: 3 / 5;
    min-height: 48px;
  }

  button {
    min-width: 0;
    min-height: 42px;
  }

  #copyText {
    display: none;
  }

  .button-icon {
    margin-right: 0;
  }

  .status {
    min-height: 0;
    margin-top: 6px;
    font-size: 12px;
  }

  .live-status {
    grid-template-columns: 1fr 1.15fr 54px 54px;
    gap: 6px;
    margin-top: 8px;
  }

  .status-item {
    min-height: 58px;
    padding: 7px;
    border-width: 3px;
  }

  .status-item span,
  .status-note {
    font-size: 11px;
  }

  .status-item strong {
    font-size: 13px;
  }

  .players-card strong {
    font-size: 17px;
  }

  .player-meter {
    height: 7px;
    margin-top: 6px;
  }

  .refresh-button {
    display: none;
  }

  .discord-button {
    display: flex;
    width: 54px;
    min-height: 58px;
  }

  .modpack-button {
    display: flex;
    width: 54px;
    min-height: 58px;
  }

  .discord-icon {
    width: 38px;
    height: 38px;
  }

  .curseforge-icon {
    width: 42px;
    height: 42px;
  }

  .status-note {
    margin-top: 6px;
  }

  .details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
  }

  .detail-card {
    min-height: 54px;
    display: block;
    padding: 7px;
    border-width: 3px;
    box-shadow: 0 4px 0 #25311f;
  }

  .block {
    width: 20px;
    margin-bottom: 4px;
    border-width: 3px;
  }

  .detail-card h2 {
    font-size: 12px;
  }

  .detail-card p {
    display: none;
  }

  .ground {
    height: 70px;
    border-top-width: 6px;
  }

  .contraption {
    bottom: 4px;
    transform: translateX(-50%) scale(.62);
    transform-origin: bottom center;
  }
}

@media (max-height: 620px) {
  .lead,
  .details,
  #copyStatus {
    display: none;
  }

  .server-panel {
    margin-top: 8px;
  }

  .ground {
    height: 58px;
  }
}

.form-page {
  min-height: 100%;
  overflow: auto;
}

.form-world {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(var(--sky), var(--sky-deep) 58%, #2d7d36 58%),
    var(--sky);
}

.form-card,
.admin-card {
  width: min(720px, 100%);
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(189,111,61,.12) 25%, transparent 25%) 0 0 / 28px 28px,
    var(--paper);
  border: 5px solid #2b2119;
  box-shadow: 0 8px 0 #2b2119, 0 18px 32px rgba(0, 0, 0, .22);
}

.admin-card {
  width: min(920px, 100%);
}

.back-link {
  display: inline-flex;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  padding: 9px 12px;
  background: var(--button);
  border: 4px solid #15391b;
  box-shadow: 0 5px 0 var(--button-dark);
}

.form-card h1,
.admin-card h1 {
  margin-bottom: 10px;
  font-size: clamp(32px, 8vw, 58px);
}

.form-card h1,
.admin-card h1 {
  color: #bd6f3d;
}

.form-page .form-card h1 {
  color: #bd6f3d !important;
}

.form-lead {
  margin: 0 0 16px;
  font-weight: 900;
}

.application-form {
  display: grid;
  gap: 12px;
}

.compact-form {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.application-form label {
  display: grid;
  gap: 6px;
  font-weight: 900;
}

.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 10px 12px;
  color: var(--text);
  font: 800 16px/1.2 Inter, sans-serif;
  background: rgba(255,255,255,.62);
  border: 4px solid #5b3a21;
  border-radius: 0;
}

.application-form textarea {
  resize: vertical;
}

.application-form button {
  min-height: 58px;
}

.application-result {
  margin-top: 14px;
  padding: 14px;
  font-weight: 900;
  background: rgba(255,255,255,.62);
  border: 4px solid #5b3a21;
}

.application-result span,
.application-result small {
  display: block;
}

.application-result strong {
  display: block;
  margin: 8px 0;
  font-family: "Press Start 2P", Inter, sans-serif;
  font-size: clamp(18px, 4vw, 28px);
}

.application-result.success {
  border-color: #245230;
}

.application-result.error {
  border-color: var(--danger);
}

.applications-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.admin-section {
  margin-top: 18px;
}

.admin-content[hidden] {
  display: none;
}

.admin-section h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.empty-list {
  margin: 0;
  padding: 12px;
  color: var(--muted);
  font-weight: 900;
  background: rgba(255,255,255,.48);
  border: 4px solid #5b3a21;
}

.application-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px;
  background: rgba(255,255,255,.62);
  border: 4px solid #5b3a21;
}

.application-card.is-removing,
.whitelist-card.is-removing {
  opacity: .68;
  filter: grayscale(.25);
}

.application-card h2 {
  margin: 8px 0;
}

.application-card p {
  margin: 5px 0;
  font-weight: 800;
}

.application-card .whitelist-result {
  padding: 7px 9px;
  background: rgba(255,255,255,.58);
  border: 3px solid #5b3a21;
}

.application-card .whitelist-result.ok {
  border-color: #245230;
}

.application-card .whitelist-result.warning {
  border-color: var(--danger);
}

.application-card code {
  grid-column: auto;
  min-height: 44px;
  margin-top: 8px;
  font-size: 16px;
}

.application-code {
  font-family: "Press Start 2P", Inter, sans-serif;
  font-size: 12px;
}

.application-actions {
  display: grid;
  gap: 8px;
  min-width: 150px;
  align-content: start;
}

.application-actions span {
  font-weight: 900;
}

.application-actions button {
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
}

.application-actions button[data-status="rejected"] {
  background: var(--danger);
  border-color: #5f1d18;
  box-shadow: 0 5px 0 #7f2520;
}

.application-card.approved {
  border-color: #245230;
}

.application-card.rejected {
  opacity: .72;
  border-color: var(--danger);
}

.whitelist-list {
  display: grid;
  gap: 8px;
}

.whitelist-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 8px 10px;
  background: rgba(255,255,255,.62);
  border: 4px solid #245230;
}

.whitelist-card h3 {
  margin: 3px 0;
  font-size: 18px;
}

.whitelist-card p {
  margin: 3px 0;
  font-weight: 800;
  font-size: 13px;
}

.whitelist-card button {
  min-width: 118px;
  min-height: 42px;
  padding: 0 12px;
  background: var(--danger);
  border-color: #5f1d18;
  box-shadow: 0 5px 0 #7f2520;
}

.whitelist-card .application-code,
.whitelist-card .whitelist-result {
  display: none;
}

.online-players,
.player-log {
  display: grid;
  gap: 8px;
}

.online-players {
  margin-bottom: 10px;
  padding: 12px;
  background: rgba(255,255,255,.62);
  border: 4px solid #5b3a21;
}

.online-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.online-header strong,
.online-header small {
  font-weight: 900;
}

.online-header small {
  color: var(--muted);
}

.online-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.online-list span,
.online-list small {
  padding: 7px 9px;
  font-weight: 900;
  background: #f8f3dc;
  border: 3px solid #245230;
}

.player-log-row {
  display: grid;
  grid-template-columns: 166px minmax(180px, 1fr) auto;
  column-gap: 2px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255,255,255,.62);
  border: 4px solid #5b3a21;
}

.player-log-time,
.player-log-name,
.player-log-action {
  font-weight: 900;
  font-style: normal;
}

.player-log-time {
  display: block;
  width: 162px;
  white-space: nowrap;
}

.player-log-name {
  display: block;
  min-width: 0;
  padding-left: 0;
}

.admin-card .player-log-row {
  grid-template-columns: 166px minmax(180px, 1fr) auto !important;
  column-gap: 2px !important;
}

.admin-card .player-log-time {
  white-space: nowrap;
}

.admin-card .player-log-name {
  padding-left: 0;
}

.player-log-row.join .player-log-action {
  color: #245230;
}

.player-log-row.leave .player-log-action {
  color: var(--danger);
}

.show-more-log {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
}

@media (max-width: 720px) {
  .form-world {
    padding: 12px;
  }

  .compact-form,
  .application-card,
  .whitelist-card {
    grid-template-columns: 1fr;
  }

  .whitelist-list {
    grid-template-columns: 1fr;
  }
}
