.loading-tips{border:1px solid var(--surface-divider);background:var(--surface-panel);border-radius:10px;align-items:flex-start;gap:11px;margin-bottom:12px;padding:12px 16px 13px;display:flex;position:relative;overflow:hidden}.loading-tips-icon{width:26px;height:26px;color:var(--brand);background:rgba(var(--brand-rgb),.12);border-radius:7px;flex:none;justify-content:center;align-items:center;display:flex}.loading-tips-body{min-width:0}.loading-tips-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--text-subtle);font-family:Space Mono,monospace;font-size:9px;display:block}.loading-tips-text{color:var(--text-muted);margin:3px 0 0;font-family:Sora,sans-serif;font-size:13px;line-height:1.55;animation:.38s ease-out both loading-tips-fade}@keyframes loading-tips-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.loading-tips-progress{transform-origin:0;background:rgba(var(--brand-rgb),.45);width:100%;height:2px;animation-name:loading-tips-progress;animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;bottom:0;left:0}@keyframes loading-tips-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.loading-tips-text{animation:none}.loading-tips-progress{opacity:.35;animation:none;transform:scaleX(1)}}