@charset "UTF-8";.hc-main{max-width:var(--container-max);margin:0 auto;padding:24px 24px 0;display:flex;flex-direction:column;gap:20px}.hc-titlerow{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.hc-titlerow h1{font-size:21px}.hc-search{position:relative;display:flex;align-items:center;max-width:620px}.hc-search input{width:100%;height:46px;border:1px solid var(--border-strong);border-radius:12px;padding:0 44px 0 14px;background:var(--surface-card);color:var(--text-body);font-size:14px;box-shadow:var(--shadow-sm)}.hc-search img{position:absolute;inset-inline-start:14px;pointer-events:none}.hc-channels{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hc-chan{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px;display:flex;gap:14px;align-items:flex-start;min-width:0}.hc-chan__ic{width:46px;height:46px;flex:none;border-radius:12px;background:var(--surface-brand-tint);display:flex;align-items:center;justify-content:center}.hc-chan__b{flex:1;min-width:0;display:flex;flex-direction:column;gap:9px}.hc-chan__hd{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hc-chan__hd b{font-size:15px;color:var(--text-heading)}.hc-demo{font-size:10.5px;font-weight:var(--weight-bold);color:var(--status-info-text);background:var(--status-info-bg);border-radius:var(--radius-pill);padding:2px 9px;white-space:nowrap}.hc-chan__p{font-size:12.5px;color:var(--text-muted);line-height:1.8;text-wrap:pretty}.hc-chan__note{font-size:11.5px;color:var(--text-muted);line-height:1.7}.hc-chan .mg-btn{align-self:flex-start}.hc-quick{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hc-quick__ic{width:34px;height:34px;flex:none;border-radius:9px;background:var(--surface-muted);display:flex;align-items:center;justify-content:center}.hc-topics{display:flex;flex-direction:column;gap:12px}.hc-topics__hd{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.hc-topics__hd b{font-size:16px;color:var(--text-heading)}.hc-chips{display:flex;gap:8px;flex-wrap:wrap}.hc-chip{min-height:40px;padding:0 14px;border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface-card);color:var(--text-body);font-size:12.5px;font-weight:var(--weight-semibold);display:inline-flex;align-items:center;gap:6px}.hc-chip span{font-size:11px;opacity:.75}.hc-chip.is-active{border-color:var(--action-primary);background:var(--surface-selected);color:var(--text-selected)}.hc-glink{display:flex;align-items:center;gap:12px;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:14px 16px;min-height:44px;text-decoration:none}.hc-glink:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);text-decoration:none}.hc-glink__ic{width:38px;height:38px;flex:none;border-radius:10px;background:var(--surface-selected);display:flex;align-items:center;justify-content:center}.hc-glink__b{min-width:0;flex:1}.hc-glink__b b{display:block;font-size:13.5px;color:var(--text-heading)}.hc-glink__b span{font-size:12px;color:var(--text-muted)}.hc-glink__go{flex:none;font-size:12px;font-weight:var(--weight-bold);color:var(--text-link)}.hc-faqcard{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:10px 20px}.hc-faqcard__hd{display:flex;align-items:baseline;gap:10px;padding:12px 0 6px;flex-wrap:wrap}.hc-faqcard__hd b{font-size:15px;color:var(--text-heading)}.hc-q{border-top:1px solid var(--border-subtle)}.hc-q summary{display:flex;align-items:flex-start;gap:10px;padding:13px 0;min-height:44px;cursor:pointer;list-style:none}.hc-q summary::-webkit-details-marker{display:none}.hc-q summary b{flex:1;font-size:13px;color:var(--text-heading);line-height:1.6}.hc-q__cat{flex:none;font-size:11px;color:var(--text-muted);margin-top:2px}.hc-q__chev{flex:none;margin-top:4px;transition:transform 160ms var(--ease-out)}.hc-q[open] .hc-q__chev{transform:rotate(180deg)}.hc-q__a{padding:0 0 14px;display:flex;flex-direction:column;gap:8px}.hc-q__a p{margin:0;font-size:12.5px;color:var(--text-body);line-height:1.9;text-wrap:pretty}.hc-q__a a{align-self:flex-start;min-height:40px;display:inline-flex;align-items:center;font-size:12.5px;font-weight:var(--weight-bold)}.hc-contact{display:grid;grid-template-columns:1fr 340px;gap:16px;align-items:start}.hc-form{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px;display:flex;flex-direction:column;gap:14px;min-width:0}.hc-form__hd{display:flex;flex-direction:column;gap:3px}.hc-form__hd>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hc-form__hd b{font-size:15px;color:var(--text-heading)}.hc-form__sub{font-size:12px;color:var(--text-muted);line-height:1.8}.hc-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hc-lbl{display:flex;flex-direction:column;gap:6px;font-size:12.5px;color:var(--text-body);margin:0}.hc-lbl input,.hc-lbl select{height:42px;border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:0 12px;background:var(--surface-card);color:var(--text-body);font-size:13px}.hc-lbl select{min-height:44px}.hc-lbl textarea{border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:10px 12px;background:var(--surface-card);color:var(--text-body);font-size:13px;resize:vertical;line-height:1.8;font-family:var(--font-ui)}.hc-lbl input.mg-ltr{direction:ltr;text-align:left}.hc-form__ft{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hc-form__ft span{font-size:11.5px;color:var(--text-muted);line-height:1.7}.hc-aside{display:flex;flex-direction:column;gap:16px}.hc-info{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px 20px;display:flex;flex-direction:column;gap:2px}.hc-info>b{font-size:14px;color:var(--text-heading);padding-bottom:6px}.hc-info__row{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid var(--border-subtle);font-size:12.5px}.hc-info__row span:first-child{color:var(--text-muted)}.hc-info__row span:last-child{color:var(--text-body)}.hc-info__note{font-size:11.5px;color:var(--text-muted);border-top:1px solid var(--border-subtle);padding-top:9px;line-height:1.8}.hc-links{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px 20px;display:flex;flex-direction:column;gap:8px}.hc-links>b{font-size:14px;color:var(--text-heading)}.hc-links a{font-size:12.5px;font-weight:var(--weight-semibold);min-height:40px;display:inline-flex;align-items:center}@media (max-width:991.98px){.hc-channels,.hc-quick{grid-template-columns:1fr}.hc-contact{grid-template-columns:1fr}}