﻿@charset "UTF-8";
/* ===== Firefox (global) ===== */
* {
  scrollbar-width: thin;
  scrollbar-color: #3c458d #020524;
}

/* ===== Chrome / Edge / Safari (webkit) ===== */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #020524;
}

::-webkit-scrollbar-thumb {
  background: #8765d7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6c3fff;
}

.required::after {
  content: "*";
  font-weight: bold;
  color: #bd404d;
}

button {
  outline: none;
}

.iti {
  width: 100%;
}

.iti__country-list {
  background: #07142f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  padding: 6px 0;
}

.iti__country {
  padding: 10px 16px;
  transition: background 0.2s;
}

.iti__country:hover {
  background: rgba(255, 255, 255, 0.08);
}

.iti__highlight {
  background: rgba(255, 255, 255, 0.12);
}

.iti__country-name {
  color: #fff;
}

.iti__dial-code {
  color: rgba(255, 255, 255, 0.6);
}

.iti__divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.iti__flag-container {
  padding-left: 6px;
}

/* remove white border */
.iti__country-list {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.iti__dropdown-content {
  background: transparent;
  margin-top: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.iti--container {
  border: none !important;
  box-shadow: none !important;
}

.iti__country-list {
  padding-right: 10px;
  box-sizing: border-box;
  scrollbar-gutter: stable;
}

.iti__country-list::-webkit-scrollbar {
  width: 8px;
}

.iti__country-list::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: rgba(130, 150, 255, 0.45);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.iti__country-list {
  scrollbar-width: thin;
  scrollbar-color: rgba(130, 150, 255, 0.45) transparent;
}

:root {
  --bg: #020524;
  --panel: rgba(255,255,255,.04);
  --panel2: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.88);
  --muted: rgba(255,255,255,.62);
  --title: rgba(255,255,255,.95);
  --primary1: #2aa7ff;
  --primary2: #8a5bff;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 12px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-family: Manrope;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.88);
  background: radial-gradient(1200px 700px at 50% -120px, rgba(42, 167, 255, 0.25), transparent 65%), radial-gradient(800px 500px at 70% 20%, rgba(138, 91, 255, 0.16), transparent 60%), #020524;
  overflow-x: hidden;
}

#home {
  scroll-margin-top: 1000px;
}

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

a:hover {
  opacity: 0.92;
}

.container {
  width: calc(100% - 80px);
  margin: 0 auto;
}

.bg-glow {
  position: fixed;
  inset: -20%;
  pointer-events: none;
  background: radial-gradient(700px 500px at 15% 15%, rgba(42, 167, 255, 0.14), transparent 60%), radial-gradient(600px 420px at 85% 10%, rgba(138, 91, 255, 0.12), transparent 60%), radial-gradient(900px 650px at 50% 85%, rgba(42, 167, 255, 0.08), transparent 65%);
  filter: blur(20px);
  opacity: 0.9;
  z-index: 0;
  font-weight: 400;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 5, 36, 0.55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 31px 0;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.nav {
  position: relative;
}
.nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  height: 2px;
  width: 18px;
  margin: 4px auto;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 2px;
}
.nav__panel {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav__link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  padding: 10px 10px;
  border-radius: 12px;
  transition: background 0.15s ease, color 0.15s ease;
}
.nav__link:hover {
  color: #5DE0E6;
}
.nav__link.is-active {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.nav__right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}

.chip {
  font: inherit;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 12px;
  border-radius: 999px;
  cursor: pointer;
}
.chip__caret {
  opacity: 0.8;
  margin-left: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: 0.2px;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
}
.btn:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.15);
  color: #5DE0E6;
}
.btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.btn-glow {
  border-radius: 999px;
  background: linear-gradient(96.81deg, #004AAD 0%, #5DE0E6 100%);
  color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  background-clip: padding-box;
}
.btn-glow:hover {
  background: white;
  color: black;
}
.btn-white {
  background: white;
  color: black;
  background-clip: padding-box;
}
.btn-white:hover {
  background: linear-gradient(96.81deg, #004AAD 0%, #5DE0E6 100%);
  background-clip: padding-box;
  color: rgba(255, 255, 255, 0.95);
}
.btn--primary {
  background: linear-gradient(90deg, rgba(42, 167, 255, 0.95), rgba(138, 91, 255, 0.95));
  color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.86);
}
.btn--ghost:hover {
  background: white;
  color: black;
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.86);
}
.btn-ghost:hover {
  background: white;
  color: black;
}
.btn--sm {
  padding: 9px 14px;
  font-size: 13px;
}
.btn--wide {
  width: 100%;
}

.hero2 {
  position: relative;
  min-height: calc(100vh - 130px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  background: #050716;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("/images/banner.jpg");
}

.hero2__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.hero2__overlay {
  position: absolute;
  inset: 0;
  /* легкий градиент для читабельности текста */
  background: radial-gradient(900px 500px at 50% 10%, rgba(0, 0, 0, 0.35), transparent 65%), linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

.hero2__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 56px 0;
  max-width: 1020px;
}

.hero2__eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

/* Elevating the consultancy experience */
.hero2__title {
  margin-bottom: 32px;
  font-size: clamp(32px, 5.5vw, 68px);
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  font-family: Manrope;
  font-weight: 200;
  letter-spacing: 5%;
  text-align: center;
  background: linear-gradient(90deg, rgba(93, 224, 230, 0.8) 0%, #FFFFFF 50.96%, rgba(93, 224, 230, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero2__subtitle {
  margin: 0 auto 40px;
  max-width: 72ch;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}

.hero2__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Адаптация под телефоны */
@media (max-width: 640px) {
  .hero2__inner {
    padding: 44px 0;
  }
  .hero2__title {
    letter-spacing: 0.02em;
  }
  .hero2__subtitle {
    font-size: 14px;
  }
}
.meta-pill {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 14px;
}
.meta-pill__kicker {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.meta-pill__text {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  font-size: 13px;
}

.section {
  position: relative;
  z-index: 1;
  padding: 54px 0;
  scroll-margin-top: 76px;
  font-weight: 400;
}
.section__desc {
  padding-bottom: 40px;
}
.section__glowtext {
  padding-bottom: 40px;
  font-size: 24px;
  font-family: Manrope;
  text-align: center;
  background: linear-gradient(90deg, rgba(93, 224, 230, 0.8) 0%, #FFFFFF 50.96%, rgba(93, 224, 230, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section__head {
  margin-bottom: 18px;
}
.section__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}
.section__title {
  font-family: Manrope;
  margin: 0 0 12px;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.02em;
  font-weight: 400;
}
.section__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  max-width: 70ch;
}
.section__head.center {
  text-align: center;
}
.section__head.center .section__desc {
  margin: 0 auto;
}

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

.card {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  min-height: 160px;
}
.card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}
.card__title {
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  margin-bottom: 20px;
}
.card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
  font-size: 14px;
}

/* News slider */
.slider__controls {
  display: flex;
  gap: 10px;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  cursor: pointer;
}

.icon-btn {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.icon-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.icon-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.link {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  font-size: 14px;
  opacity: 0.92;
}
.link:hover {
  opacity: 1;
}

.products {
  display: flex;
  justify-content: center;
  column-gap: 120px;
  flex-wrap: wrap;
  margin: 32px 0 14px;
}

.product {
  display: flex;
  align-items: center;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.product img {
  height: 64px;
}
.product:hover img {
  transform: translateY(-2px);
}

.quote {
  margin: 18px auto 0;
  max-width: 86ch;
  padding: 18px 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.quote__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.leaders {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.leader {
  text-align: center;
  padding: 18px 14px 16px;
}
.leader__avatar {
  overflow: hidden;
  margin-bottom: 28px;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.leader__name {
  margin: 0 0 6px;
  color: #FFFFFF;
  font-size: 15px;
}
.leader__role {
  margin: 0;
  color: #5DE0E6;
  font-size: 13px;
}

.contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: start;
}
.contact__left {
  padding: 18px 18px;
}
.contact__right {
  padding: 18px 18px;
}

.contact-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.contact-list__item {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
}
.contact-list__item a {
  color: rgba(255, 255, 255, 0.82);
}
.contact-list__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.form__actions {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}
.form__hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  min-height: 18px;
}

.field {
  display: grid;
  gap: 6px;
}
.field--full {
  grid-column: 1/-1;
}
.field__label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
}
.field__input {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.88);
  padding: 12px 12px;
  outline: none;
}
.field__input:focus {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(42, 167, 255, 0.12);
}
.field__input--area {
  resize: vertical;
  min-height: 120px;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 34px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
}
.footer__grid {
  display: grid;
  grid-template-columns: 0.6fr 0.6fr;
  gap: 18px;
  align-items: start;
}
.footer__text {
  padding: 16px 0;
  max-width: 430px;
  font-size: 16px;
}
.footer__text {
  margin: 10px 0 14px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  justify-items: end;
}
.footer__col {
  display: grid;
  gap: 8px;
}
.footer__col a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.footer__col a:hover {
  color: #5DE0E6;
}
.footer__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.footer__bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}
.footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}
.footer__mini {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__mini a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}
.footer__mini a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.df-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.df-toast {
  min-width: 280px;
  max-width: 420px;
  padding: 14px 18px;
  border-radius: 14px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: auto;
}

.df-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.df-toast--success {
  background: linear-gradient(90deg, #0b61db 0%, #57dbe7 100%);
}

.df-toast--error {
  background: linear-gradient(90deg, #b42318 0%, #f04438 100%);
}

/* Responsive */
@media (max-width: 640px) {
  .form__grid {
    grid-template-columns: auto;
  }
  .footer__col a {
    font-size: 16px;
    text-wrap: nowrap;
  }
}
@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }
  .hero__visual {
    height: 300px;
  }
  .leaders {
    grid-template-columns: 1fr;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .footer__links {
    justify-items: start;
  }
}
@media (max-width: 1050px) {
  .nav__toggle {
    display: inline-block;
  }
  .nav__panel {
    position: absolute;
    right: 0;
    top: 56px;
    display: none;
    width: min(360px, 100vw - 24px);
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(5, 7, 22, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  }
  .nav__panel.is-open {
    display: flex;
  }
  .nav__right {
    margin-left: 0;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .df-toast-container {
    top: 16px;
    right: 16px;
    left: 16px;
  }
  .df-toast {
    min-width: 0;
    max-width: none;
    width: 100%;
  }
}
.df-loginpage {
  --df-auth-bg-1: #030816;
  --df-auth-bg-2: #06122d;
  --df-auth-bg-3: #0b1f4a;
  --df-auth-accent-1: #2c7df7;
  --df-auth-accent-2: #6be7f5;
  --df-auth-text: #f5f8ff;
  --df-auth-muted: rgba(255, 255, 255, 0.72);
  --df-auth-border: rgba(255, 255, 255, 0.14);
  --df-auth-card-bg: rgba(6, 14, 34, 0.72);
  --df-auth-input-bg: rgba(255, 255, 255, 0.03);
  --df-auth-input-border: rgba(255, 255, 255, 0.16);
  --df-auth-input-border-focus: rgba(245, 245, 245, 0.65);
  --df-auth-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  min-height: 100vh;
  margin: 0;
  color: var(--df-auth-text);
  background: radial-gradient(circle at 15% 20%, rgba(88, 183, 255, 0.18), transparent 22%), radial-gradient(circle at 85% 18%, rgba(89, 255, 230, 0.12), transparent 18%), radial-gradient(circle at 70% 75%, rgba(48, 110, 255, 0.16), transparent 24%), linear-gradient(135deg, var(--df-auth-bg-1) 0%, var(--df-auth-bg-2) 45%, var(--df-auth-bg-3) 100%);
  background-attachment: fixed;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

.df-loginpage__viewport {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  overflow: hidden;
}

/* Chrome / Edge autofill fix */
.df-loginpage input:-webkit-autofill,
.df-loginpage input:-webkit-autofill:hover,
.df-loginpage input:-webkit-autofill:focus,
.df-loginpage input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  background-color: var(--df-auth-input-bg) !important;
  -webkit-box-shadow: 0 0 0px 1000px var(--df-auth-input-bg) inset !important;
  box-shadow: 0 0 0px 1000px var(--df-auth-input-bg) inset !important;
  border: 1px solid var(--df-auth-input-border) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.df-loginpage input:-moz-autofill {
  background-color: var(--df-auth-input-bg) !important;
  box-shadow: 0 0 0px 1000px var(--df-auth-input-bg) inset !important;
  color: #fff !important;
}

.df-loginpage__bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 22% 30%, rgba(125, 195, 255, 0.12), transparent 0 18%), radial-gradient(circle at 82% 25%, rgba(106, 233, 248, 0.1), transparent 0 15%), radial-gradient(circle at 60% 78%, rgba(67, 120, 255, 0.12), transparent 0 20%);
  filter: blur(10px);
}

.df-loginpage__shell {
  position: relative;
  width: 100%;
  max-width: 560px;
  z-index: 1;
}

.df-loginpage__card {
  position: relative;
  padding: 34px 32px;
  border-radius: 28px;
  background: var(--df-auth-card-bg);
  border: 1px solid var(--df-auth-border);
  box-shadow: var(--df-auth-shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.df-loginpage__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03), rgba(107, 231, 245, 0.15));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.df-loginpage h1,
.df-loginpage h2,
.df-loginpage h3,
.df-loginpage h4,
.df-loginpage h5,
.df-loginpage h6 {
  margin: 0 0 10px;
  color: var(--df-auth-text);
  font-weight: 700;
  line-height: 1.2;
}

.df-loginpage .df-auth__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  opacity: 0.9;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.df-loginpage .df-auth__close:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  transform: translateY(-1px) translateX(1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.df-loginpage p {
  margin: 0 0 16px;
  color: var(--df-auth-muted);
}

.df-loginpage a {
  color: #8edfff;
  text-decoration: none;
}

.df-loginpage a:hover {
  color: #c4f4ff;
  text-decoration: underline;
}

.df-loginpage .text-muted,
.df-loginpage .form-text,
.df-loginpage .small {
  color: var(--df-auth-muted) !important;
}

.df-loginpage .form-label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 500;
}

.df-loginpage .form-control,
.df-loginpage .form-select {
  min-height: 48px;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--df-auth-input-bg);
  border: 1px solid var(--df-auth-input-border);
  box-shadow: none;
}

.df-loginpage textarea.form-control {
  min-height: 120px;
  border-radius: 20px;
  resize: vertical;
}

.df-loginpage .form-control::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.df-loginpage .form-control:focus,
.df-loginpage .form-select:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--df-auth-input-border-focus);
  box-shadow: 0 0 0 0.2rem rgba(89, 214, 245, 0.12);
}

.df-loginpage .form-check-input {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.24);
}

.df-loginpage .form-check-input:checked {
  background-color: #2f88ff;
  border-color: #2f88ff;
}

.df-loginpage .form-check-label {
  color: var(--df-auth-muted);
}

.df-loginpage .btn {
  border-radius: 999px;
  min-height: 50px;
  padding: 0.85rem 1.4rem;
  font-weight: 600;
  border: 0;
}

.df-loginpage .btn-primary {
  color: #fff;
  background: linear-gradient(90deg, #0b61db 0%, #57dbe7 100%);
  box-shadow: 0 10px 30px rgba(25, 114, 215, 0.28);
}

.df-loginpage .btn-primary:hover,
.df-loginpage .btn-primary:focus {
  color: #000;
  background: #fff;
}

.df-loginpage .btn-outline-secondary {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.df-loginpage .btn-outline-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.24);
}

.df-loginpage .validation-summary-errors,
.df-loginpage .text-danger,
.df-loginpage .field-validation-error,
.df-loginpage .validation-message {
  color: #ff9da6 !important;
  font-size: 0.9rem;
}

.df-loginpage hr {
  border-color: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.df-loginpage .df-auth__h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.df-loginpage .df-auth__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ACACAC;
}

.df-loginpage .df-auth__title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}

.df-loginpage .df-auth__subtitle {
  margin-bottom: 24px;
  color: var(--df-auth-muted);
  font-size: 14px;
  font-weight: 400;
}

.df-loginpage .df-auth__footer {
  margin-top: 20px;
  text-align: center;
  color: var(--df-auth-muted);
  font-size: 0.95rem;
}

.df-loginpage .df-auth__actions {
  margin-top: 22px;
}

.df-loginpage .df-auth__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.df-loginpage .df-auth__logo-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d63df 0%, #61e0ec 100%);
  box-shadow: 0 10px 24px rgba(31, 126, 231, 0.34);
}

@media (max-width: 767.98px) {
  .df-loginpage__viewport {
    padding: 20px 14px;
    align-items: stretch;
  }
  .df-loginpage__shell {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .df-loginpage__card {
    width: 100%;
    padding: 24px 18px;
    border-radius: 22px;
  }
  .df-loginpage .form-control,
  .df-loginpage .form-select,
  .df-loginpage .btn {
    min-height: 46px;
  }
  .df-loginpage .df-auth__title {
    font-size: 1.45rem;
  }
}
@media (max-width: 420px) {
  .df-loginpage__card {
    padding: 22px 16px;
    border-radius: 20px;
  }
}
/* Tom Select */
/* wrapper */
.df-loginpage .ts-wrapper {
  width: 100%;
  max-height: 48px;
}

.df-loginpage .ts-dropdown .create {
  color: white;
}

.df-loginpage .has-items .ts-control > input {
  margin: 0px 0px !important;
}

/* control */
.df-loginpage .ts-control {
  background: transparent !important;
  color: white !important;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* чтобы tom-select выглядел как обычный input */
.df-loginpage .ts-wrapper.single .ts-control {
  display: flex;
  align-items: center;
}

/* input внутри */
.df-loginpage .ts-control input {
  color: #fff;
  width: 100%;
}

.df-loginpage .ts-dropdown .active {
  background-color: transparent !important;
  color: white !important;
}

.df-loginpage .ts-wrapper.single.input-active {
  background-color: var(--df-auth-input-bg);
}

.df-loginpage .full .ts-control {
  background-color: var(--df-auth-input-bg);
}

/* placeholder */
.df-loginpage .ts-control input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

/* dropdown */
.df-loginpage .ts-dropdown {
  margin-top: 8px;
  padding: 4px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #07142f;
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

/* dropdown items */
.df-loginpage .ts-dropdown .option {
  padding: 10px 14px;
  border-radius: 10px;
}

.df-loginpage .ts-dropdown .option.active,
.df-loginpage .ts-dropdown .option:hover {
  background: rgba(61, 168, 255, 0.18);
}

/* стрелка */
.df-loginpage .ts-wrapper.single .ts-control::after {
  border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent;
}

.password-wrapper {
  position: relative;
}

.df-page {
  --df-bg: #030726;
  --df-surface: #1a1f49;
  --df-surface-2: #151a40;
  --df-surface-3: #60657f;
  --df-border: rgba(255, 255, 255, 0.08);
  --df-text: #ffffff;
  --df-text-muted: rgba(255, 255, 255, 0.66);
  --df-text-soft: rgba(255, 255, 255, 0.48);
  --df-accent: #4f5df6;
  --df-accent-2: #ff9550;
  --df-pink: #d67698;
  --df-blue: #2464ba;
  --df-success: #a4b67d;
  --df-info: #7c93cc;
  --df-yellow: #f0db35;
  --df-cyan: #58d6d2;
  --df-radius-xl: 28px;
  --df-radius-lg: 20px;
  --df-radius-md: 16px;
  --df-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  min-height: 100vh;
  display: grid;
  grid-template-columns: 84px 1fr;
  background: var(--df-bg);
  color: var(--df-text);
  font-family: Inter, Arial, sans-serif;
}

a:hover {
  color: #5DE0E6;
}

/* SIDEBAR */
.df-sidebar {
  min-height: 100vh;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: sticky;
  top: 0;
}
.df-sidebar__brand {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.df-sidebar__nav, .df-sidebar__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.df-sidebar__nav {
  margin-top: 24px;
  flex: 1;
}
.df-sidebar__link {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.df-sidebar__link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
/* HEADER */
.df-header {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 80px 0 28px;
}
.df-header__spacer {
  flex: 1;
}
.df-header__profile {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--df-text);
}
.df-header__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 46px;
  margin-right: 12px;
}
.df-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.df-header__name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.df-header__email {
  font-size: 13px;
  color: var(--df-text-muted);
  line-height: 1.2;
}

.df-page__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.df-page__content {
  flex: 1;
  padding: 0 18px 12px 0;
}

.df-dashboard__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 20px;
  align-items: stretch;
}
.df-dashboard__panel {
  background: #1a1f49;
  border-radius: 30px;
  padding: 40px 20px 40px 40px;
  min-width: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
.df-dashboard__scrollable {
  max-height: calc(100vh - 295px) !important;
  min-height: calc(100vh - 295px) !important;
  padding-right: 20px;
  overflow: auto;
}
.df-dashboard__panel-table {
  overflow: auto;
}
.df-dashboard__panel-light {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px;
  min-width: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  color: #333;
}
.df-dashboard__head {
  padding-right: 20px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.df-dashboard__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
}

.df-btn-request {
  min-width: 170px;
  height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0a1033;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}
.df-btn-request:hover, .df-btn-request:focus, .df-btn-request:active {
  background: linear-gradient(96.81deg, #004AAD 0%, #5DE0E6 100%);
  color: #FFFFFF;
}

.df-section + .df-section {
  margin-top: 30px;
}
.df-section__head {
  margin-bottom: 18px;
}
.df-section__head--between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.df-section__title {
  margin: 0;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
}
.df-section a .df-section__title:hover {
  color: #5DE0E6;
}

.df-card-grid {
  display: grid;
  gap: 30px;
}
.df-card-grid--three {
  grid-template-columns: repeat(auto-fit, minmax(280px, 420px));
  justify-content: start;
}
.df-card-grid--two {
  grid-template-columns: repeat(auto-fit, minmax(320px, 420px));
  justify-content: start;
}

@media (max-width: 767px) {
  .df-card-grid--three,
  .df-card-grid--two {
    grid-template-columns: 1fr;
  }
}
.df-card {
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.df-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.15);
}
.df-card__location {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 10px;
}

.df-event-card {
  position: relative;
  min-height: 200px;
  border-radius: var(--df-radius-lg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.df-event-card--violet {
  background: linear-gradient(135deg, #6e76ff 0%, #535bf0 100%);
}
.df-event-card--orange {
  background: linear-gradient(135deg, #ffa45a 0%, #f48c4b 100%);
}
.df-event-card--pink {
  background: linear-gradient(135deg, #df84a4 0%, #cf708f 100%);
}
.df-event-card--blue {
  background: linear-gradient(135deg, #3277d4 0%, #235fb4 100%);
}
.df-event-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.df-event-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  max-width: 180px;
}
.df-event-card__location {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.74);
}
.df-event-card__meta {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.df-event-card__more {
  position: absolute;
  right: 18px;
  bottom: 20px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.df-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.df-badge--info {
  background: rgba(93, 224, 230, 0.4);
  border: 0.5px solid rgb(93, 224, 230);
}
.df-badge--info.Requested {
  background: rgba(93, 224, 230, 0.4);
  border: 0.5px solid rgb(93, 224, 230);
}
.df-badge--info.Confirmed {
  background: rgba(39, 255, 96, 0.3);
  border: 0.5px solid rgb(39, 255, 96);
}
.df-badge--success {
  background: rgba(168, 190, 126, 0.78);
}
.df-badge--muted {
  background: rgba(145, 171, 130, 0.72);
}

.df-upgrade-card {
  min-height: 162px;
  border-radius: var(--df-radius-lg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #666b84;
  color: rgba(255, 255, 255, 0.95);
}
.df-upgrade-card__icon {
  font-size: 44px;
  line-height: 1;
}
.df-upgrade-card__text {
  max-width: 180px;
  font-size: 20px;
  line-height: 1.3;
}

.df-link-more {
  color: var(--df-text-muted);
  text-decoration: none;
  font-size: 15px;
}
.df-link-more:hover {
  color: #fff;
}

.df-news-slider {
  overflow: hidden;
}
.df-news-slider__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}
.df-news-slider__track::-webkit-scrollbar {
  height: 8px;
}
.df-news-slider__track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.df-news-card {
  min-width: 420px;
  width: 420px;
  background: #060c2f;
  border-radius: var(--df-radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 44% 56%;
  flex: 0 0 auto;
}
.df-news-card__image {
  min-height: 180px;
}
.df-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.df-news-card__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.df-news-card__title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15;
}
.df-news-card__text {
  margin: 0;
  color: var(--df-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.df-calendar {
  background: var(--df-surface);
  border-radius: 30px;
  padding: 18px 18px 24px;
  box-shadow: var(--df-shadow);
}
.df-calendar__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  background: #080d32;
  border-radius: 999px;
  margin-bottom: 20px;
}
.df-calendar__tab {
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: 0.2s ease;
}
.df-calendar__tab.is-active {
  background: #ffffff;
  color: #14193d;
  font-weight: 600;
}
.df-calendar__header {
  display: grid;
  grid-template-columns: 1fr 36px 36px;
  align-items: center;
  gap: 4px;
  margin-bottom: 18px;
}
.df-calendar__month {
  text-align: start;
  padding-left: 8px;
  font-size: 22px;
  font-weight: 500;
}
.df-calendar__nav {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  margin-top: -7px;
}
.df-calendar__weekdays, .df-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px 6px;
}
.df-calendar__weekdays {
  margin-bottom: 14px;
}
.df-calendar__weekdays span {
  text-align: center;
  font-size: 13px;
  color: var(--df-text-muted);
  font-weight: 500;
}
.df-calendar__grid {
  margin-bottom: 24px;
}
.df-calendar__day {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.df-calendar__day.is-muted {
  color: rgba(255, 255, 255, 0.34);
}
.df-calendar__day.is-weekend {
  color: #FF6969;
}
.df-calendar__day.is-today {
  background: rgba(255, 255, 255, 0.92);
  color: #12183c;
  font-weight: 700;
}
.df-calendar__day.has-event::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--df-yellow);
}
.df-calendar__day.has-meeting::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--df-cyan);
}
.df-calendar__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 10px 0 24px;
}
.df-calendar__legend-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 600;
}
.df-calendar__legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--df-text-muted);
}
.df-calendar__legend-item + .df-calendar__legend-item {
  margin-top: 14px;
}
.df-calendar__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.df-calendar__dot--yellow {
  background: var(--df-yellow);
}
.df-calendar__dot--cyan {
  background: var(--df-cyan);
}

.df-footer {
  padding: 14px;
}
.df-footer__inner {
  color: var(--df-text-soft);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* MODAL */
.df-modal .modal-dialog {
  max-width: 560px;
}
.df-modal__content {
  background: #f7f7f8;
  border: 0;
  border-radius: 28px;
  padding: 28px 28px 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}
.df-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.df-modal__title {
  margin: 0;
  color: #171717;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  max-width: 280px;
}
.df-modal__close {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background-size: 18px;
  opacity: 1;
}
.df-modal__close:focus {
  box-shadow: none;
}
.df-modal__body {
  padding: 0;
}
.df-modal__footer {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.df-form-label {
  color: #575757;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.df-form-control {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid #b7b7b7;
  background: transparent;
  color: #171717;
  font-size: 14px;
  padding: 10px 16px;
  box-shadow: none;
}
.df-form-control:disabled {
  background: #DEDEDE;
  color: #858585;
}
.df-form-control::placeholder {
  color: #8d8d8d;
}
.df-form-control:focus {
  border-color: #1a2464;
  box-shadow: none;
  background: #fff;
}
.df-form-control--textarea {
  min-height: 46px;
  border-radius: 24px;
  resize: vertical;
}

.df-date-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.df-date-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.df-btn-submit {
  min-width: 175px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #030a4c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.df-btn-submit:hover, .df-btn-submit:focus, .df-btn-submit:active {
  background: #091265;
  color: #fff;
}

/* MEETING PREVIEW MODAL */
.df-meeting-view-modal .modal-dialog {
  max-width: 560px;
}
.df-meeting-view-modal .modal-content {
  border: 0;
  box-shadow: none;
}
.df-meeting-view-modal__content {
  border-radius: 28px;
  background: linear-gradient(135deg, #5e67f7 0%, #5961f0 100%);
  color: #fff;
  padding: 28px 28px 30px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.df-meeting-view-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.df-meeting-view-modal__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 320px;
}
.df-meeting-view-modal__close {
  opacity: 1;
  box-shadow: none !important;
  margin: 0;
}
.df-meeting-view-modal__body {
  padding-top: 6px;
}
.df-meeting-view-modal__status {
  margin-bottom: 28px;
}
.df-meeting-view-modal__details {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.df-meeting-view-modal__footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 34px;
}
.df-meeting-view-modal__action {
  min-width: 160px;
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #20243e;
  font-size: 14px;
  font-weight: 600;
}
.df-meeting-view-modal__action:hover, .df-meeting-view-modal__action:focus, .df-meeting-view-modal__action:active {
  background: #f3f4f8;
  color: #20243e;
}

.df-meeting-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(120, 182, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  backdrop-filter: blur(6px);
}

.df-meeting-detail {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
}
.df-meeting-detail__icon {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1;
  margin-top: 2px;
}
.df-meeting-detail__content {
  min-width: 0;
}
.df-meeting-detail__label {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.df-meeting-detail__value {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .df-meeting-view-modal .modal-dialog {
    max-width: calc(100% - 20px);
    margin: 10px auto;
  }
  .df-meeting-view-modal__content {
    min-height: auto;
    padding: 22px 18px 24px;
    border-radius: 24px;
  }
  .df-meeting-view-modal__title {
    font-size: 18px;
    max-width: 240px;
  }
  .df-meeting-view-modal__footer {
    justify-content: stretch;
    padding-top: 28px;
  }
  .df-meeting-view-modal__action {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .df-modal .modal-dialog {
    max-width: calc(100% - 24px);
    margin: 12px auto;
  }
  .df-modal__content {
    padding: 22px 18px 20px;
    border-radius: 24px;
  }
  .df-date-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .df-btn-submit {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .df-upgrade-card {
    grid-column: span 2;
  }
}
@media (max-width: 1199px) {
  .df-dashboard__content {
    grid-template-columns: 1fr;
  }
  .df-calendar {
    order: -1;
    display: none;
  }
}
@media (max-width: 991px) {
  .df-page {
    grid-template-columns: 48px 1fr;
  }
  .df-sidebar {
    margin-left: 8px;
  }
  /*    .df-sidebar {
          min-height: auto;
          position: static;
          flex-direction: row;
          justify-content: space-between;
          padding: 16px 20px;

          &__nav,
          &__bottom {
              flex-direction: row;
              margin: 0;
          }

          &__nav {
              flex: initial;
          }
      }*/
  .df-header {
    padding: 4px 8px 0;
  }
  .df-page__content {
    padding: 0 8px 8px;
  }
  .df-dashboard__panel {
    padding: 22px;
  }
  .df-dashboard__title {
    font-size: 34px;
  }
  .df-section__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .df-upgrade-card {
    grid-column: auto;
  }
  .df-news-card {
    min-width: 100%;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .df-event-card__title {
    max-width: none;
    font-size: 20px;
  }
  .df-dashboard__panel,
  .df-calendar {
    border-radius: 22px;
  }
  .df-section__head--between {
    flex-direction: column;
    align-items: flex-start;
  }
}
#toastContainer {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 3000;
  pointer-events: none;
}

.df-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1080;
  width: 100%;
  max-width: 380px;
  pointer-events: none;
}

.df-toast {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  color: #fff;
  pointer-events: auto;
  background: linear-gradient(135deg, rgba(7, 26, 96, 0.98) 0%, rgba(18, 52, 142, 0.98) 100%);
  border: 1px solid rgba(105, 158, 255, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: translateY(-12px) scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.df-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.df-toast.is-hiding {
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
}
.df-toast--success {
  border-color: rgba(108, 170, 255, 0.45);
}
.df-toast--error {
  border-color: rgba(255, 120, 120, 0.38);
}
.df-toast__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.df-toast__content {
  min-width: 0;
  flex: 1 1 auto;
}
.df-toast__title {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.df-toast__text {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 767.98px) {
  .df-toast-container {
    top: 16px;
    right: 16px;
    left: 16px;
    max-width: none;
  }
}
/* =========================================
  NEWS section (reworked)
  AlvaSoft @ 2026
  ========================================= */
#news .section__head {
  margin-bottom: 18px;
}
#news .section__desc {
  max-width: 72ch;
}

/* controls (keep your .icon-btn if already exists; these are safe overrides) */
#news .slider__controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* track */
#news .news {
  --gap: 16px;
  --cardW: 720px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(49.3%, var(--cardW));
  gap: var(--gap);
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 6px 2px 14px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  /* clean scrollbar */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.14) transparent;
  /* fade edges like carousel */
}
#news .news::-webkit-scrollbar {
  height: 10px;
}
#news .news::-webkit-scrollbar-track {
  background: transparent;
}
#news .news::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

/* card */
#news .news-card {
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 186px 1fr;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
#news .news-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

/* media */
#news .news-card__media {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* subtle inner shading like screenshot */
}
#news .news-card__media img {
  width: 186px;
  height: 265px;
  object-fit: cover;
}
#news .news-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(280px 220px at 25% 20%, rgba(255, 255, 255, 0.18), transparent 58%), linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 55%);
  pointer-events: none;
}

/* body */
#news .news-card__body {
  padding: 32px 26px 12px 26px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 8px;
  /* keep same tone as landing panels */
  background: rgba(255, 255, 255, 0.03);
}

/* title */
#news .news-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
}

/* text */
#news .news-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  /* clamp for consistent card heights */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* "Learn more" */
#news .news-card__more {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
#news .news-card__more:hover {
  transform: translateY(-1px);
}
#news .news-card__more:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 980px) {
  #news .news {
    grid-auto-columns: minmax(100%, 92vw);
    -webkit-mask-image: none;
    mask-image: none;
  }
  #news .news-card {
    grid-template-columns: 186px 1fr;
  }
}
@media (max-width: 640px) {
  #news .news {
    grid-auto-columns: minmax(100%, 92vw);
    -webkit-mask-image: none;
    mask-image: none;
  }
  #news .news-card {
    grid-template-columns: 120px 1fr;
    min-height: unset;
  }
  #news .news-card__media img {
    height: 100%;
    width: 120px;
  }
  #news .news-card__body {
    padding: 18px 18px;
    width: 100%;
  }
  #news .news-card__text {
    -webkit-line-clamp: 5;
  }
}
/*.df-plan-border {
   //border: 1.5px solid rgba(255,255,255,0.4);
   //background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #004AAD, #5DE0E6) border-box;
   border-radius: 14px;
   border: 1.5px solid rgba(255,255,255,0.4);
   border: none;
   margin: 2px 0 30px 0;
   overflow: hidden;
   transition: transform .18s cubic-bezier(.4,0,.2,1), box-shadow .18s cubic-bezier(.4,0,.2,1);
   padding: 1.5px;*/
/*&:hover {
    transform: translateY(-1px) translateX(1px);
}*/
/*&.selected {
        border: none; //1.5px solid #5DE0E6;
        background: linear-gradient(211deg,rgba(0, 74, 173, 1) 0%, rgba(93, 224, 230, 0.76) 100%);
    }
}*/
.df-plan {
  --df-plan-bg-1: #02134a;
  --df-plan-bg-2: #0c2f7a;
  --df-plan-border: rgba(141, 184, 255, 0.35);
  --df-plan-text: #ffffff;
  --df-plan-muted: rgba(255, 255, 255, 0.68);
  --df-plan-soft: #9B9FAF;
  --df-plan-btn-bg: rgba(255, 255, 255, 0.14);
  --df-plan-btn-bg-hover: rgba(255, 255, 255, 0.2);
  --df-plan-check: #d9e7ff;
  position: relative;
  padding: 30px;
  margin: 2px 0 30px 0;
  color: var(--df-plan-text);
  background: linear-gradient(97.13deg, #020524 2.19%, #01295F 100%);
  border-radius: 20px;
  border: 1.01px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 0, 0, 0.2);
}
.df-plan.selected {
  border: 1.5px solid #5DE0E6;
}
.df-plan.Elite {
  border: 1.01px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(97.31deg, rgba(0, 74, 173, 0.6) 0%, rgba(93, 224, 230, 0.6) 100%);
}
.df-plan__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.df-plan__info {
  min-width: 0;
}
.df-plan__label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 22px;
}
.df-plan__price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
.df-plan__currency {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
.df-plan__price {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.df-plan__period {
  font-size: 14px;
  line-height: 1.2;
  color: #C7C8CF;
  white-space: nowrap;
}
.df-plan__actions {
  flex-shrink: 0;
}
.df-plan__btn {
  min-width: 176px;
  height: 45px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: var(--df-plan-btn-bg);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}
.df-plan__btn:hover, .df-plan__btn:focus {
  /*            background: var(--df-plan-btn-bg-hover);
              color: #ffffff;
  */
  background: #ffffff;
  color: #000000;
}
.df-plan__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0.8;
}
.df-plan__feature {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 3;
  color: #C7C8CF;
}
.df-plan__feature::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("/images/icons/tick-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.df-plan-Elite {
  background: linear-gradient(97.31deg, #0C3974 0%, #439195 100%);
}
.df-plan-Elite .df-plan__btn:not(:hover) {
  background: rgba(255, 255, 255, 0.15);
}

.df-community-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #0d1336;
  min-height: 320px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.df-community-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
}
.df-community-card:hover .df-community-card__image {
  transform: scale(1.05);
}
.df-community-card:hover .df-community-card__arrow {
  transform: translate(2px, -2px);
  color: #5DE0E6;
}
.df-community-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  color: #fff;
  text-decoration: none;
}
.df-community-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.df-community-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.df-community-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 28, 0.08) 0%, rgba(5, 8, 28, 0.5) 35%, rgba(5, 8, 28, 0.92) 100%);
}
.df-community-card__body {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
}
.df-community-card__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.df-community-card__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.df-community-card__arrow {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  opacity: 0.95;
  transition: transform 0.2s ease;
}
.df-community-card__arrow img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.df-community-card__text {
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .df-community-card {
    min-height: 300px;
  }
  .df-community-card__link {
    min-height: 300px;
  }
}
@media (max-width: 767.98px) {
  .df-community-card {
    min-height: 280px;
    border-radius: 20px;
  }
  .df-community-card__link {
    min-height: 280px;
  }
  .df-community-card__body {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .df-community-card__title {
    font-size: 1rem;
  }
  .df-community-card__text {
    font-size: 0.875rem;
  }
}

:root,
html[data-theme=light] {
  --df-admin-bg: #f4f7fb;
  --df-admin-surface: #ffffff;
  --df-admin-surface-2: #f8faff;
  --df-admin-sidebar: #151a36;
  --df-admin-sidebar-2: #1d2345;
  --df-admin-text: #1b2340;
  --df-admin-text-soft: #6d7693;
  --df-admin-border: #dbe2f0;
  --df-admin-primary: #4c6fff;
  --df-admin-primary-hover: #3f61ee;
  --df-admin-success: #198754;
  --df-admin-danger: #dc3545;
  --df-admin-warning: #f0ad4e;
  --df-admin-shadow: 0 14px 38px rgba(31, 42, 85, 0.08);
  --df-admin-radius: 18px;
  --df-admin-radius-sm: 12px;
}

html[data-theme=dark] {
  --df-admin-bg: #0b1020;
  --df-admin-surface: #161d33;
  --df-admin-surface-2: #1b2440;
  --df-admin-sidebar: #0d1328;
  --df-admin-sidebar-2: #111936;
  --df-admin-text: #edf2ff;
  --df-admin-text-soft: #9ca8cb;
  --df-admin-border: #2b3557;
  --df-admin-primary: #6b8cff;
  --df-admin-primary-hover: #5b7ef6;
  --df-admin-success: #2bb673;
  --df-admin-danger: #ff6b81;
  --df-admin-warning: #ffbd59;
  --df-admin-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  --df-admin-radius: 18px;
  --df-admin-radius-sm: 12px;
}

html,
body {
  min-height: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: Manrope;
}

body.df-admin-body {
  margin: 0;
  background: var(--df-admin-bg);
  color: var(--df-admin-text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  /* select2 */
  /*.select2-results__option--highlighted {
      background-color: red !important;
  }
  */
  /* /select2 */
}
body.df-admin-body table tr th {
  color: var(--df-admin-text);
  font-size: 12px;
}
body.df-admin-body table tr td {
  color: var(--df-admin-text);
  font-size: 12px;
}
body.df-admin-body .select2-container--default .select2-selection--single {
  border: 1px solid rgb(206, 212, 218) !important;
  _border-radius: 0 !important;
}
body.df-admin-body .select2-search__field:focus-visible, body.df-admin-body .select2-selection__rendered:focus-visible, body.df-admin-body .select2-selection:focus-visible, body.df-admin-body .select2-selection--single:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
body.df-admin-body .select2-selection__arrow {
  margin-top: 2px;
}
body.df-admin-body .select2-selection__clear {
  margin-top: 1px;
}
body.df-admin-body .select2-container .select2-selection--single {
  height: 44px !important;
  border-radius: 10px;
  border-color: var(--df-admin-border) !important;
  background-color: var(--df-admin-surface) !important;
  color: var(--df-admin-text);
}
body.df-admin-body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--df-admin-text) !important;
  line-height: 32px !important;
  font-size: 1rem !important;
}
body.df-admin-body .select2-dropdown {
  background-color: var(--df-admin-surface);
  border-color: var(--df-admin-border);
}
body.df-admin-body .select2-selection__arrow {
  top: 9px !important;
}
body.df-admin-body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--df-admin-surface-2);
}
body.df-admin-body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--df-admin-surface-2);
}

.df-admin-shell {
  display: flex;
  min-height: 100vh;
}

.df-admin-sidebar {
  width: 280px;
  flex: 0 0 280px;
  background: linear-gradient(180deg, var(--df-admin-sidebar) 0%, var(--df-admin-sidebar-2) 100%);
  color: #fff;
  padding: 20px 18px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.df-admin-sidebar__head {
  margin-bottom: 24px;
}

.df-admin-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}
.df-admin-brand:hover {
  color: #fff;
  opacity: 0.95;
}
.df-admin-brand__logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #5c7cff 0%, #7aa2ff 100%);
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 8px 24px rgba(92, 124, 255, 0.35);
}
.df-admin-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.df-admin-brand__title {
  font-size: 1rem;
  font-weight: 700;
}
.df-admin-brand__subtitle {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
}

.df-admin-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.df-admin-nav__section {
  margin-top: 14px;
  margin-bottom: 6px;
  padding: 0 10px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.46);
}
.df-admin-nav__link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.df-admin-nav__link:hover, .df-admin-nav__link:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.df-admin-nav__link.active, .df-admin-nav__link[aria-current=page] {
  background: rgba(107, 140, 255, 0.18);
  color: #fff;
  font-weight: 600;
}
.df-admin-nav__icon {
  width: 18px;
  text-align: center;
  opacity: 0.8;
}

.df-admin-main {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.df-admin-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  background: color-mix(in srgb, var(--df-admin-bg) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--df-admin-border);
}
.df-admin-header__left, .df-admin-header__right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.df-admin-page-meta__eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--df-admin-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.df-admin-page-meta__title {
  margin: 2px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--df-admin-text);
}

.df-admin-content {
  flex: 1 1 auto;
  padding: 24px;
}

.df-admin-container {
  width: 100%;
  max-width: 1400px;
}

.df-admin-icon-btn,
.df-admin-theme-toggle,
.df-admin-outline-btn {
  border-radius: 12px;
  min-height: 42px;
}

.df-admin-icon-btn,
.df-admin-theme-toggle {
  border: 1px solid var(--df-admin-border);
  background: var(--df-admin-surface);
  color: var(--df-admin-text);
}
.df-admin-icon-btn:hover,
.df-admin-theme-toggle:hover {
  background: var(--df-admin-surface-2);
  color: var(--df-admin-text);
}

.df-admin-theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}
.df-admin-theme-toggle__sun, .df-admin-theme-toggle__moon {
  font-size: 0.95rem;
  line-height: 1;
}

.df-admin-outline-btn {
  padding: 0 16px;
  border: 1px solid var(--df-admin-border);
  background: transparent;
  color: var(--df-admin-text);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.df-admin-outline-btn:hover {
  background: var(--df-admin-surface);
  color: var(--df-admin-text);
}

/* generic scaffold support */
.df-admin-content .container,
.df-admin-content .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.df-admin-content h1, .df-admin-content h2, .df-admin-content h3, .df-admin-content h4, .df-admin-content h5 {
  color: var(--df-admin-text);
  font-weight: 700;
}
.df-admin-content p,
.df-admin-content label,
.df-admin-content .form-label,
.df-admin-content .col-form-label,
.df-admin-content .form-text,
.df-admin-content .text-muted {
  color: var(--df-admin-text-soft) !important;
}
.df-admin-content a {
  color: var(--df-admin-primary);
}
.df-admin-content a:hover {
  color: var(--df-admin-primary-hover);
}
.df-admin-content .table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--df-admin-text);
  --bs-table-border-color: var(--df-admin-border);
  vertical-align: middle;
  margin-bottom: 0;
}
.df-admin-content .table > :not(caption) > * > * {
  padding: 0.95rem 0.9rem;
  background: transparent;
}
.df-admin-content .table-responsive,
.df-admin-content .table,
.df-admin-content .card,
.df-admin-content .list-group,
.df-admin-content form,
.df-admin-content .row > .col-md-4,
.df-admin-content .row > .col-md-8,
.df-admin-content .row > .col-md-6,
.df-admin-content .row > .col-lg-4,
.df-admin-content .row > .col-lg-6,
.df-admin-content .row > .col-lg-8,
.df-admin-content .row > .col-12 {
  border-radius: var(--df-admin-radius);
}
.df-admin-content .table-responsive,
.df-admin-content .card,
.df-admin-content .list-group,
.df-admin-content form:not(.df-no-card) {
  background: var(--df-admin-surface);
  border: 1px solid var(--df-admin-border);
  box-shadow: var(--df-admin-shadow);
}
.df-admin-content form:not(.df-no-card) {
  padding: 24px;
}
.df-admin-content .table-responsive {
  overflow: hidden;
}
.df-admin-content .form-control,
.df-admin-content .form-select {
  min-height: 46px;
  border-radius: 12px;
  border-color: var(--df-admin-border);
  background: var(--df-admin-surface);
  color: var(--df-admin-text);
}
.df-admin-content .form-control:focus,
.df-admin-content .form-select:focus {
  border-color: var(--df-admin-primary);
  box-shadow: 0 0 0 0.2rem rgba(76, 111, 255, 0.16);
  background: var(--df-admin-surface);
  color: var(--df-admin-text);
}
.df-admin-content .form-control::placeholder,
.df-admin-content .form-select::placeholder {
  color: var(--df-admin-text-soft);
}
.df-admin-content textarea.form-control {
  min-height: 120px;
}
.df-admin-content .form-check-input {
  border-color: var(--df-admin-border);
  background-color: var(--df-admin-surface);
}
.df-admin-content .form-check-input:checked {
  background-color: var(--df-admin-primary);
  border-color: var(--df-admin-primary);
}
.df-admin-content .btn {
  min-height: 42px;
  border-radius: 12px;
  font-weight: 600;
}
.df-admin-content .btn-primary {
  background: var(--df-admin-primary);
  border-color: var(--df-admin-primary);
}
.df-admin-content .btn-primary:hover, .df-admin-content .btn-primary:focus {
  background: var(--df-admin-primary-hover);
  border-color: var(--df-admin-primary-hover);
}
.df-admin-content .btn-secondary {
  background: var(--df-admin-surface-2);
  border-color: var(--df-admin-border);
  color: var(--df-admin-text);
}
.df-admin-content .btn-secondary:hover {
  background: var(--df-admin-surface);
  border-color: var(--df-admin-border);
  color: var(--df-admin-text);
}
.df-admin-content .btn-danger {
  background: var(--df-admin-danger);
  border-color: var(--df-admin-danger);
}
.df-admin-content .btn-outline-secondary,
.df-admin-content .btn-outline-primary,
.df-admin-content .btn-outline-danger {
  border-radius: 12px;
}
.df-admin-content .alert {
  border-radius: 14px;
  border: 1px solid var(--df-admin-border);
}
.df-admin-content .text-danger,
.df-admin-content .validation-summary-errors,
.df-admin-content .field-validation-error {
  color: var(--df-admin-danger) !important;
}
.df-admin-content .page-link {
  color: var(--df-admin-primary);
  border-color: var(--df-admin-border);
  background: var(--df-admin-surface);
}
.df-admin-content .page-item.active .page-link {
  background: var(--df-admin-primary);
  border-color: var(--df-admin-primary);
}
.df-admin-content dl.row {
  background: var(--df-admin-surface);
  border: 1px solid var(--df-admin-border);
  border-radius: var(--df-admin-radius);
  box-shadow: var(--df-admin-shadow);
  padding: 20px 24px;
  margin-bottom: 24px;
}
.df-admin-content dt {
  color: var(--df-admin-text-soft);
  font-weight: 600;
}
.df-admin-content dd {
  color: var(--df-admin-text);
}

/* helper wrappers for scaffold pages */
.df-admin-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.df-admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.df-admin-block {
  background: var(--df-admin-surface);
  border: 1px solid var(--df-admin-border);
  border-radius: var(--df-admin-radius);
  box-shadow: var(--df-admin-shadow);
  padding: 24px;
}

/* mobile */
@media (max-width: 991.98px) {
  .df-admin-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 40;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }
  .df-admin-sidebar.is-open {
    transform: translateX(0);
  }
  .df-admin-header {
    padding: 16px 18px;
  }
  .df-admin-content {
    padding: 18px;
  }
  .df-admin-page-meta__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .df-admin-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .df-admin-header__left, .df-admin-header__right {
    width: 100%;
    justify-content: space-between;
  }
  .df-admin-content {
    padding: 16px;
  }
  .df-admin-content form:not(.df-no-card) {
    padding: 18px;
  }
}
