body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(#f0f0f0 1px, transparent 1px), -webkit-linear-gradient(left, #f0f0f0 1px, transparent 1px);
    background-image: linear-gradient(#f0f0f0 1px, transparent 1px), linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #fff;
}

main {
    max-width: 400px;
    border: 1px solid #E6E7E8;
    margin: 0 auto;
    background-color: #fff;
}

:root {
    --font-sans: "myfont", sans-serif;
    --color-gradient-blue: #1877f2f0;
    --color-brand-pure-white: #fff;
    --bg-gradient: linear-gradient(25deg, var(--color-gradient-blue) 10%, var(--color-brand-pure-white) 45%);
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #000;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-decoration: none;
}

.ad-container {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: auto !important;
    border: 1px rgba(128, 128, 128, 0.482) solid;
    width: 100%;

    font-size: 10px;
    color: #88888873;
    letter-spacing: 3px;
}

.gptslot {
    min-height: 250px;
}

.ad-tag {
    position: absolute;
    top: 0;
    right: 10px;
    color: #8a8e91;
    font-size: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.global-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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 15px 5%;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.logo {
    font-size: 24px;
    font-weight: 900;
    color: #1877F2;
    letter-spacing: 1px;
}

.nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    font-size: 14px;
    font-weight: bold;
}

.nav-links a:hover {
    color: #1877F2;
}

.more-game {
    display: block;
    width: 100%;
    padding: 8px 0;
    background: #1877F2;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none;
    cursor: pointer;
}

.more-game:hover {
    background: #145dbf;
}

.about_section h1 {
    margin: auto;
    margin-bottom: 15px;
    color: #0009;
    font-size: 24px;
}

.resp_about_section {
    width: 100%;
    padding: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.about-section {
    margin: 0 auto;
    color: #666666;
}

.about-section h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #666666;
}

.about-section p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #666666;
    line-height: 1;
}

.text-link {
    color: #6365f1;
    text-decoration: underline;
    cursor: pointer;
}

.play-new-btn {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 5px;
    background-color: #0b57d0;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin: 10px 0 20px 0;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.play-new-btn p {
    color: #fff;
    margin: 0;
}

.play-new-btn:hover {
    background-color: #0056b3;
}

.icon-plus {
    font-size: 18px;
    margin-right: 6px;
    font-weight: bold;
}

.about-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    font-weight: 600;
    border-top: 1px solid #e0e0e0;
    padding: 5px;
    color: #000;
}

.about-link {
    font-size: 14px;
    text-decoration: none;
}

.about-link:hover {
    text-decoration: underline;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 10px;
}

.grid-item {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    text-align: center;
}

.grid-item:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}

.grid-img {
    width: 100%;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    
    -webkit-transition: -webkit-transform 0.3s ease;

    
    transition: -webkit-transform 0.3s ease;

    
    transition: transform 0.3s ease;

    
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: relative;
}

.grid-img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid #ffffff;
    border-top: 3px solid #3399ff;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
            animation: spin 0.8s linear infinite;
}

.grid-img.loaded::before {
    display: none;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.grid-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.grid-name {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-user-info {
    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: 6px;
    font-size: 12px;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #00c48c;
    border-radius: 50%;
    margin-right: 6px;
}

.user-count {
    color: #666666;
}

.grid-entry-info {
    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: 12px;
    font-size: 12px;
    color: #666666;
}

.play-game-btn {
    width: 100%;
    padding: 10px 0;
    background-color: #0066ff;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.play-game-btn:hover {
    background-color: #0052cc;
}

.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    z-index: 9999;
}

.modal-box {
    width: 320px;
    background: #fff;
    border-radius: 16px;
    padding: 50px 15px 30px 15px;
    text-align: center;
    -webkit-animation: pop 0.25s ease;
            animation: pop 0.25s ease;
    position: relative;
}

.modal-box .oops-img {
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150px;
    height: 100px;
    background-image: url(../../images/oops.4518846.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-title {
    font-size: 28px;
    font-weight: bold;
    color: #33cc33;
    margin-bottom: 10px;
}

.modal-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.modal-desc2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.watch-btn-wrapper {
    position: relative;
}

.btn-claim {
    width: 85%;
    background: #2d7be5;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
}

.btn-skip {
    margin-top: 10px;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
}

@-webkit-keyframes pop {
    from {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

@keyframes pop {
    from {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:480px) {}
.top-widget {
    padding: 10px;
}

.search-banner {
    margin-bottom: 20px;
    position: relative;
}

.search-box {
    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;
    border-radius: 15px;
    border: 1px solid #eee;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.search-icon {
    color: #94a3b8;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    height: 40px;
    aspect-ratio: 1;
}

.search-bar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    height: 40px;
    text-indent: 2em;
}

.search-icon-box {
    background-color: #1877f2;
    width: 40px;
    height: 40px;
}

.search-results {
    position: absolute;
    top: 100%;
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    width: 100%;
    overflow-y: auto;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 5px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 10px 0;
    z-index: 100;

}

.diamond-earn {
    border-radius: 25px;
    border: 1px solid var(--border-color);
    border: 1px solid #e5e7eb9c;
    box-shadow: var(--div-boxShadow);
}

.big-diamond {
    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;
    gap: 12px;
    margin: 12px;
}

.big-diamond span {
    font-weight: 600;
}

.diamond-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 40px;
    height: 40px;
    background-image: url(../../images/coin-earn.2b54f58.png);
}

.diamond-icon1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 24px;
    height: 24px;
    background-image: url(../../images/coin.44cd1fa.png);
}

.earn-badge {
    cursor: pointer;
    background: #1877F2;
    color: #fff;
    border: none;
    height: 42px;
    width: 85%;
    border-radius: 21px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: auto;
    margin-bottom: 20px;
}

.earn-badge::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 5%;
    height: 200%;
    background: -webkit-linear-gradient(330deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    -webkit-animation: glassSwipe 2s infinite;
            animation: glassSwipe 2s infinite;
    pointer-events: none;
}

@-webkit-keyframes glassSwipe {
    0% {
        left: -60%;
    }

    100% {
        left: 130%;
    }
}

@keyframes glassSwipe {
    0% {
        left: -60%;
    }

    100% {
        left: 130%;
    }
}

.category-selector {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #eee;
    margin: 10px;
}

.category-selector h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px;
}

.cat-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cat-btn {
    padding: 10px;
    border: 1px solid #1877F2;
    color: #333;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.cat-btn span {
    width: 20px;
    aspect-ratio: 1;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
