:root {
  --gx26-green: #ef6a3a;
  --gx26-green-2: #d9452f;
  --gx26-blue: #316fea;
  --gx26-gold: #eea747;
  --gx26-bg: #0e0e0f;
  --gx26-panel: #191919;
  --gx26-panel-2: #212121;
  --gx26-text: #f7f9f2;
  --gx26-muted: #a9b0a4;
  --gx26-line: rgba(239, 106, 58, .16);
  --gx26-max: 1260px;
  --gx26-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gx26-page {
  margin: 0;
  color: #d9ddd5;
  background:
    radial-gradient(circle at 7% 7%, rgba(239,106,58,.1), transparent 25rem),
    radial-gradient(circle at 95% 32%, rgba(49,111,234,.065), transparent 30rem),
    var(--gx26-bg);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.72;
}
body.gx26-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
}
.gx26-page img { display: block; max-width: 100%; height: auto; }
.gx26-page a { color: inherit; }
.gx26-schema { display: none; }
.gx26-skip { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--gx26-green); color: #090b08; }
.gx26-skip:focus { top: 12px; }

.gx26-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--gx26-line);
  background: rgba(8,10,13,.91);
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
  backdrop-filter: blur(18px);
}
.gx26-header-inner {
  width: min(calc(100% - 36px), var(--gx26-max));
  min-height: 76px;
  margin: auto;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 20px;
  align-items: center;
}
.gx26-logo img { width: 124px; }
.gx26-nav { display: flex; justify-content: center; gap: 2px; }
.gx26-nav-link { padding: 9px; border-radius: 9px; color: #c8cec3; font-size: 12px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.gx26-nav-link:hover, .gx26-nav-link[aria-current="page"] { background: rgba(239,106,58,.12); color: #ff8b59; }
.gx26-header-actions, .gx26-hero-actions { display: flex; align-items: center; gap: 10px; }
.gx26-button {
  display: inline-flex;
  min-height: 44px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4774d;
  border-radius: 10px;
  background: linear-gradient(135deg, #f06e3c, #d83d2d);
  box-shadow: 0 10px 30px rgba(224,73,43,.22), inset 0 1px rgba(255,255,255,.28);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, filter .18s ease;
}
.gx26-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.gx26-button-ghost { border-color: rgba(255,255,255,.13); background: #222; box-shadow: none; color: #f3f3f3; }
.gx26-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--gx26-line); border-radius: 10px; background: var(--gx26-panel); color: white; }
.gx26-menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; }

.gx26-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--gx26-line);
  background: #050604 var(--gx26-hero-image) center/cover no-repeat;
}
.gx26-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10,10,10,.99) 0%, rgba(10,10,10,.93) 40%, rgba(10,10,10,.25) 82%), linear-gradient(0deg, rgba(10,10,10,.75), transparent 55%);
  content: "";
}
.gx26-hero-inner { width: min(calc(100% - 44px), var(--gx26-max)); min-height: 500px; margin: auto; display: flex; align-items: center; }
.gx26-hero-copy { width: min(700px, 100%); padding: 72px 0; }
.gx26-breadcrumbs { display: flex; gap: 8px; margin-bottom: 16px; color: #a7a7a7; font-size: 11px; font-weight: 700; }
.gx26-breadcrumbs a { color: #f28a5b; text-decoration: none; }
.gx26-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--gx26-green); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.gx26-kicker::before { width: 28px; height: 2px; background: var(--gx26-green); content: ""; }
.gx26-hero h1 { margin: 0 0 18px; color: white; font-size: clamp(40px,5.2vw,70px); line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
.gx26-hero p { max-width: 680px; margin: 0 0 28px; color: #d8ded2; font-size: clamp(16px,1.8vw,19px); }
.gx26-text-link { padding: 11px 5px; color: #f1f1f1; font-size: 13px; font-weight: 750; text-decoration: none; }
.gx26-text-link span { color: #65a0ff; }

.gx26-proof { width: min(calc(100% - 44px), var(--gx26-max)); margin: auto; padding: 19px 0; display: grid; grid-template-columns: repeat(4,1fr); }
.gx26-proof div { padding: 0 24px; border-right: 1px solid var(--gx26-line); }
.gx26-proof div:first-child { padding-left: 0; }
.gx26-proof div:last-child { border: 0; }
.gx26-proof b { display: block; color: white; font-size: 18px; }
.gx26-proof span { color: var(--gx26-muted); font-size: 12px; }

.gx26-shell { width: min(calc(100% - 44px), var(--gx26-max)); margin: auto; padding: 48px 0 82px; display: grid; grid-template-columns: minmax(0,1fr) 292px; gap: 28px; align-items: start; }
.gx26-content, .gx26-side-card { border: 1px solid var(--gx26-line); border-radius: var(--gx26-radius); background: linear-gradient(150deg,rgba(23,28,34,.97),rgba(12,15,18,.99)); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.gx26-content { min-width: 0; padding: clamp(22px,4vw,44px); }
.gx26-article-figure { margin: 34px 0; overflow: hidden; border: 1px solid rgba(239,106,58,.2); border-radius: 14px; background: #0c0c0c; box-shadow: 0 18px 46px rgba(0,0,0,.25); }
.gx26-article-figure img { width: 100%; aspect-ratio: 16/7.4; object-fit: cover; }
.gx26-article-body > p:first-child { color: #f1f4ed; font-size: 18px; }
.gx26-article-body h2, .gx26-article-body h3 { scroll-margin-top: 100px; color: white; line-height: 1.22; text-wrap: balance; }
.gx26-article-body h2 { margin: 46px 0 16px; font-size: clamp(25px,3vw,34px); }
.gx26-article-body h2::after { display: block; width: 54px; height: 3px; margin-top: 12px; border-radius: 9px; background: linear-gradient(90deg,var(--gx26-green),transparent); content: ""; }
.gx26-article-body h3 { margin: 30px 0 11px; font-size: 21px; }
.gx26-article-body p { margin: 0 0 20px; }
.gx26-article-body strong { color: #ffd3c1; }
.gx26-article-body em { color: #bdc5b7; }
.gx26-article-body ul, .gx26-article-body ol { margin: 0 0 25px; padding-left: 24px; }
.gx26-article-body li { margin: 8px 0; }
.gx26-article-body li::marker { color: var(--gx26-green); font-weight: 800; }
.gx26-dates { margin-top: 38px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid var(--gx26-line); color: var(--gx26-muted); font-size: 12px; }
.gx26-dates time { color: #f2f2f2; font-weight: 750; }
.gx26-table-wrap { width: 100%; margin: 26px 0 34px; overflow-x: auto; border: 1px solid var(--gx26-line); border-radius: 13px; }
.gx26-table-wrap table { width: 100%; border-collapse: collapse; font-size: 14px; }
.gx26-table-wrap th, .gx26-table-wrap td { min-width: 140px; padding: 13px 14px; border-right: 1px solid var(--gx26-line); border-bottom: 1px solid var(--gx26-line); text-align: left; vertical-align: top; }
.gx26-table-wrap th:last-child, .gx26-table-wrap td:last-child { border-right: 0; }
.gx26-table-wrap tr:last-child td { border-bottom: 0; }
.gx26-table-wrap th { background: rgba(239,106,58,.13); color: white; }
.gx26-table-wrap tr:nth-child(even) td { background: rgba(255,255,255,.018); }
.gx26-sidebar { position: sticky; top: 102px; display: grid; gap: 18px; }
.gx26-side-card { padding: 22px; }
.gx26-side-label { display: block; margin-bottom: 13px; color: var(--gx26-green); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.gx26-side-card ol { margin: 0; padding: 0; list-style: none; counter-reset: gx26-toc; }
.gx26-side-card li { counter-increment: gx26-toc; }
.gx26-side-card li a { display: grid; grid-template-columns: 26px 1fr; gap: 7px; padding: 7px 0; color: #bec5b9; font-size: 12px; line-height: 1.35; text-decoration: none; }
.gx26-side-card li a::before { color: var(--gx26-green); content: counter(gx26-toc,decimal-leading-zero); font-size: 10px; font-weight: 800; }
.gx26-side-card li a:hover { color: white; }
.gx26-side-cta { background: linear-gradient(145deg,rgba(239,106,58,.15),rgba(17,21,26,.98)); }
.gx26-side-cta strong { display: block; color: white; font-size: 19px; line-height: 1.3; }
.gx26-side-cta p { color: var(--gx26-muted); font-size: 13px; line-height: 1.55; }
.gx26-side-cta .gx26-button { width: 100%; }
.gx26-mobile-toc { display: none; }

.gx26-related { padding: 70px 22px 82px; border-top: 1px solid var(--gx26-line); background: #090b0e; }
.gx26-related-inner { max-width: var(--gx26-max); margin: auto; }
.gx26-section-heading span { color: var(--gx26-green); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.gx26-section-heading h2 { margin: 5px 0 26px; color: white; font-size: clamp(27px,3vw,38px); line-height: 1.15; }
.gx26-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.gx26-related-card { position: relative; min-height: 164px; padding: 25px; overflow: hidden; border: 1px solid var(--gx26-line); border-radius: 15px; background: linear-gradient(145deg,var(--gx26-panel-2),var(--gx26-panel)); text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.gx26-related-card:hover { border-color: rgba(239,106,58,.62); transform: translateY(-2px); }
.gx26-related-card span { display: block; margin-bottom: 11px; color: var(--gx26-green); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gx26-related-card strong { display: block; max-width: 85%; color: white; font-size: 19px; line-height: 1.3; text-transform: capitalize; }
.gx26-related-card b { position: absolute; right: 24px; bottom: 20px; color: var(--gx26-green); font-size: 23px; }

.gx26-footer { border-top: 1px solid var(--gx26-line); background: #050706; }
.gx26-footer-inner { width: min(calc(100% - 44px),var(--gx26-max)); margin: auto; padding: 48px 0; display: grid; grid-template-columns: 1.5fr 1fr auto auto; gap: 24px; align-items: center; }
.gx26-footer-brand img { width: 130px; margin-bottom: 14px; }
.gx26-footer-brand p { max-width: 520px; margin: 0; color: #899184; font-size: 12px; }
.gx26-footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; }
.gx26-footer-nav a { color: #b6bdb1; font-size: 12px; text-decoration: none; }
.gx26-language-switches { display: flex; gap: 10px; align-items: center; }
.gx26-language-switch {
  display: grid;
  width: 58px;
  height: 58px;
  place-content: center;
  border: 1px solid rgba(239,106,58,.42);
  border-radius: 50%;
  background: linear-gradient(145deg,rgba(239,106,58,.14),#171717);
  box-shadow: 0 12px 30px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.08);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.gx26-language-switch:hover { border-color: #f28a5b; background: linear-gradient(145deg,rgba(49,111,234,.18),#1b1b1b); transform: translateY(-2px); }
.gx26-language-switch span { font-size: 28px; line-height: 1; filter: saturate(.9); }
.gx26-age { display: grid; width: 88px; height: 88px; place-content: center; border: 1px solid var(--gx26-line); border-radius: 50%; color: white; font-size: 23px; font-weight: 900; text-align: center; }
.gx26-age span { display: block; color: var(--gx26-muted); font-size: 8px; font-weight: 600; }
.gx26-footer-bottom { padding: 14px 22px; border-top: 1px solid var(--gx26-line); color: #788072; font-size: 11px; text-align: center; }

@media (max-width: 1120px) {
  .gx26-header-inner { grid-template-columns: 140px 1fr auto; }
  .gx26-nav-link { padding-inline: 6px; font-size: 11px; }
  .gx26-header-actions .gx26-button-ghost { display: none; }
}
@media (max-width: 900px) {
  .gx26-header-inner { grid-template-columns: 1fr auto auto; }
  .gx26-menu-toggle { display: block; }
  .gx26-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 1px); display: none; padding: 12px; border: 1px solid var(--gx26-line); border-radius: 0 0 14px 14px; background: #0d1013; box-shadow: 0 20px 50px rgba(0,0,0,.45); }
  .gx26-nav.gx26-nav-open { display: grid; }
  .gx26-nav-link { padding: 11px 12px; font-size: 13px; }
  .gx26-shell { grid-template-columns: 1fr; padding-top: 36px; }
  .gx26-sidebar { display: none; }
  .gx26-mobile-toc { display: block; margin-bottom: 24px; border: 1px solid var(--gx26-line); border-radius: 12px; background: rgba(255,255,255,.025); }
  .gx26-mobile-toc summary { padding: 13px 15px; color: white; font-weight: 750; cursor: pointer; }
  .gx26-mobile-toc ol { margin: 0; padding: 0 18px 14px 38px; }
  .gx26-mobile-toc a { color: #bec5b9; font-size: 12px; text-decoration: none; }
}
@media (max-width: 640px) {
  .gx26-header-inner { min-height: 68px; }
  .gx26-logo img { width: 106px; }
  .gx26-header-actions .gx26-button { min-height: 40px; padding: 9px 11px; font-size: 9px; }
  .gx26-hero-inner { min-height: 440px; }
  .gx26-hero-copy { padding: 55px 0; }
  .gx26-hero h1 { font-size: 39px; }
  .gx26-hero-actions { align-items: flex-start; flex-direction: column; }
  .gx26-proof { grid-template-columns: 1fr 1fr; }
  .gx26-proof div { padding: 12px 14px; border-bottom: 1px solid var(--gx26-line); }
  .gx26-proof div:nth-child(2) { border-right: 0; }
  .gx26-proof div:nth-child(n+3) { border-bottom: 0; }
  .gx26-shell { width: min(calc(100% - 26px),var(--gx26-max)); }
  .gx26-content { padding: 18px; }
  .gx26-article-body > p:first-child { font-size: 16px; }
  .gx26-related { padding-inline: 13px; }
  .gx26-related-grid { grid-template-columns: 1fr; }
  .gx26-footer-inner { grid-template-columns: 1fr auto; }
  .gx26-footer-brand, .gx26-footer-nav { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
