.undo-redo-buttons{gap:.25rem;display:flex}.undo-button,.redo-button{border:1px solid var(--border-color,#333);width:2rem;height:2rem;color:inherit;cursor:pointer;background:0 0;border-radius:.25rem;justify-content:center;align-items:center;padding:0;transition:background-color .15s,opacity .15s;display:flex}.undo-button:hover:not(:disabled),.redo-button:hover:not(:disabled){background:var(--hover-bg,#2a2a2a)}.undo-button:focus,.redo-button:focus{outline:2px solid var(--focus-color,#4a9eff);outline-offset:1px}.undo-button:disabled,.redo-button:disabled{opacity:.4;cursor:not-allowed}@media (max-width:30em){.undo-button,.redo-button{width:2.5rem;height:2.5rem}}
.toast{z-index:9999;-webkit-backdrop-filter:blur(4px);border-left:4px solid;border-radius:.5rem;align-items:center;gap:.75rem;min-width:18.75rem;max-width:26.25rem;padding:.875rem 1.125rem;animation:.3s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;position:fixed;top:5rem;right:1.5rem}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)translateY(-20px)}to{opacity:1;transform:translate(0)translateY(0)}}.toast--error{color:#fca5a5;background:#ef44441f;border-left-color:#ef4444;box-shadow:0 4px 24px #0006,0 0 0 1px #ef444433,inset 0 1px #ffffff0d}:root[data-theme=light] .toast--error{color:#b91c1c;background:#ef444414;box-shadow:0 4px 24px #0000001a,0 0 0 1px #ef444426,inset 0 1px #ffffff80}.toast--success{color:#86efac;background:#22c55e1f;border-left-color:#22c55e;box-shadow:0 4px 24px #0006,0 0 0 1px #22c55e33,inset 0 1px #ffffff0d}:root[data-theme=light] .toast--success{color:#15803d;background:#22c55e14;box-shadow:0 4px 24px #0000001a,0 0 0 1px #22c55e26,inset 0 1px #ffffff80}.toast--warning{color:#fde047;background:#eab3081f;border-left-color:#eab308;box-shadow:0 4px 24px #0006,0 0 0 1px #eab30833,inset 0 1px #ffffff0d}:root[data-theme=light] .toast--warning{color:#a16207;background:#eab30814;box-shadow:0 4px 24px #0000001a,0 0 0 1px #eab30826,inset 0 1px #ffffff80}.toast--info{color:#93c5fd;background:#3b82f61f;border-left-color:#3b82f6;box-shadow:0 4px 24px #0006,0 0 0 1px #3b82f633,inset 0 1px #ffffff0d}:root[data-theme=light] .toast--info{color:#1d4ed8;background:#3b82f614;box-shadow:0 4px 24px #0000001a,0 0 0 1px #3b82f626,inset 0 1px #ffffff80}.toast__message{letter-spacing:.01em;flex:1;font-size:.875rem;font-weight:500;line-height:1.5}.toast__dismiss{color:currentColor;cursor:pointer;opacity:.7;background:#ffffff1a;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:1rem;transition:all .15s;display:flex}:root[data-theme=light] .toast__dismiss{background:#0000000f}.toast__dismiss:hover{opacity:1;background:#ffffff26;transform:scale(1.05)}:root[data-theme=light] .toast__dismiss:hover{background:#0000001a}.toast__dismiss:active{transform:scale(.95)}@media (max-width:30em){.toast{min-width:auto;max-width:none;top:1rem;left:1rem;right:1rem}.toast__dismiss{width:2.25rem;height:2.25rem}}
