/* ===== 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;
}

.df-loginpage {
  --df-auth-bg: #020913;
  --df-auth-panel: rgba(10, 34, 43, .78);
  --df-auth-panel-border: rgba(93, 224, 230, .10);
  --df-auth-input: rgba(20, 48, 58, .58);
  --df-auth-input-border: #111111CC;
  --df-auth-input-focus: rgba(93, 224, 230, .42);
  --df-auth-text: #ffffff;
  --df-auth-muted: rgba(255, 255, 255, .66);
  --df-auth-cyan: #5de0e6;
  --landing-muted: rgba(232, 241, 246, 0.72);
  min-height: 100vh;
  margin: 0;
  color: var(--df-auth-text);
  background: radial-gradient(720px 220px at 50% 108%, rgba(93, 224, 230, 0.36), transparent 68%), radial-gradient(760px 520px at 96% 50%, rgba(19, 61, 74, 0.34), transparent 64%), radial-gradient(640px 460px at 7% 18%, rgba(28, 59, 75, 0.24), transparent 62%), linear-gradient(113deg, #07131c 0%, #020913 48%, #010813 100%);
  background-attachment: fixed;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

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

.df-loginpage__bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(108deg, rgba(255, 255, 255, 0.025), transparent 34%), linear-gradient(116deg, transparent 54%, rgba(255, 255, 255, 0.028) 54%, transparent 82%);
}

.df-auth-header {
  position: fixed;
  top: 28px;
  left: 48px;
  right: 48px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 40px;
}

.df-auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
}

.df-auth-brand:hover {
  color: #fff;
  text-decoration: none;
}

.df-auth-brand__mark {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--df-auth-cyan) 0 48%, transparent 48%), conic-gradient(from 45deg, #1e82d6 0 25%, #0e4d8e 25% 50%, transparent 50% 100%);
  box-shadow: 0 0 20px rgba(93, 224, 230, 0.22);
}

.df-auth-brand__text {
  position: relative;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.df-auth-brand__text sup {
  position: absolute;
  right: -12px;
  top: -10px;
  color: #16bdf2;
  font-size: 18px;
  line-height: 1;
}

.df-loginpage .df-auth-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.df-loginpage .df-auth-nav a {
  color: #FFFFFF;
}
.df-loginpage .df-auth-nav a:hover {
  color: var(--landing-muted);
}

.df-auth-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.df-auth-nav a:hover {
  color: #fff;
}

.df-loginpage__viewport {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 24px 70px;
}

.df-loginpage__viewport--compact {
  align-items: center;
}

.df-loginpage__shell {
  width: 100%;
  max-width: 648px;
}

.df-auth-card {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: var(--df-auth-panel);
  border: 1px solid var(--df-auth-panel-border);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.df-auth-card--center {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.df-auth-card--wide {
  max-width: 648px;
}

.df-auth-hero {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.df-auth-hero h1,
.df-auth-title {
  margin: 0;
  color: #fff;
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.05em;
}

.df-auth-hero h1 {
  font-size: clamp(32px, 4.2vw, 42px);
}

.df-auth-subtitle {
  margin: 12px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
}

.df-auth-card--center .df-auth-subtitle {
  max-width: 430px;
}

.df-auth-form {
  margin-top: 32px;
  display: grid;
  gap: 26px;
}

.df-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 20px;
}

.df-auth-field {
  min-width: 0;
}

.df-auth-field--full {
  grid-column: 1/-1;
}

.df-loginpage .form-label {
  margin: 0 0 9px;
  color: var(--df-auth-muted);
  font-size: 13px;
  font-weight: 400;
}

.df-loginpage .form-control,
.df-loginpage .form-select {
  width: 100%;
  min-height: 40px;
  border-radius: 10px;
  padding: 10px 12px;
  color: #fff;
  background: var(--df-auth-input);
  border: 1px solid var(--df-auth-input-border);
  box-shadow: none;
}

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

.df-loginpage .form-control:focus,
.df-loginpage .form-select:focus {
  color: #fff;
  background: var(--df-auth-input);
  border-color: var(--df-auth-input-focus);
  box-shadow: 0 0 0 3px rgba(93, 224, 230, 0.08);
}

.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;
  -webkit-box-shadow: 0 0 0 1000px #14303a inset !important;
  box-shadow: 0 0 0 1000px #14303a inset !important;
  border-color: var(--df-auth-input-border) !important;
}

.df-loginpage .form-check {
  margin: -8px 0 0;
}

.df-loginpage .form-check-input {
  background-color: var(--df-auth-input);
  border-color: var(--df-auth-input-border);
}

.df-loginpage .form-check-input:checked {
  background-color: var(--df-auth-cyan);
  border-color: var(--df-auth-cyan);
}

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

.df-auth-submit,
.df-loginpage .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--df-auth-cyan);
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none;
}

.df-auth-submit:hover,
.df-auth-submit:focus,
.df-loginpage .btn-primary:hover,
.df-loginpage .btn-primary:focus {
  background: #7aeef3;
  color: #000;
}

.df-auth-footer {
  margin-top: 32px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.df-auth-footer a,
.df-loginpage a {
  color: var(--df-auth-cyan);
  text-decoration: none;
}

.df-auth-footer a:hover,
.df-loginpage a:hover {
  color: #8bf6fa;
  text-decoration: none;
}

.df-auth-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.df-auth-social__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  font-weight: 700;
  background: #286fbe;
}

.df-auth-social__btn--google {
  background: #f4f4f2;
  color: #1b1b1b;
}

.df-auth-social__icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.df-auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 32px 0 26px;
  color: #fff;
  font-size: 14px;
}

.df-auth-divider::before,
.df-auth-divider::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

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

.df-auth-password {
  position: relative;
}

.df-auth-password__toggle {
  position: absolute;
  right: 12px;
  bottom: 9px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0.76;
}

.df-auth-password .form-control {
  padding-right: 42px;
}

.df-loginpage .iti {
  width: 100%;
}

.df-loginpage .iti__selected-dial-code {
  color: #fff;
}

.df-loginpage .iti__country-list {
  background: #07131c;
  border: 1px solid var(--df-auth-panel-border);
  color: #fff;
}

.df-loginpage .iti__country.iti__highlight,
.df-loginpage .iti__country:hover {
  background: rgba(93, 224, 230, 0.12);
}

@media (max-width: 900px) {
  .df-auth-header {
    position: absolute;
    top: 26px;
    left: 22px;
    right: 22px;
    gap: 22px;
  }
  .df-auth-nav {
    display: none;
  }
  .df-loginpage__viewport {
    padding: 120px 16px 44px;
  }
  .df-loginpage__shell {
    max-width: 648px;
  }
}
@media (max-width: 640px) {
  .df-auth-card {
    padding: 24px 18px;
    border-radius: 18px;
  }
  .df-auth-grid,
  .df-auth-social {
    grid-template-columns: 1fr;
  }
  .df-auth-title {
    font-size: 27px;
  }
  .df-auth-subtitle {
    font-size: 14px;
  }
}
.df-page {
  --df-bg: #030914;
  --df-surface: #65D7CD0D;
  --df-surface-2: #151a40;
  --df-surface-3: #60657f;
  --df-border: #8888884D;
  --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-panel-bg: #65D7CD0D;
  --df-card-meeting-bg: #65D7CD29;
  --df-card-request-bg: #0D1D26;
  --df-card-border: #8888884D;
  --df-action-accept-bg: #B1FFAE;
  --df-action-decline-bg: #65D7CD0D;
  --df-action-border: #8888884D;
  --df-radius-xl: 28px;
  --df-radius-lg: 20px;
  --df-radius-md: 16px;
  --df-radius-card: 15px;
  --df-radius-pill: 100px;
  --df-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  min-height: 100vh;
  display: grid;
  grid-template-columns: 110px 1fr;
  background: var(--df-bg);
  color: var(--df-text);
  font-family: Inter, Arial, sans-serif;
}

a:hover {
  color: #5DE0E6;
}

/* SIDEBAR */
.df-sidebar {
  background: #030914;
  min-height: 100vh;
  padding: 45px 16px 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: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px 0px 0px;
}
.df-header__title {
  flex: 1;
}
.df-header__title h1 {
  padding-top: 15px;
  font-size: 35px;
  font-weight: 400;
}
.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: var(--df-panel-bg);
  border-radius: var(--df-radius-lg);
  padding: 40px 20px 40px 40px;
  min-width: 0;
  box-shadow: none;
}
.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: 1px solid transparent;
  border-radius: var(--df-radius-pill);
  background: var(--df-cyan);
  color: #0a1033;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}
.df-btn-request:hover, .df-btn-request:focus, .df-btn-request:active {
  border-color: var(--df-card-border);
  background: #6fe2d8;
  color: #030914;
}

.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-panel-bg);
  border-radius: 30px;
  padding: 18px 18px 24px;
  box-shadow: none;
}
.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.is-selected {
  border-color: var(--df-cyan);
  box-shadow: 0 0 0 3px rgba(104, 224, 218, 0.14);
}
.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__day-panel {
  margin-bottom: 22px;
}
.df-calendar__day-panel-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.df-calendar__day-panel-text {
  color: var(--df-text-muted);
  font-size: 13px;
  line-height: 1.45;
}
.df-calendar__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.df-calendar__item {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-decoration: none;
}
.df-calendar__item:hover {
  border-color: rgba(104, 224, 218, 0.36);
  color: #fff;
}
.df-calendar__item-dot {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--df-cyan);
}
.df-calendar__item--event .df-calendar__item-dot {
  background: var(--df-yellow);
}
.df-calendar__item-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.df-calendar__item-body strong {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.df-calendar__item-body small {
  color: var(--df-text-muted);
  font-size: 12px;
}
.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: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  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;
  }
}
.df-calendar-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--df-text-muted);
  font-size: 14px;
}
.df-calendar-breadcrumb a {
  color: var(--df-text-muted);
  text-decoration: none;
}
.df-calendar-breadcrumb a:hover {
  color: var(--df-cyan);
}

.df-meeting-section + .df-meeting-section {
  margin-top: 42px;
}
.df-meeting-section__head {
  margin-bottom: 24px;
}
.df-meeting-section__title, .df-meeting-section__title-link {
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.df-meeting-section__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.df-meeting-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 20px;
}

.df-meeting-empty {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: var(--df-text-muted);
}

.df-meeting-card {
  overflow: visible;
  position: relative;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--df-card-border);
  border-radius: var(--df-radius-card);
  background: var(--df-card-meeting-bg);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.df-meeting-card--requests {
  background: var(--df-card-request-bg);
}
.df-meeting-card--upcoming, .df-meeting-card--completed {
  background: var(--df-card-meeting-bg);
}
.df-meeting-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.df-meeting-card__badge {
  position: absolute;
  top: -1px;
  left: 22px;
  z-index: 2;
  padding: 8px 18px;
  border: 1px solid rgba(255, 224, 32, 0.32);
  border-radius: 999px;
  background: rgba(106, 93, 21, 0.86);
  color: var(--df-yellow);
  font-size: 13px;
  transform: translateY(-50%);
}
.df-meeting-card__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 46px;
}
.df-meeting-card--requests .df-meeting-card__top {
  grid-template-columns: 1fr auto;
  padding-top: 16px;
}
.df-meeting-card__arrow {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.df-meeting-card__eyebrow, .df-meeting-card__label {
  color: var(--df-text-muted);
  font-size: 14px;
  line-height: 1.2;
}
.df-meeting-card__person, .df-meeting-card__title {
  margin: 3px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
}
.df-meeting-card__title {
  margin-top: 0;
  max-width: 250px;
}
.df-meeting-card__value {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
.df-meeting-card__meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  color: var(--df-text-muted);
  font-size: 14px;
}
.df-meeting-card__meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.df-meeting-card__icon {
  width: 16px;
  flex: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}
.df-meeting-card__pipe {
  color: rgba(255, 255, 255, 0.32);
}
.df-meeting-card__actions {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 8px;
}
.df-meeting-card__actions form {
  margin: 0;
}

.df-meeting-avatar {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #5de0e6 0%, #78d1a9 100%);
  color: #07131c;
  font-weight: 800;
}

.df-meeting-action {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid var(--df-action-border);
  border-radius: var(--df-radius-pill);
  font-size: 14px;
  font-weight: 600;
}
.df-meeting-action--accept {
  background: var(--df-action-accept-bg);
  color: #078313;
}
.df-meeting-action--decline {
  background: var(--df-action-decline-bg);
  color: #fff;
}

.df-meeting-related {
  margin-top: 20px;
}

.df-meeting-hero {
  position: relative;
  min-height: 410px;
  padding: 32px;
  border-radius: 24px;
  background: var(--df-surface);
  color: #fff;
}
.df-meeting-hero__badge {
  position: absolute;
  top: 0;
  left: 32px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 224, 32, 0.32);
  border-radius: 999px;
  background: rgba(106, 93, 21, 0.9);
  color: var(--df-yellow);
  transform: translateY(-50%);
}
.df-meeting-hero__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.df-meeting-hero__title {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.18;
}
.df-meeting-hero__title span,
.df-meeting-hero__title strong {
  display: block;
}
.df-meeting-hero__title strong {
  font-weight: 700;
}
.df-meeting-hero__subtitle {
  margin: 14px 0 0;
  max-width: 760px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}
.df-meeting-hero__actions {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex: 0 0 auto;
}
.df-meeting-hero__actions form {
  margin: 0;
}
.df-meeting-hero__actions .df-meeting-action {
  min-width: 140px;
}
.df-meeting-hero__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
}
.df-meeting-hero__content {
  min-width: 0;
}
.df-meeting-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 30px 44px;
  margin-top: 30px;
}
.df-meeting-hero__facts span {
  display: block;
  margin-bottom: 10px;
  color: var(--df-text-muted);
  font-size: 15px;
}
.df-meeting-hero__facts strong {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.df-meeting-hero__purpose {
  margin-top: 30px;
}
.df-meeting-hero__purpose span {
  display: block;
  margin-bottom: 10px;
  color: var(--df-text-muted);
}
.df-meeting-hero__purpose strong {
  display: block;
  color: #fff;
  font-size: 18px;
}
.df-meeting-hero__purpose p {
  margin: 6px 0 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

.df-meeting-portrait {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(93, 224, 230, 0.34), rgba(255, 255, 255, 0.1));
}
.df-meeting-portrait__initial {
  width: 150px;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0b1724;
  font-size: 64px;
  font-weight: 800;
}

.df-meeting-pill,
.df-meeting-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-size: 14px;
}

.df-meeting-status--accepted {
  border-color: rgba(165, 255, 157, 0.2);
  background: rgba(81, 159, 91, 0.34);
  color: #a5ff9d;
}

.df-meeting-status--pending {
  margin-top: 10px;
  border-color: rgba(101, 215, 205, 0.24);
  background: rgba(101, 215, 205, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.df-meeting-request-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 56px;
  margin-top: 28px;
}

.df-meeting-request-grid__aside,
.df-meeting-options {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.df-meeting-detail-line span {
  display: block;
  margin-bottom: 9px;
  color: var(--df-text-muted);
  font-size: 15px;
}
.df-meeting-detail-line strong {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.df-meeting-option {
  display: grid;
  grid-template-columns: 16px minmax(80px, auto) 1fr;
  gap: 10px;
  align-items: center;
  color: var(--df-text-muted);
}
.df-meeting-option input {
  width: 14px;
  height: 14px;
  accent-color: var(--df-cyan);
}
.df-meeting-option strong {
  color: #fff;
  font-weight: 400;
}

.df-request-modal {
  --df-request-bg: #0d1a22;
  --df-request-border: rgba(151, 181, 194, 0.28);
  --df-request-input: #0b171f;
  --df-request-muted: rgba(255, 255, 255, 0.62);
}
.df-request-modal .modal-dialog {
  max-width: 550px;
}
.df-request-modal__content {
  border: 1px solid var(--df-request-border);
  border-radius: 28px;
  background: var(--df-request-bg);
  color: #fff;
  padding: 30px 34px 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.df-request-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}
.df-request-modal__title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.df-request-modal__close {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  opacity: 0.9;
}
.df-request-modal__body {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.df-request-modal__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 146px;
  gap: 30px;
  margin-top: 34px;
}

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

.df-request-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  margin: 0;
}
.df-request-field span {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
}
.df-request-field--full {
  width: 100%;
}

.df-request-input {
  width: 100%;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--df-request-border);
  border-radius: 999px;
  background: var(--df-request-input);
  color: #fff;
  font-size: 15px;
  outline: 0;
}
.df-request-input::placeholder {
  color: var(--df-request-muted);
}
.df-request-input:focus {
  border-color: var(--df-cyan);
  box-shadow: 0 0 0 3px rgba(104, 224, 218, 0.12);
}

.df-request-modal .select2-container {
  width: 100% !important;
}
.df-request-modal .select2-container--default .select2-selection--single {
  min-height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid var(--df-request-border);
  border-radius: 999px;
  background: var(--df-request-input);
  outline: 0;
}
.df-request-modal .select2-container--default.select2-container--focus .select2-selection--single,
.df-request-modal .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--df-cyan);
  box-shadow: 0 0 0 3px rgba(104, 224, 218, 0.12);
}
.df-request-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 48px 0 20px;
  color: #fff;
  font-size: 15px;
  line-height: 44px;
}
.df-request-modal .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--df-request-muted);
}
.df-request-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.df-request-modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.df-request-modal .select2-dropdown,
.df-request-select2-dropdown {
  border: 1px solid var(--df-request-border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--df-request-input);
  color: #fff;
}

.df-request-modal .select2-dropdown .select2-search--dropdown,
.df-request-select2-dropdown .select2-search--dropdown {
  padding: 10px;
  background: var(--df-request-input);
}

.df-request-modal .select2-dropdown .select2-search__field,
.df-request-select2-dropdown .select2-search__field {
  min-height: 40px;
  border: 1px solid var(--df-request-border);
  border-radius: 999px;
  background: #07121a;
  color: #fff;
  outline: 0;
  padding: 0 14px;
}

.df-request-modal .select2-dropdown .select2-results__option,
.df-request-select2-dropdown .select2-results__option {
  padding: 10px 14px;
}

.df-request-modal .select2-dropdown .select2-results__option--highlighted[aria-selected],
.df-request-modal .select2-dropdown .select2-results__option[aria-selected=true],
.df-request-select2-dropdown .select2-results__option--highlighted[aria-selected],
.df-request-select2-dropdown .select2-results__option[aria-selected=true] {
  background: rgba(104, 224, 218, 0.18);
  color: #fff;
}

.df-request-stepper {
  width: 96px;
  min-height: 45px;
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border: 1px solid var(--df-request-border);
  border-radius: 999px;
  background: var(--df-request-input);
  overflow: hidden;
}
.df-request-stepper button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
}
.df-request-stepper strong {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.df-request-attendees {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.df-request-submit,
.df-request-cancel {
  min-height: 46px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
}

.df-request-submit {
  border: 0;
  background: #fff;
  color: #111923;
}

.df-request-cancel {
  border: 1px solid var(--df-request-border);
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
}

.df-request-validation {
  padding: 12px 14px;
  border: 1px solid rgba(255, 105, 105, 0.45);
  border-radius: 14px;
  background: rgba(255, 105, 105, 0.12);
  color: #ffb1b1;
  font-size: 14px;
}

@media (max-width: 1320px) {
  .df-meeting-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}
@media (max-width: 991.98px) {
  .df-meeting-grid,
  .df-meeting-hero__layout,
  .df-meeting-request-grid {
    grid-template-columns: 1fr;
  }
  .df-meeting-hero {
    padding: 24px;
  }
  .df-meeting-hero__head {
    flex-direction: column;
  }
  .df-meeting-hero__title {
    font-size: 28px;
  }
  .df-meeting-hero__facts {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .df-meeting-portrait {
    min-height: 220px;
  }
}
@media (max-width: 640px) {
  .df-meeting-grid {
    grid-template-columns: 1fr;
  }
  .df-meeting-card {
    padding: 20px;
  }
  .df-meeting-card__actions {
    grid-template-columns: 1fr;
  }
  .df-meeting-hero__actions {
    width: 100%;
    flex-direction: column;
  }
  .df-meeting-hero__actions form,
  .df-meeting-hero__actions .df-meeting-action {
    width: 100%;
  }
  .df-request-modal .modal-dialog {
    max-width: calc(100% - 22px);
    margin-left: auto;
    margin-right: auto;
  }
  .df-request-modal__content {
    padding: 24px 20px;
    border-radius: 24px;
  }
  .df-request-modal__footer,
  .df-request-modal .df-request-grid,
  .df-request-modal .df-request-date-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================
  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;
}
#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;
}
#news .news {
  /* fade edges like carousel */
}

/* 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;
}
#news .news-card__media img {
  width: 186px;
  height: 265px;
  object-fit: cover;
}
#news .news-card__media {
  /* subtle inner shading like screenshot */
}
#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-dashboard__content--wide {
  grid-template-columns: minmax(0, 1fr);
}
.df-dashboard__content--wide .df-dashboard__panel {
  padding: 38px 42px 50px;
}
.df-dashboard__content--wide .df-dashboard__scrollable {
  max-height: none !important;
  min-height: auto !important;
  overflow: visible;
  padding-right: 0;
}

.df-community-section {
  margin: 0;
}

.df-community-grid {
  display: grid;
  gap: 28px 30px;
}

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

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

.df-community-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 0;
  border: 0;
  border-radius: 15px;
  background: #0d1d26;
  color: #fff;
  box-shadow: none;
  transition: transform 0.22s ease;
}
.df-community-card:hover {
  transform: translateY(-2px);
}
.df-community-card:hover .df-community-card__image {
  transform: scale(1.035);
}
.df-community-card:hover .df-community-card__arrow {
  transform: translate(2px, -2px);
}

.df-community-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  color: #fff;
  text-decoration: none;
}

.df-community-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.df-community-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.df-community-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 9, 20, 0.02) 0%, rgba(3, 9, 20, 0.08) 42%, rgba(3, 9, 20, 0.88) 100%), linear-gradient(0deg, rgba(3, 9, 20, 0.56), rgba(3, 9, 20, 0.02) 55%);
}

.df-community-card__body {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 2;
}

.df-community-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}

.df-community-card__title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

.df-community-card__arrow {
  color: #fff;
  font-size: 23px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.df-community-card__text {
  max-width: 96%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.df-community-card__meta {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.df-community-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.df-community-card__meta-icon {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1;
}

.df-community-breadcrumb {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.35;
}
.df-community-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
.df-community-breadcrumb a:hover {
  color: var(--df-cyan);
}

.df-community-empty {
  padding: 28px;
  border-radius: 15px;
  background: rgba(101, 215, 205, 0.05);
  color: #fff;
}

.df-community-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 34px;
}

.df-community-article {
  min-width: 0;
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.df-community-article__media {
  overflow: hidden;
  border-radius: 8px;
  background: #0d1d26;
}

.df-community-article__image {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
}

.df-community-article__title {
  margin: 44px 0 22px;
  max-width: 820px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.28;
}

.df-community-article__lead,
.df-community-article__content {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.34;
}

.df-community-article__lead {
  margin: 0 0 46px;
}

.df-community-article__content {
  display: grid;
  gap: 24px;
}
.df-community-article__content h1,
.df-community-article__content h2,
.df-community-article__content h3,
.df-community-article__content h4 {
  margin: 26px 0 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
.df-community-article__content p {
  margin: 0 0 14px;
}

.df-community-article__published {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 54px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.df-community-more {
  min-width: 0;
}

.df-community-more__title {
  margin: 8px 0 28px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.df-community-card--compact {
  min-height: 335px;
  border-radius: 10px;
}
.df-community-card--compact + .df-community-card--compact {
  margin-top: 28px;
}
.df-community-card--compact .df-community-card__body {
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.df-community-card--compact .df-community-card__top {
  gap: 12px;
  margin-bottom: 16px;
}
.df-community-card--compact .df-community-card__title {
  font-size: 16px;
  line-height: 1.28;
}
.df-community-card--compact .df-community-card__arrow {
  font-size: 18px;
}
.df-community-card--compact .df-community-card__text {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.28;
  -webkit-line-clamp: 3;
}
.df-community-card--compact .df-community-card__meta {
  gap: 26px;
  margin-top: 22px;
  font-size: 11px;
}
.df-community-card--compact .df-community-card__meta-icon {
  font-size: 15px;
}

@media (max-width: 1199px) {
  .df-community-detail {
    grid-template-columns: 1fr;
  }
  .df-community-article {
    padding-right: 0;
    border-right: 0;
  }
  .df-community-more {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .df-community-more__title {
    grid-column: 1/-1;
  }
  .df-community-card--compact + .df-community-card--compact {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .df-dashboard__content--wide .df-dashboard__panel {
    padding: 28px 24px;
  }
  .df-community-grid--two,
  .df-community-grid--three,
  .df-community-more {
    grid-template-columns: 1fr;
  }
  .df-community-card,
  .df-community-card__link {
    min-height: 380px;
  }
}
@media (max-width: 640px) {
  .df-dashboard__content--wide .df-dashboard__panel {
    padding: 18px;
  }
  .df-community-card,
  .df-community-card__link {
    min-height: 330px;
  }
  .df-community-card__body {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }
  .df-community-card__title {
    font-size: 18px;
  }
  .df-community-card__text {
    font-size: 14px;
  }
  .df-community-card__meta {
    gap: 18px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .df-community-article__image {
    height: 250px;
  }
  .df-community-article__title {
    margin-top: 28px;
    font-size: 22px;
  }
}
.df-events-section {
  margin: 0 0 58px;
}

.df-events-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 24px;
  overflow: hidden;
}

.df-event-tile {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(136, 136, 136, 0.3);
  border-radius: 15px;
  background: rgba(101, 215, 205, 0.1);
  color: #fff;
}

.df-event-tile__media {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.df-event-tile__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.df-event-tile:hover .df-event-tile__image {
  transform: scale(1.035);
}

.df-event-tile__tag {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  max-width: calc(100% - 28px);
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 17, 24, 0.58);
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(10px);
}
.df-event-tile__tag::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.df-event-tile__body {
  padding: 24px 24px 26px;
}

.df-event-tile__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.df-event-tile__title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}
.df-event-tile__title a {
  color: inherit;
  text-decoration: none;
}
.df-event-tile__title a:hover {
  color: var(--df-cyan);
}

.df-event-tile__arrow {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
}

.df-event-tile__text {
  min-height: 70px;
  margin: 22px 0 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.df-event-tile__meta {
  display: grid;
  gap: 15px;
  margin-bottom: 28px;
}

.df-event-tile__meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.df-event-tile__icon {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1;
}

.df-event-tile__button {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(136, 136, 136, 0.3);
  border-radius: 999px;
  background: rgba(101, 215, 205, 0.05);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.df-event-tile__button:hover,
.df-event-tile__button:focus {
  background: #65d7cd;
  color: #030914;
}

.df-event-tile__button--confirmed {
  background: rgba(101, 215, 205, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.df-events-gallery {
  margin-top: 16px;
}

.df-events-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 330px));
  gap: 24px;
}

.df-events-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  background: #0d1d26;
}

.df-events-gallery__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(3, 9, 20, 0.88) 100%);
}

.df-events-gallery__body {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 8px;
}
.df-events-gallery__body strong {
  font-size: 18px;
  line-height: 1.25;
}
.df-events-gallery__body small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.df-event-detail {
  margin-bottom: 24px;
  padding: 32px;
  border-radius: 20px;
  background: rgba(101, 215, 205, 0.05);
}

.df-event-detail__grid {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 34px;
}

.df-event-detail__image-wrap {
  overflow: hidden;
  height: 350px;
  border-radius: 8px;
  background: #0d1d26;
}

.df-event-detail__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.df-event-detail__title {
  margin: 4px 0 28px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.32;
}

.df-event-detail__facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  width: 100%;
  margin-top: 26px;
}
.df-event-detail__facts span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}
.df-event-detail__facts strong {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.df-event-detail__confirm {
  min-width: 230px;
  min-height: 48px;
  margin-top: auto;
  border: 1px solid rgba(136, 136, 136, 0.3);
  border-radius: 8px;
  background: #65d7cd;
  color: #030914;
  font-size: 15px;
  font-weight: 600;
}

.df-event-detail__confirm--done {
  background: rgba(101, 215, 205, 0.05);
  color: #fff;
}

.df-event-detail__about {
  margin-top: 32px;
}
.df-event-detail__about span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}
.df-event-detail__about p {
  margin: 0;
  max-width: 920px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.df-event-request-modal .modal-dialog {
  max-width: 455px;
}

.df-event-request-modal__content {
  padding: 34px;
  border: 1px solid rgba(136, 136, 136, 0.3);
  border-radius: 28px;
  background: #0b151c;
  color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.df-event-request-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.df-event-request-modal__title {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.df-event-request-modal__close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.df-event-request-modal__body {
  display: grid;
  gap: 28px;
}

.df-event-request-field {
  display: grid;
  gap: 12px;
  margin: 0;
}
.df-event-request-field span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.df-event-request-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.df-event-request-input {
  width: 100%;
  min-height: 45px;
  padding: 0 18px;
  border: 1px solid rgba(136, 136, 136, 0.42);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  outline: 0;
}

.df-event-request-input:disabled {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.df-event-request-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.df-event-request-stepper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  min-height: 47px;
  border: 1px solid rgba(136, 136, 136, 0.42);
  border-radius: 999px;
  color: #fff;
}
.df-event-request-stepper button {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #fff;
}
.df-event-request-stepper strong {
  min-width: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.df-event-request-attendees {
  display: grid;
  gap: 16px;
}

.df-event-request-modal__footer {
  margin-top: 34px;
}

.df-event-request-submit {
  width: 100%;
  min-height: 45px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111820;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .df-events-track {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
  .df-event-detail__grid {
    grid-template-columns: 1fr;
  }
  .df-event-detail__image-wrap {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .df-events-track,
  .df-events-gallery__grid {
    grid-template-columns: 1fr;
  }
  .df-event-detail {
    padding: 22px;
  }
  .df-event-detail__title {
    font-size: 26px;
  }
  .df-event-detail__facts,
  .df-event-request-grid {
    grid-template-columns: 1fr;
  }
  .df-event-request-modal__content {
    padding: 28px 22px;
    border-radius: 22px;
  }
}
.df-dashboard__content--main {
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: start;
}
.df-dashboard__content--main .df-dashboard__panel {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.df-dashboard__content--main .df-dashboard__head {
  align-items: center;
  margin-bottom: 0 !important;
  padding-right: 0;
}
.df-dashboard__content--main .df-dashboard__scrollable {
  max-height: none !important;
  min-height: auto !important;
  overflow: visible;
  padding-right: 0;
}
.df-dashboard__content--main .df-calendar {
  min-height: calc(100vh - 205px);
}

.dash-hero,
.dash-dignitaries,
.dash-summary {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(101, 215, 205, 0.05);
}

.dash-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 34px;
  min-height: 300px;
  padding: 28px 30px;
}

.dash-hero__map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 245px;
  padding: 8px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.dash-hero__map img {
  width: min(100%, 560px);
  max-height: 245px;
  object-fit: contain;
  filter: saturate(1.1) drop-shadow(0 0 16px rgba(101, 215, 205, 0.16));
}

.dash-map-tools {
  position: absolute;
  top: 0;
  right: 34px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(3, 9, 20, 0.46);
}
.dash-map-tools span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.dash-top-companies {
  min-width: 0;
}
.dash-top-companies h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

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

.dash-company-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f7f7;
  color: #07121c;
  text-decoration: none;
}
.dash-company-card img {
  max-width: 82%;
  max-height: 62px;
  object-fit: contain;
}
.dash-company-card span {
  max-width: 86%;
  color: #07121c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.dash-dignitaries {
  margin-top: 18px;
  padding: 26px 26px 24px;
}

.dash-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.dash-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.dash-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(136, 136, 136, 0.3);
  border-radius: 999px;
  background: rgba(101, 215, 205, 0.05);
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.dash-view-all:hover {
  color: #030914;
  background: var(--df-cyan);
}

.dash-dignitary-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 16px;
  overflow: hidden;
}

.dash-dignitary-card {
  min-width: 0;
}

.dash-dignitary-card__link {
  position: relative;
  display: block;
  min-height: 205px;
  overflow: hidden;
  border: 1px solid rgba(136, 136, 136, 0.2);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: #0d1d26;
}
.dash-dignitary-card__link img {
  width: 100%;
  height: 205px;
  display: block;
  object-fit: cover;
  transition: transform 0.28s ease;
}
.dash-dignitary-card__link:hover img {
  transform: scale(1.035);
}

.dash-dignitary-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 9, 20, 0.02) 22%, rgba(3, 9, 20, 0.88) 100%);
}

.dash-dignitary-card__tag {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;
  max-width: calc(100% - 18px);
  min-height: 28px;
  padding: 7px 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8, 17, 24, 0.72);
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-dignitary-card__content {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: grid;
  gap: 4px;
}
.dash-dignitary-card__content strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
}
.dash-dignitary-card__content span,
.dash-dignitary-card__content small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  line-height: 1.2;
}

.dash-summary {
  margin-top: 18px;
  padding: 26px;
}

.dash-summary .df-meeting-section {
  margin-bottom: 40px;
}

.dash-summary .df-meeting-section__title,
.dash-summary .df-section__title {
  font-size: 18px;
}

.dash-summary .df-meeting-grid,
.dash-summary .df-events-track,
.dash-summary .df-community-grid--three {
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  gap: 18px;
}

.dash-summary .df-meeting-card {
  min-height: 242px;
  padding: 22px 18px 18px;
}

.dash-summary .df-events-section {
  margin-bottom: 40px;
}

.dash-summary .df-event-tile__media {
  height: 150px;
}

.dash-summary .df-event-tile__body {
  padding: 18px;
}

.dash-summary .df-event-tile__title {
  font-size: 17px;
}

.dash-summary .df-event-tile__text {
  min-height: 58px;
  margin: 16px 0 18px;
  font-size: 13px;
}

.dash-summary .df-community-card {
  min-height: 210px;
}

.dash-summary .df-community-card__body {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.dash-summary .df-community-card__title {
  font-size: 14px;
}

.dash-summary .df-community-card__top {
  margin-bottom: 10px;
}

.dash-summary .df-community-card__text {
  font-size: 12px;
  -webkit-line-clamp: 3;
}

.dash-summary .df-community-card__meta {
  display: none;
}

@media (max-width: 1199px) {
  .df-dashboard__content--main {
    grid-template-columns: 1fr;
  }
  .dash-hero {
    grid-template-columns: 1fr;
  }
  .dash-hero__map {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .dash-dignitary-row,
  .dash-summary .df-meeting-grid,
  .dash-summary .df-events-track,
  .dash-summary .df-community-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .dash-hero,
  .dash-dignitaries,
  .dash-summary {
    padding: 20px;
  }
  .dash-company-grid,
  .dash-dignitary-row,
  .dash-summary .df-meeting-grid,
  .dash-summary .df-events-track,
  .dash-summary .df-community-grid--three {
    grid-template-columns: 1fr;
  }
}
: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-table-head: #eef3ff;
  --df-admin-table-row-hover: #f6f8ff;
  --df-admin-table-control: #ffffff;
  --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-table-head: #111936;
  --df-admin-table-row-hover: #202a49;
  --df-admin-table-control: #111936;
  --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;
}
body.df-admin-body table tr th,
body.df-admin-body table tr td {
  color: var(--df-admin-text);
}
body.df-admin-body {
  /* select2 */
  /*.select2-results__option--highlighted {
      background-color: red !important;
  }
  */
}
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);
}
body.df-admin-body {
  /* /select2 */
}

.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;
  overflow: hidden;
  border: 1px solid var(--df-admin-border);
  border-radius: var(--df-admin-radius);
  background: var(--df-admin-surface);
  box-shadow: var(--df-admin-shadow);
}
.df-admin-content .table > :not(caption) > * > * {
  padding: 0.9rem 1rem;
  background: transparent;
  border-bottom-color: var(--df-admin-border);
  color: var(--df-admin-text);
  font-size: 0.84rem;
  line-height: 1.45;
}
.df-admin-content .table thead th,
.df-admin-content .table thead td {
  background: var(--df-admin-table-head);
  color: var(--df-admin-text-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.df-admin-content .table tbody tr {
  transition: background-color 0.16s ease;
}
.df-admin-content .table tbody tr:hover > * {
  background: var(--df-admin-table-row-hover);
}
.df-admin-content .table tbody tr:last-child > * {
  border-bottom-width: 0;
}
.df-admin-content .table a {
  font-weight: 700;
  text-decoration: none;
}
.df-admin-content .table img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.df-admin-content .table .nowrap {
  white-space: nowrap;
}
.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 .dt-container,
.df-admin-content .dataTables_wrapper {
  width: 100%;
  padding: 18px;
  border: 1px solid var(--df-admin-border);
  border-radius: var(--df-admin-radius);
  background: var(--df-admin-surface);
  box-shadow: var(--df-admin-shadow);
}
.df-admin-content .dt-container .table,
.df-admin-content .dt-container table.dataTable,
.df-admin-content .dataTables_wrapper .table,
.df-admin-content .dataTables_wrapper table.dataTable {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.df-admin-content .dt-container .row,
.df-admin-content .dataTables_wrapper .row {
  align-items: center;
  row-gap: 12px;
}
.df-admin-content .dt-container label,
.df-admin-content .dt-container .dt-info,
.df-admin-content .dt-container .dataTables_info,
.df-admin-content .dataTables_wrapper label,
.df-admin-content .dataTables_wrapper .dt-info,
.df-admin-content .dataTables_wrapper .dataTables_info {
  color: var(--df-admin-text-soft) !important;
  font-size: 0.82rem;
  font-weight: 600;
}
.df-admin-content .dt-container .dt-length,
.df-admin-content .dt-container .dataTables_length,
.df-admin-content .dt-container .dt-search,
.df-admin-content .dt-container .dataTables_filter,
.df-admin-content .dataTables_wrapper .dt-length,
.df-admin-content .dataTables_wrapper .dataTables_length,
.df-admin-content .dataTables_wrapper .dt-search,
.df-admin-content .dataTables_wrapper .dataTables_filter {
  margin-bottom: 14px;
}
.df-admin-content .dt-container .dt-search,
.df-admin-content .dt-container .dataTables_filter,
.df-admin-content .dataTables_wrapper .dt-search,
.df-admin-content .dataTables_wrapper .dataTables_filter {
  text-align: right;
}
.df-admin-content .dt-container .dt-input,
.df-admin-content .dt-container .dataTables_filter input,
.df-admin-content .dt-container .dataTables_length select,
.df-admin-content .dataTables_wrapper .dt-input,
.df-admin-content .dataTables_wrapper .dataTables_filter input,
.df-admin-content .dataTables_wrapper .dataTables_length select {
  min-height: 40px;
  border: 1px solid var(--df-admin-border);
  border-radius: 12px;
  background: var(--df-admin-table-control);
  color: var(--df-admin-text);
  box-shadow: none;
}
.df-admin-content .dt-container .dt-input:focus,
.df-admin-content .dt-container .dataTables_filter input:focus,
.df-admin-content .dt-container .dataTables_length select:focus,
.df-admin-content .dataTables_wrapper .dt-input:focus,
.df-admin-content .dataTables_wrapper .dataTables_filter input:focus,
.df-admin-content .dataTables_wrapper .dataTables_length select:focus {
  border-color: var(--df-admin-primary);
  box-shadow: 0 0 0 0.18rem rgba(76, 111, 255, 0.16);
  outline: 0;
}
.df-admin-content .dt-container .dataTables_filter input,
.df-admin-content .dt-container .dt-search input,
.df-admin-content .dataTables_wrapper .dataTables_filter input,
.df-admin-content .dataTables_wrapper .dt-search input {
  width: min(280px, 100%);
  margin-left: 8px;
  padding: 0.45rem 0.75rem;
}
.df-admin-content .dt-container .dataTables_length select,
.df-admin-content .dt-container .dt-length select,
.df-admin-content .dataTables_wrapper .dataTables_length select,
.df-admin-content .dataTables_wrapper .dt-length select {
  margin: 0 8px;
  padding: 0.4rem 2rem 0.4rem 0.7rem;
}
.df-admin-content .dt-container .dt-scroll,
.df-admin-content .dt-container .dataTables_scroll,
.df-admin-content .dataTables_wrapper .dt-scroll,
.df-admin-content .dataTables_wrapper .dataTables_scroll {
  border: 1px solid var(--df-admin-border);
  border-radius: var(--df-admin-radius-sm);
  overflow: hidden;
}
.df-admin-content .dt-container .dt-scroll-head,
.df-admin-content .dt-container .dataTables_scrollHead,
.df-admin-content .dataTables_wrapper .dt-scroll-head,
.df-admin-content .dataTables_wrapper .dataTables_scrollHead {
  background: var(--df-admin-table-head);
}
.df-admin-content .dt-container .dt-scroll-body,
.df-admin-content .dt-container .dataTables_scrollBody,
.df-admin-content .dataTables_wrapper .dt-scroll-body,
.df-admin-content .dataTables_wrapper .dataTables_scrollBody {
  border-color: var(--df-admin-border) !important;
}
.df-admin-content .dt-container .dt-paging,
.df-admin-content .dt-container .dataTables_paginate,
.df-admin-content .dataTables_wrapper .dt-paging,
.df-admin-content .dataTables_wrapper .dataTables_paginate {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.df-admin-content .dt-container .pagination,
.df-admin-content .dataTables_wrapper .pagination {
  margin: 0;
  gap: 6px;
}
.df-admin-content .dt-container .page-link,
.df-admin-content .dt-container .paginate_button,
.df-admin-content .dataTables_wrapper .page-link,
.df-admin-content .dataTables_wrapper .paginate_button {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--df-admin-border) !important;
  border-radius: 10px !important;
  background: var(--df-admin-table-control) !important;
  color: var(--df-admin-text-soft) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: none !important;
}
.df-admin-content .dt-container .page-link:hover, .df-admin-content .dt-container .page-link:focus,
.df-admin-content .dt-container .paginate_button:hover,
.df-admin-content .dt-container .paginate_button:focus,
.df-admin-content .dataTables_wrapper .page-link:hover,
.df-admin-content .dataTables_wrapper .page-link:focus,
.df-admin-content .dataTables_wrapper .paginate_button:hover,
.df-admin-content .dataTables_wrapper .paginate_button:focus {
  border-color: var(--df-admin-primary) !important;
  color: var(--df-admin-primary) !important;
}
.df-admin-content .dt-container .page-item.active .page-link,
.df-admin-content .dt-container .paginate_button.current,
.df-admin-content .dt-container .paginate_button.active,
.df-admin-content .dataTables_wrapper .page-item.active .page-link,
.df-admin-content .dataTables_wrapper .paginate_button.current,
.df-admin-content .dataTables_wrapper .paginate_button.active {
  border-color: var(--df-admin-primary) !important;
  background: var(--df-admin-primary) !important;
  color: #fff !important;
}
.df-admin-content .dt-container .page-item.disabled .page-link,
.df-admin-content .dt-container .paginate_button.disabled,
.df-admin-content .dataTables_wrapper .page-item.disabled .page-link,
.df-admin-content .dataTables_wrapper .paginate_button.disabled {
  opacity: 0.45;
  pointer-events: none;
}
.df-admin-content table.dataTable {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
.df-admin-content table.dataTable thead > tr > th,
.df-admin-content table.dataTable thead > tr > td {
  border-bottom: 1px solid var(--df-admin-border);
}
.df-admin-content table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
.df-admin-content table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  border: 0;
  background: var(--df-admin-primary);
  box-shadow: none;
  color: #fff;
}
.df-admin-content table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
.df-admin-content table.dataTable > tbody > tr.child span.dtr-title {
  color: var(--df-admin-text-soft);
  min-width: 120px;
}
.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;
  }
}
.df-page {
  --df-bg: #020913;
  --df-surface: #07151f;
  --df-surface-2: #0a1c26;
  --df-border: rgba(150, 225, 232, .13);
  --df-text: #edf7f8;
  --df-text-muted: rgba(237, 247, 248, .67);
  --df-text-soft: rgba(237, 247, 248, .48);
  --df-accent: #63d8da;
  --df-accent-2: #38a8c8;
  background: radial-gradient(circle at 82% 0%, rgba(77, 210, 218, 0.08), transparent 30%), var(--df-bg);
  font-family: Manrope, Inter, Arial, sans-serif;
}

/*.df-sidebar {
    background: #030914;
}*/
.df-sidebar__text-icon {
  color: var(--df-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.df-sidebar__link--active .df-sidebar__text-icon,
.df-sidebar__link:hover .df-sidebar__text-icon {
  color: var(--df-accent);
}

.df-header {
  gap: 22px;
}

.dg-search {
  position: relative;
  width: min(280px, 100%);
}
.dg-search::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1.8px solid rgba(237, 247, 248, 0.62);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.dg-search::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 1.8px;
  background: rgba(237, 247, 248, 0.62);
  transform: translateY(7px) rotate(45deg);
  pointer-events: none;
}
.dg-search input {
  width: 100%;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(150, 225, 232, 0.2);
  background: #08151d;
  color: var(--df-text);
  padding: 0 48px 0 22px;
  outline: none;
}
.dg-search input:focus {
  border-color: rgba(99, 216, 218, 0.65);
  box-shadow: 0 0 0 4px rgba(99, 216, 218, 0.08);
}

.dg-search--mobile {
  display: none;
  margin-bottom: 18px;
}

.dg-bell {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  position: relative;
}
.dg-bell::before {
  content: "";
  position: absolute;
  inset: 9px 11px 8px;
  border: 2px solid var(--df-text);
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
.dg-bell::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #53dfcc;
}

.dg-shell {
  margin: 0 auto;
  padding: 0 28px 28px 0;
}

.dg-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: -58px 0 46px;
  min-height: 58px;
}
.dg-title-row h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: var(--df-text);
}

.dg-breadcrumb {
  margin: 10px 0 30px 0;
  color: #FFFFFF;
  font-size: 14px;
}
.dg-breadcrumb a {
  color: var(--df-text-muted);
  text-decoration: none;
}

.dg-board,
.dg-profile,
.dg-panel,
.dg-cta,
.dg-empty {
  background: var(--df-surface);
  border: 1px solid rgba(150, 225, 232, 0.05);
  border-radius: 24px;
}

.dg-board {
  position: relative;
  padding: 34px;
}

.dg-board-add {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0d1c26;
  border: 1px solid #0d1c50;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.dg-board-add a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: inherit;
  color: var(--df-text);
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  transform: translateY(-1px);
}
.dg-board-add a:hover, .dg-board-add a:focus {
  background: #0d1c30;
  background: #294457;
  outline: none;
}

.dg-group + .dg-group {
  margin-top: 46px;
}

.dg-group h2 {
  margin: 0 0 28px;
  font-size: 27px;
  font-weight: 400;
}

.dg-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 28px 22px;
}

.dg-person-card {
  position: relative;
  min-width: 0;
}

.dg-person-card__link {
  position: relative;
  display: block;
  min-height: 290px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d1c26;
  transition: transform 0.25s ease;
}
.dg-person-card__link:hover img {
  transform: scale(1.04);
}

.dg-person-card__img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.dg-person-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 9, 19, 0.02) 38%, rgba(1, 9, 19, 0.9) 100%);
}

.dg-location {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(8, 19, 29, 0.768627451);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 400;
}

.dg-location__pin {
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}
.dg-location__pin::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
}

.dg-person-card__content {
  position: absolute;
  left: 22px;
  right: 18px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #fff;
}
.dg-person-card__content strong {
  font-size: 18px;
  line-height: 1.1;
}
.dg-person-card__content span {
  font-size: 14px;
  line-height: 1.25;
}

.filelogo-prompt {
  padding: 7px 15px;
  background: rgba(8, 19, 29, 0.768627451);
  margin-top: 7px;
  border-radius: 999px;
  border: 1px solid rgba(99, 216, 218, 0.34);
  color: #041019;
  font-size: 14px;
  font-weight: 400;
}
.filelogo-prompt:hover {
  color: #06131c;
  background: rgba(99, 216, 218, 0.08);
  border: 1px solid rgba(99, 216, 218, 0.12);
}

.dg-card-edit {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  padding: 7px 11px;
  background: rgba(8, 19, 29, 0.768627451);
  border-radius: 999px;
  color: #041019;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.dg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #63d8da;
  color: #06131c;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.dg-btn:hover {
  color: #06131c;
  background: #79e8e8;
}

.dg-btn--ghost {
  border: 1px solid rgba(99, 216, 218, 0.34);
  background: rgba(99, 216, 218, 0.08);
  color: var(--df-text);
}

.dg-btn--dark {
  background: #020913;
  color: var(--df-text);
}

.dg-profile {
  padding: 32px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 38px;
}

.dg-profile__photo {
  width: 260px;
  height: 320px;
  border-radius: 8px;
  object-fit: cover;
}

.dg-profile__main {
  min-width: 0;
}

.dg-profile__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.dg-profile__top h2 {
  margin: 6px 0 28px;
  font-size: 31px;
  line-height: 1;
}

.dg-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 26px 70px;
  margin: 0 0 36px;
}
.dg-facts dt {
  color: var(--df-text-muted);
  font-size: 14px;
  margin-bottom: 8px;
}
.dg-facts dd {
  margin: 0;
  font-size: 16px;
}

.dg-company-mark {
  min-height: 70px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dg-company-mark img {
  max-width: 260px;
  max-height: 80px;
}

.dg-profile__meta {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  gap: 28px;
  padding: 24px 28px;
  border: 1px solid rgba(150, 225, 232, 0.14);
  border-radius: 8px;
}
.dg-profile__meta > div {
  position: relative;
  min-width: 0;
}
.dg-profile__meta > div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 1px;
  height: 73px;
  background: rgba(150, 225, 232, 0.07);
  transform: translateY(-50%);
}
.dg-profile__meta > div:first-child::before {
  content: none;
}
.dg-profile__meta span {
  display: block;
  margin-bottom: 13px;
  color: #5fd1d1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dg-profile__meta strong {
  font-size: 16px;
  line-height: 1.25;
}

.dg-info-grid,
.dg-snapshot-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.dg-panel {
  padding: 30px;
}
.dg-panel h3 {
  margin: 0 0 16px;
  color: var(--df-text-muted);
  font-size: 14px;
  font-weight: 600;
}
.dg-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.dg-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dg-highlight {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
}
.dg-highlight span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(150, 225, 232, 0.14);
  background: #020913;
}

.dg-snapshot {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding-right: 0;
  overflow: hidden;
}
.dg-snapshot dl {
  display: grid;
  gap: 19px;
  margin: 0;
}
.dg-snapshot dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
}
.dg-snapshot dt {
  font-weight: 700;
}
.dg-snapshot dd {
  margin: 0;
  color: var(--df-text-muted);
}
.dg-snapshot img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.dg-projects {
  margin-top: 20px;
}

.dg-project-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 14px 10px 0 48px;
}

.dg-project-card {
  flex: 0 0 520px;
  display: grid;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(150, 225, 232, 0.12);
  background: #0b2029;
}
.dg-project-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.dg-project-card div {
  padding: 28px 24px;
}
.dg-project-card h4 {
  margin: 0 0 18px;
  font-size: 22px;
}
.dg-project-card p {
  color: var(--df-text-muted);
}

.dg-additional {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 1fr;
  gap: 36px;
}
.dg-additional dl {
  display: grid;
  gap: 32px;
  margin: 0;
}
.dg-additional dl div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
}
.dg-additional dd {
  margin: 0;
  color: var(--df-text-muted);
}

.dg-check {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.dg-check__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(150, 225, 232, 0.14);
  background: #020913;
  position: relative;
  flex: 0 0 38px;
}
.dg-check__icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 10px;
  height: 16px;
  border: solid var(--df-text);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dg-partners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}
.dg-partners span {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}
.dg-partners img {
  max-width: 100%;
  max-height: 54px;
}

.dg-cta {
  margin-top: 20px;
  padding: 34px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(90deg, #07151f 0%, #63d8da 100%);
}
.dg-cta h2 {
  margin: 0 0 12px;
  font-size: 29px;
}
.dg-cta p {
  margin: 0;
}

.df-inline-result,
.dg-empty {
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(99, 216, 218, 0.12);
  color: var(--df-text);
}

.df-inline-result--error {
  background: rgba(255, 110, 110, 0.15);
}

.dg-edit-form {
  display: grid;
  gap: 20px;
  padding: 30px;
  border-radius: 24px;
  background: var(--df-surface);
}
.dg-edit-form .dg-edit-grid > label {
  display: grid;
  gap: 8px;
  color: var(--df-text-muted);
  font-size: 14px;
}
.dg-edit-form input,
.dg-edit-form select,
.dg-edit-form textarea {
  width: 100%;
  border: 1px solid rgba(150, 225, 232, 0.16);
  border-radius: 12px;
  background: #020913;
  color: var(--df-text);
  padding: 12px 14px;
  outline: none;
}

.dg-edit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dg-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 1199px) {
  .dg-card-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
  .dg-additional,
  .dg-profile__meta {
    grid-template-columns: 1fr 1fr;
  }
  .dg-profile__meta > div::before {
    content: none;
  }
  .dg-profile__meta > div:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 73px;
    background: rgba(150, 225, 232, 0.07);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .dg-shell {
    padding-right: 8px;
  }
  .dg-title-row {
    margin-top: 0;
  }
  .dg-search--header {
    display: none;
  }
  .dg-search--mobile {
    display: block;
  }
  .dg-profile,
  .dg-info-grid,
  .dg-snapshot-row,
  .dg-snapshot,
  .dg-additional,
  .dg-edit-grid {
    grid-template-columns: 1fr;
  }
  .dg-profile__photo {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .dg-board {
    padding: 20px;
  }
  .dg-card-grid {
    grid-template-columns: 1fr;
  }
  .dg-profile__top,
  .dg-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .dg-profile__meta,
  .dg-facts {
    grid-template-columns: 1fr;
  }
  .dg-profile__meta > div {
    padding-top: 20px;
  }
  .dg-profile__meta > div:first-child {
    padding-top: 0;
  }
  .dg-profile__meta > div::before,
  .dg-profile__meta > div:nth-child(even)::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(150, 225, 232, 0.07);
    transform: none;
  }
  .dg-profile__meta > div:first-child::before {
    content: none;
  }
  .dg-project-card {
    flex-basis: 86vw;
    grid-template-columns: 1fr;
  }
}
