@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
:root {
  color-scheme: dark;
  --arcade-bg: #12002a;
  --arcade-panel: rgba(0, 0, 0, 0.55);
  --arcade-border: rgba(255, 255, 255, 0.16);
  --arcade-glow: rgba(255, 0, 200, 0.26);
  --arcade-text: #ffffff;
  --arcade-muted: #d7e4ff;
  --arcade-accent-1: #ff2ca3;
  --arcade-accent-2: #00ffd5;
  --arcade-accent-3: #ffe600;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background-color: #0b0030;
  background-image: radial-gradient(at 5% 5%, rgba(255, 0, 160, 0.1) 0%, transparent 40%), radial-gradient(at 95% 95%, rgba(0, 255, 255, 0.1) 0%, transparent 40%), radial-gradient(at 50% 15%, rgb(42, 0, 102) 0%, transparent 60%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='rgba(255,0,200,0.06)' stroke-width='1' d='M0 32h32V0'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: 100% 100%, 100% 100%, 100% 100%, 32px 32px;
  color: var(--arcade-text);
  font-family: "Press Start 2P", system-ui, "IBM Plex Mono", "Space Mono", "Fira Code", "SFMono-Regular", Menlo, Consolas, "DejaVu Sans Mono", monospace;
}

body,
body * {
  color: var(--arcade-text);
}

.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

a:hover {
  color: #fff;
  text-shadow: 0 0 12px var(--arcade-accent-2);
}

a:hover,
.adminbar a:hover,
.navbar a:hover,
.footer a:hover,
.postmessage a:hover,
.postinfo a:hover {
  color: #fff;
  text-shadow: 0 0 12px var(--arcade-accent-2), 0 0 18px rgba(255, 255, 255, 0.32);
}

.bars_top,
.bars_bottom {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--arcade-text);
}

.adminbar,
.navbar,
.slogan {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.6), 0 0 18px rgba(0, 255, 255, 0.28);
}

.adminbar a,
.navbar a {
  color: #ffffff !important;
}

.navbar .board-nav a {
  color: #fff;
}

.navbar .board-nav .sqb,
.adminbar .sqb {
  color: #ffffff;
}

.logo {
  text-align: center;
}

.logo .other,
.logo img {
  display: none !important;
}

.titletxt {
  margin-top: 6px;
  display: block;
  letter-spacing: 0.12em;
  background: linear-gradient(90deg, #ff004c, #ffe600, #00ffd5, #0066ff, #b000ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.22);
}

.arcade-ascii-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 4px 0 12px;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 12px rgba(255, 0, 200, 0.26));
}

.arcade-ascii {
  margin: 0;
  padding: 12px 14px;
  border-radius: 0;
  max-width: 100%;
  overflow-x: auto;
  white-space: pre;
  font-size: clamp(10px, 1.4vw, 16px);
  line-height: 1.06;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #ff004c, #ffe600, #00ffd5, #0066ff, #ff004c);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: arcade-rainbow 4s linear infinite;
  position: relative;
}

.arcade-ascii::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 0;
  padding: 2px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

@keyframes arcade-rainbow {
  to {
    background-position: 200% center;
  }
}
.slogan {
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #c6d6ff;
}

.postarea,
.threadBody,
.delform-wrapper,
.threadboard__form,
.thread {
  background: var(--arcade-panel);
  border: 1px solid var(--arcade-border);
  border-radius: 0;
  box-shadow: 0 0 25px var(--arcade-glow), 0 0 40px rgba(0, 255, 255, 0.18);
}

.postarea {
  padding: 12px;
}

.post-card {
  background: transparent;
  border: none;
  color: var(--arcade-text);
  padding-bottom: 0;
  margin-bottom: 0;
}

.postblock {
  background: none;
  border: none;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.txtarea,
input[type=text],
input[type=password],
input[type=file],
textarea {
  background: rgba(8, 4, 32, 0.8);
  color: var(--arcade-text);
  border: 1px solid var(--arcade-border);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.txtarea:focus,
input:focus,
textarea:focus {
  outline: 1px solid var(--arcade-accent-2);
  box-shadow: 0 0 14px rgba(0, 255, 255, 0.4), 0 0 18px rgba(255, 0, 200, 0.3);
}

.rules,
.post-body {
  color: var(--arcade-text);
}

.postmessage,
.postmessage *,
.postinfo,
.postinfo *,
.postername,
.postertrip,
.posttime,
.reply,
.reply *,
.thread,
.thread *,
.postboardmessage {
  color: var(--arcade-text);
}

.button,
input.button,
.flipbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(120deg, #ff004c, #ffe600, #00ffd5, #0066ff, #b000ff);
  color: #fff;
  border-radius: 0;
  padding: 10px 14px;
  min-height: 38px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 0 26px rgba(255, 0, 200, 0.28), 0 0 26px rgba(0, 255, 255, 0.22);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 0.08s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.form-field > input.button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  background: linear-gradient(120deg, #ff004c, #ffe600, #00ffd5, #0066ff, #b000ff) !important;
  color: #fff !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset, 0 0 28px rgba(255, 0, 200, 0.3), 0 0 28px rgba(0, 255, 255, 0.24) !important;
}

.postarea .form-field > input.button {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: linear-gradient(120deg, #ff004c, #ffe600, #00ffd5, #0066ff, #b000ff) !important;
  color: #fff !important;
}

.button:hover,
input.button:hover,
.flipbutton:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 32px rgba(0, 255, 255, 0.3), 0 0 32px rgba(255, 0, 200, 0.26);
  filter: brightness(1.08);
}

.button:active,
input.button:active,
.flipbutton:active {
  transform: translateY(1px) scale(0.99);
}

.flipbutton.js-flip,
.flipbutton.js-ascii,
.flipbutton.js-binary,
.flipbutton.js-clear {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(120deg, #ff004c, #ffe600, #00ffd5, #0066ff, #b000ff);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 0 26px rgba(255, 0, 200, 0.28), 0 0 26px rgba(0, 255, 255, 0.22);
}

.flipbutton.js-flip {
  display: none !important;
}

.thread-header,
.post-body,
.filetitle,
.rules-list li,
.postmessage,
blockquote {
  color: var(--arcade-text);
}

.thread-header {
  margin-bottom: 0 !important;
}

.filetitle,
.thread-header h3 {
  font-family: "Press Start 2P", system-ui;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #ff004c, #ffe600, #00ffd5, #0066ff, #b000ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 14px rgba(255, 0, 200, 0.25), 0 0 20px rgba(0, 255, 255, 0.2);
  margin-bottom: 0 !important;
}

blockquote {
  border-left: none;
  padding-left: 0;
}

.hr_top,
hr {
  border: none;
  height: 1px;
  margin: 12px 0;
  background: linear-gradient(90deg, rgba(255, 0, 120, 0), rgba(255, 0, 120, 0.7), rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0));
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.3);
}

.bars_anywhere,
.anker {
  color: var(--arcade-muted);
}

.datum {
  color: var(--arcade-muted);
}

.footer,
.footer a {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.12);
}

.postarea__toggle {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  padding: 8px 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 18px rgba(255, 0, 200, 0.22), 0 0 16px rgba(0, 255, 255, 0.18);
  font-family: "Press Start 2P", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  transition: transform 0.08s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

#uptog {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 12px;
  text-align: left;
  box-sizing: border-box;
}

.postarea__toggle#uptog {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.postarea__toggle:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset, 0 0 22px rgba(0, 255, 255, 0.24), 0 0 22px rgba(255, 0, 200, 0.2);
}

.postarea__toggle-text {
  margin: 0 0 0 8px;
  line-height: 18px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  transform: translateY(4px);
}

.thread-toggle,
.postarea__toggle-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-family: "Press Start 2P", system-ui, sans-serif;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 0 12px rgba(255, 0, 200, 0.18), 0 0 12px rgba(0, 255, 255, 0.16);
  padding: 0;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.08s ease;
  margin-right: 2px;
}

.thread-toggle::before,
.postarea__toggle-icon::before {
  content: "-";
  display: block;
  line-height: 1;
  transform: translateY(0);
}

.thread--collapsed .thread-toggle::before,
.postarea__toggle-icon--plus::before {
  content: "+";
}

.postarea__toggle-icon--minus::before {
  content: "-";
}

.thread-toggle::before {
  transform: translateY(-1px);
}

.thread-toggle:hover,
.postarea__toggle:hover .postarea__toggle-icon {
  border-color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 0 16px rgba(0, 255, 255, 0.26), 0 0 16px rgba(255, 0, 200, 0.22);
}

body {
  font-size: 13px;
}

.threadboard,
.threadboard__form,
.thread,
.post-card,
.postarea,
.delform-wrapper,
.arcade-pong-wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

.arcade-pong-block {
  border: 1px solid var(--arcade-border);
  margin-bottom: 16px;
}

.arcade-pong-wrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.arcade-pong-wrap canvas {
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 20px rgba(255, 0, 200, 0.24), 0 0 20px rgba(0, 255, 255, 0.18);
}

.arcade-pong-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: stretch;
  box-sizing: border-box;
}

.arcade-pong-controls .button {
  display: flex;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}

.arcade-name-field {
  width: 100%;
  box-sizing: border-box;
}

.arcade-hs {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}

.arcade-hs-head {
  font-family: "Press Start 2P", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  background: linear-gradient(120deg, #ff004c, #ffe600, #00ffd5, #0066ff, #b000ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 8px;
}

.arcade-hs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.arcade-hs-list li {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 8px;
  font-family: "Press Start 2P", system-ui, sans-serif;
  font-size: 11px;
}

.arcade-hs-list .hs-rank {
  opacity: 0.7;
  text-align: left;
  padding-left: 0;
}

.arcade-hs-list .hs-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arcade-hs-list .hs-score {
  opacity: 0.85;
  text-align: right;
  padding-left: 8px;
}

.arcade-hs-status {
  margin-top: 6px;
  font-size: 11px;
  opacity: 0.7;
}

/* Spezielles Collapse-Verhalten nur für den PONG-Thread: Header immer sichtbar, Inhalt einklappbar */
.arcade-pong-hidden .arcade-pong-wrap {
  display: none !important;
}

.arcade-name-field {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Press Start 2P", system-ui, sans-serif;
  font-size: 11px;
}

.arcade-name-field input {
  background: rgba(8, 4, 32, 0.8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 6px 8px;
  font-family: "Press Start 2P", system-ui, sans-serif;
  font-size: 11px;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
}

.arcade-name-field input[type=checkbox] {
  width: 18px;
  height: 18px;
  max-width: none;
  padding: 0;
  box-shadow: none;
  flex: 0 0 auto;
  accent-color: var(--arcade-accent-2);
}

.arcade-two-player-toggle {
  justify-content: flex-start;
}

.arcade-name-field input:focus {
  outline: 1px solid var(--arcade-accent-2);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.28), 0 0 12px rgba(255, 0, 200, 0.24);
}

.arcade-name-label {
  letter-spacing: 0.08em;
}

.arcade-name1-field .arcade-name-label,
.arcade-name2-field .arcade-name-label {
  width: 72px;
  flex: 0 0 72px;
  white-space: nowrap;
}

.arcade-name2-field .arcade-name-label {
  white-space: nowrap;
}

.arcade-pong-hidden .thread-toggle::before {
  content: "+";
}

.arcade-ark-hidden .thread-toggle::before {
  content: "+";
}

.arcade-ark-hidden .arcade-ark-wrap {
  display: none !important;
}

@media (max-width: 720px) {
  body {
    font-size: 14px;
  }
  .arcade-ascii {
    font-size: 10px;
  }
  .arcade-pong-wrap {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=arcade.css.map */
