.cards-grid-loading{flex:1;min-height:0;overflow:hidden;padding:24px 28px}.cards-grid-loading-label{display:block;width:150px;height:11px;margin-bottom:20px;border-radius:3px;background:#162033;animation:cards-shimmer 1.4s ease-in-out infinite}.cards-grid-loading-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:18px}.cards-grid-loading-card{aspect-ratio:5 / 7;border-radius:8px;background:linear-gradient(170deg,#151d2e,#111828 60%,#0d1320);box-shadow:inset 0 0 0 1px #1a2436;animation:cards-shimmer 1.4s ease-in-out infinite}.cards-grid-loading-card:nth-child(3n+2){animation-delay:.12s}.cards-grid-loading-card:nth-child(3n){animation-delay:.24s}.cards-registry-state{flex:1;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:40px;text-align:center}.cards-registry-state-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:var(--radius-md, 12px);box-shadow:inset 0 0 0 1px var(--color-line-2);color:var(--color-text-faint)}.cards-registry-state h2{margin:0;font-family:var(--font-display);font-size:21px;font-weight:700;color:var(--color-text-hi)}.cards-registry-state p{max-width:400px;margin:0;font-size:13px;line-height:1.6;color:var(--color-text-mid);text-wrap:pretty}.cards-registry-state .rb-btn--ghost{border:none;box-shadow:inset 0 0 0 1px var(--color-line-3)}.cards-registry-state .rb-btn--ghost:hover{background:transparent;color:var(--color-gold-300);box-shadow:inset 0 0 0 1px var(--color-gold-300)}.cards-registry-state--error .cards-registry-state-icon{color:var(--color-loss);box-shadow:inset 0 0 0 1px #ff556073}.cards-registry-state-actions{display:flex;align-items:center;gap:10px}@keyframes cards-shimmer{0%,to{filter:brightness(.88)}50%{filter:brightness(1.16)}}.cards-groups{width:100%;max-width:1400px;margin:0 auto;padding:24px 28px 80px;box-sizing:border-box;display:flex;flex-direction:column;gap:36px}.cards-group-header{display:flex;align-items:baseline;gap:10px;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid var(--color-line-1)}.cards-group-title{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--color-text-hi)}.cards-group-count{font-size:12px;color:var(--color-text-low)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px}.cards-library-grid{--cards-grid-h: calc(100dvh - 318px) ;margin-bottom:calc(-1 * var(--app-footer-height, 44px))}@media(max-width:560px){.cards-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.cards-groups{gap:28px;padding:16px calc(16px + var(--safe-right, 0px)) 64px calc(16px + var(--safe-left, 0px))}.cards-library-grid{--cards-grid-h: calc( 100dvh - var(--topbar-height, 64px) - var(--app-footer-height, 44px) )}}@media(prefers-reduced-motion:reduce){.cards-grid-loading-label,.cards-grid-loading-card{animation:none}}
