/* THEME: Ops — CRT Military Terminal */

.psyern-lb--ops {
	--psyern-bg: #020d02;
	background: #020d02;
	color: #4ade80;
	font-family: 'Share Tech Mono', 'Courier New', monospace;
	border: 1px solid #0d3b0d;
	border-radius: 0;
	position: relative;
}

/* CRT Scanlines */
.psyern-lb--ops::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		0deg,
		transparent,
		transparent 2px,
		rgba(0, 0, 0, 0.35) 2px,
		rgba(0, 0, 0, 0.35) 4px
	);
	pointer-events: none;
	z-index: 2;
}

/* CRT Vignette */
.psyern-lb--ops::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
	pointer-events: none;
	z-index: 1;
}

/* Flicker */
@keyframes psyern-ops-flicker {
	0%, 100% { opacity: 1; }
	92% { opacity: 1; }
	93% { opacity: 0.85; }
	94% { opacity: 1; }
	96% { opacity: 0.9; }
	97% { opacity: 1; }
}

.psyern-lb--ops {
	animation: psyern-ops-flicker 4s ease-in-out infinite;
}

/* Header */
.psyern-lb--ops .psyern-lb__header {
	border-bottom: 1px solid #0d3b0d;
}

.psyern-lb--ops .psyern-lb__title {
	font-family: 'Orbitron', monospace;
	font-weight: 900;
	color: #86efac;
	text-shadow: 0 0 10px rgba(74, 222, 128, 0.5), 0 0 30px rgba(74, 222, 128, 0.2);
	letter-spacing: 0.15em;
}

.psyern-lb--ops .psyern-lb__meta {
	color: #2a8a4a;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* Mode buttons */
.psyern-lb--ops .psyern-lb__mode-btn {
	color: #2a8a4a;
	border: 1px solid #0d3b0d;
	border-radius: 0;
	font-family: 'Share Tech Mono', monospace;
}

.psyern-lb--ops .psyern-lb__mode-btn.active {
	color: #4ade80;
	border-color: #4ade80;
	background: rgba(74, 222, 128, 0.1);
	box-shadow: 0 0 10px rgba(74, 222, 128, 0.2), inset 0 0 10px rgba(74, 222, 128, 0.05);
	text-shadow: 0 0 6px rgba(74, 222, 128, 0.4);
}

/* Limit buttons */
.psyern-lb--ops .psyern-lb__limit-btn {
	color: #2a8a4a;
	border-color: #0d3b0d;
}

.psyern-lb--ops .psyern-lb__limit-btn.active {
	color: #4ade80;
	border-color: #16a34a;
}

/* Top 3 */
.psyern-lb--ops .psyern-lb__top3-card {
	background: #041a04;
	border: 1px solid #0d3b0d;
	border-radius: 0;
}

.psyern-lb--ops .psyern-lb__top3-card--1 {
	border-color: #4ade80;
	box-shadow: 0 0 20px rgba(74, 222, 128, 0.15);
	animation: psyern-ops-pulse 3s ease-in-out infinite;
}

@keyframes psyern-ops-pulse {
	0%, 100% { box-shadow: 0 0 20px rgba(74, 222, 128, 0.15); }
	50% { box-shadow: 0 0 35px rgba(74, 222, 128, 0.3); }
}

.psyern-lb--ops .psyern-lb__top3-rank {
	font-family: 'Orbitron', monospace;
	color: #86efac;
	text-shadow: 0 0 6px rgba(74, 222, 128, 0.4);
}

.psyern-lb--ops .psyern-lb__top3-name {
	color: #4ade80;
	text-shadow: 0 0 4px rgba(74, 222, 128, 0.3);
}

.psyern-lb--ops .psyern-lb__top3-avatar {
	border: 2px solid #0d3b0d;
	filter: grayscale(60%) brightness(0.7) sepia(30%);
	box-shadow: 0 0 8px rgba(74, 222, 128, 0.1);
}

.psyern-lb--ops .psyern-lb__top3-stats {
	color: #2a8a4a;
}

/* Table */
.psyern-lb--ops .psyern-lb__table th {
	color: #2a8a4a;
	border-bottom: 1px solid #0d3b0d;
	font-family: 'Share Tech Mono', monospace;
}

.psyern-lb--ops .psyern-lb__table td {
	border-bottom: 1px solid rgba(13, 59, 13, 0.4);
}

.psyern-lb--ops .psyern-lb__table tbody tr:hover {
	background: rgba(74, 222, 128, 0.04);
	text-shadow: 0 0 4px rgba(74, 222, 128, 0.3);
}

.psyern-lb--ops .psyern-lb__rank {
	color: #86efac;
	text-shadow: 0 0 4px rgba(74, 222, 128, 0.3);
}

.psyern-lb--ops .psyern-lb__name {
	color: #4ade80;
}

.psyern-lb--ops .psyern-lb__kd {
	color: #86efac;
	text-shadow: 0 0 4px rgba(74, 222, 128, 0.4);
}

.psyern-lb--ops .psyern-lb__avatar {
	border: 1px solid #0d3b0d;
	filter: grayscale(60%) brightness(0.7);
}

.psyern-lb--ops .psyern-lb__playtime {
	color: #2a8a4a;
}

.psyern-lb--ops .psyern-lb__loading {
	color: #2a8a4a;
	text-shadow: 0 0 6px rgba(74, 222, 128, 0.2);
}

.psyern-lb--ops .psyern-lb__separator {
	border: none;
	height: 1px;
	background: #0d3b0d;
	margin: 16px 0;
}
