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