.matrix-toast{font-family:AeroportMono,monospace;background-color:rgba(0,10,2,.9)!important;border:1px solid #0f0!important;color:#0f0!important;box-shadow:0 0 10px rgba(0,255,0,.4)!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.matrix-toast:before{background:linear-gradient(180deg,rgba(0,255,0,0),rgba(0,255,0,.03) 50%,rgba(0,255,0,0));background-size:100% 20px;animation:matrix-rain 2s linear infinite}.matrix-toast-success{border-color:#0f0!important;box-shadow:0 0 15px rgba(0,255,0,.6)!important}.matrix-toast-error{border-color:#f03!important;color:#f03!important;box-shadow:0 0 15px rgba(255,0,51,.6)!important}.matrix-toast-error:before{background:linear-gradient(180deg,rgba(255,0,0,0),rgba(255,0,0,.03) 50%,rgba(255,0,0,0))}.matrix-toast-info{border-color:#0cf!important;color:#0cf!important;box-shadow:0 0 15px rgba(0,204,255,.6)!important}.matrix-toast-info:before{background:linear-gradient(180deg,rgba(0,204,255,0),rgba(0,204,255,.03) 50%,rgba(0,204,255,0))}.matrix-toast-warning{border-color:#fc0!important;color:#fc0!important;box-shadow:0 0 15px rgba(255,204,0,.6)!important}.matrix-toast-warning:before{background:linear-gradient(180deg,rgba(255,204,0,0),rgba(255,204,0,.03) 50%,rgba(255,204,0,0))}@keyframes matrix-rain{0%{background-position:0 0}to{background-position:0 100%}}.matrix-toast-loading:before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;background-color:currentColor;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);animation:matrix-loading 1s steps(4) infinite}@keyframes matrix-loading{0%{clip-path:inset(0 0 0 0)}25%{clip-path:inset(0 0 75% 0)}50%{clip-path:inset(0 0 50% 0)}75%{clip-path:inset(0 0 25% 0)}to{clip-path:inset(0 0 0 0)}}.matrix-toast [data-close-button]{opacity:1;background:transparent!important;border:none!important;transition:all .2s ease;border-radius:0;padding:4px;margin-left:6px;margin-top:6px;position:absolute;left:5px;top:5px;z-index:2;box-shadow:none!important}.matrix-toast [data-close-button]:hover{text-shadow:0 0 8px currentColor;background:transparent!important}.matrix-toast [data-close-button] svg{color:inherit!important;filter:drop-shadow(0 0 2px currentColor);width:16px;height:16px}.matrix-toast [data-close-button] svg path{stroke-width:2px;stroke:currentColor!important;fill:none!important}.matrix-toast button{background:transparent!important;border:1px solid!important}.matrix-toast [data-close-button] circle,.matrix-toast [data-close-button] svg circle{display:none!important}.matrix-toast-text{overflow:hidden;white-space:nowrap;border-right:2px solid transparent;animation:matrix-typing .5s steps(30)}@keyframes matrix-typing{0%{width:0}to{width:100%}}.matrix-toast [data-toast-progressbar]{background-color:currentColor!important;opacity:.3;box-shadow:0 0 6px currentColor}