/* ============================================================
   DAYON NEWS LINKS
   links.synapses.academy
   ============================================================ */

@property --led-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

#starfield {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

html {
  background: var(--bg-void);
}

body {
  min-height: 100svh;
  background:
    radial-gradient(ellipse 70% 46% at 50% 0%, rgba(0, 229, 255, 0.11), transparent 68%),
    radial-gradient(ellipse 44% 34% at 12% 32%, rgba(124, 58, 237, 0.12), transparent 64%),
    radial-gradient(ellipse 42% 28% at 88% 18%, rgba(41, 121, 255, 0.08), transparent 66%),
    linear-gradient(180deg, var(--bg-void) 0%, #050513 48%, var(--bg-deep) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 4, 14, 0.12) 0%, rgba(4, 4, 14, 0.74) 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 26px);
  mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(0, 229, 255, 0.035) 35%, transparent 37% 100%),
    linear-gradient(245deg, transparent 0 58%, rgba(124, 58, 237, 0.035) 59%, transparent 61% 100%);
  opacity: 0.8;
}

.links-page,
.site-footer {
  position: relative;
  z-index: 1;
}

.links-page {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: clamp(32px, 7vw, 72px) var(--sp-4) var(--sp-16);
}

.profile-hero {
  display: grid;
  place-items: center;
  padding: clamp(28px, 8vh, 64px) 0 var(--sp-12);
}

.profile-shell {
  width: min(100%, 620px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.avatar-wrap {
  position: relative;
  width: clamp(176px, 46vw, 260px);
  aspect-ratio: 4 / 5;
  margin-bottom: var(--sp-6);
  border-radius: var(--radius-xl);
  isolation: isolate;
}

.avatar-wrap::before {
  content: "";
  position: absolute;
  inset: -9px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.44), rgba(57, 255, 20, 0.18), rgba(124, 58, 237, 0.34)),
    radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.18), transparent 48%);
  filter: blur(18px);
  opacity: 0.76;
}

.avatar-wrap::after {
  display: none;
}

.profile-avatar {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(0, 229, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 24px 70px rgba(0, 0, 0, 0.58),
    0 0 55px rgba(0, 229, 255, 0.12);
}

.profile-kicker,
.profile-handle,
.section-heading-block span,
.link-meta,
.product-eyebrow,
.site-footer {
  letter-spacing: 0;
}

.profile-kicker {
  margin-bottom: var(--sp-2);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--cyan);
  text-transform: uppercase;
}

.profile-shell h1 {
  width: 100%;
  max-width: 560px;
  min-width: 0;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 12vw, 7rem);
  font-weight: 800;
  line-height: 0.92;
  margin-bottom: var(--sp-3);
  background: linear-gradient(135deg, #fff 0%, var(--cyan) 42%, #7C9FFF 76%, var(--violet-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 36px rgba(0, 229, 255, 0.26));
  overflow-wrap: break-word;
  white-space: normal;
}

.profile-shell h1 span {
  display: block;
}

.profile-handle {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--text-primary);
}

.profile-bio {
  max-width: 520px;
  margin: var(--sp-4) auto 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 3.5vw, 1.18rem);
  line-height: var(--leading-relaxed);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sp-3);
  margin-top: var(--sp-7, 1.75rem);
}

.social-link {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(0, 229, 255, 0.18);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.08);
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base), background var(--dur-base), color var(--dur-base);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.social-link:hover {
  transform: translateY(-3px);
  color: #041015;
  background: var(--cyan);
  border-color: var(--cyan);
}

.social-link:focus-visible,
.primary-cta:focus-visible,
.product-link:focus-visible,
.link-card:focus-visible,
.platform-pill:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.hero-action {
  width: min(100%, 520px);
  margin-top: var(--sp-6);
}

.primary-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  width: 100%;
  padding: var(--sp-4);
  border-radius: var(--radius-xl);
  color: var(--text-primary);
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.11), rgba(124, 58, 237, 0.08)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(0, 229, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 70px rgba(0, 0, 0, 0.28),
    0 0 46px rgba(0, 229, 255, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base), background var(--dur-base);
}

.primary-cta:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 255, 20, 0.42);
  background:
    linear-gradient(135deg, rgba(57, 255, 20, 0.14), rgba(0, 229, 255, 0.1)),
    rgba(255, 255, 255, 0.06);
}

.primary-cta strong,
.primary-cta small {
  display: block;
  text-align: left;
}

.primary-cta strong {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  color: var(--text-primary);
}

.primary-cta small {
  margin-top: var(--sp-1);
  color: var(--text-secondary);
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
}

.icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
}

.icon-arrow {
  fill: none;
}

.link-section {
  width: min(100%, 820px);
  margin: 0 auto var(--sp-16);
}

.section-featured {
  width: min(100%, 940px);
}

.section-heading-block {
  margin-bottom: var(--sp-6);
  text-align: center;
}

.section-heading-block h2 {
  margin: var(--sp-4) 0 var(--sp-2);
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 7vw, 3.25rem);
  font-weight: 800;
  line-height: var(--leading-tight);
}

.section-heading-block p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--text-secondary);
  font-size: var(--text-base);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-5);
}

.product-card {
  min-width: 0;
}

.product-card.reveal,
.link-card.reveal,
.section-heading-block.reveal {
  opacity: 1;
  transform: none;
  transition-delay: 0ms !important;
}

.product-link {
  position: relative;
  min-height: 384px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(0, 229, 255, 0.22);
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(0, 229, 255, 0.16), transparent 62%),
    linear-gradient(135deg, rgba(18, 18, 36, 0.94), rgba(8, 8, 21, 0.94));
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 28px 80px rgba(0, 0, 0, 0.46),
    0 0 70px rgba(0, 229, 255, 0.08);
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base), box-shadow var(--dur-base);
}

.product-link:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 229, 255, 0.45);
  box-shadow:
    0 0 0 1px rgba(0, 229, 255, 0.12),
    0 34px 90px rgba(0, 0, 0, 0.56),
    0 0 80px rgba(0, 229, 255, 0.18);
}

.product-media {
  position: absolute;
  inset: 0;
  transform: scale(1.02);
  transition: transform var(--dur-slow) var(--ease-out);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-link:hover .product-media {
  transform: scale(1.07);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 4, 14, 0.04) 0%, rgba(4, 4, 14, 0.16) 38%, rgba(4, 4, 14, 0.82) 100%),
    radial-gradient(ellipse 70% 42% at 24% 20%, rgba(57, 255, 20, 0.1), transparent 68%),
    radial-gradient(ellipse 80% 50% at 76% 16%, rgba(124, 58, 237, 0.14), transparent 66%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 22%, rgba(0, 229, 255, 0.05) 50%, transparent 82%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
  mix-blend-mode: screen;
  opacity: 0.32;
}

.product-content {
  position: relative;
  z-index: 1;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--sp-4);
  padding: var(--sp-6);
}

.product-content::before {
  content: "";
  position: absolute;
  left: var(--sp-4);
  right: var(--sp-4);
  bottom: var(--sp-4);
  height: min(72%, 272px);
  z-index: -1;
  border-radius: var(--radius-lg);
  background: rgba(5, 7, 20, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.product-content h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 5vw, 2.4rem);
  line-height: var(--leading-tight);
  font-weight: 800;
}

.product-eyebrow {
  margin-bottom: var(--sp-1);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--cyan);
  text-transform: uppercase;
}

.product-content p:not(.product-eyebrow) {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}

.product-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  width: 100%;
  min-height: 48px;
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--radius-full);
  background: var(--cta-green);
  color: var(--cta-green-dark);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--text-sm);
  box-shadow: 0 0 30px rgba(57, 255, 20, 0.22);
}

.link-stack {
  display: grid;
  gap: var(--sp-3);
}

.link-card {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-4);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(7, 10, 25, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.24);
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base), background var(--dur-base);
}

a.link-card:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.09), rgba(124, 58, 237, 0.045)),
    rgba(255, 255, 255, 0.055);
  border-color: rgba(0, 229, 255, 0.28);
}

.link-index {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  flex: 0 0 auto;
  color: var(--cyan);
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.13), rgba(124, 58, 237, 0.08)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid var(--cyan-border);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.link-body {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

.link-copy {
  min-width: 0;
  flex: 1;
  max-width: 100%;
}

.link-copy h3 {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 4.5vw, 1.2rem);
  font-weight: 700;
  line-height: var(--leading-snug);
  overflow-wrap: anywhere;
}

.link-copy span {
  display: inline-block;
  margin-top: var(--sp-1);
  color: var(--text-muted);
  font-size: var(--text-sm);
}

.link-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-1);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--cyan);
  text-transform: uppercase;
}

.link-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 7px;
  border-radius: var(--radius-full);
  color: var(--cta-green);
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.22);
  font-size: 0.62rem;
  line-height: 1;
  box-shadow: 0 0 18px rgba(57, 255, 20, 0.08);
}

.link-arrow {
  color: var(--text-muted);
  flex: 0 0 auto;
}

.platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  justify-content: flex-end;
}

.platform-pill {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: 700;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform var(--dur-base) var(--ease-out), color var(--dur-base), background var(--dur-base), border-color var(--dur-base);
}

.platform-pill:hover {
  transform: translateY(-2px);
  color: #041015;
  background: var(--cyan);
  border-color: var(--cyan);
}

.platform-pill .icon {
  width: 17px;
  height: 17px;
}

/* Compact linktree layout */
.links-page {
  width: min(100%, 680px);
  padding: clamp(20px, 5vw, 44px) var(--sp-4) var(--sp-12);
}

.profile-hero {
  padding: var(--sp-2) 0 var(--sp-6);
}

.profile-shell {
  width: min(100%, 420px);
}

.avatar-wrap {
  width: clamp(88px, 24vw, 118px);
  margin-bottom: var(--sp-3);
  border-radius: var(--radius-lg);
}

.avatar-wrap::before {
  inset: -7px;
  filter: blur(14px);
  opacity: 0.55;
}

.profile-shell h1 {
  max-width: 100%;
  font-size: clamp(2.25rem, 10vw, 3.7rem);
  line-height: 1;
  margin-bottom: var(--sp-2);
}

.profile-handle {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: lowercase;
}

.profile-bio,
.hero-action {
  display: none;
}

.social-row {
  gap: var(--sp-2);
  margin-top: var(--sp-4);
}

.social-link {
  width: 42px;
  height: 42px;
}

.link-section,
.section-featured {
  width: min(100%, 560px);
  margin-bottom: var(--sp-8);
}

.section-heading-block {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-5);
  text-align: center;
}

.section-heading-block::before,
.section-heading-block::after {
  content: "";
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.5));
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.18);
}

.section-heading-block::after {
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.5), transparent);
}

.section-heading-block h2 {
  margin: 0;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--sp-3);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.12), rgba(124, 58, 237, 0.08)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(0, 229, 255, 0.2);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 26px rgba(0, 229, 255, 0.08);
}

.product-grid {
  grid-template-columns: 1fr;
  gap: var(--sp-3);
  margin-top: var(--sp-2);
}

.product-link {
  min-height: 92px;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-4);
  overflow: visible;
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.028)),
    rgba(7, 10, 25, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.24);
}

.product-link:hover {
  transform: translateY(-3px);
}

.product-link-led {
  overflow: hidden;
  border-color: rgba(57, 255, 20, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.028)),
    rgba(7, 10, 25, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(57, 255, 20, 0.12);
}

.product-link-led::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    conic-gradient(
      from var(--led-angle),
      rgba(57, 255, 20, 0.16) 0deg,
      rgba(57, 255, 20, 0.2) 56deg,
      rgba(0, 229, 255, 0.42) 112deg,
      rgba(57, 255, 20, 0.2) 168deg,
      rgba(57, 255, 20, 0.16) 218deg,
      rgba(0, 229, 255, 0.78) 264deg,
      rgba(57, 255, 20, 0.86) 302deg,
      rgba(0, 229, 255, 0.44) 336deg,
      rgba(57, 255, 20, 0.16) 360deg
    );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  animation: ledBorderFlow 8.4s linear infinite;
}

.product-link-led > * {
  position: relative;
  z-index: 1;
}

.product-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: var(--radius-md);
  color: var(--cyan);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.14), transparent 52%),
    linear-gradient(135deg, rgba(0, 229, 255, 0.16), rgba(124, 58, 237, 0.1));
  border: 1px solid var(--cyan-border);
}

.product-logo {
  width: 29px;
  height: 29px;
  display: block;
  background: currentColor;
  -webkit-mask-image: var(--mark-image);
  mask-image: var(--mark-image);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.product-logo-image {
  width: 29px;
  height: 29px;
  display: block;
  object-fit: contain;
}

.product-comunidade-aberta .product-mark {
  color: var(--cta-green);
  border-color: rgba(57, 255, 20, 0.36);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.14), transparent 52%),
    linear-gradient(135deg, rgba(57, 255, 20, 0.16), rgba(0, 229, 255, 0.08));
}

.product-light-news .product-mark {
  color: #f6df65;
  border-color: rgba(246, 223, 101, 0.28);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.14), transparent 52%),
    linear-gradient(135deg, rgba(246, 223, 101, 0.16), rgba(0, 229, 255, 0.08));
}

.product-curso-de-ets .product-mark {
  color: #9b7cff;
  border-color: rgba(155, 124, 255, 0.26);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.12), transparent 52%),
    linear-gradient(135deg, rgba(155, 124, 255, 0.16), rgba(0, 229, 255, 0.06));
}

.product-link-led .product-mark {
  color: var(--cta-green);
  border-color: rgba(57, 255, 20, 0.36);
  box-shadow: 0 0 24px rgba(57, 255, 20, 0.16);
}

.product-link-disabled {
  cursor: default;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
    rgba(7, 10, 25, 0.52);
}

.product-link-disabled .product-mark,
.product-link-disabled .product-content {
  filter: grayscale(1);
  opacity: 0.5;
}

.product-link-disabled:hover {
  transform: none;
}

.product-link-disabled .link-arrow {
  display: none;
}

.soon-ribbon {
  position: absolute;
  top: 10px;
  right: -58px;
  width: 238px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(26deg);
  color: #06101f;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.78), rgba(57, 255, 20, 0.76));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.1);
}

.product-content {
  min-width: 0;
  flex: 1;
  min-height: auto;
  padding: 0;
  gap: var(--sp-1);
}

.product-content::before {
  display: none;
}

.product-content h3 {
  color: var(--cyan);
  font-size: clamp(1.08rem, 4vw, 1.28rem);
}

.product-eyebrow {
  width: fit-content;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  margin-bottom: var(--sp-1);
  padding: 3px 8px;
  border-radius: var(--radius-full);
  color: var(--text-primary);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.16);
  font-size: 0.68rem;
  line-height: 1;
}

.product-content p:not(.product-eyebrow) {
  max-width: 38rem;
  color: #b8b8d4;
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
}

.link-card {
  min-height: 82px;
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--radius-md);
}

.link-index {
  width: 44px;
  height: 44px;
  color: #fff;
  border-color: rgba(255, 0, 0, 0.42);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(135deg, #ff0033, #9b001d);
  box-shadow: 0 0 22px rgba(255, 0, 51, 0.18);
}

.link-index-headphones {
  color: var(--cyan);
  border-color: rgba(0, 229, 255, 0.24);
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.14), transparent 48%),
    linear-gradient(135deg, rgba(0, 229, 255, 0.18), rgba(124, 58, 237, 0.13));
}

.link-meta {
  gap: var(--sp-2);
  margin-bottom: var(--sp-2);
  color: var(--text-muted);
}

.link-meta > span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  margin-top: 0;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  color: var(--text-primary);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.16);
  font-size: 0.68rem;
}

.link-meta-compact {
  margin-bottom: var(--sp-1);
}

.link-meta time {
  color: var(--text-muted);
}

.link-copy h3 {
  color: var(--cyan);
  font-size: clamp(0.98rem, 3.8vw, 1.12rem);
}

.link-description {
  margin-top: var(--sp-1);
  color: #b8b8d4;
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
}

.link-card-platforms .link-body {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--sp-3);
}

.link-card-platforms .link-copy {
  width: 100%;
}

.link-card-platforms .platform-list {
  width: 100%;
  margin-top: 0;
}

.platform-pill {
  min-height: 36px;
  padding: var(--sp-2) var(--sp-3);
}

.platform-logo {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.platform-spotify {
  color: #1ed760;
  border-color: rgba(30, 215, 96, 0.24);
}

.platform-apple {
  color: #f5f5f7;
  border-color: rgba(245, 245, 247, 0.2);
}

.platform-amazon {
  color: #ff9900;
  border-color: rgba(255, 153, 0, 0.24);
}

.platform-deezer {
  color: #a238ff;
  border-color: rgba(162, 56, 255, 0.3);
}

.platform-pill:hover {
  color: #04040E;
}

@keyframes ledBorderFlow {
  to { --led-angle: 360deg; }
}

.site-footer {
  padding: 0 var(--sp-4) var(--sp-8);
  text-align: center;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-muted);
}

@media (max-width: 760px) {
  .links-page {
    padding-top: var(--sp-5);
  }

  .profile-hero {
    padding-top: var(--sp-2);
    padding-bottom: var(--sp-6);
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-link {
    min-height: 92px;
  }
}

@media (max-width: 560px) {
  .links-page {
    width: 100%;
    overflow-x: clip;
    padding-left: var(--sp-3);
    padding-right: var(--sp-3);
  }

  .link-section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: var(--sp-10);
  }

  .section-featured {
    width: 100%;
    max-width: 100%;
  }

  .profile-bio {
    max-width: 285px;
    font-size: var(--text-base);
  }

  .profile-shell h1 {
    max-width: 360px;
    font-size: clamp(2.25rem, 11vw, 2.85rem);
    line-height: 1;
  }

  .social-link {
    width: 46px;
    height: 46px;
  }

  .section-heading-block {
    text-align: center;
  }

  .section-heading-block h2 {
    max-width: none;
    font-size: var(--text-xs);
  }

  .section-heading-block p {
    max-width: 300px;
    margin-left: 0;
  }

  .product-link {
    width: 100%;
    min-height: 88px;
    border-radius: var(--radius-md);
  }

  .soon-ribbon {
    top: 11px;
    right: -36px;
    width: 184px;
    min-height: 24px;
    font-size: 0.56rem;
  }

  .product-content {
    padding: 0;
  }

  .product-content::before {
    display: none;
  }

  .link-card {
    width: 100%;
    min-height: 86px;
    align-items: flex-start;
    gap: var(--sp-3);
    padding: var(--sp-4) var(--sp-3);
    border-radius: var(--radius-md);
  }

  .link-index {
    width: 40px;
    height: 40px;
  }

  .link-body {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    gap: var(--sp-3);
  }

  .link-meta,
  .link-meta > span {
    max-width: 100%;
  }

  .link-meta > span {
    white-space: normal;
  }

  .link-arrow {
    display: none;
  }

  .platform-list {
    width: 100%;
    justify-content: flex-start;
    margin-top: var(--sp-3);
  }

  .link-card-platforms .platform-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .link-card-platforms .platform-pill {
    width: 100%;
    padding-left: var(--sp-2);
    padding-right: var(--sp-2);
  }

  article.link-card .link-body {
    flex-direction: column;
  }
}

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