.fsp-toast-bb607e37 {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 99999;
    pointer-events: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.fsp-card-bb607e37 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 14px 18px;
    max-width: 340px;
    width: max-content;
    pointer-events: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.fsp-card-bb607e37:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    color: inherit;
}

.fsp-card-bb607e37.fsp-visible-bb607e37 {
    opacity: 1;
    transform: translateY(0);
}

.fsp-card-bb607e37.fsp-hiding-bb607e37 {
    opacity: 0;
    transform: translateY(20px);
}

.fsp-img-bb607e37 {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.fsp-info-bb607e37 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.fsp-title-bb607e37 {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.fsp-meta-bb607e37 {
    font-size: 12px;
    color: #666666;
    line-height: 1.3;
}

.fsp-time-bb607e37 {
    font-size: 11px;
    color: #999999;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 4px;
}

.fsp-dot-bb607e37 {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
    display: inline-block;
    animation: fsp-pulse-bb607e37 1.5s ease-in-out infinite;
}

@keyframes fsp-pulse-bb607e37 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.fsp-close-bb607e37 {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    padding: 2px 4px;
    line-height: 1;
    pointer-events: auto;
}

.fsp-close-bb607e37:hover {
    color: #333;
}

.fsp-card-bb607e37 {
    position: relative;
    padding-right: 28px;
}

@media (max-width: 480px) {
    .fsp-toast-bb607e37 {
        left: 12px;
        right: 12px;
        bottom: 16px;
    }

    .fsp-card-bb607e37 {
        max-width: 100%;
        width: 100%;
        padding: 12px 28px 12px 14px;
    }

    .fsp-img-bb607e37 {
        width: 44px;
        height: 44px;
    }

    .fsp-title-bb607e37 {
        max-width: 180px;
        font-size: 12px;
    }

    .fsp-meta-bb607e37 {
        font-size: 11px;
    }

    .fsp-time-bb607e37 {
        font-size: 10px;
    }
}
