.tools-hub{font-size:14px;color:var(--la-text)}
.tools-hub-hero{display:flex;align-items:center;gap:18px;padding:22px;border:1px solid var(--la-line);border-radius:10px;background:linear-gradient(115deg,var(--la-panel),color-mix(in srgb,var(--la-brand) 8%,var(--la-panel)))}
.tools-hub-hero__icon{display:grid;width:64px;height:64px;flex:0 0 64px;place-items:center;border-radius:15px;background:var(--la-brand-soft);color:var(--la-brand);font-size:31px}
.tools-hub-hero__copy{min-width:0;flex:1}.tools-hub-hero__copy>p{margin:0;color:var(--la-brand);font-size:12px;letter-spacing:.08em}.tools-hub-hero h1{margin:3px 0 5px;font-size:27px;font-weight:500}.tools-hub-hero__copy>div{color:var(--la-muted);line-height:1.7}
.tools-hub-hero__total{min-width:95px;text-align:right}.tools-hub-hero__total strong{display:block;color:var(--la-brand);font-size:27px;font-weight:500}.tools-hub-hero__total span{color:var(--la-muted);font-size:12px}
.tools-hub-controls{display:flex;gap:10px;align-items:center;margin-top:14px;padding:11px;border:1px solid var(--la-line);border-radius:8px;background:var(--la-panel)}
.tools-hub-search{display:flex;width:min(330px,100%);height:38px;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--la-line-strong);border-radius:6px;background:var(--la-panel-2);color:var(--la-muted)}.tools-hub-search>span{font-size:18px}.tools-hub-search input{width:100%;border:0;outline:0;background:transparent;color:var(--la-text);font-size:14px}.tools-hub-search input::placeholder{color:var(--la-muted)}
.tools-hub-filters{display:flex;gap:6px;overflow-x:auto}.tools-hub-filters button{display:inline-flex;height:38px;flex:0 0 auto;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--la-line);border-radius:6px;background:transparent;color:var(--la-muted);font-size:14px}.tools-hub-filters button>span{font-size:17px}.tools-hub-filters button:hover,.tools-hub-filters button.is-active{border-color:var(--la-brand);background:var(--la-brand-soft);color:var(--la-brand)}
.tools-hub-summary{padding:13px 2px 8px;color:var(--la-muted);font-size:12px}.tools-hub-summary span{color:var(--la-brand)}
.tools-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tools-hub-card{display:flex;position:relative;min-height:130px;gap:13px;align-items:flex-start;padding:16px;border:1px solid var(--la-line);border-radius:8px;background:var(--la-panel);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.tools-hub-card:hover{z-index:1;transform:translateY(-2px);border-color:color-mix(in srgb,var(--la-brand) 55%,var(--la-line));box-shadow:var(--la-shadow)}.tools-hub-card[hidden]{display:none}.tools-hub-card>a{position:absolute;inset:0;z-index:1}
.tools-hub-card__icon{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:11px;background:var(--la-brand-soft);color:var(--la-brand);font-size:23px}.tools-hub-card__body{min-width:0;flex:1}.tools-hub-card__title{display:flex;gap:7px;align-items:center}.tools-hub-card h2{overflow:hidden;margin:1px 0 0;color:var(--la-text);font-size:15px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.tools-hub-card em{flex:0 0 auto;padding:2px 6px;border-radius:4px;background:var(--la-brand-soft);color:var(--la-brand);font-size:12px;font-style:normal}.tools-hub-card p{display:-webkit-box;overflow:hidden;margin:7px 0 9px;color:var(--la-muted);line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tools-hub-card__body>span{color:var(--la-brand);font-size:12px}.tools-hub-card__arrow{align-self:center;color:var(--la-muted);font-size:18px}
.tools-hub-empty{display:grid;min-height:280px;place-content:center;justify-items:center;border:1px dashed var(--la-line);border-radius:8px;background:var(--la-panel);color:var(--la-muted);text-align:center}.tools-hub-empty>span{font-size:34px}.tools-hub-empty h2{margin:10px 0 4px;color:var(--la-text);font-size:16px;font-weight:500}.tools-hub-empty p{margin:0}
.tools-hub-empty[hidden]{display:none}
@media(max-width:960px){.tools-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tools-hub-controls{align-items:stretch;flex-direction:column}.tools-hub-search{width:100%}}
@media(max-width:620px){.tools-hub-hero{align-items:flex-start;padding:17px}.tools-hub-hero__icon{width:48px;height:48px;flex-basis:48px;font-size:24px}.tools-hub-hero h1{font-size:23px}.tools-hub-hero__total{display:none}.tools-hub-controls{padding:9px}.tools-hub-filters{margin:0 -9px;padding:0 9px}.tools-hub-grid{grid-template-columns:1fr}.tools-hub-card{min-height:116px;padding:14px}.tools-hub-card:hover{transform:none}}
