.wave{position:relative;text-align:center;max-width:16px;min-width:16px;min-height:16px;margin-left:auto;margin-right:auto;display:inline-flex;align-items:center;pointer-events:none}.wave .dot{width:4px;height:4px;border-radius:50%;margin-right:2px;background:#62626278;animation:wave 1.3s linear infinite}.wave .reason{display:none}.wave.active .dot{background:#ff9800}.wave.white .dot,.wave.active.white .dot{background:#fff}.wave.fill{width:100%;height:100%}.wave .dot:nth-child(2){animation-delay:-1.1s}.wave .dot:nth-child(3){animation-delay:-.9s;margin-right:0}@keyframes wave{0%,to{transform:initial}25%{transform:translateY(-2px)}75%{transform:translateY(2px)}}.toast__list{--viewport-padding: 16px;position:fixed;bottom:0;right:0;display:flex;flex-direction:column;padding:var(--viewport-padding);gap:8px;max-width:min(calc(100vw - 32px),800px);min-width:540px;margin:0;list-style:none;outline:none}.toast{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--divider);border-radius:6px;padding:12px;background-color:var(--bg-paper);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.toast[data-opened]{animation:slideIn .15s cubic-bezier(.16,1,.3,1)}.toast[data-closed]{animation:hide .1s ease-in}.toast[data-swipe=move]{transform:translate(var(--kb-toast-swipe-move-x))}.toast[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}.toast[data-swipe=end]{animation:swipeOut .1s ease-out}.toast__content{display:flex;align-items:flex-start;width:100%;white-space:pre-line}.toast__close-button{flex-shrink:0;height:16px;width:16px;margin-left:16px;color:var(--text-primary)}.toast__title{font-size:16px;font-weight:500;color:#18181b}.toast__progress-track{height:4px;width:100%;background-color:var(--bg-default);border-radius:3px}.toast__progress-fill{border-radius:3px;height:100%;width:var(--kb-toast-progress-fill-width);transition:width .25s linear}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:translate(calc(100% + var(--viewport-padding)))}to{transform:translate(0)}}@keyframes swipeOut{0%{transform:translate(var(--kb-toast-swipe-end-x))}to{transform:translate(calc(100% + var(--viewport-padding)))}}
