@import "https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";

html {
    scroll-behavior: smooth
}

Body,
div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt,
blockquote,
fieldset,
legend,
label,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important
}

body {
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #454545;
    background: #eef5fa;
    font-size: 16px;
    line-height: 1.6em;
    padding-top: 56px;
    padding-bottom: 60px
}

body {
    background-color: #fff;
    background-image: url(/files/bg-freefire.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

.xbanggia img,
.alert-primary img {
    border-radius: 3px
}

.wbody {
    max-width: 820px;
    margin: auto
}

.nav-m .avatargame {
    width: 25%;
    float: left
}

.nav-m .avatargame .avatar {
    float: left
}

.banner {
    height: 200px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    max-width: 800px
}

.banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-img {
    height: 100%
}

.banner .banner-content__center {
    position: relative;
    width: 100%
}

.banner .banner-content__center:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(82%, rgba(0, 0, 0, .75)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .75) 82%)
}

.banner img {
    border-radius: 0;
    height: 100%
}

.banner .banner-content img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 400px;
    height: 100%
}

.banner-title {
    bottom: 40px;
    left: 35px;
    -webkit-transform: unset;
    transform: unset
}

.banner-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    bottom: 50px;
    position: absolute
}

.blockdown {
    margin: 0;
    padding: 0 12px
}

.content {
    margin: 0;
    padding: 0 12px;
    overflow-x: hidden;
    margin-top: 170px
}

.content .content-box {
    padding: 20px;
    margin: 0 auto 20px;
    width: unset;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 130px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 #420000;
    box-shadow: 0 2px 5px 0 #420000;
    margin-bottom: 30px;
    position: relative
}

.title {
    text-align: center;
    line-height: 1.4em;
    font-weight: 600
}

.footer {
    background: #fff;
    padding: 40px 0 20px;
    margin-top: 40px;
    border-top: 1px solid #eee
}

.footer .container {
    max-width: 630px;
    padding: 0 15px
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 30px
}

.footer-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px
}

.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #0068ff
}

.footer-description {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px
}

.footer-social {
    display: flex;
    gap: 10px
}

.social-link {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all .2s ease
}

.social-link:hover {
    background: #0068ff;
    color: #fff;
    transform: translateY(-2px)
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links li:not(:last-child) {
    margin-bottom: 12px
}

.footer-links a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .2s ease
}

.footer-links a:hover {
    color: #0068ff;
    transform: translateX(3px)
}

.footer-links i {
    font-size: 14px;
    width: 16px;
    color: #0068ff
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 13px;
    margin-bottom: 12px
}

.footer-contact i {
    color: #0068ff;
    font-size: 14px;
    width: 16px
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copyright {
    color: #666;
    font-size: 12px
}

.payment-methods {
    display: flex;
    gap: 12px;
    align-items: center
}

.payment-methods img {
    height: 24px;
    width: auto;
    opacity: .8;
    transition: opacity .2s ease
}

.payment-methods img:hover {
    opacity: 1
}

@media (max-width: 768px) {
    .footer {
        padding: 30px 15px 20px;
        margin-top: 30px
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center
    }

    .footer-title:after {
        left: 50%;
        transform: translateX(-50%)
    }

    .footer-social {
        justify-content: center
    }

    .footer-contact li {
        justify-content: center
    }
}

.fcta-zalo-ben-trong-nut svg path {
    fill: #fff
}

.fcta-zalo-vi-tri-nut {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 999
}

.fcta-zalo-nen-nut,
div.fcta-zalo-mess {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16)
}

.fcta-zalo-nen-nut {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #0068ff;
    border-radius: 50%;
    position: relative
}

.fcta-zalo-nen-nut::after,
.fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #0068ff;
    background: #0068ff80;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite
}

.fcta-zalo-nen-nut::after {
    animation-delay: .4s
}

.fcta-zalo-ben-trong-nut,
.fcta-zalo-ben-trong-nut i {
    transition: all 1s
}

.fcta-zalo-ben-trong-nut {
    position: absolute;
    text-align: center;
    width: 60%;
    height: 60%;
    left: 10px;
    bottom: 25px;
    line-height: 70px;
    font-size: 25px;
    opacity: 1
}

.fcta-zalo-ben-trong-nut i {
    animation: lucidgenzalo 1s linear infinite
}

.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut,
.fcta-zalo-text {
    opacity: 0
}

.fcta-zalo-nen-nut:hover i {
    transform: scale(.5);
    transition: all .5s ease-in
}

.fcta-zalo-text a {
    text-decoration: none;
    color: #fff
}

.fcta-zalo-text {
    position: absolute;
    top: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transform: scaleX(-1);
    transition: all .5s;
    line-height: 1.5
}

.fcta-zalo-nen-nut:hover .fcta-zalo-text {
    transform: scaleX(1);
    opacity: 1
}

div.fcta-zalo-mess {
    position: fixed;
    bottom: 29px;
    left: 58px;
    z-index: 99;
    background: #fff;
    padding: 7px 25px 7px 15px;
    color: #0068ff;
    border-radius: 0 50px 50px 0;
    font-weight: 700;
    font-size: 15px
}

.fcta-zalo-mess span {
    color: #0068ff !important
}

span#fcta-zalo-tracking {
    font-family: Roboto;
    line-height: 1.5
}

.fcta-zalo-text {
    font-family: Roboto
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2, 1.2)
    }

    100% {
        transform: scale(1, 1)
    }
}

@keyframes zoom {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes lucidgenzalo {
    0% to {
        transform: rotate(-25deg)
    }

    50% {
        transform: rotate(25deg)
    }
}

.jscroll-to-top {
    bottom: 100px
}

.input-group-append {
    display: flex;
    align-items: center;
    margin-left: -1px
}

.input-group-append button {
    border: 1px solid #ced4da;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #495057;
    background-color: #e9ecef
}

.game-container {
    background-color: #f9f6f7;
    padding: 12px;
    border-radius: 10px;
    max-width: 100%;
    margin: 15px auto;
    text-align: left;
    direction: ltr
}

.game-picture {
    width: 100%;
    max-width: 60px;
    object-fit: cover;
    float: left;
    margin-right: 20px
}

.game-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Arial', sans-serif
}

.game-id {
    font-size: 1rem;
    color: #888
}

.image-select-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.image-option {
    width: 100%;
    flex: 0 0 calc(25% - 10px);
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent
}

.image-option img {
    max-width: 100%;
    width: 100%;
    height: 58px;
    border: 2px solid #a7a7a7;
    border-radius: 5px
}

.image-option input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.image-option input[type=radio]:checked+img {
    border-color: #0e02f4;
    box-shadow: 0 0 5px #0e02f4
}

.image-option span {
    display: block;
    padding: 8px 0;
    border: 1px dashed #a7a7a7;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700
}

.image-option input[type=radio]:checked+span {
    border-color: red;
    box-shadow: 0 0 5px red
}

@media (max-width: 767px) {
    .image-option {
        flex: 0 0 calc(33.333% - 10px)
    }
}

.container {
    max-width: 630px;
    margin: 0 auto
}

.page-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative
}

.page-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0068ff
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px 0
}

.game-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
    text-decoration: none;
    color: inherit;
    animation: fadeInScale .3s ease
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15)
}

.game-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden
}

.game-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.game-card:hover .game-image img {
    transform: scale(1.05)
}

.game-info {
    padding: 12px;
    text-align: center;
    background: #f8f9fa;
    border-top: 1px solid #eee
}

.game-name {
    font-size: 15px;
    font-weight: 700;
    color: #2d3436;
    line-height: 1.3;
    margin: 8px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

@media (max-width: 768px) {
    .games-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 15px
    }

    .game-info {
        padding: 10px
    }

    .game-name {
        font-size: 13px;
        margin: 6px 0 0
    }
}

@media (max-width: 480px) {
    .games-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px
    }

    .game-info {
        padding: 8px
    }

    .game-name {
        font-size: 12px;
        margin: 4px 0 0
    }
}

.search-game {
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 0 15px
}

.search-game .input-group {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08)
}

.search-game .form-control {
    border: none;
    padding: 12px 20px;
    font-size: 14px
}

.search-game .form-control:focus {
    box-shadow: none
}

.search-game .btn {
    padding: 0 25px;
    border: none;
    background: #0068ff;
    color: #fff
}

.search-game .btn:hover {
    background: #0056d6
}

@media (max-width: 768px) {
    .search-game {
        padding: 0 10px
    }

    .search-game .form-control {
        padding: 10px 15px
    }

    .search-game .btn {
        padding: 0 20px
    }
}

.no-results {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 16px;
    grid-column: 1 / -1;
    background: #f5f5f5;
    border-radius: 8px;
    margin: 10px 0
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8)
    }

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

.promo-banner {
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease, box-shadow .3s ease
}

.promo-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2)
}

.promo-content {
    text-align: center
}

.promo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    gap: 10px;
    transition: all .3s ease
}

.promo-link:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5)
}

.promo-link:hover i {
    transform: rotate(10deg)
}

.promo-link i {
    font-size: 20px;
    transition: transform .3s ease
}

.promo-text {
    font-size: 16px;
    position: relative
}

.promo-text:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s ease
}

.promo-link:hover .promo-text:after {
    width: 100%
}

.promo-badge {
    background: #f36;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    animation: pulse 2s infinite;
    transition: transform .3s ease, background-color .3s ease
}

.promo-link:hover .promo-badge {
    background: #ff1a4d;
    transform: scale(1.05)
}

.transaction-section {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

.section-header {
    margin-bottom: 20px
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px
}

.search-transaction {
    margin-bottom: 20px
}

.search-transaction .input-group {
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08)
}

.search-transaction .form-control {
    border: 1px solid #e0e0e0;
    padding: 12px 20px;
    font-size: 14px;
    height: auto;
    border-radius: 8px 0 0 8px
}

.search-transaction .form-control:focus {
    box-shadow: none;
    border-color: #0068ff
}

.search-transaction .input-group-append .btn {
    padding: 0 25px;
    background: #0068ff;
    color: #fff;
    border: none;
    font-size: 14px;
    height: 100%;
    border-radius: 0 8px 8px 0;
    transition: background-color .3s ease
}

.search-transaction .input-group-append .btn:hover {
    background: #0056d6
}

@media (max-width: 768px) {
    .search-transaction .form-control {
        padding: 10px 15px
    }

    .search-transaction .input-group-append .btn {
        padding: 0 20px
    }
}

@media (max-width: 480px) {
    .search-transaction .input-group {
        display: flex
    }

    .search-transaction .form-control {
        flex: 1;
        width: auto
    }

    .search-transaction .input-group-append {
        width: auto
    }
}

.transaction-list {
    margin: 15px 0
}

.transaction-item {
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all .3s ease
}

.transaction-item:hover {
    background: #f8f9fa
}

.transaction-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.user-id {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px
}

.transaction-details {
    display: flex;
    align-items: center;
    gap: 15px
}

.package {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #444
}

.amount {
    font-weight: 600;
    color: #28a745
}

.payment-method {
    font-size: 12px;
    color: #666;
    margin-left: 5px
}

.transaction-status {
    text-align: right
}

.status {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500
}

.status.pending {
    background: #fff3cd;
    color: #856404
}

.status.processing {
    background: #cce5ff;
    color: #004085
}

.status.success {
    background: #d4edda;
    color: #155724
}

.status.failed {
    background: #f8d7da;
    color: #721c24
}

.time {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px
}

.empty-state {
    text-align: center;
    padding: 30px;
    color: #666
}

.empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #ddd
}

.section-footer {
    margin-top: 15px;
    text-align: center
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@media (max-width: 768px) {
    .transaction-info {
        flex-direction: column;
        align-items: flex-start
    }

    .transaction-status {
        text-align: left;
        width: 100%;
        margin-top: 10px
    }
}

.leaderboard-section {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

.leaderboard-section .section-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px
}

.leaderboard-section .section-title i {
    color: #ffd700
}

.leaderboard-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.leaderboard-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: transform .2s ease
}

.leaderboard-item:hover {
    transform: translateX(5px)
}

.leaderboard-item .rank {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #666
}

.leaderboard-item .user-info {
    flex: 1;
    padding: 0 15px
}

.leaderboard-item .username {
    font-weight: 600;
    color: #333
}

.leaderboard-item .amount {
    font-weight: 700;
    color: #28a745
}

.leaderboard-item.top-1 {
    background: linear-gradient(45deg, #ffd700, #ffed4a);
    border: 1px solid #ffd700
}

.leaderboard-item.top-2 {
    background: linear-gradient(45deg, silver, #e0e0e0);
    border: 1px solid silver
}

.leaderboard-item.top-3 {
    background: linear-gradient(45deg, #cd7f32, #dea47e);
    border: 1px solid #cd7f32
}

.leaderboard-item.top-1 .rank i,
.leaderboard-item.top-2 .rank i,
.leaderboard-item.top-3 .rank i {
    font-size: 20px
}

.leaderboard-item.top-1 .rank i {
    color: #ffd700
}

.leaderboard-item.top-2 .rank i {
    color: silver
}

.leaderboard-item.top-3 .rank i {
    color: #cd7f32
}

@media (max-width: 768px) {
    .leaderboard-item {
        padding: 10px
    }

    .leaderboard-item .rank {
        width: 25px;
        height: 25px;
        font-size: 14px
    }

    .leaderboard-item .username {
        font-size: 14px
    }

    .leaderboard-item .amount {
        font-size: 13px
    }
}

.recharge-form {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block
}

.form-group input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all .3s ease
}

.form-group input[type="text"]:focus {
    border-color: #0068ff;
    box-shadow: 0 0 0 3px rgba(0, 104, 255, 0.1);
    outline: none
}

.form-group input[type="text"]::placeholder {
    color: #999
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px
}

.package-item {
    position: relative
}

.package-item input[type="radio"] {
    position: absolute;
    opacity: 0
}

.package-item label {
    position: relative;
    display: block;
    padding: 15px;
    padding-top: 25px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
    overflow: visible
}

.package-item input[type="radio"]:checked+label {
    border-color: #0068ff;
    background: #f0f7ff
}

.package-info {
    text-align: center;
    position: relative;
    z-index: 1
}

.package-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px
}

.package-price {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #28a745;
    font-weight: 700
}

.original-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400
}

.discount-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #f36;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0 6px 0 6px;
    z-index: 2
}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px
}

.payment-method {
    position: relative
}

.payment-method input[type="radio"] {
    position: absolute;
    opacity: 0
}

.payment-method label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease
}

.payment-method input[type="radio"]:checked+label {
    border-color: #0068ff;
    background: #f0f7ff
}

.payment-method i {
    font-size: 20px;
    color: #0068ff
}

@media (max-width: 768px) {
    .package-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .payment-methods {
        grid-template-columns: 1fr
    }
}

.payment-note {
    margin-top: 8px;
    font-size: 12px;
    color: #0068ff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.payment-note i {
    font-size: 14px
}

.package-item input[type="radio"]:checked+label .payment-note {
    color: #0056d6
}

.package-item label:hover {
    border-color: #0068ff;
    transform: translateY(-2px)
}

.posts-section {
    margin-top: 40px;
    padding: 20px 0
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px
}

.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease
}

.post-card:hover {
    transform: translateY(-5px)
}

.post-link {
    display: block;
    text-decoration: none;
    color: inherit
}

.post-image {
    position: relative;
    padding-top: 56.25%
}

.post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-info {
    padding: 15px
}

.post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.post-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.post-meta {
    font-size: 12px;
    color: #999
}

.post-meta i {
    margin-right: 4px
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr
    }

    .posts-grid {
        grid-template-columns: 1fr
    }
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000
}

.mobile-nav .nav-wrapper {
    max-width: 630px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px 15px
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    padding: 6px 0;
    transition: all .2s ease
}

.nav-item i {
    font-size: 18px
}

.nav-item span {
    font-size: 11px;
    font-weight: 500
}

.nav-item.active {
    color: #0068ff
}

.nav-item:hover {
    color: #0068ff;
    transform: translateY(-2px)
}

.nav-item:active {
    transform: scale(0.95)
}

@media (min-width: 769px) {
    .mobile-nav {
        bottom: 0
    }

    .nav-item {
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        font-size: 14px
    }

    .nav-item i {
        font-size: 18px
    }

    body {
        padding-bottom: 60px
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 60px
    }
}

.nav-item {
    position: relative;
    overflow: hidden
}

.nav-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: rgba(0, 104, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .3s ease
}

.nav-item:active:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: all 0
}

.site-header {
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.site-header .container {
    max-width: 630px;
    padding: 0 15px
}

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

.logo {
    display: flex;
    align-items: center
}

.logo-img {
    height: 46px;
    width: auto
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px
}

.auth-buttons {
    display: flex;
    gap: 10px
}

.btn-login,
.btn-register {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease
}

.btn-login {
    background: #f5f5f5;
    color: #666
}

.btn-register {
    background: #0068ff;
    color: #fff
}

.btn-login:hover {
    background: #e0e0e0;
    color: #333
}

.btn-register:hover {
    background: #0051cc;
    color: #fff
}

.user-menu {
    position: relative
}

.user-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.user-toggle i {
    font-size: 20px
}

.user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    min-width: 200px;
    padding: .5rem 0;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}

.user-dropdown.show {
    display: block
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: all .2s ease
}

.dropdown-item:hover {
    background: #f5f5f5;
    color: #0068ff
}

@media (max-width: 768px) {

    .site-header .container,
    .mobile-nav .nav-wrapper {
        padding: 0 10px
    }

    .logo-img {
        height: 32px
    }

    .btn-login,
    .btn-register {
        padding: 5px 10px;
        font-size: 12px
    }

    .nav-item i {
        font-size: 16px
    }

    .nav-item span {
        font-size: 10px
    }
}

a {
    text-decoration: none
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: all .3s
}

.recent-cards {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #d1d9e6
}

.recent-cards h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e6ed;
    margin-bottom: 15px
}

.recent-cards .table {
    margin-bottom: 0
}

.recent-cards .table th {
    border-top: none;
    font-weight: 600;
    font-size: 13px;
    color: #344767;
    background: #f1f5f9;
    border-bottom: 2px solid #e0e6ed
}

.recent-cards .table td {
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #e0e6ed;
    padding: 12px 8px
}

.recent-cards .table tr:hover {
    background-color: #f8f9ff
}

.recent-cards .badge {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px
}

.recent-cards .btn-link {
    font-size: 13px;
    color: #0068ff;
    text-decoration: none;
    padding: 0;
    font-weight: 500;
    position: relative;
    padding-right: 16px
}

.recent-cards .btn-link:hover {
    color: #0056d6
}

.recent-cards .btn-link:after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s
}

.recent-cards .btn-link:hover:after {
    transform: translate(3px, -50%)
}

@media (max-width: 768px) {
    .recent-cards {
        padding: 15px
    }

    .recent-cards h4 {
        font-size: 15px
    }

    .recent-cards .table th,
    .recent-cards .table td {
        font-size: 13px
    }
}

.banner-slider {
    margin-bottom: 30px
}

.carousel-item img {
    border-radius: 12px;
    object-fit: cover
}

.carousel-indicators {
    bottom: -40px
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    opacity: .5
}

.carousel-indicators .active {
    background-color: #0068ff;
    opacity: 1
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s ease
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15)
}

.card-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 20px
}

.alert-info {
    background-color: #f8f9fa;
    border-color: #e9ecef;
    color: #333
}

.alert-warning {
    font-size: 14px
}

.alert-warning ul {
    margin-top: 5px
}

.form-control {
    border: 1px solid #e0e0e0
}

.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn-lg {
    padding: 12px 20px;
    font-size: 16px
}

.search-section {
    margin-bottom: 20px
}

.search-section .input-group {
    max-width: 500px;
    margin: 0 auto
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px 0
}

.game-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
    text-decoration: none;
    position: relative
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
}

.game-image {
    position: relative;
    padding-top: 100%
}

.game-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f36;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700
}

.game-info {
    padding: 10px;
    text-align: center
}

.game-name {
    color: #333;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.recent-cards {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #d1d9e6
}

.recent-cards h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e6ed;
    margin-bottom: 15px
}

.recent-cards .table {
    margin-bottom: 0
}

.recent-cards .table th {
    border-top: none;
    font-weight: 600;
    font-size: 13px;
    color: #344767;
    background: #f1f5f9;
    border-bottom: 2px solid #e0e6ed
}

.recent-cards .table td {
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #e0e6ed;
    padding: 12px 8px
}

.recent-cards .table tr:hover {
    background-color: #f8f9ff
}

.recent-cards .badge {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px
}

.recent-cards .btn-link {
    font-size: 13px;
    color: #0068ff;
    text-decoration: none;
    padding: 0;
    font-weight: 500;
    position: relative;
    padding-right: 16px
}

.recent-cards .btn-link:hover {
    color: #0056d6
}

.recent-cards .btn-link:after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s
}

.recent-cards .btn-link:hover:after {
    transform: translate(3px, -50%)
}

@media (max-width: 768px) {
    .carousel-item img {}

    .games-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 15px
    }

    .game-name {
        font-size: 13px
    }

    .recent-cards {
        padding: 15px
    }

    .recent-cards h4 {
        font-size: 15px
    }

    .recent-cards .table th,
    .recent-cards .table td {
        font-size: 13px
    }
}

.exchange-form .form-group {
    margin-bottom: 20px
}

.exchange-form label {
    font-weight: 500;
    color: #344767;
    margin-bottom: 8px
}

.exchange-form .form-control {
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    font-size: 14px;
    transition: all .2s ease
}

.exchange-form .form-control:focus {
    border-color: #0068ff;
    box-shadow: 0 0 0 3px rgba(0, 104, 255, 0.1)
}

.exchange-form .form-text {
    color: #64748b;
    font-size: 12px;
    margin-top: 5px
}

.exchange-form .btn-primary {
    background: #0068ff;
    border: none;
    padding: 12px 20px;
    font-weight: 500;
    letter-spacing: .3px
}

.exchange-form .btn-primary:hover {
    background: #0056d6;
    transform: translateY(-1px)
}

.fee-info {
    background: #f8fafc;
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px
}

.fee-details {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    gap: 15px
}

.fee-item {
    display: flex;
    align-items: center;
    gap: 5px
}

.fee-label {
    color: #64748b
}

.fee-value {
    font-weight: 600;
    color: #344767
}

.latest-news {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

.section-header .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #344767
}

.news-card {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
    text-decoration: none;
    height: 100%;
    border: 1px solid #e0e6ed
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.news-image {
    position: relative;
    padding-top: 56.25%
}

.news-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-content {
    padding: 15px
}

.news-title {
    font-size: 16px;
    font-weight: 600;
    color: #344767;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 10px
}

.news-meta i {
    margin-right: 4px
}

.news-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width: 768px) {
    .latest-news {
        padding: 15px
    }

    .section-header .section-title {
        font-size: 16px
    }

    .news-title {
        font-size: 15px
    }

    .news-excerpt {
        font-size: 13px;
        -webkit-line-clamp: 2
    }
}