/* Вход и заявка на доступ — в стиле лендинга v2
   Специфичность выше body.admin-panel.guest-panel, иначе lk.css перебивает. */

body.admin-panel.guest-panel.guest-auth-landing {
  --ga-bg: #f5f7fb;
  --ga-bg-soft: #eef2f8;
  --ga-surface: #ffffff;
  --ga-ink: #12151c;
  --ga-muted: #5a6478;
  --ga-line: rgba(18, 21, 28, 0.1);
  --ga-accent: #2d6ef3;
  --ga-accent-hover: #245dd4;
  --ga-accent-wash: rgba(45, 110, 243, 0.1);
  --ga-radius: 1.35rem;
  --ga-radius-lg: 1.5rem;
  --ga-shadow: 0 22px 56px rgba(18, 21, 28, 0.11);
  --ga-font-display: "Unbounded", system-ui, sans-serif;
  --ga-font-body: "Golos Text", system-ui, sans-serif;
  --ga-header-inset: 0.85rem;
  --ga-header-bar-h: 3.65rem;

  min-height: 100vh;
  margin: 0;
  font-family: var(--ga-font-body);
  color: var(--ga-ink);
  background:
    radial-gradient(ellipse 70% 45% at 50% -10%, rgba(77, 141, 255, 0.2), transparent 55%),
    linear-gradient(180deg, #f7f9fc 0%, var(--ga-bg) 42%, var(--ga-bg-soft) 100%);
  -webkit-font-smoothing: antialiased;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  pointer-events: none;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-header-inner--guest {
  pointer-events: none;
  width: min(100% - 2.5rem, 1120px);
  margin-inline: auto;
  padding-top: var(--ga-header-inset);
  display: block;
  height: auto;
}

body.admin-panel.guest-panel.guest-auth-landing .guest-auth-bar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  height: var(--ga-header-bar-h);
  padding: 0.35rem 0.45rem 0.35rem 1.15rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border: 1px solid rgba(18, 21, 28, 0.08);
  border-radius: var(--ga-radius);
  box-shadow:
    0 14px 40px rgba(18, 21, 28, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

body.admin-panel.guest-panel.guest-auth-landing .brand {
  order: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: var(--ga-font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: var(--ga-ink) !important;
  text-decoration: none;
  line-height: 1;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-header-theme {
  order: 1;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
}

/* Компактный toggle темы: 48px md не влезает в плашку шапки (~3.65rem) */
body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle.lk-seg,
body.admin-panel.guest-panel.guest-auth-landing .lk-header-theme .lk-theme-toggle.lk-seg {
  align-self: center;
  flex-wrap: nowrap;
  gap: 0.15rem;
  padding: 0.15rem;
  border-radius: 0.85rem;
  border-color: rgba(18, 21, 28, 0.1);
  background: var(--ga-bg-soft, #eef2f8);
}

body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle .lk-seg__item,
body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle.lk-seg--md .lk-seg__item--icon,
body.admin-panel.guest-panel.guest-auth-landing button.lk-theme-toggle-btn.lk-seg__item {
  width: 2.35rem !important;
  min-width: 2.35rem !important;
  height: 2.35rem !important;
  min-height: 2.35rem !important;
  max-height: 2.35rem !important;
  padding: 0 !important;
  border-radius: 0.7rem;
  color: var(--ga-accent, #2d6ef3);
}

body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle .lk-seg__item.is-active {
  background: var(--ga-accent-wash, rgba(45, 110, 243, 0.14));
  color: var(--ga-accent, #2d6ef3);
}

body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle .lk-seg__icon,
body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle .lk-theme-toggle-icon {
  width: 1.05rem;
  height: 1.05rem;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-guest-layout {
  flex: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--ga-header-inset) + var(--ga-header-bar-h) + 1.5rem) 1.25rem 2.5rem;
  box-sizing: border-box;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-guest-inner,
body.admin-panel.guest-panel.guest-auth-landing .lk-wrap {
  width: 100%;
  max-width: 32rem;
  padding: 0;
  margin: 0;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card,
body.admin-panel.guest-panel.guest-auth-landing .lk-card.lk-auth-card {
  display: grid;
  gap: 1.15rem;
  padding: 1.75rem 1.5rem 1.65rem;
  background: var(--ga-surface) !important;
  border: 1px solid rgba(18, 21, 28, 0.08) !important;
  border-radius: var(--ga-radius-lg) !important;
  box-shadow: var(--ga-shadow) !important;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
}

/* Убираем двойной inset: padding уже на карточке, не на form */
body.admin-panel.guest-panel.guest-auth-landing .ops-panel.lk-auth-card > form,
body.admin-panel.guest-panel.guest-auth-landing .ops-panel.lk-auth-card > .admin-form-grid {
  padding: 0 !important;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-card.lk-auth-card:hover {
  border-color: rgba(18, 21, 28, 0.08) !important;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-guest-form-title,
body.admin-panel.guest-panel.guest-auth-landing h1.lk-guest-form-title {
  margin: 0;
  font-family: var(--ga-font-display);
  font-size: clamp(1.45rem, 4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: var(--ga-ink) !important;
  text-align: center;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-guest-form-lead,
body.admin-panel.guest-panel.guest-auth-landing .lk-muted {
  margin: 0;
  color: var(--ga-muted) !important;
  font-size: 1rem;
  line-height: 1.55;
  text-align: center;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card form.lk-stack,
body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card.lk-stack {
  gap: 1rem;
  align-items: stretch;
  width: 100%;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card form.lk-stack > .admin-field,
body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card form.lk-stack > .lk-field,
body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card form.lk-stack > .lk-flash,
body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card form.lk-stack > .button,
body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card form.lk-stack > .lk-guest-form-submit,
body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card form.lk-stack > .lk-guest-form-foot--text {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  box-sizing: border-box;
}

body.admin-panel.guest-panel.guest-auth-landing .button.button-accent,
body.admin-panel.guest-panel.guest-auth-landing button.button.button-accent,
body.admin-panel.guest-panel.guest-auth-landing .lk-guest-form-submit,
body.admin-panel.guest-panel.guest-auth-landing form .button.button-accent.lk-guest-form-submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
  align-self: stretch !important;
  height: auto !important;
  min-height: 3rem !important;
  margin-top: 0.15rem;
  margin-inline: 0 !important;
  padding: 0.7rem 1.35rem !important;
  border: 0;
  border-radius: 999px !important;
  background: var(--ga-accent) !important;
  color: #fff !important;
  font-family: var(--ga-font-body) !important;
  font-size: 1.02rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-field {
  display: grid;
  gap: 0.2rem;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-field label {
  margin: 0;
  margin-bottom: 0;
  font-family: var(--ga-font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ga-ink);
  text-transform: none;
  letter-spacing: 0;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-field input,
body.admin-panel.guest-panel.guest-auth-landing .lk-field textarea,
body.admin-panel.guest-panel.guest-auth-landing .lk-field select,
body.admin-panel.guest-panel.guest-auth-landing .lk-field input[type="email"],
body.admin-panel.guest-panel.guest-auth-landing .lk-field input[type="password"],
body.admin-panel.guest-panel.guest-auth-landing .lk-field input[type="text"],
body.admin-panel.guest-panel.guest-auth-landing .lk-field input[type="tel"] {
  width: 100%;
  height: auto !important;
  min-height: 2.85rem !important;
  padding: 0.65rem 0.9rem !important;
  border: 1px solid var(--ga-line);
  border-radius: 1rem !important;
  background-color: var(--ga-bg-soft);
  color: var(--ga-ink);
  font-family: var(--ga-font-body) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 1.4;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-field input:focus,
body.admin-panel.guest-panel.guest-auth-landing .lk-field textarea:focus {
  outline: 2px solid var(--ga-accent-wash);
  border-color: var(--ga-accent);
  box-shadow: none;
}

/* Custom select — как на клиентском лендинге */
body.admin-panel.guest-panel.guest-auth-landing .cs-select {
  position: relative;
  width: 100%;
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-native {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0);
}

body.admin-panel.guest-panel.guest-auth-landing button.cs-select-trigger,
body.admin-panel.guest-panel.guest-auth-landing .cs-select-trigger {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  height: auto !important;
  min-height: 2.85rem !important;
  padding: 0.65rem 0.9rem !important;
  border: 1px solid var(--ga-line) !important;
  border-radius: 1rem !important;
  background-color: var(--ga-bg-soft) !important;
  font-family: var(--ga-font-body) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
  color: var(--ga-ink) !important;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select.is-open .cs-select-trigger,
body.admin-panel.guest-panel.guest-auth-landing .cs-select-trigger:focus-visible {
  outline: 2px solid var(--ga-accent-wash);
  border-color: var(--ga-accent);
  box-shadow: none;
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-label.is-placeholder {
  color: var(--ga-muted);
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-chevron {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%235a6478' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 1rem no-repeat;
  transition: transform 0.2s ease;
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select.is-open .cs-select-chevron {
  transform: rotate(180deg);
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  background-color: var(--ga-surface);
  border: 1px solid rgba(45, 110, 243, 0.16);
  border-radius: 1.1rem;
  box-shadow: 0 16px 40px rgba(18, 21, 28, 0.14);
  max-height: 16rem;
  overflow: auto;
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-label,
body.admin-panel.guest-panel.guest-auth-landing .cs-select-option {
  font-family: var(--ga-font-body) !important;
  font-size: 1rem !important;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ga-ink);
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-option {
  padding: 0.7rem 0.85rem;
  border-radius: 0.75rem;
  cursor: pointer;
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-option:hover {
  background: var(--ga-accent-wash);
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-option.is-selected {
  background: rgba(45, 110, 243, 0.12);
  color: var(--ga-accent);
  font-weight: 600;
}

body.admin-panel.guest-panel.guest-auth-landing .cs-select-option.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-field-note {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-field-note a,
body.admin-panel.guest-panel.guest-auth-landing .lk-link-inline,
body.admin-panel.guest-panel.guest-auth-landing a.lk-link-inline {
  color: var(--ga-accent) !important;
  font-weight: 600;
  text-decoration: none;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-field-note a:hover,
body.admin-panel.guest-panel.guest-auth-landing .lk-link-inline:hover,
body.admin-panel.guest-panel.guest-auth-landing a.lk-link-inline:hover {
  color: var(--ga-accent-hover) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.admin-panel.guest-panel.guest-auth-landing .button.button-accent:hover,
body.admin-panel.guest-panel.guest-auth-landing button.button.button-accent:hover,
body.admin-panel.guest-panel.guest-auth-landing .lk-guest-form-submit:hover {
  background: var(--ga-accent-hover) !important;
  transform: translateY(-1px);
}

body.admin-panel.guest-panel.guest-auth-landing .lk-guest-form-foot--text {
  margin: 0.15rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--ga-muted);
}

body.admin-panel.guest-panel.guest-auth-landing .lk-guest-pay-amount {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ga-ink);
  font-family: Unbounded, Golos Text, system-ui, sans-serif;
}

body.admin-panel.guest-panel.guest-auth-landing .pay-request-services {
  list-style: none;
  margin: 0;
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: var(--ga-bg-soft);
  border: 1px solid var(--ga-line);
  border-radius: 1.15rem;
}

body.admin-panel.guest-panel.guest-auth-landing .pay-request-service-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  font-size: 0.98rem;
  color: var(--ga-ink);
}

body.admin-panel.guest-panel.guest-auth-landing .pay-request-service-row strong {
  font-weight: 600;
  white-space: nowrap;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-text-link,
body.admin-panel.guest-panel.guest-auth-landing a.lk-text-link {
  color: var(--ga-accent) !important;
  font-weight: 600;
  text-decoration: none;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-text-link:hover,
body.admin-panel.guest-panel.guest-auth-landing a.lk-text-link:hover {
  text-decoration: underline;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-request-access-contacts {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 1rem 1.15rem;
  text-align: center;
  background: var(--ga-bg-soft);
  border: 1px solid var(--ga-line);
  border-radius: 1.15rem;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-request-access-contacts-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ga-ink);
  line-height: 1.35;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-request-access-contacts-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 1.15rem;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-request-access-contacts-link {
  color: var(--ga-accent) !important;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.35;
  word-break: break-word;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-request-access-contacts-link:hover {
  color: var(--ga-accent-hover) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0.15rem 0 0.55rem;
  font-weight: 500 !important;
  color: var(--ga-muted);
  font-size: 0.9rem !important;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
}

body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent-input {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin: 0.1rem 0 0;
  box-sizing: border-box;
  border: 1.5px solid var(--ga-line);
  border-radius: 0.45rem;
  background-color: var(--ga-bg-soft);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent-input:hover {
  border-color: rgba(45, 110, 243, 0.45);
}

body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent-input:focus-visible {
  outline: 2px solid var(--ga-accent-wash);
  border-color: var(--ga-accent);
}

body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent-input:checked {
  background-color: var(--ga-accent);
  border-color: var(--ga-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2 6.4 11l6-7' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85rem;
}

body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent-text {
  min-width: 0;
  flex: 1;
  text-align: left;
}

body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent a {
  color: var(--ga-accent) !important;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  font-weight: 600;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-flash {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

body.admin-panel.guest-panel.guest-auth-landing .lk-flash--error {
  background: rgba(214, 69, 69, 0.1) !important;
  color: #b42323 !important;
  border: 1px solid rgba(214, 69, 69, 0.2) !important;
}

/* Тёмная тема гостя */
html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing {
  --ga-bg: #0e1118;
  --ga-bg-soft: #12161f;
  --ga-surface: #181c26;
  --ga-ink: #f2f4f8;
  --ga-muted: #9aa3b5;
  --ga-line: rgba(255, 255, 255, 0.12);
  --ga-accent: #4d8dff;
  --ga-accent-hover: #6aa0ff;
  --ga-accent-wash: rgba(77, 141, 255, 0.18);
  background:
    radial-gradient(ellipse 70% 45% at 50% -10%, rgba(45, 110, 243, 0.22), transparent 55%),
    linear-gradient(180deg, #12161f 0%, var(--ga-bg) 50%, #0a0c11 100%);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .guest-auth-bar {
  background: rgba(24, 28, 38, 0.88);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle.lk-seg {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle .lk-seg__item,
html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle .lk-seg__item:hover,
html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle .lk-seg__item.is-active {
  color: var(--ga-accent, #4d8dff);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-theme-toggle .lk-seg__item.is-active {
  background: var(--ga-accent-wash, rgba(77, 141, 255, 0.18));
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-request-access-contacts {
  background: #12161f;
  border-color: var(--ga-line);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-field input,
html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-field textarea,
html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .cs-select-trigger,
html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .cs-select-list,
html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent-input {
  background-color: #12161f;
  color: var(--ga-ink);
  border-color: var(--ga-line);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lead-form-consent-input:checked {
  background-color: #6aa0ff;
  border-color: #6aa0ff;
  box-shadow:
    0 0 0 3px rgba(106, 160, 255, 0.35),
    0 0 14px rgba(106, 160, 255, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2 6.4 11l6-7' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85rem;
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .cs-select-option {
  color: var(--ga-ink);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .cs-select-option:hover {
  background: var(--ga-accent-wash);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .cs-select-option.is-selected {
  background: rgba(77, 141, 255, 0.18);
  color: var(--ga-accent);
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .cs-select-chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%239aa3b5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

html.lk-theme-dark body.admin-panel.guest-panel.guest-auth-landing .lk-flash--error {
  background: rgba(214, 69, 69, 0.16) !important;
  color: #ffb4b4 !important;
  border-color: rgba(214, 69, 69, 0.28) !important;
}

@media (max-width: 767px) {
  body.admin-panel.guest-panel.guest-auth-landing .lk-header-inner--guest {
    width: min(100% - 1.5rem, 1120px);
  }

  body.admin-panel.guest-panel.guest-auth-landing .lk-guest-layout {
    padding: calc(var(--ga-header-inset) + var(--ga-header-bar-h) + 1.25rem) 0.75rem 1.75rem;
  }

  body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card,
  body.admin-panel.guest-panel.guest-auth-landing .lk-card.lk-auth-card {
    padding: 1.45rem 1.1rem 1.35rem;
  }
}

@media (min-width: 768px) {
  body.admin-panel.guest-panel.guest-auth-landing {
    --ga-header-inset: 1rem;
    --ga-header-bar-h: 3.85rem;
  }

  body.admin-panel.guest-panel.guest-auth-landing .lk-auth-card,
  body.admin-panel.guest-panel.guest-auth-landing .lk-card.lk-auth-card {
    padding: 2rem 1.85rem 1.85rem;
  }
}
