.home-tools{margin:30px 0;padding:26px;border-radius:26px;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid rgba(15,23,42,.08)}.home-tools-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.home-tools-head h2{margin:0;font-size:clamp(1.45rem,3vw,2rem)}.home-tools-head p{margin:6px 0 0;color:#64748b}.home-tools-head a{white-space:nowrap;font-weight:800}.home-tools-search{position:relative;max-width:520px;margin:0 auto 15px}.home-tools-search i{position:absolute;left:15px;top:14px;color:#94a3b8}.home-tools-search input{width:100%;height:44px;padding:0 16px 0 43px;border:1px solid #dbe2ea;border-radius:14px;background:#fff;outline:0}.home-tools-search input:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.home-tools-filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}.home-tool-filter{border:1px solid #dbe2ea;background:#fff;color:#475569;border-radius:999px;padding:6px 10px;font-size:.7rem;font-weight:800;cursor:pointer}.home-tool-filter.active,.home-tool-filter:hover{background:#111827;color:#fff}.home-tools-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.home-tool-card{position:relative;display:flex;align-items:center;gap:9px;min-width:0;padding:11px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;text-decoration:none;color:#0f172a;transition:.2s}.home-tool-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(15,23,42,.1);border-color:#bfdbfe}.home-tool-icon{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#f1f5f9;color:#2563eb}.home-tool-name{font-size:.72rem;font-weight:800;line-height:1.2}.home-tool-cat{display:block;margin-top:3px;color:#94a3b8;font-size:.58rem}.home-tool-live{position:absolute;top:5px;right:5px;font-size:.5rem;font-weight:900;color:#16a34a}.home-tools-empty{display:none;padding:25px;text-align:center;color:#64748b}@media(max-width:1050px){.home-tools-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:700px){.home-tools{padding:18px}.home-tools-head{display:block}.home-tools-head a{display:inline-block;margin-top:8px}.home-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:500px){.home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tool-card{padding:10px}.home-tool-name{font-size:.68rem}.home-tool-icon{flex-basis:34px;width:34px;height:34px}.home-tools-filters{max-height:70px;overflow:auto}}