:root {
  color-scheme: dark;
  --bg: #050a12;
  --panel: #091526;
  --panel-2: #0b1b2d;
  --line: rgba(66, 174, 226, .22);
  --line-strong: rgba(76, 211, 255, .42);
  --text: #eef7ff;
  --muted: #8fa5bd;
  --soft: #b8c9db;
  --cyan: #3fdcff;
  --teal: #45e3c2;
  --purple: #8b6dff;
  --danger: #ff6f91;
  --success: #54e4ad;
  --radius: 22px;
  --shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(27, 139, 255, .17), transparent 31rem),
    radial-gradient(circle at 92% 14%, rgba(62, 224, 196, .08), transparent 27rem),
    linear-gradient(180deg, #050a12 0%, #07101c 52%, #050a12 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image:
    linear-gradient(rgba(79, 152, 210, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 152, 210, .08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.help-shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.sr-only, .help-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; border-radius: 10px; color: #04101b; background: var(--cyan); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.help-ambient { position: fixed; width: 460px; height: 460px; border-radius: 50%; filter: blur(120px); opacity: .18; pointer-events: none; }
.help-ambient--one { left: -170px; top: 120px; background: #167eff; }
.help-ambient--two { right: -190px; top: 500px; background: #32d5bd; }

.help-header { position: sticky; top: 0; z-index: 70; border-bottom: 1px solid rgba(255,255,255,.05); background: rgba(5, 10, 18, .84); backdrop-filter: blur(22px); }
.help-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.help-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.help-brand > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(64, 210, 255, .23); border-radius: 14px; background: rgba(21, 151, 220, .08); }
.help-brand strong { display: grid; font-size: 16px; line-height: 1.05; }
.help-brand small { margin-top: 4px; color: #75dfff; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.help-header__nav { display: flex; align-items: center; gap: 22px; }
.help-header__nav a { color: #9aabc0; font-size: 13px; font-weight: 750; text-decoration: none; transition: color .2s ease; }
.help-header__nav a:hover { color: var(--text); }
.help-header__actions { display: flex; align-items: center; gap: 10px; }
.help-header__dashboard { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid rgba(77, 197, 244, .28); border-radius: 13px; color: #dff7ff; background: rgba(20, 133, 192, .08); font-size: 12px; font-weight: 850; text-decoration: none; }
.help-header .nc-language-selector { --compact-width: 82px; --expanded-width: 260px; }

.help-hero { position: relative; z-index: 1; padding: 96px 0 42px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; align-items: end; }
.help-hero__copy { min-width: 0; }
.help-eyebrow, .help-section__head > span { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.help-hero h1 { max-width: 850px; margin: 15px 0 18px; font-size: clamp(46px, 7vw, 84px); line-height: .98; letter-spacing: -.062em; }
.help-hero__copy > p { max-width: 780px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.help-search { max-width: 760px; min-height: 60px; margin-top: 30px; padding: 0 17px; display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 12px; border: 1px solid rgba(71, 205, 255, .3); border-radius: 17px; background: rgba(7, 18, 31, .88); box-shadow: 0 20px 55px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.025); }
.help-search:focus-within { border-color: rgba(108, 228, 255, .65); box-shadow: 0 0 0 4px rgba(48, 198, 255, .08), 0 20px 55px rgba(0,0,0,.22); }
.help-search svg { width: 22px; height: 22px; fill: none; stroke: var(--cyan); stroke-width: 1.8; stroke-linecap: round; }
.help-search input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--text); background: transparent; font-size: 15px; }
.help-search input::placeholder { color: #657a91; }
.help-search kbd { min-width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #71859c; background: rgba(255,255,255,.025); font-size: 12px; }
.help-search__result { min-height: 20px; margin-top: 9px !important; color: #6f879f !important; font-size: 12px !important; }
.help-hero__status { min-height: 178px; padding: 25px; display: grid; grid-template-columns: 12px 1fr; gap: 12px; align-content: center; border: 1px solid rgba(72, 226, 188, .22); border-radius: var(--radius); background: linear-gradient(145deg, rgba(10, 31, 43, .92), rgba(6, 17, 29, .94)); box-shadow: var(--shadow); }
.help-status-dot { width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 16px rgba(84, 228, 173, .75); }
.help-hero__status div { display: grid; gap: 7px; }
.help-hero__status strong { font-size: 16px; }
.help-hero__status small { color: var(--muted); line-height: 1.5; }
.help-hero__status a { grid-column: 2; color: #8cebd0; font-size: 12px; font-weight: 850; text-decoration: none; }

.help-paths { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.help-path { min-height: 118px; padding: 18px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 17px; background: rgba(8, 19, 33, .82); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.help-path:hover { transform: translateY(-3px); border-color: var(--line-strong); background: rgba(11, 29, 47, .94); }
.help-path--primary { border-color: rgba(56, 208, 255, .4); background: linear-gradient(145deg, rgba(15, 50, 74, .92), rgba(8, 22, 36, .94)); }
.help-path > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(74, 208, 255, .23); border-radius: 11px; color: var(--cyan); background: rgba(42, 179, 237, .07); font-size: 10px; font-weight: 900; }
.help-path div { min-width: 0; display: grid; gap: 5px; }
.help-path strong { font-size: 13px; }
.help-path small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.help-path b { color: #5edaff; font-size: 18px; }

.help-section { position: relative; z-index: 1; padding-block: 92px 0; }
.help-section__head { max-width: 760px; margin-bottom: 34px; }
.help-section__head h2, .help-contact__intro h2 { margin: 13px 0 13px; font-size: clamp(34px, 4vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
.help-section__head p, .help-contact__intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.help-start-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }
.help-start-grid li { min-height: 170px; padding: 22px; display: grid; grid-template-columns: 42px 1fr; gap: 15px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(10, 24, 40, .88), rgba(6, 14, 25, .92)); }
.help-start-grid li > b { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(70, 211, 255, .25); border-radius: 12px; color: var(--cyan); background: rgba(43, 183, 241, .07); font-size: 11px; }
.help-start-grid li div { display: grid; align-content: start; gap: 10px; }
.help-start-grid strong { font-size: 16px; }
.help-start-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.help-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.help-faq { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: rgba(8, 19, 33, .84); }
.help-faq[open] { border-color: rgba(69, 216, 255, .38); background: rgba(10, 27, 44, .94); }
.help-faq summary { min-height: 68px; padding: 14px 17px; display: grid; grid-template-columns: 32px minmax(0,1fr) 24px; align-items: center; gap: 11px; cursor: pointer; list-style: none; }
.help-faq summary::-webkit-details-marker { display: none; }
.help-faq summary > span { color: #5ccff4; font-size: 10px; font-weight: 900; }
.help-faq summary strong { font-size: 14px; line-height: 1.4; }
.help-faq summary i { width: 22px; height: 22px; position: relative; border: 1px solid rgba(75, 203, 244, .24); border-radius: 8px; }
.help-faq summary i::before, .help-faq summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 1.5px; border-radius: 2px; background: var(--cyan); transform: translate(-50%,-50%); transition: transform .2s ease; }
.help-faq summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.help-faq[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.help-faq p { margin: 0; padding: 0 73px 20px 60px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.help-empty { padding: 34px; border: 1px dashed rgba(77, 201, 241, .25); border-radius: 18px; text-align: center; }
.help-empty p { color: var(--muted); }
[data-help-search-item][hidden] { display: none !important; }

.help-contact { padding-bottom: 100px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); gap: 28px; align-items: start; }
.help-contact__intro { padding: 28px 0; position: sticky; top: 105px; }
.help-contact__links { margin-top: 28px; display: grid; gap: 10px; }
.help-contact__links a { padding: 15px 17px; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 14px; background: rgba(8, 19, 33, .74); text-decoration: none; }
.help-contact__links a:hover { border-color: var(--line-strong); }
.help-contact__links a.help-contact__discord {
  position: relative;
  overflow: hidden;
  border-color: rgba(108, 92, 255, .48);
  background: linear-gradient(135deg, rgba(65, 191, 255, .11), rgba(126, 77, 255, .14));
  box-shadow: inset 3px 0 0 #6a8cff;
}
.help-contact__links a.help-contact__discord::after {
  content: "Discord";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 8px;
  border: 1px solid rgba(119, 105, 255, .32);
  border-radius: 999px;
  color: #b9c7ff;
  background: rgba(6, 14, 27, .62);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.help-contact__links a.help-contact__discord:hover {
  border-color: rgba(82, 213, 255, .68);
  box-shadow: inset 3px 0 0 #53d8ff, 0 12px 30px rgba(83, 102, 255, .13);
}

.help-contact__links strong { font-size: 13px; }
.help-contact__links small { color: var(--muted); font-size: 11px; }
.help-contact__form-card { padding: 26px; border: 1px solid rgba(61, 200, 255, .28); border-radius: 22px; background: linear-gradient(145deg, rgba(10, 25, 42, .96), rgba(6, 14, 25, .97)); box-shadow: var(--shadow); }
.help-form { display: grid; gap: 15px; }
.help-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.help-form label { display: grid; gap: 7px; }
.help-form label > span { color: #aebed0; font-size: 11px; font-weight: 800; }
.help-form input, .help-form select, .help-form textarea { width: 100%; border: 1px solid rgba(77, 148, 199, .25); border-radius: 12px; outline: 0; color: var(--text); background: rgba(3, 11, 20, .72); }
.help-form input, .help-form select { min-height: 46px; padding: 0 13px; }
.help-form textarea { min-height: 150px; padding: 13px; resize: vertical; line-height: 1.55; }
.help-form input:focus, .help-form select:focus, .help-form textarea:focus { border-color: rgba(83, 215, 255, .62); box-shadow: 0 0 0 4px rgba(47, 186, 242, .08); }
.help-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.help-form__footer p { max-width: 390px; margin: 0; color: #71869d; font-size: 10.5px; line-height: 1.5; }
.help-form__footer button { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 13px; color: #03111d; background: linear-gradient(135deg, #4de7ff, #48e1bd); font-weight: 900; cursor: pointer; }
.help-form-success, .help-form-errors { margin-bottom: 18px; padding: 15px; border-radius: 14px; }
.help-form-success { display: flex; gap: 12px; border: 1px solid rgba(73, 226, 171, .3); background: rgba(48, 192, 137, .08); }
.help-form-success > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--success); background: rgba(75, 220, 166, .1); font-weight: 900; }
.help-form-success p, .help-form-success small { margin: 4px 0 0; color: #9ec7b8; font-size: 12px; line-height: 1.5; }
.help-form-errors { border: 1px solid rgba(255, 104, 141, .35); background: rgba(152, 35, 68, .1); }
.help-form-errors ul { margin: 8px 0 0; padding-left: 18px; color: #e7a6b7; font-size: 12px; line-height: 1.55; }

.help-footer { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.06); background: rgba(4, 8, 14, .78); }
.help-footer__inner { min-height: 96px; padding-block: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.help-footer__inner > div { display: grid; gap: 5px; }
.help-footer strong { font-size: 13px; }
.help-footer small { color: var(--muted); font-size: 11px; }
.help-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.help-footer a { color: #8499af; font-size: 11px; text-decoration: none; }
.help-footer a:hover { color: var(--text); }

@media (max-width: 1050px) {
  .help-header__nav { display: none; }
  .help-hero { grid-template-columns: 1fr; }
  .help-hero__status { max-width: 560px; }
  .help-paths { grid-template-columns: 1fr 1fr; }
  .help-start-grid { grid-template-columns: 1fr 1fr; }
  .help-contact { grid-template-columns: 1fr; }
  .help-contact__intro { position: static; }
}
@media (max-width: 700px) {
  .help-shell { width: min(100% - 24px, 1180px); }
  .help-header__inner { min-height: 70px; }
  .help-header__dashboard { display: none; }
  .help-brand small { display: none; }
  .help-hero { padding-top: 64px; }
  .help-hero h1 { font-size: clamp(42px, 14vw, 62px); }
  .help-paths, .help-start-grid, .help-faq-grid, .help-form__row { grid-template-columns: 1fr; }
  .help-contact { grid-template-columns: minmax(0,1fr); }
  .help-contact__form-card { padding: 19px; }
  .help-form__footer { align-items: stretch; flex-direction: column; }
  .help-form__footer button { justify-content: center; }
  .help-footer__inner { align-items: flex-start; flex-direction: column; }
  .help-footer nav { justify-content: flex-start; }
}
@media (max-width: 440px) {
  .help-header .nc-language-selector { --compact-width: 76px; --expanded-width: calc(100vw - 24px); }
  .help-search kbd { display: none; }
  .help-search { grid-template-columns: 24px 1fr; }
  .help-faq p { padding-left: 17px; padding-right: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
