﻿@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&family=Unbounded:wght@500;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --ah-bg-0: #000000;
  --ah-bg-1: #060606;
  --ah-bg-2: #101010;
  --ah-panel: #080808;
  --ah-panel-strong: #0b0b0b;
  --ah-border: rgba(255, 255, 255, 0.12);
  --ah-text: #ffffff;
  --ah-muted: #b8b8b8;
  --ah-primary: #ffffff;
  --ah-primary-2: #ffffff;
  --ah-danger: #ff6f8f;
}

* {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

*::-webkit-scrollbar-track {
  background: #050505;
}

*::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 2px solid #050505;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}

html,
body {
  min-height: 100%;
  margin: 0;
  scrollbar-color: #ffffff #050505;
  scrollbar-width: thin;
}

body.ah-body {
  position: relative;
  color: var(--ah-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: #000000;
  padding-top: 88px;
}

body.ah-login-page {
  overflow: hidden;
  background: #000;
  padding-top: 0;
}

body.ah-login-page .ah-header {
  display: none !important;
}

body.ah-login-page,
body.ah-login-page .ah-login-shell,
body.ah-login-page .ah-login-split {
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
}

body.ah-login-page .ah-bg-layer {
  display: none;
}

.ah-bg-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  background: linear-gradient(180deg, rgba(2, 2, 4, 0) 0%, rgba(2, 2, 4, 0.2) 100%);
}

.ah-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  padding-top: 0;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.66);
}

body.ah-landing-mode .ah-header {
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(8px);
}

body.ah-landing-mode .ah-bg-layer {
  display: none;
}

.ah-navbar {
  min-height: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 10, 0.88);
  box-shadow: none;
}

body.ah-landing-mode .ah-navbar {
  min-height: 70px;
  margin: 10px auto 0;
  width: min(1460px, calc(100% - 28px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(9, 9, 12, 0.92);
  box-shadow: none;
}

body.ah-landing-mode .ah-brand {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

body.ah-landing-mode .ah-brand img {
  width: 34px;
  height: 34px;
  filter: none;
}

body.ah-landing-mode .ah-landing-links {
  gap: 0;
}

body.ah-landing-mode .ah-landing-link {
  height: 44px;
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(20, 20, 24, 0.9);
  font-weight: 700;
}

body.ah-landing-mode .ah-landing-link:hover,
body.ah-landing-mode .ah-landing-link:focus {
  transform: translateY(0);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

body.ah-landing-mode .ah-landing-link-main {
  border-color: rgba(255, 255, 255, 0.9);
  color: #07090f;
  background: #ffffff;
}

body.ah-landing-mode .ah-landing-link-main:hover,
body.ah-landing-mode .ah-landing-link-main:focus {
  color: #07090f;
  background: #f1f1f1;
}

body.ah-landing-mode .ah-btn-primary {
  color: #07090f;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: #ffffff;
  box-shadow: none;
}

.ah-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f3f8ff;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-decoration: none;
}

.ah-brand:hover,
.ah-brand:focus {
  color: #ffffff;
  text-decoration: none;
}

.ah-brand img {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 0 16px rgba(88, 149, 255, 0.24));
}

.ah-brand-landing {
  font-weight: 800;
}

.ah-landing-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ah-landing-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(142, 177, 233, 0.35);
  border-radius: 14px;
  color: #f3f8ff;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(10, 21, 40, 0.92) 0%, rgba(6, 14, 30, 0.95) 100%);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ah-landing-link:hover,
.ah-landing-link:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(98, 156, 247, 0.82);
  box-shadow: 0 0 0 1px rgba(87, 142, 240, 0.35), 0 12px 24px rgba(5, 19, 42, 0.4);
}

.ah-landing-link-main {
  border-color: rgba(110, 162, 246, 0.76);
  background: linear-gradient(130deg, #3e90f2 0%, #3678df 58%, #6e6ef6 100%);
}

.ah-toggler {
  border-color: var(--ah-border);
  background: rgba(12, 28, 50, 0.76);
}

.ah-toggler .navbar-toggler-icon {
  filter: invert(1) brightness(2);
}

.ah-header-menu {
  position: relative;
  z-index: 2;
}

.ah-header-menu-toggle {
  min-height: 44px;
  padding: 0 12px 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: #ffffff;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ah-header-menu-toggle .bi-chevron-down {
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.ah-header-menu.is-open .ah-header-menu-toggle .bi-chevron-down {
  transform: rotate(180deg);
}

.ah-header-menu-toggle:hover,
.ah-header-menu-toggle:focus {
  background: #f0f0f0;
  border-color: #f0f0f0;
}

.ah-header-menu-avatar-wrap {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.24);
  overflow: hidden;
  flex-shrink: 0;
  background: #111111;
}

.ah-header-menu-avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ah-header-menu-name {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ah-header-menu-popover {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(300px, calc(100vw - 18px));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(560px 190px at -12% 0%, rgba(255, 255, 255, 0.08), transparent 62%),
    #0a0a0a;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.56);
  padding: 10px;
  display: grid;
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
  filter: blur(2px);
  transform-origin: top right;
  will-change: opacity, transform, filter;
  transition:
    opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.24s;
}

.ah-header-menu.is-open .ah-header-menu-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition-delay: 0s;
}

.ah-header-menu-sep {
  height: 1px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 4px 2px 2px;
}

.ah-header-menu-link {
  width: 100%;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: #f2f2f2;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 700;
  opacity: 0;
  transform: translateY(7px);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.ah-header-menu.is-open .ah-header-menu-link {
  opacity: 1;
  transform: translateY(0);
}

.ah-header-menu.is-open .ah-header-menu-link:nth-child(1) {
  transition-delay: 0.02s;
}

.ah-header-menu.is-open .ah-header-menu-link:nth-child(2) {
  transition-delay: 0.04s;
}

.ah-header-menu.is-open .ah-header-menu-link:nth-child(3) {
  transition-delay: 0.06s;
}

.ah-header-menu.is-open .ah-header-menu-link:nth-child(4) {
  transition-delay: 0.08s;
}

.ah-header-menu.is-open .ah-header-menu-link:nth-child(5) {
  transition-delay: 0.1s;
}

.ah-header-menu.is-open .ah-header-menu-link:nth-child(7) {
  transition-delay: 0.12s;
}

.ah-header-menu.is-open .ah-header-menu-link:nth-child(9) {
  transition-delay: 0.14s;
}

.ah-header-menu-link:hover,
.ah-header-menu-link:focus {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}

.ah-header-menu-link i {
  font-size: 1rem;
}

.ah-header-menu-logout {
  color: #ffffff;
}

.offcanvas.ah-drawer {
  background: linear-gradient(180deg, #071428 0%, #061224 100%);
  border-right: 1px solid rgba(116, 157, 224, 0.25);
}

.ah-drawer-link {
  justify-content: flex-start;
  gap: 8px;
  color: #dcecff;
  border: 1px solid rgba(110, 155, 228, 0.24);
  border-radius: 12px;
  background: rgba(11, 26, 46, 0.78);
}

.ah-drawer-link.active,
.ah-drawer-link:hover {
  color: #fff;
  border-color: rgba(105, 160, 255, 0.76);
  background: rgba(35, 75, 135, 0.7);
}

.btn {
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.ah-btn-primary,
.am-hero-btn-primary {
  border: 0;
  color: #ffffff;
  background: linear-gradient(130deg, #469fff 0%, #5c86ff 60%, #7f74ff 100%);
  box-shadow: 0 12px 28px rgba(78, 144, 255, 0.32);
}

.ah-btn-primary:hover,
.am-hero-btn-primary:hover,
.ah-btn-primary:focus,
.am-hero-btn-primary:focus {
  color: #fff;
  box-shadow: 0 16px 30px rgba(78, 144, 255, 0.44);
}

.ah-btn-secondary,
.am-hero-btn-secondary {
  border: 1px solid rgba(140, 175, 230, 0.34);
  color: #e2efff;
  background: rgba(9, 20, 38, 0.9);
  box-shadow: inset 0 1px 0 rgba(167, 194, 242, 0.12);
}

.ah-btn-secondary:hover,
.am-hero-btn-secondary:hover,
.ah-btn-secondary:focus,
.am-hero-btn-secondary:focus {
  color: #fff;
  border-color: rgba(105, 160, 255, 0.74);
  box-shadow: 0 10px 22px rgba(5, 20, 42, 0.4);
}

.ah-page {
  width: min(1680px, calc(100% - 42px));
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 32px;
}

.ah-panel {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: #070707 !important;
  box-shadow: none;
}

.am-page {
  width: min(1520px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 36px;
}

.am-intro {
  margin-top: 6px;
  margin-bottom: 8px;
  text-align: center;
  padding: clamp(18px, 2.2vw, 28px) clamp(14px, 2vw, 24px);
}

.am-intro h1 {
  margin: 0;
  font-family: "Unbounded", "Sora", "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.am-intro p {
  margin: 14px auto 0;
  max-width: 70ch;
  color: #c2c2c2;
  font-size: clamp(0.98rem, 1.4vw, 1.14rem);
  line-height: 1.55;
}

.am-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36px;
  background:
    radial-gradient(1100px 560px at 50% 18%, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(980px 620px at 84% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.99) 0%, rgba(5, 5, 5, 0.99) 56%, rgba(4, 4, 4, 0.99) 100%);
  box-shadow: 0 42px 78px rgba(0, 0, 0, 0.58);
  padding: clamp(22px, 2.8vw, 34px) clamp(10px, 1.8vw, 18px) 0;
  max-width: 1508px;
  margin: 0 auto;
}

.am-hero-glow {
  position: absolute;
  inset: auto -16% 8% -16%;
  height: 48%;
  background: radial-gradient(52% 86% at 50% 50%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 78%);
  pointer-events: none;
  z-index: 1;
}

.am-hero-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 6px;
}

.am-hero-content::after {
  content: "";
  position: absolute;
  width: clamp(380px, 64vw, 920px);
  height: clamp(100px, 16vw, 220px);
  top: clamp(70px, 9.2vw, 130px);
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background:
    radial-gradient(68% 82% at 50% 52%, rgba(2, 8, 16, 0.86) 0%, rgba(2, 8, 16, 0.45) 60%, rgba(2, 8, 16, 0) 100%);
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}

.am-hero-title {
  margin: 0;
  max-width: 13.8ch;
  font-family: "Unbounded", "Sora", "Manrope", sans-serif;
  font-size: clamp(2.15rem, 4.8vw, 4.7rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-wrap: balance;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: clamp(12px, 1.4vw, 20px) clamp(16px, 2.2vw, 30px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(14, 14, 14, 0.78) 0%, rgba(8, 8, 8, 0.7) 100%);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(6px);
}

.am-hero-title span {
  color: #ffffff;
}

.am-hero-shot {
  position: relative;
  z-index: 4;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: clamp(10px, 1.8vw, 20px);
  padding: 0 0 0;
}

.am-hero-shot::after {
  content: "";
  position: absolute;
  inset: 22% 0 0;
  background: linear-gradient(180deg, rgba(4, 10, 20, 0) 0%, rgba(3, 9, 18, 0.97) 90%);
  pointer-events: none;
}

.am-hero-shot img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1496px;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(8px) scale(1.01);
  filter: saturate(1.08) contrast(1.02);
}

.am-section {
  margin-top: clamp(30px, 4vw, 56px);
}

.am-heading {
  margin: 0 0 20px;
  text-align: center;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  letter-spacing: -0.02em;
}

.am-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.am-feature-card {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: transparent !important;
  padding: 20px 20px;
  opacity: 0;
  transform: translateY(14px);
  transition: transform 0.42s ease, opacity 0.42s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.am-features.is-visible .am-feature-card {
  opacity: 1;
  transform: translateY(0);
}

.am-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 16px 32px rgba(0, 0, 0, 0.46);
  background: transparent !important;
}

.am-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
}

.am-content h3 {
  margin: 0 0 7px;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.22rem;
}

.am-content p {
  margin: 0;
  color: #b8b8b8;
  font-size: 1rem;
  line-height: 1.42;
}

.am-mobile-section {
  position: relative;
  margin-top: clamp(36px, 5vw, 64px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: transparent !important;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.34);
}

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

.am-server-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: transparent !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 14px 16px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.am-server-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.am-server-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.22rem;
  color: #ffffff;
  background: transparent !important;
}

.am-server-meta h4 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.34rem;
  letter-spacing: -0.01em;
}

.am-server-meta p {
  margin: 6px 0 0;
  color: #c6c6c6;
  font-size: 0.98rem;
}

.am-system-offline {
  color: #d4d4d4;
  opacity: 0.85;
}

.am-dot {
  color: #ffffff;
  margin: 0 6px;
}

.am-total-stats {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: transparent !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.am-total-item {
  min-width: 220px;
  text-align: center;
}

.am-total-value {
  font-family: "Sora", "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.1vw, 2.7rem);
  letter-spacing: -0.02em;
  line-height: 1;
}

.am-total-value-accent {
  color: #ffffff;
}

.am-total-label {
  margin-top: 7px;
  color: #c0c0c0;
  font-size: 1rem;
}

.am-total-separator {
  width: 1px;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.52) 45%, rgba(255, 255, 255, 0.04) 100%);
}

.am-footer {
  margin-top: 26px;
  padding: 18px 4px 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.am-footer-left p {
  margin: 0;
  color: #b1b1b1;
  line-height: 1.48;
}

.am-footer-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.am-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.am-footer-social img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.am-footer-social:hover,
.am-footer-social:focus {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.14);
}

.am-download {
  margin-top: clamp(28px, 3.8vw, 44px);
}

.am-yandex-search {
  margin-top: clamp(20px, 3vw, 34px);
}

.am-yandex-search-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(10, 10, 10, 0.8);
  padding: clamp(12px, 1.8vw, 16px);
}

.am-yandex-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.am-yandex-search-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: #0f0f0f;
  color: #ffffff;
  padding: 0 14px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.am-yandex-search-input::placeholder {
  color: #9f9f9f;
}

.am-yandex-search-input:focus {
  border-color: rgba(255, 255, 255, 0.62);
  background: #131313;
}

.am-yandex-search-btn {
  min-height: 52px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font-weight: 800;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.am-yandex-search-btn:hover,
.am-yandex-search-btn:focus {
  background: #efefef;
  border-color: #efefef;
}

.am-yandex-search-meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #9f9f9f;
  font-size: 0.86rem;
}

.am-yandex-search-meta a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.am-yandex-search-meta a:hover,
.am-yandex-search-meta a:focus {
  color: #ffffff;
}

.am-download-grid {
  display: block;
  max-width: min(1280px, 100%);
  margin: 0 auto;
}

.am-download-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: clamp(260px, 30vw, 360px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(900px 360px at 50% -20%, rgba(255, 255, 255, 0.12), transparent 62%),
    #090909;
  padding: clamp(28px, 4vw, 56px) clamp(18px, 3.2vw, 64px);
}

.am-download-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -28% -18%;
  height: 52%;
  background: radial-gradient(58% 88% at 50% 0%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.am-kicker {
  margin: 0 0 10px;
  color: #d5d5d5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.8rem;
}

.am-download-card h2 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.am-download-card p {
  margin: 14px 0 0;
  max-width: 72ch;
  color: #bbbbbb;
  line-height: 1.6;
  font-size: clamp(0.98rem, 1.3vw, 1.14rem);
}

.am-download-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.am-btn {
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: 800;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.am-btn-main {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.am-btn-main:hover,
.am-btn-main:focus {
  color: #000000;
  border-color: #efefef;
  background: #efefef;
  text-decoration: none;
}

.am-btn-ghost {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.am-btn-ghost:hover,
.am-btn-ghost:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.54);
  background: #181818;
  text-decoration: none;
}

.am-download-note {
  margin-top: 18px;
  padding: 0;
  color: #cbcbcb;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  font-size: 0.98rem;
}

.am-download-sep {
  opacity: 0.62;
}

.am-download-inline-link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.am-download-inline-link:hover,
.am-download-inline-link:focus {
  color: #ffffff;
}

.am-ad-section {
  margin-top: clamp(18px, 2.8vw, 32px);
}

.am-ad-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(10, 10, 10, 0.72);
  padding: clamp(10px, 1.4vw, 14px);
}

.am-ad-slot {
  width: 100%;
  min-height: 110px;
  border-radius: 12px;
  overflow: hidden;
}

.am-yandex-proof {
  margin-top: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  user-select: all;
}

.am-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.am-heading.am-heading-left {
  text-align: left;
  margin: 0;
}

.am-strip-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.am-strip-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  background: #101010;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.am-strip-btn:hover,
.am-strip-btn:focus {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.5);
}

.am-blog-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 320px);
  gap: 12px;
  overflow-x: auto;
  padding: 0 1px 6px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.am-blog-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: #0a0a0a;
  overflow: hidden;
  scroll-snap-align: start;
}

.am-blog-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #070707;
}

.am-blog-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.am-blog-body {
  padding: 12px;
}

.am-blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.am-blog-meta span {
  min-height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #cfcfcf;
  font-size: 0.78rem;
}

.am-blog-body h3 {
  margin: 10px 0 0;
  font-size: 1.02rem;
  line-height: 1.35;
}

.am-blog-body h3 a {
  color: #ffffff;
  text-decoration: none;
}

.am-blog-body h3 a:hover,
.am-blog-body h3 a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.am-blog-body p {
  margin: 8px 0 0;
  color: #b8b8b8;
  font-size: 0.92rem;
  line-height: 1.45;
}

.am-blog-empty {
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  padding: 18px;
  color: #b8b8b8;
}

.ah-login-shell {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.ah-login-split {
  position: relative;
  overflow: visible;
  min-height: 0;
  height: auto;
  width: min(560px, 100%);
  display: block;
  isolation: isolate;
  background: none;
}

.ah-login-split::after {
  display: none;
}

.ah-login-left {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  background: transparent;
}

.ah-login-left::after {
  display: none;
}

.ah-login-form-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  height: auto;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.ah-login-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 34px;
  padding-left: 0;
  color: #e7f2ff;
  text-decoration: none;
}

.ah-login-mark img {
  width: clamp(118px, 9vw, 156px);
  height: clamp(118px, 9vw, 156px);
  opacity: 1;
  filter: brightness(1.1) drop-shadow(0 10px 24px rgba(255, 255, 255, 0.2));
}

.ah-login-mark:hover,
.ah-login-mark:focus {
  color: #ffffff;
  text-decoration: none;
}

.ah-login-form .row.mt-1 {
  margin-top: 0 !important;
}

.ah-login-form {
  width: 100%;
}

.ah-login-form .form-label {
  margin-bottom: 0.42rem;
  color: #d9e8fd;
  font-weight: 700;
  font-size: 0.97rem;
}

.ah-input,
.ah-input.form-control,
.ah-input.form-select,
.choices__inner,
.choices__list--dropdown {
  border-color: rgba(255, 255, 255, 0.24) !important;
  border-radius: 13px;
  color: #ffffff !important;
  background: rgba(5, 5, 5, 0.96) !important;
}

.ah-input.form-control,
.ah-input.form-select,
.ah-login-form .choices__inner {
  min-height: 54px;
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
  font-size: 1rem;
  font-weight: 600;
}

.ah-input::placeholder {
  color: #8a8a8a;
}

.ah-input:focus,
.ah-input.form-control:focus,
.ah-input.form-select:focus {
  border-color: rgba(255, 255, 255, 0.75) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12) !important;
}

.choices {
  margin-bottom: 0;
  z-index: 60;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7px;
}

.ah-login-form .choices[data-type*="select-one"]::after {
  border-color: #cfe1ff transparent transparent;
}

.choices__list--single {
  color: #edf6ff !important;
}

.ah-login-form .choices__inner,
.ah-login-form .choices__list--dropdown,
.ah-login-form .choices__list[aria-expanded] {
  background: #050505 !important;
  color: #ffffff !important;
}

.choices__list--dropdown {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  overflow: hidden;
  z-index: 120;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.52);
}

.ah-login-form .choices__list .choices__item {
  color: #ffffff !important;
  font-weight: 600;
}

.ah-login-form .choices__item.is-selected {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12);
}

.choices__item--choice {
  color: #e8e8e8;
}

.choices__item--choice.is-highlighted {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
}

.ah-login-submit,
.ah-login-back-step {
  min-height: 54px;
  padding: 0 22px;
  font-size: 1rem;
  border-radius: 999px;
}

.ah-login-form .ah-login-submit {
  border: 1px solid rgba(255, 255, 255, 0.92);
  color: #040b17;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  font-weight: 800;
}

.ah-login-form .ah-login-back-step {
  border: 1px solid rgba(255, 255, 255, 0.92);
  color: #040b17;
  background: #ffffff;
  box-shadow: none;
}

.ah-login-form .ah-login-submit:hover,
.ah-login-form .ah-login-submit:focus {
  color: #040b17;
  background: #f0f5ff;
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  transform: none;
}

.ah-login-form .ah-login-back-step:hover,
.ah-login-form .ah-login-back-step:focus {
  color: #040b17;
  background: #f0f5ff;
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow: none;
  transform: none;
}

.ah-login-form .btn {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ah-login-form .btn:hover,
.ah-login-form .btn:focus {
  transform: none !important;
}

.ah-code-input {
  letter-spacing: 0.2em;
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
}

.ah-login-back-link {
  margin-top: 18px;
  color: #dcdcdc;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  font-weight: 600;
  transition: color 0.2s ease;
}

.ah-login-back-link:hover,
.ah-login-back-link:focus {
  color: #ffffff;
  text-decoration: none;
  transform: none;
}

.ah-login-right {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background:
    radial-gradient(84% 80% at 78% 22%, rgba(201, 239, 255, 0.36) 0%, rgba(201, 239, 255, 0) 62%),
    linear-gradient(160deg, #2d99df 0%, #44a4ea 46%, #5eaaf5 100%);
}

.ah-login-right::before {
  content: "";
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -18%;
  width: 44%;
  border-radius: 0 50% 50% 0 / 0 56% 56% 0;
  background:
    linear-gradient(90deg, rgba(3, 11, 24, 1) 0%, rgba(3, 11, 24, 0.82) 42%, rgba(3, 11, 24, 0) 100%);
  filter: blur(2px);
  z-index: 3;
}

.ah-login-wave {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(65% 55% at 72% 14%, rgba(178, 234, 255, 0.22) 0%, rgba(178, 234, 255, 0) 70%),
    radial-gradient(74% 60% at 78% 84%, rgba(69, 130, 228, 0.26) 0%, rgba(69, 130, 228, 0) 72%);
}

.ah-login-art {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(820px, 92%);
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.ah-login-art img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.28;
  filter: brightness(1.14) saturate(1.08) drop-shadow(0 20px 40px rgba(56, 132, 229, 0.3));
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.ah-dashboard-shell {
  width: min(1800px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.ah-dashboard-shell.is-sidebar-collapsed {
  grid-template-columns: 0 minmax(0, 1fr);
}

.ah-dashboard-sidebar {
  position: sticky;
  top: 94px;
  min-height: calc(100vh - 114px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #060606;
  padding: 14px;
  transition: opacity 0.22s ease, transform 0.22s ease, width 0.22s ease, padding 0.22s ease;
}

.ah-dashboard-shell.is-sidebar-collapsed .ah-dashboard-sidebar {
  width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-10px);
  padding: 0;
  border: 0;
}

.ah-dashboard-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.ah-dashboard-sidebar-logo {
  width: 44px;
  height: 44px;
}

.ah-dashboard-sidebtn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #101010;
  color: #fff;
}

.ah-dashboard-nav {
  display: grid;
  gap: 8px;
}

.ah-dashboard-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b0b0b;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.ah-dashboard-nav-link.active,
.ah-dashboard-nav-link:hover,
.ah-dashboard-nav-link:focus {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.ah-dashboard-main {
  min-width: 0;
}

.ah-dashboard-mobilebar {
  display: none;
  margin-bottom: 12px;
}

.ah-dashboard-offcanvas {
  background: #060606;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.ah-dashboard {
  width: min(1800px, calc(100% - 32px));
}

.ah-dashboard-brand {
  display: flex;
  justify-content: center;
  padding: 10px 0 14px;
}

.ah-dashboard-logo {
  width: clamp(98px, 7vw, 138px);
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.18));
}

.ah-dashboard-filters {
  position: relative;
  overflow: visible;
}

.ah-dashboard-filters .form-label {
  color: #fff;
  font-weight: 700;
}

.ah-dashboard-main .btn,
.ah-dashboard-main .btn.btn-sm {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  box-shadow: none;
}

.ah-dashboard-main .btn:hover,
.ah-dashboard-main .btn:focus {
  background: #e9e9e9;
  border-color: #e9e9e9;
  color: #000;
  transform: none;
}

.ah-dashboard-main .btn i {
  color: #000;
}

.ah-dashboard-logs {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  overflow: hidden;
  background: #070707;
  box-shadow: none;
}

.ah-dashboard-logs-wrap {
  max-height: calc(100vh - 370px);
  overflow: auto;
}

.ah-table {
  margin: 0;
  color: #fff;
  background: transparent;
}

.ah-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #f0f0f0;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.86rem;
  background: #0d0d0d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ah-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ah-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.06);
}

.ah-table td {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  vertical-align: top;
}

.ah-kpi {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: #050505;
  font-weight: 700;
}

.ah-dashboard-logs-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: #090909;
}

body.ah-blog-page {
  background: #000;
}

body.ah-blog-page .ah-header {
  background: rgba(0, 0, 0, 0.96);
}

.ab-page {
  width: min(1620px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 40px;
  color: #fff;
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
}

.ab-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.ab-top-titlebox h1 {
  margin: 0;
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.ab-top-titlebox p {
  margin: 12px 0 0;
  max-width: 72ch;
  color: #b2b2b2;
  font-size: 1.02rem;
}

.ab-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ab-top-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ab-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(14, 14, 14, 0.94);
  color: #fff;
  font-size: 0.89rem;
  font-weight: 700;
}

.ab-top-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #000;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}

.ab-top-link:hover,
.ab-top-link:focus {
  color: #000;
  text-decoration: none;
  background: #ececec;
  border-color: #ececec;
}

.ab-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 16px;
  margin-bottom: 22px;
}

.ab-hero-main {
  position: relative;
  min-height: clamp(360px, 46vw, 620px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: #060606;
  overflow: hidden;
}

.ab-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 0.42s ease, transform 0.46s ease, visibility 0.42s ease;
}

.ab-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.ab-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.52) 46%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.84) 100%);
}

.ab-hero-content {
  position: absolute;
  left: clamp(16px, 3vw, 40px);
  bottom: clamp(18px, 3vw, 38px);
  right: clamp(16px, 3vw, 44px);
  z-index: 2;
}

.ab-hero-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(5, 5, 5, 0.66);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ab-hero-content h2 {
  margin: 12px 0 10px;
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 22ch;
}

.ab-hero-content p {
  margin: 0;
  max-width: 72ch;
  color: #dadada;
  font-size: 1rem;
}

.ab-hero-actions {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ab-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-width: 148px;
  border: 1px solid #fff;
  border-radius: 12px;
  color: #000;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}

.ab-btn-primary:hover,
.ab-btn-primary:focus {
  color: #000;
  text-decoration: none;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.ab-hero-stats {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ab-hero-stats span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  background: rgba(9, 9, 9, 0.7);
  color: #ededed;
  font-size: 0.91rem;
}

.ab-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: #fff;
  background: rgba(9, 9, 9, 0.86);
}

.ab-hero-nav-prev {
  left: 12px;
}

.ab-hero-nav-next {
  right: 12px;
}

.ab-hero-nav:hover,
.ab-hero-nav:focus {
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(8, 8, 8, 0.96);
}

.ab-hero-side {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: #0b0b0b;
  padding: 8px;
  display: grid;
  gap: 8px;
  align-content: start;
  max-height: 100%;
  overflow: auto;
}

.ab-side-item {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #121212;
  color: #fff;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  text-align: left;
  padding: 6px;
}

.ab-side-item img {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  object-fit: cover;
}

.ab-side-item-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.ab-side-item-meta strong {
  font-size: 0.96rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ab-side-item-meta span {
  color: #9f9f9f;
  font-size: 0.78rem;
}

.ab-side-item.is-active,
.ab-side-item:hover,
.ab-side-item:focus {
  border-color: rgba(255, 255, 255, 0.72);
  background: #181818;
}

.ab-strip {
  margin-bottom: 28px;
}

.ab-strip h3,
.ab-list h3,
.ab-related h3,
.ab-vote-box h3 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.64rem);
  letter-spacing: -0.02em;
}

.ab-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.ab-mini-card {
  display: grid;
  gap: 9px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #0b0b0b;
  color: #fff;
  text-decoration: none;
}

.ab-mini-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
}

.ab-mini-card span {
  font-size: 0.9rem;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ab-mini-card:hover,
.ab-mini-card:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

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

.ab-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: #0a0a0a;
  overflow: hidden;
  min-height: 100%;
}

.ab-card-cover {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ab-card-cover img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.ab-card-body {
  padding: 12px;
}

.ab-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.ab-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.ab-card-date {
  font-size: 0.76rem;
  color: #8e8e8e;
}

.ab-card h4 {
  margin: 0 0 9px;
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-size: 1.06rem;
  line-height: 1.3;
}

.ab-card h4 a {
  color: #fff;
  text-decoration: none;
}

.ab-card h4 a:hover,
.ab-card h4 a:focus {
  color: #fff;
  text-decoration: underline;
}

.ab-card p {
  margin: 0 0 10px;
  color: #b5b5b5;
  font-size: 0.92rem;
  line-height: 1.42;
  min-height: 58px;
}

.ab-card-foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ab-card-foot span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #101010;
  font-size: 0.78rem;
}

.ab-empty {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: #0a0a0a;
  color: #b7b7b7;
  text-align: center;
  padding: 34px 12px;
}

.ab-detail-page {
  width: min(1460px, calc(100% - 34px));
}

.ab-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d6d6d6;
  text-decoration: none;
  font-weight: 600;
}

.ab-back:hover,
.ab-back:focus {
  color: #fff;
  text-decoration: none;
}

.ab-detail-meta {
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #c4c4c4;
}

.ab-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: #101010;
  font-size: 0.84rem;
}

.ab-detail-top h1 {
  margin: 14px 0 10px;
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ab-detail-excerpt {
  margin: 0;
  color: #b9b9b9;
  max-width: 80ch;
}

.ab-detail-hero {
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  overflow: hidden;
}

.ab-detail-hero img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
}

.ab-detail-shell {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 16px;
  align-items: start;
}

.ab-detail-content {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: #090909;
  padding: clamp(16px, 2.4vw, 34px);
}

.ab-install-card {
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, #0f0f0f 0%, #080808 100%);
  padding: clamp(14px, 2vw, 22px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.ab-install-head {
  min-width: 0;
}

.ab-install-mark {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ab-install-card h2 {
  margin: 10px 0 8px;
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ab-install-card p {
  margin: 0;
  color: #b8b8b8;
  font-size: 0.95rem;
}

.ab-install-btn {
  flex-shrink: 0;
  min-height: 52px;
  min-width: 248px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.96rem;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ab-install-btn i {
  font-size: 1rem;
}

.ab-install-btn:hover,
.ab-install-btn:focus {
  color: #000;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.45);
  transform: translateY(-1px);
  text-decoration: none;
}

.ab-markdown {
  color: #efefef;
  font-size: clamp(1rem, 1.15vw, 1.07rem);
  line-height: 1.7;
}

.ab-markdown h1,
.ab-markdown h2,
.ab-markdown h3,
.ab-markdown h4,
.ab-markdown h5,
.ab-markdown h6 {
  margin: 1.4em 0 0.6em;
  font-family: "Space Grotesk", "Sora", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ab-markdown h1 {
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
}

.ab-markdown h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.ab-markdown h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.ab-markdown p {
  margin: 0 0 1em;
}

.ab-markdown a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ab-markdown a:hover,
.ab-markdown a:focus {
  color: #fff;
}

.ab-markdown .ab-install-inline-btn,
.ab-markdown a[href*="/api/blog/script/download"],
.ab-markdown a[href*="/download?"] {
  margin: 6px 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  color: #050505 !important;
  background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 100%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
  text-decoration: none !important;
  font-family: "Space Grotesk", "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.97rem;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ab-markdown .ab-install-inline-btn i,
.ab-markdown a[href*="/api/blog/script/download"] i,
.ab-markdown a[href*="/download?"] i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.62);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.96rem;
}

.ab-markdown .ab-install-inline-btn span,
.ab-markdown a[href*="/api/blog/script/download"] span,
.ab-markdown a[href*="/download?"] span {
  transform: translateY(1px);
}

.ab-markdown .ab-install-inline-btn:hover,
.ab-markdown .ab-install-inline-btn:focus,
.ab-markdown a[href*="/api/blog/script/download"]:hover,
.ab-markdown a[href*="/api/blog/script/download"]:focus,
.ab-markdown a[href*="/download?"]:hover,
.ab-markdown a[href*="/download?"]:focus {
  color: #000 !important;
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}

.ab-markdown ul,
.ab-markdown ol {
  margin: 0 0 1.2em;
  padding-left: 1.2em;
}

.ab-markdown li {
  margin-bottom: 0.4em;
}

.ab-markdown blockquote {
  margin: 0 0 1em;
  padding: 10px 14px;
  border-left: 3px solid rgba(255, 255, 255, 0.7);
  background: #0e0e0e;
  color: #d7d7d7;
}

.ab-markdown pre {
  margin: 0 0 1em;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #060606;
  overflow: auto;
  color: #f3f3f3;
}

.ab-markdown code {
  font-family: "IBM Plex Sans", monospace;
}

.ab-detail-side {
  position: sticky;
  top: 95px;
  display: grid;
  gap: 12px;
}

.ab-vote-box,
.ab-related {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: #0b0b0b;
  padding: 12px;
}

.ab-vote-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ab-vote-btn {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  color: #fff;
  background: #101010;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
}

.ab-vote-btn:hover,
.ab-vote-btn:focus,
.ab-vote-btn.is-active {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.ab-related-list {
  display: grid;
  gap: 9px;
}

.ab-related-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.ab-related-item img {
  width: 84px;
  height: 66px;
  border-radius: 8px;
  object-fit: cover;
}

.ab-related-item strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.ab-related-item span {
  color: #9a9a9a;
  font-size: 0.77rem;
}

.ab-related-item:hover,
.ab-related-item:focus {
  color: #fff;
}

@media (max-width: 1399px) {
  .am-page,
  .ah-page,
  .ah-dashboard-shell,
  .ah-dashboard {
    width: calc(100% - 28px);
  }

  .ab-page {
    width: calc(100% - 28px);
  }

  .ab-strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 1199px) {
  .am-features {
    grid-template-columns: 1fr;
  }

  .am-server-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .am-total-stats {
    gap: 18px;
  }

  .am-total-item {
    min-width: 170px;
  }

  .ah-login-form-wrap {
    width: min(460px, 100%);
  }

  .ab-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .ab-hero-side {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
  }

  .ab-side-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ab-side-item img {
    width: 100%;
    height: 94px;
  }

  .ab-detail-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .ab-detail-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ah-header {
    padding-top: 8px;
  }

  .ah-brand {
    font-size: 1.25rem;
  }

  .am-page {
    width: calc(100% - 24px);
    padding-top: 16px;
  }

  body.ah-landing-mode .ah-navbar {
    min-height: 64px;
    width: calc(100% - 24px);
    margin-top: 8px;
    border-radius: 14px;
  }

  .am-intro {
    padding: 14px 8px 8px;
  }

  .am-intro p {
    margin-top: 10px;
  }

  .am-hero {
    border-radius: 26px;
    padding: 20px 10px 0;
  }

  .am-hero-title {
    max-width: 15.4ch;
    font-size: clamp(1.85rem, 5.6vw, 3rem);
    border-radius: 18px;
  }

  .am-hero-content::after {
    top: clamp(72px, 12vw, 118px);
    width: clamp(320px, 78vw, 760px);
    height: clamp(88px, 20vw, 180px);
  }

  .am-hero-shot img {
    max-height: none;
  }

  .am-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .am-footer-right {
    gap: 14px;
  }

  .am-footer-social {
    width: 40px;
    height: 40px;
  }

  .am-footer-social img {
    width: 38px;
    height: 38px;
  }

  .am-server-grid {
    grid-template-columns: 1fr;
  }

  .ah-login-left {
    padding: 0;
  }

  .ah-login-form-wrap {
    min-height: auto;
    height: auto;
    max-height: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
  }

  .ah-dashboard-shell {
    width: calc(100% - 20px);
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .ah-dashboard-sidebar {
    display: none;
  }

  .ah-dashboard-mobilebar {
    display: flex;
    justify-content: flex-start;
  }

  .ah-dashboard-logs-wrap {
    max-height: calc(100vh - 330px);
  }

  .ah-table thead th,
  .ah-table td {
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .ab-page {
    width: calc(100% - 20px);
  }

  .ab-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .ab-hero-main {
    min-height: 420px;
  }

  .ab-hero-content h2 {
    max-width: none;
  }

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

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

  .ab-detail-side {
    grid-template-columns: minmax(0, 1fr);
  }

  .ab-install-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .ab-install-btn {
    width: 100%;
    min-width: 0;
  }

  .ab-markdown .ab-install-inline-btn,
  .ab-markdown a[href*="/api/blog/script/download"],
  .ab-markdown a[href*="/download?"] {
    width: 100%;
    min-height: 50px;
  }
}

@media (max-width: 767px) {
  .ah-page,
  .ah-dashboard-shell,
  .am-page {
    width: calc(100% - 16px);
  }

  .ah-navbar .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ah-header-menu-toggle {
    min-height: 40px;
    padding: 0 10px 0 7px;
    border-radius: 12px;
  }

  .ah-header-menu-name {
    display: none;
  }

  .ah-header-menu-popover {
    top: calc(100% + 8px);
    right: -6px;
    width: min(280px, calc(100vw - 14px));
  }

  body.ah-landing-mode .ah-navbar {
    width: calc(100% - 14px);
    margin-top: 6px;
  }

  .am-intro {
    padding: 12px 4px 6px;
  }

  .am-intro h1 {
    font-size: clamp(1.55rem, 8.8vw, 2.2rem);
  }

  .am-intro p {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .am-download-card {
    border-radius: 16px;
    min-height: 0;
    padding: 20px 14px;
  }

  .am-yandex-search-shell {
    border-radius: 14px;
    padding: 10px;
  }

  .am-yandex-search-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .am-yandex-search-btn {
    width: 100%;
  }

  .am-yandex-search-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .am-download-actions {
    flex-direction: column;
    margin-top: 16px;
  }

  .am-ad-shell {
    padding: 8px;
    border-radius: 14px;
  }

  .am-ad-slot {
    min-height: 90px;
  }

  .am-btn {
    width: 100%;
    justify-content: center;
  }

  .am-section-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .am-strip-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .am-blog-track {
    grid-auto-columns: minmax(240px, 84vw);
  }

  .am-hero {
    border-radius: 22px;
    padding: 16px 8px 0;
  }

  .am-hero-title {
    max-width: 11.8ch;
    font-size: clamp(1.55rem, 9.2vw, 2.15rem);
    padding: 10px 12px;
    border-radius: 16px;
  }

  .am-hero-content::after {
    top: clamp(64px, 16vw, 96px);
    width: clamp(260px, 88vw, 560px);
    height: clamp(78px, 24vw, 140px);
  }

  .am-heading {
    margin-bottom: 16px;
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .am-feature-card {
    grid-template-columns: 24px 1fr;
    padding: 16px;
    gap: 12px;
  }

  .am-content h3 {
    font-size: 1.04rem;
  }

  .am-content p {
    font-size: 0.95rem;
  }

  .am-mobile-section {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .am-server-card {
    min-height: 78px;
    padding: 12px 12px;
  }

  .am-total-stats {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    padding: 12px;
  }

  .am-total-separator {
    width: 100%;
    height: 1px;
  }

  .am-footer-left p {
    font-size: 0.92rem;
  }

  .am-footer-right {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .am-footer-social {
    width: 36px;
    height: 36px;
  }

  .am-footer-social img {
    width: 34px;
    height: 34px;
  }

  .ah-login-mark {
    margin-bottom: 22px;
    padding-left: 0;
  }

  .ah-login-submit,
  .ah-login-back-step {
    width: 100%;
  }

  .ah-dashboard-filters .btn {
    width: 100%;
  }

  .ah-dashboard-mobilebar .btn {
    width: 100%;
  }

  .ah-dashboard-filters .ms-auto {
    margin-left: 0 !important;
  }

  .ah-dashboard-logs-wrap {
    max-height: calc(100vh - 300px);
  }

  .ab-page {
    width: calc(100% - 16px);
    padding-top: 14px;
  }

  .ab-top-titlebox p {
    font-size: 0.92rem;
  }

  .ab-hero-main {
    min-height: 390px;
    border-radius: 16px;
  }

  .ab-hero-content {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .ab-hero-actions {
    flex-wrap: wrap;
  }

  .ab-btn-primary {
    width: 100%;
  }

  .ab-hero-stats {
    width: 100%;
    justify-content: space-between;
  }

  .ab-hero-stats span {
    flex: 1;
    justify-content: center;
  }

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

  .ab-strip-grid,
  .ab-grid {
    grid-template-columns: 1fr;
  }

  .ab-card p {
    min-height: 0;
  }

  .ab-detail-page {
    width: calc(100% - 14px);
  }

  .ab-install-card h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .ah-login-shell {
    padding: 12px;
  }

  .am-hero-title {
    max-width: 11.2ch;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .am-hero-shot {
    margin-top: 10px;
    padding: 0;
  }

  .am-hero-shot img {
    transform: translateY(6px) scale(1.03);
  }

  .ah-login-left {
    padding: 0;
  }

  .ah-login-form-wrap {
    min-height: auto;
    height: auto;
    max-height: none;
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .ah-login-form .row {
    --bs-gutter-x: 0.6rem;
  }

  .ah-login-mark img {
    width: 104px;
    height: 104px;
  }

  .ah-dashboard-logs-wrap {
    max-height: calc(100vh - 280px);
  }

  .ab-top-meta {
    width: 100%;
    display: grid;
    gap: 8px;
  }

  .ab-top-link,
  .ab-pill {
    justify-content: center;
  }

  .ab-hero-main {
    min-height: 360px;
  }

  .ab-hero-nav {
    width: 40px;
    height: 40px;
  }

  .ab-hero-side {
    grid-template-columns: 1fr;
  }

  .ab-detail-meta span {
    width: 100%;
    justify-content: center;
  }
}

