* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --main-color: #ff0080; --main-width: 1200px; --h1-size: 2.4rem; --h2-size: 1.8rem; --h3-size: 1.5rem; --h1-color: #f0f0ff; --h2-color: #ffb3d9; --h3-color: #80b3ff; --hero-bg-dark: #0b0c1a; --content-bg: #000000; --footer-bg: #070814; }
html { scroll-behavior: smooth; }
body { background: var(--content-bg); color: #e0e0f0; font-family: 'Inter', system-ui, -apple-system, sans-serif; line-height: 1.5; margin: 0; padding: 0; min-height: 100vh; }
img { display: block; max-width: 100%; height: auto; margin: 0; }
a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
h1, h2, h3 { font-weight: 600; letter-spacing: -0.01em; }
h1 { font-size: var(--h1-size); color: var(--h1-color); }
h2 { font-size: var(--h2-size); color: var(--h2-color); }
h3 { font-size: var(--h3-size); color: var(--h3-color); }
.hero-section { padding: 0; background: transparent; width: 100%; position: relative; overflow: hidden; }
.hero-bg-container { position: absolute; inset: 0; z-index: 1; }
.hero-bg-svg { display: block; width: 100%; height: 100%; background: radial-gradient(circle at 20% 40%, #1f1040, #0b0c1a 90%); }
.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; margin: 18px 0 30px 0; }
.hero-title { font-size: var(--h1-size); line-height: 1.1; margin-bottom: 20px; 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, #e0115f, transparent); }
.hero-btn { background: linear-gradient(135deg, rgb(255, 0, 128) 0%, rgb(255, 0, 255) 100%); color: #ffffff; border: medium; padding: 20px 40px; border-radius: 100px; font-size: 1.3rem; cursor: pointer; font-weight: bold; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: 0.3s; margin-top: 20px; position: relative; overflow: hidden; display: inline-block; text-decoration: none; line-height: 1; }
.hero-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.4); }
.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 .hero-btn-shine { animation: hero-shine 1s; }
@keyframes hero-shine { 100% { left: 100%; }
; }
.content-container { max-width: var(--main-width); margin: 0 auto; padding: 50px 20px 30px; }
.content-container p { margin: 1.2em 0; }
.content-container ul, .content-container ol { margin: 1.2em 0; padding-left: 1.8em; }
.content-container li { margin: 0.4em 0; }
.content-container table { width: 100%; border-collapse: collapse; margin: 1.8em 0; background: #1a1d3a; border-radius: 16px; overflow: hidden; }
.content-container th, .content-container td { padding: 14px 18px; text-align: left; border-bottom: 1px solid #2f3360; }
.content-container th { background: #282d5a; color: #ffcc66; font-weight: 600; }
.content-container td { color: #cfd9ff; }
.content-container figure { margin: 2em 0; }
.feed-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 28px; margin: 40px 0 20px; }
.feed-item { background: #191d3a; border-radius: 20px; overflow: hidden; transition: 0.2s; box-shadow: 0 10px 20px -8px rgba(0,0,0,0.5); }
.feed-item:hover { transform: translateY(-4px); }
.feed-item img { width: 100%; height: 180px; object-fit: cover; border-radius: 16px 16px 0 0; }
.feed-item .feed-content { padding: 18px 16px 22px; }
.feed-item h3 { margin: 0 0 10px 0; font-size: 1.25rem; }
.feed-item h3 a { color: #f0d9ff; text-decoration: none; }
.feed-item p { color: #b9c2f0; font-size: 0.95rem; margin: 0; }
.comment-block { margin: 48px 0 30px; border-top: 1px solid #2b2f5a; padding-top: 28px; }
.comment-item { padding: 16px 0; border-bottom: 1px dashed #2d3366; }
.comment-meta { display: flex; justify-content: space-between; font-size: 0.9rem; color: #a5aedb; margin-bottom: 8px; }
.comment-name { font-weight: 600; color: #ffad66; }
.comment-date { color: #7e8ac0; }
.comment-text { color: #d3dcff; padding-left: 6px; }
.faq-block { margin: 48px 0 30px; padding: 10px 0; }
.faq-item { padding: 18px 0; border-bottom: 1px solid #2a2f5e; }
.faq-question { font-weight: 600; color: #66d9ff; font-size: 1.1rem; margin-bottom: 6px; }
.faq-answer { color: #b8c7ff; padding-left: 12px; border-left: 3px solid #ff33aa; margin-top: 4px; }
.random-link-block { margin: 40px 0; padding: 12px 20px; border-left: 6px solid #ff0066; background: rgba(255,0,102,0.08); border-radius: 0 20px 20px 0; display: inline-block; }
.random-link-block a { font-weight: 600; color: #ff99cc; text-decoration: underline; text-underline-offset: 4px; }
.cta-center { display: flex; justify-content: center; margin: 50px 0 40px; }
.cta-button { background: linear-gradient(145deg, #ff0055, #cc00ff); border: none; padding: 20px 58px; border-radius: 80px; font-size: 1.6rem; font-weight: 800; color: #0b0c1a; box-shadow: 0 0 30px #ff0066; text-decoration: none; transition: 0.25s; letter-spacing: 1px; text-transform: uppercase; display: inline-block; animation: cta-pulse 1.8s infinite; }
.cta-button:hover { background: linear-gradient(145deg, #ff2277, #dd33ff); box-shadow: 0 0 50px #ff3388; color: #000; transform: scale(1.03); }
@keyframes cta-pulse { 0% { box-shadow: 0 0 10px #ff0066; }
50% { box-shadow: 0 0 40px #ff00aa, 0 0 70px #6600ff; }
100% { box-shadow: 0 0 10px #ff0066; }
; }
.template_invisible { display: none; }
footer { background: var(--footer-bg); padding: 30px 20px 10px; margin-top: 60px; }
.footer-menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 34px; max-width: var(--main-width); margin: 0 auto 24px; }
.footer-menu a { color: #b0bae0; text-decoration: none; font-size: 1rem; transition: 0.2s; }
.footer-menu a:hover { color: #ff99cc; }
.copyright { text-align: center; color: #6f7aa8; font-size: 0.9rem; padding: 6px 0 4px; max-width: var(--main-width); margin: 0 auto; }
.footer-spacer { height: 80px; background: var(--footer-bg); width: 100%; }
@media (max-width: 768px) { .hero-container { flex-direction: column; text-align: center; gap: 10px; min-height: auto; padding: 40px 20px 50px; }
.hero-content { margin: 16px 0; }
.hero-title { font-size: 1.9rem; }
.hero-subtitle { font-size: 1.1rem; }
.hero-btn { font-size: 1.2rem; padding: 16px 32px; }
.footer-menu { flex-direction: column; align-items: flex-start; gap: 14px; }
.content-container { padding: 30px 16px 20px; }
.feed-grid { grid-template-columns: 1fr; }
; }
@media (max-width: 480px) { .hero-title { font-size: 1.7rem; }
.hero-btn { padding: 14px 24px; font-size: 1rem; }
.cta-button { font-size: 1.3rem; padding: 16px 36px; }
; }
: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; max-height: 80px; }
.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; }