
/* =========================================================================
   Thunder WoW — Visual Improvements (thunder-wow-main.css)
   ========================================================================= */

/* --- Global link transitions --- */
a { transition: color 0.25s ease, text-shadow 0.25s ease; -webkit-transition: color 0.25s ease, text-shadow 0.25s ease; }
a:hover { text-shadow: 0 0 8px rgba(215, 150, 2, 0.5); }

/* --- Main navigation: golden glow and transition --- */
#header .holder .navigation > li > a { letter-spacing: 0.5px; transition: color 0.25s ease, text-shadow 0.3s ease; -webkit-transition: color 0.25s ease, text-shadow 0.3s ease; }
#header .holder .navigation > li:hover > a { text-shadow: 0 0 14px rgba(229, 136, 21, 0.85), 0 2px 4px #000; }
#header .holder .navigation .dropdown-holder .navi-dropdown li a { transition: color 0.2s ease, padding-left 0.2s ease, text-shadow 0.2s ease; -webkit-transition: color 0.2s ease, padding-left 0.2s ease, text-shadow 0.2s ease; }
#header .holder .navigation .dropdown-holder .navi-dropdown li a:hover { padding-left: 20px; text-shadow: 0 0 8px rgba(229, 136, 21, 0.6); }

/* --- Sticky nav: glow on hover --- */
.sticky-navigation a { transition: color 0.2s ease, text-shadow 0.2s ease; -webkit-transition: color 0.2s ease, text-shadow 0.2s ease; }
.sticky-navigation a:hover { text-shadow: 0 0 8px rgba(215, 150, 2, 0.6); }

/* --- Sticky nav: color revealed only on hover with glow --- */
.sticky-icon.fa-rss:hover        { color: #FF6E1A !important; text-shadow: 0 0 10px rgba(255,110,26,0.8) !important; }
.sticky-icon.fa-facebook:hover   { color: #1877F2 !important; text-shadow: 0 0 10px rgba(24,119,242,0.8) !important; }
.sticky-icon.fa-reddit-alien:hover { color: #FF4500 !important; text-shadow: 0 0 10px rgba(255,69,0,0.8) !important; }
.sticky-icon.fa-twitch:hover     { color: #9146FF !important; text-shadow: 0 0 10px rgba(145,70,255,0.8) !important; }
.sticky-center { gap: 8px; }
.sticky-navigation .nice_button { margin: 0; font-size: 8.5pt; letter-spacing: 1.2px; padding: 0 12px; height: 20px; line-height: 20px; font-family: 'Cinzel', Calibri, serif; text-transform: uppercase; }

/* --- Page titles: Cinzel font --- */
.mainside .page_content.page .page_title h3 { font-family: 'Cinzel', 'Calibri', serif; font-size: 22px; letter-spacing: 2px; text-shadow: 0 0 18px rgba(215, 150, 2, 0.4), 0 2px 4px #000; }

/* --- Sidebox title: Cinzel + animated underline --- */
.sidebar .sidebox .sidebox_title { font-family: 'Cinzel', 'Calibri', serif; letter-spacing: 1px; transition: color 0.2s ease, text-shadow 0.2s ease; -webkit-transition: color 0.2s ease, text-shadow 0.2s ease; }
.sidebar .sidebox .sidebox_title::after { content: ''; display: block; height: 1px; width: 0; margin-top: 3px; background: linear-gradient(to right, transparent, #d79602, transparent); transition: width 0.4s ease; -webkit-transition: width 0.4s ease; }
.sidebar .sidebox:hover .sidebox_title::after { width: 100%; }

/* --- Sidebox: golden border on hover --- */
.sidebar .sidebox { transition: border-color 0.3s ease, box-shadow 0.3s ease; -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.sidebar .sidebox:hover { border-color: rgba(215, 150, 2, 0.5) !important; box-shadow: 0 0 14px rgba(215, 150, 2, 0.12), inset 0 0 6px rgba(215, 150, 2, 0.04); -webkit-box-shadow: 0 0 14px rgba(215, 150, 2, 0.12), inset 0 0 6px rgba(215, 150, 2, 0.04); }

/* --- Buttons: golden glow on hover --- */
.nice_button, input[type="submit"] { border-radius: 2px; transition: color 0.2s ease, background 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease; -webkit-transition: color 0.2s ease, background 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.nice_button:hover, input[type="submit"]:hover { color: #d79602 !important; border-color: #8a5a10 !important; box-shadow: 0 0 12px rgba(215, 150, 2, 0.45), inset 0 0 5px rgba(215, 150, 2, 0.1); -webkit-box-shadow: 0 0 12px rgba(215, 150, 2, 0.45), inset 0 0 5px rgba(215, 150, 2, 0.1); }

/* --- News: Cinzel title, readability and hover glow --- */
.mainside .page_content.news .page_title h2 a { font-family: 'Cinzel', 'Calibri', serif; font-size: 11pt; letter-spacing: 0.5px; transition: color 0.2s ease, text-shadow 0.2s ease; -webkit-transition: color 0.2s ease, text-shadow 0.2s ease; }
.mainside .page_content.news .page_title h2 a:hover { text-shadow: 0 0 10px rgba(215, 150, 2, 0.55); }
.mainside .page_content.news .page_body .news_content { line-height: 1.75 !important; font-size: 10.5pt !important; }

/* --- News card: shadow effect on hover --- */
article.page_content.news { transition: box-shadow 0.25s ease; -webkit-transition: box-shadow 0.25s ease; }
article.page_content.news:hover { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); }

/* --- Comments: illuminated border on hover --- */
.comments .comments_area .comment { transition: border-color 0.25s ease, box-shadow 0.25s ease; -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.comments .comments_area .comment:hover { border-color: rgba(215, 150, 2, 0.35) !important; box-shadow: 0 0 10px rgba(215, 150, 2, 0.08); -webkit-box-shadow: 0 0 10px rgba(215, 150, 2, 0.08); }

/* --- Avatars and icons: golden glow on hover --- */
.item_avatar, .item_icon, #ucp_characters a { transition: border-color 0.25s ease, box-shadow 0.25s ease; -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.item_avatar:hover, .item_icon:hover, #ucp_characters a:hover { border-color: rgba(215, 150, 2, 0.6) !important; box-shadow: 0 0 12px rgba(215, 150, 2, 0.35), 0 2px 0 0 rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 12px rgba(215, 150, 2, 0.35), 0 2px 0 0 rgba(0,0,0,0.4); }

/* --- Pagination: glow and transition --- */
#news_pagination a { border-radius: 2px; transition: color 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease !important; -webkit-transition: color 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease !important; }
#news_pagination a:hover { color: #d79602 !important; border-color: #8a5a10 !important; box-shadow: 0 0 10px rgba(215, 150, 2, 0.4) !important; -webkit-box-shadow: 0 0 10px rgba(215, 150, 2, 0.4) !important; }

/* --- Shoutbox: glow on author hover --- */
#shoutbox #the_shouts .shout .shout_author a { transition: color 0.2s ease, text-shadow 0.2s ease; -webkit-transition: color 0.2s ease, text-shadow 0.2s ease; }
#shoutbox #the_shouts .shout .shout_author a:hover { text-shadow: 0 0 8px rgba(215, 150, 2, 0.5); }

/* --- Footer: golden separator at top --- */
#footer::before { content: ''; display: block; width: 60%; height: 1px; margin: 0 auto 20px auto; background: linear-gradient(to right, transparent, rgba(215, 150, 2, 0.5), transparent); }
#footer .holder .useful-links a { transition: color 0.2s ease, text-shadow 0.2s ease; -webkit-transition: color 0.2s ease, text-shadow 0.2s ease; }
#footer .holder .useful-links a:hover { color: #d79602; text-shadow: 0 0 8px rgba(215, 150, 2, 0.5); }

/* --- Scroll-to-top: modern redesign --- */
.scrollToTop { display: none; position: fixed; bottom: 22px; right: 22px; width: 36px; height: 36px; top: auto; z-index: 99; border-radius: 0; background: url(../images/arrow_top_green.png) no-repeat center center; background-size: 100%; background-color: transparent; border: none; color: transparent; font-size: 0; text-align: center; line-height: 1; box-shadow: none; transition: box-shadow 0.25s ease, transform 0.25s ease; -webkit-transition: box-shadow 0.25s ease, transform 0.25s ease; cursor: url(../images/cursor-link-new.gif),auto; }
.scrollToTop:hover { box-shadow: 0 0 12px rgba(215, 150, 2, 0.5); transform: scale(1.1); -webkit-transform: scale(1.1); }

/* --- Loading screen: elegant fade out --- */
#loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background: radial-gradient(ellipse at center, #1a0c03 0%, #000000 100%); display: flex; align-items: center; justify-content: center; }
#loading::after { content: ''; width: 40px; height: 40px; border: 3px solid rgba(215, 150, 2, 0.15); border-top-color: rgba(215, 150, 2, 0.8); border-radius: 50%; animation: tw-spin 0.7s linear infinite; -webkit-animation: tw-spin 0.7s linear infinite; }

/* --- Realm status: pulse on online indicator --- */
.realm_status tr .r_status { transition: color 0.2s ease; }
.realm_status tr:not(.offline) .r_status::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background-color: #6abf40; box-shadow: 0 0 6px rgba(106, 191, 64, 0.8); animation: tw-pulse 1.8s ease-in-out infinite; -webkit-animation: tw-pulse 1.8s ease-in-out infinite; position: relative; top: -1px; }
.realm_status tr.offline .r_status::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background-color: #666; position: relative; top: -1px; }

/* --- Entrance animation on main contents --- */
.tw-fadein { animation: tw-fadeInUp 0.45s ease both; -webkit-animation: tw-fadeInUp 0.45s ease both; }

/* --- Animation Keyframes --- */
@keyframes tw-spin { to { transform: rotate(360deg); } }
@-webkit-keyframes tw-spin { to { -webkit-transform: rotate(360deg); } }
@keyframes tw-pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(106, 191, 64, 0.8); } 50% { opacity: 0.5; box-shadow: 0 0 2px rgba(106, 191, 64, 0.3); } }
@-webkit-keyframes tw-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes tw-fadeInUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@-webkit-keyframes tw-fadeInUp { from { opacity: 0; -webkit-transform: translateY(12px); } to { opacity: 1; -webkit-transform: translateY(0); } }