.tool-section-head{--tsh-ink:var(--ink, #0F172A);--tsh-soft:var(--soft-ink, #5B6675);--tsh-line:var(--line2, rgba(15, 23, 42, .10));--tsh-mono:var(--tl-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace);--tsh-num:var(--theme-color2-ink, #946200)}body.dark-mode .tool-section-head{--tsh-ink:var(--ink, #F2F5F9);--tsh-soft:var(--soft-ink, #A7B0BC);--tsh-line:var(--line2, rgba(255, 255, 255, .12));--tsh-num:var(--theme-color2, #ffaa17)}.tool-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:clamp(12px,1.6vw,18px)}.tool-section-head__text{min-width:0}.tool-section-head__kicker{display:flex;align-items:center;gap:7px;margin-bottom:7px;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tsh-soft)}.tool-section-head__kicker b{font-family:var(--tsh-mono);font-weight:700;color:var(--tsh-num)}body.dark-mode .tool-section-head__kicker b{color:var(--tsh-num)!important}.tool-section-head__kicker i{font-style:normal;opacity:.55}.tool-section-head__title{font-weight:800;letter-spacing:-.015em;color:var(--tsh-ink);line-height:1.2}.tool-section-head__desc{margin-top:6px;font-size:14.5px;line-height:1.6;color:var(--tsh-soft);max-width:68ch}.tool-section-head--lg .tool-section-head__title{font-size:clamp(21px, 2.3vw, 28px)}.tool-section-head--sm .tool-section-head__kicker{font-size:10px;margin-bottom:5px}.tool-section-head--sm .tool-section-head__title{font-size:clamp(15px, 1.45vw, 17.5px);letter-spacing:-.01em}.tool-section-head--sm .tool-section-head__desc{margin-top:3px;font-size:12.5px}.tool-section-head--card{margin-bottom:14px;padding-bottom:11px;border-bottom:1px solid var(--tsh-line)}.tool-section-head--card .tool-section-head__kicker{font-size:9.5px;margin-bottom:4px}.tool-section-head--card .tool-section-head__title{font-size:14px;font-weight:700;letter-spacing:-.005em}.tool-section-head--card .tool-section-head__desc{margin-top:8px;font-size:12px;line-height:1.5}.tool-section-head--card:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.tool-section-head__badge{flex:none;font-family:var(--tsh-mono);font-size:11px;font-weight:700;color:var(--chip-ink);background:var(--chip-bg);border-radius:7px;padding:4px 9px}body.dark-mode .tool-section-head__badge{color:var(--chip-ink)!important}.tool-section-head__actions{flex:none;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tool-section-head--actions{flex-wrap:wrap}.tool-section-head--actions .tool-section-head__text{flex:1 1 auto}@media (max-width:767.98px){.tool-section-head{flex-wrap:wrap}.tool-section-head__actions{flex:1 1 100%}}.tool-section-head__title--legend{display:block;width:100%;padding:0 0 11px;margin-bottom:14px;font-size:14px;font-weight:700;letter-spacing:-.005em;color:var(--ink,#0f172a);border-bottom:1px solid var(--line2,rgba(15,23,42,.1))}body.dark-mode .tool-section-head__title--legend{color:var(--ink,#f2f5f9)}