.tool-header{flex-direction:column;width:100%;display:flex}.tool-header__lockup{flex-direction:row;align-items:center;gap:14px;display:flex}.tool-header__text{flex-direction:column;min-width:0;display:flex}.tool-header__tile{border-radius:var(--radius-md);background-color:var(--color-brand-soft);width:48px;height:48px;color:var(--color-brand-muted);flex:none;justify-content:center;align-items:center;display:flex}.tool-header__eyebrow{font-family:var(--font-space-mono), monospace;font-size:var(--text-xs);letter-spacing:1.2px;text-transform:uppercase;color:var(--color-brand-muted);margin:0 0 2px;font-weight:700}.tool-header__title{font-family:var(--font-raleway), sans-serif;font-size:var(--text-4xl);letter-spacing:-.02em;color:var(--color-text);text-wrap:balance;margin:0;font-weight:800;line-height:1.15}.tool-header__subtitle{max-width:560px;font-size:var(--text-lg);color:var(--color-text-secondary);text-wrap:pretty;margin:12px 0 0;line-height:1.6}.tool-header__actions{flex-flow:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}@media (max-width:640px){.tool-header__lockup{gap:12px}.tool-header__tile{width:40px;height:40px}.tool-header__title{font-size:var(--text-4xl-sm)}.tool-header__subtitle{font-size:var(--text-md);margin-top:10px}}