.toast-overlay{z-index:10000;background:#0009;justify-content:center;align-items:center;animation:.15s ease-out toast-fade;display:flex;position:fixed;inset:0}.toast-modal{background:var(--bg);border:1px solid var(--good);color:var(--good);font-size:.8rem;font-family:var(--fh);letter-spacing:.15em;text-transform:uppercase;text-align:center;max-width:420px;padding:32px 48px;font-weight:700;animation:.2s ease-out toast-pop}@keyframes toast-fade{0%{opacity:0}to{opacity:1}}@keyframes toast-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=900px){.toast-modal{margin:0 16px;padding:24px 20px}}@media (prefers-reduced-motion:reduce){.toast-overlay,.toast-modal{animation:none}}