﻿:root {
  --bg: #f4f7fb;
  --bg-alt: #ffffff;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --text: #162033;
  --muted: #5b6a82;
  --line: rgba(22, 32, 51, 0.1);
  --accent: #25c6a7;
  --accent-strong: #ff8d5c;
  --shadow: 0 24px 80px rgba(64, 86, 124, 0.12);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--text); font-family: "Manrope", sans-serif; background: linear-gradient(180deg, #f7fafc 0%, #eef4fb 100%); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at top left, rgba(37, 198, 167, 0.14), transparent 32%), radial-gradient(circle at 85% 12%, rgba(255, 141, 92, 0.18), transparent 24%), radial-gradient(circle at 70% 75%, rgba(117, 176, 255, 0.12), transparent 22%); }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; background-image: linear-gradient(rgba(22, 32, 51, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 32, 51, 0.03) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 88%); }
.page-shell { width: min(1320px, calc(100% - 32px)); margin: 0 auto; padding: 20px 0 72px; }
.site-header,.panel,.news-card,.story-card,.about-photo-card,.project-card,.spec-card,.article-shell,.banner-card,.hero-panel,.info-strip,.gallery-card,.hero-portrait-card,.banner-project { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(77, 91, 126, 0.08); }
.site-header { padding: 20px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72)); box-shadow: var(--shadow); }
.brand-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 6px 6px 22px; }
.brand img { width: 190px; height: auto; }
.brand-text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}
.nav { display: flex; gap: 18px; flex-wrap: wrap; }
.nav a,.section-link,.breadcrumb a { color: var(--muted); font-weight: 700; }
.nav a:hover,.section-link:hover,.breadcrumb a:hover,.news-card a:hover { color: var(--text); }
.hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr); gap: 28px; align-items: stretch; padding: 16px 6px 6px; }
.hero-wide { min-height: 520px; }
.hero.hero-simple { grid-template-columns: 1fr; }
.hero-page {
  min-height: auto;
  padding-top: 8px;
}
.hero-page-copy {
  max-width: none;
}
.hero-page-title {
  max-width: none;
  font-size: clamp(2.45rem, 4.15vw, 4.4rem);
  line-height: 1.02;
  white-space: nowrap;
}
.hero-page .lead {
  max-width: 46rem;
}
.hero-news {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 24px 300px 28px 6px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 32%),
    radial-gradient(circle at 86% 14%, rgba(22, 32, 51, 0.09), rgba(22, 32, 51, 0) 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(22, 32, 51, 0.03));
}
.hero-news::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 36px;
  z-index: 0;
  width: min(26vw, 320px);
  height: calc(100% - 56px);
  border-radius: 32px;
  border: 1px solid rgba(22, 32, 51, 0.08);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.74), rgba(22, 32, 51, 0.02)),
    repeating-linear-gradient(135deg, rgba(22, 32, 51, 0.05) 0 2px, transparent 2px 14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 24px 50px rgba(22, 32, 51, 0.08);
  transform: rotate(-8deg);
  transform-origin: center;
}
.hero-news::after {
  content: "";
  position: absolute;
  top: 46px;
  right: 96px;
  z-index: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(22, 32, 51, 0.1);
  box-shadow:
    0 0 0 16px rgba(22, 32, 51, 0.035),
    0 0 0 42px rgba(22, 32, 51, 0.02);
}
.hero-news-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.hero-news-copy::before {
  content: "Aktuality / Streamy / Archiv";
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(22, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(22, 32, 51, 0.06);
}
.hero-news-copy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 180px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(22, 32, 51, 0.9), rgba(22, 32, 51, 0.2));
}
.hero-news-title {
  max-width: none;
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  line-height: 1.02;
  white-space: nowrap;
}
.hero-news .lead {
  max-width: 40rem;
  font-size: 1.03rem;
}
.hero-video {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: start;
  min-height: 560px;
  padding: 40px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  align-self: start;
  padding-top: 4px;
}
.hero-video-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 22px;
}
.hero-video-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: contrast(0.66) saturate(0.84) brightness(0.83);
  transform: scale(1.03);
  transform-origin: center;
  animation: heroFloat 18s ease-in-out infinite alternate;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(7, 14, 26, 0.38) 0%, rgba(7, 14, 26, 0.24) 44%, rgba(7, 14, 26, 0.16) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(7, 14, 26, 0.11));
}
.hero-video-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18px;
  background: linear-gradient(180deg, rgba(7, 14, 26, 0), rgba(7, 14, 26, 0.28));
}
.hero-photo-card {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: 220px;
  padding: 10px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(7, 14, 26, 0.18);
}
.hero-photo-card img {
  width: 100%;
  aspect-ratio: 1 / 1.14;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
}
@keyframes heroFloat {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, -1.5%, 0); }
}
.eyebrow { margin: 0 0 12px; color: #1aa88d; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 800; }
h1,h2,h3,.brand-row { font-family: "Space Grotesk", sans-serif; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 16px; max-width: 10ch; font-size: clamp(3.4rem, 7vw, 6.4rem); line-height: 0.92; }
h2 { margin-bottom: 0; max-width: 15ch; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.02; }
h3 { margin-bottom: 10px; font-size: 1.4rem; }
.lead,.news-card p,.project-card p,.spec-card p,.story-flow p,.spec-list,.article-copy p,.article-copy li,.about-photo-note span,.info-strip p { color: var(--muted); line-height: 1.75; }
.hero-video .lead,
.hero-video h1,
.hero-video .eyebrow {
  color: #f7fbff;
}
.hero-video .lead {
  max-width: 42ch;
  color: rgba(247, 251, 255, 0.82);
}
.hero-actions,.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--accent), #89efd7); color: #0a2d2b; box-shadow: 0 18px 30px rgba(37, 198, 167, 0.22); }
.button-secondary { background: rgba(255, 255, 255, 0.72); border-color: var(--line); }
.section { padding: 78px 4px 0; }
.section-tight { padding-top: 24px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.project-grid { display: grid; gap: 20px; }
.project-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.banner-project { position: relative; overflow: hidden; padding: 10px; min-height: 155px; background: rgba(241, 246, 252, 0.96); }

.banner-project {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.banner-project img {
  transition: transform 0.42s ease, filter 0.28s ease;
}

.banner-project::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent 38%, transparent 62%, rgba(255,255,255,0.14));
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.banner-project span {
  transition: transform 0.24s ease, background 0.24s ease;
}

.banner-project:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 198, 167, 0.35);
  box-shadow: 0 18px 44px rgba(37, 198, 167, 0.18);
  background: rgba(248, 252, 255, 0.98);
}

.banner-project:hover::before {
  opacity: 1;
}

.banner-project:hover::after {
  background: linear-gradient(180deg, rgba(3,7,18,0.01), rgba(3,7,18,0.1));
}

.banner-project:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) brightness(1.08);
}

.banner-project:hover span {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.98);
}
.banner-project img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 16px; }
.banner-project::after { content: ""; position: absolute; inset: 10px; border-radius: 16px; background: linear-gradient(180deg, rgba(3,7,18,0.02), rgba(3,7,18,0.18)); }
.banner-project span { position: absolute; left: 18px; bottom: 18px; z-index: 1; padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.94); font-weight: 800; font-size: 0.9rem; }
.wide-banner { aspect-ratio: 16 / 6; }
.banner-youtube img { object-position: center 38%; }
.banner-vs img { object-fit: cover; object-position: center; background: #5f6f69; padding: 0; }
.banner-hytale img { object-position: center 28%; }
.banner-everwind img { object-fit: cover; object-position: 56% 50%; background: #7ba0bf; padding: 0; }
.banner-linktree img { object-position: center 34%; }
.banner-discord img { object-position: center 95%; }
.news-page-main {
  display: grid;
  gap: 48px;
  padding-top: 30px;
}
.news-page-main .section {
  padding-top: 0;
}
.news-section + .news-section {
  padding-top: 34px;
  border-top: 1px solid rgba(22, 32, 51, 0.08);
}
.news-section .section-head {
  align-items: start;
  margin-bottom: 18px;
}
.section-head-copy {
  display: grid;
  gap: 10px;
}
.section-head-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
}
.carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.carousel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(22, 32, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  box-shadow: 0 12px 24px rgba(77, 91, 126, 0.1);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.carousel-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.carousel-button:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(37, 198, 167, 0.32);
  box-shadow: 0 18px 28px rgba(37, 198, 167, 0.12);
}
.carousel-button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.section-summary {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.7;
}
.streams-status {
  margin: 0 0 22px;
  color: var(--muted);
}
.streams-grid {
  display: flex;
  gap: 24px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 0 18px;
  margin-top: -6px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.streams-grid::-webkit-scrollbar,
.news-grid::-webkit-scrollbar {
  display: none;
}
.streams-grid > *,
.news-grid > * {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}
.stream-card {
  overflow: hidden;
  display: grid;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(77, 91, 126, 0.11);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.stream-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 198, 167, 0.32);
  box-shadow: 0 26px 52px rgba(37, 198, 167, 0.16);
}
.stream-card-featured {
  grid-column: auto;
  grid-template-columns: 1fr;
}
.stream-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #d7e3f4;
}
.stream-card-featured .stream-card-media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}
.stream-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.34s ease, filter 0.24s ease;
}
.stream-card:hover .stream-card-media img {
  transform: scale(1.03);
  filter: saturate(1.04) brightness(1.04);
}
.stream-card-body {
  display: grid;
  gap: 12px;
  padding: 22px 24px 24px;
  align-content: start;
}
.stream-card-featured .stream-card-body {
  padding: 22px 24px 24px;
  gap: 12px;
  align-content: start;
}
.stream-card-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin-bottom: 2px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 198, 167, 0.12);
  color: #118166;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.stream-card-meta {
  margin-bottom: 0;
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 800;
}
.stream-card-body h3 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.stream-card-featured .stream-card-body h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  -webkit-line-clamp: 3;
}
.stream-card-cta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 4px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(22, 32, 51, 0.06);
  color: var(--text);
  font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease;
}
.stream-card:hover .stream-card-cta { background: rgba(22, 32, 51, 0.1); }
.streams-admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 24px;
  align-items: start;
}
.stream-admin-card,
.stream-admin-help,
.stream-admin-item {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(77, 91, 126, 0.11);
}
.stream-admin-card,
.stream-admin-help {
  padding: 28px;
}
.stream-admin-card {
  display: grid;
  gap: 14px;
}
.stream-admin-card h2,
.stream-admin-help h3 {
  max-width: none;
  margin-bottom: 4px;
}
.stream-admin-help {
  display: grid;
  gap: 14px;
}
.stream-admin-help-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}
.stream-admin-help-list li {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(22, 32, 51, 0.04);
}
.stream-admin-help code {
  word-break: break-all;
}
.stream-admin-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.stream-admin-item {
  overflow: hidden;
}
.stream-admin-media {
  aspect-ratio: 16 / 9;
  background: #d7e3f4;
}
.stream-admin-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stream-admin-body {
  display: grid;
  gap: 12px;
  padding: 20px 22px 22px;
}
.stream-admin-meta {
  margin-bottom: 0;
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 800;
}
.stream-admin-body h3 {
  margin-bottom: 0;
  font-size: clamp(1.28rem, 2.2vw, 1.7rem);
  line-height: 1.04;
}
.stream-admin-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.stream-admin-open {
  font-weight: 800;
}
.button-admin-remove {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(197, 91, 53, 0.28);
  background: rgba(255, 244, 239, 0.92);
  color: #a3492e;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.button-admin-remove:hover {
  transform: translateY(-3px);
  border-color: rgba(197, 91, 53, 0.42);
  background: rgba(255, 236, 228, 0.98);
  box-shadow: 0 16px 28px rgba(197, 91, 53, 0.14);
}
.button-admin-edit,
.button-cancel-news-edit {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(43, 97, 168, 0.24);
  background: rgba(236, 244, 255, 0.92);
  color: #315d9f;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.button-admin-edit:hover,
.button-cancel-news-edit:hover {
  transform: translateY(-3px);
  border-color: rgba(43, 97, 168, 0.38);
  background: rgba(226, 239, 255, 0.98);
  box-shadow: 0 16px 28px rgba(43, 97, 168, 0.12);
}
.button-cancel-news-edit {
  display: none;
}
.button-cancel-news-edit.is-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.field-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--text);
}
.field-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}
.news-admin-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.news-admin-item {
  position: relative;
  display: grid;
}
.news-admin-item h3,
.news-admin-summary {
  margin-bottom: 0;
}
.news-admin-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.news-image-tools {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(22, 32, 51, 0.035);
}
.news-image-file {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(22, 32, 51, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
  font: inherit;
}
.news-image-file::file-selector-button {
  min-height: 38px;
  margin-right: 12px;
  padding: 0 14px;
  border: 1px solid rgba(22, 32, 51, 0.14);
  border-radius: 999px;
  background: rgba(22, 32, 51, 0.06);
  color: var(--text);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.news-image-tool-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.news-image-button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(37, 198, 167, 0.34);
  background: rgba(37, 198, 167, 0.12);
  color: var(--accent-strong);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.news-image-button:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 198, 167, 0.48);
  background: rgba(37, 198, 167, 0.17);
  box-shadow: 0 16px 28px rgba(37, 198, 167, 0.12);
}
.news-image-button-secondary {
  border-color: rgba(43, 97, 168, 0.2);
  background: rgba(236, 244, 255, 0.92);
  color: #315d9f;
}
.news-image-button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  transform: none;
  box-shadow: none;
}
.news-image-paste-zone {
  padding: 12px 14px;
  border: 1px dashed rgba(22, 32, 51, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-weight: 700;
}
.news-image-paste-zone:focus {
  outline: none;
  border-color: rgba(37, 198, 167, 0.52);
  box-shadow: 0 0 0 4px rgba(37, 198, 167, 0.1);
}
.news-image-status {
  display: none;
  padding: 11px 13px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 800;
}
.news-image-status.is-success {
  display: block;
  background: rgba(37, 198, 167, 0.12);
  border-color: rgba(37, 198, 167, 0.26);
  color: var(--accent-strong);
}
.news-image-status.is-error {
  display: block;
  background: rgba(255, 244, 239, 0.92);
  border-color: rgba(197, 91, 53, 0.28);
  color: #a3492e;
}
.news-image-status.is-info {
  display: block;
  background: rgba(236, 244, 255, 0.92);
  border-color: rgba(43, 97, 168, 0.18);
  color: #315d9f;
}
.news-image-preview {
  display: grid;
  gap: 8px;
}
.news-image-preview[hidden] {
  display: none;
}
.news-image-preview img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  border: 1px solid rgba(22, 32, 51, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}
.news-image-preview p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  word-break: break-all;
}
.admin-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 198, 167, 0.12);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
}
.news-grid {
  display: flex;
  gap: 24px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 0 18px;
  margin-top: -6px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.news-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(77, 91, 126, 0.11);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 198, 167, 0.32);
  box-shadow: 0 26px 52px rgba(37, 198, 167, 0.16);
}
.news-card-with-media {
  align-content: start;
}
.news-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(37, 198, 167, 0.16), rgba(22, 32, 51, 0.08));
}
.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.34s ease, filter 0.24s ease;
}
.news-card:hover .news-card-media img {
  transform: scale(1.035);
  filter: saturate(1.04) brightness(1.04);
}
.news-card-text::before {
  content: "";
  position: absolute;
  inset: auto -14px -24px auto;
  width: 180px;
  height: 180px;
  border-radius: 36px;
  background:
    radial-gradient(circle at center, rgba(37, 198, 167, 0.14), transparent 68%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.42), rgba(22, 32, 51, 0.02));
  pointer-events: none;
}
.news-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  height: 100%;
  padding: 28px 28px 30px;
  align-content: start;
}
.news-card-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin-bottom: 2px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(22, 32, 51, 0.06);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.news-summary {
  margin-bottom: 0;
  max-width: 42ch;
}
.featured-news {
  grid-column: auto;
  background: linear-gradient(135deg, rgba(37, 198, 167, 0.14), rgba(255, 255, 255, 0.96) 60%, rgba(255, 255, 255, 0.88));
}
.featured-news::after {
  display: none;
}
.featured-news .news-card-tag {
  background: rgba(37, 198, 167, 0.14);
  color: #118166;
}
.featured-news .news-card-body {
  padding: 28px 28px 30px;
}
.news-date,.article-date {
  margin-bottom: 0;
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 800;
}
.news-card h3 {
  margin-bottom: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  line-height: 1.08;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-news h3 {
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
}
.news-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(22, 32, 51, 0.06);
  font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease;
}
.news-card:hover a { background: rgba(22, 32, 51, 0.1); }
.about-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 22px; }
.about-photo-card { padding: 18px; }
.about-photo-card img { aspect-ratio: 1; object-fit: cover; border-radius: 22px; }
.about-photo-note { display: grid; gap: 4px; margin-top: 16px; }
.story-card { padding: 28px; }
.intro-line { font-size: 1.15rem; font-weight: 800; line-height: 1.65; }
.story-flow { display: grid; gap: 14px; }
.setup-hero { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr); gap: 20px; margin-bottom: 20px; }
.panel,.spec-card,.article-shell,.gallery-card,.info-strip { padding: 24px; }
.setup-label { margin-bottom: 8px; font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); }
.setup-image-stack { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 14px; }
.setup-main-image,.setup-secondary-image,.gallery-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; border: 1px solid var(--line); }
.spec-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.spec-list { margin: 0; padding-left: 20px; }
.spec-list li + li { margin-top: 10px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.gallery-card { padding: 14px; }
.gallery-card img { aspect-ratio: 1; }
.gallery-card span { display: block; margin-top: 10px; font-weight: 700; }
.contact-hero-clean {
  position: relative;
  overflow: hidden;
  padding: 34px 10px 16px;
  min-height: auto;
}
.contact-hero-clean::before {
  content: "";
  position: absolute;
  inset: 22px 22px auto auto;
  width: 340px;
  height: 340px;
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.56), rgba(22, 32, 51, 0.02)),
    repeating-linear-gradient(135deg, rgba(22, 32, 51, 0.045) 0 2px, transparent 2px 14px);
  border: 1px solid rgba(22, 32, 51, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transform: rotate(-8deg);
  pointer-events: none;
}
.contact-hero-clean::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 32, 51, 0), rgba(22, 32, 51, 0.14), rgba(22, 32, 51, 0));
}
.contact-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 980px;
}
.contact-hero-copy h1 {
  max-width: none;
  font-size: clamp(2.45rem, 4.35vw, 4.8rem);
  line-height: 1.02;
  white-space: nowrap;
}
.contact-hero-copy .lead {
  max-width: 54rem;
  font-size: 1.05rem;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}
.contact-panel {
  display: contents;
}
.contact-panel-card,
.contact-form-card,
.contact-link-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(77, 91, 126, 0.11);
}
.contact-panel-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, #112033, #1d3552 62%, #234463);
  color: #f7fbff;
}
.contact-form-card {
  height: 100%;
  align-self: stretch;
}
.contact-panel-card::before {
  content: "";
  position: absolute;
  inset: auto -36px -56px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 141, 92, 0.28), transparent 68%);
  pointer-events: none;
}
.contact-panel-card > * {
  position: relative;
  z-index: 1;
}
.contact-panel-card .eyebrow {
  color: rgba(157, 240, 222, 0.92);
}
.contact-panel-card h2 {
  margin-bottom: 14px;
  max-width: 11ch;
  color: #f7fbff;
}
.contact-panel-lead {
  max-width: 34ch;
  color: rgba(247, 251, 255, 0.8);
  line-height: 1.8;
}
.contact-info-stack {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
}
.contact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-text span {
  display: block;
  margin-bottom: 4px;
  color: rgba(247, 251, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-text strong,
.contact-text a {
  color: #f7fbff;
  font-size: 1rem;
  font-weight: 800;
}
.contact-link-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.contact-link-card {
  min-height: 188px;
  display: grid;
  gap: 10px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.contact-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(77, 91, 126, 0.16);
}
.contact-link-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(22, 32, 51, 0.06);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-link-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 0.98;
}
.contact-link-card p {
  margin-bottom: 0;
  max-width: 28ch;
}
.contact-link-card.is-discord {
  background: linear-gradient(160deg, rgba(235, 248, 255, 0.98), rgba(224, 245, 255, 0.94));
}
.contact-link-card.is-linktree {
  background: linear-gradient(160deg, rgba(239, 252, 245, 0.98), rgba(229, 249, 238, 0.94));
}
.contact-link-card.is-project {
  background: linear-gradient(160deg, rgba(255, 249, 243, 0.98), rgba(255, 244, 234, 0.94));
}
.contact-link-card.is-discord strong {
  color: #1f4f84;
}
.contact-link-card.is-linktree strong {
  color: #156a52;
}
.contact-link-card.is-project strong {
  color: #8f4e24;
}
.contact-form {
  display: grid;
  gap: 14px;
}
.contact-form h2 {
  margin-bottom: 4px;
  max-width: none;
}
.contact-form-intro {
  max-width: 40rem;
}
.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 6px;
}
.field {
  display: grid;
  gap: 8px;
}
.field-wide {
  grid-column: 1 / -1;
}
.field span {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text);
}
.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(22, 32, 51, 0.1);
  border-radius: 18px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.field textarea {
  resize: vertical;
  min-height: 168px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #7988a0;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(37, 198, 167, 0.62);
  box-shadow: 0 0 0 4px rgba(37, 198, 167, 0.14);
}
.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 6px;
}
.form-note {
  margin-bottom: 0;
  color: var(--muted);
}
.form-note.is-success {
  color: #13825e;
}
.form-note.is-error {
  color: #c55b35;
}
.button-send {
  gap: 10px;
  border-color: rgba(37, 198, 167, 0.72);
  background: rgba(255, 255, 255, 0.94);
  color: #118166;
  box-shadow: 0 12px 26px rgba(37, 198, 167, 0.12);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease;
}
.button-send:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 198, 167, 0.98);
  background: linear-gradient(135deg, var(--accent), #89efd7);
  color: #082c28;
  box-shadow: 0 24px 36px rgba(37, 198, 167, 0.28);
}
.button-send:hover svg {
  transform: translate3d(2px, -1px, 0);
}
.button-send svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.24s ease;
}
.button-send:disabled {
  cursor: wait;
  opacity: 0.76;
  transform: none;
}
.info-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.info-strip strong { font-size: 1.1rem; }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; color: var(--muted); }
.article-shell { max-width: 860px; margin: 0 auto; }
.article-shell .breadcrumb {
  margin-bottom: 22px;
}
.article-shell h1 {
  margin-bottom: 18px;
  width: 100%;
  max-width: none;
  font-size: clamp(1.35rem, 2.4vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-date {
  display: block;
  margin-bottom: 14px;
}
.article-cover {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 22px;
  border: 1px solid var(--line);
  margin: 24px 0 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(77, 91, 126, 0.12);
}
.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-copy ul { padding-left: 20px; }
.article-copy p + p { margin-top: 14px; }
.article-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 28px; }
@media (max-width: 1080px) { .hero,.about-layout,.setup-hero,.info-strip,.contact-layout,.streams-admin-layout { grid-template-columns: 1fr; } .project-grid-wide { grid-template-columns: 1fr; } .hero-wide { min-height: auto; } .stream-admin-feed,.news-admin-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); } .streams-grid > *, .news-grid > * { flex-basis: calc((100% - 24px) / 2); } .stream-card-featured { grid-template-columns: 1fr; } .contact-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .contact-hero-copy h1 { white-space: normal; } }
@media (max-width: 760px) {
  .page-shell { width: min(100% - 18px, 1320px); padding-top: 10px; }
  .site-header { padding: 16px; border-radius: 24px; }
  .brand-row,.section-head,.article-nav { display: grid; justify-content: stretch; }
  .section-head-actions { justify-items: start; }
  .carousel-controls { justify-content: flex-start; }
  .nav { gap: 12px; font-size: 0.95rem; }
  h1,h2 { max-width: none; }
  .article-shell h1 { max-width: none; width: 100%; font-size: clamp(1.18rem, 5vw, 1.75rem); line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .article-date { margin-bottom: 12px; }
  .project-grid,.spec-grid,.setup-image-stack,.gallery-grid,.info-strip,.contact-layout,.contact-link-grid,.form-grid,.stream-admin-feed,.news-admin-feed,.streams-admin-layout { grid-template-columns: 1fr; }
  .streams-grid > *, .news-grid > * { flex-basis: 100%; }
  .news-page-main { gap: 34px; }
  .news-section + .news-section { padding-top: 24px; }
  .section { padding-top: 62px; }
  .section-tight { padding-top: 20px; }
  .banner-project { min-height: 145px; }
  .stream-card-featured,
  .featured-news { grid-column: auto; }
  .stream-card-featured { grid-template-columns: 1fr; }
  .stream-card-featured .stream-card-media { aspect-ratio: 16 / 9; }
  .stream-card-body,
  .stream-card-featured .stream-card-body,
  .news-card-body,
  .featured-news .news-card-body { padding: 22px; }
  .hero-video { grid-template-columns: 1fr; min-height: 460px; padding: 24px; }
  .hero-photo-card { width: 160px; margin-top: 18px; justify-self: start; }
  .contact-hero-clean { padding-top: 22px; }
  .contact-hero-clean::before { inset: auto -22px -16px auto; width: 180px; height: 180px; border-radius: 28px; transform: rotate(-12deg); }
  .contact-hero-copy h1 { white-space: normal; font-size: clamp(2.5rem, 11vw, 3.6rem); }
  .contact-panel-card,.contact-form-card,.contact-link-card { padding: 22px; border-radius: 26px; }
  .form-actions { flex-direction: column; align-items: stretch; }
  .news-image-tool-actions { grid-template-columns: 1fr; }
  .button-send { width: 100%; justify-content: center; }
  .hero-page-title { max-width: none; font-size: clamp(2.5rem, 11vw, 3.6rem); white-space: normal; }
  .hero-news { min-height: auto; padding: 18px 12px 28px 6px; }
  .hero-news::before { top: auto; right: -14px; bottom: -8px; width: 180px; height: 180px; transform: rotate(-12deg); }
  .hero-news::after { top: 26px; right: 24px; width: 76px; height: 76px; box-shadow: 0 0 0 10px rgba(22, 32, 51, 0.035), 0 0 0 24px rgba(22, 32, 51, 0.02); }
  .hero-news-copy::before { margin-bottom: 16px; font-size: 0.72rem; letter-spacing: 0.07em; }
  .hero-news-copy::after { width: 120px; }
  .hero-news-title { font-size: clamp(2.6rem, 12vw, 3.5rem); white-space: normal; }
}


















