/* === LINKS - EMO BUTTONS === */
.links-page { min-height: 100vh; padding: 30px; }

.links-title {
  text-align: center; color: #cc00ff; font-size: 2.8rem;
  margin-bottom: 6px; animation: bounceIn 0.8s ease-out both;
}
.links-subtitle {
  text-align: center; color: #ff0033; font-size: 1.15rem;
  margin-bottom: 32px; animation: fadeInUp 0.6s ease-out 0.3s both;
}

.links-container { max-width: 750px; margin: 0 auto; }

.links-category {
  color: #ff0033; font-size: 1.35rem; margin: 32px 0 14px; padding-bottom: 8px;
  border-bottom: 2px solid #1a1a1a; filter: url(#crayon);
  animation: slideInLeft 0.5s ease-out both;
}
.links-category:first-child { margin-top: 0; }

.link-card {
  display: flex; align-items: center; gap: 16px;
  background: rgba(255, 0, 51, 0.03); padding: 16px 22px; margin-bottom: 12px;
  text-decoration: none; border: 2px solid #1a1a1a; border-left: 4px solid;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  filter: url(#crayon); animation: fadeInUp 0.4s ease-out both;
}
.link-card:nth-child(odd) { border-left-color: #ff0033; }
.link-card:nth-child(even) { border-left-color: #cc00ff; }
.link-card:hover {
  border-color: #ff3366; transform: scale(1.02);
  box-shadow: 0 0 15px rgba(255, 0, 51, 0.15);
}

.link-card .link-emoji { font-size: 2rem; flex-shrink: 0; transition: transform 0.3s; }
.link-card:hover .link-emoji { transform: scale(1.3); animation: jiggle 0.5s ease-in-out; }
.link-card .link-name { color: #ff3366; font-size: 1.15rem; font-weight: bold; }
.link-card:nth-child(even) .link-name { color: #cc00ff; }
.link-card .link-desc { color: #666; font-size: 0.95rem; }

.link-me-section {
  text-align: center; margin-top: 40px; padding-top: 28px;
  border-top: 2px solid #1a1a1a; animation: fadeInUp 0.7s ease-out 0.8s both;
}
.link-me-section h3 { color: #ff0033; font-size: 1.2rem; margin-bottom: 14px; }

.link-me-badge {
  width: 100px; height: 36px; border: 2px solid #ff0033;
  background: #111; display: inline-flex; align-items: center; justify-content: center;
  color: #ff0033; font-size: 0.75rem; font-weight: bold;
  filter: url(#crayon); animation: pulseGlow 2s ease-in-out infinite;
  transition: transform 0.3s;
}
.link-me-badge:hover { transform: scale(1.1); }

.webring {
  text-align: center; margin-top: 30px; color: #444; font-size: 1rem;
  animation: fadeInUp 0.7s ease-out 1s both;
}
.webring a { color: #cc00ff; border-bottom: none; }
