html.site-gate-active,
html.site-gate-active body {
  min-height: 100%;
  margin: 0;
  background: #f1f5f9;
  color: #0f172a;
  font-family: Inter, "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-gate {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 20px 14px 28px;
}

.site-gate__panel {
  width: min(100%, 430px);
  align-self: center;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 18px;
  background: #f8fafc;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
}

.site-gate__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1px;
}

.site-gate__brand img,
.site-gate__icon img {
  display: block;
  object-fit: cover;
}

.site-gate__brand img {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}

.site-gate__panel::before {
  content: "";
  display: block;
  height: 190px;
  margin-bottom: -190px;
  background: #0f172a;
}

.site-gate__brand,
.site-gate__panel h1,
.site-gate__lead {
  position: relative;
  z-index: 1;
  margin-left: 22px;
  margin-right: 22px;
}

.site-gate__brand { padding-top: 22px; }

.site-gate__panel h1 {
  margin-top: 22px;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(22px, 6vw, 28px);
  line-height: 1.25;
}

.site-gate__lead {
  margin-bottom: 22px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.65;
}

.site-gate__list {
  display: grid;
  gap: 10px;
  padding: 22px 16px 0;
}

.site-gate__exchange {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
}

.site-gate__exchange:hover { border-color: #93c5fd; }

.site-gate__exchange--primary {
  border-color: #bfdbfe;
  box-shadow: 0 5px 14px rgba(37, 99, 235, .08);
}

.site-gate__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 11px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.site-gate__icon img { width: 100%; height: 100%; }
.site-gate__copy { min-width: 0; }
.site-gate__copy strong,
.site-gate__copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-gate__copy strong { font-size: 14px; }
.site-gate__copy small { margin-top: 3px; color: #64748b; font-size: 11px; }
.site-gate__action { color: #2563eb; font-size: 12px; font-weight: 800; }
.site-gate__note { margin: 16px; color: #64748b; font-size: 12px; line-height: 1.65; }

@media (max-width: 360px) {
  .site-gate { padding-left: 10px; padding-right: 10px; }
  .site-gate__panel h1 { font-size: 21px; }
  .site-gate__copy small { font-size: 10px; }
}
