body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0;
}

.main {
    max-width: 400px;
}

.image {
    background-position: center;
    background-size: cover;
}

.back-btn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-image: url(../../images/back.382b99b.webp);
    background-size: cover;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-bottom: 15px;
}

h1 {
   margin-left: 30px;
   font-size: 24px;
}
.card {
    width: 100%;
}

.card>div {
    margin: 16px 16px 0 16px;
}

.hero {
    text-align: center;
    color: white;
}

.hero h2 {
    font-size: 1.4rem;
}

.diamond-earn {
    border-radius: 25px;
    border: 1px solid var(--border-color);
    border: 1px solid #e5e7eb9c;
    box-shadow: var(--div-boxShadow);
}

.big-diamond {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    background: -webkit-linear-gradient(315deg, #d4e4ff, #ffffff);
    background: linear-gradient(135deg, #d4e4ff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0.1rem 0 0.2rem;
    letter-spacing: 4px;
}

.big-diamond span {
    font-size: 2rem;
    vertical-align: super;
    margin-left: 10px;
    background: none;
    -webkit-text-fill-color: gold;
    color: gold;
    text-shadow: 0 0 12px #ffb347;
}

.earn-badge {
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #26584B;
    padding: 0.7rem 1.5rem;
    border-radius: 100px;
    display: inline-block;
    border: 1px solid #f4c542;
    color: #ffe5a3;
    box-shadow: 0 6px 0 #12172f;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}

.earn-badge i {
    color: gold;
    margin-right: 8px;
}

.ad-tag {
    position: absolute;
    top: 0;
    right: 10px;
    color: #8a8e91;
    font-size: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #ffffff;
}

.daily-track {
    display: block;
    background-image: url(../../images/daily-track.a13a2db.webp);
    width: -webkit-calc(100%-16px);
    width: calc(100%-16px);
    aspect-ratio: 3.05;
    background-size: cover;
}

.daily-track p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #b7cbff;
}

.daily-track p i {
    color: #ffd966;
    margin-right: 10px;
}

.view-btn {
    background: #3d4e7a;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border-bottom: 4px solid #1f2942;
    cursor: default;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 6px;
}

.view-btn i {
    font-size: 0.9rem;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.grid-item {
    display: block;
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
}

.fa-spin {
    background-image: url(../../images/spin_wheels.b65095f.webp);
}

.fa-ticket-alt {
    background-image: url(../../images/lucky_scratch.be18694.webp);
}

.fa-bolt {
    background-image: url(../../images/daily_new_rbx.dca0850.webp);
}

.fa-puzzle-piece {
    background-image: url(../../images/mind_puzzle.b9a007c.webp);
}

.fa-trophy {
    background-image: url(../../images/how_to_win.a742c7f.webp);
}

.fa-laugh {
    background-image: url(../../images/funny_meme.f8aab82.webp);
}

.item-new {
    background: #253056;
    border-bottom-color: #d4a62c;
}

.tools-list {}

.tool-row {
    display: block;
    width: 100%;
    height: 65px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.dollar_to_rbx {
    background-image: url(../../images/dollar_to_rbx.27f178c.webp);
}

.bc_to_rbx {
    background-image: url(../../images/bc_to_rbx.0935994.webp);
}

.tbc_to_rbx {
    background-image: url(../../images/tbc_to_rbx.0ce2042.webp);
}

.tips_and_tricks {
    background-image: url(../../images/tips_and_tricks.14bc6ab.webp);
}

.tool-row:last-child {
    border-bottom: none;
}

@media (max-width: 500px) {

    .daily-track {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        gap: 10px;
    }
}

.diamond-suffix {
    font-size: 2.5rem;
    margin-left: 0.5rem;
}

.text-diamond {
    color: #ffe87c;
}
