/* Galaxy Forge Full Template
   Shared styles for public landing page, ingame area and admin panel. */

@font-face { font-family: "Chakra Petch"; src: url("../fonts/chakra-petch-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Chakra Petch"; src: url("../fonts/chakra-petch-500.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Chakra Petch"; src: url("../fonts/chakra-petch-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Chakra Petch"; src: url("../fonts/chakra-petch-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/ibm-plex-sans-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/ibm-plex-sans-500.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/ibm-plex-sans-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }

:root {
  --page: #020712;
  --panel: rgba(4, 15, 31, .94);
  --panel-2: rgba(7, 23, 45, .88);
  --panel-3: rgba(11, 34, 64, .76);
  --line: rgba(75, 202, 255, .35);
  --line-strong: rgba(142, 232, 255, .80);
  --cyan: #56d8ff;
  --blue: #2686ff;
  --violet: #b267ff;
  --amber: #ff9f48;
  --green: #48ff8e;
  --red: #ff6376;
  --text: #e4f7ff;
  --muted: #92b8dc;
  --faint: #668bae;
  --shadow: 0 0 0 1px rgba(87, 214, 255, .10), 0 0 26px rgba(10, 115, 255, .24), inset 0 0 22px rgba(103, 223, 255, .035);
  --clip: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  --clip-small: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--page);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
table { border-collapse: collapse; width: 100%; }
gf-site-header,
gf-site-footer { display: contents; }
h1, h2, h3, h4, h5, h6,
.logo, .desktop-nav, .ui-button, .blade-title, .tag { font-family: "Chakra Petch", sans-serif; }
.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;
}

.stars, .nebula, .scanline {
  position: fixed; inset: 0; pointer-events: none;
}
.stars {
  background:
    radial-gradient(ellipse at 72% 16%, rgba(77, 130, 190, .10), transparent 32%),
    radial-gradient(ellipse at 18% 68%, rgba(61, 105, 157, .07), transparent 38%),
    radial-gradient(ellipse at 52% 115%, rgba(83, 44, 91, .08), transparent 45%),
    linear-gradient(180deg, #030914 0%, #01040b 58%, #000208 100%);
}
.stars::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 3% 8%, rgba(255,255,255,.72) 0 .6px, transparent 1.15px),
    radial-gradient(circle at 9% 31%, rgba(186,218,255,.48) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 14% 79%, rgba(255,239,211,.58) 0 .55px, transparent 1.05px),
    radial-gradient(circle at 18% 17%, rgba(222,237,255,.82) 0 .8px, transparent 1.4px),
    radial-gradient(circle at 22% 57%, rgba(174,211,255,.50) 0 .55px, transparent 1.05px),
    radial-gradient(circle at 27% 91%, rgba(255,255,255,.68) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 31% 39%, rgba(255,246,225,.55) 0 .65px, transparent 1.15px),
    radial-gradient(circle at 35% 6%, rgba(183,218,255,.76) 0 .85px, transparent 1.45px),
    radial-gradient(circle at 39% 68%, rgba(255,255,255,.43) 0 .5px, transparent 1px),
    radial-gradient(circle at 43% 24%, rgba(207,229,255,.62) 0 .65px, transparent 1.15px),
    radial-gradient(circle at 47% 84%, rgba(255,233,199,.58) 0 .75px, transparent 1.25px),
    radial-gradient(circle at 51% 49%, rgba(255,255,255,.78) 0 .7px, transparent 1.25px),
    radial-gradient(circle at 56% 12%, rgba(173,210,255,.48) 0 .55px, transparent 1.05px),
    radial-gradient(circle at 59% 74%, rgba(226,239,255,.65) 0 .8px, transparent 1.35px),
    radial-gradient(circle at 63% 34%, rgba(255,242,219,.46) 0 .5px, transparent 1px),
    radial-gradient(circle at 67% 94%, rgba(190,220,255,.67) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 71% 53%, rgba(255,255,255,.52) 0 .55px, transparent 1.05px),
    radial-gradient(circle at 75% 5%, rgba(216,233,255,.79) 0 .85px, transparent 1.45px),
    radial-gradient(circle at 79% 83%, rgba(255,231,194,.48) 0 .6px, transparent 1.1px),
    radial-gradient(circle at 83% 27%, rgba(175,212,255,.60) 0 .65px, transparent 1.15px),
    radial-gradient(circle at 87% 66%, rgba(255,255,255,.75) 0 .75px, transparent 1.25px),
    radial-gradient(circle at 91% 14%, rgba(255,244,222,.50) 0 .5px, transparent 1px),
    radial-gradient(circle at 95% 47%, rgba(189,221,255,.64) 0 .7px, transparent 1.2px),
    radial-gradient(circle at 98% 88%, rgba(255,255,255,.48) 0 .55px, transparent 1.05px),
    radial-gradient(circle at 6% 93%, rgba(194,221,255,.50) 0 .5px, transparent 1px),
    radial-gradient(circle at 12% 49%, rgba(255,255,255,.42) 0 .45px, transparent .95px),
    radial-gradient(circle at 24% 12%, rgba(255,235,204,.44) 0 .5px, transparent 1px),
    radial-gradient(circle at 29% 72%, rgba(184,216,255,.40) 0 .45px, transparent .95px),
    radial-gradient(circle at 41% 96%, rgba(255,255,255,.50) 0 .5px, transparent 1px),
    radial-gradient(circle at 54% 63%, rgba(177,211,255,.45) 0 .5px, transparent 1px),
    radial-gradient(circle at 62% 3%, rgba(255,246,225,.48) 0 .55px, transparent 1.05px),
    radial-gradient(circle at 69% 71%, rgba(255,255,255,.42) 0 .45px, transparent .95px),
    radial-gradient(circle at 77% 39%, rgba(182,215,255,.46) 0 .5px, transparent 1px),
    radial-gradient(circle at 89% 96%, rgba(255,238,211,.45) 0 .5px, transparent 1px),
    radial-gradient(circle at 97% 22%, rgba(213,232,255,.52) 0 .55px, transparent 1.05px);
  opacity: .9;
}
.nebula {
  background:
    radial-gradient(circle at center, transparent 35%, rgba(0,0,0,.62) 100%),
    linear-gradient(90deg, rgba(0,0,0,.33), transparent 25%, transparent 75%, rgba(0,0,0,.33));
}
.scanline {
  opacity: .13;
  mix-blend-mode: screen;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 100% 4px;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 28px));
  margin-inline: auto;
}

.panel,
.top-frame,
.footer-frame,
.admin-shell {
  position: relative;
  clip-path: var(--clip);
  background:
    linear-gradient(180deg, var(--panel-2), var(--panel)),
    radial-gradient(circle at 20% 0%, rgba(70, 218, 255, .14), transparent 38%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.panel::before,
.panel::after,
.top-frame::before,
.top-frame::after,
.footer-frame::before,
.footer-frame::after,
.admin-shell::before,
.admin-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.panel::before,
.top-frame::before,
.footer-frame::before,
.admin-shell::before {
  inset: 8px;
  clip-path: var(--clip);
  border: 1px solid rgba(118, 225, 255, .11);
  box-shadow: inset 0 0 22px rgba(39, 128, 255, .06);
}
.panel::after,
.top-frame::after,
.footer-frame::after,
.admin-shell::after {
  inset: 0;
  background:
    linear-gradient(90deg, var(--cyan), transparent 13%, transparent 87%, var(--cyan)),
    linear-gradient(180deg, var(--cyan), transparent 12%, transparent 88%, var(--cyan));
  opacity: .16;
  clip-path: var(--clip);
}
.panel { padding: 18px; }
.panel .panel {
  background: var(--panel-2);
  box-shadow: inset 0 0 22px rgba(103, 223, 255, .025);
}
.panel .panel::after { opacity: .07; }

.top-frame {
  margin-top: 22px;
  min-height: 84px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 18px;
  align-items: center;
}
.top-frame__cap {
  position: absolute;
  left: 50%; top: -2px;
  width: 190px; height: 22px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(72, 199, 255, .7), transparent);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  filter: drop-shadow(0 0 12px rgba(80, 214, 255, .7));
}
.top-frame__cap::before {
  content: "";
  position: absolute;
  left: 50%; top: 4px;
  width: 16px; height: 16px;
  transform: translateX(-50%) rotate(45deg);
  background: #1b8cff;
  box-shadow: 0 0 16px #6adfff;
}

.logo {
  display: grid;
  min-width: 230px;
  text-transform: uppercase;
  line-height: .85;
  text-shadow: 0 0 18px rgba(111, 220, 255, .50);
}
.logo span {
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  letter-spacing: .13em;
  font-weight: 800;
}
.logo b {
  font-size: clamp(1rem, 2vw, 1.45rem);
  letter-spacing: .38em;
  color: #a9dcff;
  font-weight: 500;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  gap: 4px;
  padding: 5px;
  background: var(--panel);
  border: 1px solid var(--line);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
}
.desktop-nav a {
  min-width: 104px;
  padding: 12px 14px;
  text-align: center;
  color: var(--muted);
  font-size: .74rem;
  letter-spacing: .12em;
  font-weight: 800;
  text-transform: uppercase;
  transition: .2s;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--text);
  background: linear-gradient(180deg, var(--blue), var(--panel-3));
  box-shadow: inset 0 0 18px rgba(103, 223, 255, .18), 0 0 18px rgba(42, 125, 255, .20);
}
.desktop-nav a.active { box-shadow: inset 0 -2px 0 var(--cyan), inset 0 0 18px rgba(103, 223, 255, .18); }
.account-buttons { display: flex; gap: 10px; }

.hamburger {
  display: none;
  width: 50px; height: 48px;
  padding: 10px;
  border: 1px solid rgba(104, 218, 255, .28);
  background: rgba(8, 27, 51, .9);
  clip-path: var(--clip-small);
}
.hamburger span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

.mobile-menu {
  position: fixed;
  z-index: 60;
  inset: 0;
  background: rgba(0, 4, 12, .74);
  backdrop-filter: blur(8px);
}
.mobile-menu__panel {
  position: relative;
  width: min(390px, calc(100% - 24px));
  margin: 12px;
  padding: 18px;
  clip-path: var(--clip);
  background: rgba(5, 16, 34, .98);
  border: 1px solid rgba(84, 205, 255, .28);
  box-shadow: var(--shadow);
}
.mobile-menu__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.mobile-menu__close {
  width: 42px; height: 42px;
  background: rgba(10, 37, 70, .82);
  border: 1px solid rgba(84, 205, 255, .24);
  clip-path: var(--clip-small);
}
.mobile-menu nav { display: grid; gap: 10px; }
.mobile-menu nav a {
  padding: 14px 15px;
  background: rgba(8, 26, 50, .72);
  border: 1px solid rgba(84, 205, 255, .14);
  clip-path: var(--clip-small);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 900;
}
.mobile-menu nav a.active { border-color: var(--line-strong); color: #fff; background: rgba(25, 93, 168, .52); }

.ui-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel-3), var(--panel-2));
  color: var(--text);
  cursor: pointer;
  clip-path: var(--clip-small);
  box-shadow: inset 0 0 14px rgba(90, 212, 255, .12), 0 0 16px rgba(23, 108, 255, .18);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .12em;
  font-weight: 900;
  transition: .2s ease;
}
.ui-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(169, 238, 255, .65);
  box-shadow: inset 0 0 18px rgba(90, 212, 255, .18), 0 0 24px rgba(23, 108, 255, .32);
}
/* Deutlich sichtbarer Tastatur-Fokus (TPL-023, Barrierefreiheit) */
.ui-button:focus-visible {
  outline: 2px solid #a9eeff;
  outline-offset: 2px;
}
/* Deaktivierte / laufende Aktionen: kein Hover-Hub, Cursor signalisiert Sperre */
.ui-button:disabled,
.ui-button.is-busy {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}
.ui-button--hot { color: #f5fbff; background: linear-gradient(180deg, var(--blue), color-mix(in srgb, var(--blue) 58%, #06182d)); }
.ui-button--ghost { background: linear-gradient(180deg, var(--panel-3), var(--panel)); }
.ui-button--mini { min-height: 34px; padding-inline: 16px; font-size: .68rem; }
.ui-button--wide { width: 100%; }
.ui-button--danger { background: linear-gradient(180deg, rgba(180, 52, 80, .8), rgba(62, 14, 26, .92)); }

.blade-title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 205px;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 9px 16px 9px 18px;
  background: linear-gradient(90deg, rgba(42, 169, 255, .44), rgba(8, 35, 68, .16));
  border-top: 1px solid rgba(130, 231, 255, .42);
  border-bottom: 1px solid rgba(130, 231, 255, .14);
  color: #dbf8ff;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 12px 50%);
  font-size: .88rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.blade-title::before {
  content: "";
  position: absolute;
  left: 0; bottom: -5px;
  width: 78px; height: 3px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}
.blade-title--split {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blade-title--split a { color: var(--cyan); font-size: .65rem; }

.tag {
  display: inline-flex;
  width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(194, 143, 255, .35);
  background: rgba(149, 83, 255, .22);
  color: #e9ccff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .64rem;
  font-weight: 900;
}
.tag--green { border-color: rgba(72,255,142,.30); background: rgba(72,255,142,.11); color: #b8ffd3; }
.tag--amber { border-color: rgba(255,159,72,.32); background: rgba(255,159,72,.14); color: #ffd2a4; }
.tag--red { border-color: rgba(255,99,118,.32); background: rgba(255,99,118,.14); color: #ffc4cb; }

.footer-frame {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 26px;
  margin-top: 18px;
  margin-bottom: 24px;
}
.footer-logo { min-width: 230px; }
.footer-logo span { font-size: 1.8rem; }
.footer-logo b { font-size: 1.1rem; }
.footer-frame nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px 22px;
}
.footer-frame nav a {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .74rem;
  font-weight: 900;
}
.footer-frame p {
  margin: 0;
  color: #7fa6c9;
  text-align: right;
  font-size: .74rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .shell { width: min(100% - 16px, 760px); }
  .top-frame {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    min-height: 76px;
  }
  .hamburger { display: block; }
  .desktop-nav { display: none; }
  .logo { min-width: 0; justify-self: center; text-align: center; }
  .logo span { font-size: 1.8rem; }
  .logo b { font-size: 1.05rem; letter-spacing: .22em; }
  .account-buttons { justify-self: end; }
  .account-buttons .ui-button { min-height: 42px; padding-inline: 12px; font-size: .65rem; }
  .footer-frame { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { min-width: 0; justify-self: center; }
  .footer-frame p { text-align: center; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 10px, 100%); }
  .panel { padding: 14px; }
  .top-frame {
    margin-top: 8px;
    padding: 10px;
    clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
  }
  .hamburger { width: 44px; height: 44px; }
  .logo span { font-size: 1.28rem; }
  .logo b { font-size: .76rem; }
  .account-buttons { gap: 6px; }
  .account-buttons .ui-button { min-width: 52px; min-height: 38px; padding-inline: 8px; font-size: .58rem; }
  .blade-title { min-width: 0; width: 100%; font-size: .78rem; }
}

@keyframes shell-reveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
main > section,
main > .public-section,
.wiki-layout { animation: shell-reveal .55s ease both; }
main > :nth-child(2) { animation-delay: .08s; }
main > :nth-child(3) { animation-delay: .14s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  main > section,
  main > .public-section,
  .wiki-layout { animation: none; }
}

/* =====================================================================
   Atmosphäre & Interaktion — animierter Weltraum, Glow-/Laser-Effekte,
   Hover-Rückmeldungen. Bewusst GPU-schonend (nur opacity/transform/
   background-position). Vollständig via prefers-reduced-motion abschaltbar.
   ===================================================================== */

@keyframes gf-star-pulse {
  0%, 43%, 57%, 100% { opacity: .25; transform: scale(.72); }
  48% { opacity: .72; transform: scale(1.15); }
  50% { opacity: 1; transform: scale(1.9); }
  52% { opacity: .68; transform: scale(1.1); }
}
@keyframes gf-nebula-pulse {
  0%, 100% { opacity: .85; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.04); }
}
@keyframes gf-scan-sweep {
  from { background-position: 0 0; }
  to   { background-position: 0 100vh; }
}
@keyframes gf-laser {
  0%   { transform: translateY(-12vh); opacity: 0; }
  8%   { opacity: .9; }
  50%  { opacity: .55; }
  92%  { opacity: .9; }
  100% { transform: translateY(112vh); opacity: 0; }
}
@keyframes gf-cap-pulse {
  0%, 100% { filter: drop-shadow(0 0 12px rgba(80, 214, 255, .7)); }
  50%      { filter: drop-shadow(0 0 22px rgba(120, 235, 255, .95)); }
}
@keyframes gf-value-pop {
  0%   { transform: scale(1); text-shadow: 0 0 0 transparent; }
  35%  { transform: scale(1.14); text-shadow: 0 0 16px rgba(120, 235, 255, .8); }
  100% { transform: scale(1); text-shadow: 0 0 0 transparent; }
}

/* Zweite ruhige Ebene aus sehr kleinen Sternen mit überlagerten Primzahlrastern. */
.stars::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(224,238,255,.42) 0 .45px, transparent .9px),
    radial-gradient(circle, rgba(171,207,247,.32) 0 .4px, transparent .85px),
    radial-gradient(circle, rgba(255,235,205,.30) 0 .45px, transparent .9px);
  background-position: 17px 31px, 83px 47px, 149px 113px;
  background-size: 127px 149px, 211px 193px, 307px 257px;
  opacity: .58;
}

/* Wenige echte Einzelsterne pulsieren unabhängig und in langen Intervallen. */
.star-pulse {
  position: absolute;
  left: var(--star-x); top: var(--star-y);
  width: var(--star-size, 2px); height: var(--star-size, 2px);
  border-radius: 50%;
  background: var(--star-color, #e5f2ff);
  box-shadow: 0 0 5px color-mix(in srgb, var(--star-color, #e5f2ff) 62%, transparent);
  opacity: .25;
  animation: gf-star-pulse var(--star-duration) ease-in-out var(--star-delay) infinite;
  will-change: opacity, transform;
}

/* Nebel atmet langsam */
.nebula { animation: gf-nebula-pulse 24s ease-in-out infinite; will-change: opacity, transform; }

/* CRT-Scanlines wandern nach unten + heller Laserstrahl */
.scanline { animation: gf-scan-sweep 12s linear infinite; }
.scanline::after {
  content: "";
  position: fixed; inset: 0 0 auto 0;
  height: 26vh; pointer-events: none;
  background: linear-gradient(180deg,
    transparent, rgba(86, 216, 255, .10) 45%, rgba(146, 232, 255, .28) 50%,
    rgba(86, 216, 255, .10) 55%, transparent);
  mix-blend-mode: screen;
  animation: gf-laser 9s cubic-bezier(.45, 0, .55, 1) infinite;
  will-change: transform, opacity;
}

/* Kopf-Cap pulsiert dezent */
.top-frame__cap { animation: gf-cap-pulse 4.5s ease-in-out infinite; }

/* ---- Hover-/Fokus-Rückmeldungen für interaktive Flächen ---- */
.panel.feature-card,
.public-roadmap__item,
.screenshot-strip .shot,
.hero-status > div {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.panel.feature-card:hover,
.public-roadmap__item:hover,
.screenshot-strip .shot:hover {
  transform: translateY(-4px);
  border-color: rgba(169, 238, 255, .6);
  box-shadow: 0 0 0 1px rgba(120, 235, 255, .28), 0 14px 34px rgba(10, 115, 255, .34),
              inset 0 0 26px rgba(103, 223, 255, .10);
}
.screenshot-strip .shot img { transition: transform .3s ease; }
.screenshot-strip .shot:hover img { transform: scale(1.06); }
.feature-card__icon { transition: transform .3s ease, text-shadow .3s ease; }
.panel.feature-card:hover .feature-card__icon {
  transform: scale(1.12) rotate(-4deg);
  text-shadow: 0 0 18px rgba(120, 235, 255, .85);
}
.hero-status > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(23, 108, 255, .3);
}

/* Interaktive Listenzeilen / Nav bekommen sichtbares Feedback + Cursor */
tbody tr:hover { background: rgba(70, 210, 255, .07); }
.desktop-nav a, .mobile-menu nav a, .footer-frame nav a { transition: color .2s, background .2s, text-shadow .2s; }
.footer-frame nav a:hover { color: var(--cyan); text-shadow: 0 0 12px rgba(86, 216, 255, .6); }
[role="tab"], .tag, [data-action], .shot { cursor: pointer; }

/* Wert-Aktualisierung hervorheben: Element mit .gf-pop kurz aufleuchten lassen */
.gf-pop { animation: gf-value-pop .6s ease; }

/* Barrierefreiheit: Bewegung auf Wunsch abschalten */
@media (prefers-reduced-motion: reduce) {
  .stars::before, .stars::after, .star-pulse, .nebula, .scanline, .scanline::after,
  .top-frame__cap, .gf-pop {
    animation: none !important;
  }
  .panel.feature-card,
  .public-roadmap__item,
  .screenshot-strip .shot,
  .hero-status > div,
  .screenshot-strip .shot img,
  .feature-card__icon {
    transition: none;
  }
}
