.developer-loading-state{min-height:var(--px-state-min-height);justify-content:center;align-items:center;gap:var(--px-space-2);color:var(--px-text-secondary);font-size:var(--px-text-sm-size);line-height:var(--px-text-sm-line);display:flex}.developer-loading-state svg{width:var(--px-control-icon-sm);height:var(--px-control-icon-sm);animation:1s linear infinite developer-spin}@media (prefers-reduced-motion:reduce){.developer-loading-state svg{animation:none}}.developer-portal [data-slot=empty]{min-height:var(--px-state-min-height);padding:var(--px-space-6) var(--px-space-5)}.developer-portal [data-slot=empty-media]{color:var(--px-text-tertiary)}.developer-portal [data-slot=empty-media] svg{width:var(--px-control-icon-lg);height:var(--px-control-icon-lg)}.developer-portal [data-slot=empty-title]{color:var(--px-text);font-size:var(--px-heading-xs-size);font-weight:var(--px-weight-semibold);letter-spacing:var(--px-tracking-normal);line-height:var(--px-heading-xs-line)}.developer-portal [data-slot=empty-description]{max-width:46ch;color:var(--px-text-secondary);font-size:var(--px-text-sm-size);line-height:var(--px-text-sm-line)}.developer-portal [data-slot=empty-content]{margin-top:var(--px-space-4)}