/* MOTD page: neutral editor chrome. Minecraft text colors and primary actions remain intact. */
.motd-builder,
.motd-preview-box,
.motd-output-box { border-color: #4b4d4c !important; box-shadow: none !important; }
.motd-builder:focus-within { border-color: #575a58 !important; }
.motd-page-section :is(input,select,textarea,button):focus-visible {
  outline: 1px solid #777b78 !important;
  outline-offset: 1px;
  border-color: #686c69 !important;
  box-shadow: none !important;
}
.motd-preset-grid button:hover,
.motd-editor-toolbar > button:hover,
.motd-color-button:hover { background: #414141 !important; border-color: #707070 !important; }
.motd-preset-grid i,
.motd-editor-heading span,
.motd-editor-note i { color: #aeb4b0 !important; }
.motd-editor-heading span { color: #c4c7c5 !important; }
.motd-visual-editor-wrap { padding: 0 !important; background: transparent !important; border-color: #4b4d4c !important; }
.motd-editor-heading { padding: 0 1px; }
.motd-editor-shell { border-color: #4b4d4c !important; box-shadow: none !important; }
.motd-editor-toolbar { background: #292929 !important; }
.motd-editor-toolbar > button,
.motd-color-button,
.motd-symbol-picker-wrap > button {
  color: #f2f2f2 !important;
  background: #353535 !important;
  border-color: #555 !important;
  border-bottom-color: #1d1d1d !important;
  box-shadow: none !important;
}
.motd-toolbar-divider { background: #555 !important; }
.motd-visual-editor:focus { box-shadow: inset 0 0 0 1px #666a67 !important; }
.motd-help { border-left-color: #5b5e5c !important; }
.motd-server-icon {
  overflow: hidden;
  background: transparent !important;
  border: 0 !important;
  text-shadow: none !important;
}
.motd-server-icon img { width: 100%; height: 100%; display: block; object-fit: cover; image-rendering: pixelated; }
.motd-symbol-picker-wrap { position: relative; display: inline-grid; }
.motd-symbol-picker-wrap > button { min-width: 34px; height: 34px; }
.motd-symbol-popover {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 30;
  width: min(520px, calc(100vw - 48px));
  max-height: 330px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(11, minmax(30px, 1fr));
  gap: 5px;
  overflow-y: auto;
  background: #202220;
  border: 1px solid #565a57;
  box-shadow: 0 14px 36px rgba(0,0,0,.55);
}
.motd-symbol-popover[hidden] { display: none !important; }
.motd-symbol-popover button {
  min-width: 0;
  height: 34px;
  padding: 0;
  color: #f3f4f3;
  background: #303230;
  border: 1px solid #494c4a;
  font-size: 16px;
  cursor: pointer;
}
.motd-symbol-popover button:hover { background: #414441; border-color: #747875; }
@media(max-width:600px) { .motd-symbol-popover { grid-template-columns: repeat(7,minmax(28px,1fr));max-height:300px; } }
