
:root {
  --bg: #03142a;
  --panel: #082445;
  --panel-soft: #0d3768;
  --text: #f8fcff;
  --muted: #b9d8f4;
  --gold: #ff3d67;
  --gold-2: #39e8f2;
  --green: #ff8a32;
  --deep: #020a18;
  --line: rgba(57, 232, 242, .28);
  --content: #03142a;
  --body: #e6f3ff;
  --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, #020a18, #08284f 45%, #020a18);
  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(57, 232, 242, .16), transparent 28%),
    radial-gradient(circle at 78% 6%, rgba(255, 61, 103, .2), transparent 34%),
    #03142a;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.ds26es-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(5, 11, 24, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(0,0,0,.42);
}
.ds26es-header-inner {
  min-height: 70px; width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.ds26es-logo { flex: 0 0 auto; }
.ds26es-logo img { width: 150px; max-height: 58px; object-fit: contain; }
.ds26es-site-nav { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--text); flex: 1 1 auto; flex-wrap: nowrap; justify-content: center; min-width: 0; }
.ds26es-site-nav a { text-decoration: none; white-space: nowrap; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.06); }
.ds26es-site-nav a:hover { background: rgba(57, 232, 242,.18); color: var(--gold-2); }
.ds26es-header-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.ds26es-btn, .ds26es-header-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 22px;
  border-radius: 12px; font-weight: 900; line-height: 1; text-decoration: none; text-transform: uppercase;
  letter-spacing: .025em; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.ds26es-btn {
  color: #14213a;
  border: 1px solid #ffe08a;
  background: linear-gradient(180deg, #ffd56a 0%, #ffb13f 48%, #ff8a2f 100%);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.55),
    inset 0 -3px 0 rgba(197,67,21,.28),
    0 0 0 3px rgba(50,208,242,.3),
    0 0 18px rgba(39,202,243,.5),
    0 10px 22px rgba(0,0,0,.38);
  text-shadow: 0 1px 0 rgba(255,255,255,.28);
}
.ds26es-header-actions a, .ds26es-btn-dark {
  color: #f7fcff !important;
  border: 1px solid #329ad0 !important;
  background: linear-gradient(180deg, rgba(15,48,83,.96), rgba(4,20,43,.98)) !important;
  box-shadow:
    inset 0 0 0 2px rgba(80,217,255,.12),
    inset 0 1px 0 rgba(255,255,255,.1),
    0 0 0 2px rgba(18,76,124,.58),
    0 0 14px rgba(48,198,247,.38),
    0 8px 18px rgba(0,0,0,.34) !important;
  text-shadow: 0 0 8px rgba(111,224,255,.62);
}
.ds26es-btn:hover, .ds26es-header-actions a:hover { transform: translateY(-2px); filter: brightness(1.08); }
.ds26es-btn:active, .ds26es-header-actions a:active { transform: translateY(0); filter: brightness(.98); }
.ds26es-btn:focus-visible, .ds26es-header-actions a:focus-visible, .ds26es-menu-toggle:focus-visible { outline: 2px solid #7eefff; outline-offset: 4px; }
.ds26es-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid #329ad0; border-radius: 10px; background: linear-gradient(180deg, #0f3053, #04142b); color: #fff; box-shadow: 0 0 12px rgba(48,198,247,.34); }
.ds26es-menu-toggle span { display: block; height: 3px; margin: 7px 6px; background: currentColor; }
.ds26es-hero { color: #fff; border-bottom: 1px solid var(--line); background: #03142a; background-size: cover; background-position: center; }
.ds26es-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(5,11,24,.98), rgba(11,36,50,.78) 48%, rgba(5,11,24,.36)); }
.ds26es-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; }
.ds26es-hero h1 { font-size: clamp(34px, 3vw, 54px); max-width: 720px; text-shadow: 0 8px 22px rgba(0,0,0,.5); }
.ds26es-hero p { max-width: 640px; margin: 0 0 26px; color: rgba(255,255,255,.9); font-size: 18px; }
.ds26es-section { padding: 64px 20px; }
.ds26es-container { width: 100%; max-width: var(--max); margin: 0 auto; }
.ds26es-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.ds26es-review-content, .ds26es-side-box { background: rgba(13,36,49,.84); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 36px rgba(0,0,0,.28); }
.ds26es-review-content { padding: 30px; min-width: 0; }
.ds26es-review-content p { margin: 0 0 18px; }
.ds26es-review-content h2 { margin-top: 34px; font-size: 28px; color: var(--gold-2); }
.ds26es-review-content h3 { margin-top: 24px; font-size: 21px; color: #ffffff; }
.ds26es-review-content ul, .ds26es-review-content ol { padding-left: 22px; margin: 0 0 22px; }
.ds26es-review-content li { margin: 7px 0; }
.ds26es-review-content table { display: block; width: 100%; max-width: 100%; border-collapse: collapse; margin: 22px 0; overflow-x: auto; border-radius: 8px; }
.ds26es-review-content tbody { display: table; width: 100%; min-width: 620px; }
.ds26es-review-content th, .ds26es-review-content td { border: 1px solid rgba(57, 232, 242,.22); padding: 11px 12px; vertical-align: top; }
.ds26es-review-content th { background: #0b315b; color: var(--gold-2); text-align: left; }
.ds26es-review-content tr:nth-child(even) td { background: rgba(255,255,255,.035); }
.ds26es-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.ds26es-article-meta span { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); padding: 7px 10px; border-radius: 999px; }
.ds26es-article-figure { margin: 26px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #020a18; }
.ds26es-article-figure img { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; }
.ds26es-article-figure figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }
.ds26es-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(5,11,24,.58); }
.ds26es-author-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: contain; background: #0b315b url('/assets/img/dudespin-logo.webp') center / 84% no-repeat; border: 2px solid var(--gold); }
.ds26es-author-body p { margin: 6px 0 10px; color: var(--muted); }
.ds26es-author-body strong { color: var(--gold-2); font-size: 18px; }
.ds26es-author-links { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.ds26es-sidebar { position: sticky; top: 84px; }
.ds26es-side-box { padding: 18px; }
.ds26es-side-box strong { display: block; margin-bottom: 12px; color: var(--gold-2); font-size: 18px; }
.ds26es-toc-nav { display: grid; gap: 6px; margin-bottom: 18px; max-height: 62vh; overflow: auto; padding-right: 4px; }
.ds26es-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; }
.ds26es-toc-nav a:hover { background: rgba(57, 232, 242,.16); color: #fff; }
.ds26es-toc-sub { margin-left: 12px; opacity: .9; }
.ds26es-site-footer { background: #020a18; border-top: 1px solid var(--line); }
.ds26es-footer-main { padding: 38px 20px; display: grid; grid-template-columns: minmax(180px, .8fr) minmax(260px, 1.2fr) minmax(260px, 1.2fr) minmax(170px, .7fr); gap: 24px; align-items: start; }
.ds26es-footer-badges { display: grid; gap: 14px; align-content: start; justify-items: start; }
.ds26es-footer-badge { display: flex; gap: 10px; align-items: center; color: #fff; }
.ds26es-footer-badge img { max-width: 160px; object-fit: contain; }
.ds26es-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); }
.ds26es-footer-badge-text small { color: var(--muted); font-size: 10px; }
.ds26es-footer-copy-block p { margin: 0 0 16px; color: var(--muted); }
.ds26es-footer-menu { display: grid; gap: 10px; align-content: start; }
.ds26es-footer-menu a { color: var(--gold-2); text-decoration: none; }
.ds26es-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 20px; }
.ds26es-footer-bottom .ds26es-container { display: flex; justify-content: space-between; gap: 20px; color: #fff; }
@media (max-width: 1100px) {
  .ds26es-header-inner { flex-wrap: wrap; padding: 10px 16px; }
  .ds26es-site-nav { order: 3; width: 100%; flex-basis: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .ds26es-content-layout, .ds26es-footer-main { grid-template-columns: 1fr; }
  .ds26es-sidebar { position: static; }
}
@media (max-width: 760px) {
  .ds26es-menu-toggle { display: block; }
  .ds26es-site-nav { display: none; }
  .ds26es-site-nav.ds26es-is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .ds26es-header-actions { width: 100%; }
  .ds26es-header-actions a { flex: 1; }
  .ds26es-hero-inner { min-height: 360px; grid-template-columns: 1fr; padding: 54px 20px; }
  .ds26es-review-content { padding: 20px; }
  .ds26es-author-box { grid-template-columns: 1fr; }
  .ds26es-footer-bottom .ds26es-container { flex-direction: column; }
}
