:root {
  --qd-bg: #10140f;
  --qd-surface: #f8fbf0;
  --qd-surface-2: #ecf4e5;
  --qd-surface-3: #dfead5;
  --qd-text: #172016;
  --qd-muted: #667062;
  --qd-primary: #66b83f;
  --qd-primary-strong: #26762e;
  --qd-on-primary: #071408;
  --qd-secondary: #26a6bd;
  --qd-tertiary: #d78b32;
  --qd-danger: #d73c3c;
  --qd-outline: rgba(37, 58, 32, .2);
  --qd-shadow: 0 3px 0 rgba(42, 66, 34, .42), 0 16px 32px rgba(6, 15, 7, .14);
  --qd-pixel: linear-gradient(45deg, rgba(255,255,255,.04) 25%, transparent 25%),
              linear-gradient(-45deg, rgba(255,255,255,.04) 25%, transparent 25%),
              linear-gradient(45deg, transparent 75%, rgba(0,0,0,.04) 75%),
              linear-gradient(-45deg, transparent 75%, rgba(0,0,0,.04) 75%);
}

html,
body {
  background: var(--qd-bg);
}

body {
  color: var(--qd-text);
  letter-spacing: 0;
}

body:not(.login-page) .wrapper,
.content-wrapper {
  background:
    radial-gradient(circle at 12% 8%, rgba(102, 184, 63, .16), transparent 32rem),
    radial-gradient(circle at 88% 18%, rgba(38, 166, 189, .12), transparent 30rem),
    linear-gradient(180deg, #f8fbf0 0%, #eef5e8 54%, #e4eee0 100%);
}

.content-wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .46;
  background-image: var(--qd-pixel);
  background-size: 32px 32px;
  background-position: 0 0, 0 16px, 16px -16px, -16px 0;
  mix-blend-mode: multiply;
}

.content-wrapper > * {
  position: relative;
  z-index: 1;
}

.main-header.navbar {
  min-height: 58px;
  border-bottom: 2px solid rgba(30, 55, 27, .16);
  background: rgba(248, 251, 240, .92) !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 0 rgba(91, 127, 62, .18);
}

.main-header .navbar-brand,
.brand-link .brand-text,
.splash-head,
.content-header h1 {
  font-weight: 900 !important;
  letter-spacing: 0;
}

.main-header .nav-link,
.navbar-brand,
.brand-link {
  color: var(--qd-text) !important;
}

.main-header .nav-link {
  min-height: 42px;
  border-radius: 999px;
  margin: 0 3px;
  padding: .55rem .82rem;
  transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.main-header .nav-link:hover,
.main-header .nav-link:focus {
  background: rgba(102, 184, 63, .18);
  box-shadow: inset 0 -3px 0 rgba(38, 118, 46, .22);
  transform: translateY(-1px);
}

.main-sidebar {
  background:
    linear-gradient(180deg, rgba(22, 34, 20, .96), rgba(13, 20, 13, .98)),
    var(--qd-pixel);
  background-size: auto, 28px 28px;
  border-right: 2px solid rgba(126, 179, 91, .26);
  box-shadow: 6px 0 0 rgba(52, 80, 43, .2) !important;
}

.brand-link {
  min-height: 58px;
  border-bottom: 2px solid rgba(126, 179, 91, .2) !important;
  background: rgba(102, 184, 63, .12);
}

.brand-link .brand-text,
.sidebar,
.sidebar a,
.nav-sidebar .nav-header {
  color: #edf9e8 !important;
}

.nav-sidebar .nav-header {
  color: rgba(237, 249, 232, .62) !important;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-sidebar .nav-link {
  border-radius: 8px;
  margin: 3px 8px;
  color: rgba(237, 249, 232, .86) !important;
}

.nav-sidebar .nav-link.active,
.nav-sidebar .nav-link:hover {
  background: linear-gradient(135deg, var(--qd-primary), #9adf66) !important;
  color: var(--qd-on-primary) !important;
  box-shadow: inset 0 -3px 0 rgba(27, 80, 31, .28);
}

.content-header {
  padding-top: 1.35rem;
}

.content-header h1 {
  color: #14220f;
  font-size: clamp(1.5rem, 1.8rem, 2rem);
}

.card,
.modal-content,
.dropdown-menu,
.small-box,
.callout,
.alert {
  border-radius: 8px !important;
  border: 2px solid var(--qd-outline) !important;
  box-shadow: var(--qd-shadow) !important;
  overflow: hidden;
}

.card {
  background: rgba(255, 255, 248, .94);
}

.card-header {
  min-height: 48px;
  border-bottom: 2px solid rgba(38, 118, 46, .14);
  background:
    linear-gradient(90deg, rgba(102, 184, 63, .18), rgba(38, 166, 189, .1)),
    rgba(255, 255, 255, .72);
}

.card-title {
  color: #14220f;
  font-weight: 850 !important;
}

.card-footer,
.modal-footer {
  background: rgba(236, 244, 229, .82);
  border-top: 2px solid rgba(38, 118, 46, .12);
}

.table {
  color: var(--qd-text);
}

.table thead th {
  border-bottom: 2px solid rgba(38, 118, 46, .18);
  color: #24351f;
  font-weight: 850;
}

.table td,
.table th {
  border-top-color: rgba(37, 58, 32, .1);
}

.form-control,
.custom-select,
.custom-file-label,
.input-group-text {
  min-height: 42px;
  border-radius: 8px !important;
  border: 2px solid rgba(37, 58, 32, .22);
  background: rgba(255, 255, 255, .92);
  color: var(--qd-text);
}

.form-control:focus,
.custom-select:focus {
  border-color: var(--qd-primary);
  box-shadow: 0 0 0 4px rgba(102, 184, 63, .2);
}

.btn,
.main-button,
button.swal2-confirm,
button.swal2-cancel {
  border-radius: 999px !important;
  border-width: 0 !important;
  font-weight: 850 !important;
  letter-spacing: 0;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .18), 0 8px 18px rgba(18, 46, 21, .14);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.btn:hover,
.main-button:hover,
button.swal2-confirm:hover,
button.swal2-cancel:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.btn:active,
.main-button:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, .2);
}

.btn-primary,
.btn-success,
.main-button,
button.swal2-confirm {
  background: linear-gradient(135deg, #9adf66, var(--qd-primary)) !important;
  color: #081407 !important;
}

.btn-info {
  background: linear-gradient(135deg, #65d4e1, var(--qd-secondary)) !important;
  color: #041619 !important;
}

.btn-warning {
  background: linear-gradient(135deg, #ffd66d, var(--qd-tertiary)) !important;
  color: #241203 !important;
}

.btn-danger {
  background: linear-gradient(135deg, #ff7777, var(--qd-danger)) !important;
  color: #fff !important;
}

.btn-default,
.btn-secondary,
button.swal2-cancel {
  background: #e5ecd9 !important;
  color: #1d2d18 !important;
}

.badge {
  border-radius: 999px;
  font-weight: 850;
}

.dropdown-menu {
  padding: .45rem;
  background: rgba(255, 255, 248, .98);
}

.dropdown-item {
  border-radius: 7px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(102, 184, 63, .16);
  color: var(--qd-text);
}

.user-panel {
  border-bottom: 2px solid rgba(126, 179, 91, .18) !important;
}

.user-panel img,
.img-circle,
.bs-avatar {
  image-rendering: pixelated;
  border: 2px solid rgba(154, 223, 102, .7);
  box-shadow: 0 0 0 3px rgba(20, 35, 17, .55);
}

.login-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(9, 14, 8, .62), rgba(9, 14, 8, .7)),
    var(--qd-pixel),
    radial-gradient(circle at 25% 10%, rgba(102, 184, 63, .22), transparent 28rem),
    linear-gradient(135deg, #121b10, #071007 54%, #132317);
  background-size: auto, 32px 32px, auto, auto;
}

.login-logo a {
  color: #f5fff0;
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(0,0,0,.28);
}

.login-card-body {
  background: rgba(255, 255, 248, .95);
}

.hp-wrapper {
  position: relative;
  min-height: 76vh;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.hp-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 6, .72), rgba(7, 10, 6, .32) 52%, rgba(7, 10, 6, .7)),
    var(--qd-pixel);
  background-size: auto, 30px 30px;
  pointer-events: none;
}

.hp-wrapper > * {
  position: relative;
  z-index: 1;
}

.mobile-login-chip {
  display: none;
}

.hp-wrapper .navbar {
  background: rgba(7, 12, 6, .56) !important;
  border-bottom-color: rgba(255,255,255,.16);
  box-shadow: none;
}

.hp-wrapper .navbar .nav-link,
.hp-wrapper .navbar .navbar-brand {
  color: #f6fff0 !important;
}

.splash {
  max-width: 760px;
  padding-top: 22vh;
  padding-bottom: 14vh;
}

.splash-head {
  display: inline-block;
  margin-bottom: 1rem;
  color: #f8fff4;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .96;
  text-shadow: 0 6px 0 rgba(0, 0, 0, .28), 0 0 28px rgba(102, 184, 63, .34);
}

.splash-subhead {
  max-width: 680px;
  color: rgba(248, 255, 244, .92);
  font-size: 1.18rem;
  font-weight: 650;
  text-shadow: 0 2px 14px rgba(0,0,0,.34);
  white-space: normal !important;
  overflow-wrap: anywhere;
}

#intro,
#footer-wrap,
.main-footer {
  background:
    linear-gradient(180deg, rgba(248, 251, 240, .98), rgba(232, 241, 224, .98)),
    var(--qd-pixel);
  background-size: auto, 28px 28px;
}

#intro i.fas {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(102,184,63,.2), rgba(38,166,189,.14));
  color: var(--qd-primary-strong);
  box-shadow: inset 0 -4px 0 rgba(38, 118, 46, .16);
}

.dark-mode {
  --qd-surface: #151c14;
  --qd-surface-2: #202a1d;
  --qd-text: #edf9e8;
  --qd-muted: #b6c5ae;
  --qd-outline: rgba(190, 226, 166, .18);
}

.dark-mode .content-wrapper,
.dark-mode body:not(.login-page) .wrapper {
  background:
    radial-gradient(circle at 15% 12%, rgba(102,184,63,.12), transparent 32rem),
    linear-gradient(180deg, #0f150e, #151d13);
  color: var(--qd-text);
}

.dark-mode .card,
.dark-mode .modal-content,
.dark-mode .dropdown-menu,
.dark-mode .login-card-body {
  background: rgba(25, 35, 22, .95);
  color: var(--qd-text);
}

.dark-mode .card-header,
.dark-mode .card-footer {
  background: rgba(41, 57, 35, .76);
}

.dark-mode .main-header.navbar {
  background: rgba(18, 28, 16, .92) !important;
}

.dark-mode .main-header .nav-link,
.dark-mode .navbar-brand,
.dark-mode .content-header h1,
.dark-mode .card-title,
.dark-mode .table {
  color: var(--qd-text) !important;
}

.dark-mode .form-control,
.dark-mode .custom-select,
.dark-mode .custom-file-label,
.dark-mode .input-group-text {
  background: rgba(15, 23, 13, .96);
  color: var(--qd-text);
  border-color: rgba(190, 226, 166, .24);
}

@media (max-width: 767.98px) {
  .hp-wrapper .navbar .container,
  .layout-top-nav .main-header .container {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .hp-wrapper .navbar-header,
  .layout-top-nav .main-header .navbar-header {
    flex: 0 1 auto;
    min-width: 0;
  }

  .hp-wrapper .navbar-brand,
  .layout-top-nav .main-header .navbar-brand {
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.05rem;
    padding-left: 0;
    padding-right: .35rem;
  }

  .hp-wrapper .navbar-custom-menu,
  .layout-top-nav .main-header .navbar-custom-menu {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hp-wrapper .navbar-custom-menu {
    display: none;
  }

  .hp-wrapper .navbar-custom-menu .navbar-nav,
  .layout-top-nav .main-header .navbar-custom-menu .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
  }

  .hp-wrapper .navbar-custom-menu .navbar-nav {
    justify-content: flex-start;
    width: auto;
  }

  .hp-wrapper .navbar-custom-menu .nav-item,
  .layout-top-nav .main-header .navbar-custom-menu .nav-item {
    flex: 0 1 auto;
    min-width: 0;
  }

  .hp-wrapper .navbar-custom-menu .nav-link,
  .layout-top-nav .main-header .navbar-custom-menu .nav-link {
    min-height: 36px;
    padding-left: .34rem;
    padding-right: .34rem;
    font-size: .86rem;
    white-space: nowrap;
  }

  .splash {
    padding-top: 18vh;
    max-width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .splash-head {
    font-size: 3rem;
  }

  .splash-subhead {
    display: block;
    width: 20rem;
    max-width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
    font-size: .98rem;
    line-height: 1.55;
    word-break: normal;
  }

  .hp-wrapper .language-menu {
    display: none;
  }

  .hp-wrapper .navbar-custom-menu .nav-item:not(:first-child) {
    display: none;
  }

  .mobile-login-chip {
    position: fixed;
    top: .64rem;
    right: clamp(.55rem, 18vw, 5.5rem);
    z-index: 1040;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: .35rem;
    padding: .42rem .7rem;
    border-radius: 999px;
    background: rgba(7, 12, 6, .58);
    color: #f6fff0;
    font-family: "Source Sans Pro", "Microsoft Yahei", "Microsoft Jhenghei", sans-serif;
    font-weight: 850;
    box-shadow: inset 0 -2px 0 rgba(255,255,255,.14), 0 8px 22px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
  }

  .mobile-login-chip:hover,
  .mobile-login-chip:focus {
    color: #fff;
    background: rgba(102, 184, 63, .64);
  }

  .main-header .nav-link {
    padding-left: .58rem;
    padding-right: .58rem;
  }

  .content-header h1 {
    font-size: 1.45rem;
  }
}

/* 2026-05-17 ChatGPT patch: fix Bootstrap/React modals being trapped under the backdrop. */
.content-wrapper > * {
  z-index: auto !important;
}
.content-wrapper::before {
  z-index: auto !important;
  pointer-events: none !important;
}
.modal {
  z-index: 1060 !important;
}
.modal-backdrop {
  z-index: 1050 !important;
}
body.modal-open .content-wrapper::before {
  opacity: .18;
}

/* Hide the default footer/copyright strip. */
.main-footer,
#copyright,
#footer-wrap {
  display: none !important;
}

/* Qingdi MC official homepage */
.mc-official-home {
  min-height: 100vh;
  background: #0b120a;
  color: #f4ffe9;
}

.mc-home-shell {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(8, 14, 7, .78), rgba(8, 14, 7, .92)),
    var(--mc-hero-image),
    radial-gradient(circle at 18% 10%, rgba(106, 190, 67, .28), transparent 34rem),
    radial-gradient(circle at 84% 20%, rgba(38, 166, 189, .16), transparent 30rem),
    linear-gradient(135deg, #13230f, #071007 58%, #172815);
  background-position: center, center, center, center, center;
  background-size: auto, cover, auto, auto, auto;
}

.mc-home-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .44;
  background-image: var(--qd-pixel);
  background-size: 30px 30px;
  mix-blend-mode: screen;
}

.mc-home-nav {
  min-height: 64px;
  background: rgba(8, 15, 7, .62) !important;
  border-bottom: 1px solid rgba(214, 255, 190, .14);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.mc-home-nav .container {
  position: relative;
  z-index: 2;
}

.mc-brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #f7fff1 !important;
  font-weight: 950 !important;
  letter-spacing: 0;
}

.mc-brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #9adf66, #4ea83a);
  color: #0a1508;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .22), 0 10px 22px rgba(67, 164, 52, .28);
}

.mc-home-nav .nav-link {
  color: rgba(247, 255, 241, .88) !important;
  font-weight: 850;
}

.mc-nav-pill {
  background: rgba(154, 223, 102, .18);
  border: 1px solid rgba(214, 255, 190, .28);
}

.mc-hero {
  position: relative;
  padding: 10rem 0 5.5rem;
}

.mc-kicker,
.mc-section-title span,
.mc-join-card > div:first-child span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .8rem;
  padding: .42rem .78rem;
  border: 1px solid rgba(214, 255, 190, .22);
  border-radius: 999px;
  background: rgba(244, 255, 233, .08);
  color: #bdf59b;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.mc-hero h1 {
  max-width: 760px;
  margin: 0 0 1rem;
  color: #fbfff7;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: .95;
  font-weight: 950;
  text-shadow: 0 6px 0 rgba(0, 0, 0, .34), 0 0 40px rgba(102, 184, 63, .24);
}

.mc-hero-desc {
  max-width: 690px;
  margin-bottom: 1.8rem;
  color: rgba(244, 255, 233, .9);
  font-size: 1.12rem;
  line-height: 1.85;
  font-weight: 650;
}

.mc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-bottom: 1.2rem;
}

.mc-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .74rem 1.18rem;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.mc-btn:hover {
  transform: translateY(-2px);
}

.mc-btn-primary {
  background: linear-gradient(135deg, #b8f079, #63bc44);
  color: #071307 !important;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2), 0 18px 36px rgba(76, 177, 55, .28);
}

.mc-btn-ghost {
  border: 1px solid rgba(244, 255, 233, .32);
  background: rgba(244, 255, 233, .08);
  color: #f8fff3 !important;
}

.mc-server-card {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 1rem;
  padding: .7rem .75rem .7rem 1rem;
  border: 1px solid rgba(214, 255, 190, .2);
  border-radius: 22px;
  background: rgba(8, 15, 7, .56);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.mc-server-card span {
  display: block;
  color: rgba(244, 255, 233, .68);
  font-size: .78rem;
  font-weight: 850;
}

.mc-server-card strong {
  display: block;
  color: #fff;
  font-size: 1.08rem;
  word-break: break-all;
}

.mc-copy-btn {
  min-height: 38px;
  padding: .45rem .9rem;
  border: 0;
  border-radius: 999px;
  background: #e8ffd7;
  color: #0b1608;
  font-weight: 950;
  cursor: pointer;
}

.mc-status-panel {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(214, 255, 190, .18);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(244, 255, 233, .14), rgba(244, 255, 233, .06));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.mc-status-top {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: rgba(244, 255, 233, .86);
  font-weight: 900;
}

.mc-status-dot {
  width: .72rem;
  height: .72rem;
  border-radius: 50%;
  background: #8eff65;
  box-shadow: 0 0 0 6px rgba(142, 255, 101, .12), 0 0 28px rgba(142, 255, 101, .56);
}

.mc-block-face {
  display: grid;
  width: min(100%, 300px);
  margin: 2rem auto;
  aspect-ratio: 1;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 28px;
  transform: rotate(-5deg);
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, .22), 0 24px 44px rgba(0, 0, 0, .26);
}

.mc-block-face span:nth-child(4n+1) { background: #6aad42; }
.mc-block-face span:nth-child(4n+2) { background: #85c95a; }
.mc-block-face span:nth-child(4n+3) { background: #4f8e35; }
.mc-block-face span:nth-child(4n) { background: #2f6f2c; }
.mc-block-face span:nth-child(6),
.mc-block-face span:nth-child(7),
.mc-block-face span:nth-child(10),
.mc-block-face span:nth-child(11) { background: #5b3a22; }

.mc-mini-stats {
  display: grid;
  gap: .75rem;
}

.mc-mini-stats div {
  padding: .85rem;
  border-radius: 18px;
  background: rgba(3, 8, 4, .32);
}

.mc-mini-stats strong,
.mc-mini-stats span {
  display: block;
}

.mc-mini-stats strong {
  color: #f8fff3;
  font-weight: 950;
}

.mc-mini-stats span {
  color: rgba(244, 255, 233, .68);
  font-size: .9rem;
}

.mc-section,
.mc-join-section {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0;
  background: linear-gradient(180deg, #f7fbef, #e8f1df);
  color: #14200f;
}

.mc-section-title {
  margin-bottom: 1.8rem;
}

.mc-section-title span,
.mc-join-card > div:first-child span {
  background: rgba(102, 184, 63, .12);
  color: #2e782e;
  border-color: rgba(46, 120, 46, .16);
}

.mc-section-title h2,
.mc-join-card h2 {
  margin: 0;
  color: #14200f;
  font-weight: 950;
}

.mc-feature-card {
  display: block;
  height: 100%;
  padding: 1.35rem;
  border: 2px solid rgba(37, 58, 32, .12);
  border-radius: 26px;
  background: rgba(255, 255, 250, .9);
  color: #172016 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 34px rgba(37, 58, 32, .1);
  transition: transform .16s ease, box-shadow .16s ease;
}

.mc-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 42px rgba(37, 58, 32, .15);
}

.mc-feature-card i {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(102, 184, 63, .2), rgba(38, 166, 189, .12));
  color: #2c7b2c;
  font-size: 1.45rem;
}

.mc-feature-card h3 {
  margin-bottom: .55rem;
  font-size: 1.25rem;
  font-weight: 950;
}

.mc-feature-card p {
  margin: 0;
  color: #52604d;
  line-height: 1.75;
}

.mc-join-section {
  padding-top: 0;
}

.mc-join-card {
  padding: 1.35rem;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(102, 184, 63, .18), rgba(38, 166, 189, .12)),
    #fdfef8;
  box-shadow: 0 18px 36px rgba(37, 58, 32, .12);
}

.mc-join-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.mc-join-steps div {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
}

.mc-join-steps b,
.mc-join-steps strong,
.mc-join-steps p {
  display: block;
}

.mc-join-steps b {
  color: #2e782e;
  font-size: 1.6rem;
  line-height: 1;
}

.mc-join-steps strong {
  margin: .55rem 0 .25rem;
  color: #14200f;
  font-weight: 950;
}

.mc-join-steps p {
  margin: 0;
  color: #52604d;
}

@media (max-width: 767.98px) {
  .mc-home-nav .nav-link {
    padding-left: .48rem;
    padding-right: .48rem;
    font-size: .88rem;
  }
  .mc-brand span:last-child {
    max-width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mc-hero {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }
  .mc-hero h1 {
    font-size: 3.25rem;
  }
  .mc-server-card {
    width: 100%;
    justify-content: space-between;
  }
  .mc-join-steps {
    grid-template-columns: 1fr;
  }
}
