/*
Theme Name: Ποσειδώνας Μηχανιώνας
Theme URI: https://example.com/
Author: Poseidon
Description: Επίσημο theme του Α.Σ. Ποσειδών Νέας Μηχανιώνας. Γαλάζιο design, δουλεύει μαζί με το plugin "Poseidon Sports Club" (Ρόστερ, Αγώνες, Βαθμολογία, Χορηγοί). Τα Νέα = κανονικά Άρθρα WordPress.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: poseidon
*/

/* Το theme χρησιμοποιεί inline styles στα templates (ίδια αισθητική με το πρωτότυπο).
   Εδώ μένουν μόνο global resets & keyframes που δεν γίνονται inline. */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #05091a;
	color: #e9f0ff;
	font-family: 'Montserrat', system-ui, sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
::selection { background: #3fd3ee; color: #05091a; }
a { color: #7fe3f5; text-decoration: none; }
a:hover { color: #bff2fb; }
section { scroll-margin-top: 76px; }
img { max-width: 100%; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #05091a; }
::-webkit-scrollbar-thumb { background: #1b2f8f; border-radius: 6px; }
@keyframes marq { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

/* WordPress admin bar spacing safety */
.admin-bar #nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar #nav { top: 46px; } }
