:root {
  color-scheme: dark;
  --color-bg: #030816;
  --color-bg-deep: #01040c;
  --color-surface: #08172d;
  --color-surface-strong: #0b203d;
  --color-panel: rgba(7, 20, 40, 0.94);
  --color-border: rgba(112, 207, 255, 0.18);
  --color-border-strong: rgba(112, 207, 255, 0.46);
  --color-text: #f3f8ff;
  --color-muted: #a9b9cf;
  --color-accent: #58cfff;
  --color-accent-strong: #258ff2;
  --color-accent-soft: #c3efff;
  --color-success: #61e6a6;
  --color-gold: #ffbd57;
  --shadow-panel: 0 22px 60px rgba(0, 3, 14, 0.36);
  --shadow-focus: 0 0 0 3px rgba(88, 207, 255, 0.3);
  --radius-sm: 9px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --shell: 1080px;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  background: var(--color-bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  color: var(--color-text);
  background:
    radial-gradient(circle at 12% -8%, rgba(37, 143, 242, 0.18), transparent 32rem),
    radial-gradient(circle at 93% 14%, rgba(88, 207, 255, 0.08), transparent 28rem),
    linear-gradient(180deg, #030816 0%, #020612 58%, #01040c 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(88, 207, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 207, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
  content: "";
  pointer-events: none;
}

button,
a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

a { color: inherit; }

img,
svg { display: block; }

img { max-width: 100%; height: auto; }

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--color-text);
  color: var(--color-bg);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.links-shell {
  width: min(calc(100% - 32px), var(--shell));
  margin-inline: auto;
}

.links-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(112, 207, 255, 0.12);
  background: rgba(3, 8, 22, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 18px;
}

.header-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 0;
  gap: 11px;
  text-decoration: none;
}

.header-brand img,
.footer-brand img {
  flex: 0 0 auto;
  border: 1px solid var(--color-border-strong);
  border-radius: 11px;
  background: var(--color-surface);
  box-shadow: 0 0 24px rgba(37, 143, 242, 0.2);
}

.header-brand span,
.footer-brand span {
  display: grid;
  min-width: 0;
}

.header-brand strong,
.footer-brand strong {
  overflow: hidden;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-brand small,
.footer-brand small {
  color: var(--color-muted);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: rgba(8, 23, 45, 0.76);
  color: var(--color-accent-soft);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 800;
  transition: border-color 140ms ease, background-color 140ms ease, transform 100ms ease;
}

.share-button svg,
.contact-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.share-button:hover { border-color: var(--color-accent); background: var(--color-surface-strong); }
.share-button:active { transform: scale(0.97); }

.links-main { padding-block: 34px 80px; }

.studio-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
  align-items: center;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: 24px;
  background:
    radial-gradient(circle at 83% 24%, rgba(45, 134, 231, 0.38), transparent 24rem),
    linear-gradient(125deg, rgba(10, 35, 69, 0.98), rgba(3, 10, 24, 0.99) 67%);
  box-shadow: 0 28px 80px rgba(0, 3, 14, 0.5), inset 0 1px rgba(255, 255, 255, 0.04);
  color: var(--color-text);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.studio-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(88, 207, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 207, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.6) 56%, transparent 90%);
  content: "";
}

.studio-hero::after {
  position: absolute;
  right: -100px;
  bottom: -230px;
  z-index: -1;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(112, 207, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(37, 143, 242, 0.025), 0 0 0 112px rgba(88, 207, 255, 0.02);
  content: "";
}

.studio-hero:hover {
  border-color: rgba(112, 207, 255, 0.74);
  box-shadow: 0 32px 88px rgba(0, 3, 14, 0.54), 0 0 42px rgba(37, 143, 242, 0.11);
  transform: translateY(-3px);
}

.studio-hero:active { transform: translateY(0) scale(0.995); }

.hero-copy {
  min-width: 0;
  padding: clamp(28px, 5vw, 58px);
}

.official-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--color-success);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.official-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px rgba(97, 230, 166, 0.72);
}

.hero-kicker {
  margin: 0 0 7px;
  color: var(--color-accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 4.6rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.hero-copy > p:not(.hero-kicker) {
  max-width: 650px;
  margin: 20px 0 25px;
  color: #c2d0e2;
  font-size: clamp(0.92rem, 1.7vw, 1.06rem);
}

.hero-action {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid var(--color-accent-soft);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--color-accent-strong), #1375d4);
  box-shadow: 0 12px 30px rgba(37, 143, 242, 0.24);
  font-size: 0.78rem;
  font-weight: 850;
}

.hero-action svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.hero-brandmark {
  position: relative;
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 24px 34px 24px 0;
}

.hero-brandmark img {
  position: relative;
  z-index: 2;
  width: min(220px, 100%);
  border: 1px solid rgba(112, 207, 255, 0.34);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 3, 14, 0.54), 0 0 52px rgba(37, 143, 242, 0.17);
}

.brand-orbit {
  position: absolute;
  width: 280px;
  max-width: 90%;
  aspect-ratio: 1;
  border: 1px solid rgba(88, 207, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(37, 143, 242, 0.08);
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.priority-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 22px;
  align-items: center;
  min-width: 0;
  min-height: 124px;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(10, 29, 55, 0.94), rgba(5, 15, 32, 0.98));
  box-shadow: 0 16px 42px rgba(0, 3, 14, 0.22);
  text-decoration: none;
  transition: border-color 150ms ease, background-color 150ms ease, transform 130ms ease;
}

.priority-card:hover { border-color: var(--color-accent); transform: translateY(-2px); }
.priority-card:active { transform: translateY(0) scale(0.99); }
.priority-telegram { border-color: rgba(67, 185, 243, 0.28); }

.priority-icon {
  --relay-radius: 44px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid var(--color-border-strong);
  border-radius: 15px;
  background: rgba(37, 143, 242, 0.12);
  color: var(--color-accent);
}

.priority-telegram .priority-icon {
  border-color: rgba(67, 185, 243, 0.42);
  background: rgba(38, 165, 228, 0.12);
  color: #43b9f3;
}

.priority-icon svg { width: 29px; height: 29px; fill: currentColor; }
.priority-copy { display: grid; min-width: 0; gap: 2px; }
.priority-copy small { color: var(--color-accent); font-size: 0.59rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.priority-copy strong { font-size: clamp(1rem, 2vw, 1.2rem); letter-spacing: -0.02em; }
.priority-copy > span { color: var(--color-muted); font-size: 0.75rem; }
.card-arrow { width: 20px; height: 20px; fill: var(--color-accent); }

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 14px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 189, 87, 0.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(110deg, rgba(31, 33, 43, 0.96), rgba(8, 19, 36, 0.98) 72%);
  box-shadow: var(--shadow-panel);
}

.contact-copy {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 15px;
}

.contact-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 189, 87, 0.36);
  border-radius: 13px;
  background: rgba(255, 189, 87, 0.08);
  color: var(--color-gold);
}

.contact-icon svg { width: 24px; height: 24px; fill: currentColor; }
.contact-copy small { color: var(--color-gold); font-size: 0.59rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-copy h2 { margin: 1px 0 2px; font-size: 1.18rem; letter-spacing: -0.025em; }
.contact-copy p { margin: 0; color: var(--color-muted); font-size: 0.74rem; }
.email-text { display: inline-flex; align-items: center; min-height: 44px; margin-top: 1px; color: var(--color-accent-soft); font-size: 0.73rem; font-weight: 700; overflow-wrap: anywhere; text-underline-offset: 3px; }

.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  color: var(--color-text);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 850;
  text-decoration: none;
  transition: border-color 140ms ease, background-color 140ms ease, transform 100ms ease;
}

.contact-button-primary { border-color: rgba(255, 189, 87, 0.62); background: linear-gradient(135deg, #d88715, #eea331); color: #150d02; }
.contact-button-copy { background: rgba(8, 23, 45, 0.76); }
.contact-button:hover { border-color: var(--color-accent); }
.contact-button:active { transform: scale(0.98); }

.profile-section {
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid var(--color-border);
}

.section-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  margin-bottom: 18px;
}

.section-index {
  margin: 6px 0 0;
  color: var(--color-accent);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.section-heading div > p {
  max-width: 680px;
  margin: 9px 0 0;
  color: var(--color-muted);
  font-size: 0.83rem;
}

.channel-card,
.ecosystem-card {
  min-width: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(10, 29, 55, 0.94), rgba(5, 15, 32, 0.97));
  box-shadow: 0 16px 42px rgba(0, 3, 14, 0.2);
}

.channel-card { padding: 22px; }
.channel-card-featured { border-color: rgba(88, 207, 255, 0.3); }

.channel-header {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}

.channel-header-compact { grid-template-columns: 76px minmax(0, 1fr); }

.channel-header img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border: 1px solid var(--color-border-strong);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0 26px rgba(37, 143, 242, 0.17);
}

.channel-header-compact img { width: 76px; height: 76px; border-radius: 15px; }
.channel-header > div { min-width: 0; }
.channel-type { display: block; margin-bottom: 4px; color: var(--color-accent); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.channel-header h3 { margin: 0; font-size: 1.25rem; letter-spacing: -0.03em; line-height: 1.15; }
.channel-header p { margin: 6px 0 0; color: var(--color-muted); font-size: 0.73rem; }

.platform-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.platform-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.platform-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.platform-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  min-width: 0;
  min-height: 68px;
  gap: 0;
  padding: 8px 10px;
  border: 1px solid rgba(112, 207, 255, 0.13);
  border-radius: 11px;
  background: rgba(3, 10, 23, 0.5);
  text-decoration: none;
  transition: border-color 140ms ease, background-color 140ms ease, transform 120ms ease;
}

.platform-link:hover { border-color: var(--color-accent); background: rgba(12, 39, 70, 0.82); transform: translateY(-2px); }
.platform-link:active { transform: translateY(0) scale(0.985); }

.platform-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-surface);
  color: var(--color-accent);
}

.platform-icon svg { width: 21px; height: 21px; fill: currentColor; }
.platform-link > span:nth-child(2) { display: grid; min-width: 0; justify-items: center; gap: 1px; text-align: center; }
.platform-link strong { width: 100%; font-size: 0.75rem; overflow-wrap: anywhere; text-align: center; }
.platform-link small { width: 100%; color: var(--color-muted); font-size: 0.59rem; overflow-wrap: anywhere; text-align: center; }
.link-arrow { width: 15px; height: 15px; justify-self: center; fill: var(--color-accent); }

.platform-link[data-platform="facebook"] .platform-icon { border-color: rgba(24, 119, 242, 0.42); background: rgba(24, 119, 242, 0.11); color: #59a4ff; }
.platform-link[data-platform="youtube"] .platform-icon { border-color: rgba(255, 0, 51, 0.38); background: rgba(255, 0, 51, 0.1); color: #ff4768; }
.platform-link[data-platform="telegram"] .platform-icon { border-color: rgba(38, 165, 228, 0.42); background: rgba(38, 165, 228, 0.11); color: #43b9f3; }
.platform-link[data-platform="tiktok"] .platform-icon { border-color: rgba(37, 244, 238, 0.32); background: linear-gradient(145deg, rgba(37, 244, 238, 0.09), rgba(254, 44, 85, 0.1)); color: #f5fbff; }
.platform-link[data-platform="instagram"] .platform-icon { border-color: rgba(225, 48, 108, 0.4); background: linear-gradient(145deg, rgba(131, 58, 180, 0.2), rgba(225, 48, 108, 0.16), rgba(252, 175, 69, 0.12)); color: #ff79ad; }

.creator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.creator-grid .channel-card { display: flex; min-width: 0; flex-direction: column; }
.creator-grid .platform-grid { margin-top: auto; }
.creator-grid .channel-card:first-child {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.54fr);
  align-items: center;
  gap: 24px;
}
.creator-grid .channel-card:first-child .channel-header { margin: 0; padding: 0; border-bottom: 0; }
.creator-grid .channel-card-featured { grid-column: 1 / -1; }

.profile-section-studio { margin-top: 62px; }

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

.studio-channel-card { grid-column: 1 / -1; }

.ecosystem-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  min-height: 190px;
  gap: 18px;
  padding: 20px;
  text-decoration: none;
  transition: border-color 150ms ease, transform 130ms ease, box-shadow 150ms ease;
}

.ecosystem-card:hover { border-color: var(--color-accent); box-shadow: 0 22px 54px rgba(0, 3, 14, 0.3); transform: translateY(-2px); }
.ecosystem-card:active { transform: translateY(0) scale(0.99); }

.ecosystem-card > img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border: 1px solid var(--color-border-strong);
  border-radius: 19px;
  background: #fff;
}

.ecosystem-copy { display: grid; min-width: 0; }
.ecosystem-copy small { color: var(--color-accent); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.ecosystem-copy strong { margin-top: 3px; font-size: 1.18rem; letter-spacing: -0.025em; }
.ecosystem-copy > span { margin-top: 5px; color: var(--color-muted); font-size: 0.72rem; }
.ecosystem-copy b { display: inline-flex; align-items: center; gap: 5px; margin-top: 13px; color: var(--color-accent-soft); font-size: 0.68rem; }
.ecosystem-copy b svg { width: 14px; height: 14px; fill: currentColor; }
.ecosystem-community { border-color: rgba(67, 185, 243, 0.26); }

.links-footer {
  padding: 28px 0 max(28px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--color-border);
  background: var(--color-bg-deep);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-meta { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px 18px; color: var(--color-muted); font-size: 0.66rem; }
.footer-meta a { display: inline-flex; align-items: center; min-height: 44px; color: var(--color-accent-soft); font-weight: 750; text-underline-offset: 3px; }

.status-toast {
  position: fixed;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 40;
  max-width: min(360px, calc(100% - 32px));
  margin: 0;
  padding: 11px 14px;
  border: 1px solid var(--color-border-strong);
  border-radius: 10px;
  background: rgba(8, 23, 45, 0.98);
  box-shadow: var(--shadow-panel);
  color: var(--color-text);
  font-size: 0.72rem;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.status-toast.is-visible { opacity: 1; transform: translateY(0); }

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-accent-soft);
  outline-offset: 3px;
  box-shadow: var(--shadow-focus);
}

@media (max-width: 940px) {
  .studio-hero { grid-template-columns: minmax(0, 1fr) 190px; }
  .hero-brandmark { padding-right: 24px; }
  .platform-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .creator-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .creator-grid .channel-card:first-child { grid-column: 1 / -1; }
  .contact-strip { grid-template-columns: 1fr; gap: 16px; }
  .contact-actions { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .links-shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { min-height: 64px; }
  .header-brand img { width: 40px; height: 40px; }
  .share-button { padding-inline: 12px; }
  .links-main { padding-block: 18px 56px; }

  .studio-hero {
    grid-template-columns: minmax(0, 1fr) 92px;
    min-height: 246px;
    border-radius: 18px;
  }

  .hero-copy { padding: 24px 0 24px 20px; }
  .official-label { margin-bottom: 17px; font-size: 0.55rem; }
  .hero-kicker { font-size: 0.58rem; }
  .hero-copy h1 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .hero-copy > p:not(.hero-kicker) { margin: 14px 0 18px; font-size: 0.78rem; line-height: 1.52; }
  .hero-action { min-height: 42px; padding-inline: 13px; font-size: 0.68rem; }
  .hero-brandmark { align-items: start; padding: 32px 12px 0 0; }
  .hero-brandmark img { width: 82px; border-radius: 14px; }
  .brand-orbit { top: 18px; width: 112px; max-width: none; }

  .priority-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 10px; }
  .priority-card { grid-template-columns: 50px minmax(0, 1fr) 18px; min-height: 102px; gap: 12px; padding: 14px; border-radius: 15px; }
  .priority-icon { width: 50px; height: 50px; border-radius: 12px; }
  .priority-icon svg { width: 25px; height: 25px; }
  .priority-copy strong { font-size: 1rem; }
  .priority-copy > span { font-size: 0.69rem; }

  .contact-strip { margin-top: 10px; padding: 17px 15px; border-radius: 15px; }
  .contact-copy { grid-template-columns: 46px minmax(0, 1fr); gap: 12px; }
  .contact-icon { width: 46px; height: 46px; border-radius: 11px; }
  .contact-copy h2 { font-size: 1.04rem; }
  .contact-copy p { font-size: 0.69rem; }
  .contact-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-button { min-width: 0; padding-inline: 9px; font-size: 0.65rem; }

  .profile-section { margin-top: 42px; padding-top: 22px; }
  .profile-section-studio { margin-top: 48px; }
  .section-heading { grid-template-columns: 1fr; gap: 6px; margin-bottom: 14px; }
  .section-index { margin: 0; font-size: 0.56rem; }
  .section-heading h2 { font-size: 1.7rem; }
  .section-heading div > p { margin-top: 7px; font-size: 0.75rem; }

  .channel-card { padding: 15px; border-radius: 15px; }
  .channel-header,
  .channel-header-compact { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; margin-bottom: 13px; padding-bottom: 13px; }
  .channel-header img,
  .channel-header-compact img { width: 64px; height: 64px; border-radius: 13px; }
  .channel-type { font-size: 0.5rem; }
  .channel-header h3 { font-size: 1.02rem; }
  .channel-header p { margin-top: 4px; font-size: 0.65rem; line-height: 1.4; }

  .creator-grid,
  .studio-grid { grid-template-columns: 1fr; gap: 10px; }
  .creator-grid .channel-card:first-child,
  .studio-channel-card { grid-column: auto; }
  .creator-grid .channel-card:first-child { display: flex; gap: 0; }
  .creator-grid .channel-card:first-child .channel-header { margin-bottom: 13px; padding-bottom: 13px; border-bottom: 1px solid var(--color-border); }

  .platform-grid,
  .platform-grid-two,
  .platform-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }

  .platform-link { grid-template-columns: 36px minmax(0, 1fr) 36px; min-height: 60px; gap: 7px; padding: 6px 7px; border-radius: 9px; }
  .platform-icon { width: 36px; height: 36px; border-radius: 8px; }
  .platform-icon svg { width: 18px; height: 18px; }
  .platform-link strong { font-size: 0.68rem; }
  .platform-link small { font-size: 0.53rem; }
  .link-arrow { width: 12px; height: 12px; }

  .creator-grid .channel-card:first-child .platform-grid { grid-template-columns: 1fr; }

  .ecosystem-card { grid-template-columns: 78px minmax(0, 1fr); min-height: 150px; gap: 13px; padding: 15px; border-radius: 15px; }
  .ecosystem-card > img { width: 78px; height: 78px; border-radius: 14px; }
  .ecosystem-copy strong { font-size: 1rem; }
  .ecosystem-copy > span { font-size: 0.66rem; }
  .ecosystem-copy b { margin-top: 9px; font-size: 0.62rem; }

  .links-footer { padding-top: 24px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-meta { justify-content: flex-start; }
}

@media (max-width: 390px) {
  .header-brand strong { font-size: 0.74rem; }
  .header-brand small { font-size: 0.56rem; }
  .share-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .share-button { width: 44px; padding: 0; }
  .studio-hero { grid-template-columns: minmax(0, 1fr) 76px; min-height: 252px; }
  .hero-copy { padding-left: 16px; }
  .hero-brandmark img { width: 68px; }
  .brand-orbit { width: 92px; }
  .contact-actions { grid-template-columns: 1fr; }
  .platform-link { grid-template-columns: 34px minmax(0, 1fr) 34px; }
  .platform-link .link-arrow { display: none; }
  .platform-icon { width: 34px; height: 34px; }
}

@media (hover: none) {
  .studio-hero:hover,
  .priority-card:hover,
  .platform-link:hover,
  .ecosystem-card:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Porcelain Mask Archive — approved creator profile integrated into /links/. */
.creator-grid .creator-personal-card.creator-porcelain-card {
  position: relative;
  display: block;
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  aspect-ratio: 1600 / 456;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(181, 194, 204, 0.24);
  border-radius: 24px;
  background: #000;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.5);
  isolation: isolate;
  overflow: hidden;
  transform: none;
  transition: border-color 210ms ease, box-shadow 210ms ease;
}

.creator-grid .creator-personal-card.creator-porcelain-card:hover,
.creator-grid .creator-personal-card.creator-porcelain-card:focus-within {
  border-color: rgba(167, 219, 229, 0.46);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.58), 0 0 30px rgba(68, 194, 220, 0.08);
  transform: none;
}

.creator-grid .creator-personal-card.creator-porcelain-card::before {
  position: absolute;
  top: 4%;
  right: 2%;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 23%;
  height: auto;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 208, 235, 0.12), transparent 68%);
  box-shadow: none;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale(0.78);
  transition: opacity 200ms var(--ease-out), transform 350ms var(--ease-out);
}

.creator-grid .creator-personal-card.creator-porcelain-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border: 0;
  background: linear-gradient(90deg, transparent 23%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.08) 72%, transparent 92%);
  box-shadow: none;
  content: "";
  opacity: 1;
  pointer-events: none;
  animation: none;
}

.creator-porcelain-card[data-phase="active"]::before { opacity: 1 !important; transform: scale(1) !important; }

.creator-porcelain-art {
  position: absolute !important;
  inset: 0;
  z-index: 0 !important;
  display: block;
  pointer-events: none;
}

.creator-porcelain-art img { display: block; width: 100%; height: 100%; object-fit: contain; }

.creator-porcelain-recess-mask {
  position: absolute !important;
  right: 10.4%;
  bottom: 10.5%;
  z-index: 2 !important;
  display: block;
  width: 19.2%;
  height: 25%;
  border-radius: 50%;
  background: #020405;
  box-shadow: 0 0 14px 9px #020405;
  pointer-events: none;
}

.creator-porcelain-portrait {
  position: absolute !important;
  top: calc(18% - 5px);
  left: 6.8%;
  z-index: 3 !important;
  display: block;
  width: 17.8%;
  aspect-ratio: 1;
  border: 1px solid rgba(211, 218, 221, 0.46);
  border-radius: 50%;
  background: #06080b;
  box-shadow: inset 0 0 0 5px rgba(4, 7, 10, 0.82), 0 0 0 2px rgba(84, 96, 104, 0.28), 0 16px 32px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: translateX(17px);
  transform-origin: center;
  transition: filter 200ms var(--ease-out), transform 220ms var(--ease-out);
}

.creator-porcelain-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.86) contrast(1.04) brightness(0.88);
}

.creator-porcelain-portrait::after {
  position: absolute;
  inset: -20%;
  background: linear-gradient(112deg, transparent 37%, rgba(197, 244, 255, 0.22) 49%, transparent 61%);
  content: "";
  pointer-events: none;
  transform: translateX(-125%);
}

.creator-porcelain-card.is-playing .creator-porcelain-portrait::after { animation: creator-porcelain-portrait-scan 640ms var(--ease-out); }
.creator-porcelain-card[data-phase="active"] .creator-porcelain-portrait { filter: drop-shadow(0 0 12px rgba(72, 208, 235, 0.22)); transform: translateX(17px) scale(1.015); }

.creator-avatar-vfx {
  position: absolute !important;
  top: calc(18% - 5px);
  left: 6.8%;
  z-index: 4 !important;
  display: block;
  width: 17.8%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: translateX(17px);
  transform-origin: center;
}

.creator-avatar-vfx::before,
.creator-avatar-vfx::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.creator-avatar-vfx-aether::before {
  inset: -11px;
  background: conic-gradient(from 18deg, transparent 0 10%, rgba(132, 229, 255, 0.95) 12% 15%, transparent 17% 42%, rgba(222, 229, 232, 0.82) 44% 48%, transparent 50% 74%, rgba(63, 188, 230, 0.86) 76% 82%, transparent 84% 100%);
  filter: drop-shadow(0 0 5px rgba(77, 211, 244, 0.55));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  animation: creator-aether-orbit-clockwise 7.4s linear infinite;
}

.creator-avatar-vfx-aether::after {
  inset: -6px;
  border: 1px solid rgba(198, 220, 226, 0.42);
  box-shadow: inset 0 0 8px rgba(87, 212, 241, 0.12), 0 0 7px rgba(72, 193, 227, 0.13);
  animation: creator-aether-orbit-counter 9.6s linear infinite;
}

@keyframes creator-aether-orbit-clockwise { to { transform: rotate(360deg); } }
@keyframes creator-aether-orbit-counter { to { transform: rotate(-360deg); } }

.creator-porcelain-identity {
  position: absolute !important;
  top: 21%;
  left: 29.5%;
  z-index: 3 !important;
  display: block;
  width: calc(39% - 40px);
  min-width: 0;
  transform: translateX(40px);
}

.creator-porcelain-identity > div { display: grid; min-width: 0; }
.creator-porcelain-identity small { color: #9fdbe6; font-size: clamp(8px, 0.75vw, 11px); font-weight: 850; letter-spacing: 0.18em; text-transform: uppercase; }
.creator-porcelain-identity h3 { margin: 3px 0 0; color: #f0efea; font-size: clamp(24px, 2.5vw, 38px); font-weight: 760; line-height: 1.1; letter-spacing: -0.035em; text-shadow: 0 2px 9px #000; }
.creator-porcelain-identity em { max-width: 430px; margin-top: 7px; color: #a9afb4; font-size: clamp(10px, 0.95vw, 14px); font-style: normal; }

.creator-porcelain-button {
  position: absolute !important;
  top: 49%;
  left: 28.5%;
  z-index: 4 !important;
  display: block;
  width: 63%;
  aspect-ratio: 1200 / 246;
  border: 0;
  color: #fff;
  background: transparent;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.5));
  isolation: isolate;
  text-decoration: none;
  transform-origin: center;
  transition: filter 200ms var(--ease-out), transform 140ms var(--ease-out);
}

.creator-porcelain-button:hover { filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.56)) brightness(1.045); transform: translateY(-2px); }
.creator-porcelain-button:focus-visible { border-radius: 18px; outline: 2px solid #9be9f3; outline-offset: 3px; }

.creator-porcelain-button-frames,
.creator-porcelain-button-frame,
.creator-porcelain-action-frames,
.creator-porcelain-action-frame { position: absolute; inset: 0; width: 100%; height: 100%; }

.creator-porcelain-button-frames { z-index: 0; pointer-events: none; }
.creator-porcelain-button-frame,
.creator-porcelain-action-frame { display: block; object-fit: contain; opacity: 0; pointer-events: none; transition: opacity 48ms linear; }
.creator-porcelain-button-frame.is-visible,
.creator-porcelain-action-frame.is-visible { opacity: 1; }

.creator-porcelain-button-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 18% minmax(0, 1fr) 31%;
  align-items: center;
  padding: 0 5.2% 0 3%;
  pointer-events: none;
  text-align: left;
}

.creator-porcelain-facebook-icon {
  --facebook-icon-offset-x: clamp(10px, 1.4vw, 20px);
  display: grid;
  width: clamp(22px, 3.2vw, 46px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  color: #126fe5;
  transform: translateX(var(--facebook-icon-offset-x));
  transition: color 160ms var(--ease-out), filter 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.creator-porcelain-facebook-icon svg { width: 68%; height: 68%; fill: currentColor; filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.7)) drop-shadow(0 0 5px rgba(83, 211, 239, 0.28)); }

.creator-porcelain-button-copy { display: grid; min-width: 0; max-width: 100%; overflow: hidden; transform: translateX(40px); }
.creator-porcelain-button-copy small,
.creator-porcelain-button-copy strong,
.creator-porcelain-button-copy em { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.creator-porcelain-button-copy small { color: #9ad8e3; font-size: clamp(7px, 0.68vw, 10px); font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
.creator-porcelain-button-copy strong { margin-top: 2px; color: #f1efea; font-size: clamp(15px, 1.55vw, 23px); font-weight: 760; line-height: 1.08; letter-spacing: -0.025em; text-shadow: 0 2px 7px #000; }
.creator-porcelain-button-copy em { margin-top: 3px; color: #a8adb2; font-size: clamp(8px, 0.84vw, 12px); font-style: normal; }

.creator-porcelain-button-action {
  position: relative;
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 7px;
  width: min(100%, 180px);
  min-width: 0;
  aspect-ratio: 2.65;
  padding: 0 12%;
  color: #f7f8f5;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 820;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 7px #000;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.42));
  overflow: visible;
  transition: filter 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.creator-porcelain-button-action > span:not(.creator-porcelain-action-frames) { position: relative; z-index: 2; white-space: nowrap; }
.creator-porcelain-action-frames { z-index: 0; pointer-events: none; }
.creator-porcelain-button-action > svg { position: relative; z-index: 2; width: 15px; height: 15px; flex: 0 0 auto; fill: #9be9f3; filter: drop-shadow(0 0 5px rgba(80, 211, 235, 0.4)); transition: transform 160ms var(--ease-out); }
.creator-porcelain-button:hover .creator-porcelain-button-action { filter: brightness(1.08) drop-shadow(0 0 9px rgba(86, 219, 239, 0.18)) drop-shadow(0 7px 12px rgba(0, 0, 0, 0.44)); transform: translateY(-1px); }

.creator-porcelain-card[data-phase="press"] .creator-porcelain-button { filter: drop-shadow(0 8px 13px rgba(0, 0, 0, 0.56)); transform: scale(0.988); }
.creator-porcelain-card[data-phase="press"] .creator-porcelain-facebook-icon { transform: translateX(var(--facebook-icon-offset-x)) scale(0.92); }
.creator-porcelain-card[data-phase="press"] .creator-porcelain-button-action { filter: brightness(0.9) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.48)); transform: translateY(1px) scale(0.95); }
.creator-porcelain-card[data-phase="active"] .creator-porcelain-button { filter: drop-shadow(0 0 16px rgba(73, 207, 235, 0.18)) drop-shadow(0 15px 24px rgba(0, 0, 0, 0.52)); transform: translateY(-1px); }
.creator-porcelain-card[data-phase="active"] .creator-porcelain-facebook-icon { color: #0788ee; filter: brightness(1.18) drop-shadow(0 0 8px rgba(73, 216, 242, 0.64)); transform: translateX(var(--facebook-icon-offset-x)) scale(1.09); }
.creator-porcelain-card[data-phase="active"] .creator-porcelain-button-action { color: #fff; filter: brightness(1.08) drop-shadow(0 0 12px rgba(67, 211, 235, 0.28)) drop-shadow(0 7px 12px rgba(0, 0, 0, 0.44)); }
.creator-porcelain-card[data-phase="active"] .creator-porcelain-button-action > svg { transform: translateX(3px); }
.creator-porcelain-card[data-phase="settle"] .creator-porcelain-button { transform: translateY(-1px) scale(1.004); }

@keyframes creator-porcelain-portrait-scan {
  0% { transform: translateX(-125%); }
  100% { transform: translateX(125%); }
}

@media (min-width: 681px) and (max-width: 1050px) {
  .creator-grid .creator-personal-card.creator-porcelain-card { aspect-ratio: 1600 / 500; }
  .creator-porcelain-art img { object-fit: fill; }
  .creator-porcelain-portrait { top: calc(18% - 5px); width: 16.8%; transform: translateX(5px); }
  .creator-avatar-vfx { top: calc(18% - 5px); width: 16.8%; transform: translateX(5px); }
  .creator-porcelain-card[data-phase="active"] .creator-porcelain-portrait { transform: translateX(5px) scale(1.015); }
  .creator-porcelain-identity { top: 16%; width: calc(39% - clamp(18px, 3.8vw, 40px)); transform: translateX(clamp(18px, 3.8vw, 40px)); }
  .creator-porcelain-identity h3 { font-size: clamp(21px, 3.4vw, 29px); }
  .creator-porcelain-identity em { font-size: clamp(9px, 1.35vw, 12px); }
  .creator-porcelain-button { top: 51%; }
  .creator-porcelain-button-copy { transform: translateX(clamp(18px, 3.8vw, 40px)); }
  .creator-porcelain-button-action { left: -6px; width: min(100%, 128px); padding: 0 10%; font-size: 10px; }
}

@media (max-width: 680px) {
  .creator-grid .creator-personal-card.creator-porcelain-card { display: block; aspect-ratio: 720 / 1300; gap: 0; padding: 0; border-radius: 20px; }
  .creator-porcelain-art {
    overflow: hidden;
    background: url("../assets/links/creator-portrait-v2/profile-panel-porcelain-mobile.webp") center top / 100% auto no-repeat;
  }
  .creator-porcelain-art::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 19.7692308%;
    background: url("../assets/links/creator-portrait-v2/profile-panel-porcelain-mobile.webp") center bottom / 100% auto no-repeat;
    content: "";
  }
  .creator-porcelain-art img { display: none; }
  .creator-grid .creator-personal-card.creator-porcelain-card::after { background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.16) 44%, rgba(0, 0, 0, 0.05) 84%, transparent); }
  .creator-grid .creator-personal-card.creator-porcelain-card::before { top: 5%; right: 5%; width: 44%; }
  .creator-porcelain-recess-mask { display: none; }
  .creator-porcelain-portrait { top: calc(8.5% + 46px); left: 21%; width: 58%; box-shadow: inset 0 0 0 4px rgba(4, 7, 10, 0.82), 0 0 0 1px rgba(84, 96, 104, 0.3), 0 12px 25px rgba(0, 0, 0, 0.55); transform: translateX(-3px); }
  .creator-avatar-vfx { top: calc(8.5% + 46px); left: 21%; width: 58%; transform: translateX(-3px); }
  .creator-porcelain-card[data-phase="active"] .creator-porcelain-portrait { transform: translateX(-3px) scale(1.015); }
  .creator-porcelain-identity { top: calc(46.5% + 123px); left: 10%; width: calc(80% - 12px); text-align: center; transform: translateX(12px); }
  .creator-porcelain-identity > div { justify-items: center; }
  .creator-porcelain-identity small { font-size: 8px; }
  .creator-porcelain-identity h3 { font-size: clamp(23px, 8.4vw, 31px); }
  .creator-porcelain-identity em { max-width: 260px; font-size: 11px; line-height: 1.45; }
  .creator-porcelain-button { top: auto; bottom: calc(4.2% + 30px); left: 6%; width: 88%; }
  .creator-porcelain-button-content { grid-template-columns: 19% minmax(0, 1fr) 33%; padding-right: 4.7%; padding-left: 2.5%; }
  .creator-porcelain-facebook-icon { width: clamp(18px, 7.5vw, 29px); }
  .creator-porcelain-button-copy { transform: translateX(12px); }
  .creator-porcelain-button-copy small { font-size: 6px; letter-spacing: 0.09em; }
  .creator-porcelain-button-copy strong { font-size: clamp(12px, 4.2vw, 16px); }
  .creator-porcelain-button-copy em { margin-top: 1px; font-size: 8px; }
  .creator-porcelain-button-action { left: 0; width: 100%; padding: 0 7%; gap: 4px; font-size: 9px; }
  .creator-porcelain-button-action > svg { width: 9px; height: 9px; }
}

@media (max-width: 360px) {
  .creator-porcelain-identity h3 { font-size: 23px; }
  .creator-porcelain-button { left: 5%; width: 90%; }
  .creator-porcelain-button-copy strong { font-size: 11.5px; }
  .creator-porcelain-button-action { padding: 0 4%; font-size: 8.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .creator-porcelain-card::before,
  .creator-porcelain-portrait,
  .creator-porcelain-portrait::after,
  .creator-avatar-vfx::before,
  .creator-avatar-vfx::after,
  .creator-porcelain-button,
  .creator-porcelain-facebook-icon,
  .creator-porcelain-button-action,
  .creator-porcelain-button-action > svg { animation: none !important; transition: none !important; }
}

/* Connected Game Universe — approved visual truth */
:root {
  --color-bg: #020713;
  --color-bg-deep: #01030a;
  --color-surface: #07182f;
  --color-surface-strong: #0a2548;
  --color-panel: rgba(5, 17, 35, 0.96);
  --color-border: rgba(69, 174, 255, 0.2);
  --color-border-strong: rgba(83, 194, 255, 0.54);
  --color-accent: #49c8ff;
  --color-accent-strong: #168cff;
  --color-accent-soft: #c7f1ff;
  --color-gold: #ffbd57;
  --universe-blue: #0f6fff;
  --universe-cyan: #35d2ff;
  --universe-ice: #dff7ff;
  --shadow-panel: 0 24px 70px rgba(0, 2, 10, 0.5);
  --shadow-focus: 0 0 0 3px rgba(73, 200, 255, 0.32), 0 0 28px rgba(22, 140, 255, 0.18);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-press: cubic-bezier(0.2, 0.8, 0.2, 1);
  --shell: 1120px;
}

body {
  overflow-x: clip;
  background:
    radial-gradient(circle at 50% -8%, rgba(22, 140, 255, 0.2), transparent 35rem),
    radial-gradient(circle at 7% 39%, rgba(53, 210, 255, 0.07), transparent 25rem),
    radial-gradient(circle at 96% 66%, rgba(15, 111, 255, 0.09), transparent 30rem),
    linear-gradient(180deg, #030918 0%, #020611 56%, #01030a 100%);
}

body::before {
  opacity: 0.72;
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.52) 58%, transparent 92%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 9% 18%, rgba(91, 212, 255, 0.75) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 29%, rgba(52, 152, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 72%, rgba(80, 205, 255, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 78%, rgba(52, 152, 255, 0.42) 0 1px, transparent 2px);
  content: "";
  pointer-events: none;
}

.links-header {
  border-bottom-color: rgba(73, 200, 255, 0.16);
  background: rgba(2, 7, 19, 0.82);
  box-shadow: 0 14px 38px rgba(0, 2, 10, 0.22);
}

.header-inner { position: relative; }

.header-brand img,
.footer-brand img {
  border-color: rgba(82, 195, 255, 0.52);
  box-shadow: 0 0 0 4px rgba(22, 140, 255, 0.06), 0 0 30px rgba(22, 140, 255, 0.25);
}

.share-control { position: relative; }

.share-button,
.contact-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.share-button {
  border-color: rgba(73, 200, 255, 0.3);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(12, 36, 67, 0.9), rgba(4, 14, 30, 0.98));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 12px 30px rgba(0, 3, 14, 0.24);
  transition: transform 110ms var(--ease-press), border-color 180ms ease, box-shadow 180ms ease;
}

.share-button::before,
.contact-button::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(112, 221, 255, 0.22), transparent 48%);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.share-button > *,
.contact-button > * { position: relative; z-index: 1; }

.share-button:hover::before,
.contact-button:hover::before { opacity: 1; }

.share-button:hover {
  border-color: rgba(104, 221, 255, 0.82);
  background: linear-gradient(145deg, rgba(13, 43, 79, 0.96), rgba(5, 18, 37, 0.99));
  box-shadow: 0 0 0 1px rgba(73, 200, 255, 0.08), 0 15px 36px rgba(0, 4, 17, 0.34), 0 0 28px rgba(22, 140, 255, 0.12);
  transform: translateY(-2px);
}

.share-button:active,
.contact-button:active { transform: translateY(0) scale(0.975); }

.share-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 80;
  display: grid;
  width: min(330px, calc(100vw - 24px));
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(73, 200, 255, 0.38);
  border-radius: 17px;
  background:
    linear-gradient(rgba(73, 200, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 200, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(8, 29, 56, 0.99), rgba(2, 10, 23, 0.995));
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 28px 80px rgba(0, 2, 12, 0.64), inset 0 1px rgba(255, 255, 255, 0.04);
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition: opacity 150ms ease, transform 180ms var(--ease-out);
}

.share-popover[hidden] { display: none; }
.share-popover.is-open { opacity: 1; transform: translateY(0) scale(1); }

.popover-kicker {
  padding: 5px 8px 8px;
  color: var(--color-accent);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.share-popover button,
.share-popover a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  min-height: 62px;
  gap: 11px;
  padding: 8px 10px;
  border: 1px solid rgba(73, 200, 255, 0.14);
  border-radius: 11px;
  background: rgba(2, 9, 21, 0.62);
  color: var(--color-text);
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition: border-color 150ms ease, background-color 150ms ease, transform 100ms ease;
}

.share-popover button:hover,
.share-popover a:hover {
  border-color: rgba(73, 200, 255, 0.7);
  background: rgba(15, 54, 96, 0.72);
  transform: translateX(-2px);
}

.share-popover button > svg,
.share-popover a > svg {
  width: 21px;
  height: 21px;
  margin: auto;
  fill: var(--color-accent);
}

.share-popover button > span,
.share-popover a > span { display: grid; min-width: 0; }
.share-popover strong { font-size: 0.72rem; }
.share-popover small { color: var(--color-muted); font-size: 0.58rem; }

.links-main { padding-block: 34px 90px; }

.studio-hero {
  --brand-core-x: 73.1%;
  --brand-core-y: 50.2%;
  --brand-stage-size: 260px;
  --brand-logo-size: 176px;
  --brand-signal-start: 94px;
  --brand-link-distance: 128px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  min-height: 430px;
  border-color: rgba(69, 174, 255, 0.5);
  border-radius: 26px;
  background: #020713;
  box-shadow: 0 34px 90px rgba(0, 2, 12, 0.58), inset 0 1px rgba(255, 255, 255, 0.055);
  transition: border-color 220ms ease, transform 180ms var(--ease-out), box-shadow 220ms ease;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 240ms ease;
}

.studio-hero::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 7, 19, 0.99) 0%, rgba(2, 7, 19, 0.92) 38%, rgba(2, 7, 19, 0.42) 62%, rgba(2, 7, 19, 0.12) 100%),
    linear-gradient(180deg, rgba(1, 5, 14, 0.04), rgba(1, 5, 14, 0.4));
  background-size: auto;
  mask-image: none;
}

.studio-hero::after {
  inset: 11px;
  right: 11px;
  bottom: 11px;
  z-index: 4;
  width: auto;
  height: auto;
  border: 1px solid rgba(91, 211, 255, 0.13);
  border-radius: 18px;
  box-shadow: none;
  pointer-events: none;
}

.studio-hero:hover {
  border-color: rgba(102, 216, 255, 0.88);
  box-shadow: 0 38px 100px rgba(0, 2, 12, 0.64), 0 0 44px rgba(22, 140, 255, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
}

.studio-hero:hover .hero-art img { filter: saturate(1.08) brightness(1.04); }

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: clamp(34px, 5vw, 60px);
}

.official-label {
  margin-bottom: 28px;
  color: #72edbc;
  text-shadow: 0 0 18px rgba(87, 235, 184, 0.2);
}

.hero-kicker { color: #5ed9ff; }

.hero-copy h1 {
  max-width: 640px;
  background: linear-gradient(100deg, #ffffff 10%, #dff7ff 58%, #8bc9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.7rem, 5.7vw, 4.85rem);
  text-wrap: balance;
}

.hero-copy h1 > span {
  background: linear-gradient(135deg, #59ccff 0%, #238cff 58%, #88dfff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 34px rgba(35, 140, 255, 0.12);
}

.hero-copy > p:not(.hero-kicker) {
  max-width: 590px;
  color: #c5d4e8;
  text-wrap: pretty;
}

.hero-action {
  position: relative;
  overflow: hidden;
  border-color: rgba(117, 224, 255, 0.88);
  border-radius: 12px;
  background: linear-gradient(135deg, #188dff, #075dcc);
  box-shadow: 0 15px 36px rgba(7, 95, 204, 0.32), inset 0 1px rgba(255, 255, 255, 0.22);
}

.hero-action::before {
  position: absolute;
  top: -120%;
  left: -35%;
  width: 30%;
  height: 340%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  content: "";
  transform: rotate(18deg);
  transition: left 420ms var(--ease-out);
}

.studio-hero:hover .hero-action::before { left: 115%; }
.studio-hero:hover .hero-action svg { transform: translateX(4px); }
.hero-action svg { transition: transform 180ms var(--ease-out); }

.hero-brandmark {
  position: absolute;
  z-index: 2;
  top: var(--brand-core-y);
  left: var(--brand-core-x);
  width: var(--brand-stage-size);
  height: var(--brand-stage-size);
  min-height: 0;
  padding: 0;
  place-items: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero-brandmark img {
  z-index: 4;
  width: var(--brand-logo-size);
  max-width: none;
  border-color: rgba(105, 214, 255, 0.58);
  border-radius: 25px;
  box-shadow: 0 28px 74px rgba(0, 3, 14, 0.66), 0 0 58px rgba(16, 124, 255, 0.28), inset 0 1px rgba(255, 255, 255, 0.08);
  animation: universe-logo-idle 5s ease-in-out infinite;
}

.brand-orbit {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: auto;
  max-width: none;
  border-color: rgba(72, 203, 255, 0.42);
  transform: translate(-50%, -50%);
}

.brand-orbit-inner {
  width: 78%;
  box-shadow: inset 0 0 48px rgba(40, 160, 255, 0.14), 0 0 30px rgba(42, 179, 255, 0.14);
  animation: universe-core-breathe 3.5s ease-in-out infinite;
}

.brand-orbit-outer {
  width: 104%;
  border-style: dashed;
  border-color: rgba(78, 199, 255, 0.22);
}

.brand-ray {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(109, 226, 255, 0.82), rgba(42, 144, 255, 0.25) 66%, transparent);
  opacity: 0.54;
  transform: rotate(var(--brand-angle));
  transform-origin: left center;
  animation: universe-ray-pulse 3.4s ease-in-out infinite;
}

.brand-link-signal {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8fbff;
  box-shadow: 0 0 7px #c5f9ff, 0 0 20px #2bbaff;
  opacity: 0;
  animation: universe-link-signal 3.7s var(--ease-out) infinite;
}

.brand-ray-one,
.brand-link-signal-one { --brand-angle: 26deg; }
.brand-ray-two,
.brand-link-signal-two { --brand-angle: 154deg; }
.brand-ray-three,
.brand-link-signal-three { --brand-angle: 208deg; }
.brand-ray-four,
.brand-link-signal-four { --brand-angle: 334deg; }

.brand-ray-two { animation-delay: 450ms; }
.brand-ray-three { animation-delay: 900ms; }
.brand-ray-four { animation-delay: 1.35s; }
.brand-link-signal-two { animation-delay: 900ms; }
.brand-link-signal-three { animation-delay: 1.8s; }
.brand-link-signal-four { animation-delay: 2.7s; }

.studio-hero:hover .brand-link-signal,
.studio-hero:focus-visible .brand-link-signal { animation-duration: 1.65s; }

.studio-hero:hover .hero-brandmark img,
.studio-hero:focus-visible .hero-brandmark img {
  animation: universe-logo-connect 1.05s var(--ease-out) both;
}

.priority-grid { gap: 16px; margin-top: 16px; }

.priority-card,
.channel-card,
.ecosystem-card,
.platform-link {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.priority-card {
  --priority-panel-art: url("../assets/links/connected-universe-panel-portal.webp");
  --priority-panel-tint: linear-gradient(90deg, rgba(1, 9, 23, 0.18), rgba(1, 8, 20, 0.5) 55%, rgba(1, 7, 18, 0.7));
  grid-template-columns: 76px minmax(0, 1fr) 38px;
  min-height: 148px;
  gap: 19px;
  padding: 20px 22px;
  border-color: rgba(69, 174, 255, 0.27);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(46, 185, 255, 0.16), transparent 35%),
    var(--priority-panel-tint),
    var(--priority-panel-art) left center / cover no-repeat;
  box-shadow: 0 20px 52px rgba(0, 3, 14, 0.34), inset 0 1px rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, transform 150ms var(--ease-out), box-shadow 180ms ease;
}

.priority-games {
  --priority-panel-art: url("../assets/links/connected-universe-priority-games.webp");
  --priority-panel-tint: linear-gradient(90deg, rgba(1, 9, 23, 0.08), rgba(1, 8, 20, 0.56) 47%, rgba(1, 7, 18, 0.76));
}

.priority-telegram {
  --priority-panel-art: url("../assets/links/connected-universe-priority-telegram.webp");
  --priority-panel-tint: linear-gradient(90deg, rgba(1, 10, 24, 0.08), rgba(1, 9, 22, 0.5) 47%, rgba(1, 12, 25, 0.62));
}

.priority-card::before,
.channel-card::before,
.ecosystem-card::before,
.platform-link::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(89, 214, 255, 0.14), transparent 38%);
  content: "";
  opacity: 0;
  transition: opacity 190ms ease;
}

.priority-card > *,
.channel-card > *,
.ecosystem-card > *,
.platform-link > * { position: relative; z-index: 1; }

.priority-card:hover {
  border-color: rgba(82, 204, 255, 0.75);
  box-shadow: 0 26px 62px rgba(0, 3, 14, 0.44), 0 0 34px rgba(17, 118, 255, 0.12);
  transform: translateY(-4px);
}

.priority-card:hover::before,
.channel-card:hover::before,
.ecosystem-card:hover::before,
.platform-link:hover::before { opacity: 1; }

.priority-card:active { transform: translateY(0) scale(0.985); }

.priority-icon {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  border-color: rgba(99, 218, 255, 0.74);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 179, 255, 0.3), rgba(3, 16, 34, 0.96) 68%);
  box-shadow: 0 0 0 7px rgba(25, 129, 255, 0.075), inset 0 0 28px rgba(32, 155, 255, 0.18), 0 0 34px rgba(18, 131, 255, 0.23);
}

.priority-icon::before,
.priority-icon::after {
  position: absolute;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
}

.priority-icon::before {
  inset: -11px;
  border: 1px solid rgba(73, 200, 255, 0.3);
  box-shadow: 0 0 18px rgba(41, 176, 255, 0.14);
}

.priority-icon::after {
  inset: -7px;
  border: 1px dashed rgba(73, 200, 255, 0.28);
  border-radius: inherit;
  box-shadow: inset 0 0 17px rgba(53, 210, 255, 0.08), 0 0 14px rgba(53, 210, 255, 0.08);
  animation: priority-relay-ring-breathe 3.4s ease-in-out infinite;
}

.priority-icon svg { width: 30px; height: 30px; }

.priority-icon img {
  position: relative;
  z-index: 5;
  width: 78px;
  max-width: none;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 9px 15px rgba(0, 3, 14, 0.55)) drop-shadow(0 0 12px rgba(53, 210, 255, 0.22));
  transform-origin: 50% 54%;
  will-change: transform, filter;
}

.priority-relay-nodes {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: 50%;
  pointer-events: none;
}

.priority-relay-node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin: -3.5px;
  border: 1px solid rgba(226, 251, 255, 0.9);
  border-radius: 50%;
  background: #a9efff;
  box-shadow: 0 0 6px #9aeeff, 0 0 17px #239fff;
}

.priority-telegram .priority-relay-node {
  background: #9ffff1;
  box-shadow: 0 0 6px #a9fff2, 0 0 18px #20cce8;
}

.priority-relay-node.node-one { animation: priority-relay-node-one 5.8s linear infinite; }
.priority-relay-node.node-two { width: 6px; height: 6px; margin: -3px; animation: priority-relay-node-two 7.1s -2.2s linear infinite; }
.priority-relay-node.node-three { width: 5px; height: 5px; margin: -2.5px; animation: priority-relay-node-three 4.9s -1.1s linear infinite; }

.priority-games .priority-icon img { animation: priority-game-idle 4.6s ease-in-out infinite; }
.priority-telegram .priority-icon img { animation: priority-hub-idle 3.8s ease-in-out infinite; }

.priority-games:is(:hover, :focus-visible) .priority-icon img {
  animation: priority-game-activate 720ms var(--ease-out) both;
}

.priority-telegram:is(:hover, :focus-visible) .priority-icon img {
  animation: priority-hub-activate 760ms var(--ease-out) both;
}

.priority-card:is(:hover, :focus-visible) .priority-icon::before {
  border-color: rgba(151, 239, 255, 0.72);
  box-shadow: 0 0 24px rgba(41, 176, 255, 0.3);
}

.priority-card:is(:hover, :focus-visible) .priority-icon::after {
  border-color: rgba(93, 219, 255, 0.48);
  box-shadow: inset 0 0 21px rgba(53, 210, 255, 0.16), 0 0 22px rgba(53, 210, 255, 0.2);
}

.priority-card:is(:hover, :focus-visible) .priority-relay-node { animation-duration: 1.85s; }

.priority-card:active .priority-icon img {
  animation: none;
  filter: drop-shadow(0 4px 8px rgba(0, 3, 14, 0.48)) drop-shadow(0 0 7px rgba(53, 210, 255, 0.24));
  transform: scale(0.91) rotate(-2deg);
}
.priority-copy { gap: 4px; }
.priority-copy small { color: #62d8ff; }
.priority-copy strong { font-size: clamp(1.08rem, 2vw, 1.3rem); }
.priority-copy > span { max-width: 390px; }

.card-arrow {
  width: 34px;
  height: 34px;
  padding: 8px;
  border: 1px solid rgba(73, 200, 255, 0.22);
  border-radius: 50%;
  background: rgba(3, 16, 34, 0.74);
  transition: transform 180ms var(--ease-out), background-color 180ms ease;
}

.priority-card:hover .card-arrow { background: rgba(24, 128, 231, 0.24); transform: translateX(4px); }

.picks-feature {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: center;
  min-height: 292px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 25px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(65, 199, 255, 0.14), transparent 33%) padding-box,
    radial-gradient(circle at 84% 28%, rgba(255, 164, 54, 0.08), transparent 28%) padding-box,
    linear-gradient(112deg, rgba(2, 16, 35, 0.99), rgba(2, 10, 24, 0.97) 58%, rgba(4, 13, 27, 0.99)) padding-box,
    linear-gradient(125deg, rgba(137, 229, 255, 0.86), rgba(44, 130, 191, 0.38) 31%, rgba(26, 86, 135, 0.24) 67%, rgba(255, 187, 85, 0.7)) border-box;
  box-shadow:
    0 0 0 1px rgba(0, 4, 12, 0.98),
    0 0 0 5px rgba(2, 10, 23, 0.94),
    0 0 0 6px rgba(82, 201, 255, 0.15),
    0 28px 76px rgba(0, 2, 12, 0.54),
    inset 0 1px rgba(255, 255, 255, 0.065);
  color: var(--color-text);
  text-decoration: none;
  transition: border-color 190ms ease, box-shadow 210ms ease, transform 150ms var(--ease-out);
}

.picks-feature::before {
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(73, 200, 255, 0.08), transparent 28%, transparent 70%, rgba(255, 167, 57, 0.045)),
    repeating-linear-gradient(90deg, transparent 0 66px, rgba(73, 200, 255, 0.018) 67px 68px);
  content: "";
  pointer-events: none;
}

.picks-feature:hover,
.picks-feature:focus-visible {
  box-shadow:
    0 0 0 1px rgba(0, 4, 12, 0.98),
    0 0 0 5px rgba(3, 13, 29, 0.96),
    0 0 0 6px rgba(105, 220, 255, 0.36),
    0 34px 90px rgba(0, 2, 14, 0.62),
    0 0 42px rgba(27, 154, 255, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

.picks-feature:active { transform: translateY(0) scale(0.992); }

.picks-copy {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(26px, 3vw, 38px) 18px clamp(26px, 3vw, 38px) clamp(26px, 3.4vw, 44px);
  flex-direction: column;
}

.picks-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #71dcff;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.picks-kicker i {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 199, 111, 0.78);
  border-radius: 2px;
  background: #ffad3c;
  box-shadow: 0 0 14px rgba(255, 166, 50, 0.7);
  transform: rotate(45deg);
  animation: picks-beacon 2.8s ease-in-out infinite;
}

.picks-title {
  max-width: 620px;
  margin-top: 10px;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.picks-description {
  max-width: 620px;
  margin-top: 12px;
  color: #b4c6da;
  font-size: 0.76rem;
  line-height: 1.55;
}

.picks-disclosure {
  position: relative;
  max-width: 620px;
  margin-top: 11px;
  padding-left: 14px;
  color: #849ab1;
  font-size: 0.64rem;
  font-style: normal;
  line-height: 1.5;
}

.picks-disclosure::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 184, 78, 0.72);
  background: rgba(255, 170, 48, 0.18);
  content: "";
  transform: rotate(45deg);
}

.picks-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  gap: 12px;
  margin-top: 20px;
  padding: 0 22px 0 24px;
  border: 1px solid rgba(255, 221, 168, 0.72);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb640, #e47118);
  box-shadow: 0 14px 34px rgba(224, 106, 18, 0.28), inset 0 1px rgba(255, 255, 255, 0.34);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  transition: border-color 180ms ease, box-shadow 190ms ease, filter 180ms ease, transform 150ms var(--ease-out);
}

.picks-action svg { width: 18px; height: 18px; fill: currentColor; transition: transform 170ms var(--ease-out); }

.picks-feature:hover .picks-action,
.picks-feature:focus-visible .picks-action {
  border-color: rgba(255, 236, 205, 0.96);
  box-shadow: 0 18px 42px rgba(224, 106, 18, 0.4), 0 0 24px rgba(255, 173, 60, 0.17), inset 0 1px rgba(255, 255, 255, 0.42);
  filter: brightness(1.06) saturate(1.05);
  transform: translateX(4px) scale(1.025);
}

.picks-feature:hover .picks-action svg,
.picks-feature:focus-visible .picks-action svg { transform: translateX(4px); }

.picks-art {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-width: 0;
  margin: 16px 16px 16px 0;
  overflow: hidden;
  border: 1px solid rgba(90, 210, 255, 0.33);
  border-radius: 17px;
  background: #020a16;
  box-shadow: 0 18px 46px rgba(0, 3, 16, 0.48), 0 0 26px rgba(26, 144, 255, 0.1), inset 0 1px rgba(255, 255, 255, 0.045);
}

.picks-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(123, 226, 255, 0.16), rgba(255, 187, 83, 0.08), transparent) -34% 0 / 24% 100% no-repeat;
  content: "";
  opacity: 0;
  pointer-events: none;
  animation: picks-art-scan 6.4s ease-in-out infinite;
}

.picks-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: picks-art-drift 8s ease-in-out infinite;
  transition: filter 220ms ease, transform 360ms var(--ease-out);
}

.picks-feature:hover .picks-art img,
.picks-feature:focus-visible .picks-art img { filter: brightness(1.08) saturate(1.08); transform: scale(1.045); }

.picks-frame {
  position: absolute;
  inset: 8px;
  z-index: 4;
  border: 1px solid rgba(105, 211, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(126, 225, 255, 0.82), transparent) left top / 92px 1px no-repeat,
    linear-gradient(180deg, rgba(126, 225, 255, 0.72), transparent) left top / 1px 52px no-repeat,
    linear-gradient(270deg, rgba(74, 176, 232, 0.58), transparent) right top / 72px 1px no-repeat,
    linear-gradient(180deg, rgba(74, 176, 232, 0.5), transparent) right top / 1px 42px no-repeat,
    linear-gradient(90deg, rgba(59, 143, 202, 0.46), transparent) left bottom / 66px 1px no-repeat,
    linear-gradient(0deg, rgba(59, 143, 202, 0.42), transparent) left bottom / 1px 38px no-repeat,
    linear-gradient(270deg, rgba(255, 188, 87, 0.74), transparent) right bottom / 94px 1px no-repeat,
    linear-gradient(0deg, rgba(255, 188, 87, 0.64), transparent) right bottom / 1px 54px no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 2, 10, 0.5), inset 0 0 34px rgba(37, 152, 220, 0.025);
  pointer-events: none;
  transition: border-color 190ms ease, box-shadow 210ms ease;
}

.picks-frame::before,
.picks-frame::after {
  position: absolute;
  left: 50%;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.picks-frame::before {
  top: -8px;
  width: 126px;
  height: 7px;
  background: linear-gradient(90deg, transparent, rgba(76, 191, 244, 0.72) 18%, rgba(134, 231, 255, 0.94) 50%, rgba(255, 187, 83, 0.68) 82%, transparent);
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 100%, 0 100%);
  box-shadow: 0 0 18px rgba(80, 205, 255, 0.22);
}

.picks-frame::after {
  bottom: -8px;
  width: 78px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(92, 205, 255, 0.58), transparent);
  box-shadow: 0 0 13px rgba(70, 190, 255, 0.25);
}

.picks-feature:hover .picks-frame,
.picks-feature:focus-visible .picks-frame {
  border-color: rgba(123, 225, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(0, 2, 10, 0.55), inset 0 0 38px rgba(37, 152, 220, 0.055);
}

.picks-signal {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: 3px;
  height: 88px;
  background: linear-gradient(180deg, transparent, #61d8ff 32%, #8aeaff 52%, #ffb552 74%, transparent);
  box-shadow: 0 0 18px rgba(83, 207, 255, 0.42), 0 0 8px rgba(255, 181, 82, 0.25);
  opacity: 0.68;
  pointer-events: none;
  animation: picks-rail-signal 5.8s ease-in-out infinite;
}

.contact-strip {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  border-color: rgba(255, 189, 87, 0.38);
  border-radius: 20px;
  background:
    radial-gradient(circle at 14% 50%, rgba(255, 177, 48, 0.1), transparent 30%),
    linear-gradient(90deg, rgba(14, 13, 18, 0.12), rgba(3, 10, 21, 0.42) 72%),
    url("../assets/links/connected-universe-panel-partnership.webp") left center / 100% 100% no-repeat;
  box-shadow: 0 22px 62px rgba(0, 2, 12, 0.42), inset 0 1px rgba(255, 231, 176, 0.04);
}

.contact-strip::after {
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, #ffbd57, transparent);
  box-shadow: 0 0 17px rgba(255, 189, 87, 0.42);
  content: "";
}

.contact-icon {
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 189, 87, 0.035), inset 0 0 22px rgba(255, 189, 87, 0.08);
}

.contact-button { border-radius: 11px; }
.contact-button-primary {
  border-color: rgba(255, 220, 151, 0.76);
  background: linear-gradient(135deg, #f4a51d, #d77908);
  box-shadow: 0 12px 28px rgba(220, 121, 4, 0.23), inset 0 1px rgba(255, 255, 255, 0.3);
}

.contact-button-copy { background: linear-gradient(145deg, rgba(11, 36, 67, 0.94), rgba(3, 14, 30, 0.98)); }

.profile-section {
  position: relative;
  margin-top: 68px;
  padding-top: 0;
  border-top: 0;
  scroll-margin-top: 90px;
}

.profile-section::before {
  content: none;
}

.section-heading {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 18px;
  margin-bottom: 26px;
  padding: 36px clamp(24px, 6vw, 84px) 34px;
  text-align: center;
}

.section-heading::before,
.section-heading::after {
  content: none;
}

.section-index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0;
  padding: 0;
  color: #818c9b;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-index::before {
  content: none;
}

.section-index strong {
  color: #8797a8;
  font: inherit;
}

.section-heading > div { position: relative; z-index: 2; max-width: 860px; }
.section-heading h2 {
  display: grid;
  gap: 9px;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
}
.section-title-lead {
  color: #9eacba;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.76rem, 1.25vw, 0.96rem);
  font-weight: 650;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}
.section-title-signature {
  color: #f0eee8;
  font-family: "Times New Roman", "Noto Serif", "DejaVu Serif", serif;
  font-size: clamp(2.55rem, 5.1vw, 4.55rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}
.section-heading div > p {
  max-width: 720px;
  margin: 17px auto 0;
  color: #7f8b99;
  font-size: 0.84rem;
  line-height: 1.55;
  text-wrap: balance;
}

.profile-section.is-revealed .section-index { animation: signature-heading-reveal 420ms var(--ease-out) both; }
.profile-section.is-revealed .section-heading h2 { animation: signature-heading-reveal 540ms 50ms var(--ease-out) both; }
.profile-section.is-revealed .section-heading div > p { animation: signature-heading-reveal 580ms 110ms var(--ease-out) both; }

@keyframes signature-heading-reveal {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

.channel-card,
.ecosystem-card {
  border-color: rgba(69, 174, 255, 0.22);
  box-shadow: 0 20px 56px rgba(0, 3, 14, 0.3), inset 0 1px rgba(255, 255, 255, 0.035);
  transition: border-color 190ms ease, transform 160ms var(--ease-out), box-shadow 190ms ease;
}

.channel-card {
  background:
    linear-gradient(115deg, rgba(2, 11, 25, 0.34), rgba(1, 8, 20, 0.52)),
    url("../assets/links/connected-universe-panel-channel.webp") center / cover no-repeat;
}

.channel-card-featured,
.studio-channel-card {
  background:
    radial-gradient(circle at 18% 6%, rgba(22, 140, 255, 0.08), transparent 32%),
    linear-gradient(115deg, rgba(2, 11, 25, 0.3), rgba(1, 8, 20, 0.5)),
    url("../assets/links/connected-universe-panel-channel.webp") center / 100% 100% no-repeat;
}

.ecosystem-card {
  background:
    linear-gradient(110deg, rgba(2, 11, 25, 0.34), rgba(1, 8, 20, 0.58)),
    url("../assets/links/connected-universe-panel-ecosystem.webp") center / cover no-repeat;
}

.channel-card:hover {
  border-color: rgba(73, 200, 255, 0.48);
  box-shadow: 0 26px 64px rgba(0, 3, 14, 0.4), 0 0 30px rgba(22, 140, 255, 0.08);
  transform: translateY(-3px);
}

.channel-card-featured {
  border-color: rgba(73, 200, 255, 0.42);
}

.channel-header { border-bottom-color: rgba(73, 200, 255, 0.14); }

.channel-header img,
.ecosystem-card > img {
  border-color: rgba(90, 207, 255, 0.56);
  box-shadow: 0 0 0 5px rgba(23, 128, 255, 0.055), 0 18px 38px rgba(0, 2, 12, 0.38), 0 0 30px rgba(22, 140, 255, 0.16);
  transition: border-color 180ms ease, transform 220ms var(--ease-out), box-shadow 180ms ease;
}

.channel-card:hover .channel-header img,
.ecosystem-card:hover > img {
  border-color: rgba(113, 223, 255, 0.9);
  box-shadow: 0 0 0 6px rgba(23, 128, 255, 0.075), 0 20px 44px rgba(0, 2, 12, 0.44), 0 0 38px rgba(22, 140, 255, 0.25);
  transform: translateY(-2px) scale(1.015);
}

.channel-type,
.ecosystem-copy small { color: #5cd7ff; }

.platform-grid { gap: 9px; }

.platform-link {
  min-height: 72px;
  border-color: rgba(73, 200, 255, 0.14);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(4, 18, 37, 0.86), rgba(1, 8, 20, 0.76));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
  transition: border-color 160ms ease, background-color 160ms ease, transform 130ms var(--ease-out), box-shadow 160ms ease;
}

.platform-link:hover {
  border-color: rgba(73, 200, 255, 0.62);
  background: linear-gradient(145deg, rgba(11, 46, 82, 0.94), rgba(2, 15, 32, 0.9));
  box-shadow: 0 13px 32px rgba(0, 3, 14, 0.28), inset 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(-3px);
}

.platform-link:active { transform: translateY(0) scale(0.98); }

.platform-icon {
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(73, 200, 255, 0.035), inset 0 0 18px rgba(73, 200, 255, 0.05);
}

.link-arrow { transition: transform 170ms var(--ease-out); }
.platform-link:hover .link-arrow { transform: translateX(3px); }

/* Creator Identity Panel — bespoke personal profile surface. */
.creator-grid .creator-personal-card {
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.7fr);
  min-height: 226px;
  gap: clamp(26px, 4vw, 54px);
  padding: clamp(26px, 3vw, 36px);
  border-color: rgba(91, 208, 255, 0.48);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(52, 187, 255, 0.18), transparent 30%),
    radial-gradient(circle at 9% 48%, rgba(19, 126, 255, 0.2), transparent 22%),
    linear-gradient(112deg, rgba(2, 16, 35, 0.26), rgba(2, 11, 25, 0.72) 54%, rgba(2, 13, 30, 0.9)),
    url("../assets/links/connected-universe-panel-channel.webp") center / cover no-repeat;
  box-shadow: 0 28px 78px rgba(0, 2, 12, 0.5), inset 0 1px rgba(255, 255, 255, 0.055), 0 0 0 1px rgba(73, 200, 255, 0.035);
  transition: border-color 210ms ease, box-shadow 210ms ease, transform 170ms var(--ease-out);
}

.creator-grid .creator-personal-card::before {
  z-index: 0;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(123, 228, 255, 0.2), transparent 25%),
    linear-gradient(90deg, rgba(73, 200, 255, 0.04), transparent 30%, rgba(41, 135, 255, 0.035));
  opacity: 0.42;
}

.creator-grid .creator-personal-card::after {
  left: 24px;
  width: 176px;
  height: 2px;
  background: linear-gradient(90deg, #a9f2ff, #35d2ff 34%, rgba(22, 140, 255, 0.42) 72%, transparent);
  box-shadow: 0 0 9px rgba(169, 242, 255, 0.72), 0 0 22px rgba(53, 210, 255, 0.34);
  animation: personal-panel-edge 4.8s ease-in-out infinite;
}

.creator-grid .creator-personal-card:hover {
  border-color: rgba(121, 229, 255, 0.82);
  box-shadow: 0 34px 90px rgba(0, 2, 12, 0.58), 0 0 42px rgba(22, 140, 255, 0.15), inset 0 1px rgba(255, 255, 255, 0.075);
  transform: translateY(-4px);
}

.creator-grid .creator-personal-card:hover::before { opacity: 1; }

.personal-panel-vfx {
  position: absolute !important;
  inset: 0;
  z-index: 0 !important;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.personal-route,
.personal-route-signal,
.personal-scan,
.personal-status-node { position: absolute; }

.personal-route {
  top: 50%;
  left: 112px;
  right: 23%;
  height: 1px;
  background: linear-gradient(90deg, rgba(91, 218, 255, 0.46), rgba(36, 139, 255, 0.18) 48%, transparent 92%);
  opacity: 0.34;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 86%, transparent);
}

.personal-route-signal {
  top: calc(50% - 2px);
  left: 8%;
  width: 35%;
  height: 5px;
  background: linear-gradient(90deg, transparent 0 64%, rgba(117, 230, 255, 0.24) 78%, #e7fdff 100%);
  clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 58%);
  filter: drop-shadow(0 0 7px #baf7ff) drop-shadow(0 0 16px #168cff);
  opacity: 0;
  animation: personal-route-travel 5.4s var(--ease-out) infinite;
}

.personal-scan {
  top: -60%;
  bottom: -60%;
  left: -24%;
  width: 110px;
  background: linear-gradient(90deg, transparent, rgba(180, 243, 255, 0.12), transparent);
  opacity: 0;
  transform: skewX(-14deg) translateX(-120%);
}

.creator-personal-card:hover .personal-scan,
.creator-personal-card:focus-within .personal-scan { animation: personal-surface-scan 920ms var(--ease-out) both; }

.personal-status-node {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8fbff;
  box-shadow: 0 0 7px #a9f3ff, 0 0 17px #168cff;
}

.personal-status-node.node-one { top: 19px; right: 24px; animation: personal-node-pulse 3.8s ease-in-out infinite; }
.personal-status-node.node-two { right: 46%; bottom: 20px; animation: personal-node-pulse 3.8s 1.9s ease-in-out infinite; }

.creator-personal-header {
  position: relative;
  z-index: 2;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  align-items: center;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

.personal-portrait {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 27px;
  background: radial-gradient(circle, rgba(38, 157, 255, 0.18), transparent 68%);
  isolation: isolate;
}

.personal-portrait::before {
  position: absolute;
  inset: 2px;
  z-index: 0;
  border: 1px solid rgba(105, 224, 255, 0.4);
  border-radius: 29px;
  background: linear-gradient(145deg, rgba(18, 72, 122, 0.3), rgba(3, 18, 37, 0.1));
  box-shadow: inset 0 0 28px rgba(42, 170, 255, 0.12), 0 0 28px rgba(22, 140, 255, 0.14);
  content: "";
  animation: personal-portrait-halo 4.4s ease-in-out infinite;
}

.personal-portrait::after {
  position: absolute;
  inset: 10px;
  z-index: 3;
  border-radius: 22px;
  background: linear-gradient(105deg, transparent 18%, rgba(207, 250, 255, 0.2) 45%, transparent 66%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
}

.creator-personal-card:hover .personal-portrait::after,
.creator-personal-card:focus-within .personal-portrait::after { animation: personal-portrait-scan 840ms var(--ease-out) both; }

.creator-personal-header .personal-portrait img {
  position: relative;
  z-index: 2;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(154, 236, 255, 0.72);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0, 2, 12, 0.55), 0 0 24px rgba(30, 142, 255, 0.18), inset 0 1px rgba(255, 255, 255, 0.1);
  transition: filter 220ms ease, transform 220ms var(--ease-out);
  animation: personal-portrait-idle 6s ease-in-out infinite;
}

.creator-personal-card:hover .personal-portrait img,
.creator-personal-card:focus-within .personal-portrait img { filter: brightness(1.07) saturate(1.08); transform: scale(1.045); }

.personal-identity { min-width: 0; }
.personal-identity .channel-type { color: #80e4ff; letter-spacing: 0.14em; }
.personal-identity h3 { margin-top: 3px; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1; letter-spacing: -0.045em; }
.personal-identity p { max-width: 520px; margin-top: 9px; color: #a9b9cb; font-size: 0.78rem; line-height: 1.55; }

.personal-role {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  padding: 6px 9px;
  border: 1px solid rgba(82, 204, 255, 0.2);
  border-radius: 999px;
  background: rgba(6, 31, 59, 0.62);
  color: #98dff5;
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.personal-role i { width: 6px; height: 6px; border-radius: 50%; background: #67ecbc; box-shadow: 0 0 11px rgba(103, 236, 188, 0.82); animation: personal-role-live 2.6s ease-in-out infinite; }

.personal-platform-grid { position: relative; z-index: 2; margin: 0 !important; }

.personal-facebook-cta {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 126px;
  gap: 14px;
  padding: 16px 17px;
  border-color: rgba(74, 158, 255, 0.48) !important;
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(111, 194, 255, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(18, 94, 190, 0.32), rgba(3, 28, 64, 0.95) 58%, rgba(2, 14, 34, 0.98));
  box-shadow: 0 20px 48px rgba(0, 4, 18, 0.38), inset 0 1px rgba(255, 255, 255, 0.065), 0 0 0 1px rgba(66, 151, 255, 0.025);
  transition: border-color 170ms ease, box-shadow 190ms ease, transform 130ms var(--ease-out), filter 190ms ease;
}

.personal-facebook-cta::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 76px;
  background: linear-gradient(90deg, transparent, rgba(207, 243, 255, 0.17), transparent);
  content: "";
  opacity: 0;
  transform: skewX(-16deg);
}

.personal-facebook-cta:hover,
.personal-facebook-cta:focus-visible {
  border-color: rgba(123, 203, 255, 0.92) !important;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(140, 213, 255, 0.28), transparent 44%),
    linear-gradient(135deg, rgba(24, 116, 229, 0.5), rgba(4, 42, 91, 0.98) 58%, rgba(2, 19, 42, 0.99));
  box-shadow: 0 25px 62px rgba(0, 6, 26, 0.52), 0 0 34px rgba(24, 119, 242, 0.2), inset 0 1px rgba(255, 255, 255, 0.09);
  filter: saturate(1.06);
  transform: translateY(-4px) scale(1.012);
}

.personal-facebook-cta:hover::after,
.personal-facebook-cta:focus-visible::after { animation: personal-cta-sheen 820ms var(--ease-out) both; }

.personal-facebook-cta:active { transform: translateY(0) scale(0.975); }

.personal-facebook-cta .platform-icon {
  width: 58px;
  height: 58px;
  border-color: rgba(113, 190, 255, 0.68);
  background: radial-gradient(circle at 38% 30%, #5bb0ff, #1877f2 45%, #0d4da9 100%);
  color: #fff;
  box-shadow: 0 0 0 6px rgba(24, 119, 242, 0.08), 0 14px 30px rgba(0, 5, 26, 0.34), inset 0 1px rgba(255, 255, 255, 0.24);
  transition: box-shadow 180ms ease, transform 180ms var(--ease-out);
  animation: personal-facebook-icon-idle 4.6s ease-in-out infinite;
}

.personal-facebook-cta .platform-icon svg { width: 29px; height: 29px; }
.personal-facebook-cta:hover .platform-icon,
.personal-facebook-cta:focus-visible .platform-icon { animation: personal-facebook-icon-activate 760ms var(--ease-out) both; }

.personal-link-copy { display: grid; min-width: 0; gap: 2px; }
.personal-link-copy small { color: #7ecbff; font-size: 0.52rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.personal-link-copy strong { font-size: clamp(0.92rem, 1.6vw, 1.12rem); letter-spacing: -0.02em; }
.personal-link-copy em { color: #a9c2dd; font-size: 0.64rem; font-style: normal; overflow-wrap: anywhere; }

.personal-link-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px 0 12px;
  border: 1px solid rgba(125, 207, 255, 0.28);
  border-radius: 999px;
  background: rgba(2, 18, 42, 0.72);
  color: #dff7ff;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out);
}

.personal-link-action b { font-size: 0.62rem; white-space: nowrap; }
.personal-link-action .link-arrow { width: 14px; height: 14px; fill: #8bdfff; }
.personal-facebook-cta:hover .personal-link-action,
.personal-facebook-cta:focus-visible .personal-link-action { border-color: rgba(147, 225, 255, 0.68); background: rgba(7, 45, 91, 0.9); transform: translateX(3px); }
.personal-facebook-cta:hover .personal-link-action .link-arrow,
.personal-facebook-cta:focus-visible .personal-link-action .link-arrow { transform: translateX(3px); }

.ecosystem-card:hover {
  border-color: rgba(73, 200, 255, 0.62);
  box-shadow: 0 28px 68px rgba(0, 3, 14, 0.42), 0 0 32px rgba(22, 140, 255, 0.1);
  transform: translateY(-4px);
}

.ecosystem-card:active { transform: translateY(0) scale(0.985); }
.ecosystem-copy b svg { transition: transform 170ms var(--ease-out); }
.ecosystem-card:hover .ecosystem-copy b svg { transform: translateX(4px); }

.links-footer {
  border-top-color: rgba(73, 200, 255, 0.16);
  background: linear-gradient(180deg, rgba(2, 8, 19, 0.98), #01030a);
}

.status-toast {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  min-height: 62px;
  gap: 11px;
  overflow: hidden;
  padding: 10px 16px 12px 10px;
  border-color: rgba(92, 231, 178, 0.48);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(7, 34, 43, 0.99), rgba(3, 17, 29, 0.995));
  box-shadow: 0 24px 70px rgba(0, 2, 12, 0.58), 0 0 30px rgba(58, 219, 164, 0.1);
  font-size: 0.72rem;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 170ms ease, transform 220ms var(--ease-out);
}

.status-toast[data-tone="error"] {
  border-color: rgba(255, 111, 118, 0.5);
  background: linear-gradient(145deg, rgba(48, 17, 26, 0.99), rgba(22, 8, 17, 0.995));
}

.status-toast.is-visible { opacity: 1; transform: translateY(0) scale(1); }

.toast-status-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(92, 231, 178, 0.52);
  border-radius: 50%;
  background: rgba(58, 219, 164, 0.1);
  color: #67ecbc;
}

.toast-status-icon svg { width: 19px; height: 19px; fill: currentColor; }
.toast-icon-alert { display: none; }
.status-toast[data-tone="error"] .toast-status-icon { border-color: rgba(255, 111, 118, 0.55); background: rgba(255, 86, 101, 0.1); color: #ff858c; }
.status-toast[data-tone="error"] .toast-icon-check { display: none; }
.status-toast[data-tone="error"] .toast-icon-alert { display: block; }
.toast-message { min-width: 0; }

.toast-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #67ecbc, #42cfff);
  transform-origin: left;
}

.status-toast[data-tone="error"] .toast-progress { background: linear-gradient(90deg, #ff6f76, #ffbd57); }
.status-toast.is-visible .toast-progress { animation: toast-progress 3s linear both; }

.tap-ripple {
  position: absolute;
  z-index: 10;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(205, 245, 255, 0.72);
  border-radius: 50%;
  background: rgba(73, 200, 255, 0.24);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  animation: tap-ripple 520ms var(--ease-out) forwards;
}

@keyframes picks-beacon {
  0%, 100% { opacity: 0.55; box-shadow: 0 0 10px rgba(255, 166, 50, 0.42); transform: rotate(45deg) scale(0.88); }
  50% { opacity: 1; box-shadow: 0 0 19px rgba(255, 166, 50, 0.82); transform: rotate(45deg) scale(1.12); }
}

@keyframes picks-art-drift {
  0%, 100% { transform: scale(1.015) translate3d(0, 0, 0); }
  50% { transform: scale(1.035) translate3d(0, -3px, 0); }
}

@keyframes picks-art-scan {
  0%, 58% { opacity: 0; background-position: -34% 0; }
  66% { opacity: 0.85; }
  84%, 100% { opacity: 0; background-position: 134% 0; }
}

@keyframes picks-rail-signal {
  0%, 100% { opacity: 0.34; transform: translateY(-50%) scaleY(0.72); }
  48% { opacity: 0.92; transform: translateY(-50%) scaleY(1.08); }
}

@keyframes universe-core-breathe {
  0%, 100% { opacity: 0.46; transform: translate(-50%, -50%) scale(0.97); }
  50% { opacity: 0.92; transform: translate(-50%, -50%) scale(1.035); }
}

@keyframes universe-ray-pulse {
  0%, 100% { opacity: 0.18; filter: brightness(0.8); }
  50% { opacity: 0.72; filter: brightness(1.3); }
}

@keyframes universe-link-signal {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--brand-angle)) translateX(var(--brand-signal-start)) scale(0.45); }
  16%, 76% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--brand-angle)) translateX(var(--brand-link-distance)) scale(1.15); }
}

@keyframes universe-logo-idle {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.018); }
}

@keyframes universe-logo-connect {
  0% { transform: scale(1); }
  30% { transform: scale(0.95); }
  58% { filter: brightness(1.12) drop-shadow(0 0 18px rgba(76, 215, 255, 0.42)); transform: scale(1.1); }
  100% { transform: scale(1.045); }
}

@keyframes corner-circuit-top {
  0% { opacity: 0.2; clip-path: inset(0 100% 100% 0); filter: brightness(0.72); }
  68% { opacity: 1; filter: brightness(1.35); }
  100% { clip-path: inset(0); filter: brightness(1); }
}

@keyframes corner-circuit-bottom {
  0% { opacity: 0.2; clip-path: inset(100% 0 0 100%); filter: brightness(0.72); }
  68% { opacity: 1; filter: brightness(1.28); }
  100% { clip-path: inset(0); filter: brightness(1); }
}

@keyframes circuit-rail-breathe {
  0%, 100% { opacity: 0.35; filter: brightness(0.8); }
  50% { opacity: 0.88; filter: brightness(1.32); }
}

@keyframes circuit-signal-left {
  0%, 14% { opacity: 0; transform: translateX(-112%) scaleX(0.5); }
  24% { opacity: 0.92; }
  48% { opacity: 1; transform: translateX(0) scaleX(1); }
  58%, 100% { opacity: 0; transform: translateX(8%) scaleX(0.48); }
}

@keyframes circuit-signal-right {
  0%, 14% { opacity: 0; transform: translateX(112%) scaleX(0.5); }
  24% { opacity: 0.92; }
  48% { opacity: 1; transform: translateX(0) scaleX(1); }
  58%, 100% { opacity: 0; transform: translateX(-8%) scaleX(0.48); }
}

@keyframes circuit-core-converge {
  0%, 40%, 100% { opacity: 0.34; transform: translate(-50%, -50%) scale(0.72); }
  52% { opacity: 1; transform: translate(-50%, -50%) scale(1.42); box-shadow: 0 0 34px rgba(105, 226, 255, 0.62); }
  68% { opacity: 0.58; transform: translate(-50%, -50%) scale(1); }
}

@keyframes circuit-focus-label {
  0%, 43%, 100% { border-color: rgba(83, 203, 255, 0.34); box-shadow: 0 12px 32px rgba(0, 3, 14, 0.34), inset 0 1px rgba(255, 255, 255, 0.055), 0 0 24px rgba(53, 210, 255, 0.08); }
  54% { border-color: rgba(133, 235, 255, 0.76); box-shadow: 0 12px 32px rgba(0, 3, 14, 0.34), inset 0 1px rgba(255, 255, 255, 0.08), 0 0 38px rgba(53, 210, 255, 0.3); }
  70% { border-color: rgba(83, 203, 255, 0.44); }
}

@keyframes priority-relay-ring-breathe {
  0%, 100% { opacity: 0.38; transform: scale(0.97); }
  50% { opacity: 0.9; transform: scale(1.035); }
}

@keyframes priority-relay-node-one {
  from { transform: rotate(0deg) translateX(var(--relay-radius)) rotate(0deg); }
  to { transform: rotate(360deg) translateX(var(--relay-radius)) rotate(-360deg); }
}

@keyframes priority-relay-node-two {
  from { transform: rotate(120deg) translateX(calc(var(--relay-radius) - 4px)) rotate(-120deg); }
  to { transform: rotate(480deg) translateX(calc(var(--relay-radius) - 4px)) rotate(-480deg); }
}

@keyframes priority-relay-node-three {
  from { transform: rotate(235deg) translateX(calc(var(--relay-radius) - 8px)) rotate(-235deg); }
  to { transform: rotate(595deg) translateX(calc(var(--relay-radius) - 8px)) rotate(-595deg); }
}

@keyframes priority-game-idle {
  0%, 100% { transform: translateY(0) rotate(-0.6deg) scale(1); }
  48% { transform: translateY(-3px) rotate(0.8deg) scale(1.025); }
  62% { transform: translateY(-2px) rotate(0.25deg) scale(1.012); }
}

@keyframes priority-hub-idle {
  0%, 100% { transform: translate(0, 0) rotate(-1deg) scale(1); }
  45% { transform: translate(2px, -3px) rotate(1.6deg) scale(1.025); }
  68% { transform: translate(1px, -1px) rotate(0.4deg) scale(1.012); }
}

@keyframes priority-game-activate {
  0% { transform: translateY(0) rotate(0) scale(1); }
  26% { transform: translateY(2px) rotate(-3deg) scale(0.92); }
  57% { transform: translateY(-5px) rotate(2deg) scale(1.12); }
  78% { transform: translateY(0) rotate(-0.8deg) scale(0.99); }
  100% { transform: translateY(-2px) rotate(0) scale(1.055); }
}

@keyframes priority-hub-activate {
  0% { transform: translate(0, 0) rotate(0) scale(1); }
  24% { transform: translate(-2px, 2px) rotate(-5deg) scale(0.94); }
  56% { transform: translate(6px, -5px) rotate(5deg) scale(1.1); }
  78% { transform: translate(-1px, 1px) rotate(-1deg) scale(0.99); }
  100% { transform: translate(2px, -2px) rotate(1.5deg) scale(1.05); }
}

@keyframes personal-panel-edge {
  0%, 100% { opacity: 0.5; transform: scaleX(0.72); transform-origin: left; }
  50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

@keyframes personal-route-travel {
  0%, 12% { opacity: 0; transform: translateX(-115%) scaleX(0.48); }
  22% { opacity: 0.92; }
  54% { opacity: 1; transform: translateX(92%) scaleX(1); }
  66%, 100% { opacity: 0; transform: translateX(116%) scaleX(0.45); }
}

@keyframes personal-surface-scan {
  0% { opacity: 0; transform: skewX(-14deg) translateX(-120%); }
  24% { opacity: 0.82; }
  100% { opacity: 0; transform: skewX(-14deg) translateX(1500%); }
}

@keyframes personal-node-pulse {
  0%, 100% { opacity: 0.38; transform: scale(0.72); }
  48% { opacity: 1; transform: scale(1.18); }
  64% { opacity: 0.7; transform: scale(0.92); }
}

@keyframes personal-portrait-halo {
  0%, 100% { border-color: rgba(105, 224, 255, 0.3); box-shadow: inset 0 0 24px rgba(42, 170, 255, 0.1), 0 0 20px rgba(22, 140, 255, 0.1); transform: scale(0.98); }
  50% { border-color: rgba(139, 235, 255, 0.68); box-shadow: inset 0 0 32px rgba(42, 170, 255, 0.2), 0 0 34px rgba(22, 140, 255, 0.22); transform: scale(1.025); }
}

@keyframes personal-portrait-scan {
  0% { opacity: 0; transform: translateX(-120%); }
  24% { opacity: 1; }
  100% { opacity: 0; transform: translateX(120%); }
}

@keyframes personal-portrait-idle {
  0%, 100% { filter: brightness(0.98) saturate(0.98); }
  50% { filter: brightness(1.045) saturate(1.045); }
}

@keyframes personal-role-live {
  0%, 100% { opacity: 0.55; transform: scale(0.72); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes personal-cta-sheen {
  0% { opacity: 0; transform: skewX(-16deg) translateX(-120%); }
  26% { opacity: 0.9; }
  100% { opacity: 0; transform: skewX(-16deg) translateX(820%); }
}

@keyframes personal-facebook-icon-idle {
  0%, 100% { box-shadow: 0 0 0 6px rgba(24, 119, 242, 0.07), 0 14px 30px rgba(0, 5, 26, 0.34), inset 0 1px rgba(255, 255, 255, 0.24); transform: scale(1); }
  50% { box-shadow: 0 0 0 9px rgba(24, 119, 242, 0.025), 0 17px 38px rgba(0, 34, 92, 0.42), 0 0 24px rgba(74, 167, 255, 0.23), inset 0 1px rgba(255, 255, 255, 0.28); transform: scale(1.035); }
}

@keyframes personal-facebook-icon-activate {
  0% { transform: scale(1); }
  24% { transform: scale(0.92); }
  56% { box-shadow: 0 0 0 11px rgba(24, 119, 242, 0.08), 0 0 34px rgba(86, 177, 255, 0.46), inset 0 1px rgba(255, 255, 255, 0.28); transform: scale(1.13); }
  78% { transform: scale(0.99); }
  100% { transform: scale(1.055); }
}

@keyframes tap-ripple {
  0% { opacity: 0.8; transform: translate(-50%, -50%) scale(0); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(12); }
}

@keyframes toast-progress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@media (max-width: 940px) {
  .studio-hero {
    --brand-stage-size: 210px;
    --brand-logo-size: 145px;
    --brand-signal-start: 77px;
    --brand-link-distance: 103px;
    grid-template-columns: minmax(0, 1fr) 260px;
  }
}

@media (max-width: 700px) {
  .links-main { padding-block: 18px 64px; }

  .studio-hero {
    --brand-core-x: 50%;
    --brand-core-y: 33.9%;
    --brand-stage-size: 166px;
    --brand-logo-size: 108px;
    --brand-signal-start: 59px;
    --brand-link-distance: 82px;
    grid-template-areas: "visual" "copy";
    grid-template-columns: 1fr;
    grid-template-rows: 248px minmax(270px, auto);
    align-items: stretch;
    min-height: 538px;
    border-radius: 21px;
  }

  .hero-art img { object-position: center top; }

  .studio-hero::before {
    background: linear-gradient(180deg, rgba(2, 7, 19, 0.06) 0%, rgba(2, 7, 19, 0.08) 36%, rgba(2, 7, 19, 0.74) 53%, rgba(2, 7, 19, 0.985) 72%, rgba(2, 7, 19, 1) 100%);
  }

  .studio-hero::after { inset: 8px; border-radius: 15px; }

  .hero-copy {
    grid-area: copy;
    align-self: end;
    max-width: none;
    padding: 12px 22px 28px;
  }

  .official-label { margin-bottom: 14px; }
  .hero-copy h1 { max-width: 330px; font-size: clamp(2.45rem, 12vw, 3.25rem); }
  .hero-copy > p:not(.hero-kicker) { max-width: 490px; margin: 14px 0 18px; font-size: 0.8rem; }

  .hero-brandmark {
    transform: translate(-50%, -50%);
  }

  .hero-brandmark img { border-radius: 18px; animation-duration: 7s; }

  .priority-grid { gap: 11px; margin-top: 11px; }
  .priority-card { grid-template-columns: 62px minmax(0, 1fr) 30px; min-height: 118px; gap: 14px; padding: 16px; border-radius: 17px; }
  .priority-icon { --relay-radius: 36px; width: 58px; height: 58px; }
  .priority-icon svg { width: 26px; height: 26px; }
  .priority-icon img { width: 66px; height: 66px; }
  .card-arrow { width: 28px; height: 28px; padding: 6px; }

  .picks-feature {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 11px;
    border-radius: 19px;
  }

  .picks-feature::before { border-radius: 18px; }
  .picks-frame { inset: 6px; border-radius: 14px; }
  .picks-frame::before { top: -6px; width: 94px; height: 5px; }
  .picks-frame::after { bottom: -6px; }

  .picks-art {
    grid-row: 1;
    min-height: 0;
    margin: 11px 11px 0;
    aspect-ratio: 16 / 9;
    border-radius: 13px;
  }

  .picks-art img { object-position: center 57%; }

  .picks-copy {
    grid-row: 2;
    padding: 21px 17px 20px;
  }

  .picks-kicker { font-size: 0.54rem; }
  .picks-title { margin-top: 9px; font-size: clamp(1.42rem, 7vw, 1.78rem); }
  .picks-description { margin-top: 10px; font-size: 0.7rem; }
  .picks-disclosure { margin-top: 10px; font-size: 0.6rem; }
  .picks-action { width: 100%; min-height: 56px; margin-top: 17px; padding-inline: 16px; font-size: 0.74rem; }
  .picks-signal { width: 3px; height: 64px; }

  .contact-strip {
    margin-top: 11px;
    border-radius: 17px;
    background-position: center, center, left center;
    background-size: auto, auto, cover;
  }
  .profile-section { margin-top: 50px; padding-top: 0; }
  .profile-section-studio { margin-top: 54px; }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 18px;
    padding: 30px 14px 27px;
  }
  .section-index { font-size: 0.58rem; }
  .section-heading h2 { gap: 7px; }
  .section-title-lead { font-size: 0.72rem; letter-spacing: 0.31em; }
  .section-title-signature { font-size: clamp(2.35rem, 11vw, 3.1rem); line-height: 1.02; }
  .section-heading div > p { max-width: 440px; margin-top: 14px; font-size: 0.74rem; }

  .channel-card,
  .ecosystem-card { border-radius: 17px; }

  .creator-grid .channel-card.creator-personal-card {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    min-height: 0;
    gap: 18px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .creator-personal-header {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid rgba(88, 193, 255, 0.14) !important;
  }

  .personal-portrait { width: 86px; height: 86px; border-radius: 22px; }
  .personal-portrait::before { border-radius: 23px; }
  .personal-portrait::after { inset: 8px; border-radius: 17px; }
  .creator-personal-header .personal-portrait img { width: 72px; height: 72px; border-radius: 17px; }
  .personal-identity h3 { font-size: clamp(1.48rem, 7vw, 1.8rem); }
  .personal-identity p { margin-top: 7px; font-size: 0.7rem; line-height: 1.45; }
  .personal-role { margin-top: 10px; padding: 5px 8px; font-size: 0.51rem; }
  .personal-route { top: 31%; left: 72px; right: 4%; }
  .personal-route-signal { top: calc(31% - 2px); }
  .personal-status-node.node-two { right: 20px; bottom: 19px; }

  .personal-facebook-cta {
    grid-template-columns: 50px minmax(0, 1fr) auto;
    min-height: 88px !important;
    gap: 11px;
    padding: 12px;
    border-radius: 14px;
  }

  .personal-facebook-cta .platform-icon { width: 50px; height: 50px; }
  .personal-facebook-cta .platform-icon svg { width: 25px; height: 25px; }
  .personal-link-copy strong { font-size: 0.92rem; }
  .personal-link-copy em { font-size: 0.59rem; }
  .personal-link-action { min-width: 38px; min-height: 38px; justify-content: center; padding: 0 9px; }
  .personal-link-action b { display: none; }

  .channel-card-featured,
  .studio-channel-card {
    background-position: center, center, center top;
    background-size: auto, auto, cover;
  }
  .ecosystem-card { background-position: center, center bottom; }
  .platform-link { min-height: 64px; border-radius: 10px; }

  .share-popover {
    position: fixed;
    top: 72px;
    right: 12px;
    left: 12px;
    width: auto;
    transform-origin: top center;
  }

  .status-toast {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    max-width: none;
  }
}

@media (max-width: 390px) {
  .studio-hero {
    --brand-stage-size: 145px;
    --brand-logo-size: 94px;
    --brand-signal-start: 52px;
    --brand-link-distance: 71px;
    grid-template-rows: 226px minmax(282px, auto);
    min-height: 518px;
  }
  .hero-copy { padding: 10px 17px 24px; }
  .hero-copy h1 { font-size: clamp(2.2rem, 12.2vw, 2.75rem); }
  .priority-card { grid-template-columns: 55px minmax(0, 1fr) 26px; gap: 11px; padding: 14px; }
  .priority-icon { --relay-radius: 33px; width: 52px; height: 52px; }
  .priority-icon img { width: 60px; height: 60px; }
  .card-arrow { width: 26px; height: 26px; }
  .creator-grid .creator-personal-card { padding: 16px 14px; }
  .creator-personal-header { grid-template-columns: 78px minmax(0, 1fr) !important; gap: 12px !important; }
  .personal-portrait { width: 78px; height: 78px; }
  .creator-personal-header .personal-portrait img { width: 66px; height: 66px; }
  .personal-identity h3 { font-size: 1.42rem; }
  .personal-identity p { font-size: 0.66rem; }
  .personal-role { font-size: 0.47rem; }
  .personal-facebook-cta { grid-template-columns: 46px minmax(0, 1fr) 36px; gap: 9px; padding: 11px; }
  .personal-facebook-cta .platform-icon { width: 46px; height: 46px; }
  .personal-link-copy small { font-size: 0.47rem; }
  .personal-link-action .link-arrow { display: block; }
}

@media (min-width: 701px) and (max-height: 680px) {
  .studio-hero {
    --brand-stage-size: 218px;
    --brand-logo-size: 150px;
    --brand-signal-start: 80px;
    --brand-link-distance: 107px;
    min-height: 350px;
  }
  .hero-copy { padding-block: 34px; }
}

@media (hover: none) {
  .share-button:hover,
  .priority-card:hover,
  .channel-card:hover,
  .platform-link:hover,
  .ecosystem-card:hover,
  .picks-feature:hover { transform: none; }

  .channel-card:hover .channel-header img,
  .ecosystem-card:hover > img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-brandmark img,
  .brand-orbit,
  .brand-ray,
  .brand-link-signal,
  .section-heading::before,
  .section-heading::after,
  .section-index,
  .section-heading h2,
  .section-heading div > p,
  .status-toast.is-visible .toast-progress,
  .tap-ripple { animation: none !important; }

  .picks-kicker i,
  .picks-art::after,
  .picks-art img,
  .picks-signal { animation: none !important; }

  .picks-feature,
  .picks-action,
  .picks-action svg,
  .picks-art img { transition-duration: 0.01ms !important; }

  .picks-feature:hover,
  .picks-feature:focus-visible,
  .picks-feature:hover .picks-action,
  .picks-feature:focus-visible .picks-action,
  .picks-feature:hover .picks-art img,
  .picks-feature:focus-visible .picks-art img { transform: none !important; }

  .hero-brandmark { transform: translate(-50%, -50%) !important; }

  .priority-icon::before,
  .priority-icon::after,
  .priority-relay-node,
  .priority-icon img {
    animation: none !important;
    transition: none !important;
  }

  .creator-personal-card::after,
  .personal-route-signal,
  .personal-scan,
  .personal-status-node,
  .personal-portrait::before,
  .personal-portrait::after,
  .creator-personal-header .personal-portrait img,
  .personal-role i,
  .personal-facebook-cta::after,
  .personal-facebook-cta .platform-icon {
    animation: none !important;
    transition: none !important;
  }
}
