.loading { opacity: .65; }
.toast { position: fixed; z-index: 30; left: 50%; bottom: 92px; transform: translateX(-50%); width: max-content; max-width: calc(100vw - 32px); padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-3); box-shadow: var(--shadow); font-size: 13px; }
