/* FrontHub Home UI v142 */
#toolFilters .fh-filter{
 background:#fff!important;
 color:#526075!important;
 border-color:#dfe5ee!important;
 box-shadow:none!important;
}
#toolFilters .fh-filter.fh142-filter-active{
 background:linear-gradient(135deg,#6659ef,#339cf3)!important;
 color:#fff!important;
 border-color:transparent!important;
 box-shadow:0 7px 18px rgba(75,104,226,.20)!important;
}
#toolsGrid .fh-tool-card.fh142-card-selected,
.fh-tools-grid .fh-tool-card.fh142-card-selected{
 background:linear-gradient(145deg,#6670ef 0%,#369cf2 100%)!important;
 border-color:transparent!important;
 color:#fff!important;
 box-shadow:0 12px 28px rgba(62,100,216,.18)!important;
}
#toolsGrid .fh-tool-card.fh142-card-selected *,
.fh-tools-grid .fh-tool-card.fh142-card-selected *{
 color:#fff!important;
}
#toolsGrid .fh-tool-card[hidden],
.fh-tools-grid .fh-tool-card[hidden]{
 display:none!important;
}
.fh142-default-hero-suggestions[hidden]{display:none!important}
.fh142-hero-results{
 display:flex;
 flex-wrap:wrap;
 gap:8px;
 width:100%;
 margin-top:10px;
}
.fh142-hero-results[hidden]{display:none!important}
.fh142-result-button{
 appearance:none;
 border:1px solid rgba(91,103,230,.22);
 border-radius:999px;
 padding:8px 13px;
 background:#fff;
 color:#34425a;
 font-size:12px;
 font-weight:800;
 cursor:pointer;
 box-shadow:0 5px 14px rgba(33,47,84,.08);
 transition:transform .15s ease,background .15s ease,color .15s ease;
}
.fh142-result-button:hover{
 transform:translateY(-1px);
 background:linear-gradient(135deg,#6659ef,#339cf3);
 color:#fff;
 border-color:transparent;
}
.fh142-no-result{
 display:inline-flex;
 padding:8px 12px;
 border-radius:9px;
 background:#f7f9fc;
 color:#7a8598;
 font-size:11px;
}
