
/* ===NEW=LAST=WINNERS=== */
.lbw-card {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    border-radius: 12px;
    padding: 8px;
    flex: 0 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
}

.lbw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lbw-user {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.lbw-user img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.lbw-chance {
    font-size: 16px;
    right: 45px;
    position: relative;
}

.lbw-provably {
    font-size: 12px;
    color: #aaa;
}

.lbw-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lbw-item {
    text-align: center;
    flex: 1;
}

.lbw-item img {
    max-height: 80px;
    max-width: 100%;
    margin-bottom: 4px;
}

.lbw-item-name {
    font-size: 12px;
    margin-bottom: 2px;
}

.lbw-item-value {
    font-weight: bold;
    color: #aaffaa;
    font-size: 14px;
}

.lbw-plus {
    font-size: 18px;
    margin: 0 6px;
}

.lbw-rarity-covert {
    background: linear-gradient(to right, #8e2de2, #4a00e0);
}
.lbw-rarity-classified {
    background: linear-gradient(to right, #ff4e50, #f9d423);
}
.lbw-rarity-restricted {
    background: linear-gradient(0deg, rgb(226, 48, 0), #0a0d1d);
    border: 2px solid #e23000;
    box-shadow: 0 0 10px #e2300055;
}
.lbw-rarity-industrial {
    background: linear-gradient(to right, #00c6ff, #0072ff);
}

.lbw-1 {
    background: linear-gradient(to right, #ffea00, #d6c800, #ffea00);
}

.lbw-2 {
    background: linear-gradient(to right, #ff0000, #c42b2b, #ff0000);
}

.lbw-3 {
    background: linear-gradient(to right, #ff00f7, #e34bd7, #ff00f7);
}

.lbw-4 {
    background: linear-gradient(to right, #9315fe, #a24efc, #9315fe);
}

.lbw-5 {
    background: linear-gradient(to right, #263ef3, #4b5ce9, #263ef3);
}

.lbw-6 {
    background: linear-gradient(to right, #31f8f2, #5ee5e0, #31f8f2);
}

.lbw-7 {
    background: linear-gradient(to right, #686969, #7e8080, #686969);
}

.lbw-8 {
    background: linear-gradient(to right, #4bd500, #6ede29, #4bd500);
}
