/* Start custom CSS for html, class: .elementor-element-2e47363 *//* =========================================================
   Linux для игр: Steam, Proton и античиты
   Стили изолированы контейнером .linux-gaming-guide
   ========================================================= */

.linux-gaming-guide {
  --lgg-surface: #ffffff;
  --lgg-soft: #f7f9fc;
  --lgg-text: #172131;
  --lgg-muted: #59677a;
  --lgg-line: #dce3ec;

  --lgg-steam: #1b5f8a;
  --lgg-steam-dark: #123e5b;
  --lgg-steam-soft: #edf7fd;

  --lgg-proton: #7255c9;
  --lgg-proton-dark: #493395;
  --lgg-proton-soft: #f3f0ff;

  --lgg-green: #187044;
  --lgg-green-soft: #eaf8f0;

  --lgg-orange: #c86d0a;
  --lgg-orange-soft: #fff4e7;

  --lgg-danger: #b42318;
  --lgg-danger-soft: #fff1f0;

  --lgg-code: #111827;
  --lgg-code-text: #e7edf6;

  width: 100%;
  max-width: 1160px;
  margin: 0 auto;

  color: var(--lgg-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;

  overflow-wrap: anywhere;
}

.linux-gaming-guide *,
.linux-gaming-guide *::before,
.linux-gaming-guide *::after {
  box-sizing: border-box;
}

.linux-gaming-guide p,
.linux-gaming-guide ul,
.linux-gaming-guide ol {
  margin: 0 0 1.1em;
}

.linux-gaming-guide ul,
.linux-gaming-guide ol {
  padding-left: 25px;
}

.linux-gaming-guide li {
  margin-bottom: 7px;
}

.linux-gaming-guide h1,
.linux-gaming-guide h2,
.linux-gaming-guide h3 {
  margin-top: 0;

  color: #101827;
  line-height: 1.2;
  text-wrap: balance;
}

.linux-gaming-guide h1 {
  margin-bottom: 20px;

  font-size: clamp(34px, 5vw, 59px);
  letter-spacing: -0.035em;
}

.linux-gaming-guide h2 {
  margin-bottom: 24px;

  font-size: clamp(27px, 3.4vw, 40px);
  letter-spacing: -0.025em;
}

.linux-gaming-guide h3 {
  margin: 29px 0 14px;

  font-size: clamp(20px, 2.3vw, 27px);
}

.linux-gaming-guide a {
  color: var(--lgg-steam-dark);

  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.linux-gaming-guide a:focus-visible,
.linux-gaming-guide summary:focus-visible,
.linux-gaming-guide__button:focus-visible {
  outline: 3px solid rgba(27, 95, 138, 0.35);
  outline-offset: 3px;
}

.linux-gaming-guide code {
  border-radius: 5px;

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;

  font-size: 0.9em;
}

.linux-gaming-guide p code,
.linux-gaming-guide li code,
.linux-gaming-guide td code {
  padding: 0.12em 0.38em;

  border: 1px solid #d9e0e8;
  background: #edf1f5;

  color: #172033;
}

.linux-gaming-guide [id] {
  scroll-margin-top: 110px;
}

/* Главный экран */

.linux-gaming-guide__hero {
  position: relative;

  margin-bottom: 28px;
  padding: clamp(35px, 6vw, 74px);

  overflow: hidden;

  border: 1px solid #ccdbe8;
  border-radius: 28px;

  background:
    radial-gradient(
      circle at 92% 5%,
      rgba(114, 85, 201, 0.22),
      transparent 31%
    ),
    radial-gradient(
      circle at 5% 100%,
      rgba(27, 95, 138, 0.20),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #fbfdff 0%,
      #f1f5fa 100%
    );

  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.linux-gaming-guide__eyebrow {
  display: inline-flex;

  margin: 0 0 18px !important;
  padding: 7px 13px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--lgg-steam) 0%,
      var(--lgg-proton) 100%
    );

  color: #ffffff;

  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.linux-gaming-guide__lead {
  max-width: 970px;

  margin-bottom: 25px !important;

  color: #3d4858;

  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.55;
}

.linux-gaming-guide__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.linux-gaming-guide__meta span {
  padding: 8px 12px;

  border: 1px solid #cfdae6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);

  color: #465366;

  font-size: 14px;
  font-weight: 750;
}

/* Основные блоки */

.linux-gaming-guide__toc,
.linux-gaming-guide__section,
.linux-gaming-guide__conclusion {
  margin: 28px 0;
  padding: clamp(27px, 4vw, 49px);

  border: 1px solid var(--lgg-line);
  border-radius: 24px;
  background: var(--lgg-surface);

  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
}

.linux-gaming-guide__section > h2::after,
.linux-gaming-guide__conclusion > h2::after {
  content: "";

  display: block;

  width: 94px;
  height: 4px;

  margin-top: 14px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--lgg-steam) 0%,
      var(--lgg-proton) 100%
    );
}

/* Содержание */

.linux-gaming-guide__toc h2 {
  font-size: 29px;
}

.linux-gaming-guide__toc ol {
  columns: 2;
  column-gap: 44px;

  margin-bottom: 0;
}

.linux-gaming-guide__toc li {
  break-inside: avoid;

  margin-bottom: 9px;
}

.linux-gaming-guide__toc a {
  color: #263449;

  font-weight: 680;
  text-decoration: none;
}

.linux-gaming-guide__toc a:hover {
  color: var(--lgg-steam-dark);
  text-decoration: underline;
}

/* Информационные блоки */

.linux-gaming-guide__alert {
  margin: 24px 0;
  padding: 20px 22px;

  border-left: 5px solid var(--lgg-steam);
  border-radius: 13px;
  background: var(--lgg-steam-soft);
}

.linux-gaming-guide__alert strong {
  display: block;

  margin-bottom: 6px;

  font-size: 19px;
}

.linux-gaming-guide__alert p:last-child {
  margin-bottom: 0;
}

.linux-gaming-guide__alert--info {
  border-left-color: var(--lgg-steam);
  background: var(--lgg-steam-soft);
}

.linux-gaming-guide__alert--important {
  border-left-color: var(--lgg-green);
  background: var(--lgg-green-soft);
}

.linux-gaming-guide__alert--warning {
  border-left-color: var(--lgg-orange);
  background: var(--lgg-orange-soft);
}

.linux-gaming-guide__alert--danger {
  border-left-color: var(--lgg-danger);
  background: var(--lgg-danger-soft);
}

/* Таблицы */

.linux-gaming-guide__table-wrap {
  width: 100%;

  margin: 20px 0 30px;

  overflow-x: auto;

  border: 1px solid var(--lgg-line);
  border-radius: 15px;

  -webkit-overflow-scrolling: touch;
}

.linux-gaming-guide__table {
  width: 100%;
  min-width: 790px;

  border-collapse: collapse;
  background: #ffffff;
}

.linux-gaming-guide__table th,
.linux-gaming-guide__table td {
  padding: 14px 16px;

  border-bottom: 1px solid var(--lgg-line);

  text-align: left;
  vertical-align: top;
}

.linux-gaming-guide__table th {
  background:
    linear-gradient(
      90deg,
      var(--lgg-steam-soft) 0%,
      var(--lgg-proton-soft) 100%
    );

  color: #27354a;

  font-size: 14px;
  letter-spacing: 0.02em;
}

.linux-gaming-guide__table tr:last-child td {
  border-bottom: 0;
}

.linux-gaming-guide__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.linux-gaming-guide__table tbody tr:hover {
  background: #f5f8fb;
}

/* Команды */

.linux-gaming-guide__code {
  margin: 18px 0 26px;
  padding: 20px;

  overflow-x: auto;

  border: 1px solid #263349;
  border-radius: 15px;
  background: var(--lgg-code);

  color: var(--lgg-code-text);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 22px rgba(15, 23, 42, 0.08);

  -webkit-overflow-scrolling: touch;
}

.linux-gaming-guide__code code {
  display: block;

  min-width: max-content;

  color: inherit;

  font-size: 14px;
  line-height: 1.65;
  white-space: pre;
}

/* Краткий вердикт */

.linux-gaming-guide__verdict-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;

  margin: 24px 0 30px;
}

.linux-gaming-guide__verdict-card {
  padding: 23px;

  border: 1px solid var(--lgg-line);
  border-radius: 19px;
  background: var(--lgg-soft);
}

.linux-gaming-guide__verdict-card > span {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;

  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.linux-gaming-guide__verdict-card h3 {
  margin: 12px 0 9px;

  font-size: 22px;
}

.linux-gaming-guide__verdict-card--yes {
  border-top: 5px solid var(--lgg-green);
}

.linux-gaming-guide__verdict-card--yes > span {
  background: var(--lgg-green-soft);
  color: var(--lgg-green);
}

.linux-gaming-guide__verdict-card--maybe {
  border-top: 5px solid var(--lgg-orange);
}

.linux-gaming-guide__verdict-card--maybe > span {
  background: var(--lgg-orange-soft);
  color: var(--lgg-orange);
}

.linux-gaming-guide__verdict-card--no {
  border-top: 5px solid var(--lgg-danger);
}

.linux-gaming-guide__verdict-card--no > span {
  background: var(--lgg-danger-soft);
  color: var(--lgg-danger);
}

/* Главный ответ */

.linux-gaming-guide__main-answer {
  margin: 30px 0;
  padding: clamp(28px, 5vw, 48px);

  border-radius: 23px;

  background:
    linear-gradient(
      135deg,
      #123e5b 0%,
      #233a66 52%,
      #493395 100%
    );

  color: #ffffff;
  text-align: center;
}

.linux-gaming-guide__main-answer p,
.linux-gaming-guide__main-answer strong,
.linux-gaming-guide__main-answer span {
  color: #ffffff;
}

.linux-gaming-guide__main-answer p {
  margin-bottom: 8px;

  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.linux-gaming-guide__main-answer strong {
  display: block;

  max-width: 900px;
  margin: 0 auto 12px;

  font-size: clamp(27px, 4vw, 43px);
  line-height: 1.2;
}

.linux-gaming-guide__main-answer span {
  display: block;

  max-width: 760px;
  margin: 0 auto;

  opacity: 0.9;
}

/* Процесс Proton */

.linux-gaming-guide__process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0 30px;
}

.linux-gaming-guide__process article {
  padding: 21px;

  border: 1px solid var(--lgg-line);
  border-radius: 17px;
  background: var(--lgg-soft);
}

.linux-gaming-guide__process span {
  display: inline-flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  margin-bottom: 11px;

  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      var(--lgg-steam) 0%,
      var(--lgg-proton) 100%
    );

  color: #ffffff;

  font-weight: 900;
}

.linux-gaming-guide__process h3 {
  margin: 0 0 8px;

  font-size: 19px;
}

.linux-gaming-guide__process p {
  margin: 0;

  color: var(--lgg-muted);
  font-size: 15px;
}

/* Списки */

.linux-gaming-guide__check-list,
.linux-gaming-guide__stop-list {
  padding-left: 0 !important;

  list-style: none;
}

.linux-gaming-guide__check-list li,
.linux-gaming-guide__stop-list li {
  position: relative;

  padding: 10px 0 10px 35px;

  border-bottom: 1px solid var(--lgg-line);
}

.linux-gaming-guide__check-list li::before,
.linux-gaming-guide__stop-list li::before {
  position: absolute;
  top: 9px;
  left: 2px;

  display: inline-flex;

  width: 22px;
  height: 22px;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  font-weight: 900;
}

.linux-gaming-guide__check-list li::before {
  content: "✓";

  background: var(--lgg-green-soft);
  color: var(--lgg-green);
}

.linux-gaming-guide__stop-list li::before {
  content: "!";

  background: var(--lgg-danger-soft);
  color: var(--lgg-danger);
}

/* Чек-листы */

.linux-gaming-guide__audit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;

  margin: 21px 0 29px;
}

.linux-gaming-guide__audit-grid label {
  display: flex;
  gap: 10px;
  align-items: flex-start;

  padding: 12px 14px;

  border: 1px solid var(--lgg-line);
  border-radius: 12px;
  background: var(--lgg-soft);
}

.linux-gaming-guide__audit-grid input {
  width: 18px;
  height: 18px;

  flex: 0 0 auto;

  margin-top: 3px;

  accent-color: var(--lgg-steam);
}

/* Лаунчеры, преимущества и производительность */

.linux-gaming-guide__launcher-grid,
.linux-gaming-guide__advantage-grid,
.linux-gaming-guide__performance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0 30px;
}

.linux-gaming-guide__launcher-grid article,
.linux-gaming-guide__advantage-grid article,
.linux-gaming-guide__performance-grid article {
  padding: 21px;

  border: 1px solid var(--lgg-line);
  border-radius: 17px;
  background: var(--lgg-soft);
}

.linux-gaming-guide__launcher-grid span,
.linux-gaming-guide__advantage-grid span,
.linux-gaming-guide__performance-grid span {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;
  background: var(--lgg-proton-soft);

  color: var(--lgg-proton-dark);

  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.linux-gaming-guide__launcher-grid h3,
.linux-gaming-guide__advantage-grid h3 {
  margin: 10px 0 8px;

  font-size: 20px;
}

.linux-gaming-guide__launcher-grid p,
.linux-gaming-guide__advantage-grid p,
.linux-gaming-guide__performance-grid p {
  margin: 0;

  color: var(--lgg-muted);
}

/* Честный вывод */

.linux-gaming-guide__truth {
  margin: 27px 0;
  padding: 23px;

  border: 1px solid #d6cbe3;
  border-radius: 18px;
  background: var(--lgg-proton-soft);
}

.linux-gaming-guide__truth strong {
  display: block;

  margin-bottom: 8px;

  color: #3e2a62;

  font-size: 22px;
}

.linux-gaming-guide__truth p:last-child {
  margin-bottom: 0;
}

/* План перехода */

.linux-gaming-guide__timeline {
  display: grid;
  gap: 13px;
}

.linux-gaming-guide__timeline article {
  display: grid;
  grid-template-columns: 100px 250px 1fr;
  gap: 17px;
  align-items: center;

  padding: 18px 20px;

  border: 1px solid var(--lgg-line);
  border-radius: 15px;
  background: var(--lgg-soft);
}

.linux-gaming-guide__timeline span {
  display: inline-flex;

  min-height: 40px;
  padding: 8px 11px;

  align-items: center;
  justify-content: center;

  border-radius: 12px;

  background:
    linear-gradient(
      135deg,
      var(--lgg-steam) 0%,
      var(--lgg-proton) 100%
    );

  color: #ffffff;

  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.linux-gaming-guide__timeline h3 {
  margin: 0;

  font-size: 18px;
}

.linux-gaming-guide__timeline p {
  margin: 0;

  color: var(--lgg-muted);
}

/* FAQ */

.linux-gaming-guide__faq details {
  margin-bottom: 12px;

  overflow: hidden;

  border: 1px solid var(--lgg-line);
  border-radius: 14px;
  background: #ffffff;
}

.linux-gaming-guide__faq summary {
  position: relative;

  padding: 18px 52px 18px 18px;

  cursor: pointer;

  font-weight: 800;
  list-style: none;
}

.linux-gaming-guide__faq summary::-webkit-details-marker {
  display: none;
}

.linux-gaming-guide__faq summary::after {
  content: "+";

  position: absolute;
  top: 50%;
  right: 18px;

  transform: translateY(-50%);

  color: var(--lgg-steam);

  font-size: 25px;
  line-height: 1;
}

.linux-gaming-guide__faq details[open] summary::after {
  content: "−";
}

.linux-gaming-guide__faq details > div {
  padding: 0 18px 18px;

  color: var(--lgg-muted);
}

.linux-gaming-guide__faq details > div p:last-child {
  margin-bottom: 0;
}

/* Заключение */

.linux-gaming-guide__conclusion {
  border-color: #ccdbe8;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f2f6fb 100%
    );
}

/* Перелинковка */

.linux-gaming-guide__related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;

  margin: 29px 0;
}

.linux-gaming-guide__related a {
  display: grid;
  gap: 6px;

  padding: 20px;

  border: 1px solid var(--lgg-line);
  border-radius: 15px;
  background: #ffffff;

  color: var(--lgg-text);
  text-decoration: none;

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.linux-gaming-guide__related a:hover {
  transform: translateY(-2px);

  border-color: #94b6d0;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.linux-gaming-guide__related strong {
  color: var(--lgg-steam-dark);

  font-size: 18px;
}

.linux-gaming-guide__related span {
  color: var(--lgg-muted);

  font-size: 15px;
}

/* CTA */

.linux-gaming-guide__cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;

  padding: clamp(23px, 4vw, 35px);

  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      #123e5b 0%,
      #263b65 55%,
      #493395 100%
    );

  color: #ffffff;
}

.linux-gaming-guide__cta h3,
.linux-gaming-guide__cta p {
  color: #ffffff;
}

.linux-gaming-guide__cta h3 {
  margin: 4px 0 10px;
}

.linux-gaming-guide__cta p:last-child {
  margin-bottom: 0;
}

.linux-gaming-guide__cta-kicker {
  margin-bottom: 0 !important;

  color: #d8eeff !important;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.linux-gaming-guide__button {
  display: inline-flex;

  min-height: 50px;
  padding: 13px 21px;

  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: #ffffff;

  color: var(--lgg-steam-dark) !important;

  font-weight: 850;
  text-align: center;
  text-decoration: none !important;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.17);

  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.linux-gaming-guide__button:hover {
  transform: translateY(-1px);

  background: var(--lgg-steam-soft);
}

/* Elementor */

.elementor-widget-html .linux-gaming-guide > :first-child {
  margin-top: 0;
}

.elementor-widget-html .linux-gaming-guide > :last-child {
  margin-bottom: 0;
}

/* Планшеты */

@media (max-width: 980px) {

  .linux-gaming-guide__verdict-grid {
    grid-template-columns: 1fr;
  }

  .linux-gaming-guide__process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .linux-gaming-guide__timeline article {
    grid-template-columns: 90px 1fr;
  }

  .linux-gaming-guide__timeline p {
    grid-column: 1 / -1;
  }

}

/* Мобильные устройства */

@media (max-width: 760px) {

  .linux-gaming-guide {
    font-size: 16px;
  }

  .linux-gaming-guide__toc ol {
    columns: 1;
  }

  .linux-gaming-guide__launcher-grid,
  .linux-gaming-guide__advantage-grid,
  .linux-gaming-guide__performance-grid,
  .linux-gaming-guide__audit-grid,
  .linux-gaming-guide__related,
  .linux-gaming-guide__cta {
    grid-template-columns: 1fr;
  }

  .linux-gaming-guide__button {
    width: 100%;
  }

}

/* Узкие экраны */

@media (max-width: 560px) {

  .linux-gaming-guide__hero,
  .linux-gaming-guide__toc,
  .linux-gaming-guide__section,
  .linux-gaming-guide__conclusion {
    padding: 22px 18px;

    border-radius: 18px;
  }

  .linux-gaming-guide h1 {
    font-size: 33px;
  }

  .linux-gaming-guide h2 {
    font-size: 27px;
  }

  .linux-gaming-guide__lead {
    font-size: 18px;
  }

  .linux-gaming-guide__meta {
    display: grid;
  }

  .linux-gaming-guide__meta span {
    border-radius: 10px;
  }

  .linux-gaming-guide__process {
    grid-template-columns: 1fr;
  }

  .linux-gaming-guide__timeline article {
    grid-template-columns: 1fr;
  }

  .linux-gaming-guide__timeline p {
    grid-column: auto;
  }

  .linux-gaming-guide__code {
    margin-right: -4px;
    margin-left: -4px;
    padding: 16px;

    border-radius: 12px;
  }

  .linux-gaming-guide__code code {
    font-size: 12.5px;
  }

  .linux-gaming-guide__table-wrap {
    width: calc(100% + 8px);

    margin-right: -4px;
    margin-left: -4px;
  }

  .linux-gaming-guide__table {
    min-width: 700px;
  }

  .linux-gaming-guide__table th,
  .linux-gaming-guide__table td {
    padding: 12px;

    font-size: 14px;
  }

}

/* Ограничение анимации */

@media (prefers-reduced-motion: reduce) {

  .linux-gaming-guide *,
  .linux-gaming-guide *::before,
  .linux-gaming-guide *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

}

/* Печать */

@media print {

  .linux-gaming-guide {
    max-width: none;

    font-size: 11pt;
  }

  .linux-gaming-guide__hero,
  .linux-gaming-guide__toc,
  .linux-gaming-guide__section,
  .linux-gaming-guide__conclusion {
    box-shadow: none;
  }

  .linux-gaming-guide__code {
    white-space: pre-wrap;
    break-inside: avoid;
  }

  .linux-gaming-guide__table-wrap {
    overflow: visible;
  }

  .linux-gaming-guide__table {
    min-width: 0;
  }

  .linux-gaming-guide__cta {
    border: 1px solid #999999;
    background: #ffffff;

    color: #000000;
  }

  .linux-gaming-guide__cta h3,
  .linux-gaming-guide__cta p {
    color: #000000;
  }

}/* End custom CSS */