/* ============================================================
   episodia.net — Prosilver Dark Edition
   Paleta cinematográfica: dorado ámbar premium
   Reemplaza: styles/prosilver_dark/theme/colours/blue.css
   ============================================================ */

/* Color de acento principal: dorado cinematográfico */
a:link, a:active, a:visited { color: #e8a020; }
a:hover { color: #f5bc4a; }

/* Iconos de temas/foros no leídos */
.pagination li.active span,
.pagination li a:hover,
.global_unread:before,
.global_unread_mine:before,
.global_unread_locked:before,
.global_unread_locked_mine:before,
.announce_unread:before,
.announce_unread_mine:before,
.announce_unread_locked:before,
.announce_unread_locked_mine:before,
.forum_unread:before,
.forum_unread_locked:before,
.forum_unread_subforum:before,
.sticky_unread:before,
.sticky_unread_mine:before,
.sticky_unread_locked:before,
.sticky_unread_locked_mine:before,
.pm_unread:before,
.topic_unread:before,
.topic_unread_mine:before,
.topic_unread_hot:before,
.topic_unread_hot_mine:before,
.topic_unread_locked:before,
.topic_unread_locked_mine:before {
	background-color: #e8a020 !important;
}

/* Pulso de iconos no leídos — tono cálido cinematográfico */
@-webkit-keyframes UnreadPulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(232, 160, 32, 0.5);
	}
	70% {
		-webkit-box-shadow: 0 0 0 8px rgba(232, 160, 32, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(232, 160, 32, 0);
	}
}

@keyframes UnreadPulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(232, 160, 32, 0.5);
		box-shadow:       0 0 0 0 rgba(232, 160, 32, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 8px rgba(232, 160, 32, 0);
		box-shadow:       0 0 0 8px rgba(232, 160, 32, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(232, 160, 32, 0);
		box-shadow:       0 0 0 0 rgba(232, 160, 32, 0);
	}
}

/* ============================================================
   MEJORAS CINEMATOGRÁFICAS ADICIONALES
   ============================================================ */

/* Cabeceras de categoría más destacadas */
.forabg .head {
	background: linear-gradient(90deg, #1a1a1a 0%, #242424 100%) !important;
	border-left: 3px solid #e8a020 !important;
}

.forabg .head a:link,
.forabg .head a:visited,
.forabg .head a:active {
	color: #e8a020 !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.8em;
	font-weight: 700;
}

.forabg .head a:hover {
	color: #f5bc4a !important;
}

/* Filas de foro con hover sutil */
.forumbg .bg1:hover,
.forumbg .bg2:hover {
	background-color: rgba(232, 160, 32, 0.05) !important;
	transition: background-color 0.2s ease;
}

/* Nombres de foros más grandes y con estilo */
.forumbg .forumtitle {
	font-size: 1.05em;
	font-weight: 600;
}

/* Botones principales con acento dorado */
.button, .button2 {
	border-color: #e8a020 !important;
	color: #e8a020 !important;
}

.button:hover, .button2:hover {
	background-color: #e8a020 !important;
	color: #111 !important;
}

/* Navbar activo */
#nav-main li.active a,
#nav-main li a:hover {
	color: #e8a020 !important;
	border-bottom-color: #e8a020 !important;
}

/* Scrollbar personalizada (webkit) */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
	background: #e8a020;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #f5bc4a;
}

/* Separador entre posts con tono cálido */
.post:hover {
	border-left: 2px solid #e8a020;
	transition: border-left 0.2s ease;
}

/* Username del poster con acento */
.postauthor strong,
.username-coloured {
	color: #e8a020 !important;
}

/* Paginación activa */
.pagination li.active span {
	background-color: #e8a020 !important;
	color: #111 !important;
	border-color: #e8a020 !important;
}
