:root{--toast-success:#18a66a;--toast-error:#df4c55;--toast-warning:#e29a2d;--toast-info:#2488d8}
.professional-toast-region{position:fixed;z-index:100000;top:18px;right:18px;width:min(390px,calc(100vw - 28px));display:grid;gap:10px;pointer-events:none}
.professional-toast{--toast-accent:var(--toast-info);position:relative!important;inset:auto!important;width:100%!important;margin:0!important;padding:15px 48px 17px 52px!important;overflow:hidden;border:1px solid color-mix(in srgb,var(--toast-accent) 32%,transparent)!important;border-radius:15px!important;background:rgba(15,24,35,.97)!important;color:#f7fbff!important;box-shadow:0 18px 55px rgba(3,12,22,.28)!important;backdrop-filter:blur(18px);font-size:13px!important;font-weight:650!important;line-height:1.45!important;pointer-events:auto;animation:toast-arrive .42s cubic-bezier(.2,.9,.25,1) both}
.professional-toast::before{content:'';position:absolute;left:17px;top:50%;width:21px;height:21px;border:6px solid color-mix(in srgb,var(--toast-accent) 18%,transparent);border-top-color:var(--toast-accent);border-radius:50%;transform:translateY(-50%) rotate(25deg)}
.professional-toast.toast-success{--toast-accent:var(--toast-success)}.professional-toast.toast-error{--toast-accent:var(--toast-error)}.professional-toast.toast-warning{--toast-accent:var(--toast-warning)}.professional-toast.toast-info{--toast-accent:var(--toast-info)}
.professional-toast-close{position:absolute;top:9px;right:10px;width:29px;height:29px;padding:0;border:0;border-radius:9px;background:rgba(255,255,255,.08);color:#dce7ef;font:500 20px/1 sans-serif;cursor:pointer}.professional-toast-close:hover{background:rgba(255,255,255,.16)}
.professional-toast-progress{position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--toast-accent);transform-origin:left;animation:toast-countdown 10s linear forwards}.professional-toast.toast-leaving{animation:toast-leave .3s ease forwards}
@keyframes toast-arrive{from{opacity:0;transform:translate3d(25px,-8px,0) scale(.97)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}@keyframes toast-leave{to{opacity:0;transform:translate3d(25px,0,0) scale(.97)}}@keyframes toast-countdown{to{transform:scaleX(0)}}
@media(max-width:620px){.professional-toast-region{top:10px;right:10px;width:calc(100vw - 20px)}}
@media(prefers-reduced-motion:reduce){.professional-toast,.professional-toast-progress{animation-duration:.01ms}}
