
:root {
  --bg: #04100f;
  --panel: #0d201e;
  --panel-soft: #17322f;
  --text: #f5efe2;
  --muted: #b9ad99;
  --gold: #d6b06b;
  --gold-2: #8f6333;
  --green: #6fc9c8;
  --deep: #081715;
  --line: rgba(255, 255, 255, .1);
  --content: #171b27;
  --body: #e7ebf5;
  --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: #04100f;
  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(214, 176, 107, .14), transparent 30%),
    linear-gradient(315deg, rgba(111, 201, 200, .12), transparent 42%),
    radial-gradient(circle at 52% 0, rgba(214, 176, 107, .16), transparent 32%),
    #04100f;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.rlsn-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(6, 20, 18, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
}
.rlsn-header-inner {
  min-height: 78px; width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.rlsn-logo { flex: 0 0 auto; }
.rlsn-logo img { width: 170px; max-height: 64px; object-fit: contain; }
.rlsn-site-nav { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; color: #fff; flex: 1 1 auto; flex-wrap: nowrap; justify-content: center; min-width: 0; }
.rlsn-site-nav a { text-decoration: none; white-space: nowrap; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.rlsn-site-nav a:hover { background: rgba(214,176,107,.18); color: #f7e5bf; }
.rlsn-header-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.rlsn-btn, .rlsn-header-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px;
  border-radius: 8px; border: 1px solid rgba(214,176,107,.55); background: linear-gradient(180deg, #d7c08d, #b7894d 48%, #79512b);
  color: #fff8eb; font-weight: 900; line-height: 1; text-decoration: none; box-shadow: 0 12px 26px rgba(143,99,51,.28);
}
.rlsn-btn-dark { background: linear-gradient(180deg, #355f62, #1c4545) !important; color: #fff !important; border-color: rgba(111,201,200,.42) !important; box-shadow: none !important; }
.rlsn-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: #252c40; color: #fff; }
.rlsn-menu-toggle span { display: block; height: 3px; margin: 7px 6px; background: currentColor; }
.rlsn-hero { color: #fff; border-bottom: 1px solid var(--line); background: #081715; background-size: cover; background-position: center; }
.rlsn-hero-inner { min-height: 430px; padding: 74px max(24px, calc((100vw - var(--max)) / 2)) 70px; display: grid; grid-template-columns: minmax(300px, 590px) 1fr; align-items: center; gap: 30px; background: linear-gradient(90deg, rgba(4,16,15,.94), rgba(8,23,21,.78) 48%, rgba(214,176,107,.08)); }
.rlsn-hero-kicker { color: #ffe600; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
h1,h2,h3 { margin: 0 0 18px; color: var(--text); line-height: 1.15; }
.rlsn-hero h1 { color: #fff; font-size: clamp(34px, 3vw, 54px); max-width: 720px; text-shadow: 0 3px 18px rgba(0,0,0,.75); }
.rlsn-hero p { max-width: 640px; margin: 0 0 26px; color: rgba(255,255,255,.9); font-size: 18px; }
.rlsn-section { padding: 64px 20px; }
.rlsn-container { width: 100%; max-width: var(--max); margin: 0 auto; }
.rlsn-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.rlsn-review-content, .rlsn-side-box { background: rgba(23,27,39,.96); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.rlsn-review-content { padding: 30px; min-width: 0; }
.rlsn-review-content p { margin: 0 0 18px; }
.rlsn-review-content h2 { margin-top: 34px; font-size: 28px; color: var(--gold); }
.rlsn-review-content h3 { margin-top: 24px; font-size: 21px; color: #ffffff; }
.rlsn-review-content ul, .rlsn-review-content ol { padding-left: 22px; margin: 0 0 22px; }
.rlsn-review-content li { margin: 7px 0; }
.rlsn-review-content table { display: block; width: 100%; max-width: 100%; border-collapse: collapse; margin: 22px 0; overflow-x: auto; border-radius: 8px; }
.rlsn-review-content thead, .rlsn-review-content tbody { display: table; width: 100%; min-width: 620px; table-layout: fixed; }
.rlsn-review-content th, .rlsn-review-content td { border: 1px solid rgba(255,255,255,.1); padding: 11px 12px; vertical-align: top; }
.rlsn-review-content th { background: #252c40; color: #fff; text-align: left; }
.rlsn-review-content tr:nth-child(even) td { background: rgba(255,255,255,.035); }
.rlsn-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.rlsn-article-meta span { background: rgba(255,230,0,.1); border: 1px solid rgba(255,230,0,.2); padding: 7px 10px; border-radius: 999px; }
.rlsn-article-figure { margin: 26px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #111622; }
.rlsn-article-figure img { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; }
.rlsn-article-figure figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }
.rlsn-author-box { display: grid; grid-template-columns: 96px 1fr; gap: 18px; margin-top: 34px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #111622; }
.rlsn-author-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: contain; background: #04100f url('/assets/img/dolly-favicon.svg') center / 70% no-repeat; border: 2px solid var(--gold); }
.rlsn-author-body p { margin: 6px 0 10px; color: var(--muted); }
.rlsn-author-body strong { color: var(--gold); font-size: 18px; }
.rlsn-author-links { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.rlsn-sidebar { position: sticky; top: 84px; }
.rlsn-side-box { padding: 18px; }
.rlsn-side-box strong { display: block; margin-bottom: 12px; color: var(--gold); font-size: 18px; }
.rlsn-toc-nav { display: grid; gap: 6px; margin-bottom: 18px; max-height: 62vh; overflow: auto; padding-right: 4px; }
.rlsn-toc-nav a { text-decoration: none; padding: 8px 9px; border-radius: 8px; background: rgba(255,255,255,.06); color: var(--body); font-size: 13px; line-height: 1.25; }
.rlsn-toc-nav a:hover { background: rgba(255,230,0,.16); color: #fff; }
.rlsn-toc-sub { margin-left: 12px; opacity: .9; }
.rlsn-site-footer { background: #132a2b; border-top: 1px solid rgba(214,176,107,.28); }
.rlsn-footer-main { padding: 34px 20px 22px; display: grid; grid-template-columns: minmax(260px, 340px) minmax(360px, 1fr) minmax(180px, 240px); gap: 58px; align-items: start; }
.rlsn-footer-left { color: var(--gold); font-size: 14px; line-height: 1.18; }
.rlsn-footer-logo { display: block; width: min(100%, 300px); color: var(--gold); margin-bottom: 14px; }
.rlsn-footer-logo svg { display: block; width: 100%; height: auto; fill: currentColor; }
.rlsn-footer-text { display: grid; gap: 14px; }
.rlsn-footer-text p { margin: 0; }
.rlsn-footer-copyright { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(214,176,107,.72); }
.rlsn-footer-center { display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); gap: 2px 58px; padding: 18px 0; border-top: 1px solid rgba(214,176,107,.72); border-bottom: 1px solid rgba(214,176,107,.72); }
.rlsn-footer-center a { color: var(--gold); min-height: 66px; display: flex; align-items: center; justify-content: center; }
.rlsn-footer-center svg { display: block; width: 150px; max-width: 100%; height: auto; fill: currentColor; }
.rlsn-footer-right { display: grid; gap: 22px; align-content: start; padding-top: 4px; }
.rlsn-footer-right a { color: #f2eee4; text-decoration: none; font-size: 16px; font-weight: 700; }
.rlsn-footer-right a:hover { color: var(--gold); }
.rlsn-footer-badges,
.rlsn-footer-badge,
.rlsn-footer-copy-block,
.rlsn-footer-menu,
.rlsn-footer-bottom { display: none; }
@media (max-width: 1100px) {
  .rlsn-header-inner { flex-wrap: wrap; padding: 10px 16px; }
  .rlsn-site-nav { order: 3; width: 100%; flex-basis: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .rlsn-content-layout, .rlsn-footer-main { grid-template-columns: 1fr; }
  .rlsn-footer-main { gap: 28px; }
  .rlsn-footer-center { grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 10px 24px; }
  .rlsn-sidebar { position: static; width: min(100%, 520px); }
}
@media (max-width: 760px) {
  .rlsn-menu-toggle { display: block; }
  .rlsn-site-nav { display: none; }
  .rlsn-site-nav.rlsn-is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .rlsn-header-actions { width: 100%; }
  .rlsn-header-actions a { flex: 1; }
  .rlsn-hero-inner { min-height: 360px; grid-template-columns: 1fr; padding: 54px 20px; }
  .rlsn-review-content { padding: 20px; }
  .rlsn-author-box { grid-template-columns: 1fr; }
  .rlsn-footer-center { grid-template-columns: 1fr; }
  .rlsn-footer-right { gap: 14px; }
}
