:root {
--main-color: #f5755b;
--h1-size: 2.4rem;
--h2-size: 1.8rem;
--h3-size: 1.5rem;
--main-width: 1200px;
--bg-dark: #0f0f14;
--text-light: #f0f0f0;
--text-muted: #b0b0b0;
--border-color: #2a2a35;
--accent-gold: #ebda6b;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: var(--bg-dark); color: var(--text-light); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: underline; }
a:hover { color: var(--main-color); }
.container { width: 100%; max-width: var(--main-width); margin: 0 auto; padding: 0 20px; }
.hero-section { padding: 0px; position: relative; overflow: hidden; width: 100%; background-color: rgba(0, 0, 0, 0); background-position: center center; background-repeat: no-repeat; background-attachment: scroll, scroll; background-image: linear-gradient(rgba(0, 0, 0, 0.30000000000000004), rgba(0, 0, 0, 0.30000000000000004)), url('/wp-content/images/hero/9627100b.webp'); background-size: cover; background-origin: padding-box, padding-box; background-clip: border-box, border-box; }
.hero-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 40px; position: relative; z-index: 2; flex-direction: row; height: 100%; }
.hero-content { flex: 1; margin: 50px 0 50px 0; }
.hero-title { font-size: var(--h1-size); line-height: 1.1; margin-bottom: 20px; font-weight: 700; position: relative; display: inline-block; color: #ffffff; font-weight: 700; }
.hero-subtitle { font-size: 1.3rem; margin-bottom: 30px; position: relative; display: block; margin-top: 20px; color: #ffffff; }
.hero-subtitle span { content: ''; position: absolute; bottom: -8px; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #f5755b, transparent); }
.hero-btn { background: linear-gradient(135deg, rgb(245, 117, 91) 0%, rgb(235, 218, 107) 100%); color: rgb(255, 255, 255); border: medium; padding: 22px 47px; border-radius: 65px; font-size: 1.3rem; cursor: pointer; font-weight: bold; box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px; transition: 0.3s; margin-top: 20px; position: relative; overflow: hidden; z-index: 2; }
.hero-btn-shine { position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent); }
.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%; } }
    .content-wrapper { padding: 60px 0; }
    .content-area { display: flex; flex-wrap: wrap; gap: 40px; }
    .main-content { flex: 1; order: 1; min-width: 300px; }
    .sidebar { flex: 0 0 300px; order: 2; }
    .sidebar.sidebar-left { order: 0; }
    h1 { font-size: var(--h1-size); color: var(--accent-gold); margin-bottom: 1rem; }
    h2 { font-size: var(--h2-size); color: var(--main-color); margin: 2rem 0 1rem; border-bottom: 2px solid var(--border-color); padding-bottom: 0.5rem; }
    h3 { font-size: var(--h3-size); color: var(--text-light); margin: 1.5rem 0 0.75rem; }
    p { margin-bottom: 1.2rem; }
    ul, ol { margin-left: 1.5rem; margin-bottom: 1.5rem; }
    li { margin-bottom: 0.5rem; }
    table { width: 100%; border-collapse: collapse; margin: 2rem 0; }
    th, td { border: 1px solid var(--border-color); padding: 12px; text-align: left; }
    th { background-color: rgba(245, 117, 91, 0.1); color: var(--accent-gold); }
    tr:nth-child(even) { background-color: rgba(255,255,255,0.03); }
    .content-image { margin: 2rem 0; border-radius: 8px; overflow: hidden; }
    .feed { background: rgba(255,255,255,0.03); border-radius: 12px; padding: 25px; }
    .feed h3 { color: var(--accent-gold); border-bottom: none; padding: 0; margin-top: 0; margin-bottom: 20px; }
    .feed-item { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid var(--border-color); }
    .feed-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
    .feed-item img { border-radius: 8px; margin-bottom: 15px; }
    .feed-item h4 { margin-bottom: 10px; font-size: 1.2rem; }
    .feed-item h4 a { text-decoration: none; color: var(--text-light); }
    .feed-item h4 a:hover { color: var(--main-color); }
    .feed-item p { color: var(--text-muted); font-size: 0.95rem; }
    .comments-block { margin: 3rem 0; }
    .comment { background: linear-gradient(135deg, rgba(245,117,91,0.1), rgba(43,43,60,0.3)); border-left: 4px solid var(--main-color); padding: 20px; border-radius: 0 8px 8px 0; margin-bottom: 25px; }
    .comment-header { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 0.9rem; }
    .comment-name { font-weight: bold; color: var(--accent-gold); }
    .comment-date { color: var(--text-muted); }
    .comment-text { color: var(--text-light); }
    .faq-block { margin: 3rem 0; }
    .faq-item { background: rgba(235,218,107,0.05); border: 1px solid rgba(235,218,107,0.3); border-radius: 8px; padding: 20px; margin-bottom: 20px; }
    .faq-question { font-weight: bold; color: var(--accent-gold); margin-bottom: 10px; font-size: 1.1rem; }
    .faq-answer { color: var(--text-light); }
    footer { background-color: #050508; color: var(--text-muted); padding: 50px 0 30px; margin-top: 60px; }
    .footer-container { text-align: center; }
    .footer-menu { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; margin-bottom: 30px; }
    .footer-menu a { color: var(--text-light); text-decoration: none; font-size: 1rem; transition: color 0.3s; }
    .footer-menu a:hover { color: var(--main-color); }
    .copyright { font-size: 0.9rem; color: var(--text-muted); }
    .template_invisible { display: none; }
@media (max-width: 992px) {
    .content-area { flex-direction: column; }
    .main-content, .sidebar { flex: 1 1 100%; order: 1; }
    .sidebar { order: 2; }
}
@media (max-width: 768px) {
    .hero-container { flex-direction: column; text-align: center; padding: 40px 20px; }
    .hero-content { margin: 20px 0; }
    .hero-title { font-size: 2rem; }
    .hero-subtitle { font-size: 1.1rem; }
    .hero-btn { padding: 18px 35px; font-size: 1.1rem; }
    .footer-menu { flex-direction: column; align-items: flex-start; padding-left: 20px; gap: 15px; }
    .footer-container { text-align: left; }
}
: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: #ffffff; 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; }
.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; 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); }
    .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; }
    .random-link-block { margin: 2rem 0; padding: 15px 20px; background-color: #0f0f14; border-left: 6px solid #ebda6b; box-shadow: 0 5px 15px rgba(235, 218, 107, 0.15); border-radius: 0 8px 8px 0; text-align: left; }
    .random-link-text { font-size: 1.1rem; color: var(--text-light); }
    .random-link-text a { color: var(--accent-gold); text-decoration: underline; font-weight: bold; }
    .random-link-text a:hover { color: #fff; }
    .cta-button-container { text-align: center; margin: 3rem 0; }
    .cta-button-main { display: inline-block; background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%); color: #fff; text-decoration: none; font-size: 1.4rem; font-weight: bold; padding: 22px 50px; border-radius: 70px; box-shadow: 0 10px 25px rgba(255, 65, 108, 0.4); transition: all 0.4s ease; position: relative; overflow: hidden; z-index: 1; border: none; cursor: pointer; }
    .cta-button-main::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); z-index: -1; transition: left 0.7s; }
    .cta-button-main:hover::before { left: 100%; }
    .cta-button-main:hover { transform: translateY(-5px) scale(1.03); box-shadow: 0 15px 35px rgba(255, 65, 108, 0.6); }
    .brand-table-container { width: 100%; margin: 2rem 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); border-radius: 12px; overflow: hidden; background-color: var(--bg-dark); }
    .brand-table { display: flex; flex-direction: column; }
    .brand-table-header { display: flex; background: linear-gradient(135deg, var(--main-color) 0%, #f88 100%); padding: 18px 20px; font-size: 1rem; font-weight: bold; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; }
    .brand-table-header .brand-col { flex: 1; display: flex; align-items: center; justify-content: center; }
    .brand-table-header .brand-col:nth-child(1) { flex: 1.2; justify-content: flex-start; }
    .brand-table-header .brand-col:nth-child(4) { flex: 1.5; }
    .brand-table-header .brand-col:nth-child(5) { flex: 0.8; }
    .brand-table-row { display: flex; align-items: center; padding: 20px; border-bottom: 1px solid var(--border-color); background-color: rgba(255, 255, 255, 0.03); transition: all 0.3s ease; position: relative; overflow: hidden; }
    .brand-table-row::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent); transition: left 0.7s; }
    .brand-table-row:hover::before { left: 100%; }
    .brand-table-row:hover { background-color: rgba(255, 255, 255, 0.06); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
    .brand-col { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; line-height: 1.3; }
    .brand-col:nth-child(1) { flex: 1.2; justify-content: flex-start; }
    .brand-col:nth-child(4) { flex: 1.5; justify-content: flex-start; }
    .brand-col:nth-child(5) { flex: 0.8; }
    .brand-logo img { width: 150px; height: auto; object-fit: contain; }
    .brand-rating { color: var(--accent-gold); font-size: 1.2rem; letter-spacing: 2px; }
    .brand-bonus { color: var(--text-light); font-weight: 500; }
    .brand-proscons { text-align: left; color: var(--text-light); }
    .brand-proscons span { display: block; margin-bottom: 4px; }
    .brand-link .brand-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%); color: white; text-decoration: none; padding: 12px 24px; border-radius: 50px; font-weight: bold; font-size: 0.95rem; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0, 114, 255, 0.3); border: none; cursor: pointer; min-width: 140px; }
    .brand-link .brand-btn:hover { transform: scale(1.05); box-shadow: 0 6px 20px rgba(0, 114, 255, 0.5); }
    .brand-link .brand-btn::after { content: '➔'; font-size: 1.1rem; }
@media (max-width: 768px) {
    .brand-table-header { display: none; }
    .brand-table-row { flex-direction: column; align-items: stretch; padding: 25px 20px; gap: 15px; }
    .brand-col { justify-content: center !important; text-align: center; width: 100%; }
    .brand-col:nth-child(1), .brand-col:nth-child(2), .brand-col:nth-child(3), .brand-col:nth-child(5) { justify-content: center; }
    .brand-col:nth-child(4) { justify-content: flex-start; text-align: left; }
    .brand-logo img { margin: 0 auto; }
    .brand-proscons { text-align: left; }
}
.floating-panel { position: fixed; bottom: -100px; left: 0; width: 100%; height: 80px; background: linear-gradient(90deg, #1a1a2e, #16213e, #0f3460); z-index: 9999; transition: bottom 0.4s ease; display: flex; align-items: center; box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.7); padding: 0 10px; }
.floating-panel.visible { bottom: 10px; }
.floating-panel-inner { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.floating-panel-logo { font-size: 1.6rem; font-weight: bold; color: #fff; text-decoration: none; }
.floating-panel-btn { background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%); color: white; text-decoration: none; padding: 15px 35px; border-radius: 50px; font-weight: bold; font-size: 1.1rem; transition: all 0.3s; box-shadow: 0 5px 15px rgba(0, 210, 255, 0.4); }
.floating-panel-btn:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0, 210, 255, 0.6); }
@media (max-width: 768px) {
    .floating-panel-logo { display: none; }
    .floating-panel-inner { justify-content: center; }
}