/* ============ BASE ============ */
* { box-sizing: border-box; }

body {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  color: #00ffff;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60'><text x='5' y='15' font-size='12' fill='%2300ffff' opacity='0.3'>★</text><text x='30' y='35' font-size='10' fill='%23ff00ff' opacity='0.3'>♥</text><text x='10' y='50' font-size='8' fill='%23ffff00' opacity='0.3'>✦</text><text x='45' y='55' font-size='10' fill='%2300ff00' opacity='0.3'>✧</text></svg>"),
    radial-gradient(ellipse at top left, #0066ff 0%, transparent 60%),
    radial-gradient(ellipse at bottom right, #ff00ff 0%, transparent 60%),
    repeating-linear-gradient(45deg, #000033 0px, #000033 2px, #001144 2px, #001144 4px),
    #000022;
  background-attachment: fixed;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><text y='18' font-size='18'>★</text></svg>") 12 12, auto;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  background-image:
    radial-gradient(circle 1px at 10% 20%, white 100%, transparent),
    radial-gradient(circle 1px at 80% 30%, #ff00ff 100%, transparent),
    radial-gradient(circle 1px at 30% 70%, #00ffff 100%, transparent),
    radial-gradient(circle 1px at 90% 80%, #ffff00 100%, transparent),
    radial-gradient(circle 1px at 50% 50%, white 100%, transparent),
    radial-gradient(circle 1px at 70% 10%, #00ff00 100%, transparent),
    radial-gradient(circle 1px at 20% 90%, #ff00ff 100%, transparent),
    radial-gradient(circle 1px at 5% 50%, #00ffff 100%, transparent);
  animation: glitter 3s linear infinite;
  z-index: 1000;
}
@keyframes glitter {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

body::after {
  content: "★ ✦ ♥ ✧ ☆ ♡ ★ ✦ ♥ ✧ ☆ ♡ ★ ✦ ♥ ✧ ☆ ♡";
  position: fixed;
  top: 50%; left: 0;
  width: 200%;
  font-size: 30px;
  color: rgba(0, 255, 255, 0.15);
  pointer-events: none;
  z-index: 0;
  animation: slide-bg 20s linear infinite;
  white-space: nowrap;
}
@keyframes slide-bg {
  from { transform: translateX(-50%); }
  to { transform: translateX(0%); }
}

a { color: #00ffff; text-decoration: underline; text-shadow: 0 0 4px #00ffff; }
a:hover { color: #ff00ff; text-shadow: 0 0 6px #ff00ff; }

blink { animation: blink 0.7s infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ============ TOP BAR ============ */
.topbar {
  background:
    repeating-linear-gradient(90deg, #00ccff 0px, #00ccff 20px, #0099ff 20px, #0099ff 40px),
    linear-gradient(180deg, #00ccff 0%, #0066ff 50%, #003399 100%);
  color: white;
  padding: 4px 10px;
  font-size: 10px;
  border-bottom: 3px ridge #00ffff;
  box-shadow: 0 0 20px #00ffff, inset 0 0 10px rgba(255,255,255,0.3);
  text-shadow: 1px 1px 0 #003366;
  position: relative;
  z-index: 100;
}
.topbar a {
  color: white;
  text-decoration: none;
  margin-right: 6px;
  text-shadow: 1px 1px 0 #000;
}
.topbar a:hover { color: #ffff00; text-shadow: 0 0 6px #ffff00; }

/* ============ HEADER ============ */
.header {
  background: linear-gradient(180deg, #ffffff 0%, #ccffff 50%, #99ccff 100%);
  padding: 8px 10px;
  border-bottom: 3px ridge #0066ff;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.header::before {
  content: "✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★✦✧★";
  position: absolute;
  top: 2px; left: 0; right: 0;
  color: #00ffff;
  font-size: 9px;
  animation: slide-stars 8s linear infinite;
  white-space: nowrap;
}
.header::after {
  content: "♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡♥♡";
  position: absolute;
  bottom: 2px; left: 0; right: 0;
  color: #ff00ff;
  font-size: 9px;
  animation: slide-stars 8s linear infinite reverse;
  white-space: nowrap;
}
@keyframes slide-stars {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.logo {
  font-family: 'Comic Sans MS', cursive;
  font-size: 30px;
  font-weight: bold;
  color: #0066ff;
  letter-spacing: -1px;
  text-shadow:
    2px 2px 0 #00ffff,
    4px 4px 0 #ff00ff,
    6px 6px 0 #ffff00,
    0 0 10px #00ffff;
  position: relative;
  z-index: 2;
}
.logo span { color: #ff00ff; }
.logo .small {
  font-size: 10px;
  color: #0066ff;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 8px;
  text-shadow: none;
  font-family: Verdana, sans-serif;
}

/* ============ NAV ============ */
.nav {
  background: linear-gradient(180deg, #001144, #003388, #001144);
  padding: 4px 10px;
  border-bottom: 2px solid #00ffff;
  font-size: 10px;
  position: relative;
  z-index: 100;
}
.nav a {
  color: #00ffff;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
  text-shadow: 0 0 4px #00ffff;
}
.nav a:hover { color: #ff00ff; text-shadow: 0 0 6px #ff00ff; }

/* ============ MARQUEES ============ */
.marquee-global {
  background: black;
  color: #00ff00;
  padding: 4px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  border-top: 1px solid #00ffff;
  border-bottom: 1px solid #00ffff;
  overflow: hidden;
  position: relative;
  z-index: 100;
  text-shadow: 0 0 4px #00ff00;
}
.marquee-pink {
  background: #ff00ff;
  color: white;
  padding: 3px;
  font-size: 11px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  overflow: hidden;
  text-shadow: 1px 1px 0 #000;
  font-weight: bold;
  position: relative;
  z-index: 100;
}

/* ============ CONTAINER ============ */
.container {
  width: 860px;
  max-width: 100%;
  margin: 10px auto;
  background: linear-gradient(180deg, rgba(0,0,40,0.92), rgba(20,0,40,0.92));
  border: 3px ridge #00ffff;
  box-shadow:
    0 0 25px #00ffff,
    0 0 50px rgba(255, 0, 255, 0.5),
    inset 0 0 30px rgba(0, 102, 255, 0.2);
  padding: 12px;
  position: relative;
  z-index: 50;
}

.container::before {
  content: "♥";
  position: absolute;
  top: -15px; left: -15px;
  font-size: 36px;
  color: #ff00ff;
  text-shadow: 0 0 12px #ff00ff;
  animation: spin 4s linear infinite;
  z-index: 99;
}
.container::after {
  content: "★";
  position: absolute;
  top: -15px; right: -15px;
  font-size: 36px;
  color: #00ffff;
  text-shadow: 0 0 12px #00ffff;
  animation: spin 4s linear infinite reverse;
  z-index: 99;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.corner-deco-left {
  position: absolute;
  bottom: -10px; left: -10px;
  font-size: 32px;
  color: #ffff00;
  text-shadow: 0 0 12px #ffff00;
  animation: bounce 1.5s ease-in-out infinite;
  z-index: 99;
}
.corner-deco-right {
  position: absolute;
  bottom: -10px; right: -10px;
  font-size: 32px;
  color: #00ff00;
  text-shadow: 0 0 12px #00ff00;
  animation: bounce 1.5s ease-in-out infinite 0.5s;
  z-index: 99;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ============ BREADCRUMB (página álbum) ============ */
.breadcrumb {
  background: rgba(0, 0, 0, 0.5);
  border: 1px dashed #00ffff;
  padding: 5px 10px;
  margin-bottom: 8px;
  font-size: 10px;
  color: #00ffff;
}
.breadcrumb a { font-weight: bold; }

/* ============ TOP BANNER ============ */
.top-banner {
  background: repeating-linear-gradient(90deg, #ff00ff 0px, #ff00ff 10px, #00ffff 10px, #00ffff 20px);
  padding: 3px;
  margin-bottom: 8px;
  text-align: center;
  border: 2px ridge white;
}
.top-banner-inner {
  background: black;
  padding: 6px;
  color: white;
}
.top-banner-inner .title {
  font-family: 'Comic Sans MS', cursive;
  font-size: 18px;
  color: #ffff00;
  text-shadow: 0 0 8px #ffff00, 2px 2px 0 #ff00ff;
  letter-spacing: 2px;
}

/* ============ BADGES ============ */
.badges-row {
  text-align: center;
  margin: 6px 0;
  line-height: 0;
}
.badge {
  display: inline-block;
  width: 88px;
  height: 31px;
  line-height: 31px;
  margin: 3px;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  color: white;
  border: 1px outset;
  box-shadow: 0 0 4px currentColor;
  text-shadow: 1px 1px 0 #000;
  background-size: 100% 100%;
  overflow: hidden;
}
.badge.b1 { background: linear-gradient(180deg, #ff00ff 0%, #660066 50%, #ff00ff 100%); }
.badge.b2 { background: linear-gradient(180deg, #00ffff 0%, #006666 50%, #00ffff 100%); color: black; text-shadow: 1px 1px 0 white; }
.badge.b3 { background: linear-gradient(180deg, #ffff00 0%, #666600 50%, #ffff00 100%); color: black; text-shadow: 1px 1px 0 white; }
.badge.b4 { background: linear-gradient(180deg, #00ff00 0%, #006600 50%, #00ff00 100%); color: black; text-shadow: 1px 1px 0 white; }
.badge.b5 { background: linear-gradient(180deg, #ff6600 0%, #663300 50%, #ff6600 100%); }
.badge.b6 { background: linear-gradient(180deg, #0066ff 0%, #001144 50%, #0066ff 100%); }

/* ============ HEADER PERFIL ============ */
.profile-header {
  background: linear-gradient(90deg, #ff00ff, #00ffff, #ffff00, #ff00ff);
  background-size: 300% 100%;
  animation: shimmer 4s linear infinite;
  color: black;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 0 white;
  border: 2px ridge white;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}
@keyframes shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}
.online {
  color: #00ff00;
  float: right;
  text-shadow: 0 0 6px #00ff00;
  animation: blink 0.8s infinite;
}

/* ============ LAYOUT HOME (2 columnas) ============ */
.layout {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}
.col-left {
  display: table-cell;
  width: 290px;
  vertical-align: top;
}
.col-right {
  display: table-cell;
  vertical-align: top;
}

/* ============ LAYOUT ÁLBUM (Skyblog-like) ============ */
.album-layout {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}
.album-col-left {
  display: table-cell;
  width: 520px;
  vertical-align: top;
}
.album-col-right {
  display: table-cell;
  vertical-align: top;
}

/* ============ FOTO PERFIL ============ */
.photo-frame {
  position: relative;
  padding: 10px;
  background: linear-gradient(135deg, #00ffff, #ff00ff, #ffff00, #00ffff);
  background-size: 200% 200%;
  animation: shimmer-bg 3s linear infinite;
  border: 3px ridge white;
  box-shadow: 0 0 18px #00ffff, 0 0 36px #ff00ff;
  margin-bottom: 8px;
}
@keyframes shimmer-bg {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 200%; }
}
.photo-frame img {
  width: 100%;
  height: auto;
  display: block;
  border: 3px solid #000;
  filter: contrast(1.05) saturate(1.1);
}

/* ============ FOTO GRANDE ÁLBUM ============ */
.photo-big-frame {
  position: relative;
  padding: 12px;
  background: linear-gradient(135deg, #00ffff, #ff00ff, #ffff00, #00ffff);
  background-size: 200% 200%;
  animation: shimmer-bg 3s linear infinite;
  border: 3px ridge white;
  box-shadow: 0 0 18px #00ffff, 0 0 36px #ff00ff;
  margin-bottom: 8px;
}
.photo-big-frame img {
  width: 100%;
  height: auto;
  display: block;
  border: 4px solid #000;
  filter: contrast(1.05) saturate(1.1);
  max-height: 480px;
  object-fit: contain;
  background: black;
}
.photo-big-caption {
  background: black;
  color: #00ffff;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
  border: 2px dashed #ff00ff;
  text-shadow: 0 0 4px #00ffff;
}

/* Navegación entre fotos */
.photo-nav {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-top: 8px;
}
.photo-nav-btn {
  flex: 1;
  background: linear-gradient(180deg, #00ffff 0%, #0099cc 50%, #006699 100%);
  color: white !important;
  padding: 6px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 2px ridge white;
  text-shadow: 1px 1px 0 #000;
  text-decoration: none !important;
  box-shadow: 0 0 6px #00ffff;
}
.photo-nav-btn:hover {
  background: linear-gradient(180deg, #ff00ff, #cc0099, #660066);
  box-shadow: 0 0 10px #ff00ff;
}
.photo-nav-btn.prev, .photo-nav-btn.next {
  background: linear-gradient(180deg, #ff00ff 0%, #cc0099 50%, #660066 100%);
}

/* ============ STICKERS ============ */
.sticker {
  position: absolute;
  font-size: 26px;
  text-shadow: 0 0 8px currentColor;
  z-index: 10;
  pointer-events: none;
}
.sticker.s1 { top: -8px; left: -8px; color: #ff00ff; animation: pulse 2s infinite; }
.sticker.s2 { top: -8px; right: -8px; color: #ffff00; animation: pulse 1.5s infinite; }
.sticker.s3 { bottom: -8px; left: -8px; color: #00ff00; animation: pulse 2.5s infinite; }
.sticker.s4 { bottom: -8px; right: -8px; color: #ff00ff; animation: pulse 1.8s infinite; }
.sticker.s5 { top: 50%; left: -15px; color: #00ffff; animation: pulse 2.2s infinite; font-size: 20px; }
.sticker.s6 { top: 50%; right: -15px; color: #ffff00; animation: pulse 1.7s infinite; font-size: 20px; }
@keyframes pulse {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.4) rotate(10deg); }
}

.photo-caption {
  background: black;
  color: #00ffff;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
  border: 2px dashed #ff00ff;
  text-shadow: 0 0 4px #00ffff;
}

/* ============ NOMBRE/TAGLINE ============ */
.profile-name {
  font-family: 'Comic Sans MS', cursive;
  font-size: 26px;
  font-weight: bold;
  color: #ff00ff;
  text-shadow:
    2px 2px 0 #00ffff,
    4px 4px 0 #ffff00,
    0 0 12px #ff00ff,
    0 0 24px #ff00ff;
  margin-bottom: 6px;
  text-align: center;
  animation: nameglow 2s ease-in-out infinite;
}
@keyframes nameglow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.3); }
}
.profile-tagline {
  font-style: italic;
  font-size: 11px;
  color: #00ffff;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0 0 6px #00ffff;
}

/* ============ MOOD ============ */
.mood {
  background: rgba(0, 0, 0, 0.7);
  border: 2px dashed #ff00ff;
  padding: 8px;
  margin: 8px 0;
  font-size: 10px;
  color: #00ffff;
  box-shadow: inset 0 0 8px rgba(255, 0, 255, 0.4);
}
.mood b { color: #ff00ff; text-shadow: 0 0 4px #ff00ff; }

/* ============ TABLA CONTACTO ============ */
.contact-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin-top: 8px;
}
.contact-table td {
  background: linear-gradient(180deg, #00ffff 0%, #0099cc 50%, #006699 100%);
  color: white;
  padding: 6px 3px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  border: 2px ridge white;
  cursor: pointer;
  text-shadow: 1px 1px 0 #000;
  box-shadow: 0 0 4px #00ffff;
}
.contact-table td:hover {
  background: linear-gradient(180deg, #ff00ff, #cc0099, #660066);
  box-shadow: 0 0 10px #ff00ff;
}

/* ============ URL BOX ============ */
.url-box {
  background: linear-gradient(90deg, #000033, #001166, #000033);
  border: 2px ridge #00ffff;
  padding: 8px;
  margin-top: 8px;
  font-size: 10px;
  word-wrap: break-word;
  color: white;
  box-shadow: inset 0 0 12px #0066ff;
  text-align: center;
}
.url-box b { color: #00ffff; text-shadow: 0 0 4px #00ffff; }

/* ============ SECCIONES ============ */
.section-header {
  background: linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
  color: black;
  padding: 6px 8px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 12px;
  border: 2px ridge white;
  text-shadow: 1px 1px 0 white;
  box-shadow: 0 0 12px #ff00ff;
  letter-spacing: 1px;
}
.section-header:first-child { margin-top: 0; }
.section-body {
  border: 2px ridge #00ffff;
  border-top: none;
  padding: 10px;
  background: rgba(0, 0, 50, 0.85);
  font-size: 11px;
  line-height: 1.5;
  color: #00ffff;
  box-shadow: inset 0 0 18px rgba(0, 102, 255, 0.3);
}
.section-body b { color: #ff00ff; text-shadow: 0 0 4px #ff00ff; }

/* ============ DETALLES ============ */
.details-table {
  width: 100%;
  font-size: 10px;
}
.details-table td {
  padding: 3px 6px;
  vertical-align: top;
}
.details-table td:first-child {
  color: #ff00ff;
  font-weight: bold;
  width: 100px;
  text-shadow: 0 0 4px #ff00ff;
}
.details-table td:nth-child(2) { color: white; }

/* ============ STATS ============ */
.stat-number {
  color: #ffff00;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0 0 8px #ffff00;
  animation: blink 1.5s infinite;
  font-family: 'Courier New', monospace;
}

.counter {
  display: inline-block;
  background: black;
  padding: 4px 8px;
  border: 2px ridge #00ff00;
  font-family: 'Courier New', monospace;
  font-size: 16px;
  color: #00ff00;
  text-shadow: 0 0 6px #00ff00;
  letter-spacing: 3px;
  margin-top: 4px;
}

/* ============ ÁLBUMES (en home) ============ */
.album-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.album-link { text-decoration: none; }
.album {
  text-align: center;
  border: 3px ridge #00ffff;
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  box-shadow: 0 0 8px #00ffff;
  transition: all 0.2s;
}
.album:hover {
  background: rgba(255, 0, 255, 0.2);
  border-color: #ff00ff;
  box-shadow: 0 0 12px #ff00ff;
  transform: scale(1.05);
}
.album img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border: 1px solid white;
}
.album-title {
  font-weight: bold;
  color: #ffff00;
  margin-top: 4px;
  font-size: 10px;
  text-shadow: 0 0 4px #ffff00;
}
.album-count { color: #00ffff; font-size: 9px; }

/* ============ COMENTARIOS ============ */
.comment {
  border: 2px ridge #ff00ff;
  margin-bottom: 10px;
  background: rgba(0, 0, 30, 0.7);
  box-shadow: 0 0 10px #ff00ff;
}
.comment-header {
  background: linear-gradient(90deg, #ff00ff, #6600cc, #ff00ff);
  background-size: 200% 100%;
  animation: shimmer 4s linear infinite;
  color: white;
  padding: 4px 8px;
  font-size: 10px;
  text-shadow: 1px 1px 0 #000;
}
.comment-header a {
  color: #ffff00;
  font-weight: bold;
  text-shadow: 0 0 4px #ffff00;
}
.comment-body {
  padding: 8px;
  display: table;
  width: 100%;
}
.comment-photo {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}
.comment-photo img {
  width: 60px;
  height: 60px;
  border: 2px solid #00ffff;
  object-fit: cover;
  box-shadow: 0 0 8px #00ffff;
}
.comment-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px;
  font-size: 11px;
  line-height: 1.4;
  color: white;
}
.comment-date {
  color: #ff00ff;
  font-size: 9px;
  margin-bottom: 4px;
}

/* ============ VIDEO ============ */
.video-box {
  border: 3px ridge #00ffff;
  background: black;
  text-align: center;
  padding: 6px;
  box-shadow: 0 0 15px #00ffff;
}
.video-placeholder {
  background:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,255,255,0.1) 2px, rgba(0,255,255,0.1) 4px),
    linear-gradient(180deg, #001144, #000022);
  color: #00ffff;
  padding: 70px 20px;
  font-size: 12px;
  text-shadow: 0 0 4px #00ffff;
}
.play-button {
  width: 55px;
  height: 55px;
  background: rgba(0, 255, 255, 0.2);
  border: 3px solid #00ffff;
  border-radius: 50%;
  display: inline-block;
  line-height: 51px;
  margin-bottom: 8px;
  font-size: 24px;
  color: #00ffff;
  box-shadow: 0 0 15px #00ffff;
  animation: pulseBig 1.5s ease-in-out infinite;
}
@keyframes pulseBig {
  0%, 100% { box-shadow: 0 0 15px #00ffff; }
  50% { box-shadow: 0 0 30px #00ffff, 0 0 50px #ff00ff; }
}

/* ============ MÚSICA ============ */
.music-player {
  background: black;
  color: #00ff00;
  padding: 10px;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  border: 2px ridge #00ffff;
  box-shadow: 0 0 12px #00ffff;
  text-shadow: 0 0 3px #00ff00;
}
.music-player .track {
  color: #ff00ff;
  margin-bottom: 4px;
  text-shadow: 0 0 4px #ff00ff;
  font-weight: bold;
}
.music-controls { margin-top: 6px; }
.music-controls span {
  display: inline-block;
  background: linear-gradient(180deg, #003366, #001133);
  color: #00ffff;
  padding: 3px 8px;
  margin-right: 2px;
  cursor: pointer;
  font-size: 11px;
  border: 2px outset #00ffff;
}

/* ============ BLURBS ============ */
.blurb-style {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border: 2px dashed #ff00ff;
  margin: 8px 0;
  position: relative;
}
.blurb-style .label {
  color: #ffff00;
  font-weight: bold;
  text-shadow: 0 0 4px #ffff00, 2px 2px 0 #ff00ff;
  font-family: 'Comic Sans MS', cursive;
  font-size: 14px;
  letter-spacing: 1px;
}
.blurb-style .content {
  color: white;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
}

/* ============ WEB RINGS ============ */
.webring {
  display: inline-block;
  margin: 4px 2px;
  padding: 3px 8px;
  background: linear-gradient(180deg, #ff00ff, #660033);
  color: white;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  border: 2px outset #ff00ff;
  text-shadow: 1px 1px 0 #000;
  animation: blink 1s infinite;
}
.webring.cyan { background: linear-gradient(180deg, #00ffff, #003366); color: black; text-shadow: 1px 1px 0 white;}
.webring.yellow { background: linear-gradient(180deg, #ffff00, #666600); color: black; text-shadow: 1px 1px 0 white;}

/* ============ PHOTO META (página álbum) ============ */
.photo-meta {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border: 1px dashed #00ffff;
  font-size: 11px;
  color: white;
}
.photo-meta b { color: #00ffff; text-shadow: 0 0 4px #00ffff; }

/* ============ TAGS ============ */
.tags-box {
  background: rgba(0, 0, 0, 0.4);
  padding: 8px;
  border: 1px dashed #ffff00;
  margin-top: 10px;
}
.tag {
  display: inline-block;
  background: linear-gradient(180deg, #00ffff, #006699);
  color: white;
  padding: 2px 8px;
  margin: 3px 2px;
  font-size: 10px;
  border: 1px outset #00ffff;
  text-shadow: 1px 1px 0 #000;
  border-radius: 2px;
}

/* ============ MINIATURAS ÁLBUM ============ */
.thumbs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.thumb {
  display: block;
  border: 2px solid #00ffff;
  padding: 2px;
  background: black;
  text-decoration: none !important;
  transition: all 0.2s;
}
.thumb img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  display: block;
}
.thumb:hover {
  border-color: #ff00ff;
  box-shadow: 0 0 8px #ff00ff;
  transform: scale(1.1);
}
.thumb.current {
  border-color: #ffff00;
  box-shadow: 0 0 10px #ffff00;
  animation: blink 1s infinite;
}

/* ============ OTROS ÁLBUMES ============ */
.other-albums {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.other-album-btn {
  display: block;
  padding: 8px;
  background: linear-gradient(180deg, #00ffff 0%, #0099cc 50%, #006699 100%);
  color: white !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 11px;
  border: 2px ridge white;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
  box-shadow: 0 0 6px #00ffff;
}
.other-album-btn:hover {
  background: linear-gradient(180deg, #ff00ff, #cc0099, #660066);
  box-shadow: 0 0 10px #ff00ff;
}
.other-album-btn.active {
  background: linear-gradient(180deg, #ffff00 0%, #cc9900 50%, #996600 100%);
  color: black !important;
  text-shadow: 1px 1px 0 white;
  box-shadow: 0 0 10px #ffff00;
}

/* ============ FORMULARIO COMENTARIO ============ */
.add-comment-box {
  background: rgba(0, 0, 0, 0.5);
  border: 2px dashed #00ffff;
  padding: 10px;
  margin-top: 12px;
}
.add-comment-box .label {
  color: #ffff00;
  font-weight: bold;
  text-shadow: 0 0 4px #ffff00;
  font-family: 'Comic Sans MS', cursive;
  font-size: 13px;
  margin-bottom: 6px;
}
.add-comment-box textarea {
  width: 100%;
  min-height: 60px;
  background: black;
  color: #00ffff;
  border: 2px inset #00ffff;
  padding: 6px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-shadow: 0 0 3px #00ffff;
}
.submit-btn {
  background: linear-gradient(180deg, #ff00ff, #660033);
  color: white;
  border: 2px outset #ff00ff;
  padding: 6px 16px;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #000;
  box-shadow: 0 0 8px #ff00ff;
}
.submit-btn:hover {
  background: linear-gradient(180deg, #00ffff, #003366);
  box-shadow: 0 0 12px #00ffff;
}

/* ============ DISCOS GIRATORIOS ============ */
.disco-ball {
  position: absolute;
  top: 80px;
  right: 30px;
  font-size: 50px;
  z-index: 51;
  animation: spin 2s linear infinite;
  pointer-events: none;
  text-shadow: 0 0 15px white, 0 0 30px #00ffff;
}
.disco-ball-2 {
  position: absolute;
  top: 280px;
  left: 30px;
  font-size: 40px;
  z-index: 51;
  animation: spin 3s linear infinite reverse;
  pointer-events: none;
  text-shadow: 0 0 15px #ff00ff;
}

/* ============ BEST VIEWED ============ */
.best-viewed {
  background: black;
  border: 2px ridge #00ffff;
  padding: 6px;
  margin-top: 10px;
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  color: #00ff00;
  text-shadow: 0 0 4px #00ff00;
}

/* ============ FOOTER ============ */
.footer {
  text-align: center;
  padding: 20px;
  font-size: 10px;
  color: #00ffff;
  text-shadow: 0 0 4px #00ffff;
  position: relative;
  z-index: 50;
}
.footer a { color: #ff00ff; }

/* ============ COLORES NEÓN ============ */
.neon-pink { color: #ff00ff; text-shadow: 0 0 4px #ff00ff; }
.neon-cyan { color: #00ffff; text-shadow: 0 0 4px #00ffff; }
.neon-yellow { color: #ffff00; text-shadow: 0 0 4px #ffff00; }
.neon-green { color: #00ff00; text-shadow: 0 0 4px #00ff00; }
