:root {
  --bg: #05070f;
  --panel: #070c08;
  --line: #39ff14;
  --line-soft: rgba(57, 255, 20, 0.28);
  --text: #f1ffe9;
  --muted: #b8c8ae;
  --gold: #d8a43f;
  --cyan: #7ce7ff;
  --danger: #ff8ea1;
  --radius: 18px;
  --max: 920px;
  --shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px var(--line), 7px 7px 0 #020402;
  --header-cell-h: clamp(60px, 7vw, 68px);
  --star-near: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Crect width='200' height='200' fill='%2305070f'/%3E%3Cg fill='%23ffffff' opacity='0.5'%3E%3Crect x='20' y='22' width='2' height='2'/%3E%3Crect x='60' y='88' width='2' height='2'/%3E%3Crect x='104' y='42' width='2' height='2'/%3E%3Crect x='156' y='122' width='2' height='2'/%3E%3Crect x='176' y='68' width='2' height='2'/%3E%3Crect x='34' y='150' width='2' height='2'/%3E%3Crect x='126' y='170' width='2' height='2'/%3E%3C/g%3E%3C/svg%3E");
}

.legal-doc {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px 8px;
  color: #999;
  font-size: 13px;
  line-height: 1.6;
  font-family: "Inter", system-ui, sans-serif;
}

.legal-doc.panel {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.legal-doc h1,
.legal-doc.guide-article h1 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #ccc;
  line-height: 1.35;
  font-family: inherit;
  font-weight: 500;
}

.legal-doc h2,
.legal-doc h3,
.legal-doc.guide-article h2,
.legal-doc.guide-article h3 {
  margin: 16px 0 8px;
  font-size: 14px;
  color: #bbb;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 400;
}

.legal-doc p,
.legal-doc.guide-article p {
  margin: 0 0 12px;
}

.legal-doc .guide-updated {
  margin: 0 0 14px;
  color: #666;
  font-size: 11px;
  line-height: 1.5;
}

.legal-doc a {
  color: #8b8b8b;
  text-underline-offset: 2px;
}

.legal-doc a:hover,
.legal-doc a:focus-visible {
  color: #aaa;
}

.legal-note {
  margin-top: 14px;
  color: #666;
  font-size: 11px;
  line-height: 1.55;
}

.legal-fine {
  margin-top: 12px;
  color: #555;
  font-size: 10px;
  line-height: 1.5;
}

.legal-controller {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid #1a1a1a;
  color: #666;
  font-size: 11px;
  line-height: 1.55;
}

.legal-table-wrap {
  overflow-x: auto;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  color: #888;
  font-size: 11px;
}

.legal-table th,
.legal-table td {
  border: 1px solid #222;
  padding: 7px 8px;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: #aaa;
  font-weight: 500;
}

.site-footer {
  margin-top: 24px;
  border-top: 1px solid #222;
  background: #0a0a0a;
}

.site-footer-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 16px;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer-disclaimer {
  margin-bottom: 8px;
  font-size: 10px;
  color: #555;
  line-height: 1.4;
}

.site-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 6px;
  font-size: 10px;
  color: #777;
  line-height: 1.4;
}

.site-footer-links span {
  color: #444;
}

.site-footer a {
  font-size: 10px;
  color: #777;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #aaa;
  text-decoration: underline;
}

.site-footer-copy {
  font-size: 10px;
  color: #444;
  line-height: 1.4;
}

.consent-widget {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 60;
}

.consent-fab {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(156, 167, 185, 0.55);
  border-radius: 11px;
  background: #1a2130;
  color: #dce7ff;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.36);
  font-size: 16px;
  transition: opacity 160ms ease, filter 140ms ease, border-color 140ms ease;
}

.consent-fab.is-unset {
  background: #333;
  border-color: #444;
  opacity: 0.5;
}

.consent-fab.is-unset:hover,
.consent-fab.is-unset:focus-visible {
  opacity: 0.8;
}

.consent-fab.is-accepted {
  background: #1d5f3f;
  border-color: rgba(146, 255, 191, 0.86);
  opacity: 0.95;
}

.consent-fab.is-rejected {
  background: #2a2e38;
  border-color: rgba(170, 170, 170, 0.7);
  opacity: 0.85;
}

.consent-fab:focus-visible {
  outline: 2px solid rgba(151, 255, 103, 0.9);
  outline-offset: 2px;
}

.consent-panel {
  position: absolute;
  right: 0;
  bottom: 46px;
  width: min(320px, calc(100vw - 24px));
  border: 1px solid rgba(136, 255, 110, 0.18);
  border-radius: 12px;
  background: #0f1621;
  color: #d6e0f2;
  padding: 12px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.42);
}

.consent-panel h2 {
  margin: 0 0 6px;
  font-size: 0.93rem;
  font-weight: 500;
}

.consent-panel p {
  margin: 0 0 10px;
  line-height: 1.45;
  font-size: 0.8rem;
  color: #b9c4d7;
}

.consent-actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}

.consent-accept {
  flex: 1;
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-family: inherit;
  font-weight: 600;
  border: 1px solid rgba(136, 255, 110, 0.5);
  border-radius: 8px;
  background: rgba(136, 255, 110, 0.2);
  color: #83ff70;
  cursor: pointer;
}

.consent-accept:hover {
  background: rgba(136, 255, 110, 0.3);
}

.consent-reject {
  flex: 1;
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-family: inherit;
  font-weight: 600;
  border: 1px solid rgba(138, 143, 154, 0.35);
  border-radius: 8px;
  background: transparent;
  color: #8a8f9a;
  cursor: pointer;
  text-decoration: none;
}

.consent-reject:hover,
.consent-reject:focus-visible {
  background: rgba(138, 143, 154, 0.1);
  color: #aaa;
}

.consent-reject:focus-visible,
.consent-more:focus-visible {
  outline: 2px solid rgba(151, 255, 103, 0.9);
  outline-offset: 2px;
}

.consent-more {
  display: inline-block;
  margin-top: 8px;
  color: #777;
  font-size: 11px;
  text-underline-offset: 2px;
}

/* Consent Bar */
.consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 61;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  background: #0f1621;
  border-top: 1px solid rgba(136, 255, 110, 0.15);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  color: #b9c4d7;
  flex-wrap: wrap;
  transform: translateY(0);
  transition: transform 300ms ease, opacity 300ms ease;
}

.consent-bar[hidden] { display: none; }

.consent-bar.consent-bar-hiding {
  transform: translateY(100%);
  opacity: 0;
}

.consent-bar-text {
  flex: 1 1 auto;
  min-width: 180px;
  line-height: 1.4;
}

.consent-bar-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.consent-bar-btn {
  min-height: 34px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.consent-bar-accept {
  background: rgba(136, 255, 110, 0.2);
  color: #83ff70;
  border: 1px solid rgba(136, 255, 110, 0.5);
}

.consent-bar-accept:hover { background: rgba(136, 255, 110, 0.3); }

.consent-bar-reject {
  background: transparent;
  color: #8a8f9a;
  border: 1px solid rgba(138, 143, 154, 0.35);
}

.consent-bar-reject:hover { background: rgba(138, 143, 154, 0.1); }

.consent-bar-more {
  color: #777;
  font-size: 11px;
  text-underline-offset: 2px;
  flex-shrink: 0;
}

.consent-bar-close {
  background: none;
  border: none;
  color: #666;
  font-size: 20px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  flex-shrink: 0;
}

.consent-bar-close:hover { color: #999; }

@media (max-width: 600px) {
  .consent-bar {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 10px 16px;
  }
  .consent-bar-actions { width: 100%; }
  .consent-bar-btn { flex: 1; }
  .consent-bar-close {
    position: absolute;
    top: 6px;
    right: 10px;
  }
}

.info-legal-hub {
  margin-bottom: 14px;
}

@font-face {
  font-family: "Press Start 2P";
  src: url("../fonts/PressStart2P-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  background: #05070f;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: var(--star-near);
  background-size: 200px 200px;
  opacity: 0.18;
  animation: drift 40s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(900px 460px at 10% -10%, rgba(74, 124, 255, 0.18), transparent 60%),
    radial-gradient(760px 420px at 100% 0%, rgba(193, 92, 255, 0.16), transparent 62%),
    radial-gradient(620px 340px at 50% 115%, rgba(67, 209, 255, 0.12), transparent 65%),
    #05070f;
}

@keyframes drift {
  from { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  to { transform: translateY(0); }
}

.shell {
  width: min(calc(100% - 20px), var(--max));
  margin: 0 auto;
  padding: 14px 0 36px;
}

.panel {
  background: var(--panel);
  border: 2px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.topbar {
  padding: 10px 12px;
  display: grid;
  gap: 10px;
}

.topbar-lite {
  gap: 0;
}

.brand-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  gap: clamp(10px, 1.6vw, 18px);
  width: 100%;
}

.header-cell {
  min-height: var(--header-cell-h);
  display: flex;
  align-items: center;
}

.brand-wrap {
  justify-content: flex-start;
  width: max-content;
}

.brand {
  margin: 0;
  color: var(--line);
  font-family: "Press Start 2P", cursive;
  font-size: clamp(1rem, 2.3vw, 1.26rem);
  font-weight: 700;
  line-height: 1;
}

.brand-stack {
  display: inline-grid;
  gap: 4px;
}

.brand-home-link {
  color: inherit;
  text-decoration: none;
  display: inline-grid;
  gap: 4px;
}

.brand-home-link:hover {
  filter: brightness(1.06);
}

.brand-home-link:focus-visible {
  outline: 2px solid rgba(203, 255, 92, 0.9);
  outline-offset: 2px;
  border-radius: 6px;
}

.brand-line {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.brand-word {
  display: inline-block;
}

.brand-line-second {
  padding-left: 0;
}

.brand-center {
  min-width: 0;
  justify-content: center;
  width: 100%;
}

.brand-mark {
  display: block;
  width: clamp(60px, 4.9vw, 68px);
  height: clamp(60px, 4.9vw, 68px);
  max-width: 100%;
  object-fit: cover;
  border-radius: 999px;
  filter: drop-shadow(0 0 4px rgba(200, 255, 38, 0.18));
  flex: 0 0 auto;
}

.brand-logo-btn {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 999px;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  min-width: clamp(60px, 4.9vw, 68px);
  min-height: clamp(60px, 4.9vw, 68px);
}

.brand-logo-btn:focus-visible {
  outline: 2px solid rgba(203, 255, 92, 0.9);
  outline-offset: 2px;
}

.brand-sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 36ch;
}

.badge {
  flex-shrink: 0;
  color: #101410;
  background: var(--gold);
  border: 2px solid #ffe7a8;
  border-radius: 999px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Press Start 2P", cursive;
  font-size: 0.5rem;
  line-height: 1.4;
}

.menu-wrap {
  position: relative;
  justify-content: center;
  width: max-content;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
}

.badge-live-status {
  width: clamp(152px, 16vw, 198px);
  min-height: 36px;
  justify-content: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #efbd4f, #9a5a06);
  border: 2px solid rgba(255, 239, 176, 0.88);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24), 0 0 10px rgba(255, 199, 80, 0.32);
}

.badge-menu {
  cursor: pointer;
  user-select: none;
  width: clamp(132px, 14vw, 176px);
  min-height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  margin-left: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(23, 128, 47, 0.95), rgba(8, 70, 24, 0.98));
  border: 2px solid rgba(100, 255, 140, 0.72);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), 0 0 12px rgba(57, 255, 20, 0.24);
  transition: filter 120ms ease, transform 120ms ease, box-shadow 120ms ease;
}

.badge-live-label {
  flex: 0 1 auto;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.08;
  font-size: clamp(0.44rem, 0.76vw, 0.58rem);
}

.badge-menu:hover {
  filter: brightness(1.06);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), 0 0 14px rgba(57, 255, 20, 0.44);
}

.badge-menu:active {
  transform: translateY(1px);
}

.badge-menu:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.badge-planet {
  display: inline-block;
  font-size: clamp(0.74rem, 1.05vw, 0.86rem);
  animation: planet-spin 3.6s linear infinite;
  transform-origin: center;
  flex: 0 0 auto;
  will-change: transform;
}

.menu-caret-label {
  display: block;
  color: #ebffe2;
  font-family: "Press Start 2P", cursive;
  font-size: clamp(0.44rem, 0.76vw, 0.58rem);
  font-weight: 400;
  line-height: 1.08;
  transform: translateY(0);
  opacity: 0.99;
  text-rendering: geometricPrecision;
  letter-spacing: 0.02em;
  text-shadow: 0 0 6px rgba(160, 255, 177, 0.38);
}

@keyframes caret-pulse {
  0%, 100% {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), 0 0 5px rgba(57, 255, 20, 0.18);
    transform: scale(1);
  }
  50% { transform: scale(1.03); }
}

.badge-menu[aria-expanded="true"] {
  background: linear-gradient(180deg, rgba(25, 142, 52, 0.95), rgba(9, 82, 29, 0.98));
  border-color: rgba(110, 255, 150, 0.82);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), 0 0 15px rgba(57, 255, 20, 0.5);
}

.live-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 190px;
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 12px;
  border: 2px solid rgba(57, 255, 20, 0.38);
  background: linear-gradient(180deg, rgba(8, 18, 9, 0.98), rgba(5, 11, 6, 0.98));
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.65), 0 9px 18px rgba(0, 0, 0, 0.45), 0 0 16px rgba(57, 255, 20, 0.16);
  z-index: 20;
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  pointer-events: none;
}

.live-menu[hidden] {
  display: none;
}

.live-menu.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 160ms ease, transform 160ms ease;
}

.live-menu.is-closing {
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease;
}

.live-menu a {
  color: #d8ffe0;
  text-decoration: none;
  font-family: "Press Start 2P", cursive;
  font-size: 0.5rem;
  line-height: 1.4;
  border-radius: 10px;
  padding: 9px 10px;
  border: 1px solid rgba(57, 255, 20, 0.24);
  background: rgba(57, 255, 20, 0.06);
}

.live-menu a:hover,
.live-menu a:focus-visible {
  background: rgba(57, 255, 20, 0.14);
  border-color: rgba(57, 255, 20, 0.6);
}

.live-menu.is-open a {
  animation: decrypt-menu 190ms steps(6, end);
}

.live-menu.is-open a:nth-child(2) {
  animation-delay: 38ms;
}

.live-menu.is-open a:nth-child(3) {
  animation-delay: 76ms;
}

@keyframes decrypt-menu {
  0% { opacity: 0; filter: brightness(1.35); letter-spacing: 0.04em; transform: translateY(-2px); }
  100% { opacity: 1; filter: brightness(1); letter-spacing: 0; transform: translateY(0); }
}

@keyframes planet-spin {
  to { transform: rotate(360deg); }
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  min-height: 130px;
  /* align-items rimosso: default stretch → tutte le card alla stessa altezza */
}

.channel-grid.is-fallback {
  display: block;
  min-height: 0;
}

.channel-card {
  text-decoration: none;
  color: var(--text);
  border: 2px solid rgba(57, 255, 20, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(57, 255, 20, 0.07), rgba(57, 255, 20, 0.01));
  height: auto;
  padding: 10px 6px;
  display: grid;
  justify-items: center;
  grid-template-rows: auto 1fr auto;
  gap: 7px;
}

.channel-card:hover {
  border-color: rgba(57, 255, 20, 0.42);
}

.channel-emoji {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  line-height: 1;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
  transform-origin: center;
  will-change: transform;
}

.channel-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

.channel-emoji .channel-emoji-text,
.entry-channel-art .channel-emoji-text {
  display: none;
}

.channel-emoji:not(:has(.channel-logo-img)) .channel-emoji-text,
.channel-emoji.logo-failed .channel-emoji-text,
.entry-channel-art:not(:has(.channel-logo-img)) .channel-emoji-text,
.entry-channel-art.logo-failed .channel-emoji-text {
  display: block;
}

.channel-emoji.logo-failed .channel-logo-img,
.entry-channel-art.logo-failed .channel-logo-img {
  display: none;
}

.entry-channel-art .channel-logo-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.channel-card:nth-child(1) .channel-emoji { animation: emoji-float 2.4s ease-in-out infinite; }
.channel-card:nth-child(2) .channel-emoji { animation: emoji-float 2.1s ease-in-out infinite; }
.channel-card:nth-child(3) .channel-emoji { animation: emoji-float 2.6s ease-in-out infinite; }
.channel-card:nth-child(4) .channel-emoji { animation: emoji-float 2.2s ease-in-out infinite; }
.channel-card:nth-child(5) .channel-emoji { animation: emoji-float 2.3s ease-in-out infinite; }

@keyframes emoji-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes emoji-hover {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-2px) rotate(-2deg); }
}

@keyframes emoji-pop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@keyframes emoji-tilt {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-3deg); }
  75% { transform: rotate(3deg); }
}

@keyframes emoji-pulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55)); }
  50% { transform: scale(1.07); filter: drop-shadow(0 0 6px rgba(255, 120, 80, 0.4)); }
}

.channel-title {
  margin: 0;
  text-align: center;
  font-size: 0.5rem;
  line-height: 1.2;
  font-weight: 800;
  min-height: 2.2em;
  overflow-wrap: anywhere;
}

.channel-enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 110px);
  min-width: 0;
  min-height: 28px;
  padding: 6px 8px;
  border-radius: 999px;
  border: 2px solid var(--enter-border, rgba(255, 255, 255, 0.65));
  background: var(--enter-bg, linear-gradient(180deg, #83ff70, #39ff14));
  color: var(--enter-text, #061207);
  font-family: "Press Start 2P", cursive;
  font-size: 0.44rem;
  line-height: 1;
  box-shadow: 0 3px 0 var(--enter-shadow, #139601);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.channel-card:active .channel-enter {
  transform: translateY(2px);
  box-shadow: 0 1px 0 var(--enter-shadow, #139601);
}

.channel-help {
  margin: 8px auto 0;
  padding: 6px 0;
  color: var(--text);
  font-size: clamp(0.82rem, 2.4vw, 0.94rem);
  line-height: 1.45;
  text-align: center;
  display: block;
  max-width: fit-content;
}


.join-all-inline {
  --join-pulse-duration: 7.8s;
  --join-ship-duration: 7.8s;
  --join-ship-delay: 0.18s;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding: 3px 9px;
  border: 1px solid rgba(204, 237, 188, 0.88);
  border-radius: 7px;
  background: linear-gradient(180deg, #a9e488, #72c86b);
  box-shadow: 0 2px 0 #357a33, 0 0 0 1px rgba(14, 28, 14, 0.35), 0 0 8px rgba(114, 200, 107, 0.14);
  color: #081008;
  font-family: "Press Start 2P", cursive;
  font-size: clamp(0.4rem, 1.42vw, 0.52rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: filter 120ms ease, transform 120ms ease, box-shadow 120ms ease;
  animation: join-inline-pulse var(--join-pulse-duration) ease-in-out infinite;
  vertical-align: baseline;
  white-space: nowrap;
}

.join-all-inline::before {
  content: "\01F6F8";
  position: absolute;
  left: -0.9rem;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) translateX(-7px) scale(0.84);
  filter: drop-shadow(0 0 5px rgba(114, 200, 107, 0.38));
  pointer-events: none;
  animation: join-inline-ship-left var(--join-ship-duration) linear infinite;
  animation-delay: var(--join-ship-delay);
}

.join-all-inline::after {
  content: "\01F6F8";
  position: absolute;
  right: -0.9rem;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) translateX(7px) scale(0.84) rotate(180deg);
  filter: drop-shadow(0 0 5px rgba(114, 200, 107, 0.38));
  pointer-events: none;
  animation: join-inline-ship-right var(--join-ship-duration) linear infinite;
  animation-delay: var(--join-ship-delay);
}

.join-all-inline:hover,
.join-all-inline:focus-visible {
  filter: brightness(1.03);
  box-shadow: 0 2px 0 #357a33, 0 0 0 1px rgba(14, 28, 14, 0.4), 0 0 10px rgba(114, 200, 107, 0.2);
}

.join-all-inline:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #357a33, 0 0 0 1px rgba(14, 28, 14, 0.3);
}

.join-all-inline:focus-visible {
  outline: 2px solid rgba(201, 236, 178, 0.95);
  outline-offset: 2px;
}

@keyframes join-inline-pulse {
  0%, 100% { filter: brightness(1); }
  12% { filter: brightness(1.08); }
  20% { filter: brightness(1.01); }
}

@keyframes join-inline-shimmer {
  0%, 14%, 100% {
    color: #9bf6a1;
    text-shadow: 0 0 5px rgba(155, 246, 161, 0.26);
  }
  7% {
    color: #d8ffdb;
    text-shadow: 0 0 18px rgba(155, 246, 161, 0.7), 0 0 6px rgba(155, 246, 161, 0.5);
  }
}

@keyframes join-inline-glitch {
  0%, 100% { opacity: 1; }
  1.4% { opacity: 0.5; }
  2.1% { opacity: 1; }
  2.8% { opacity: 0.72; }
  3.5% { opacity: 1; }
}

@keyframes join-inline-ship-left {
  0%, 8%, 20%, 100% { opacity: 0; transform: translateY(-50%) translateX(-7px) scale(0.84); }
  11% { opacity: 0.58; transform: translateY(-50%) translateX(0) scale(0.9); }
  17% { opacity: 0; transform: translateY(-50%) translateX(calc(100% + 8px)) scale(0.87); }
}

@keyframes join-inline-ship-right {
  0%, 8%, 20%, 100% { opacity: 0; transform: translateY(-50%) translateX(7px) scale(0.84) rotate(180deg); }
  11% { opacity: 0.58; transform: translateY(-50%) translateX(0) scale(0.9) rotate(180deg); }
  17% { opacity: 0; transform: translateY(-50%) translateX(calc(-100% - 8px)) scale(0.87) rotate(180deg); }
}

.channel-help-accent {
  color: var(--gold);
  font-weight: 700;
}

.channel-help-neon {
  color: inherit;
  font-weight: 700;
}

.loading-note {
  margin: 0;
  border: 1px dashed rgba(124, 231, 255, 0.4);
  border-radius: 12px;
  background: rgba(124, 231, 255, 0.08);
  color: #d8f5ff;
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px 12px;
}

.hero {
  margin-top: 14px;
  padding: 14px 12px;
}

.hero-title {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: "Press Start 2P", cursive;
  font-size: clamp(0.95rem, 4.4vw, 1.48rem);
  line-height: 1.42;
}

.signal-emoji-scare {
  display: inline-block;
  transform-origin: center;
  animation: scare-jitter 1.4s ease-in-out infinite;
}

@keyframes scare-jitter {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  20% { transform: translateY(-1px) rotate(-5deg) scale(1.06); }
  40% { transform: translateY(1px) rotate(5deg) scale(1.08); }
  60% { transform: translateY(-1px) rotate(-3deg) scale(1.05); }
  80% { transform: translateY(0) rotate(2deg) scale(1.03); }
}

.hero-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.scan-box {
  margin-top: 12px;
  padding: 12px;
  border: 2px solid rgba(57, 255, 20, 0.2);
  box-shadow: none;
}

.scan-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.scan-copy {
  margin: 4px 0 0;
  color: var(--muted);
}

.scan-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.scan-left {
  display: grid;
  gap: 10px;
}

.scan-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.scan-core {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.relic-side {
  display: grid;
  gap: 8px;
}

.radar-shell {
  width: 104px;
  height: 104px;
  border-radius: 14px;
  border: 2px solid rgba(57, 255, 20, 0.25);
  background: linear-gradient(180deg, rgba(57, 255, 20, 0.05), rgba(0, 0, 0, 0.22));
  display: grid;
  place-items: center;
}

.radar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid rgba(57, 255, 20, 0.38);
  background: radial-gradient(circle, rgba(57, 255, 20, 0.16), rgba(0, 0, 0, 0.72));
  position: relative;
  overflow: hidden;
}

.radar::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 0deg, rgba(57, 255, 20, 0.4), transparent 45%);
  animation: spin 2s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.radar-number {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--line);
  font-family: "Press Start 2P", cursive;
  font-size: 0.7rem;
  z-index: 1;
}

.radar.pulse::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 2px solid rgba(57, 255, 20, 0.55);
  border-radius: 50%;
  animation: ring 0.8s ease-out;
}

@keyframes ring {
  0% { transform: scale(0.6); opacity: 0.85; }
  100% { transform: scale(1.4); opacity: 0; }
}

.btn {
  border: 0;
  border-radius: 14px;
  font-family: "Press Start 2P", cursive;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.btn-primary {
  color: #071208;
  background: linear-gradient(180deg, #83ff70, var(--line));
  box-shadow: 0 5px 0 #139601;
}

.btn-primary:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #139601;
}

/* Guide buttons — teal */
.guide-btn,
.guide-shell .guide-index-btn {
  background: linear-gradient(180deg, #52c4d8, #1a7a90);
  color: #f0faff;
  box-shadow: 0 5px 0 #0a4555;
}

.guide-btn:active,
.guide-shell .guide-index-btn:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #0a4555;
}

/* News buttons — ambra */
#newsList .guide-btn,
.news-shell .guide-index-btn {
  background: linear-gradient(180deg, #e8b84b, #b07818);
  color: #1a0d00;
  box-shadow: 0 5px 0 #6b4800;
}

#newsList .guide-btn:active,
.news-shell .guide-index-btn:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #6b4800;
}

/* Offer buttons — terracotta (solo offer-card e catalog, NON radar) */
.offer-card .offer-btn,
.offers-catalog-card .offer-btn {
  background: linear-gradient(180deg, #d97040, #9a3c0e);
  color: #fff0e8;
  box-shadow: 0 5px 0 #4a1800;
}

.offer-card .offer-btn:active,
.offers-catalog-card .offer-btn:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #4a1800;
}

.scan-btn {
  width: 104px;
  min-height: 42px;
  padding: 10px 8px;
  font-size: 0.62rem;
}

.relic-title {
  margin: 0;
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.35;
}

.relic-id {
  color: var(--gold);
}

.relic-name {
  color: #d5f7ff;
}

.relic-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.relic-badge {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.relic-badge.common { background: rgba(130, 255, 130, 0.18); color: #d7ffd7; border-color: rgba(130, 255, 130, 0.45); }
.relic-badge.uncommon { background: rgba(124, 231, 255, 0.18); color: #d5f7ff; border-color: rgba(124, 231, 255, 0.45); }
.relic-badge.rare { background: rgba(255, 209, 102, 0.2); color: #ffe6b3; border-color: rgba(255, 209, 102, 0.55); }
.relic-badge.very-rare { background: rgba(255, 115, 213, 0.2); color: #ffd2f2; border-color: rgba(255, 115, 213, 0.55); }
.relic-badge.legendary { background: rgba(255, 120, 90, 0.24); color: #ffe0d2; border-color: rgba(255, 120, 90, 0.6); }
.relic-planet { background: rgba(124, 231, 255, 0.08); color: #d5f7ff; border-color: rgba(124, 231, 255, 0.34); }

.relic-desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: 12px;
  background: rgba(10, 14, 10, 0.45);
  padding: 10px 12px;
  text-align: center;
}

.decrypting {
  animation: decrypt-flash 0.34s ease-out;
}

@keyframes decrypt-flash {
  0% { filter: brightness(1.22); }
  100% { filter: brightness(1); }
}

.assoc-card {
  padding: 12px;
  border: 1px dashed rgba(124, 231, 255, 0.32);
  box-shadow: none;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 172px;
}

.reveal-pop {
  animation: reveal-pop 0.3s ease-out;
}

@keyframes reveal-pop {
  0% {
    opacity: 0.78;
    transform: translateY(3px) scale(0.99);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.offer-art {
  min-height: 84px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 44%), var(--art, linear-gradient(135deg, #1a2030, #0d1219));
  display: grid;
  place-items: center;
  font-size: 2rem;
  overflow: hidden;
}

/* Card con immagine prodotto reale */
.offer-art.has-img {
  background: var(--surface-raised, #181f2e);
}

.offer-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  min-height: 84px;
}

.assoc-info {
  min-width: 0;
  display: grid;
  gap: 8px;
  /* overflow: hidden rimosso: clippava il box-shadow del btn */
}

.chip {
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(124, 231, 255, 0.34);
  background: rgba(124, 231, 255, 0.08);
  color: var(--cyan);
  font-family: "Press Start 2P", cursive;
  font-size: 0.52rem;
  line-height: 1.6;
  padding: 6px 10px;
}

.offer-title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
}

.offer-brand {
  display: block;
  font-size: 0.75rem;
  color: var(--cyan);
  margin-top: 2px;
  font-weight: 600;
}

.offer-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.price-old {
  color: var(--danger);
  text-decoration: line-through;
  font-weight: 700;
}

.price-new {
  color: var(--line);
  font-weight: 800;
  font-size: 1.1rem;
}

.offer-btn {
  display: block;
  min-height: 40px;
  width: 100%;
  max-width: 100%;
  font-size: clamp(0.54rem, 2.8vw, 0.64rem);
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section {
  margin-top: 20px;
}

.home-section {
  padding: 14px 12px;
}

.home-section .section-head {
  margin-bottom: 14px;
}

.home-section-offers {
  border-color: rgba(217, 112, 64, 0.62);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(217, 112, 64, 0.48), 7px 7px 0 #020402;
}

.home-section-offers .kicker {
  color: #d97040;
}

.home-section-offers .section-title {
  color: #ffe8db;
}

.home-section-offers .offer-card {
  border-color: rgba(217, 112, 64, 0.48);
}

.home-section-guides {
  border-color: rgba(82, 196, 216, 0.6);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(82, 196, 216, 0.44), 7px 7px 0 #020402;
}

.home-section-guides .kicker {
  color: #52c4d8;
}

.home-section-guides .section-title {
  color: #e0f8ff;
}

.home-section-guides .guide-card {
  border-color: rgba(82, 196, 216, 0.4);
}

.home-section-news {
  border-color: rgba(232, 184, 75, 0.62);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(232, 184, 75, 0.44), 7px 7px 0 #020402;
}

.home-section-news .kicker {
  color: #e8b84b;
}

.home-section-news .section-title {
  color: #fff1c9;
}

.home-section-news .guide-card {
  border-color: rgba(232, 184, 75, 0.4);
}

.themed-section {
  padding: 14px 12px;
}

.themed-section .section-head {
  margin-bottom: 14px;
}

.themed-section-offers {
  border-color: rgba(217, 112, 64, 0.62);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(217, 112, 64, 0.48), 7px 7px 0 #020402;
}

.themed-section-offers .kicker {
  color: #d97040;
}

.themed-section-offers .section-title {
  color: #ffe8db;
}

.themed-section-offers .offers-catalog-card,
.themed-section-offers .offer-card {
  border-color: rgba(217, 112, 64, 0.48);
}

.themed-section-guides {
  border-color: rgba(82, 196, 216, 0.6);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(82, 196, 216, 0.44), 7px 7px 0 #020402;
}

.themed-section-guides .kicker {
  color: #52c4d8;
}

.themed-section-guides .section-title {
  color: #e0f8ff;
}

.themed-section-guides .guide-index-card,
.themed-section-guides .guide-card {
  border-color: rgba(82, 196, 216, 0.4);
}

.themed-section-news {
  border-color: rgba(232, 184, 75, 0.62);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(232, 184, 75, 0.44), 7px 7px 0 #020402;
}

.themed-section-news .kicker {
  color: #e8b84b;
}

.themed-section-news .section-title {
  color: #fff1c9;
}

.themed-section-news .guide-index-card,
.themed-section-news .guide-card {
  border-color: rgba(232, 184, 75, 0.4);
}

.info-section {
  margin-top: 16px;
}

.info-kicker {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
}

.info-head {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 18px;
}

.info-kicker-pill {
  width: fit-content;
  margin: 0 auto;
}

.info-intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(124, 231, 255, 0.08);
  border: 1px solid rgba(124, 231, 255, 0.26);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.info-intro-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  animation: emoji-hover 2.3s ease-in-out infinite;
}

.info-intro-label {
  color: var(--cyan);
  font-family: "Press Start 2P", cursive;
  font-size: 0.52rem;
  line-height: 1.6;
}

.info-points {
  display: grid;
  gap: 12px;
}

.info-point {
  padding: 14px;
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 13, 19, 0.96), rgba(5, 8, 12, 0.96));
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
  position: relative;
  overflow: hidden;
}

.info-point::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--info-accent, rgba(124, 231, 255, 0.7));
}

.info-point-1 { --info-accent: #8fffb0; }
.info-point-2 { --info-accent: #ffd46e; }
.info-point-3 { --info-accent: #ff9ab1; }
.info-point-4 { --info-accent: #6ee7ff; }
.info-point-5 { --info-accent: #b59dff; }
.info-point-6 { --info-accent: #ffb36e; }
.info-point-7 { --info-accent: #f4f4f4; }

.info-point-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.info-point-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 1.02rem;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.08));
}

.info-point h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  color: #f0fff4;
}

.info-point p {
  margin: 0;
  color: #c8d7d1;
  line-height: 1.7;
  font-size: 0.97rem;
}

.info-meta {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.info-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 4px 14px;
}

.section-divider {
  margin: 16px 8px 18px;
}

.info-divider-star {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: #ffd46e;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  animation: divider-blink 1.8s ease-in-out infinite;
  will-change: transform;
}

.info-divider-star:last-child {
  animation-delay: 180ms;
}

.info-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 212, 110, 0.12), rgba(124, 231, 255, 0.58), rgba(255, 212, 110, 0.12));
}

@keyframes divider-blink {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.info-contact-card,
.vat-card {
  border-color: rgba(124, 231, 255, 0.26);
  background: linear-gradient(180deg, rgba(13, 19, 27, 0.96), rgba(8, 12, 18, 0.96));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.info-contact-card {
  padding: 14px 16px;
  text-align: center;
}

.info-contact-label {
  margin: 0;
  color: var(--gold);
  font-family: "Press Start 2P", cursive;
  font-size: 0.5rem;
  line-height: 1.6;
  font-weight: 700;
}

.info-contact-value {
  margin: 6px 0 0;
  color: #ecf7ff;
  font-weight: 700;
  font-size: clamp(0.92rem, 2.9vw, 1rem);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.vat-card {
  padding: 12px 16px;
  text-align: center;
}

.vat-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: "Press Start 2P", cursive;
  font-size: 0.56rem;
  line-height: 1.6;
}

.vat-value {
  margin: 6px 0 0;
  color: #ecf7ff;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(0.92rem, 2.9vw, 1rem);
  line-height: 1.4;
}

.contact-card {
  padding: 14px;
}

.sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-intro {
  margin: 0 0 10px;
  color: #cde2d7;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 8px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-label {
  font-weight: 700;
  font-size: 0.92rem;
  color: #ecf7ef;
}

.contact-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(124, 231, 255, 0.3);
  background: rgba(9, 15, 20, 0.92);
  color: #f2fff7;
  padding: 10px 12px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}

.contact-input:focus {
  outline: none;
  border-color: rgba(124, 231, 255, 0.75);
  box-shadow: 0 0 0 2px rgba(124, 231, 255, 0.18);
}

.contact-textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #c8d6cf;
  font-size: 0.9rem;
  line-height: 1.45;
}

.contact-check input {
  margin-top: 3px;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-submit {
  min-height: 40px;
  padding: 10px 14px;
}

.launch {
  height: 30px;
  min-width: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.launch-ship {
  font-size: 1.08rem;
  transform: translateX(0);
}

.launch-trail {
  position: absolute;
  left: 24px;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(124, 231, 255, 0.6), rgba(124, 231, 255, 0));
  opacity: 0;
  transform-origin: left;
  transform: scaleX(0);
}

.launch.is-active {
  opacity: 1;
  visibility: visible;
}

.launch.is-active .launch-ship {
  animation: ship-run 980ms linear infinite;
}

.launch.is-active .launch-trail {
  animation: ship-trail 980ms linear infinite;
}

@keyframes ship-run {
  0% { transform: translateX(0); }
  80% { transform: translateX(52px); }
  100% { transform: translateX(0); }
}

@keyframes ship-trail {
  0% { transform: scaleX(0); opacity: 0; }
  30% { transform: scaleX(0.67); opacity: 0.6; }
  80% { transform: scaleX(1); opacity: 0.35; }
  100% { transform: scaleX(0); opacity: 0; }
}

.contact-status {
  margin: 2px 0 0;
  min-height: 1.4em;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #c3d0c9;
}

.contact-status.is-loading { color: #7ce7ff; }
.contact-status.is-ok { color: #90ffb0; }
.contact-status.is-error { color: #ff9aa6; }

.status-rocket {
  display: inline-block;
  margin: 0 3px;
  animation: rocket-hop 760ms ease-in-out infinite;
  transform-origin: center;
}

@keyframes rocket-hop {
  0%, 100% { transform: translateY(0) rotate(-7deg); }
  50% { transform: translateY(-2px) rotate(7deg); }
}

.section-head {
  margin-bottom: 12px;
}

.kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: "Press Start 2P", cursive;
  font-size: 0.6rem;
  line-height: 1.8;
}

.section-title {
  margin: 0;
  font-family: "Press Start 2P", cursive;
  font-size: clamp(0.98rem, 4vw, 1.34rem);
  line-height: 1.45;
}

.guides,
.offers {
  display: grid;
  gap: 12px;
}

.guides {
  min-height: 188px;
}

.offers {
  min-height: 326px;
}

.guide-card,
.offer-card {
  padding: 12px;
  display: grid;
  gap: 12px;
}

.guide-card {
  grid-template-columns: 72px 1fr;
}

.guide-art {
  min-height: 74px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 44%), var(--art);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.guide-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  z-index: 1;
}

.guide-art-media.has-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(6, 10, 14, 0.08), rgba(6, 10, 14, 0.38));
}

.guide-art-media.has-thumb .guide-thumb {
  display: block;
}

.guide-art-fallback {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.guide-art-media.has-thumb .guide-art-fallback {
  display: none;
}

.guide-art-badge {
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(6, 10, 14, 0.74);
  font-size: 0.85rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.guide-art-media.has-thumb .guide-art-badge {
  display: inline-flex;
}

.guide-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.guide-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.guide-btn {
  margin-top: 6px;
  display: block;
  min-height: 40px;
  width: 100%;
  max-width: 100%;
  grid-column: 1 / -1;
  font-size: clamp(0.54rem, 2.8vw, 0.64rem);
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offer-card {
  grid-template-columns: 84px 1fr;
  align-items: start;
}

.offer-card .offer-art {
  height: 84px;
  min-height: 84px;
}

.offer-card .offer-btn {
  grid-column: 1 / -1;
}

.offers-live-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px;
}

.offers-live-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.offers-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.offers-filter {
  border: 1px solid rgba(124, 231, 255, 0.34);
  border-radius: 999px;
  background: rgba(7, 14, 18, 0.86);
  color: #d6f2ff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 11px;
  cursor: pointer;
  transition: border-color 120ms ease, background 120ms ease, transform 120ms ease;
}

.offers-filter:hover,
.offers-filter:focus-visible {
  border-color: rgba(124, 231, 255, 0.68);
  background: rgba(24, 44, 58, 0.9);
}

.offers-filter:active {
  transform: translateY(1px);
}

.offers-filter.is-active {
  border-color: rgba(57, 255, 20, 0.58);
  background: rgba(57, 255, 20, 0.12);
  color: #e7ffe4;
}

.offers-catalog-grid {
  display: grid;
  gap: 12px;
  min-height: 240px;
}

.offers-catalog-card {
  padding: 12px;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: start;
}

.offers-catalog-card[hidden] {
  display: none;
}

.offers-catalog-card .offer-art {
  height: 84px;
  min-height: 84px;
}

.offers-catalog-card .offer-btn {
  grid-column: 1 / -1;
}

.offers-empty {
  margin: 6px 0 0;
  border: 1px dashed rgba(124, 231, 255, 0.4);
  border-radius: 12px;
  background: rgba(124, 231, 255, 0.08);
  color: #d8f5ff;
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px 12px;
}

.offer-body {
  display: grid;
  gap: 8px;
}

.offer-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Colori tag per categoria offerte */
[data-category="moda_cura"] .tag:first-child { background: rgba(255, 165, 80, 0.18); border-color: rgba(255, 176, 96, 0.35); color: #ffb060; }
[data-category="tech"]      .tag:first-child { background: rgba(80, 160, 255, 0.18); border-color: rgba(96, 176, 255, 0.35); color: #60b0ff; }
[data-category="cibo_casa"] .tag:first-child { background: rgba(80, 200, 120, 0.18); border-color: rgba(96, 224, 144, 0.35); color: #60e090; }
[data-category="bellezza"]  .tag:first-child { background: rgba(220, 100, 200, 0.18); border-color: rgba(240, 112, 224, 0.35); color: #f070e0; }
[data-category="generic"]   .tag:first-child { background: rgba(160, 160, 160, 0.12); border-color: rgba(160, 168, 192, 0.28); color: #a0a8c0; }

.guide-shell .topbar {
  margin-bottom: 8px;
}

.entry-shell .topbar {
  margin-bottom: 0;
}

.guide-article {
  margin-top: 10px;
}

.guide-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 0 0 10px;
  font-size: 0.84rem;
  color: var(--muted);
}

.guide-breadcrumb a {
  color: #bfeec8;
  text-decoration: none;
}

.guide-breadcrumb a:hover,
.guide-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.guide-article h1 {
  margin: 0 0 10px;
  font-family: "Press Start 2P", cursive;
  font-size: clamp(0.92rem, 3.9vw, 1.28rem);
  line-height: 1.5;
}

.guide-updated {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.88rem;
}

.guide-article h2 {
  margin: 18px 0 8px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.guide-article p {
  margin: 0;
  color: #d4e2d9;
  line-height: 1.72;
}

.article-join-link {
  color: #9feeff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
  transition: color 120ms ease, filter 120ms ease;
}

.news-shell .article-join-link {
  color: #ffd893;
}

.article-join-link:hover,
.article-join-link:focus-visible {
  color: #d7f8ff;
  filter: brightness(1.06);
}

.news-shell .article-join-link:hover,
.news-shell .article-join-link:focus-visible {
  color: #ffe9bf;
}

.article-join-link:focus-visible {
  outline: 2px solid rgba(215, 248, 255, 0.82);
  outline-offset: 2px;
  border-radius: 4px;
}

.guide-hero-img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 12px auto 14px;
  border-radius: 12px;
  border: 1px solid rgba(124, 231, 255, 0.24);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.55), 0 8px 18px rgba(0, 0, 0, 0.25);
}

.news-shell .guide-hero-img {
  border-color: rgba(232, 184, 75, 0.26);
}

.guide-inline-cta {
  margin: 16px 0;
  padding: 12px 14px;
  opacity: 1;
}

.guide-inline-cta p {
  margin: 0;
}

.guides-index-list {
  display: grid;
  gap: 12px;
}

.guide-index-card {
  padding: 14px;
  display: grid;
  gap: 12px;
}

.guide-index-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
}

.guide-index-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(124, 231, 255, 0.3);
  background: rgba(124, 231, 255, 0.08);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.guide-index-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  z-index: 1;
}

.guide-index-media.has-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(6, 10, 14, 0.08), rgba(6, 10, 14, 0.34));
}

.guide-index-media.has-thumb .guide-index-thumb {
  display: block;
}

.guide-index-fallback {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.guide-index-media.has-thumb .guide-index-fallback {
  display: none;
}

.guide-index-badge {
  display: none;
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(7, 11, 16, 0.78);
  font-size: 0.58rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.guide-index-media.has-thumb .guide-index-badge {
  display: inline-flex;
}

.guide-index-head h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  line-height: 1.35;
}

.guide-index-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.guide-index-btn {
  width: 100%;
  min-height: 38px;
  padding: 10px 12px;
  font-size: 0.56rem;
}

.guide-cta-bundle {
  padding: 14px;
}

.guide-faq h2 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.guide-faq-list {
  display: grid;
  gap: 8px;
}

.guide-faq-item {
  border: 1px solid rgba(124, 231, 255, 0.24);
  border-radius: 12px;
  background: rgba(8, 14, 18, 0.62);
  padding: 10px 12px;
}

.guide-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
}

.guide-faq-item p {
  margin: 8px 0 0;
  color: #d4e2d9;
  line-height: 1.62;
}

.guide-cta-bundle h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.3;
  text-align: center;
}

.guide-cta-bundle p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  text-align: center;
}

.guide-cta-action {
  text-align: center;
  margin: 10px 0 4px;
}

.guide-cta-grid {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.guide-cta-card {
  text-decoration: none;
  color: var(--text);
  border: 2px solid rgba(57, 255, 20, 0.22);
  border-radius: 12px;
  padding: 8px 6px;
  background: linear-gradient(180deg, rgba(57, 255, 20, 0.08), rgba(57, 255, 20, 0.01));
  display: grid;
  gap: 6px;
  justify-items: center;
  align-content: start;
}

.guide-cta-card:hover {
  border-color: rgba(57, 255, 20, 0.42);
}

.guide-cta-emoji {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
}

.guide-cta-name {
  text-align: center;
  font-weight: 800;
  font-size: 0.84rem;
  line-height: 1.25;
}

.guide-cta-enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 108px);
  min-height: 30px;
  border-radius: 999px;
  padding: 6px 8px;
  border: 2px solid var(--guide-enter-border, rgba(255, 255, 255, 0.65));
  background: var(--guide-enter-bg, linear-gradient(180deg, #83ff70, #39ff14));
  color: var(--guide-enter-text, #061207);
  font-family: "Press Start 2P", cursive;
  font-size: 0.44rem;
  line-height: 1;
  box-shadow: 0 3px 0 var(--guide-enter-shadow, #139601);
}

/* ─── Guide / News: themed guide-cta-bundle & correlati ─── */

.guide-shell .guide-cta-bundle {
  border-color: rgba(82, 196, 216, 0.45);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(82, 196, 216, 0.25), 7px 7px 0 #020402;
}

.news-shell .guide-cta-bundle {
  border-color: rgba(232, 184, 75, 0.45);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(232, 184, 75, 0.25), 7px 7px 0 #020402;
}

.guide-shell .guide-cta-bundle .channel-card {
  border-color: rgba(82, 196, 216, 0.3);
  background: linear-gradient(180deg, rgba(82, 196, 216, 0.08), rgba(82, 196, 216, 0.01));
}

.guide-shell .guide-cta-bundle .channel-card:hover {
  border-color: rgba(82, 196, 216, 0.55);
}

.news-shell .guide-cta-bundle .channel-card {
  border-color: rgba(232, 184, 75, 0.3);
  background: linear-gradient(180deg, rgba(232, 184, 75, 0.08), rgba(232, 184, 75, 0.01));
}

.news-shell .guide-cta-bundle .channel-card:hover {
  border-color: rgba(232, 184, 75, 0.55);
}

.news-shell .guide-faq-item {
  border-color: rgba(232, 184, 75, 0.28);
}

.news-shell .guide-faq .kicker {
  color: #e8b84b;
}

.guide-correlati {
  padding: 12px 14px;
  opacity: 0.82;
}

.guide-correlati h2 {
  font-size: 0.78rem;
  margin: 0 0 6px;
  color: var(--muted);
  font-family: "Press Start 2P", cursive;
  letter-spacing: 0.02em;
}

.guide-correlati p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.guide-correlati a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guide-shell .guide-correlati {
  border-color: rgba(82, 196, 216, 0.2);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(82, 196, 216, 0.06), 7px 7px 0 #020402;
}

.news-shell .guide-correlati {
  border-color: rgba(232, 184, 75, 0.2);
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(232, 184, 75, 0.06), 7px 7px 0 #020402;
}

/* InstaBombe: no mid-word break in bundle cards */
.guide-cta-bundle .channel-title {
  overflow-wrap: break-word;
  word-break: keep-all;
}

/* FAQ summary: custom arrow + space */
.guide-faq-item summary {
  list-style: none;
  padding-left: 1.3em;
  position: relative;
}

.guide-faq-item summary::-webkit-details-marker {
  display: none;
}

.guide-faq-item summary::before {
  content: "\25B6";
  position: absolute;
  left: 0;
  font-size: 0.6em;
  top: 0.22em;
  transition: transform 200ms ease;
}

.guide-faq-item[open] > summary::before {
  transform: rotate(90deg);
}

/* FAQ content: decrypt on open */
.guide-faq-item[open] > p {
  animation: decrypt-faq 300ms steps(7, end);
}

.guide-faq-item.is-closing > p {
  animation: decrypt-faq-close 220ms steps(6, end) forwards;
}

@keyframes decrypt-faq {
  0% { opacity: 0; filter: brightness(1.5); letter-spacing: 0.07em; }
  100% { opacity: 1; filter: brightness(1); letter-spacing: normal; }
}

@keyframes decrypt-faq-close {
  0% { opacity: 1; filter: brightness(1); letter-spacing: normal; }
  100% { opacity: 0; filter: brightness(1.45); letter-spacing: 0.05em; }
}

@media (min-width: 900px) {
  .guides-index-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-cta-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  :root {
    --header-cell-h: 70px;
  }

  .shell {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .topbar,
  .hero {
    padding: 16px 20px;
  }

  .brand {
    font-size: clamp(1.12rem, 1.34vw, 1.28rem);
  }

  .brand-mark {
    width: clamp(60px, 3.05vw, 68px);
    height: clamp(60px, 3.05vw, 68px);
  }

.brand-logo-btn {
    min-width: clamp(60px, 3.05vw, 68px);
    min-height: clamp(60px, 3.05vw, 68px);
  }

  .badge-live-status {
    width: clamp(164px, 15.5vw, 198px);
    min-height: 38px;
    padding: 7px 10px;
  }

  .badge-menu {
    width: clamp(138px, 13vw, 176px);
    min-height: 32px;
    padding: 6px 10px;
  }

  .channel-card {
    height: auto;
    padding: 12px 8px;
    gap: 10px;
  }

  .channel-title {
    font-size: 0.56rem;
    min-height: 2.4em;
  }

  .channel-emoji {
    width: 40px;
    height: 40px;
    font-size: 1.55rem;
  }

  .channel-enter {
    width: min(100%, 134px);
    min-height: 38px;
    font-size: 0.56rem;
  }

  .channel-help {
    font-size: 0.94rem;
  }

  .scan-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
    gap: 14px;
  }

  .assoc-card {
    grid-template-columns: 96px 1fr;
  }

  .offer-btn {
    width: min(100%, 280px);
    min-width: 0;
  }

  .guide-card,
  .offer-card {
    padding: 16px;
  }

  .info-contact-card {
    padding: 12px 16px;
  }

  .contact-card {
    padding: 16px;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .info-meta {
    grid-template-columns: 1.4fr 0.8fr;
  }

  .guide-card {
    grid-template-columns: 94px 1fr auto;
    align-items: center;
  }

  .guide-btn {
    grid-column: auto;
    width: min(100%, 160px);
  }

  .guide-art {
    min-height: 92px;
  }

  .guide-index-card {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .guide-index-btn {
    width: min(100%, 150px);
  }

  .offer-card {
    grid-template-columns: 104px 1fr auto;
    align-items: start;
  }

  .entry-channel-card {
    align-items: center;
  }

  .offer-card .offer-art {
    height: 104px;
    min-height: 104px;
  }

  .offer-card .offer-btn {
    grid-column: auto;
    justify-self: end;
  }

  .offers-catalog-card {
    grid-template-columns: 104px 1fr auto;
    align-items: center;
  }

  .offers-catalog-card .offer-btn {
    grid-column: auto;
    justify-self: end;
    width: min(100%, 240px);
  }

}

.brand-logo-btn.is-arcade-loading {
  filter: saturate(1.1) brightness(1.05);
}

.entry-broadcast-section {
  margin: 16px 0;
}

.entry-broadcast {
  overflow: hidden;
  border: 2px solid rgba(57, 255, 20, 0.36);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(7, 17, 10, 0.96), rgba(4, 11, 7, 0.96)),
    radial-gradient(260px 150px at 15% 0%, rgba(57, 255, 20, 0.08), transparent 72%);
  padding: 8px 0;
  box-shadow: 0 0 0 2px #0f0f0f, inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.entry-broadcast-rail {
  display: flex;
  width: max-content;
  animation: entry-broadcast-scroll 22s linear infinite;
  will-change: transform;
}

.entry-broadcast-track {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.entry-broadcast-token {
  color: #b9ffd1;
  font-family: "Press Start 2P", cursive;
  font-size: clamp(0.46rem, 1.25vw, 0.58rem);
  line-height: 1.55;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(57, 255, 20, 0.35);
}

.entry-broadcast-sep {
  color: rgba(255, 212, 110, 0.88);
  font-size: 0.56rem;
}

@keyframes entry-broadcast-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.entry-community-stat {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.entry-hero {
  margin-top: 0;
  display: grid;
  gap: 0;
  padding: 14px 12px;
  border-color: rgba(57, 255, 20, 0.3);
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.25) 0 1px, transparent 1px),
    radial-gradient(circle at 35% 56%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px),
    radial-gradient(circle at 62% 22%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px),
    radial-gradient(circle at 84% 44%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px),
    radial-gradient(360px 160px at 82% -14%, rgba(57, 255, 20, 0.11), transparent 66%),
    radial-gradient(260px 130px at 16% 115%, rgba(124, 231, 255, 0.07), transparent 70%),
    linear-gradient(180deg, rgba(8, 14, 10, 0.96), rgba(6, 10, 8, 0.97));
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(57, 255, 20, 0.16), 7px 7px 0 #020402;
}

.entry-community-sentence {
  margin: 14px 0 6px;
  color: #e7f8ef;
  font-size: clamp(0.87rem, 2.35vw, 0.98rem);
  line-height: 1.6;
  text-wrap: pretty;
  text-align: center;
}

.entry-community-sentence .join-all-inline {
  margin-left: 6px;
  vertical-align: baseline;
}

.channel-help .join-all-inline,
.entry-community-sentence .join-all-inline,
.guide-cta-action .join-all-inline {
  --join-ship-duration: 7.8s;
  --join-ship-delay: 0.18s;
  display: block;
  width: fit-content;
  margin: 10px auto 0;
  padding: 0 1px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #9bf6a1;
  font-size: clamp(0.6rem, 1.7vw, 0.76rem);
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-color: rgba(155, 246, 161, 0.78);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
  text-shadow: 0 0 5px rgba(155, 246, 161, 0.26);
  vertical-align: baseline;
  white-space: nowrap;
  animation: join-inline-shimmer 3.5s ease-in-out infinite, join-inline-glitch 5s ease-in-out infinite 1.2s;
}

.channel-help .join-all-inline::before,
.entry-community-sentence .join-all-inline::before,
.guide-cta-action .join-all-inline::before {
  left: -0.9rem;
  top: 50%;
  filter: drop-shadow(0 0 5px rgba(155, 246, 161, 0.32));
}

.channel-help .join-all-inline::after,
.entry-community-sentence .join-all-inline::after,
.guide-cta-action .join-all-inline::after {
  right: -0.9rem;
  top: 50%;
  filter: drop-shadow(0 0 5px rgba(155, 246, 161, 0.32));
}

.channel-help .join-all-inline:hover,
.channel-help .join-all-inline:focus-visible,
.entry-community-sentence .join-all-inline:hover,
.entry-community-sentence .join-all-inline:focus-visible,
.guide-cta-action .join-all-inline:hover,
.guide-cta-action .join-all-inline:focus-visible {
  color: #b9ffbe;
  text-decoration-color: rgba(185, 255, 190, 0.95);
  text-shadow: 0 0 7px rgba(185, 255, 190, 0.34);
  box-shadow: none;
  filter: brightness(1.05);
}

.channel-help .join-all-inline:active,
.entry-community-sentence .join-all-inline:active,
.guide-cta-action .join-all-inline:active {
  transform: translateY(0);
  box-shadow: none;
}

.channel-help .join-all-inline:focus-visible,
.entry-community-sentence .join-all-inline:focus-visible,
.guide-cta-action .join-all-inline:focus-visible {
  outline: 2px solid rgba(168, 255, 176, 0.88);
  outline-offset: 2px;
}

.entry-community-counter {
  color: #f8fdff;
  font-family: "Press Start 2P", cursive;
  font-size: clamp(0.82rem, 3.2vw, 1.04rem);
  line-height: 1.4;
  text-shadow: 0 0 8px rgba(194, 233, 255, 0.35);
  display: inline-block;
}

.entry-community-counter.is-live-pulse {
  animation: entry-counter-pulse 420ms ease-out;
}

@keyframes entry-counter-pulse {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  45% {
    transform: scale(1.08);
    filter: brightness(1.36);
  }
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}

.entry-actions {
  display: grid;
  gap: 0;
}

.entry-channel-list {
  display: grid;
  gap: 0;
}

.entry-channel-card {
  padding: 12px;
  border-color: var(--entry-accent-border, rgba(57, 255, 20, 0.32));
  box-shadow: 0 0 0 2px #0f0f0f, 0 0 0 4px rgba(255, 255, 255, 0.16), 7px 7px 0 #020402;
  background:
    radial-gradient(220px 120px at 100% 0%, rgba(255, 255, 255, 0.05), transparent 70%),
    linear-gradient(180deg, rgba(11, 14, 17, 0.98), rgba(7, 10, 13, 0.98));
  transition: filter 120ms ease, border-color 120ms ease, transform 120ms ease;
}

.entry-channel-card:hover,
.entry-channel-card:focus-within {
  filter: brightness(1.02);
  border-color: var(--entry-accent-border, rgba(57, 255, 20, 0.55));
}

.entry-channel-art {
  min-height: 84px;
  border-radius: 12px;
  border: 2px solid var(--entry-accent-border, rgba(255, 255, 255, 0.9));
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.04) 48%, transparent 52%),
    var(--entry-accent-bg, linear-gradient(180deg, #ffd47d, #ff9b52));
  display: grid;
  place-items: center;
  font-size: 2rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.entry-channel-body {
  padding: 12px;
  display: grid;
  gap: 8px;
  border-color: rgba(57, 255, 20, 0.26);
  background: linear-gradient(180deg, rgba(12, 24, 13, 0.92), rgba(8, 14, 9, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.entry-name {
  margin: 0 0 2px;
  color: var(--gold);
  font-family: "Press Start 2P", cursive;
  font-size: 0.48rem;
  line-height: 1.55;
}

.entry-hook {
  margin: 0;
  color: #f4f9ec;
  font-size: 1.02rem;
  line-height: 1.14;
  font-weight: 800;
  text-wrap: pretty;
}

.entry-sub {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.entry-channel-card .entry-channel-btn {
  border: 2px solid var(--entry-accent-border, rgba(210, 255, 171, 0.82));
  background: var(--entry-accent-bg, linear-gradient(180deg, rgba(23, 128, 47, 0.95), rgba(8, 70, 24, 0.98)));
  box-shadow: 0 5px 0 var(--entry-accent-shadow, #139601), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: var(--entry-accent-text, #f3ffed);
  margin-top: 2px;
}

.entry-channel-card .entry-channel-btn:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 var(--entry-accent-shadow, #139601), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.entry-faq {
  margin-top: 6px;
  display: grid;
  gap: 10px;
}

.entry-faq > h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 700;
}

.entry-faq .guide-faq-list {
  gap: 8px;
}

@media (min-width: 720px) {
  .entry-broadcast-rail {
    animation-duration: 28s;
  }

  .entry-hero,
  .entry-channel-card {
    padding: 16px;
  }

  .entry-community-sentence {
    font-size: 0.95rem;
  }

  .entry-community-counter {
    font-size: 1.05rem;
  }

  .entry-channel-art {
    min-height: 96px;
    font-size: 2.15rem;
  }
}

@media (max-width: 719px) {
  :root {
    --header-cell-h: 62px;
  }

  .brand-row {
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    gap: 8px;
  }

  .brand {
    font-size: clamp(0.96rem, 4vw, 1.06rem);
  }

  .brand-stack {
    gap: 4px;
  }

  .brand-mark {
    width: clamp(54px, 14vw, 62px);
    height: clamp(54px, 14vw, 62px);
  }

  .brand-logo-btn {
    min-width: clamp(54px, 14vw, 62px);
    min-height: clamp(54px, 14vw, 62px);
  }

  .badge-live-status {
    width: clamp(138px, 35vw, 162px);
    min-height: 36px;
    padding: 7px 8px;
  }

  .badge-menu {
    width: clamp(116px, 31vw, 148px);
    min-height: 30px;
    padding: 6px 8px;
  }

  .badge-live-label {
    white-space: nowrap;
    line-height: 1.04;
    font-size: 0.42rem;
  }

  .badge-planet {
    font-size: 0.68rem;
  }

  .menu-caret-label {
    font-size: 0.42rem;
  }

  .contact-label {
    font-size: 0.9rem;
  }

  .contact-input {
    font-size: 0.93rem;
  }

  .contact-actions {
    gap: 8px;
  }

  .guide-index-btn,
  .guide-btn {
    width: 100%;
  }

  .entry-hero {
    padding: 16px 14px;
  }

  .entry-channel-card {
    padding: 14px;
  }

  .entry-broadcast-token {
    font-size: 0.44rem;
  }

  .entry-community-sentence {
    font-size: 0.87rem;
  }

  .entry-community-counter,
  .entry-sub {
    font-size: 0.88rem;
  }

  .entry-hook {
    font-size: 1.01rem;
  }

  .entry-channel-btn {
    font-size: 0.52rem;
  }

  body::before {
    background-size: 150px 150px;
    opacity: 0.3;
    animation-duration: 34s;
  }

  body::after {
    background:
      radial-gradient(620px 320px at 0% -5%, rgba(74, 124, 255, 0.22), transparent 62%),
      radial-gradient(540px 290px at 100% 0%, rgba(193, 92, 255, 0.2), transparent 64%),
      radial-gradient(500px 280px at 50% 112%, rgba(67, 209, 255, 0.14), transparent 68%),
      #05070f;
  }

}

@keyframes logo-pulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.06); }
}

#logoArcadeBtn {
  animation: logo-pulse 2.8s ease-in-out infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .badge-planet {
    animation: none;
  }
  .badge-menu {
    animation: none;
    transition: none;
  }
  .live-menu.is-open,
  .live-menu.is-closing,
  .live-menu.is-open a {
    transition: none;
    animation: none;
  }
  .channel-emoji {
    animation: none !important;
  }
  .signal-emoji-scare {
    animation: none;
  }
  #logoArcadeBtn {
    animation: none;
  }
  .join-all-inline,
  .join-all-inline::before,
  .join-all-inline::after {
    animation: none;
  }
  .join-all-inline::before,
  .join-all-inline::after {
    display: none;
  }
  .entry-broadcast {
    overflow: visible;
  }
  .entry-broadcast-rail {
    display: block;
    width: 100%;
    animation: none;
  }
  .entry-broadcast-track + .entry-broadcast-track {
    display: none;
  }
  .entry-broadcast-track {
    justify-content: center;
    flex-wrap: wrap;
    white-space: normal;
    row-gap: 4px;
    padding: 0 8px;
  }
}
