/*
Theme Name: Apodos Chidos Neon
Theme URI: https://apodoschidos.com/
Author: Jonathan Ortega + ChatGPT
Author URI: https://apodoschidos.com/
Description: Tema WordPress SEO-friendly para una web de apodos, nombres gamer, apodos para pareja, amigos y categorías virales. Compatible con Yoast SEO y diseñado con estética dark/neon.
Version: 1.3.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apodos-chidos-neon
Tags: blog, entertainment, custom-logo, custom-menu, featured-images, responsive-layout, threaded-comments
*/

:root {
  --bg: #050817;
  --bg-2: #090d22;
  --surface: rgba(16, 22, 48, .78);
  --surface-2: rgba(16, 22, 48, .58);
  --border: rgba(167, 78, 255, .22);
  --border-2: rgba(255, 255, 255, .08);
  --text: #ffffff;
  --muted: #b8c0d7;
  --muted-2: #8490ad;
  --primary: #9b46ff;
  --secondary: #ff2fbd;
  --accent: #25d7ff;
  --green: #19d98c;
  --yellow: #ffd536;
  --danger: #ff5577;
  --shadow: 0 20px 60px rgba(0, 0, 0, .38);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1320px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 12%, rgba(57, 98, 255, .16), transparent 34%),
    radial-gradient(circle at 88% 15%, rgba(255, 47, 189, .18), transparent 32%),
    linear-gradient(180deg, #040617 0%, #050817 45%, #040617 100%);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, black, transparent 85%);
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--secondary); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.skip-link:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  z-index: 100000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #111;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(4, 7, 24, .78);
  border-bottom: 1px solid var(--border-2);
}

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

.site-branding { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.custom-logo { max-height: 46px; width: auto; }
.site-title {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1;
}
.site-title a span, .gradient-text {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.site-description { margin: 4px 0 0; color: var(--muted-2); font-size: .86rem; }

.main-navigation { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  background: rgba(155, 70, 255, .13);
  color: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  cursor: pointer;
}
.primary-menu,
.primary-menu ul,
.main-navigation .menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary-menu,
.main-navigation .menu > ul { display: flex; align-items: center; gap: 10px; }
.primary-menu > li,
.main-navigation .menu > ul > li { position: relative; }
.primary-menu a,
.main-navigation .menu a {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  color: #f5f7ff;
  font-weight: 700;
  font-size: .95rem;
  border-radius: 999px;
}
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.main-navigation .menu .current_page_item > a,
.primary-menu a:hover,
.main-navigation .menu a:hover {
  color: #fff;
  background: rgba(155, 70, 255, .16);
  box-shadow: inset 0 0 0 1px var(--border);
}
.primary-menu .sub-menu,
.main-navigation .menu .children {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 210px;
  display: none;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(7, 10, 30, .96);
  box-shadow: var(--shadow);
}
.primary-menu li:hover > .sub-menu,
.main-navigation .menu li:hover > .children { display: block; }
.primary-menu .sub-menu a,
.main-navigation .menu .children a { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  background: rgba(155, 70, 255, .15);
  color: #fff;
}

.hero {
  position: relative;
  padding: clamp(64px, 8vw, 112px) 0 56px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-2);
}
.hero::before {
  content: "★  ♡  ☺  #  ⚡  ♛  ☆  ☾  ♡";
  position: absolute;
  inset: 38px 0 auto 0;
  text-align: center;
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: 1.3;
  letter-spacing: .32em;
  color: rgba(155, 70, 255, .1);
  pointer-events: none;
  white-space: normal;
}
.hero-inner { position: relative; text-align: center; z-index: 1; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(155, 70, 255, .12);
  color: #f2d9ff;
  font-weight: 800;
  margin-bottom: 22px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: .92;
  letter-spacing: -.07em;
  font-weight: 1000;
}
.hero p {
  width: min(760px, 100%);
  margin: 28px auto 0;
  color: #f2f4ff;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.search-hero {
  width: min(720px, 100%);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(155, 70, 255, .18), 0 24px 60px rgba(0,0,0,.28);
}
.search-hero input[type="search"] {
  border: 0;
  outline: 0;
  min-width: 0;
  padding: 15px 18px;
  color: #18203a;
  background: transparent;
  font-size: 1.05rem;
}
.search-hero button,
.wp-block-search__button,
.search-submit,
.button,
.comment-form input[type="submit"] {
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(255, 47, 189, .22);
}

.trend-tags {
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.trend-tags strong { color: var(--secondary); }
.trend-tags a {
  padding: 7px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 15, 40, .5);
  font-size: .9rem;
}

.section { padding: 52px 0; }
.section-title {
  margin: 0 0 26px;
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  letter-spacing: -.04em;
  line-height: 1.15;
}
.section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.section,
.post-card,
.category-card,
.widget,
.panel {
  content-visibility: auto;
  contain-intrinsic-size: 1px 420px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.category-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 26px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(20, 29, 60, .82), rgba(10, 14, 35, .88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.category-card::before {
  content: "";
  position: absolute;
  inset: -60px -60px auto auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,70,255,.24), transparent 64%);
}
.category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(155, 70, 255, .52);
  box-shadow: var(--shadow);
  color: #fff;
}
.category-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  font-size: 1.8rem;
  box-shadow: 0 14px 38px rgba(37, 215, 255, .2);
}
.category-card:nth-child(2) .category-icon { background: linear-gradient(135deg, #ff5bbc, #ff2f8a); }
.category-card:nth-child(3) .category-icon { background: linear-gradient(135deg, #1ee98e, #0aa56d); }
.category-card:nth-child(4) .category-icon { background: linear-gradient(135deg, #ffd536, #ff8a00); }
.category-card:nth-child(5) .category-icon { background: linear-gradient(135deg, #bf6bff, #7448ff); }
.category-card:nth-child(6) .category-icon { background: linear-gradient(135deg, #44e4ff, #23a2c8); }
.category-card h2, .category-card h3 { margin: 0 0 6px; font-size: 1.18rem; line-height: 1.2; }
.category-card p { margin: 0; color: var(--muted); font-size: .93rem; flex-grow: 1; }
.category-card span { display: inline-block; margin-top: auto; padding-top: 14px; color: var(--accent); font-weight: 800; }

.content-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
  padding: 46px 0 64px;
}
.full-width { grid-template-columns: 1fr; }

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.recent-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.post-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--border-2);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(16, 22, 48, .88), rgba(9, 13, 33, .95));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .2s ease, border-color .2s ease;
}
.post-card:hover { transform: translateY(-5px); border-color: rgba(255,47,189,.36); }
.post-card-image {
  aspect-ratio: 16 / 9;
  min-height: 158px;
  background: linear-gradient(135deg, rgba(155,70,255,.38), rgba(255,47,189,.28));
  overflow: hidden;
  display: grid;
  place-items: center;
}
.post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.post-card-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 3rem;
  background:
    radial-gradient(circle at 20% 20%, rgba(37,215,255,.28), transparent 36%),
    radial-gradient(circle at 82% 28%, rgba(255,47,189,.3), transparent 36%),
    linear-gradient(135deg, rgba(155,70,255,.4), rgba(9,13,33,.95));
}
.post-card-body { padding: 18px; }
.post-card-title { margin: 0 0 9px; font-size: 1.1rem; line-height: 1.32; letter-spacing: -.02em; }
.post-card-excerpt { margin: 0; color: var(--muted); font-size: .94rem; }
.post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 10px;
  color: var(--muted-2);
  font-size: .84rem;
}
.badge {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.panel,
.widget,
.article-content,
.comments-area,
.no-results,
.not-found {
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  background: rgba(9, 13, 33, .74);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.article-content { padding: clamp(24px, 4vw, 46px); }
.article-header { margin-bottom: 28px; }
.article-title {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.article-content :where(p, li) { color: #dfe5ff; }
.article-content a { color: #79e6ff; text-decoration: underline; text-underline-offset: 3px; }
.article-content h2, .article-content h3, .article-content h4 {
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-top: 1.6em;
}
.article-content h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.article-content h3 { font-size: clamp(1.3rem, 2.5vw, 1.75rem); }
.article-content ul, .article-content ol { padding-left: 1.25rem; }
.article-content blockquote {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--secondary);
  background: rgba(155,70,255,.1);
  border-radius: 0 16px 16px 0;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
}
.article-content th, .article-content td {
  padding: 12px 14px;
  border: 1px solid var(--border-2);
}
.article-content th { background: rgba(155,70,255,.16); }

.copy-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}
.copy-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}
.copy-button {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(155,70,255,.16);
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 800;
}

.breadcrumbs {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .92rem;
}
.breadcrumbs a { color: #dce2ff; }

.sidebar { display: grid; gap: 18px; }
.widget { padding: 22px; }
.widget-title, .widget h2, .widget h3 { margin: 0 0 14px; font-size: 1.15rem; }
.widget ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.widget li a { color: var(--muted); }
.widget li a:hover { color: #fff; }
.wp-block-search__inside-wrapper { display: flex; gap: 8px; }
.wp-block-search__input, .search-field, input[type="text"], input[type="email"], input[type="url"], textarea {
  width: 100%;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  color: #fff;
  padding: 12px 14px;
}

.pagination, .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.page-numbers, .post-page-numbers {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-2);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-weight: 800;
}
.page-numbers.current { background: linear-gradient(135deg, var(--primary), var(--secondary)); border-color: transparent; }

.site-footer {
  border-top: 1px solid var(--border-2);
  background: rgba(3, 5, 18, .72);
  padding: 42px 0;
  color: var(--muted);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 28px;
}
.footer-title { margin: 0 0 12px; color: #fff; font-size: 1.25rem; }
.footer-menu, .footer-menu ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--border-2); font-size: .92rem; }

.comment-list { list-style: none; padding: 0; }
.comments-area { padding: clamp(22px, 4vw, 38px); margin-top: 26px; }
.comment-body { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border-2); }
.comment-form-comment label { display: block; margin-bottom: 8px; }

@media (max-width: 1050px) {
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .recent-grid, .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-shell { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  body::before { display: none; }
  .site-header { backdrop-filter: none; background: rgba(4, 7, 24, .96); }
  .hero::before { font-size: clamp(2rem, 10vw, 4rem); opacity: .5; }
  .category-card:hover, .post-card:hover { transform: none; box-shadow: none; }

  .menu-toggle { display: inline-flex; }
  .main-navigation { order: 3; }
  .header-inner { flex-wrap: wrap; padding: 14px 0; }
  .primary-menu,
  .main-navigation .menu > ul {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0 0;
  }
  .main-navigation.toggled .primary-menu,
  .main-navigation.toggled .menu > ul { display: flex; }
  .primary-menu a,
  .main-navigation .menu a { width: 100%; }
  .primary-menu .sub-menu,
.main-navigation .menu .children { position: static; display: block; background: transparent; border: 0; box-shadow: none; padding-left: 14px; }
  .hero { padding-top: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .category-grid, .recent-grid, .post-grid { grid-template-columns: 1fr; }
  .search-hero { grid-template-columns: 1fr; border-radius: 22px; }
  .search-hero button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .header-actions { display: none; }
  .hero { padding-bottom: 38px; }
  .section { padding: 38px 0; }
}


/* Entrada especial: Nombres para Roblox */
.roblox-entry {
  padding: 26px 0 64px;
}
.roblox-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--border-2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 26%, rgba(255,47,189,.28), transparent 34%),
    radial-gradient(circle at 88% 56%, rgba(37,215,255,.22), transparent 32%),
    linear-gradient(135deg, rgba(9,13,33,.95), rgba(8,12,35,.92));
  box-shadow: var(--shadow);
}
.roblox-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -40px;
  width: min(46vw, 520px);
  height: min(46vw, 520px);
  border-radius: 32%;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.16) 0 8%, transparent 9%),
    radial-gradient(circle at 42% 48%, rgba(255,255,255,.14) 0 5%, transparent 6%),
    radial-gradient(circle at 59% 48%, rgba(255,255,255,.14) 0 5%, transparent 6%),
    linear-gradient(135deg, rgba(155,70,255,.62), rgba(37,215,255,.34));
  filter: drop-shadow(0 0 48px rgba(255,47,189,.36));
  opacity: .78;
  transform: rotate(-9deg);
}
.roblox-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.roblox-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(155,70,255,.18);
  color: #f3dcff;
  border: 1px solid var(--border);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.roblox-title {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.25rem, 5.7vw, 5rem);
  line-height: 1.02;
  letter-spacing: -.065em;
  font-weight: 1000;
}
.roblox-intro {
  max-width: 660px;
  margin: 22px 0 0;
  color: #e8ecff;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}
.roblox-seo-box {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  max-width: 740px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(3,7,22,.48);
}
.roblox-seo-row {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 12px;
  color: #dbe2ff;
  font-size: .94rem;
}
.roblox-seo-row strong {
  color: #fff;
}
.roblox-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}
.roblox-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--border-2);
  background: rgba(16,22,48,.82);
  color: #fff;
  font-weight: 850;
  font-size: .92rem;
}
.roblox-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}
.roblox-main {
  display: grid;
  gap: 28px;
}
.roblox-section {
  border-bottom: 1px solid var(--border-2);
  padding-bottom: 26px;
}
.roblox-section:last-child {
  border-bottom: 0;
}
.roblox-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.roblox-section h2 {
  margin: 0;
  font-size: clamp(1.38rem, 2.5vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.roblox-see-all {
  color: var(--secondary);
  font-weight: 900;
  white-space: nowrap;
}
.roblox-name-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.roblox-name-card {
  min-height: 92px;
  padding: 14px 10px 12px;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(180deg, rgba(16,22,48,.9), rgba(8,12,32,.96));
}
.roblox-name-card strong {
  display: block;
  color: #fff;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.roblox-copy {
  margin-top: 10px;
  border: 1px solid rgba(255,47,189,.34);
  border-radius: 9px;
  background: rgba(155,70,255,.14);
  color: #f7d9ff;
  padding: 6px 9px;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
}
.roblox-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  border: 1px solid rgba(255,47,189,.44);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,47,189,.18), transparent 35%),
    linear-gradient(135deg, rgba(155,70,255,.16), rgba(12,17,43,.92));
}
.roblox-cta h2,
.roblox-cta h3 {
  margin: 0 0 4px;
}
.roblox-cta p {
  margin: 0;
  color: var(--muted);
}
.roblox-cta .button {
  text-align: center;
}
.roblox-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.roblox-info-card {
  padding: 24px;
  border: 1px solid var(--border-2);
  border-radius: 18px;
  background: rgba(12,17,43,.72);
}
.roblox-info-card h2 {
  margin-top: 0;
}
.roblox-check-list,
.roblox-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.roblox-check-list li,
.roblox-steps li {
  color: #e0e6ff;
}
.roblox-check-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(25,217,140,.16);
  color: var(--green);
  font-weight: 1000;
}
.roblox-steps {
  counter-reset: step;
}
.roblox-steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}
.roblox-steps li::before {
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: .8rem;
  font-weight: 1000;
}
.roblox-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}
.roblox-faq-grid details {
  border: 1px solid var(--border-2);
  border-radius: 13px;
  background: rgba(12,17,43,.7);
}
.roblox-faq-grid summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 850;
  color: #fff;
}
.roblox-faq-grid p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}
.roblox-related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.roblox-related-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--border-2);
  border-radius: 16px;
  background: rgba(16,22,48,.74);
}
.roblox-related-card .category-icon {
  width: 46px;
  height: 46px;
  margin: 0 0 12px;
  font-size: 1.35rem;
}
.roblox-related-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.2;
}
.roblox-related-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .88rem;
}
.roblox-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.roblox-side-card {
  padding: 22px;
  border: 1px solid var(--border-2);
  border-radius: 18px;
  background: rgba(9,13,33,.82);
}
.roblox-side-card h3 {
  margin: 0 0 14px;
}
.roblox-side-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.roblox-side-card li::marker {
  color: var(--secondary);
}
.roblox-side-tip {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  margin-top: 14px;
}
.roblox-side-tip span {
  display: grid;
  place-items: center;
  height: 38px;
  border-radius: 50%;
  background: rgba(155,70,255,.2);
}
.roblox-side-tip strong {
  display: block;
  color: #fff;
}
.roblox-side-tip p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .9rem;
}
@media (max-width: 1120px) {
  .roblox-name-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .roblox-layout { grid-template-columns: 1fr; }
  .roblox-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roblox-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .roblox-entry { padding-top: 14px; }
  .roblox-hero { padding: 24px 18px; }
  .roblox-hero::after { opacity: .28; width: 320px; height: 320px; }
  .roblox-seo-row { grid-template-columns: 1fr; gap: 2px; }
  .roblox-layout { margin-top: 20px; }
  .roblox-name-grid,
  .roblox-info-grid,
  .roblox-faq-grid,
  .roblox-related-grid,
  .roblox-sidebar {
    grid-template-columns: 1fr;
  }
  .roblox-cta {
    grid-template-columns: 1fr;
  }
}


.roblox-hero-image {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(48%, 620px);
  margin: 0;
  opacity: .96;
  pointer-events: none;
}
.roblox-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,13,33,.96), rgba(9,13,33,.38) 38%, rgba(9,13,33,.04)),
    linear-gradient(180deg, rgba(9,13,33,.14), rgba(9,13,33,.88));
}
.roblox-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.03);
}
.roblox-hero.has-real-image::after {
  display: none;
}
@media (max-width: 900px) {
  .roblox-hero-image {
    width: 100%;
    opacity: .23;
  }
  .roblox-hero-image::after {
    background: linear-gradient(180deg, rgba(9,13,33,.62), rgba(9,13,33,.98));
  }
}


/* Generador rápido de nombres para Roblox */
.roblox-generator {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255,47,189,.36);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,47,189,.18), transparent 36%),
    radial-gradient(circle at 88% 20%, rgba(37,215,255,.16), transparent 34%),
    linear-gradient(135deg, rgba(14,20,52,.88), rgba(7,11,31,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.roblox-generator-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}
.roblox-generator-head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  line-height: 1.1;
}
.roblox-generator-head p {
  margin: 0;
  color: var(--muted);
}
.roblox-generator-form {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr auto;
  gap: 12px;
  align-items: end;
}
.roblox-field label {
  display: block;
  margin: 0 0 7px;
  color: #fff;
  font-weight: 850;
  font-size: .92rem;
}
.roblox-field input,
.roblox-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 11px 13px;
  outline: none;
}
.roblox-field select option {
  color: #111;
}
.roblox-generate-btn {
  min-height: 46px;
  white-space: nowrap;
}
.roblox-generated-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.roblox-generated-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--border-2);
  border-radius: 16px;
  background: rgba(5,8,23,.58);
}
.roblox-generated-card strong {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.roblox-generated-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.roblox-save-btn,
.roblox-mini-btn {
  border: 1px solid rgba(255,47,189,.34);
  border-radius: 10px;
  background: rgba(155,70,255,.14);
  color: #f7d9ff;
  padding: 7px 10px;
  font-size: .84rem;
  font-weight: 850;
  cursor: pointer;
}
.roblox-save-btn[disabled] {
  opacity: .62;
  cursor: not-allowed;
}
.roblox-generator-message {
  min-height: 22px;
  color: var(--muted);
  font-size: .92rem;
}
.roblox-community-feed {
  display: grid;
  gap: 14px;
}
.roblox-community-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
}
.roblox-community-head h2 {
  margin: 0;
}
.roblox-community-head p {
  margin: 4px 0 0;
  color: var(--muted);
}
.roblox-community-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.roblox-community-empty {
  padding: 18px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 16px;
  color: var(--muted);
}
.roblox-community-card {
  position: relative;
  min-height: 102px;
  padding: 14px;
  border: 1px solid var(--border-2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(155,70,255,.18), transparent 34%),
    rgba(16,22,48,.76);
}
.roblox-community-card strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.roblox-community-meta {
  display: block;
  margin: 4px 0 10px;
  color: var(--muted-2);
  font-size: .82rem;
}
@media (max-width: 1120px) {
  .roblox-generator-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .roblox-generated-results,
  .roblox-community-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .roblox-generator-head,
  .roblox-community-head {
    display: grid;
  }
  .roblox-generator-form,
  .roblox-generated-results,
  .roblox-community-grid {
    grid-template-columns: 1fr;
  }
  .roblox-generate-btn {
    width: 100%;
  }
}


/* Ajuste final: imagen Roblox visible y sin tapar el texto */
.roblox-hero {
  min-height: 560px;
}
.roblox-hero-content {
  max-width: 680px;
}
.roblox-hero-image {
  width: min(56%, 720px);
  opacity: 1;
}
.roblox-hero-image::after {
  background:
    linear-gradient(90deg, rgba(9,13,33,.98), rgba(9,13,33,.72) 24%, rgba(9,13,33,.15) 52%, rgba(9,13,33,.02)),
    linear-gradient(180deg, rgba(9,13,33,.04), rgba(9,13,33,.46));
}
.roblox-hero-image img {
  object-position: center right;
}
@media (max-width: 900px) {
  .roblox-hero {
    min-height: auto;
  }
  .roblox-hero-image {
    width: 100%;
    opacity: .18;
  }
  .roblox-hero-image::after {
    background: linear-gradient(180deg, rgba(9,13,33,.76), rgba(9,13,33,.98));
  }
}


/* Ajuste: ocultar caja SEO visual y centrar imagen Roblox */
.roblox-seo-box {
  display: none !important;
}
.roblox-hero-image {
  left: 0;
  right: 0;
  width: 100%;
  opacity: .72;
}
.roblox-hero-image img {
  object-position: center center;
}
.roblox-hero-image::after {
  background:
    linear-gradient(90deg, rgba(9,13,33,.98), rgba(9,13,33,.82) 30%, rgba(9,13,33,.34) 58%, rgba(9,13,33,.16)),
    linear-gradient(180deg, rgba(9,13,33,.08), rgba(9,13,33,.58));
}
.roblox-hero-content {
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .roblox-hero-image {
    opacity: .28;
  }
  .roblox-hero-image img {
    object-position: center center;
  }
}


/* Corrección final: quitar opacidad visual de chips/botones en hero Roblox */
.roblox-hero-content,
.roblox-tags,
.roblox-chip {
  opacity: 1 !important;
}
.roblox-tags {
  position: relative;
  z-index: 5;
  margin-top: 24px;
}
.roblox-chip {
  color: #ffffff !important;
  background: rgba(16, 22, 48, .92) !important;
  border-color: rgba(167, 78, 255, .42) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.06);
}
.roblox-chip:hover {
  color: #ffffff !important;
  background: rgba(155, 70, 255, .28) !important;
  border-color: rgba(255, 47, 189, .55) !important;
}
.roblox-hero-image {
  z-index: 0;
}
.roblox-hero-image::after {
  z-index: 1;
}
.roblox-label,
.roblox-title,
.roblox-intro {
  position: relative;
  z-index: 5;
}


/* Ajuste de separación entre secciones Roblox */
.roblox-main {
  gap: 36px;
}
.roblox-generator {
  margin-bottom: 12px;
}
.roblox-section {
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 34px;
}
.roblox-info-grid {
  margin-top: 10px;
  margin-bottom: 14px;
}
.roblox-faq-grid {
  margin-top: 16px;
}
.roblox-related-grid {
  margin-top: 18px;
}
.roblox-cta {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 620px) {
  .roblox-main {
    gap: 30px;
  }
  .roblox-section {
    padding-bottom: 28px;
  }
}


/* Ajuste de espacio interno del generador Roblox */
.roblox-generator {
  padding-bottom: clamp(30px, 4vw, 44px);
}
.roblox-generator-form {
  margin-bottom: 18px;
}
.roblox-generated-results {
  margin-top: 8px;
  margin-bottom: 18px;
}
.roblox-generated-card {
  margin-bottom: 4px;
}
.roblox-generator-message {
  margin-top: 4px;
}
@media (max-width: 620px) {
  .roblox-generator {
    padding-bottom: 34px;
  }
  .roblox-generated-results {
    margin-bottom: 22px;
  }
}


/* Entrada especial: Apodos para blancos */
.white-entry {
  padding: 26px 0 64px;
}
.white-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--border-2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 24%, rgba(121,230,255,.24), transparent 34%),
    radial-gradient(circle at 72% 76%, rgba(155,70,255,.20), transparent 38%),
    linear-gradient(135deg, rgba(9,13,33,.96), rgba(8,12,35,.92));
  box-shadow: var(--shadow);
}
.white-hero::before {
  content: "❄︎  ✦  ☁  ☆  ✧  ☾";
  position: absolute;
  right: -20px;
  top: 22px;
  width: min(54%, 620px);
  color: rgba(121,230,255,.18);
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: 1.4;
  letter-spacing: .18em;
  transform: rotate(-8deg);
  pointer-events: none;
}
.white-hero::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: -90px;
  width: min(44vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,.72), transparent 11%),
    radial-gradient(circle at 58% 28%, rgba(121,230,255,.46), transparent 13%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.16), transparent 54%);
  filter: blur(.2px) drop-shadow(0 0 42px rgba(121,230,255,.22));
  opacity: .8;
  pointer-events: none;
}
.white-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.white-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(121,230,255,.12);
  color: #e8fbff;
  border: 1px solid rgba(121,230,255,.24);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.white-title {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.25rem, 5.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.065em;
  font-weight: 1000;
}
.white-intro {
  max-width: 680px;
  margin: 22px 0 0;
  color: #e8ecff;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}
.white-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}
.white-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(121,230,255,.22);
  background: rgba(16,22,48,.86);
  color: #fff;
  font-weight: 850;
  font-size: .92rem;
}
.white-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}
.white-main {
  display: grid;
  gap: 36px;
}
.white-section {
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--border-2);
}
.white-section:last-child {
  border-bottom: 0;
}
.white-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.white-section h2 {
  margin: 0;
  font-size: clamp(1.38rem, 2.5vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.white-name-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.white-name-card {
  min-height: 92px;
  padding: 14px 10px 12px;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(180deg, rgba(16,22,48,.9), rgba(8,12,32,.96));
}
.white-name-card strong {
  display: block;
  color: #fff;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.white-copy {
  margin-top: 10px;
  border: 1px solid rgba(121,230,255,.34);
  border-radius: 9px;
  background: rgba(121,230,255,.10);
  color: #e8fbff;
  padding: 6px 9px;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
}
.white-alert {
  padding: 20px 22px;
  border: 1px solid rgba(255,213,54,.24);
  border-radius: 18px;
  background: rgba(255,213,54,.08);
}
.white-alert h2,
.white-alert h3 {
  margin: 0 0 6px;
}
.white-alert p {
  margin: 0;
  color: #f5edc9;
}
.white-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.white-info-card {
  padding: 24px;
  border: 1px solid var(--border-2);
  border-radius: 18px;
  background: rgba(12,17,43,.72);
}
.white-info-card h2 {
  margin-top: 0;
}
.white-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.white-list li {
  color: #e0e6ff;
}
.white-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(25,217,140,.16);
  color: var(--green);
  font-weight: 1000;
}
.white-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 16px;
}
.white-faq-grid details {
  border: 1px solid var(--border-2);
  border-radius: 13px;
  background: rgba(12,17,43,.7);
}
.white-faq-grid summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 850;
  color: #fff;
}
.white-faq-grid p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}
.white-related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.white-related-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--border-2);
  border-radius: 16px;
  background: rgba(16,22,48,.74);
}
.white-related-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.2;
}
.white-related-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .88rem;
}
.white-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.white-side-card {
  padding: 22px;
  border: 1px solid var(--border-2);
  border-radius: 18px;
  background: rgba(9,13,33,.82);
}
.white-side-card h3 {
  margin: 0 0 14px;
}
.white-side-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.white-side-card li::marker {
  color: #79e6ff;
}
@media (max-width: 1120px) {
  .white-layout { grid-template-columns: 1fr; }
  .white-name-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .white-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .white-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .white-entry { padding-top: 14px; }
  .white-hero { padding: 24px 18px; }
  .white-hero::before,
  .white-hero::after { opacity: .24; }
  .white-layout,
  .white-name-grid,
  .white-info-grid,
  .white-faq-grid,
  .white-related-grid,
  .white-sidebar {
    grid-template-columns: 1fr;
  }
}


/* Imagen hero segura para Apodos Blancos */
.white-hero.has-real-image {
  min-height: 520px;
}
.white-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  opacity: .58;
  pointer-events: none;
}
.white-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,13,33,.98), rgba(9,13,33,.80) 34%, rgba(9,13,33,.34) 62%, rgba(9,13,33,.18)),
    linear-gradient(180deg, rgba(9,13,33,.10), rgba(9,13,33,.64));
}
.white-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.white-hero.has-real-image::before,
.white-hero.has-real-image::after {
  display: none;
}
.white-hero-content {
  position: relative;
  z-index: 3;
}
@media (max-width: 720px) {
  .white-hero.has-real-image {
    min-height: auto;
  }
  .white-hero-image {
    opacity: .24;
  }
  .white-hero-image::after {
    background: linear-gradient(180deg, rgba(9,13,33,.78), rgba(9,13,33,.98));
  }
}


/* Comunidad y votación de apodos para blancos */
.white-community-tool {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(121,230,255,.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 15%, rgba(121,230,255,.16), transparent 36%),
    radial-gradient(circle at 88% 20%, rgba(155,70,255,.14), transparent 34%),
    linear-gradient(135deg, rgba(14,20,52,.88), rgba(7,11,31,.96));
}
.white-community-head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}
.white-community-head p {
  margin: 0;
  color: var(--muted);
}
.white-submit-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}
.white-submit-field label {
  display: block;
  margin: 0 0 7px;
  color: #fff;
  font-weight: 850;
  font-size: .92rem;
}
.white-submit-field input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 12px 14px;
  outline: none;
}
.white-submit-message {
  min-height: 22px;
  color: var(--muted);
  font-size: .92rem;
}
.white-featured-box {
  padding: 20px;
  border: 1px solid rgba(255,213,54,.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255,213,54,.16), transparent 32%),
    rgba(255,213,54,.06);
}
.white-featured-box h2 {
  margin: 0 0 14px;
}
.white-vote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.white-vote-card {
  min-height: 122px;
  padding: 14px;
  border: 1px solid var(--border-2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(121,230,255,.14), transparent 34%),
    rgba(16,22,48,.78);
}
.white-vote-card.is-featured {
  border-color: rgba(255,213,54,.34);
}
.white-vote-card strong {
  display: block;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.white-vote-meta {
  display: block;
  margin: 5px 0 10px;
  color: var(--muted-2);
  font-size: .84rem;
}
.white-vote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.white-vote-button,
.white-copy-small {
  border: 1px solid rgba(121,230,255,.30);
  border-radius: 10px;
  background: rgba(121,230,255,.10);
  color: #e8fbff;
  padding: 7px 10px;
  font-size: .84rem;
  font-weight: 850;
  cursor: pointer;
}
.white-vote-button[data-vote="like"] {
  border-color: rgba(25,217,140,.30);
}
.white-vote-button[data-vote="dislike"] {
  border-color: rgba(255,85,119,.30);
}
.white-vote-button[disabled] {
  opacity: .55;
  cursor: not-allowed;
}
.white-community-empty {
  padding: 18px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 16px;
  color: var(--muted);
}
@media (max-width: 1120px) {
  .white-vote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .white-submit-form,
  .white-vote-grid {
    grid-template-columns: 1fr;
  }
  .white-submit-form .button {
    width: 100%;
  }
}


/* Entrada especial: Apodos para narizones */
.nose-entry {
  padding: 26px 0 64px;
}
.nose-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--border-2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 22%, rgba(255,174,66,.22), transparent 34%),
    radial-gradient(circle at 70% 78%, rgba(155,70,255,.20), transparent 38%),
    linear-gradient(135deg, rgba(9,13,33,.96), rgba(8,12,35,.92));
  box-shadow: var(--shadow);
}
.nose-hero::before {
  content: "👃  😂  ✦  😄  ☆  💫";
  position: absolute;
  right: -20px;
  top: 22px;
  width: min(54%, 620px);
  color: rgba(255,174,66,.18);
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: 1.4;
  letter-spacing: .18em;
  transform: rotate(-8deg);
  pointer-events: none;
}
.nose-hero::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: -80px;
  width: min(42vw, 410px);
  aspect-ratio: 1;
  border-radius: 48% 52% 45% 55%;
  background:
    radial-gradient(circle at 42% 32%, rgba(255,255,255,.25), transparent 12%),
    radial-gradient(circle at 50% 52%, rgba(255,174,66,.22), transparent 58%);
  filter: drop-shadow(0 0 46px rgba(255,174,66,.20));
  opacity: .72;
  pointer-events: none;
}
.nose-hero-content {
  position: relative;
  z-index: 2;
  max-width: 790px;
}
.nose-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,174,66,.12);
  color: #fff0d7;
  border: 1px solid rgba(255,174,66,.24);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.nose-title {
  margin: 0;
  max-width: 830px;
  font-size: clamp(2.25rem, 5.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.065em;
  font-weight: 1000;
}
.nose-intro {
  max-width: 690px;
  margin: 22px 0 0;
  color: #e8ecff;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}
.nose-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}
.nose-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,174,66,.22);
  background: rgba(16,22,48,.86);
  color: #fff;
  font-weight: 850;
  font-size: .92rem;
}
.nose-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}
.nose-main {
  display: grid;
  gap: 36px;
}
.nose-section {
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--border-2);
}
.nose-section:last-child {
  border-bottom: 0;
}
.nose-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.nose-section h2 {
  margin: 0;
  font-size: clamp(1.38rem, 2.5vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.nose-name-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.nose-name-card {
  min-height: 92px;
  padding: 14px 10px 12px;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(180deg, rgba(16,22,48,.9), rgba(8,12,32,.96));
}
.nose-name-card strong {
  display: block;
  color: #fff;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.nose-copy {
  margin-top: 10px;
  border: 1px solid rgba(255,174,66,.34);
  border-radius: 9px;
  background: rgba(255,174,66,.10);
  color: #fff0d7;
  padding: 6px 9px;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
}
.nose-alert {
  padding: 20px 22px;
  border: 1px solid rgba(255,213,54,.24);
  border-radius: 18px;
  background: rgba(255,213,54,.08);
}
.nose-alert h2,
.nose-alert h3 {
  margin: 0 0 6px;
}
.nose-alert p {
  margin: 0;
  color: #f5edc9;
}
.nose-community-tool {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255,174,66,.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,174,66,.16), transparent 36%),
    radial-gradient(circle at 88% 20%, rgba(155,70,255,.14), transparent 34%),
    linear-gradient(135deg, rgba(14,20,52,.88), rgba(7,11,31,.96));
}
.nose-community-head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}
.nose-community-head p {
  margin: 0;
  color: var(--muted);
}
.nose-submit-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}
.nose-submit-field label {
  display: block;
  margin: 0 0 7px;
  color: #fff;
  font-weight: 850;
  font-size: .92rem;
}
.nose-submit-field input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 12px 14px;
  outline: none;
}
.nose-submit-message {
  min-height: 22px;
  color: var(--muted);
  font-size: .92rem;
}
.nose-featured-box {
  padding: 20px;
  border: 1px solid rgba(255,213,54,.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255,213,54,.16), transparent 32%),
    rgba(255,213,54,.06);
}
.nose-featured-box h2 {
  margin: 0 0 14px;
}
.nose-vote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.nose-vote-card {
  min-height: 122px;
  padding: 14px;
  border: 1px solid var(--border-2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,174,66,.14), transparent 34%),
    rgba(16,22,48,.78);
}
.nose-vote-card.is-featured {
  border-color: rgba(255,213,54,.34);
}
.nose-vote-card strong {
  display: block;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.nose-vote-meta {
  display: block;
  margin: 5px 0 10px;
  color: var(--muted-2);
  font-size: .84rem;
}
.nose-vote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nose-vote-button,
.nose-copy-small {
  border: 1px solid rgba(255,174,66,.30);
  border-radius: 10px;
  background: rgba(255,174,66,.10);
  color: #fff0d7;
  padding: 7px 10px;
  font-size: .84rem;
  font-weight: 850;
  cursor: pointer;
}
.nose-vote-button[data-vote="like"] {
  border-color: rgba(25,217,140,.30);
}
.nose-vote-button[data-vote="dislike"] {
  border-color: rgba(255,85,119,.30);
}
.nose-vote-button[disabled] {
  opacity: .55;
  cursor: not-allowed;
}
.nose-community-empty {
  padding: 18px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 16px;
  color: var(--muted);
}
.nose-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.nose-info-card {
  padding: 24px;
  border: 1px solid var(--border-2);
  border-radius: 18px;
  background: rgba(12,17,43,.72);
}
.nose-info-card h2 {
  margin-top: 0;
}
.nose-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nose-list li {
  color: #e0e6ff;
}
.nose-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(25,217,140,.16);
  color: var(--green);
  font-weight: 1000;
}
.nose-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 16px;
}
.nose-faq-grid details {
  border: 1px solid var(--border-2);
  border-radius: 13px;
  background: rgba(12,17,43,.7);
}
.nose-faq-grid summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 850;
  color: #fff;
}
.nose-faq-grid p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}
.nose-related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.nose-related-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--border-2);
  border-radius: 16px;
  background: rgba(16,22,48,.74);
}
.nose-related-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.2;
}
.nose-related-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .88rem;
}
.nose-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.nose-side-card {
  padding: 22px;
  border: 1px solid var(--border-2);
  border-radius: 18px;
  background: rgba(9,13,33,.82);
}
.nose-side-card h3 {
  margin: 0 0 14px;
}
.nose-side-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.nose-side-card li::marker {
  color: #ffae42;
}
@media (max-width: 1120px) {
  .nose-layout { grid-template-columns: 1fr; }
  .nose-name-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nose-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nose-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nose-vote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .nose-entry { padding-top: 14px; }
  .nose-hero { padding: 24px 18px; }
  .nose-hero::before,
  .nose-hero::after { opacity: .24; }
  .nose-layout,
  .nose-name-grid,
  .nose-info-grid,
  .nose-faq-grid,
  .nose-related-grid,
  .nose-sidebar,
  .nose-submit-form,
  .nose-vote-grid {
    grid-template-columns: 1fr;
  }
  .nose-submit-form .button {
    width: 100%;
  }
}


/* Imagen hero para Apodos Narizones */
.nose-hero.has-real-image {
  min-height: 520px;
}
.nose-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  opacity: .64;
  pointer-events: none;
}
.nose-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,13,33,.98), rgba(9,13,33,.78) 34%, rgba(9,13,33,.30) 62%, rgba(9,13,33,.16)),
    linear-gradient(180deg, rgba(9,13,33,.10), rgba(9,13,33,.62));
}
.nose-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.nose-hero.has-real-image::before,
.nose-hero.has-real-image::after {
  display: none;
}
.nose-hero-content {
  position: relative;
  z-index: 3;
}
@media (max-width: 720px) {
  .nose-hero.has-real-image {
    min-height: auto;
  }
  .nose-hero-image {
    opacity: .24;
  }
  .nose-hero-image::after {
    background: linear-gradient(180deg, rgba(9,13,33,.78), rgba(9,13,33,.98));
  }
}


/* Ajuste final hero imagen para Apodos Narizones */
.nose-hero.has-real-image {
  min-height: 560px;
}
.nose-hero-image {
  opacity: .82;
}
.nose-hero-image img {
  object-position: 58% center;
}
.nose-hero-image::after {
  background:
    linear-gradient(90deg, rgba(9,13,33,.99) 0%, rgba(9,13,33,.92) 24%, rgba(9,13,33,.56) 44%, rgba(9,13,33,.24) 66%, rgba(9,13,33,.10) 100%),
    linear-gradient(180deg, rgba(9,13,33,.10), rgba(9,13,33,.56));
}
.nose-hero-content {
  max-width: 670px;
}
@media (max-width: 900px) {
  .nose-hero-image {
    opacity: .28;
  }
  .nose-hero-image img {
    object-position: center center;
  }
  .nose-hero-image::after {
    background: linear-gradient(180deg, rgba(9,13,33,.78), rgba(9,13,33,.98));
  }
}
