/* ── LiveJudge Help Center — additions on top of guide.css ── */


/* home cover + search */
.cover--help { padding: 40px 0 12px; }
.cover--help .cover__title { font-size: 42px; }
.helpsearch { position: relative; max-width: 560px; margin: 22px auto 8px; }
.helpsearch__input {
  width: 100%; box-sizing: border-box; font: inherit; font-size: 17px;
  padding: 14px 18px; border: 1.5px solid var(--card-border); border-radius: 14px;
  background: #fff; box-shadow: 0 2px 10px rgba(30,34,51,.06); outline: none;
}
.helpsearch__input:focus { border-color: var(--gold); box-shadow: 0 2px 14px rgba(244,166,33,.18); }
.helpsearch__results {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 50;
  background: #fff; border: 1px solid var(--card-border); border-radius: 14px;
  box-shadow: 0 10px 32px rgba(30,34,51,.16); overflow: hidden; text-align: left;
}
.helpsearch__results a { display: block; padding: 11px 16px; text-decoration: none; border-bottom: 1px solid var(--card-border); }
.helpsearch__results a:last-child { border-bottom: 0; }
.helpsearch__results a:hover { background: var(--accent-tint, #fdf3e0); }
.helpsearch__results a strong { display: block; color: var(--ink); font-size: 14.5px; }
.helpsearch__results a span { display: block; color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.helpsearch__none { margin: 0; padding: 14px 16px; color: var(--muted); font-size: 14px; }

/* category cards */
.cat-acc { margin: 26px 0 0; }
.cat-acc .acc__sum { align-items: center; }
.cat-acc .section-head__text { flex: 1 1 auto; min-width: 0; }
.cat-acc .acc__chev { margin-left: auto; margin-top: 0 !important; align-self: center; }
.cat-acc .acc__body > .cat-card__sec:first-child { margin-top: 0; }
.cat-card {
  background: #fff; border: 1px solid var(--card-border); border-radius: 18px;
  padding: 22px 24px; box-shadow: 0 1px 3px rgba(30,34,51,.04);
}
.cat-card__title { margin: 0 0 4px; font-size: 19px; font-weight: 850; letter-spacing: -.01em; }
.cat-card__blurb { margin: 0 0 10px; color: var(--muted); font-size: 13.5px; }
.cat-card__sec { margin: 14px 0 4px; font-size: 11.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--gold-text, #98690a); }
.cat-card__list { margin: 8px 0 4px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.cat-card__list li { margin: 0; }
.cat-card__list a {
  display: block; padding: 10px 14px; text-decoration: none; color: var(--ink);
  font-weight: 650; font-size: 14px; line-height: 1.35; border-radius: 12px;
  background: #f1f0ec;
  border: 1px solid #e3e1d9;
  transition: transform .12s, box-shadow .12s, border-color .12s, background .12s;
}
.cat-card__list a:hover {
  border-color: var(--gold); background: #faf6ec;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(36,38,44,.10);
}

/* article page */
.crumbs a { text-decoration: none; }
.crumbs__sep { color: var(--muted); margin: 0 2px; }
.article {
  background: #fff; border: 1px solid var(--card-border); border-radius: 18px;
  padding: 30px 34px 34px; margin: 14px 0 22px; box-shadow: 0 1px 3px rgba(30,34,51,.04);
}
.article__title { margin: 0 0 18px; font-size: 30px; font-weight: 850; letter-spacing: -.02em; line-height: 1.15; }
.article__body > :first-child { margin-top: 0; }
.article__body img { max-width: 100%; height: auto; }
@media (max-width: 600px) { .article { padding: 20px 18px 24px; } .article__title { font-size: 24px; } }

/* related articles */
.related {
  background: #fff; border: 1px solid var(--card-border); border-radius: 16px;
  padding: 18px 22px; margin: 0 0 24px;
}
.related__head { margin: 0 0 8px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--gold-text, #98690a); }
.related ul { margin: 0; padding: 0; list-style: none; }
.related a { display: block; padding: 5px 0; text-decoration: none; font-weight: 600; font-size: 14.5px; color: var(--ink); }
.related a:hover { color: var(--gold-text, #98690a); }

/* imported raw HTML: tables + video embeds */
.rawhtml { margin: 0 0 18px; }
.tablewrap { overflow-x: auto; margin: 16px 0; }
.tablewrap table { border-collapse: collapse; width: 100%; font-size: 14px; }
.tablewrap th, .tablewrap td { border: 1px solid var(--card-border); padding: 8px 12px; text-align: left; vertical-align: top; }
.tablewrap th { background: var(--accent-tint, #fdf3e0); font-weight: 700; }
.videowrap { position: relative; padding-top: 56.25%; margin: 16px 0; border-radius: 12px; overflow: hidden; background: #000; }
.videowrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ── support tickets ── */
.tkt-form { background: #fff; border: 1px solid var(--card-border); border-radius: 18px; padding: 24px 26px; margin: 20px 0; display: flex; flex-direction: column; gap: 14px; }
.tkt-form label { font-weight: 700; font-size: 14px; display: flex; flex-direction: column; gap: 6px; }
.tkt-form input, .tkt-form textarea { font: inherit; font-size: 15px; padding: 10px 12px; border: 1.5px solid var(--card-border); border-radius: 10px; outline: none; }
.tkt-form input:focus, .tkt-form textarea:focus { border-color: var(--gold); }
.tkt-form .btn { border: none; cursor: pointer; font: inherit; font-weight: 700; padding: 11px 20px; border-radius: 10px; align-self: flex-start; }
.tkt-hp { position: absolute; left: -9999px; height: 1px; width: 1px; opacity: 0; }
.tkt-note { margin: 0; font-size: 13px; color: var(--muted); }
.tkt-thread { margin: 18px 0; display: flex; flex-direction: column; gap: 12px; }
.tkt-msg { border: 1px solid var(--card-border); border-radius: 14px; padding: 14px 18px; background: #fff; }
.tkt-msg--support { background: #fdf6e7; border-color: #ecd9a8; }
.tkt-msg__meta { margin: 0 0 6px; font-size: 12px; font-weight: 700; color: var(--gold-text, #98690a); }
.tkt-msg__body { font-size: 15px; }
.tkt-badge { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; vertical-align: middle; }
.tkt-badge--open { background: #e8f4ec; color: #0f7a45; }
.tkt-badge--pending { background: #fdf3e0; color: #98690a; }
.tkt-badge--solved { background: #ececf1; color: #5b5e6b; }
.tkt-tabs { display: flex; gap: 8px; margin: 14px 0 18px; flex-wrap: wrap; }
.tkt-tab { text-decoration: none; font-weight: 700; font-size: 13.5px; padding: 7px 14px; border-radius: 20px; border: 1.5px solid var(--card-border); color: var(--ink); background: #fff; }
.tkt-tab.is-active { background: var(--charcoal, #24262c); color: #fff; border-color: var(--charcoal, #24262c); }
.tkt-table { border-collapse: collapse; width: 100%; font-size: 14px; background: #fff; }
.tkt-table th, .tkt-table td { border-bottom: 1px solid var(--card-border); padding: 10px 12px; text-align: left; vertical-align: top; }
.tkt-table a { text-decoration: none; }
.tkt-dim { color: var(--muted); font-size: 12.5px; }
.tkt-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.tkt-actions .btn { border: none; cursor: pointer; font: inherit; font-weight: 700; padding: 10px 16px; border-radius: 10px; }

/* top-nav right button group (help site) */
.topnav__right { justify-self: end; display: inline-flex; gap: 8px; align-items: center; }
.topnav__right .topnav__print { justify-self: auto; }
.topnav__ghost { background: #fff; border: 1.5px solid #b9b5ad; color: #5b5e66 !important; font-weight: 700; padding: 6.5px 13px; border-radius: 9px; font-size: 13px; white-space: nowrap; text-decoration: none; }
.topnav__ghost:hover { border-color: var(--charcoal, #24262c); color: var(--charcoal, #24262c) !important; }
.topnav .lbl-short { display: none; }
@media (max-width: 640px) {
  .topnav .lbl-full { display: none; }
  .topnav .lbl-short { display: inline; }
  .topnav__ghost { padding: 5.5px 10px; font-size: 12px; }
}

.tkt-ghost {
  font: inherit; font-size: 13.5px; font-weight: 700; cursor: pointer;
  background: #fff; color: #5b5e66; border: 1.5px solid #d4d1c8; border-radius: 10px;
  padding: 9px 16px; transition: border-color .12s, color .12s, box-shadow .12s;
}
.tkt-ghost:hover { border-color: var(--charcoal, #24262c); color: var(--charcoal, #24262c); box-shadow: 0 1px 4px rgba(36,38,44,.10); }
.tkt-ghost:active { transform: translateY(0.5px); }

.pagefoot__logo { height: 22px; width: auto; display: block; }

.tkt-form select { font: inherit; font-size: 15px; padding: 10px 12px; border: 1.5px solid var(--card-border); border-radius: 10px; background: #fff; outline: none; }
.tkt-form select:focus { border-color: var(--gold); }

.tkt-topic { display: inline-block; background: var(--charcoal, #24262c); color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; vertical-align: middle; }
.tkt-topic--sm { margin-top: 3px; font-size: 10.5px; padding: 2px 8px; }

/* inline assistant panel (landing) */
.askpanel { max-width: 560px; margin: 14px auto 0; background: #fff; border: 1.5px solid #ecd9a8; border-radius: 16px; padding: 14px 16px; box-shadow: 0 2px 10px rgba(244,166,33,.10); }
.askpanel__head { margin: 0 0 10px; font-size: 12.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--gold-text, #98690a); text-align: center; }
.askpanel__form { display: flex; gap: 8px; }
.askpanel__input { flex: 1; font: inherit; font-size: 15px; padding: 10px 13px; border: 1.5px solid var(--card-border); border-radius: 10px; outline: none; }
.askpanel__input:focus { border-color: var(--gold); }
.askpanel__btn { border: none; cursor: pointer; font: inherit; font-weight: 800; font-size: 14px; padding: 0 20px; border-radius: 10px; background: var(--charcoal, #24262c); color: #fff; }
.askpanel__btn:hover { background: #3a3d45; }
.askpanel__log { margin: 2px 0 12px; max-height: 340px; overflow-y: auto; text-align: left; }
.askpanel__q { margin: 14px 0 12px; padding-bottom: 12px; font-weight: 800; color: var(--charcoal, #24262c); border-bottom: 1.5px dashed #d9d6cc; }
.askpanel__q::before { content: "You: "; color: var(--gold-text, #98690a); }
.askpanel__a { margin: 0 0 8px; font-size: 14.5px; line-height: 1.55; white-space: pre-wrap; }
.askpanel__src { margin: 2px 0 12px; font-size: 13.5px; }
.askpanel__srchead { margin: 0 0 6px; font-size: 11.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-text, #98690a); }
.askpanel__src a { display: block; font-weight: 700; text-decoration: none; padding: 3px 0; color: var(--ink); }
.askpanel__src a:hover { color: var(--gold-text, #98690a); }
.askpanel__src a::before { content: ""; display: inline-block; width: 8px; height: 8px; background: var(--charcoal, #24262c); border-radius: 2.5px; margin-right: 9px; vertical-align: 1px; }
.askpanel__src a.askpanel__human::before { display: none; }
.askpanel__human { display: inline-block; background: var(--charcoal, #24262c); color: #fff !important; padding: 7px 13px; border-radius: 10px; }
