@charset "utf-8";

:root {
  color-scheme: dark;
  --page-bg: #18162f;
  --panel-bg: #222b4e;
  --panel-bg-strong: #10214a;
  --panel-border: #393654;
  --text: #ffffff;
  --muted: #c9c6df;
  --accent: #ffe472;
  --action: #45fc30;
  --secondary: #a03df7;
  --danger: #ff5a84;
  --shadow: 0 18px 50px rgb(0 0 0 / 32%);
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-block-size: 100dvh;
  background:
    linear-gradient(180deg, rgb(16 33 74 / 88%) 0, rgb(24 22 47 / 98%) 22rem),
    var(--page-bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body,
body::before,
body::after,
header,
main,
footer,
section,
div,
nav,
ul,
li,
table,
thead,
tbody,
tr,
th,
td,
a,
img,
picture,
span,
small {
  box-sizing: inherit;
}

img,
svg,
picture {
  display: block;
  max-inline-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
label:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.rizy {
  min-block-size: 100dvh;
}

.cyju,
.dyxiz,
.varexe {
  inline-size: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.qefovil {
  position: sticky;
  inset-block-start: 0;
  z-index: 20;
  background: rgb(16 33 74 / 95%);
  border-block-end: 1px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(12px);
}

.qefovil .cyju {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-block-size: 74px;
}

.vycyz a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-block-size: 44px;
  font-weight: 800;
  color: var(--accent);
}

.vycyz img {
  inline-size: auto;
  max-block-size: 50px;
  object-fit: contain;
}

.main-nav__list,
.footer-nav__list,
.hikax,
.wikyq {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__list a,
.footer-nav__list a {
  display: inline-flex;
  align-items: center;
  min-block-size: 36px;
  color: var(--muted);
  font-weight: 700;
}

.main-nav__list a:hover,
.footer-nav__list a:hover {
  color: var(--accent);
}

.hukyb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mowifo,
.jumy,
.wyjo,
.modejal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 42px;
  padding-inline: 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.15;
}

.mowifo {
  color: var(--accent);
  border-color: rgb(255 228 114 / 42%);
}

.jumy,
.wyjo,
.modejal {
  color: #09210d;
  background: linear-gradient(180deg, #7dff6e, var(--action));
  box-shadow: 0 8px 20px rgb(69 252 48 / 25%);
}

.jumy:hover,
.wyjo:hover,
.modejal:hover {
  filter: brightness(1.05);
}

.nuhep {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jifa {
  display: none;
  inline-size: 44px;
  block-size: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 8px;
  cursor: pointer;
}

.jifa span {
  display: block;
  inline-size: 22px;
  block-size: 2px;
  margin-block: 4px;
  background: var(--accent);
}

main {
  padding-block: 34px 56px;
}

.zulyt {
  display: grid;
  gap: 20px;
  margin-block-end: 34px;
}

.fijawi {
  margin: 0;
  color: var(--accent);
  font-size: 3rem;
  line-height: 1.08;
  text-wrap: balance;
}

.zulyt picture,
.zulyt img {
  inline-size: 100%;
}

.zulyt > a:first-of-type {
  display: block;
  inline-size: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.zulyt img {
  block-size: auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.zulyt .wyjo {
  justify-self: start;
}

.zulyt p {
  max-inline-size: 76ch;
  margin: 0;
  color: var(--muted);
  text-wrap: pretty;
}

.salek,
.tatelik,
.moju {
  margin-block: 34px;
}

.salek h2,
.tatelik h2,
.moju h2 {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 2rem;
  line-height: 1.18;
}

.moju h3 {
  margin: 28px 0 8px;
  color: #8cff7f;
  font-size: 1.25rem;
  line-height: 1.25;
}

.moju p,
.moju li {
  color: var(--muted);
}

.moju p {
  margin-block: 0 14px;
}

.moju ul {
  padding-inline-start: 22px;
}

.wikyq {
  flex-wrap: wrap;
  margin-block-end: 20px;
}

.wikyq a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-block-size: 44px;
  padding: 10px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 8px;
  background: rgb(255 255 255 / 6%);
  color: var(--muted);
  font-weight: 800;
}

.wikyq a svg {
  inline-size: 21px;
  block-size: 21px;
  fill: currentColor;
}

.wikyq a.active,
.wikyq a:hover {
  color: #11142a;
  background: var(--accent);
  border-color: var(--accent);
}

.bojiz,
.tab {
  display: none;
}

.bojiz.active,
.tab.active {
  display: block;
}

.nohog {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kyjunag {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8px;
  background: rgb(34 43 78 / 76%);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.kyjunag:hover {
  transform: translateY(-3px);
  border-color: rgb(255 228 114 / 52%);
  background: rgb(38 52 100 / 92%);
}

.quxezyw {
  overflow: hidden;
  aspect-ratio: 269 / 158;
  border-radius: 6px;
  background: #0f1532;
}

.quxezyw img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.kyjunag span {
  display: block;
  min-block-size: 2.8em;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
}

.kyjunag small {
  color: var(--accent);
  font-size: 0.85rem;
  line-height: 1.3;
}

table {
  inline-size: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 8px;
  background: rgb(34 43 78 / 76%);
}

th,
td {
  padding: 14px 16px;
  border: 1px solid var(--panel-border);
  text-align: start;
  vertical-align: top;
}

th {
  color: var(--accent);
  background: var(--panel-bg);
}

tr:nth-child(even) td {
  background: rgb(255 255 255 / 4%);
}

.havebif {
  position: fixed;
  z-index: 30;
  inset-inline: 16px;
  inset-block-end: 16px;
  display: none;
}

.havebif.is-visible {
  display: block;
}

.guvuti {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  inline-size: min(760px, 100%);
  margin-inline: auto;
  padding: 14px 16px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  background: linear-gradient(135deg, #263e8b, #7b2fc4);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.guvuti > :first-child {
  display: none;
}

.pusec {
  color: var(--accent);
  font-weight: 900;
}

.felotyn {
  color: #fff;
  font-weight: 700;
}

.runaw {
  display: grid;
  place-items: center;
  inline-size: 34px;
  block-size: 34px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgb(0 0 0 / 24%);
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.maken {
  background: #101735;
}

footer.maken {
  padding-block: 38px 0;
  border-block-start: 1px solid rgb(255 255 255 / 10%);
}

.deve {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
}

.zufif {
  display: grid;
  gap: 20px;
}

.hikax {
  gap: 10px;
}

.hikax a,
.hikax .social-link {
  display: grid;
  place-items: center;
  inline-size: 44px;
  block-size: 44px;
  border-radius: 8px;
  background: rgb(255 255 255 / 7%);
}

.hikax .social-link {
  cursor: default;
}

.resege {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.resege a {
  display: grid;
  place-items: center;
  min-inline-size: 100px;
  min-block-size: 62px;
  padding: 8px;
  border-radius: 8px;
  background: rgb(255 255 255 / 7%);
}

.qycys {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-nav__list,
footer .maken {
  display: grid;
  gap: 10px;
}

footer .maken {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.rugi {
  margin-block-start: 34px;
  padding: 16px;
  background: rgb(0 0 0 / 26%);
}

.nyvixi {
  inline-size: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  color: var(--muted);
  font-size: 0.9rem;
}

.go-page {
  display: grid;
  place-items: center;
  min-block-size: 100dvh;
  padding: 24px;
}

.go-panel {
  inline-size: min(560px, 100%);
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 8px;
  background: rgb(34 43 78 / 82%);
  box-shadow: var(--shadow);
}

.go-panel h1 {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 2rem;
}

@media (max-width: 980px) {
  .nohog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .deve,
  .qycys {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .qefovil .cyju {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding-block: 12px;
  }

  .jifa {
    display: grid;
  }

  .main-nav,
  .hukyb {
    display: none;
    grid-column: 1 / -1;
  }

  .nuhep:checked ~ .jifa + .main-nav,
  .nuhep:checked ~ .jifa + .main-nav + .hukyb {
    display: flex;
  }

  .main-nav__list {
    align-items: stretch;
    flex-direction: column;
    inline-size: 100%;
  }

  .hukyb {
    align-items: stretch;
    flex-direction: column;
  }

  .fijawi {
    font-size: 2.35rem;
  }

  .nohog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guvuti {
    grid-template-columns: 1fr auto;
  }

  .jojihej {
    grid-column: 1 / -1;
  }
}

@media (max-width: 460px) {
  .cyju,
  .dyxiz,
  .varexe {
    inline-size: min(100% - 20px, 1120px);
  }

  .fijawi {
    font-size: 2rem;
  }

  .nohog {
    grid-template-columns: 1fr;
  }

  th,
  td {
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kyjunag {
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }
}
