
:root {
  --bg: #12070b;
  --panel: #211017;
  --panel-soft: #351722;
  --text: #f8fafc;
  --muted: #c6b4aa;
  --gold: #f6c45f;
  --gold-2: #c68a2e;
  --green: #e44858;
  --deep: #1a0910;
  --line: rgba(246, 196, 95, .18);
  --content: #211017;
  --body: #f1e7df;
  --max: 1360px;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--body);
  background: #12070b;
  line-height: 1.65;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(198, 138, 46, .18), transparent 28%),
    linear-gradient(315deg, rgba(142, 28, 47, .28), transparent 42%),
    radial-gradient(circle at 52% 0, rgba(246, 196, 95, .2), transparent 32%),
    #12070b;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.rw-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(22, 7, 13, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}
.rw-header-inner {
  min-height: 68px; width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px;
}
.rw-logo { flex: 0 0 auto; }
.rw-logo img { width: 138px; max-height: 54px; object-fit: contain; }
.rw-site-nav { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 800; text-transform: uppercase; color: #fff; flex-wrap: nowrap; justify-content: center; min-width: 0; }
.rw-site-nav a { text-decoration: none; white-space: nowrap; padding: 6px 0; border-bottom: 2px solid transparent; color: rgba(255,255,255,.82); }
.rw-site-nav a:hover { border-color: var(--gold); color: #ffe3a3; }
.rw-header-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.rw-btn, .rw-header-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 18px;
  border-radius: 6px; border: 1px solid rgba(255,232,170,.34); background: linear-gradient(180deg, #ffe6a4, #f6c45f 48%, #c68a2e);
  color: #241006; font-weight: 900; line-height: 1; text-decoration: none; box-shadow: 0 10px 24px rgba(198,138,46,.28);
}
.rw-btn-dark { background: #351722 !important; color: #fff !important; border-color: rgba(246,196,95,.24) !important; box-shadow: none !important; }
.rw-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: #351722; color: #fff; }
.rw-menu-toggle span { display: block; height: 3px; margin: 7px 6px; background: currentColor; }
.rw-hero { color: #fff; border-bottom: 1px solid var(--line); background: #1a0910; background-size: cover; background-position: center; }
.rw-hero-inner { min-height: 400px; padding: 62px max(24px, calc((100vw - var(--max)) / 2)) 58px; display: grid; grid-template-columns: minmax(300px, 680px) 1fr; align-items: center; gap: 44px; background: linear-gradient(100deg, rgba(18,7,11,.96), rgba(75,13,28,.72) 52%, rgba(246,196,95,.1)); }
.rw-hero-kicker { color: #f6c45f; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
h1,h2,h3 { margin: 0 0 18px; color: var(--text); line-height: 1.15; }
.rw-hero h1 { color: #fff; font-size: clamp(34px, 3vw, 50px); max-width: 760px; text-shadow: 0 3px 18px rgba(0,0,0,.75); }
.rw-hero p { max-width: 720px; margin: 0 0 24px; color: rgba(255,255,255,.9); font-size: 17px; }
.rw-section { padding: 56px 24px; }
.rw-container { width: 100%; max-width: var(--max); margin: 0 auto; }
.rw-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 36px; align-items: start; }
.rw-review-content, .rw-side-box { background: rgba(33,16,23,.96); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 14px 34px rgba(0,0,0,.28); }
.rw-review-content { padding: 36px; min-width: 0; }
.rw-review-content p { margin: 0 0 18px; }
.rw-review-content h2 { margin-top: 34px; font-size: 28px; color: var(--gold); }
.rw-review-content h3 { margin-top: 24px; font-size: 21px; color: #ffffff; }
.rw-review-content ul, .rw-review-content ol { padding-left: 22px; margin: 0 0 22px; }
.rw-review-content li { margin: 7px 0; }
.rw-review-content table { display: block; width: 100%; max-width: 100%; border-collapse: separate; border-spacing: 0; margin: 24px 0; overflow-x: auto; border-radius: 6px; }
.rw-review-content thead, .rw-review-content tbody { display: table; width: 100%; min-width: 620px; table-layout: fixed; }
.rw-review-content th, .rw-review-content td { border-bottom: 1px solid rgba(255,255,255,.1); padding: 13px 14px; vertical-align: top; }
.rw-review-content th { background: #351722; color: #fff; text-align: left; border-bottom-color: rgba(246,196,95,.32); }
.rw-review-content tr:nth-child(even) td { background: rgba(255,255,255,.035); }
.rw-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.rw-article-meta span { background: rgba(246,196,95,.1); border: 1px solid rgba(246,196,95,.22); padding: 6px 9px; border-radius: 6px; }
.rw-article-figure { margin: 26px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #1a0910; }
.rw-article-figure img { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; }
.rw-article-figure figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }
.rw-author-box { display: grid; grid-template-columns: 76px 1fr; gap: 18px; margin-top: 34px; padding: 18px 20px; border: 1px solid rgba(246,196,95,.24); border-radius: 6px; background: linear-gradient(135deg, rgba(26,9,16,.98), rgba(75,13,28,.78)); }
.rw-author-avatar { width: 76px; height: 76px; border-radius: 6px; object-fit: contain; background: #12070b url('/assets/img/reelsonau-icon.webp') center / 70% no-repeat; border: 1px solid var(--gold); }
.rw-author-body p { margin: 6px 0 10px; color: var(--muted); }
.rw-author-body strong { color: var(--gold); font-size: 18px; }
.rw-author-links { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.rw-sidebar { position: sticky; top: 82px; }
.rw-side-box { padding: 16px; }
.rw-side-box strong { display: block; margin-bottom: 12px; color: var(--gold); font-size: 18px; }
.rw-toc-nav { display: grid; gap: 2px; margin-bottom: 18px; max-height: 62vh; overflow: auto; padding-right: 4px; }
.rw-toc-nav a { text-decoration: none; padding: 9px 0 9px 10px; border-left: 2px solid rgba(255,255,255,.12); background: transparent; color: var(--body); font-size: 13px; line-height: 1.25; }
.rw-toc-nav a:hover { border-left-color: var(--gold); background: rgba(246,196,95,.1); color: #fff; }
.rw-toc-sub { margin-left: 10px; opacity: .86; }
.rw-site-footer { background: #1a0910; border-top: 1px solid rgba(246,196,95,.18); }
.rw-footer-main { padding: 40px 24px; display: grid; grid-template-columns: minmax(160px, .75fr) minmax(220px, 1.1fr) minmax(220px, 1.1fr) minmax(150px, .65fr) minmax(140px, .6fr); gap: 24px; align-items: start; }
.rw-footer-badges { display: grid; gap: 14px; align-content: start; justify-items: start; }
.rw-footer-badge { display: flex; gap: 10px; align-items: center; color: #fff; }
.rw-footer-badge img { max-width: 160px; object-fit: contain; }
.rw-footer-badge-text { width: 76px; height: 54px; border-radius: 8px; border: 1px solid rgba(246,196,95,.32); justify-content: center; flex-direction: column; font-weight: 900; color: #f6c45f; }
.rw-footer-badge-text small { color: rgba(255,255,255,.74); font-size: 10px; }
.rw-footer-copy-block p { margin: 0 0 16px; color: rgba(255,255,255,.78); }
.rw-footer-menu { display: grid; gap: 10px; align-content: start; }
.rw-footer-menu a { color: #f6c45f; text-decoration: none; }
.rw-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 20px; }
.rw-footer-bottom .rw-container { display: flex; justify-content: space-between; gap: 20px; color: #fff; }
@media (max-width: 1100px) {
  .rw-header-inner { grid-template-columns: auto auto; padding: 10px 16px; }
  .rw-site-nav { grid-column: 1 / -1; width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .rw-content-layout { grid-template-columns: 1fr; }
  .rw-footer-main { grid-template-columns: 1fr 1fr; }
  .rw-sidebar { position: static; width: min(100%, 520px); }
}
@media (max-width: 760px) {
  .rw-menu-toggle { display: block; }
  .rw-site-nav { display: none; }
  .rw-site-nav.rw-is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .rw-header-actions { grid-column: 1 / -1; width: 100%; }
  .rw-header-actions a { flex: 1; }
  .rw-hero-inner { min-height: 360px; grid-template-columns: 1fr; padding: 54px 20px; }
  .rw-review-content { padding: 20px; }
  .rw-author-box { grid-template-columns: 1fr; }
  .rw-footer-main { grid-template-columns: 1fr; }
  .rw-footer-bottom .rw-container { flex-direction: column; }
}
