.jm-dashboard-wrapper{
    max-width:900px;
    margin:auto;
    padding:40px;
}

.jm-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.jm-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.jm-points{
    font-size:42px;
    font-weight:700;
    color:#6c4cff;
}

.jm-progress{
    width:100%;
    height:12px;
    background:#ddd;
    border-radius:30px;
    overflow:hidden;
    margin-top:20px;
}

.jm-progress-fill{
    height:12px;
    background:#6c4cff;
}

.jm-tier{
    display:inline-block;
    background:#6c4cff;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    margin-top:15px;
}

.jm-referral-box{
    background:#f7f7f7;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}

.jm-copy-btn{
    background:#6c4cff;
    color:#fff;
    border:none;
    padding:12px 20px;
    border-radius:10px;
    cursor:pointer;
}


table{
    border-collapse:collapse;
    margin-top:20px;
}

table th,
table td{
    border:1px solid #ddd;
    padding:12px;
    text-align:left;
}

table th{
    background:#f5f5f5;
}

.jm-redeem-btn{
    display:inline-block;
    background:#6c4cff;
    color:#fff;
    padding:12px 20px;
    border-radius:10px;
    text-decoration:none;
    margin-top:20px;
}

.jm-redeem-btn:hover{
    background:#5336ff;
}



.jm-loyalty-wrapper{
    max-width:900px;
    margin:auto;
}

.jm-card{
    background:#fff;
    padding:25px;
    border-radius:16px;
    margin-bottom:20px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.jm-points{
    font-size:42px;
    font-weight:700;
    color:#6c4cff;
}

.jm-vip-level{
    font-size:24px;
    font-weight:600;
}

.jm-progress-bar{
    height:12px;
    background:#eee;
    border-radius:30px;
    overflow:hidden;
    margin-top:15px;
}

.jm-progress-fill{
    height:100%;
    background:#6c4cff;
}

.jm-redeem-btn,
.jm-copy-btn{
    display:inline-block;
    background:#6c4cff;
    color:#fff;
    padding:12px 20px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    text-decoration:none;
}

.jm-referral-input{
    width:100%;
    padding:12px;
    margin-bottom:15px;
}

.jm-history-table{
    width:100%;
    border-collapse:collapse;
}

.jm-history-table th,
.jm-history-table td{
    border:1px solid #ddd;
    padding:12px;
}

.jm-history-table th{
    background:#f5f5f5;
}