html,
body {
  background: #030814 !important;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Arial, sans-serif;
}

body {
  background:
    radial-gradient(circle at 18% 18%, rgba(36, 99, 235, 0.18), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(255, 40, 100, 0.14), transparent 28%),
    radial-gradient(circle at 50% 85%, rgba(0, 190, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #040914 0%, #020611 100%) !important;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: .05;
  z-index: 0;
}

.c-app,
.c-body,
.c-wrapper,
.c-main,
.mst-main-shell {
  background: transparent !important;
}

.c-app,
.c-body,
.c-wrapper {
  position: relative;
}

.c-wrapper {
  margin-left: 270px;
  transition: margin-left .22s ease;
}

/* SIDEBAR */
.c-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px !important;
  flex: 0 0 270px !important;
  background:
    radial-gradient(circle at 0% 20%, rgba(0,120,255,0.14), transparent 35%),
    radial-gradient(circle at 100% 0%, rgba(255,48,110,0.10), transparent 28%),
    linear-gradient(180deg, #07101c 0%, #040b15 100%) !important;
  border-right: 1px solid rgba(255,255,255,.06) !important;
  box-shadow:
    inset -1px 0 0 rgba(255,255,255,.03),
    12px 0 36px rgba(0,0,0,.22),
    0 0 24px rgba(0,120,255,.05) !important;
  z-index: 1030;
  transition: transform .22s ease;
  overflow: visible !important;
}

.c-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: .08;
}

.c-sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 40px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,110,255,.10), transparent 70%);
  filter: blur(16px);
  opacity: .8;
}

.c-sidebar .c-sidebar-brand {
  min-height: 96px !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  background: rgba(255,255,255,.01) !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.mst-sidebar-brand-wrap {
  height: 96px !important;
  padding: 22px 24px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mst-sidebar-logo {
  max-width: 180px !important;
  height: auto;
}

.c-sidebar .c-sidebar-nav {
  padding-top: 18px !important;
}

.c-sidebar .c-sidebar-nav-link {
  min-height: 56px !important;
  padding: 14px 18px !important;
  margin: 6px 12px !important;
  border-radius: 16px !important;
  color: #dbe7f5 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  transition: all .18s ease !important;
}

.c-sidebar .c-sidebar-nav-icon {
  color: #7dd3fc !important;
  font-size: 19px !important;
  margin-right: 14px !important;
  width: 22px !important;
  text-align: center;
}

.c-sidebar .c-sidebar-nav-link:hover {
  background: rgba(255,255,255,.04) !important;
  box-shadow: 0 0 18px rgba(0,140,255,.08);
  color: #fff !important;
}

.c-sidebar .c-sidebar-nav-link.c-active {
  background: linear-gradient(90deg, rgba(255,48,110,0.20), rgba(0,120,255,0.08)) !important;
  box-shadow:
    inset 2px 0 0 rgba(255,70,120,0.95),
    0 0 18px rgba(255,60,120,0.10),
    0 0 20px rgba(0,120,255,0.05) !important;
  color: #fff !important;
}

.c-sidebar .c-sidebar-nav-link.c-active .c-sidebar-nav-icon {
  color: #a5ecff !important;
  filter: drop-shadow(0 0 8px rgba(125,211,252,.34));
}

/* HAMBURGER */
.mst-hamburger {
  background: transparent;
  border: 0;
  color: #e5eefb;
  font-size: 26px !important;
  cursor: pointer;
  padding: 0 4px;
  margin-right: 6px;
}

body.mst-sidebar-collapsed .c-sidebar {
  transform: translateX(-270px) !important;
}

body.mst-sidebar-collapsed .c-wrapper {
  margin-left: 0 !important;
}

/* TOPBAR */
.mst-topbar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 86px !important;
  padding: 0 26px !important;
  background: linear-gradient(90deg, rgba(6,14,26,0.92), rgba(5,12,24,0.88)) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.05) !important;
  box-shadow:
    inset 0 -1px 0 rgba(255,255,255,.03),
    0 8px 22px rgba(0,0,0,.18) !important;
  overflow: visible !important;
}

.mst-topbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(90,180,255,.28), transparent);
  pointer-events: none;
}

.mst-topbar::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -18px;
  height: 38px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 50%, rgba(90,180,255,.22), transparent 18%),
    radial-gradient(circle at 52% 50%, rgba(120,140,255,.16), transparent 20%),
    radial-gradient(circle at 82% 50%, rgba(255,60,120,.16), transparent 18%);
  filter: blur(18px);
  opacity: .95;
}

.mst-topbar-title {
  color: #f8fbff;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: .1px;
}

.mst-topbar-spacer {
  flex: 1;
}

.mst-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mst-topbar-user,
.mst-topbar-logout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px !important;
  padding: 0 18px !important;
  font-size: 16px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.025);
  color: #dbe7f5 !important;
  text-decoration: none !important;
}

.mst-topbar-avatar {
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,43,71,.55);
  color: #f8fbff;
  font-size: 15px !important;
  font-weight: 700;
}

.mst-topbar-caret {
  font-size: 12px;
  color: #94a3b8;
}

/* MAIN */
.mst-main-shell {
  padding: 22px 24px 30px !important;
}

.mst-page-shell {
  min-height: calc(100vh - 140px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 0%, rgba(52,104,255,.10), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(255,40,100,.08), transparent 22%),
    rgba(6,12,24,.62) !important;
  border: 1px solid rgba(255,255,255,.05);
  box-shadow:
    0 18px 46px rgba(0,0,0,.22),
    0 0 22px rgba(0,120,255,.035) !important;
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.mst-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: .10;
}

/* MOBILE */
@media (max-width: 991px) {
  #sidebar.c-sidebar,
  .c-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 100vh !important;
    margin-left: 0 !important;
    transform: translateX(-280px) !important;
    transition: transform .30s ease !important;
    z-index: 10050 !important;
    display: block !important;
  }

  body.mst-mobile-sidebar-open #sidebar.c-sidebar,
  body.mst-mobile-sidebar-open .c-sidebar {
    transform: translateX(0) !important;
  }

  .c-wrapper,
  .c-sidebar + .c-wrapper,
  body .c-wrapper {
    margin-left: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  body.mst-mobile-sidebar-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 17, 0.68);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 10040;
  }

  .mst-topbar {
    min-height: 70px !important;
    padding: 0 14px !important;
  }

  .mst-topbar-user {
    display: none !important;
  }

  .mst-main-shell {
    padding: 14px !important;
  }

  .mst-page-shell {
    padding: 18px;
    min-height: calc(100vh - 110px);
  }

  .mst-sidebar-logo {
    max-width: 150px !important;
  }
}

@media (max-width: 767.98px) {
  .mst-topbar-title {
    font-size: 18px !important;
  }

  .mst-topbar-logout {
    min-height: 42px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
  }

  .mst-topbar-avatar {
    width: 28px !important;
    height: 28px !important;
    font-size: 13px !important;
  }

  .mst-page-shell {
    border-radius: 22px;
    padding: 16px;
  }
}

/* LOGIN PAGE */
.mst-login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 42, 88, 0.16), transparent 40%),
    radial-gradient(circle at 80% 25%, rgba(0, 190, 255, 0.14), transparent 42%),
    radial-gradient(circle at 50% 80%, rgba(90, 180, 255, 0.10), transparent 35%),
    linear-gradient(180deg, #020514 0%, #040a12 100%);
}

.mst-login-shell {
  width: min(460px, 100%);
  padding: 18px;
}

.mst-login-card {
  border-radius: 24px;
  padding: 30px 28px;
  background: rgba(15, 20, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 2px 18px rgba(0, 120, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.mst-login-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.mst-login-logo {
  max-width: 170px;
  height: auto;
}

.mst-login-header {
  text-align: center;
  margin-bottom: 26px;
}

.mst-login-header h1 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
  color: #f6f9ff;
  letter-spacing: 0.2px;
}

.mst-login-header p {
  margin: 0;
  color: rgba(235, 245, 255, 0.75);
  font-size: 15px;
}

.mst-login-form {
  display: grid;
  gap: 18px;
}

.mst-form-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(235, 245, 255, 0.80);
  font-size: 14px;
  font-weight: 500;
}

.mst-form-label input {
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 29, 0.70);
  padding: 0 16px;
  color: #f5f9ff;
  font-size: 15px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.mst-form-label input:focus {
  border-color: rgba(255, 44, 100, 0.75);
  box-shadow: 0 0 0 4px rgba(255, 44, 100, 0.16);
}

.mst-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mst-form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(235, 245, 255, 0.78);
  font-size: 14px;
}

.mst-form-checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #ff2c64;
}

.mst-form-forgot {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.18s ease;
}

.mst-form-forgot:hover {
  color: rgba(255, 255, 255, 0.95);
}

.mst-btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mst-btn-primary {
  background: linear-gradient(90deg, rgba(255, 49, 112, 0.90), rgba(255, 179, 82, 0.82));
  color: #040a17;
  box-shadow: 0 14px 28px rgba(255, 60, 110, 0.25);
}

.mst-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(255, 60, 110, 0.35);
}

@media (max-width: 480px) {
  .mst-login-card {
    padding: 24px 18px;
  }

  .mst-login-header h1 {
    font-size: 22px;
  }
}

/* PAYEE FORM */
.mst-payee-form h2 {
  color: #f6f9ff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

/* FACTORING FORM */
.mst-factoring-form h2 {
  color: #f6f9ff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

/* TEAM FORM */
.mst-team-form h2 {
  color: #f6f9ff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.mst-team-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.mst-team-actions button {
  background: linear-gradient(90deg, rgba(255, 49, 112, 0.90), rgba(255, 179, 82, 0.82));
  color: #040a17;
  border: 1px solid transparent;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease;
}

.mst-team-actions button:hover {
  transform: translateY(-1px);
}

.mst-team-row {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 120px 1fr 100px;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  padding: 16px;
  background: rgba(8, 14, 29, 0.50);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.row-number {
  color: #dbe7f5;
  font-weight: 600;
  text-align: center;
}

.mst-team-row input,
.mst-team-row textarea {
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 29, 0.70);
  padding: 0 12px;
  color: #f5f9ff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.18s ease;
}

.mst-team-row input:focus,
.mst-team-row textarea:focus {
  border-color: rgba(255, 44, 100, 0.75);
}

.mst-team-row textarea {
  height: 60px;
  resize: vertical;
  padding-top: 8px;
  padding-bottom: 8px;
}

.remove-row {
  background: rgba(255, 70, 70, 0.80);
  color: #fff;
  border: 1px solid transparent;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease;
}

.remove-row:hover {
  background: rgba(255, 70, 70, 1);
}

/* ORDERS FORM */
.mst-orders-form h2 {
  color: #f6f9ff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.mst-company-fees-form h2 {
  color: #f6f9ff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.mst-company-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(8, 14, 29, 0.50);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mst-company-card h3 {
  color: #f6f9ff;
  font-size: 18px;
  margin: 0 0 14px;
  font-weight: 600;
}

.mst-company-cap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.mst-company-fee-head,
.mst-company-fee-row {
  display: grid;
  grid-template-columns: 1.3fr .9fr .9fr 1fr;
  gap: 12px;
  align-items: center;
}

.mst-company-fee-head {
  padding: 8px 10px;
  color: #9bb0cc;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.mst-company-fee-row {
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 29, 0.42);
}

.mst-company-fee-row .fee-title {
  color: #dbe7f5;
  font-weight: 600;
}

.mst-company-fee-row select,
.mst-company-fee-row input {
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 29, 0.70);
  padding: 0 12px;
  color: #f5f9ff;
  font-size: 14px;
  outline: none;
}

.mst-company-fee-row-auto input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.10);
}

.mst-company-summary-grid {
  display: grid;
  gap: 10px;
}

.mst-company-summary-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 29, 0.42);
  color: #dbe7f5;
}

.mst-company-summary-row .summary-label {
  font-weight: 700;
  color: #f6f9ff;
}

.mst-orders-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.mst-orders-actions button {
  background: linear-gradient(90deg, rgba(255, 49, 112, 0.90), rgba(255, 179, 82, 0.82));
  color: #040a17;
  border: 1px solid transparent;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease;
}

.mst-orders-actions button:hover {
  transform: translateY(-1px);
}

.mst-order-block {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  background: rgba(8, 14, 29, 0.50);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.mst-order-block h3 {
  color: #f6f9ff;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.remove-order {
  background: rgba(255, 70, 70, 0.80);
  color: #fff;
  border: 1px solid transparent;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease;
}

.remove-order:hover {
  background: rgba(255, 70, 70, 1);
}

.mst-order-block h3 + .mst-form-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.origins-section,
.destinations-section {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.origins-section h4,
.destinations-section h4 {
  color: #dbe7f5;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.origins-list,
.destinations-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.add-origin,
.add-destination {
  background: rgba(0, 120, 255, 0.80);
  color: #fff;
  border: 1px solid transparent;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.18s ease;
}

.add-origin:hover,
.add-destination:hover {
  background: rgba(0, 120, 255, 1);
}

.accessorials-section {
  margin-top: 20px;
}

.add-accessorial {
  background: rgba(120, 140, 255, 0.80);
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.18s ease;
}

.accessorials-list {
  margin-top: 12px;
}

.accessorial-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
  padding: 12px;
  background: rgba(8, 14, 29, 0.40);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.accessorial-fields {
  display: contents;
}

.accessorials-summary {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.remove-accessorial {
  background: rgba(255, 70, 70, 0.80);
  color: #fff;
  border: 1px solid transparent;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.18s ease;
}

.remove-accessorial:hover {
  background: rgba(255, 70, 70, 1);
}

.calculate-miles {
  background: rgba(0, 190, 255, 0.80);
  color: #fff;
  border: 1px solid transparent;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.18s ease;
  margin-left: 8px;
}

.calculate-miles:hover {
  background: rgba(0, 190, 255, 1);
}

.calculate-miles:disabled {
  background: rgba(100, 100, 100, 0.80);
  cursor: not-allowed;
}

.mst-form-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.mst-vehicle-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.mst-vehicle-actions button {
  background: linear-gradient(90deg, rgba(255, 49, 112, 0.90), rgba(255, 179, 82, 0.82));
  color: #040a17;
  border: 1px solid transparent;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease;
}

.mst-vehicle-actions button:hover {
  transform: translateY(-1px);
}

.mst-vehicle-block {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  background: rgba(8, 14, 29, 0.50);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mst-vehicle-block h3 {
  color: #f6f9ff;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 600;
}

.mst-vehicle-block .mst-form-section {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.mst-section-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px;
}

.mst-section-group h4 {
  margin: 0 0 8px;
  color: #dbe7f5;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mst-form-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(235, 245, 255, 0.80);
  font-size: 14px;
  font-weight: 500;
}

.mst-form-label span {
  font-weight: 600;
}

.mst-form-label input,
.mst-form-label select,
.mst-form-label textarea {
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 29, 0.70);
  padding: 0 14px;
  color: #f5f9ff;
  font-size: 15px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.mst-form-label input:focus,
.mst-form-label select:focus,
.mst-form-label textarea:focus {
  border-color: rgba(255, 44, 100, 0.75);
  box-shadow: 0 0 0 3px rgba(255, 44, 100, 0.16);
}

.mst-form-label textarea {
  height: 80px;
  resize: vertical;
  padding-top: 12px;
  padding-bottom: 12px;
}

