.keys-toast-viewport{z-index:999;outline:none;flex-direction:column;gap:10px;width:min(380px,100vw - 40px);max-height:100vh;margin:0;padding:0;list-style:none;display:flex;position:fixed;top:20px;right:20px}.keys-toast{border:1px solid var(--keys-toast-border);background:var(--keys-toast-bg);color:var(--keys-toast-text);box-shadow:var(--keys-toast-shadow);pointer-events:auto;border-radius:12px;align-items:flex-start;gap:12px;padding:16px 18px;font-family:inherit;display:flex}.keys-toast[data-state=open]{animation:.28s ease-out keys-toast-slide-in}.keys-toast[data-state=closed]{animation:.18s ease-in forwards keys-toast-fade-out}.keys-toast[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.keys-toast[data-swipe=cancel]{transition:transform .2s;transform:translate(0)}.keys-toast[data-swipe=end]{animation:.15s ease-out forwards keys-toast-swipe-out}@keyframes keys-toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes keys-toast-fade-out{0%{opacity:1}to{opacity:0}}@keyframes keys-toast-swipe-out{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translate(calc(100% + 20px))}}.keys-toast-icon{flex-shrink:0;width:20px;height:20px;margin-top:1px}.keys-toast--success .keys-toast-icon{color:var(--keys-toast-success)}.keys-toast--error .keys-toast-icon{color:var(--keys-toast-danger)}.keys-toast-body{flex:1;min-width:0}.keys-toast-title{color:var(--keys-toast-text);margin:0;font-size:.875rem;font-weight:600;line-height:1.35}.keys-toast-description{color:var(--keys-toast-text-muted);margin:4px 0 0;font-size:.8125rem;font-weight:400;line-height:1.45}.keys-toast-close{width:28px;height:28px;color:var(--keys-toast-text-faint);cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.keys-toast-close:hover{background:var(--keys-toast-muted);color:var(--keys-toast-text)}:root,html[data-theme=light]{--keys-toast-bg:#fff;--keys-toast-muted:#f2f6fa;--keys-toast-border:#08080c1a;--keys-toast-text:#08080c;--keys-toast-text-muted:#08080c99;--keys-toast-text-faint:#08080c66;--keys-toast-success:#26995a;--keys-toast-danger:#fe5448;--keys-toast-shadow:0 1px 2px #08080c0f, 0 8px 24px #08080c1a}html[data-theme=dark]{--keys-toast-bg:#1c1c26;--keys-toast-muted:#262630;--keys-toast-border:#f2f6fa1a;--keys-toast-text:#f2f6fa;--keys-toast-text-muted:#f2f6fa99;--keys-toast-text-faint:#f2f6fa66;--keys-toast-success:#2ee07f;--keys-toast-danger:#ff7b72;--keys-toast-shadow:0 8px 32px #0006}
