.Nt8mK3 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    pointer-events: none;
}

.Pt6wL2 {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    min-width: 240px;
    max-width: 360px;
    overflow: hidden;
    pointer-events: auto;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.Pt6wL2--visible {
    opacity: 1;
    transform: translateY(0);
}

.Pt6wL2--hiding {
    opacity: 0;
    transform: translateY(8px);
}

.St1zO6 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
}

.Ut2aP7 {
    display: none;
}

.Vt3bQ8 {
    flex: 1;
    font-family: 'Roobert', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 450;
    color: #333;
    line-height: 1.4;
}

.Wt4cR9 {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #bbb;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: color .15s;
    padding: 0;
}

.Wt4cR9:hover {
    color: #666;
}

.Qt9xM4 {
    height: 2px;
    background: rgba(0, 0, 0, .04);
    overflow: hidden;
}

.Rt0yN5 {
    height: 100%;
    width: 100%;
    transform-origin: left;
    animation: toast-progress linear forwards;
}

@keyframes toast-progress {
    from { transform: scaleX(1); }
    to { transform: scaleX(0); }
}

.Pt6wL2--success .Rt0yN5 { background: #2aaa6a; }
.Pt6wL2--error .Rt0yN5 { background: #f05050; }
.Pt6wL2--warning .Rt0yN5 { background: #f59e0b; }
.Pt6wL2--info .Rt0yN5 { background: #999; }

.Pt6wL2--error .Vt3bQ8 { color: #c03030; }

@media (max-width: 480px) {
    .Nt8mK3 {
        bottom: 12px;
        right: 12px;
        left: 12px;
    }
    .Pt6wL2 {
        min-width: auto;
        max-width: none;
    }
    .Vt3bQ8 { font-size: 12.5px; }
    .St1zO6 { padding: 10px 12px; }
}
