.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.empty-state-icon{border-radius:var(--radius-card);background:var(--muted-surface);width:64px;height:64px;color:var(--muted-foreground);justify-content:center;align-items:center;margin-bottom:24px;display:flex}.empty-state-headline{font-family:var(--font-heading);color:var(--ink);margin-bottom:8px;font-size:18px;font-weight:700}.empty-state-sub{color:var(--muted-foreground);max-width:340px;margin-bottom:32px;font-size:14px;line-height:1.6}.empty-state-cta{border-radius:var(--radius-card);background:var(--brand);color:#fff;transition:background-color var(--dur-fast,.15s);cursor:pointer;padding:12px 24px;font-size:14px;font-weight:600}.empty-state-cta:hover{background:var(--brand-hover)}.empty-state-secondary{color:var(--muted-foreground);text-underline-offset:3px;transition:color var(--dur-fast,.15s);margin-top:14px;font-size:13px;text-decoration:underline}.empty-state-secondary:hover{color:var(--brand)}