.empty-state{text-align:center;padding:var(--space-16) var(--space-8);flex-direction:column;justify-content:center;align-items:center;max-width:420px;min-height:280px;margin:0 auto;display:flex}.empty-state-icon{margin-bottom:var(--space-6);opacity:.6;font-size:4rem;line-height:1;display:block}.empty-state-title{font-size:var(--text-xl);margin:0 0 var(--space-3) 0;color:var(--gr-ink-strong);font-weight:400;line-height:1.3}.empty-state-description{font-size:var(--text-sm);color:var(--gr-ink-soft);margin:0 0 var(--space-6) 0;max-width:320px;line-height:1.6}.empty-state-actions{gap:var(--space-3);padding-top:var(--space-4);flex-direction:row;justify-content:center;align-items:center;margin-top:auto;display:flex}.empty-state-actions .btn{min-width:120px;font-size:var(--text-sm);padding:.625rem 1.25rem}@media (max-width:480px){.empty-state{padding:var(--space-10) var(--space-4);min-height:240px}.empty-state-icon{margin-bottom:var(--space-4);font-size:3rem}.empty-state-title{font-size:var(--text-lg)}.empty-state-description{font-size:var(--text-xs);margin-bottom:var(--space-4)}.empty-state-actions{gap:var(--space-2);flex-flow:wrap;width:100%}.empty-state-actions .btn{flex:1;min-width:auto;padding:.5rem .75rem}}