.ai-category-card{position:relative;min-height:86px;display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding:14px;border:1px solid var(--nexus-border);border-radius:14px;background:color-mix(in srgb,var(--nexus-surface),transparent 3%);color:var(--nexus-text)!important;box-shadow:none;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.ai-category-card:hover{transform:translateY(-3px);border-color:var(--nexus-border-strong);box-shadow:var(--nexus-shadow-sm)}[data-theme=dark] .ai-category-card{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.11)}[data-theme=dark] .ai-category-card:hover{border-color:rgba(247,88,21,.42)}.ai-category-card-image{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:var(--nexus-surface-soft)}.ai-category-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}.ai-category-card:hover .ai-category-card-image img{transform:scale(1.08);filter:saturate(1.08)}.ai-category-card-image span{width:100%;height:100%;display:grid;place-items:center;background:var(--nexus-accent-soft);color:var(--nexus-accent)}.ai-category-card-image i{font-size:1.1rem}.ai-category-card-content{min-width:0;padding-right:22px}.ai-category-card-content h3{margin:0 0 5px;color:var(--nexus-heading);font-family:var(--heading-font);font-size:.88rem;font-weight:850;line-height:1.2;letter-spacing:-.025em}.ai-category-card-content p{display:inline-flex;align-items:center;gap:5px;margin:0;color:var(--nexus-muted)!important;font-size:.72rem;font-weight:700}.ai-category-card-content p i{color:var(--nexus-accent)!important;font-size:.82rem}[data-theme=dark] .ai-category-card-content h3{color:#ffffff}[data-theme=dark] .ai-category-card-content p{color:#cbd5e1}[data-theme=dark] .ai-category-card-content p i{color:var(--nexus-accent)}.ai-category-card-arrow{position:absolute;top:12px;right:12px;width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--nexus-border-strong);border-radius:999px;color:var(--nexus-accent);background:var(--nexus-accent-soft);transition:transform .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease}.ai-category-card-arrow i{font-size:1rem;line-height:1}.ai-category-card:hover .ai-category-card-arrow{transform:translateX(2px);background:var(--nexus-accent);border-color:var(--nexus-accent);color:#ffffff}[data-theme=dark] .ai-category-card-arrow{background:rgba(247,88,21,.13);border-color:rgba(247,88,21,.35);color:var(--nexus-accent-light)}.ai-category-card--feature{min-height:160px;grid-template-columns:1fr;align-items:end;padding:18px;border-radius:18px;background:radial-gradient(circle at 50% 22%,rgba(247,88,21,.08),transparent 56%),var(--nexus-card)}.ai-category-card--feature .ai-category-card-image{width:86px;height:70px;margin:0 auto 14px;background:transparent}.ai-category-card--feature .ai-category-card-image img{object-fit:contain;filter:drop-shadow(0 16px 24px rgba(15,23,42,.14))}.ai-category-card--feature:hover .ai-category-card-image img{transform:translateY(-3px) scale(1.06);filter:drop-shadow(0 20px 30px rgba(247,88,21,.2))}.ai-category-card--feature .ai-category-card-image span{width:66px;height:66px;border-radius:20px}.ai-category-card--feature .ai-category-card-image i{font-size:1.8rem}.ai-category-card--feature .ai-category-card-content{padding-right:0}.ai-category-card--feature .ai-category-card-content h3{font-size:.98rem;line-height:1.22;margin-bottom:10px}.ai-category-card--feature .ai-category-card-content p{font-size:.78rem}[data-theme=dark] .ai-category-card--feature{background:radial-gradient(circle at 50% 24%,rgba(247,88,21,.13),transparent 58%),linear-gradient(145deg,rgba(255,255,255,.048),rgba(255,255,255,.018)),var(--nexus-card)}[data-theme=dark] .ai-category-card--feature .ai-category-card-image img{filter:drop-shadow(0 18px 26px rgba(0,0,0,.45)) drop-shadow(0 0 22px rgba(247,88,21,.08))}.ai-category-card--compact{min-height:86px}@media (max-width:575px){.ai-category-card{grid-template-columns:44px minmax(0,1fr);padding:12px}.ai-category-card-image{width:44px;height:44px}.ai-category-card-content{padding-right:26px}.ai-category-card-content h3{font-size:.86rem}.ai-category-card-content p{font-size:.7rem}.ai-category-card-arrow{top:10px;right:10px}.ai-category-card--feature{min-height:132px;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:14px;padding:14px}.ai-category-card--feature .ai-category-card-image{width:86px;height:86px;margin:0}.ai-category-card--feature .ai-category-card-image img{width:82px;height:82px}.ai-category-card--feature .ai-category-card-content{padding-right:28px}}