:root {
  --bg-top: #09060a;
  --bg-mid: #140b10;
  --bg-bottom: #06070a;
  --panel: rgba(19, 14, 24, 0.92);
  --panel-strong: rgba(28, 19, 35, 0.98);
  --surface: rgba(37, 26, 45, 0.88);
  --surface-soft: rgba(16, 12, 21, 0.78);
  --line: #35293b;
  --line-soft: rgba(255, 190, 84, 0.12);
  --line-cool: rgba(56, 215, 231, 0.18);
  --shadow: rgba(0, 0, 0, 0.45);
  --accent: #71dd63;
  --accent-strong: #ffc857;
  --accent-cool: #42d9ef;
  --accent-green: #6cdf62;
  --danger: #d96b64;
  --text: #fff4d7;
  --muted: #d3c3b0;
  --muted-soft: #a6978a;
  --font-display: "Press Start 2P", monospace;
  --font-body: "Chakra Petch", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 126, 50, 0.18), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(66, 217, 239, 0.12), transparent 24%),
    radial-gradient(circle at 72% 68%, rgba(108, 223, 98, 0.1), transparent 26%),
    linear-gradient(180deg, var(--bg-top), var(--bg-mid) 32%, var(--bg-bottom));
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 95%);
  opacity: 0.24;
}

.terrain-glow {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.28;
  z-index: 0;
}

.terrain-glow-left {
  top: -10rem;
  left: -10rem;
  background: rgba(255, 126, 50, 0.45);
}

.terrain-glow-right {
  top: 12rem;
  right: -10rem;
  background: rgba(66, 217, 239, 0.26);
}

.site-shell,
.admin-shell {
  padding: 1.5rem;
}

.topbar,
.dashboard-topbar,
.page-frame,
.dashboard-layout,
.site-footer {
  position: relative;
  z-index: 1;
}

.topbar,
.dashboard-topbar {
  width: min(1240px, calc(100vw - 3rem));
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 2vw, 1.05rem);
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.2rem;
  min-height: 2.6rem;
  padding: 0.45rem 0.7rem;
  border-radius: 16px 8px 16px 8px;
  background: linear-gradient(180deg, rgba(113, 221, 99, 0.94), rgba(255, 200, 87, 0.88));
  color: #10200a;
  box-shadow: 0 10px 25px rgba(113, 221, 99, 0.2);
}

.brand-text {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.topbar-actions,
.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nav-link {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.nav-link:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.eyebrow,
.section-kicker,
.label-chip {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
}

.page-frame {
  width: min(1240px, calc(100vw - 3rem));
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 126, 50, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(66, 217, 239, 0.04), transparent 30%),
    linear-gradient(180deg, var(--panel-strong), var(--panel));
  border: 1px solid rgba(113, 221, 99, 0.14);
  border-radius: 30px 10px 30px 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px var(--shadow);
}

.panel::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px 6px 20px 6px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

h1,
.editor-card-title {
  font-family: var(--font-display);
}

h1 {
  margin: 0.65rem 0 0;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.28;
}

h2,
h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.hero-tagline,
.hero-description,
.dashboard-subtitle,
.sidebar-copy,
.copy-hint,
.news-excerpt,
.faq-answer,
.staff-meta,
.quick-link-copy,
.footer-copy,
.status-box,
input,
textarea,
button,
a,
li,
p {
  font-size: 1.08rem;
}

.hero-panel,
.join-section,
.news-column,
.feature-panel,
.faq-panel,
.staff-section,
.cta-banner,
.form-panel,
.dashboard-sidebar {
  padding: 1.7rem;
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 1.6rem;
  align-items: center;
}

.hero-copy,
.hero-visual,
.news-column,
.feature-panel,
.faq-panel,
.staff-section,
.cta-banner,
.form-panel,
.dashboard-sidebar {
  position: relative;
  z-index: 1;
}

.hero-tagline {
  margin: 1rem 0 0;
  color: var(--accent-cool);
  font-weight: 700;
}

.hero-description {
  margin: 0.95rem 0 1.5rem;
  max-width: 64ch;
  color: var(--muted);
}

.hero-inline-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.inline-stat,
.stat-card,
.news-card,
.staff-card,
.faq-item,
.quick-link,
.editor-card,
.step-card,
.mode-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(9, 9, 13, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px 8px 22px 8px;
}

.inline-stat {
  padding: 1rem;
}

.inline-stat strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.12rem;
}

.copy-hint {
  margin: 1rem 0 0;
  color: var(--muted-soft);
}

.hero-visual {
  display: grid;
  gap: 1rem;
}

.hero-image-shell {
  position: relative;
  padding: 1rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at top, rgba(255, 126, 50, 0.18), transparent 45%),
    rgba(10, 10, 16, 0.66);
  border: 1px solid rgba(255, 185, 84, 0.18);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 30px 70px rgba(0, 0, 0, 0.42);
}

.hero-image-shell::before {
  content: "";
  position: absolute;
  inset: 12%;
  background: radial-gradient(circle, rgba(255, 126, 50, 0.28), rgba(66, 217, 239, 0.12) 45%, transparent 70%);
  filter: blur(36px);
  z-index: 0;
}

.hero-image-shell img,
.sidebar-art-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  border-radius: 24px;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
}

.visual-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.visual-badges span,
.news-meta,
.staff-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 185, 84, 0.12);
  border: 1px solid rgba(255, 185, 84, 0.16);
  color: var(--accent);
  font-weight: 700;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.stats-grid,
.news-grid,
.staff-grid,
.join-grid,
.mode-grid {
  display: grid;
  gap: 1rem;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.join-grid,
.mode-grid,
.staff-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card,
.news-card,
.staff-card,
.step-card,
.mode-card {
  padding: 1.15rem;
  animation: float-up 480ms ease both;
}

.stat-value {
  margin: 0.6rem 0 0.25rem;
  font-size: 2.05rem;
  font-weight: 700;
}

.stat-context,
.news-excerpt,
.staff-meta,
.faq-answer,
.quick-link-copy,
.footer-copy {
  color: var(--muted);
}

.content-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.84fr);
  gap: 1.5rem;
}

.side-column,
.quick-links,
.faq-list,
.editor-stack,
.dashboard-form,
.utility-actions,
.link-list {
  display: grid;
  gap: 1rem;
}

.news-title,
.staff-name,
.faq-question,
.quick-link-title {
  margin: 0.85rem 0 0.45rem;
  font-size: 1.28rem;
  font-weight: 700;
}

.quick-link,
.faq-item {
  padding: 1rem;
}

.quick-link {
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.file-button:hover,
.icon-button:hover,
.quick-link:hover,
.nav-link:hover {
  transform: translateY(-2px);
}

.quick-link:hover {
  border-color: rgba(66, 217, 239, 0.2);
  background: rgba(15, 14, 20, 0.88);
}

.step-number,
.mode-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(113, 221, 99, 0.18), rgba(255, 200, 87, 0.14));
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.72rem;
  margin-bottom: 1rem;
}

.step-card p,
.mode-card p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.cta-copy {
  margin-bottom: 0;
}

.site-footer {
  width: min(1240px, calc(100vw - 3rem));
  margin: 1rem auto 0;
  padding-bottom: 1.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.8fr) minmax(220px, 0.7fr);
  gap: 1.5rem;
  padding: 1.5rem 0 0;
  color: var(--muted);
}

.footer-link {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
}

.button,
.file-button {
  appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.1rem;
  border-radius: 16px 6px 16px 6px;
  font-weight: 700;
  font-family: var(--font-body);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button-primary {
  background: linear-gradient(180deg, var(--accent), var(--accent-strong));
  color: #231106;
  box-shadow: 0 18px 30px rgba(255, 126, 50, 0.2);
}

.button-ghost {
  background: rgba(14, 12, 19, 0.74);
  border-color: rgba(255, 185, 84, 0.2);
  color: var(--text);
}

.button-soft {
  background: rgba(66, 217, 239, 0.08);
  border-color: rgba(66, 217, 239, 0.18);
  color: var(--text);
}

.button-danger {
  background: rgba(217, 107, 100, 0.14);
  border-color: rgba(217, 107, 100, 0.28);
  color: #ffd6d1;
}

.dashboard-layout {
  width: min(1240px, calc(100vw - 3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.dashboard-sidebar {
  position: sticky;
  top: 1.5rem;
  display: grid;
  gap: 1.2rem;
}

.sidebar-art-frame {
  padding: 0.9rem;
  background: rgba(9, 10, 14, 0.78);
  border-radius: 26px;
  border: 1px solid rgba(255, 185, 84, 0.16);
}

.sidebar-block {
  display: grid;
  gap: 0.55rem;
}

.sidebar-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.status-box {
  padding: 1rem;
  border-radius: 20px 8px 20px 8px;
  background: rgba(255, 185, 84, 0.08);
  border: 1px solid rgba(255, 185, 84, 0.18);
}

#importInput {
  display: none;
}

.field-grid,
.editor-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stacked-heading {
  align-items: center;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field-full {
  grid-column: 1 / -1;
}

.field span {
  color: var(--muted);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 185, 84, 0.14);
  border-radius: 16px 6px 16px 6px;
  background: rgba(10, 10, 14, 0.72);
  color: var(--text);
  padding: 0.85rem 0.95rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input:focus,
textarea:focus {
  border-color: rgba(66, 217, 239, 0.34);
  box-shadow: 0 0 0 3px rgba(66, 217, 239, 0.09);
}

textarea {
  min-height: 7rem;
  resize: vertical;
}

.editor-card {
  padding: 1rem;
}

.editor-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.editor-card-title {
  font-size: 0.82rem;
}

.icon-button {
  appearance: none;
  border: 1px solid rgba(217, 107, 100, 0.24);
  border-radius: 12px 4px 12px 4px;
  background: rgba(217, 107, 100, 0.1);
  color: #ffd6d1;
  padding: 0.65rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

@keyframes float-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .hero-panel,
  .content-columns,
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    position: static;
  }
}

@media (max-width: 900px) {
  .stats-grid,
  .join-grid,
  .mode-grid,
  .staff-grid,
  .news-grid,
  .field-grid,
  .editor-card-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-shell,
  .admin-shell {
    padding: 1rem;
  }

  .topbar,
  .dashboard-topbar,
  .page-frame,
  .dashboard-layout,
  .site-footer {
    width: min(100vw - 2rem, 1240px);
  }

  .topbar,
  .dashboard-topbar,
  .section-heading,
  .cta-banner,
  .editor-card-header {
    flex-direction: column;
    align-items: start;
  }

  .hero-panel,
  .join-section,
  .news-column,
  .feature-panel,
  .faq-panel,
  .staff-section,
  .cta-banner,
  .form-panel,
  .dashboard-sidebar {
    padding: 1.2rem;
  }

  .button,
  .file-button {
    width: 100%;
  }

  .hero-inline-stats {
    grid-template-columns: 1fr;
  }
}

select {
  width: 100%;
  border: 1px solid rgba(255, 185, 84, 0.14);
  border-radius: 16px 6px 16px 6px;
  background: rgba(10, 10, 14, 0.72);
  color: var(--text);
  padding: 0.85rem 0.95rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

select:focus {
  border-color: rgba(66, 217, 239, 0.34);
  box-shadow: 0 0 0 3px rgba(66, 217, 239, 0.09);
}

.session-pill {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border-radius: 16px 6px 16px 6px;
  background: rgba(113, 221, 99, 0.1);
  border: 1px solid rgba(113, 221, 99, 0.22);
  color: var(--text);
  font-weight: 700;
}

.auth-shell {
  display: grid;
  place-items: center;
}

.auth-wrap {
  width: min(560px, calc(100vw - 2rem));
  position: relative;
  z-index: 1;
}

.auth-card {
  padding: 1.7rem;
}

.auth-form,
.auth-links {
  display: grid;
  gap: 1rem;
}

.auth-links {
  margin-top: 1rem;
}

.media-upload-form {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.media-upload-button {
  justify-self: start;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.media-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(9, 9, 13, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px 8px 22px 8px;
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
}

.media-thumb-shell {
  background: rgba(8, 8, 12, 0.85);
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.media-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-meta {
  display: grid;
  gap: 0.35rem;
}

.media-url {
  margin: 0;
  color: var(--muted-soft);
  font-size: 0.94rem;
  word-break: break-all;
}

.media-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.media-action {
  flex: 1 1 10rem;
}

.checkbox-field {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.4rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 185, 84, 0.14);
  border-radius: 16px 6px 16px 6px;
  background: rgba(10, 10, 14, 0.72);
}

.checkbox-field input {
  appearance: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  padding: 0;
}

.article-card {
  overflow: hidden;
  padding: 0;
}

.article-card-cover {
  display: block;
  aspect-ratio: 16 / 9;
  background: rgba(8, 8, 12, 0.8);
}

.article-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-card-copy {
  padding: 1.15rem;
}

.article-author {
  margin: 0.55rem 0 0.25rem;
  color: var(--muted-soft);
  font-weight: 700;
}

.article-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--accent-cool);
  text-decoration: none;
  font-weight: 700;
}

.launcher-section[hidden] {
  display: none;
}

.account-layout,
.vote-layout,
.integration-status-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 1.25rem;
  align-items: stretch;
}

.account-copy,
.vote-copy {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.account-card,
.integration-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(9, 9, 13, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px 8px 22px 8px;
}

.player-profile-form {
  display: grid;
  gap: 0.9rem;
}

.vote-section[hidden] {
  display: none;
}

.vote-site-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vote-site-card {
  display: grid;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.15rem;
  color: var(--text);
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(9, 9, 13, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px 8px 22px 8px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.vote-site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.vote-site-card:hover {
  transform: translateY(-2px);
  border-color: rgba(113, 221, 99, 0.24);
  background: rgba(15, 14, 20, 0.88);
}

.launcher-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 1.25rem;
  align-items: stretch;
}

.launcher-copy {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.plugin-badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.4rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(113, 221, 99, 0.12);
  border: 1px solid rgba(113, 221, 99, 0.2);
  color: var(--text);
  font-weight: 700;
}

.launcher-description,
.launcher-version,
.launcher-notes {
  margin: 0;
}

.launcher-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.launcher-os-card {
  display: grid;
  gap: 0.6rem;
  min-height: 100%;
  padding: 1.15rem;
  text-decoration: none;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(9, 9, 13, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px 8px 22px 8px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.launcher-os-card strong {
  font-size: 1.18rem;
}

.launcher-os-card:hover {
  transform: translateY(-2px);
  border-color: rgba(66, 217, 239, 0.2);
  background: rgba(15, 14, 20, 0.88);
}

.shop-section[hidden] {
  display: none;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.shop-copy {
  display: grid;
  gap: 0.7rem;
}

.shop-order-panel {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.shop-status {
  margin: 0;
}

.shop-payment-notice {
  margin: 0;
}

.shop-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shop-package-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(9, 9, 13, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px 8px 22px 8px;
}

.shop-package-card h3 {
  font-size: 1.16rem;
}

.shop-package-price {
  margin: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 1.2rem;
}

.shop-package-copy {
  margin: 0;
  color: var(--muted);
}

.integration-hint {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 20px 8px 20px 8px;
  background: rgba(66, 217, 239, 0.08);
  border: 1px solid rgba(66, 217, 239, 0.18);
  color: var(--muted);
}

.integration-hint p {
  margin: 0.3rem 0;
}

.integration-hint code {
  font-family: var(--font-body);
  color: var(--text);
}

.integration-card code,
.copy-hint code {
  font-family: var(--font-body);
  color: var(--text);
  word-break: break-all;
}

.article-shell {
  display: grid;
  gap: 1.5rem;
  padding: 1.7rem;
}

.article-cover-shell {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(8, 8, 12, 0.84);
}

.article-cover-shell img {
  width: 100%;
  display: block;
  max-height: 34rem;
  object-fit: cover;
}

.article-body {
  display: grid;
  gap: 1rem;
}

.article-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.empty-state {
  padding: 1.2rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .media-grid {
    grid-template-columns: 1fr;
  }

  .launcher-layout,
  .launcher-actions-grid,
  .account-layout,
  .vote-layout,
  .integration-status-grid,
  .shop-layout,
  .shop-package-grid,
  .vote-site-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .media-actions {
    flex-direction: column;
  }

  .vote-site-actions {
    flex-direction: column;
  }

  .media-upload-button {
    width: 100%;
    justify-self: stretch;
  }
}
