
:root {
  --bg: #06180d;
  --panel: #0d2617;
  --panel-soft: #163c25;
  --text: #fffdf2;
  --muted: #d8ead1;
  --gold: #f2c84b;
  --gold-2: #ffe58a;
  --green: #2eba66;
  --deep: #031008;
  --line: rgba(242, 200, 75, .24);
  --content: #06180d;
  --body: #e7f0df;
  --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: linear-gradient(180deg, #031008, #082012 45%, #031008);
  line-height: 1.65;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 200, 75, .16), transparent 28%),
    radial-gradient(circle at 78% 6%, rgba(46, 186, 102, .22), transparent 34%),
    #06180d;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.cgcan26x-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(3, 16, 8, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(0,0,0,.42);
}
.cgcan26x-header-inner {
  min-height: 64px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 22px;
}
.cgcan26x-logo img { width: 160px; max-height: 42px; object-fit: contain; }
.cgcan26x-site-nav { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--text); flex-wrap: wrap; justify-content: center; }
.cgcan26x-site-nav a { text-decoration: none; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.06); }
.cgcan26x-site-nav a:hover { background: rgba(242,200,75,.18); color: var(--gold-2); }
.cgcan26x-header-actions { display: flex; gap: 10px; }
.cgcan26x-btn, .cgcan26x-header-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #10200d; font-weight: 900; line-height: 1; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.28);
}
.cgcan26x-btn-dark { background: #173f24 !important; color: #fff !important; border-color: rgba(242,200,75,.28) !important; }
.cgcan26x-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: #173f24; color: #fff; }
.cgcan26x-menu-toggle span { display: block; height: 3px; margin: 7px 6px; background: currentColor; }
.cgcan26x-hero { color: #fff; border-bottom: 1px solid var(--line); background: #06180d; background-size: cover; background-position: center; }
.cgcan26x-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(3,16,8,.98), rgba(8,32,18,.78) 48%, rgba(3,16,8,.36)); }
.cgcan26x-hero-kicker { color: var(--gold-2); font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
h1,h2,h3 { margin: 0 0 18px; color: var(--text); line-height: 1.15; }
.cgcan26x-hero h1 { font-size: clamp(34px, 3vw, 54px); max-width: 720px; text-shadow: 0 8px 22px rgba(0,0,0,.5); }
.cgcan26x-hero p { max-width: 640px; margin: 0 0 26px; color: rgba(255,255,255,.9); font-size: 18px; }
.cgcan26x-section { padding: 64px 20px; }
.cgcan26x-container { width: 100%; max-width: var(--max); margin: 0 auto; }
.cgcan26x-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.cgcan26x-review-content, .cgcan26x-side-box { background: rgba(13,38,23,.82); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 36px rgba(0,0,0,.28); }
.cgcan26x-review-content { padding: 30px; min-width: 0; }
.cgcan26x-review-content p { margin: 0 0 18px; }
.cgcan26x-review-content h2 { margin-top: 34px; font-size: 28px; color: var(--gold-2); }
.cgcan26x-review-content h3 { margin-top: 24px; font-size: 21px; color: #ffffff; }
.cgcan26x-review-content ul, .cgcan26x-review-content ol { padding-left: 22px; margin: 0 0 22px; }
.cgcan26x-review-content li { margin: 7px 0; }
.cgcan26x-review-content table { width: 100%; border-collapse: collapse; margin: 22px 0; overflow: hidden; border-radius: 8px; }
.cgcan26x-review-content th, .cgcan26x-review-content td { border: 1px solid rgba(242,200,75,.2); padding: 11px 12px; vertical-align: top; }
.cgcan26x-review-content th { background: #173f24; color: var(--gold-2); text-align: left; }
.cgcan26x-review-content tr:nth-child(even) td { background: rgba(255,255,255,.035); }
.cgcan26x-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.cgcan26x-article-meta span { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); padding: 7px 10px; border-radius: 999px; }
.cgcan26x-article-figure { margin: 26px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #031008; }
.cgcan26x-article-figure img { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; }
.cgcan26x-article-figure figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }
.cgcan26x-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: rgba(3,16,8,.58); }
.cgcan26x-author-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; background: #173f24 url('/assets/img/pablo-reyes.webp') center / cover no-repeat; border: 2px solid var(--gold); }
.cgcan26x-author-body p { margin: 6px 0 10px; color: var(--muted); }
.cgcan26x-author-body strong { color: var(--gold-2); font-size: 18px; }
.cgcan26x-author-links { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.cgcan26x-sidebar { position: sticky; top: 84px; }
.cgcan26x-side-box { padding: 18px; }
.cgcan26x-side-box strong { display: block; margin-bottom: 12px; color: var(--gold-2); font-size: 18px; }
.cgcan26x-toc-nav { display: grid; gap: 6px; margin-bottom: 18px; max-height: 62vh; overflow: auto; padding-right: 4px; }
.cgcan26x-toc-nav a { text-decoration: none; padding: 8px 9px; border-radius: 8px; background: rgba(255,255,255,.05); color: var(--body); font-size: 13px; line-height: 1.25; }
.cgcan26x-toc-nav a:hover { background: rgba(242,200,75,.16); color: #fff; }
.cgcan26x-toc-sub { margin-left: 12px; opacity: .9; }
.cgcan26x-site-footer { background: #031008; border-top: 1px solid var(--line); }
.cgcan26x-footer-main { padding: 46px 20px; display: grid; grid-template-columns: 1fr 1.2fr 1.2fr .8fr; gap: 28px; }
.cgcan26x-footer-badges { display: grid; gap: 12px; align-content: start; }
.cgcan26x-footer-badge { display: flex; gap: 10px; align-items: center; color: #fff; }
.cgcan26x-footer-badge img { max-width: 160px; object-fit: contain; }
.cgcan26x-footer-badge-text { width: 76px; height: 54px; border-radius: 8px; border: 1px solid var(--line); justify-content: center; flex-direction: column; font-weight: 900; color: var(--gold-2); }
.cgcan26x-footer-badge-text small { color: var(--muted); font-size: 10px; }
.cgcan26x-footer-copy-block p { margin: 0 0 16px; color: var(--muted); }
.cgcan26x-footer-menu { display: grid; gap: 10px; align-content: start; }
.cgcan26x-footer-menu a { color: var(--gold-2); text-decoration: none; }
.cgcan26x-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 20px; }
.cgcan26x-footer-bottom .cgcan26x-container { display: flex; justify-content: space-between; gap: 20px; color: #fff; }
@media (max-width: 1100px) {
  .cgcan26x-header-inner { flex-wrap: wrap; padding: 10px 16px; }
  .cgcan26x-site-nav { order: 3; width: 100%; justify-content: flex-start; }
  .cgcan26x-content-layout, .cgcan26x-footer-main { grid-template-columns: 1fr; }
  .cgcan26x-sidebar { position: static; }
}
@media (max-width: 760px) {
  .cgcan26x-menu-toggle { display: block; }
  .cgcan26x-site-nav { display: none; }
  .cgcan26x-site-nav.cgcan26x-is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .cgcan26x-header-actions { width: 100%; }
  .cgcan26x-header-actions a { flex: 1; }
  .cgcan26x-hero-inner { min-height: 360px; grid-template-columns: 1fr; padding: 54px 20px; }
  .cgcan26x-review-content { padding: 20px; }
  .cgcan26x-author-box { grid-template-columns: 1fr; }
  .cgcan26x-footer-bottom .cgcan26x-container { flex-direction: column; }
}
