.state-container{text-align:center;background:var(--panel);border:1px dashed var(--line);border-radius:var(--radius-lg);color:var(--text);flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;padding:48px 24px;display:flex}.state-fullpage{background:0 0;border:none;min-height:50vh;padding:64px 24px}.state-compact{gap:12px;padding:24px 16px}.state-icon{justify-content:center;align-items:center;margin-bottom:8px;display:flex}.state-spinning{animation:1.2s linear infinite stateSpin}@keyframes stateSpin{to{transform:rotate(360deg)}}.state-compact .state-icon{margin-bottom:4px}.state-content{flex-direction:column;gap:8px;display:flex}.state-compact .state-content{gap:4px}.state-title{color:var(--text);margin:0;font-size:18px;font-weight:600}.state-compact .state-title{font-size:15px}.state-description{color:var(--muted);max-width:400px;margin:0;font-size:14px;line-height:1.5}.state-compact .state-description{font-size:13px}.state-action{margin-top:8px}
