.locked-card {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        background: #fff;
        font-family: 'Segoe UI', sans-serif;
        text-align: center;
        padding-bottom: 20px;
      }

      
      .locked-card img {
        width: 100%;
        border-radius: 16px 16px 0 0;
        display: block;
      }

      
      .ribbon {
        position: absolute;
        top: 16px;
        left: -45px;
        width: 160px;
        text-align: center;
        background: linear-gradient(135deg, #ff3c3c, #b30000);
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        padding: 6px 0;
        transform: rotate(-45deg);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        letter-spacing: 0.5px;
        z-index: 99999;
      }
 
      .locked-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        z-index: 3;
        color: white;
      }

      .locked-overlay i {
        font-size: 36px;
        margin-bottom: 8px;
      }

      .locked-overlay span {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
      }

      .go-task i {
        font-size: 50px;
        margin-top: 5px;
      }

      .modern-alert {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: linear-gradient(135deg, #d4fc79, #96e6a1);
        padding: 12px 20px;
        border-radius: 12px;
        font-weight: 600;
        color: #1b4332;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-family: 'Segoe UI', sans-serif;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        margin-top: 10px;
        z-index: -11;
      }

      .modern-alert .icon {
        font-size: 22px;
      }


      .vipname {
    margin-top: 10px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #4b0082, #8a2be2);
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    display: inline-block;
    transition: transform 0.2s ease;
}

.vipname:hover {
    transform: scale(1.05);
}

.unlocked-badge {
    position: absolute;
    top: 10px;
    right: 25px;
    background-color: #28a745; /* yeşil */
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.unlock-btn {
    position: absolute;
    bottom: 15px;
    right: 20px;
    padding: 10px 20px;
    background: linear-gradient(45deg, #FFD700, #FFC107);
    color: #3b2f00;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

.unlock-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.profit-info {
    margin-top: 20px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    line-height: 1.8;
}

.profit-item {
    font-size: 16px;
    margin-bottom: 4px;
    color: #333;
}

.profit-item span {
    color: #4b0082;
}

.time{
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
     }