.hiw-head{display:grid;grid-template-columns:1fr auto;grid-column-gap:32px;column-gap:32px;align-items:center;margin-bottom:36px}.hiw-kicker{grid-column:1;grid-row:1}.hiw-head h2{grid-column:1;grid-row:2}.hiw-cta{grid-column:2;grid-row:2;justify-self:end}.hiw-kicker{font-family:Geist Mono,monospace;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.hiw-head h2{font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.035em;font-weight:500;margin:0;color:var(--fg)}.hiw-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));grid-gap:20px;gap:20px}.hiw-card{border:1px solid var(--rule);border-radius:16px;background:var(--surface);flex-direction:column}.hiw-card,.hiw-visual{overflow:hidden;display:flex}.hiw-visual{height:230px;position:relative;align-items:center;justify-content:center;border-bottom:1px solid var(--rule)}.hiw-visual--slack{background:linear-gradient(160deg,var(--bg-2) 0,color-mix(in srgb,var(--accent) 10%,transparent) 100%)}.hiw-visual--tools{background:linear-gradient(160deg,color-mix(in srgb,var(--accent) 8%,transparent) 0,var(--bg-2) 70%)}.hiw-visual--msg{background:linear-gradient(200deg,var(--bg-2) 0,color-mix(in srgb,var(--accent) 9%,transparent) 100%);padding:20px}.hiw-slack-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 26px;border-radius:12px;background:var(--surface);box-shadow:0 18px 40px -18px color-mix(in srgb,var(--fg) 40%,transparent);font-size:20px;font-weight:500;letter-spacing:-.015em;color:var(--fg)}.hiw-slack-btn img{width:24px;height:24px}.hiw-grid{display:grid;grid-template-columns:repeat(5,52px);grid-auto-rows:52px;grid-gap:8px;gap:8px}.hiw-cell{border-radius:12px;background:var(--surface);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px -14px color-mix(in srgb,var(--fg) 40%,transparent)}.hiw-cell img{width:26px;height:26px;object-fit:contain}.hiw-msg{display:flex;gap:12px;background:var(--surface);border-radius:14px;padding:16px;box-shadow:0 18px 40px -22px color-mix(in srgb,var(--fg) 35%,transparent)}.hiw-msg-avatar{width:38px;height:38px;border-radius:9px;object-fit:cover;flex-shrink:0}.hiw-msg-head{display:flex;align-items:center;gap:8px;margin-bottom:3px}.hiw-msg-name{font-size:14px;font-weight:600;color:var(--fg)}.hiw-msg-time{font-size:12px;color:var(--fg-4)}.hiw-msg-text{margin:0;font-size:14px;line-height:1.45;color:var(--fg-2)}.hiw-mention{color:var(--accent);background:var(--accent-soft);border-radius:4px;padding:1px 4px;font-weight:500}.hiw-body{padding:20px 22px 24px}.hiw-body h3{font-size:19px;letter-spacing:-.015em;font-weight:600;margin:0 0 8px;color:var(--fg)}.hiw-n{color:var(--accent)}.hiw-body p{margin:0;font-size:14.5px;line-height:1.55;color:var(--fg-2);text-wrap:pretty}@media (max-width:640px){.hiw{display:flex;flex-direction:column}.hiw-head{display:contents}.hiw-kicker{order:1}.hiw-head h2{order:2;margin-bottom:28px}.hiw-cards{order:3}.hiw-cta{order:4;align-self:flex-start;justify-self:start;margin-top:32px}.hiw-visual{height:200px}.hiw-grid{grid-template-columns:repeat(5,46px);grid-auto-rows:46px}}