/*
Theme Name: EuroGiveaway Dark
Theme URI: https://www.beaphoenix.co.uk
Author: George Tirca / Beaphoenix WebDesign
Author URI: https://www.beaphoenix.co.uk
Description: Dark, modern giveaway/competition theme (Tailwind-powered) with neon accent.
Version: 1.0.1
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eurogiveaway-dark
Tags: dark, custom-background, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root{ --accent:#39FF14; --bg:#0B0F12; --card:#0F171C; --text:#E6F1F7; --muted:rgba(230,241,247,.72); }

html,body{height:100%;}
body{background:var(--bg); color:var(--text);} 

/* Small extras on top of Tailwind */
.eg-container{max-width:1200px; margin:0 auto; padding:0 1rem;}
.eg-card{background:var(--card); border:1px solid rgba(255,255,255,.08); border-radius:1.25rem; box-shadow:0 10px 30px rgba(0,0,0,.35);} 
.eg-accent{color:var(--accent);} 
.eg-btn{display:inline-flex; align-items:center; justify-content:center; gap:.5rem; padding:.75rem 1rem; border-radius:999px; font-weight:600; border:1px solid rgba(255,255,255,.10);}
.eg-btn-primary{background:linear-gradient(135deg, rgba(57,255,20,.25), rgba(57,255,20,.05));}
.eg-btn-primary:hover{filter:brightness(1.05);} 
.eg-btn-ghost{background:rgba(255,255,255,.04);} 
.eg-btn-ghost:hover{background:rgba(255,255,255,.07);} 

/* WordPress basics */
.wp-block-image img, img{max-width:100%; height:auto;}
a{color:inherit; text-decoration:none;}
a:hover{opacity:.95;}

/* Accessibility */
.screen-reader-text{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;}
