.post-item.nexus-tool-card{width:100%;max-width:100%;min-width:0;height:100%;padding:0!important;margin:0!important}.nexus-tool-card-inner{position:relative;min-height:230px;height:100%;display:flex;flex-direction:column;padding:20px;border:1px solid var(--nexus-border);border-radius:18px;background:radial-gradient(circle at 18% 10%,var(--nexus-accent-soft),transparent 42%),var(--nexus-card);color:var(--nexus-text);box-shadow:var(--nexus-shadow-sm);overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.nexus-tool-card-inner:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,transparent 0 38%,rgba(247,88,21,.055) 38.2%,transparent 38.5% 100%);opacity:.7}.nexus-tool-card-inner:hover{transform:translateY(-5px);border-color:var(--nexus-border-strong);box-shadow:var(--nexus-shadow-lg)}[data-theme=dark] .nexus-tool-card-inner{background:radial-gradient(circle at 18% 12%,rgba(247,88,21,.13),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.018)),var(--nexus-card);border-color:rgba(255,255,255,.13)}[data-theme=dark] .nexus-tool-card-inner:hover{border-color:rgba(247,88,21,.55);box-shadow:0 18px 48px rgba(0,0,0,.36),0 0 34px rgba(247,88,21,.08)}.nexus-tool-main-link{position:relative;z-index:2;flex:1 1;display:flex;flex-direction:column;color:inherit!important}.nexus-tool-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-right:36px;margin-bottom:18px}.nexus-tool-brand{min-width:0;display:flex;align-items:center;gap:12px}.nexus-tool-brand img,.nexus-tool-logo-fallback{width:48px;height:48px;flex:0 0 48px;border-radius:14px;object-fit:cover;background:var(--nexus-surface-soft);box-shadow:0 10px 26px rgba(0,0,0,.08)}.nexus-tool-logo-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--nexus-accent);font-size:1.1rem;font-weight:900}.nexus-tool-brand div{min-width:0}.nexus-tool-brand h2{margin:0;color:var(--nexus-heading);font-family:var(--heading-font);font-size:1rem;font-weight:850;line-height:1.2;letter-spacing:-.03em}.nexus-tool-brand h2,.nexus-tool-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nexus-tool-brand span{display:block;margin-top:3px;color:var(--nexus-muted);font-size:.78rem;font-weight:650}[data-theme=dark] .nexus-tool-brand h2{color:#ffffff}[data-theme=dark] .nexus-tool-brand span{color:#cbd5e1}.nexus-tool-save{position:absolute;top:18px;right:18px;z-index:5;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--nexus-border);border-radius:999px;background:color-mix(in srgb,var(--nexus-surface),transparent 4%);color:var(--nexus-muted);box-shadow:none;cursor:pointer;transition:transform .25s ease,color .25s ease,background-color .25s ease,border-color .25s ease}.nexus-tool-save i{font-size:.95rem;line-height:1}.nexus-tool-save:hover{transform:translateY(-2px);color:var(--nexus-accent);background:var(--nexus-accent-soft);border-color:var(--nexus-border-strong)}.nexus-tool-save.is-saved{color:#ffffff;background:var(--nexus-accent);border-color:var(--nexus-accent)}[data-theme=dark] .nexus-tool-save{background:rgba(7,11,18,.76);border-color:rgba(255,255,255,.16);color:#cbd5e1}.nexus-tool-description{display:-webkit-box;min-height:48px;margin:0 0 14px;overflow:hidden;color:var(--nexus-muted);font-size:.84rem;font-weight:500;line-height:1.55;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}[data-theme=dark] .nexus-tool-description{color:#cbd5e1}.nexus-tool-category-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;margin-bottom:16px}.nexus-tool-category-row span{max-width:100%;min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--nexus-border-strong);border-radius:999px;background:var(--nexus-accent-soft);color:var(--nexus-accent);font-size:.68rem;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .nexus-tool-category-row span{background:rgba(247,88,21,.14);border-color:rgba(247,88,21,.34);color:var(--nexus-accent-light)}.nexus-tool-bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.nexus-tool-rating,.nexus-tool-views{display:inline-flex;align-items:center;gap:6px;color:var(--nexus-muted);font-size:.78rem;font-weight:800}.nexus-tool-rating{color:var(--nexus-heading)}.nexus-tool-rating i{color:#f59e0b}.nexus-tool-views i{color:var(--nexus-text)}[data-theme=dark] .nexus-tool-rating,[data-theme=dark] .nexus-tool-views{color:#cbd5e1}[data-theme=dark] .nexus-tool-rating i,[data-theme=dark] .nexus-tool-views i{color:var(--nexus-accent)}@media (max-width:575px){.nexus-tool-card-inner{min-height:205px;padding:16px;border-radius:18px}.nexus-tool-top{margin-bottom:14px;padding-right:32px}.nexus-tool-brand{gap:10px}.nexus-tool-brand img,.nexus-tool-logo-fallback{width:42px;height:42px;flex-basis:42px;border-radius:12px}.nexus-tool-brand h2{font-size:.96rem}.nexus-tool-description{min-height:42px;font-size:.8rem;line-height:1.45}.nexus-tool-save{top:14px;right:14px;width:30px;height:30px}}