.smart-empty-state{align-items:center;gap:var(--space-4,1rem);padding:var(--space-5,1.25rem);border:1px solid var(--color-border,#d5d9df);border-left:4px solid var(--color-primary,#2563eb);border-radius:var(--shale-radius,8px);background:var(--card,#fff);box-shadow:var(--shadow-sm,0 1px 2px #00000014);grid-template-columns:auto minmax(0,1fr) auto;animation:.28s ease-out both smart-empty-state-enter;display:grid}.smart-empty-state__icon{background:var(--state-hover,#f1f5f9);width:2.75rem;height:2.75rem;color:var(--color-primary,#2563eb);border-radius:50%;place-items:center;display:grid}.smart-empty-state__icon svg{width:1.4rem;height:1.4rem}.smart-empty-state__copy h2{margin:0;font-size:1rem}.smart-empty-state__copy p{color:var(--color-text-muted,#64748b);margin:.35rem 0 0}.smart-empty-state__demo{flex-wrap:wrap;gap:.4rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.smart-empty-state__demo li{border:1px solid var(--color-border,#d5d9df);color:var(--color-text-muted,#64748b);border-radius:4px;padding:.3rem .55rem;font-size:.78rem}.smart-empty-state__actions{align-items:center;gap:.5rem;display:flex}.smart-empty-state__primary,.smart-empty-state__dismiss{min-height:44px;font:inherit;cursor:pointer;border-radius:6px;align-items:center;gap:.4rem;padding:.55rem .8rem;font-weight:700;display:inline-flex}.smart-empty-state__primary{background:var(--color-primary,#2563eb);color:#fff;border:0}.smart-empty-state__dismiss{color:var(--color-text-muted,#64748b);background:0 0;border:0}.smart-empty-state__primary svg,.smart-empty-state__dismiss svg{width:1rem;height:1rem}@keyframes smart-empty-state-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.smart-empty-state{animation:none}}@media (max-width:640px){.smart-empty-state{grid-template-columns:auto 1fr}.smart-empty-state__actions{flex-wrap:wrap;grid-column:1/-1}}
