Contact


/* Global dark theme */
body { background:#0a0a0a; color:#f1f1f1; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

/* Neon accent (change this to purple #8a2be2 or blue #3cf) */
:root { –neon:#00ff99; }

/* Headings glow */
h1, h2, h3 { color: var(–neon); text-shadow: 0 0 6px var(–neon), 0 0 18px var(–neon); }

/* Buttons */
.wp-block-button__link {
background: var(–neon);
color:#000; font-weight:700; text-transform:uppercase; letter-spacing:0.5px;
padding:12px 22px; border-radius:10px;
box-shadow: 0 0 10px var(–neon), 0 0 24px var(–neon);
transition: transform .15s ease, box-shadow .2s ease;
}
.wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 0 16px var(–neon), 0 0 36px var(–neon); }

/* Cards for posts */
.post-card { background:#111; border:1px solid rgba(255,255,255,0.08); border-radius:16px; padding:14px; }
.post-card a { color:#eaeaea; }
.post-card a:hover { color:var(–neon); }

/* Navigation bar */
.wp-block-navigation__container > .wp-block-navigation-item > a {
color:#eaeaea; padding:.5rem 0.75rem; border-radius:10px;
}
.wp-block-navigation__container > .wp-block-navigation-item > a:hover {
color:#000; background:var(–neon); text-shadow:none;
}

/* Cover overlay tweak for readability */
.wp-block-cover .wp-block-cover__background { backdrop-filter: blur(1px); }

/* Discord widget container */
.discord-widget iframe { width:100%; min-height: 350px; border:0; border-radius:12px; box-shadow:0 0 10px rgba(0,0,0,.6); }