@import url("/styles.css?v=sha256-bfd5c78ec30e3684b1a731900e7e600703512e35d74bfea305c42e2181381d64");

.help-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.help-topbar .brand { color: var(--text); }
.help-topbar .brand img { width: 32px; height: 32px; }
.help-topbar .nav a[aria-current="page"] { color: var(--accent-2); }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 38px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a:hover { color: var(--text); }
.breadcrumbs span:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--line); }

.help-hero {
  display: grid;
  gap: 22px;
  max-width: 940px;
  padding: 78px 0 66px;
}

.help-hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(45px, 7vw, 82px);
  line-height: .98;
  letter-spacing: -.05em;
}

.help-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 2.4vw, 24px);
  line-height: 1.55;
}

.help-hero-index {
  max-width: none;
  margin-top: 24px;
  padding: clamp(48px, 7vw, 88px);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 22%, rgba(139, 92, 246, .28), transparent 34%),
    linear-gradient(135deg, rgba(185, 163, 255, .12), transparent 52%),
    var(--panel);
  box-shadow: var(--liquid-shadow);
}

.help-quick-links { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 10px; }

.help-index-section { padding: 92px 0 30px; }
.help-index-section > div:first-child { display: grid; gap: 14px; margin-bottom: 34px; }
.help-index-section h2 { margin: 0; font-size: clamp(34px, 5vw, 54px); }

.help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.help-card {
  display: grid;
  align-content: start;
  min-height: 290px;
  padding: 28px;
  border: 1px solid var(--glass-border-soft);
  border-radius: 22px;
  background: var(--glass);
  box-shadow: var(--tile-shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}
.help-card:hover { transform: translateY(-4px); border-color: rgba(185, 163, 255, .45); }
.help-card > span { color: var(--accent-2); font-weight: 800; }
.help-card small { margin-top: 28px; color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.help-card h2 { margin: 8px 0 12px; font-size: 27px; line-height: 1.1; letter-spacing: -.025em; }
.help-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.help-card strong { margin-top: auto; padding-top: 24px; color: var(--accent-2); }

.help-layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 860px);
  align-items: start;
  gap: clamp(38px, 7vw, 94px);
  padding-bottom: 36px;
}

.help-toc {
  position: sticky;
  top: 30px;
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: var(--glass);
}
.help-toc strong { margin-bottom: 4px; }
.help-toc a { color: var(--muted); font-size: 14px; line-height: 1.4; }
.help-toc a:hover { color: var(--text); }

.help-article { min-width: 0; }
.help-article > section { padding: 48px 0; border-top: 1px solid var(--line-soft); }
.help-article h2 { margin: 0 0 20px; font-size: clamp(30px, 4.7vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.help-article p,
.help-article li { color: var(--muted); font-size: 18px; line-height: 1.72; }
.help-article li + li { margin-top: 10px; }
.help-article a:not(.primary-link) { color: var(--accent-2); text-decoration: underline; text-underline-offset: 3px; }

.help-rule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
.help-rule-grid div { display: grid; gap: 7px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--glass-soft); }
.help-rule-grid small,
.help-rule-grid span { color: var(--muted); }
.help-rule-grid strong { font-size: 24px; }

.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.faq-list summary { cursor: pointer; font-weight: 750; font-size: 18px; }
.faq-list p { margin-bottom: 0; }

.help-support {
  margin-top: 34px;
  padding: clamp(24px, 4vw, 36px) !important;
  border: 1px solid rgba(185, 163, 255, .35) !important;
  border-radius: 22px;
  background: rgba(124, 58, 237, .1);
}
.help-support h2 { font-size: clamp(28px, 4vw, 40px); }
.help-support .primary-link { margin-top: 8px; }
.help-support-wide { margin: 72px 0 0; }
.help-index-faq { max-width: 860px; margin: 64px auto 0; }
.help-disclaimer { padding: 36px 0 78px; color: var(--muted); font-size: 14px; }

.footer-link-button { border: 0; padding: 0; background: none; color: var(--muted); font: inherit; cursor: pointer; }
.simple-cookie-consent { position: fixed; z-index: 80; right: 18px; bottom: 18px; left: 18px; }
.simple-cookie-consent > div { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px 24px; width: min(100%, 920px); margin: 0 auto; padding: 20px; border: 1px solid var(--glass-border); border-radius: 20px; background: var(--panel); box-shadow: var(--surface-shadow); }
.simple-cookie-consent strong { grid-column: 1; }
.simple-cookie-consent p { grid-column: 1; margin: 0; color: var(--muted); font-size: 14px; }
.simple-cookie-consent span { grid-column: 2; grid-row: 1 / 3; display: flex; gap: 8px; }
.simple-cookie-consent a { grid-column: 3; grid-row: 1 / 3; color: var(--accent-2); font-size: 14px; }
.simple-cookie-consent button { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .06); color: var(--text); cursor: pointer; }
.simple-cookie-consent button:last-child { background: var(--text); color: var(--bg); }

@media (max-width: 760px) {
  .help-shell { width: min(calc(100% - 28px), var(--max)); }
  .help-topbar { grid-template-columns: minmax(0, 1fr) auto; }
  .help-topbar .nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; width: 100%; }
  .help-topbar .nav a { white-space: nowrap; }
  .help-hero { padding: 56px 0 46px; }
  .help-hero-index { margin-top: 14px; padding: 40px 24px; }
  .help-grid,
  .help-layout,
  .help-rule-grid { grid-template-columns: 1fr; }
  .help-toc { position: static; }
  .simple-cookie-consent > div { grid-template-columns: 1fr; }
  .simple-cookie-consent strong,
  .simple-cookie-consent p,
  .simple-cookie-consent span,
  .simple-cookie-consent a { grid-column: 1; grid-row: auto; }
  .simple-cookie-consent span { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .help-card { transition: none; }
}
