/* ENP Exoplanets — plugin-specific styles for components added beyond code.html */

.enp-exo-entity table,
.enp-exo-hub table {
	font-variant-numeric: tabular-nums;
}

.enp-exo-entity .glow-effect {
	box-shadow: 0 20px 50px rgba(0, 209, 255, 0.08);
}

.enp-aio-snippet {
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	line-height: 1.7;
}

.enp-exo-entity svg ellipse {
	vector-effect: non-scaling-stroke;
}

/* Scrolling tables on mobile without horizontal page scroll */
.enp-exo-entity .overflow-x-auto,
.enp-exo-hub .overflow-x-auto {
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #32343f #11131d;
}

.enp-exo-entity .overflow-x-auto::-webkit-scrollbar,
.enp-exo-hub .overflow-x-auto::-webkit-scrollbar { height: 6px; }
.enp-exo-entity .overflow-x-auto::-webkit-scrollbar-thumb,
.enp-exo-hub .overflow-x-auto::-webkit-scrollbar-thumb { background: #32343f; border-radius: 3px; }

/* FAQ hover affordance */
.enp-exo-entity [role="group"]:hover { border-color: rgba(164, 230, 255, 0.3); }

/* Print-safe for archive pages */
@media print {
	.enp-exo-entity, .enp-exo-hub { color: #000 !important; background: #fff !important; }
	.enp-exo-entity *, .enp-exo-hub * { color: #000 !important; background: transparent !important; }
}
