.g-bar-wrap{z-index:99999;opacity:0;pointer-events:none;height:3px;transition:opacity .15s;position:fixed;top:0;left:0;right:0}.g-bar-wrap.visible{opacity:1}.g-bar{background:linear-gradient(90deg, var(--gold,#d4a853), var(--teal,#00bfa5));border-radius:0 2px 2px 0;height:100%;box-shadow:0 0 8px #d4a85399}.toast-stack{z-index:99998;pointer-events:none;flex-direction:column-reverse;gap:10px;width:min(420px,100vw - 32px);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{font-size:13px;font-family:var(--ff,system-ui, sans-serif);cursor:pointer;pointer-events:all;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px 16px;animation:.28s cubic-bezier(.34,1.56,.64,1) both toast-in;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006,0 2px 8px #0000004d}.toast-success{background:#0d1f1a;border:1px solid #00bfa559}.toast-error{background:#1f0d0d;border:1px solid #ff6b6b59}.toast-warning{background:#1f1a0d;border:1px solid #f59e0b59}.toast-info{background:#0d1320;border:1px solid #6366f159}.toast-loading{background:#13131f;border:1px solid #d4a8534d}.toast-icon{flex-shrink:0;margin-top:1px;font-size:16px;line-height:1}.toast-success .toast-icon{color:#00bfa5}.toast-error .toast-icon{color:#ff6b6b;font-size:14px}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#6366f1}.toast-loading .toast-icon{color:#d4a853}.toast-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.toast-title{color:#f0f0f0;font-size:13px;font-weight:700;display:block}.toast-msg{color:#f0f0f0bf;word-break:break-word;font-size:12px;line-height:1.5;display:block}.toast-title+.toast-msg{margin-top:1px}.toast-close{color:#f0f0f059;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-top:1px;padding:0;font-size:12px;line-height:1;transition:color .15s}.toast-close:hover{color:#f0f0f0cc}.toast-timer{border-radius:0 0 0 12px;height:2px;animation:linear both timer-shrink;position:absolute;bottom:0;left:0}.toast-success .toast-timer{background:#00bfa5}.toast-error .toast-timer{background:#ff6b6b}.toast-warning .toast-timer{background:#f59e0b}.toast-info .toast-timer{background:#6366f1}.toast-loading .toast-timer{background:#d4a853}.toast-enter-active{animation:.28s cubic-bezier(.34,1.56,.64,1) both toast-in}.toast-leave-active{animation:.2s both toast-out}.toast-move{transition:transform .25s}@keyframes toast-in{0%{opacity:0;transform:translateY(16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toast-out{0%{opacity:1;max-height:120px;margin-bottom:0;transform:scale(1)}to{opacity:0;max-height:0;margin-bottom:-10px;transform:scale(.92)}}@keyframes timer-shrink{0%{width:100%}to{width:0%}}
