.lk-toasts{z-index:1100;pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.lk-toast{pointer-events:auto;box-sizing:border-box;background:var(--lk-parchment);border:4px solid var(--forge-walnut-edge);outline:1px solid var(--lk-camel);outline-offset:-8px;width:min(380px,100vw - 40px);box-shadow:var(--lk-drop-deep);border-radius:3px;align-items:flex-start;gap:10px;padding:14px 14px 20px;animation:.26s cubic-bezier(.22,1,.36,1) both lk-toast-in;display:flex;position:relative}.lk-toast.is-leaving{animation:.24s cubic-bezier(.4,0,1,1) both lk-toast-out}.lk-toast-body{flex:auto;min-width:0}.lk-toast-eyebrow{font-family:var(--font-plex-mono), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--lk-ink-soft);margin:0 0 4px;font-size:10px;font-weight:600}.lk-toast-message{font-family:var(--font-italic), serif;color:var(--lk-ink);overflow-wrap:anywhere;margin:0;font-size:16px;line-height:1.4}.lk-toast-close{flex:none;margin:-2px -2px 0 0}.lk-toast-timer{background:var(--hl-crimson);transform-origin:0;height:2px;animation:lk-toast-timer var(--lk-toast-life) linear both;position:absolute;bottom:4px;left:4px;right:4px}@keyframes lk-toast-in{0%{opacity:0;transform:translate(calc(100% + 28px))}to{opacity:1;transform:translate(0)}}@keyframes lk-toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(calc(100% + 28px))}}@keyframes lk-toast-timer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.lk-toast{animation:.12s linear both lk-toast-fade-in}.lk-toast.is-leaving{animation:.12s linear both lk-toast-fade-out}.lk-toast-timer{animation:lk-toast-timer var(--lk-toast-life) steps(4, end) both}}.lk-toast:hover .lk-toast-timer,.lk-toast:focus-within .lk-toast-timer{animation-play-state:paused}@keyframes lk-toast-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lk-toast-fade-out{0%{opacity:1}to{opacity:0}}
