:root { --main-color: #ff0000; --main-width: 1200px; --h1-size: 2.4rem; --h2-size: 1.8rem; --h3-size: 1.5rem; --h1-color: #fcfcfd; --h2-color: #ff4d4d; --h3-color: #ff0000; }
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; background: #000a1a; color: #eee; line-height: 1.5; }
a { color: inherit; text-decoration: underline; cursor: pointer; }
.hero-section { padding: 60px 0; background: #000a1a; position: relative; overflow: hidden; width: 100%; }
.hero-bg-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; }
.hero-bg-container svg { width: 100%; height: 100%; filter: brightness(1.06) contrast(0.98) saturate(0.94); display: block; }
.hero-container { max-width: var(--main-width); margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 40px; position: relative; z-index: 2; flex-direction: row; }
.hero-content { flex: 1; }
.hero-title { font-size: 4.3rem; line-height: 1.1; margin-bottom: 20px; font-weight: 700; text-transform: uppercase; position: relative; display: inline-block; color: var(--h1-color); }
.hero-title-wave { animation: hero-wave 3s ease-in-out infinite; }
.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, #ff0000, transparent); }
.hero-btn { background: linear-gradient(135deg, #ff0000 0%, #b93737 100%); color: #fff; border: none; padding: 15px 35px; font-size: 1.1rem; border-radius: 6px; cursor: pointer; font-weight: bold; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: all 0.3s; margin-top: 20px; position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; }
.hero-btn span { position: relative; 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); pointer-events: none; }
.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 forwards; }
@keyframes hero-shine { 100% { left: 100%; } }
@keyframes hero-wave { 0% { transform: translateY(0px); } 25% { transform: translateY(-5px); } 50% { transform: translateY(0px); } 75% { transform: translateY(5px); } 100% { transform: translateY(0px); } }
    .hero-bonus { flex: 0 0 350px; position: relative; display: flex; flex-direction: column; align-items: center; }
    .hero-bonus > div:first-child { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 80px; height: 80px; background: linear-gradient(135deg, #ff0000 0%, #b93737 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 5px 15px rgba(0,0,0,0.3); border: 2px inset #00ffff; font-weight: bold; color: white; text-shadow: 0 1px 3px rgba(0,0,0,0.3); font-size: 1.5rem; }
    .hero-bonus > div:last-child { background: rgba(10, 10, 20, 0.48); backdrop-filter: blur(10px); border-radius: 20px; padding: 60px 25px 25px; border: 2px inset #ffffff; position: relative; overflow: hidden; z-index: 2; text-align: center; box-shadow: 0 0 20px #ff0000; width: 100%; max-width: 350px; }
    .hero-bonus h3 { font-size: var(--h3-size); margin-top: 0; color: var(--h3-color); font-weight: 700; margin-bottom: 20px; }
    .hero-bonus button { background: linear-gradient(135deg, #ff0000 0%, #b93737 100%); color: #fff; border: none; padding: 15px 35px; font-size: 1.1rem; border-radius: 6px; cursor: pointer; font-weight: bold; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: all 0.3s; position: relative; overflow: hidden; width: 100%; max-width: 250px; margin: 0 auto; }
    .hero-bonus button:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.4); }
    .hero-bonus button span { position: relative; z-index: 2; }
    .hero-bonus button .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); pointer-events: none; }
    .hero-bonus button:hover .hero-btn-shine { animation: hero-shine 1s forwards; }
    main { max-width: var(--main-width); margin: 0 auto; padding: 40px 20px 60px; color: #ddd; background: #001432; }
    main h2 { font-size: var(--h2-size); margin-top: 1.5rem; margin-bottom: 0.75rem; font-weight: 700; color: var(--h2-color); }
    main h3 { font-size: var(--h3-size); margin-top: 1.25rem; margin-bottom: 0.5rem; color: var(--h3-color); }
    main p { margin-bottom: 1rem; font-size: 1rem; }
    main p a { text-decoration: underline; color: inherit; }
    main ul { padding-left: 1.2rem; margin-bottom: 1rem; }
    main ul li { margin-bottom: 0.5rem; font-size: 1rem; }
    main table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; background: rgba(255 0 0 / 0.07); border-radius: 6px; overflow: hidden; }
    main table th, main table td { padding: 12px 15px; border: 1px solid rgba(255 0 0 / 0.3); text-align: left; font-size: 0.95rem; }
    main table th { background: rgba(255 0 0 / 0.15); color: var(--main-color); font-weight: 700; }
    main img { max-width: 100%; border-radius: 8px; margin: 1rem 0; display: block; }
    .feed-articles { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 20px; margin-top: 2rem; }
    .feed-article { background: rgba(255 0 0 / 0.15); border-radius: 10px; overflow: hidden; color: #fff; display: flex; flex-direction: column; box-shadow: 0 4px 15px rgba(0,0,0,0.5); transition: transform 0.3s ease; }
    .feed-article:hover { transform: translateY(-5px); }
    .feed-article a.title-link { color: #fff; text-decoration: underline; font-weight: 700; font-size: 1.2rem; margin: 0.8rem 1rem 0.4rem; }
    .feed-article a.image-link { display: block; }
    .feed-article img { width: 100%; height: auto; display: block; border-bottom: 2px solid var(--main-color); }
    .feed-article p.description { margin: 0 1rem 1rem; font-size: 0.9rem; color: #ddd; flex-grow: 1; }
    .comments-block, .faq-block { margin-top: 3rem; border-radius: 10px; }
    .comments-block h2, .faq-block h2 { font-size: var(--h2-size); color: var(--main-color); margin-bottom: 1rem; }
    .comment { background: #2a1a1a; border: 2px solid #ff0000; padding: 12px 16px; border-radius: 12px; margin-bottom: 1rem; color: #ff6666; box-shadow: 0 0 12px rgba(255,0,0,0.5); }
    .comment-header { display: flex; justify-content: space-between; font-weight: 700; font-size: 1rem; margin-bottom: 6px; color: #ff4d4d; }
    .comment-text { font-size: 0.95rem; line-height: 1.3; }
    .faq-item { background: #ffe6e6; border-left: 6px solid var(--main-color); padding: 12px 16px; margin-bottom: 1rem; border-radius: 8px; color: #330000; }
    .faq-question { font-weight: 700; font-size: 1.1rem; margin-bottom: 6px; }
    .faq-answer { font-size: 0.95rem; line-height: 1.3; color: #550000; }
    footer { background: #111a2b; color: #bbb; padding: 30px 20px; }
    .footer-menu { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 15px; }
    .footer-menu a { color: #bbb; text-decoration: none; font-size: 1rem; transition: color 0.3s ease; }
    .footer-menu a:hover, .footer-menu a:focus { color: var(--main-color); }
    footer p { text-align: center; font-size: 0.9rem; margin: 0; }
@media (max-width: 900px) {
    .hero-container { flex-direction: column; padding: 0 20px; }
    .hero-bonus { width: 100%; max-width: none; margin-top: 40px; }
    .hero-bonus > div:first-child { top: -20px; }
    .hero-btn, .hero-bonus button { width: 100%; max-width: none; }
    footer .footer-menu { flex-direction: column; align-items: flex-start; gap: 10px; }
    footer .footer-menu a { font-size: 1.1rem; }
}
@media (max-width: 480px) {
    .hero-title { font-size: 2.8rem; }
    main { padding: 30px 15px 50px; }
    .feed-articles { grid-template-columns: 1fr; }
}
.template_invisible { display: none !important; }
: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: 12px 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; }
.logo { order: 1; font-size: 1.8rem; font-weight: bold; color: var(--hover-color); text-decoration: none; margin-right: auto; }
.header-right { order: 3; display: inline-block; margin-left: 20px; }
.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; }
}

.random-link { margin: 2rem 0; padding: 12px 15px; background: rgba(255, 0, 0, 0.1); border-left: 5px solid var(--main-color); font-size: 1.1rem; text-transform: uppercase; font-weight: bold; }
.random-link a { color: #FFD700 !important; text-decoration: underline !important; transition: all 0.2s ease; }
.random-link a:hover { color: #FFF !important; text-shadow: 0 0 5px rgba(255, 215, 0, 0.7); }
.cta-button { display: block; width: fit-content; margin: 3rem auto; padding: 18px 40px; background: linear-gradient(135deg, #FF00FF 0%, #800080 100%); color: white; font-size: 1.2rem; font-weight: bold; border: none; border-radius: 8px; cursor: pointer; text-decoration: none !important; box-shadow: 0 5px 15px rgba(255, 0, 255, 0.4); transition: all 0.3s ease; position: relative; overflow: hidden; }
.cta-button:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(255, 0, 255, 0.6); }
.cta-button:before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent); transform: rotate(45deg); animation: shine 3s infinite; }
@keyframes shine { 0% { left: -100%; } 20% { left: 100%; } 100% { left: 100%; } }
    .brand-table { width: 100%; margin: 2rem 0; background: #001432; border-radius: 8px; box-shadow: 0 0 20px rgba(255, 0, 0, 0.3); overflow: hidden; }
    .brand-table-header { display: flex; background: var(--main-color); padding: 15px 20px; color: white; font-weight: bold; text-transform: uppercase; font-size: 0.9rem; }
    .brand-table-header > div { flex: 1; text-align: center; }
    .brand-table-row { display: flex; padding: 15px 20px; border-bottom: 1px solid rgba(255, 0, 0, 0.2); align-items: center; transition: all 0.3s ease; }
    .brand-table-row:hover { background: rgba(255, 0, 0, 0.05); }
    .brand-table-row > div { flex: 1; text-align: center; font-size: 0.9rem; line-height: 1.3; display: flex; align-items: center; justify-content: center; }
    .brand-table-logo img { width: 150px; height: auto; border-radius: 4px; }
    .brand-table-rating { color: #FFD700; font-size: 1.2rem; }
    .brand-table-pros { text-align: left !important; justify-content: flex-start !important; }
    .brand-table-pros span { display: block; text-align: left; }
    .brand-table-button { padding: 10px 20px; background: #00FF00; color: #000; border-radius: 6px; font-weight: bold; text-decoration: none !important; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0, 255, 0, 0.3); }
    .brand-table-button:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(0, 255, 0, 0.4); background: #00E600; }
@media (max-width: 768px) {
    .brand-table-header { display: none; }
    .brand-table-row { flex-direction: column; gap: 15px; padding: 20px; text-align: center; }
    .brand-table-row > div { width: 100%; text-align: center !important; justify-content: center !important; }
    .brand-table-pros { text-align: center !important; }
    .brand-table-pros span { text-align: left; }
    }.language-selector { position: relative; display: inline-block; font-family: system-ui, -apple-system, sans-serif; font-size: 16px; }
    .language-selector-button { display: flex; align-items: center; padding: 8px 12px; background-color: #1E1E1E; border: 1px solid #444444; border-radius: 6px; cursor: pointer; }
    .language-selector-button:hover { background-color: #333333; }
    .language-flag { width: 24px; height: 16px; margin-right: 10px; background-size: contain; background-repeat: no-repeat; background-position: center; flex-shrink: 0; }
    .language-code { font-weight: bold; width: 30px; color: #FFFFFF; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
    .language-dropdown { position: absolute; top: 100%; left: 0; min-width: 200px; max-width: 300px; max-height: 300px; overflow-y: auto; background-color: #1E1E1E; border: 1px solid #444444; border-radius: 6px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); z-index: 1000; display: none; margin-top: 5px; }
    .language-option { display: flex; align-items: center; padding: 12px 12px; cursor: pointer; white-space: nowrap; text-decoration: none; color: inherit; }
    .language-option:hover { background-color: #333333; }
    .language-name { margin-left: 8px; color: #CCCCCC; overflow: hidden; text-overflow: ellipsis; }
    .language-dropdown::-webkit-scrollbar { width: 6px; }
    .language-dropdown::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); border-radius: 3px; }
    .language-dropdown::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 3px; transition: background 0.3s ease; }
    .language-dropdown::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.3); }
    .language-dropdown { scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.05); }