.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.toast-message{background:rgba(13,17,23,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(55,65,81,.6);color:#fff;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.5);display:flex;align-items:center;gap:.75rem;transform:translateX(120%);transition:transform .3s cubic-bezier(.4,0,.2,1);max-width:calc(100vw - 3rem);word-break:break-word}.toast-message.show{transform:translateX(0)}.toast-info i{color:#3b82f6}.toast-success i{color:#3fb950}.toast-error i{color:#ef4444}select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}