@font-face {
  font-family: 'Onest';
  src: url('/static/web/fonts/onest/onest-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/web/fonts/onest/onest-cyrillic-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-04FF, U+0500-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/web/fonts/onest/onest-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/web/fonts/onest/onest-cyrillic-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-04FF, U+0500-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/web/fonts/onest/onest-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/web/fonts/onest/onest-cyrillic-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-04FF, U+0500-052F, U+2DE0-2DFF, U+A640-A69F;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 80% 10%, rgba(0, 212, 232, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 10% 80%, rgba(27, 108, 255, 0.1), transparent 50%),
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.035) 0 1px, transparent 1.5px),
    var(--bg);
  background-size: auto, auto, 120px 120px, 180px 180px, auto;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: #7aeffa; }
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
p { margin: 0; }

.lc-shell {
  width: min(100% - 32px, var(--content));
  margin-inline: auto;
}

.lc-toplink {
  position: absolute;
  left: -9999px;
}
.lc-toplink:focus {
  left: 12px;
  top: 12px;
  z-index: 1000;
  background: var(--accent);
  color: #021018;
  padding: 8px 12px;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
