:root { --main-color: #3a326b; --h1-size: 2.4rem; --h2-size: 1.8rem; --h3-size: 1.5rem; --main-width: 1200px; --bg-color: #0f0e17; --text-color: #e6e6e6; --accent-color: #ff3864; --footer-bg: #07060f; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: var(--bg-color); color: var(--text-color); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; margin: 0; }
h1 { font-size: var(--h1-size); color: #ffffff; }
h2 { font-size: var(--h2-size); color: #ffcc00; margin-bottom: 1rem; }
h3 { font-size: var(--h3-size); color: #00e5ff; margin-bottom: 0.75rem; }
.hero-title { font-size: var(--h1-size); }
/* Hero section background */
.hero-section {
  position: relative;
  background-image: url('/wp-content/images/funbet_hero.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero-section .hero-container {
  position: relative;
  z-index: 2;
}

.content-container { max-width: var(--main-width); margin: 0 auto; padding: 3rem 20px; }
p { margin-bottom: 1.5rem; }
ul, ol { margin-bottom: 1.5rem; padding-left: 2rem; }
table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; border: 1px solid #444; }
th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #444; }
th { background-color: #1a1a2e; color: #ffcc00; font-weight: bold; }
tr:nth-child(even) { background-color: #1a1a2e; }
.feed-container { margin-top: 3rem; }
.feed-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; margin-top: 1.5rem; }
.feed-item { background: #1a1a2e; border-radius: 12px; overflow: hidden; transition: transform 0.3s ease; }
.feed-item:hover { transform: translateY(-5px); }
.feed-item img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px 12px 0 0; }
.feed-item-content { padding: 1.5rem; }
.feed-item h3 { margin-top: 0; }
.feed-item h3 a { text-decoration: none; }
.feed-item p { color: #b0b0b0; font-size: 0.95rem; }
.comments-container, .faq-container { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #333; }
.comment { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border-left: 5px solid var(--accent-color); padding: 1.5rem; margin-bottom: 1.5rem; border-radius: 0 8px 8px 0; }
.comment-header { display: flex; justify-content: space-between; margin-bottom: 0.75rem; font-size: 0.9rem; }
.comment-name { font-weight: bold; color: #ffcc00; }
.comment-date { color: #888; }
.faq-item { background: transparent; border: 2px dashed #00e5ff; padding: 1.5rem; margin-bottom: 1.5rem; border-radius: 12px; position: relative; }
.faq-item::before { content: 'Q:'; position: absolute; top: -12px; left: 20px; background: var(--bg-color); color: #00e5ff; font-weight: bold; padding: 0 10px; }
.faq-question { font-weight: bold; color: #00e5ff; margin-bottom: 0.75rem; }
.random-link-block { background: linear-gradient(90deg, #ff3864 0%, transparent 100%); border-left: 8px solid #ffcc00; padding: 1.2rem 1.5rem; margin: 2rem 0; font-size: 1.1rem; font-weight: bold; max-width: 600px; }
.random-link-block a { text-decoration: underline; color: #ffffff; }
.cta-button-container { display: flex; justify-content: center; align-items: center; text-align: center; margin: 2.5rem 0; width: 100%; }
.cta-button { display: inline-flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: linear-gradient(135deg, #ff1a6e 0%, #ff0099 50%, #ff1a6e 100%); background-size: 200% auto; color: #ffffff; padding: 18px 64px; font-size: 1.15rem; font-weight: 800; border-radius: 16px; text-decoration: none; box-shadow: 0 0 22px rgba(255, 26, 110, 0.75), 0 0 45px rgba(255, 0, 153, 0.45), 0 8px 28px rgba(255, 0, 110, 0.55); transition: all 0.3s ease; animation: ctaPulse 2.2s ease-in-out infinite; border: 2px solid rgba(255, 255, 255, 0.35); letter-spacing: 0.08em; text-transform: uppercase; }
.cta-button::after { content: ''; position: absolute; top: 0; left: -120%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent); transform: skewX(-20deg); transition: left 0.7s ease; }
.cta-button:hover::after { left: 160%; }
.cta-button:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 0 32px rgba(255, 26, 110, 0.95), 0 0 65px rgba(255, 0, 153, 0.6), 0 12px 40px rgba(255, 0, 110, 0.7); background-position: right center; animation: none; }
@keyframes ctaPulse { 0%, 100% { box-shadow: 0 0 22px rgba(255, 26, 110, 0.75), 0 0 45px rgba(255, 0, 153, 0.45), 0 8px 28px rgba(255, 0, 110, 0.55); transform: translateY(0); } 50% { box-shadow: 0 0 38px rgba(255, 26, 110, 1), 0 0 70px rgba(255, 0, 153, 0.7), 0 12px 42px rgba(255, 0, 110, 0.8); transform: translateY(-2px); } }
footer { background-color: var(--footer-bg); padding: 2rem 20px; margin-top: 3rem; }
.footer-container { max-width: var(--main-width); margin: 0 auto; }
.footer-menu { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; margin-bottom: 1.5rem; }
.footer-menu a { color: #cccccc; text-decoration: none; font-weight: 500; transition: color 0.3s; }
.footer-menu a:hover { color: #ffcc00; }
.floating-panel {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  top: auto;      
  z-index: 1000;
}
.copyright { text-align: center; color: #888; font-size: 0.9rem; padding-top: 1rem; border-top: 1px solid #333; }
.floating-panel-spacer { height: 80px; background-color: var(--footer-bg); }
@media (max-width: 768px) { .hero-container { flex-direction: column; text-align: center; padding: 40px 20px; }
.hero-content { margin: 20px 0; }
.hero-bonus2 { flex: 1; width: 100%; max-width: 100%; height: auto; min-height: 250px; }
.feed-grid { grid-template-columns: 1fr; }
.footer-menu { flex-direction: column; align-items: flex-start; gap: 1rem; }
.floating-panel-logo { display: flex; align-items: center; flex-shrink: 0; }
.floating-panel-logo img { height: 28px; width: auto; }
.floating-panel { justify-content: space-between; gap: 8px; }
.hero-btn { width:100%;  text-align: center; margin: 0 auto 32px;}      
; }
:root { --menu-color: #000000; --menu-text: #FFFFFF; --hover-color: var(--main-color); --hover-text: #000000; }
[data-theme="light"] { --menu-color: #FFFFFF; --menu-text: #000000; --hover-color: var(--main-color); --hover-text: #FFFFFF; }
a { color: inherit; text-decoration: underline; }
.container { max-width: var(--main-width); margin: 0 auto; padding: 0 20px; }
header { padding: 0; background-color: var(--menu-color); position: relative; }
.desktop-menu { display: flex; list-style: none; margin: 0; padding: 0; }
.desktop-menu > li { position: relative; margin: 0px; }
.desktop-menu > li > a { color: var(--menu-text); text-decoration: none; font-size: 1rem; padding: 10px 15px; display: flex; align-items: center; transition: color 0.1s; }
.desktop-menu > li > a:hover { color: var(--hover-color); }
.desktop-menu > li.has-submenu > a::after { content: '▼'; font-size: 0.5rem; margin-top: 2px; margin-left: 5px; }
.submenu { position: absolute; top: 100%; left: 0; background-color: var(--menu-color); min-width: 200px; list-style: none; opacity: 0; visibility: hidden; transition: all 0.1s; z-index: 1000; border-radius: 5px; overflow: hidden; }
.desktop-menu > li:hover .submenu { opacity: 1; visibility: visible; }
.submenu { margin: 0px; padding: 0px !important; }
.submenu li { margin: 0px; padding: 0px !important; }
.submenu li a { color: var(--menu-text); text-decoration: none; display: block; width: 100% !important; padding: 12px 15px; margin: 0px !important; transition: background 0.1s; }
.submenu li a:hover { color: var(--hover-text); background-color: var(--hover-color); }
.burger-menu { order: 3; display: none; background: none; border: none; color: var(--menu-text); font-size: 1.6rem; cursor: pointer; }
.mobile-menu-close { position: absolute; top: 15px; right: 15px; background: none; border: none; color: white; font-size: 24px; cursor: pointer; display: none; }
.header-container { display: flex; flex-wrap: wrap; align-items: center; }
nav { order: 2; display: block; width: auto; margin-left: auto; margin-top: 12px; margin-bottom: 12px; }
.logo { order: 1; font-size: 1.8rem; font-weight: bold; color: var(--hover-color); text-decoration: none; margin-right: auto; }
.logo img { margin: 0px; width: 150px; height: auto; max-height: 38px; object-fit: contain; }
.header-right { order: 3; display: inline-block; margin-left: 20px; padding: 12px 0; }
.language-switcher {; }
.language-switcher:empty { display: none; }
.language-switcher { display: flex; gap: 15px; }
.language-switcher a { color: #fff; text-decoration: none; font-size: 14px; }
@media (max-width: 768px) { .logo { order: 1; font-size: 1.4rem; }
.burger-menu { display: block; margin-left: auto; }
.header-right { display: block; width: 100%; text-align: center; }
.language-switcher { display: inline-flex; margin: 10px auto 0px auto; }
; }
@media (max-width: 768px) { nav { position: fixed; top: 0; left: 0; width: 80%; height: 100vh; color: #FFFFFF; background: #1a1a1a; z-index: 1000; transform: translateX(-100%); transition: transform 0.3s ease; padding: 60px 20px 20px; box-sizing: border-box; }
nav.active { transform: translateX(0); }
nav a { color: #FFFFFF !important; }
.desktop-menu { flex-direction: column; margin: 0px; }
.has-submenu { position: relative; width: 100%; font-size: 0.9rem; margin: 0px; padding-right: 30px; }
.has-submenu > a { display: flex; }
.desktop-menu > li.has-submenu > a::after { position: absolute; right: 0px; top: 20px; transform: translateY(-50%); font-size: 0.8rem; margin-left: 0; transition: transform 0.3s; padding: 10px; }
.desktop-menu > li.has-submenu > a.submenu-active::after { padding: 10px; transform: translateY(-50%) rotate(180deg); }
.submenu { display: none; position: static; opacity: 1; visibility: visible; background-color: transparent; padding-left: 15px; }
.submenu.active { display: block; margin-left: 20px; margin-bottom: 0px; }
.submenu li a { color: var(--menu-text); background-color: transparent; text-decoration: none; display: block; padding: 5px 0px; transition: background 0.1s; }
.submenu li a:hover { color: var(--hover-color); background-color: transparent; }
.nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; }
.nav-overlay.active { display: block; }
.mobile-menu-close { display: block; }
; }
@media (max-width: 1919px) { :root { --main-width: 1200px; }
[style*="max-width: 1200px"] { max-width: 1200px !important; }
; }
@media (min-width: 1530px) and (max-width: 1920px) { :root { --main-width: 90%; }
[style*="max-width: 1200px"], .hero-container, .hero-section .hero-container, .hero-section .hero-container[style*="max-width: 1200px"], .hero-container[style*="max-width: 1200px"], [style*="max-width: 1200px"].hero-container { max-width: 90% !important; width: 90% !important; }
; }
@media (min-width: 1921px) { :root { --main-width: 80%; }
[style*="max-width: 1200px"], .hero-container, .hero-section .hero-container, .hero-section .hero-container[style*="max-width: 1200px"], .hero-container[style*="max-width: 1200px"], [style*="max-width: 1200px"].hero-container { max-width: 80% !important; width: 80% !important; }
; }
.main-content { margin-top: 20px; }
.sidebar { flex: 0 0 25%; margin-top: 20px; }
.sidebar a { text-decoration: none; }
.sidebar .feed-item { margin-bottom: 50px; }
.content-container > p, .content-container > ul > li, .content-container > ol > li { font-size: 1.15rem; letter-spacing: 0.5px; }
.content-container > img, .content-container > p > img { max-width: 100%; border-radius: 10px; }
.main-content > p, .main-content > ul > li, .main-content > ol > li { font-size: 1.15rem; letter-spacing: 0.5px; }
.main-content > img, .main-content > p > img { max-width: 100%; border-radius: 10px; }
.content-container > table[border="1"] { border-spacing: 0 !important; border-collapse: collapse !important; border: 1px solid #C0C0C0 !important; }
.content-container > table[border="1"] th { border: none !important; border: 1px solid #C0C0C0 !important; padding: 12px !important; text-align: left !important; }
.content-container > table[border="1"] td { border: none !important; border: 1px solid #C0C0C0 !important; padding: 12px !important; text-align: left !important; }
.main-content > table[border="1"] { border-spacing: 0 !important; border-collapse: collapse !important; border: 1px solid #C0C0C0 !important; }
.main-content > table[border="1"] th { border: none !important; border: 1px solid #C0C0C0 !important; padding: 12px !important; text-align: left !important; }
.main-content > table[border="1"] td { border: none !important; border: 1px solid #C0C0C0 !important; padding: 12px !important; text-align: left !important; }
main > p, main > ul > li, main > ol > li { font-size: 1.15rem; letter-spacing: 0.5px; }
main > img, main > p > img { max-width: 100%; border-radius: 10px; }
main > table[border="1"] { border-spacing: 0 !important; border-collapse: collapse !important; border: 1px solid #C0C0C0 !important; }
main > table[border="1"] th { border: none !important; border: 1px solid #C0C0C0 !important; padding: 12px !important; text-align: left !important; }
main > table[border="1"] td { border: none !important; border: 1px solid #C0C0C0 !important; padding: 12px !important; text-align: left !important; }
.cta-button { text-decoration: none !important; }
.toc-section { padding-top: 0px !important; }
.hero-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.4); }
.hero-btn:hover .hero-btn-shine { animation: hero-shine 1s; }
@keyframes hero-shine { 100% { left: 100%; }
; }
.floating-panel {
  transform: translateY(0) !important;
  transition: none !important;
}