.insights-toolbar{border-bottom:1px solid var(--line);background:var(--surface)}
.insights-toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:18px;padding-bottom:18px}
.insights-toolbar nav{display:flex;flex-wrap:wrap;gap:20px}
.insights-toolbar nav a{color:var(--muted);font-family:var(--mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}
.insights-toolbar nav a:hover{color:var(--red)}
.kaihen-search{display:flex;min-width:250px;border:1px solid var(--line-strong)}
.kaihen-search label{flex:1}
.kaihen-search input{width:100%;height:42px;border:0;background:transparent;color:var(--text);padding:0 12px}
.kaihen-search button{width:44px;border:0;border-left:1px solid var(--line-strong);background:transparent;color:var(--red)}
@media(max-width:700px){.insights-toolbar-inner{align-items:stretch;flex-direction:column}.kaihen-search{min-width:0;width:100%}}
