:root {
  --bg: #100019;
  --panel: #1d0a2c;
  --panel-soft: #2b1041;
  --yellow: #ffe703;
  --purple: #9109f3;
  --purple-light: #bd5cff;
  --text: #ffffff;
  --muted: #d7cce0;
  --line: rgba(255, 231, 3, .22);
  --max: 1280px;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: radial-gradient(circle at 75% 0, rgba(145,9,243,.24), transparent 34%), linear-gradient(180deg, #0d0014, #190525 50%, #0d0014); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.68; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(13,0,20,.95); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.header-inner { width: min(100% - 36px, var(--max)); min-height: 72px; margin: auto; display: flex; align-items: center; gap: 24px; }
.logo { flex: 0 0 auto; }
.logo img { width: 181px; }
.site-nav { display: flex; justify-content: center; gap: 6px; flex: 1; }
.site-nav a, .footer-nav a { color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; }
.site-nav a { padding: 9px 11px; border-radius: 10px; }
.site-nav a:hover, .footer-nav a:hover { color: var(--yellow); background: rgba(255,255,255,.06); }
.header-actions { display: flex; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 20px; border: 0; border-radius: 10px; background: var(--yellow); color: #16051d; font-weight: 900; text-decoration: none; box-shadow: 0 9px 24px rgba(255,231,3,.16); transition: transform .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,231,3,.26); }
.btn-secondary { background: var(--purple); color: #fff; box-shadow: none; }
.btn-wide { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #fff; background: var(--panel-soft); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; }
.hero { position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--hero-image); background-size: cover; background-position: center; filter: saturate(.9); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(13,0,20,.99) 5%, rgba(29,2,43,.91) 47%, rgba(13,0,20,.35)); }
.hero-inner { width: min(100% - 40px, var(--max)); min-height: 430px; margin: auto; display: grid; align-items: center; }
.hero-inner > div { max-width: 650px; padding: 60px 0; }
.eyebrow { margin-bottom: 12px; color: var(--yellow); font-size: 14px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.16; }
h1 { font-size: clamp(40px, 5vw, 68px); letter-spacing: -.04em; }
.hero p { max-width: 610px; margin: 0 0 28px; color: #eee8f2; font-size: 19px; }
.section { padding: 58px 20px 72px; }
.container { width: 100%; max-width: var(--max); margin: auto; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.review-content, .side-box { border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); background: rgba(29,10,44,.88); box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.review-content { min-width: 0; padding: clamp(22px, 4vw, 42px); }
.review-content p { margin: 0 0 19px; color: #eee8f2; }
.review-content strong { color: #fff; }
.review-content h2 { scroll-margin-top: 92px; margin-top: 42px; color: var(--yellow); font-size: clamp(26px, 3vw, 34px); }
.review-content h3 { margin-top: 29px; color: var(--purple-light); font-size: 22px; }
.review-content ul, .review-content ol { margin: 0 0 24px; padding-left: 24px; color: #eee8f2; }
.review-content li { margin: 8px 0; }
.review-content table { display: block; width: 100%; margin: 26px 0; overflow-x: auto; border-collapse: collapse; border-radius: 12px; }
.review-content tbody { display: table; width: 100%; min-width: 620px; }
.review-content th, .review-content td { padding: 13px 14px; border: 1px solid rgba(255,255,255,.1); text-align: left; vertical-align: top; }
.review-content th { color: var(--yellow); background: #2c1042; }
.review-content tr:nth-child(even) td { background: rgba(255,255,255,.035); }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.article-meta span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.045); font-size: 13px; }
.article-meta-bottom { margin: 38px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.article-figure { margin: 24px 0 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #09000e; }
.article-figure img { width: 100%; aspect-ratio: 16 / 7.4; object-fit: cover; }
.article-figure figcaption { padding: 10px 14px; color: var(--muted); font-size: 13px; }
.sidebar { position: sticky; top: 92px; }
.side-box { padding: 20px; }
.side-box > strong { display: block; margin-bottom: 13px; color: var(--yellow); font-size: 19px; }
.toc { display: grid; gap: 6px; max-height: 62vh; margin-bottom: 18px; overflow: auto; }
.toc a { padding: 8px 10px; border-radius: 8px; color: var(--muted); font-size: 13px; line-height: 1.3; text-decoration: none; }
.toc a:hover { color: #fff; background: rgba(145,9,243,.22); }
.site-footer { border-top: 1px solid var(--line); background: #09000e; }
.footer-main { display: grid; grid-template-columns: .8fr 1.25fr 1.25fr .8fr; gap: 30px; padding: 42px 20px; }
.footer-main p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-logo { width: 181px; margin-bottom: 18px; }
.age-badge { display: grid; place-items: center; width: 52px; height: 52px; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-weight: 900; }
.footer-nav { display: grid; gap: 8px; }
.language-switch { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 34px; margin-top: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.06); font-size: 24px !important; line-height: 1; }
.language-switch:hover { border-color: var(--yellow); background: rgba(255,231,3,.1) !important; }
.footer-bottom { padding: 18px 20px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
@media (max-width: 1050px) { .header-inner { flex-wrap: wrap; padding: 11px 0; } .site-nav { order: 3; flex-basis: 100%; justify-content: flex-start; } .content-layout, .footer-main { grid-template-columns: 1fr; } .sidebar { position: static; } }
@media (max-width: 720px) { .menu-toggle { display: block; } .site-nav { display: none; } .site-nav.is-open { display: grid; grid-template-columns: 1fr 1fr; } .header-actions { flex-basis: 100%; } .header-actions .btn { flex: 1; } .hero-inner { min-height: 380px; } .hero::after { background: rgba(13,0,20,.84); } .section { padding: 32px 14px 54px; } .review-content { padding: 21px 16px; } .footer-bottom .container { flex-direction: column; } }
