.fp-header {
    overflow: visible !important;
    padding: 2px 0 !important;
}

@media (min-width: 992px) {
    .fp-header {
        padding: 2px 0 !important;
    }
}

.fp-header .container {
    overflow: visible !important;
}

.fp-header .grid.fp-header-row,
.fp-header .fp-header-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 16px !important;
    grid-template-columns: unset !important;
    position: relative;
    width: 100%;
    overflow: visible !important;
}

.fp-header .logo {
    flex: 0 0 auto;
    order: 1;
    min-width: 0;
    max-width: 240px;
    height: auto;
    display: flex;
    align-items: center;
}

.fp-header .logo img {
    height: 60px !important;
    width: auto !important;
    max-width: 220px !important;
    max-height: 60px !important;
    object-fit: contain;
    display: block;
}

@media (min-width: 992px) {
    .fp-header .logo img {
        height: 68px !important;
        max-height: 68px !important;
        max-width: 240px !important;
    }
}

@media (max-width: 576px) {
    .fp-header .logo img {
        height: 50px !important;
        max-height: 50px !important;
        max-width: 180px !important;
    }
}

.fp-header .search {
    flex: 1 1 0;
    order: 2;
    max-width: 520px !important;
    min-width: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: visible !important;
}

.fp-header .search .search-box {
    flex: 1;
    min-width: 0;
}

.fp-header .search .search-results,
#search-results-box {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: var(--bg-white, #1a1a2e);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    z-index: 9999;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.fp-header .right-area {
    flex: 0 0 auto;
    order: 3;
    margin-left: auto;
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: visible !important;
    min-width: 0;
}

.fp-header .right-area .right-link {
    margin-left: 0 !important;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.fp-header .right-area .right-link:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
}

.fp-header .right-area .right-link .icon {
    margin-right: 6px;
}

.fp-header .right-area .right-link .icon i {
    font-size: 22px;
}

.fp-header .right-area .right-link.cart-link {
    padding: 8px 14px;
}

.fp-header .right-area .right-link.cart-link .content .key {
    font-size: 12px;
    color: #a3a3a3;
}

.fp-header .right-area .right-link.cart-link .content .value {
    font-size: 14px;
    font-weight: 700;
    color: #22c55e;
}

.fp-action-balance {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 14px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    white-space: nowrap;
    border: 1px solid rgba(34, 197, 94, 0.35) !important;
    background: rgba(34, 197, 94, 0.12) !important;
    color: #4ade80 !important;
}

.fp-action-balance:hover {
    background: rgba(34, 197, 94, 0.2) !important;
    color: #86efac !important;
}

.fp-header .btn-primary.btn-sm,
.fp-header .btn-success.btn-sm {
    padding: 8px 16px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .fp-header .grid.fp-header-row,
    .fp-header .fp-header-row {
        flex-wrap: wrap !important;
        gap: 12px;
    }

    .fp-header .logo {
        flex: 1 1 auto;
        max-width: none;
    }

    .fp-header .search {
        flex: 1 1 100%;
        order: 3;
        max-width: 100% !important;
        margin: 0;
    }

    .fp-header .right-area {
        display: none !important;
    }
}



.fp-footer .footer-content .img-logo,
.footer-content .img-logo {
    height: 72px !important;
    max-height: 72px !important;
    width: auto !important;
    max-width: 300px !important;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .fp-footer .footer-content .img-logo,
    .footer-content .img-logo {
        height: 80px !important;
        max-height: 80px !important;
        max-width: 340px !important;
    }
}

.glow-card,
a.category-card.premium-gamer-card {
    border: none !important;
    box-shadow: none;
}
.glow-card:hover,
a.category-card.premium-gamer-card:hover {
    border: none !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.glow-card .icon-wrapper,
.category-icon-wrapper {
    border: none !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.fp-navbar .list li .link.fp-nav-link {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 4px 12px 4px 4px !important;
    height: auto !important;
    min-height: 44px;
    text-decoration: none !important;
    background: transparent !important;
}

.fp-navbar .list li .link.fp-nav-link:hover {
    opacity: 0.85;
}

.fp-nav-cat-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
    overflow: hidden;
}

.fp-nav-cat-icon i {
    font-size: 18px !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: block;
}

.fp-nav-cat-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    margin: 0;
}

.fp-nav-cat-label {
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}

.fp-navbar .list li .link.button.fp-nav-link--categories {
    background: rgba(107, 68, 35, 0.85) !important;
    border-radius: 10px !important;
    padding: 4px 14px 4px 4px !important;
    margin-right: 12px;
}

.fp-navbar .list li .link.button.fp-nav-link--categories .fp-nav-cat-icon {
    background: rgba(0, 0, 0, 0.2) !important;
}

@media (min-width: 992px) {
    .fp-navbar .list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
        gap: 6px !important;
        flex-grow: 1 !important;
        min-width: 0 !important;
        margin-right: 12px !important;
        padding-left: 0 !important;
        list-style: none !important;
        margin-bottom: 0 !important;
    }
}

.fp-navbar .list li {
    flex-shrink: 0 !important;
    margin-right: 0 !important;
}

.fp-navbar-more {
    position: relative;
    flex-shrink: 0;
    display: none; 
    align-items: center;
}

@media (min-width: 992px) {
    .fp-navbar-more {
        display: none;
    }
}

.fp-navbar-more-btn {
    transition: opacity 0.2s ease, background 0.2s ease !important;
}

.fp-navbar-more-btn:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    opacity: 1 !important;
}

.fp-navbar-more.open .fp-navbar-more-btn {
    background: rgba(255, 255, 255, 0.08) !important;
    opacity: 1 !important;
}

.fp-navbar-more-chevron {
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.fp-navbar-more.open .fp-navbar-more-chevron {
    transform: rotate(180deg) !important;
    color: #fff !important;
}

.fp-navbar-more-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    background: #121212 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    padding: 6px !important;
    z-index: 9999 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6) !important;
    animation: navMoreIn 0.2s cubic-bezier(0.16, 1, 0.3, 1) ease-out;
    max-height: 420px;
    overflow-y: auto;
}

@keyframes navMoreIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.fp-navbar-more.open .fp-navbar-more-menu {
    display: block !important;
}

.fp-navbar-more-menu::-webkit-scrollbar {
    width: 4px;
}
.fp-navbar-more-menu::-webkit-scrollbar-track {
    background: transparent;
}
.fp-navbar-more-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}
.fp-navbar-more-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

.fp-navbar-more-menu .fp-nav-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 12px 8px 8px !important;
    border-radius: 8px !important;
    color: #a2aab8 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    white-space: nowrap !important;
    border-left: 2px solid transparent !important;
    background: transparent !important;
    margin: 0 !important;
    height: auto !important;
    min-height: unset !important;
}

.fp-navbar-more-menu .fp-nav-link:hover {
    background: rgba(255, 255, 255, 0.04) !important;
    color: var(--gaming-cyan, #00d8ff) !important;
    border-left-color: var(--gaming-cyan, #00d8ff) !important;
    padding-left: 11px !important;
}

.fp-navbar-more-menu .fp-nav-link .fp-nav-cat-label {
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

.fp-navbar-more-menu .fp-nav-cat-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 6px !important;
    flex-shrink: 0 !important;
}

.fp-navbar-more-menu .fp-nav-cat-icon i {
    font-size: 14px !important;
}

.fp-navbar-more-menu .fp-nav-cat-icon img {
    width: 18px !important;
    height: 18px !important;
}

.home-slider-section {
    padding: 20px 0 28px;
}

.home-slider {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    background: #111;
}

.home-swiper {
    width: 100%;
    height: 460px;
}

.home-swiper .swiper-wrapper,
.home-swiper .swiper-slide {
    height: 100% !important;
}

.home-slider-link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.home-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.home-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.home-slider-nav i {
    font-size: 28px;
    line-height: 1;
    pointer-events: none;
}

.home-slider-nav:hover {
    background: rgba(0, 0, 0, 0.85);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.home-slider-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.home-slider-prev {
    left: 20px;
}

.home-slider-next {
    right: 20px;
}

.home-slider-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

.home-slider-pagination {
    bottom: 18px !important;
    z-index: 25;
}

.home-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px !important;
    transition: width 0.25s, background 0.25s;
}

.home-slider-pagination .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 6px;
    background: #fff;
}

@media (max-width: 992px) {
    .home-swiper {
        height: 340px;
    }

    .home-slider-nav {
        width: 44px;
        height: 44px;
    }

    .home-slider-nav i {
        font-size: 24px;
    }

    .home-slider-prev {
        left: 12px;
    }

    .home-slider-next {
        right: 12px;
    }
}

@media (max-width: 576px) {
    .home-slider-section {
        padding: 12px 0 16px;
    }

    .home-swiper {
        height: 220px;
    }

    .home-slider-nav {
        width: 38px;
        height: 38px;
    }

    .home-slider-nav i {
        font-size: 22px;
    }

    .home-slider-prev {
        left: 8px;
    }

    .home-slider-next {
        right: 8px;
    }
}

.page-wrap {
    padding: 28px 0 48px;
}

.fp-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px;
}

.fp-page-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}

.fp-page-desc {
    color: #888;
    font-size: 14px;
}

.fp-label {
    display: block;
    color: #aaa;
    font-size: 13px;
    margin-bottom: 6px;
}

.fp-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    color: #fff !important;
    font-size: 14px !important;
}

select.fp-input {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #121212 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 38px !important;
    cursor: pointer;
}

select.fp-input option {
    background: #121212 !important;
    color: #fff !important;
}

select.fp-input:focus {
    outline: none !important;
    border-color: rgba(0, 216, 255, 0.4) !important;
    box-shadow: none !important;
}

.btn.btn-primary,
button.btn-primary,
a.btn.btn-primary,
input[type="submit"].btn-primary {
    background: linear-gradient(135deg, #00bcd4 0%, #0077b6 100%) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}

.btn.btn-primary:hover,
button.btn-primary:hover,
a.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover {
    opacity: 0.95 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
}

.btn.btn-primary:active,
button.btn-primary:active,
a.btn.btn-primary:active {
    transform: translateY(0) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}

.seller-status-banner {
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #ddd;
}

.seller-status-banner.status-verified {
    border-color: rgba(34, 197, 94, 0.4);
    background: rgba(34, 197, 94, 0.1);
}

.seller-status-banner.status-pending {
    border-color: rgba(255, 162, 0, 0.4);
    background: rgba(255, 162, 0, 0.1);
}

.marketplace-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.listing-card {
    background: rgba(15,15,20,0.6);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.listing-card--link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.listing-card:hover,
.listing-card--link:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
    border-color: rgba(255,255,255,0.1);
}

.listing-card-img {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e, #0f0f14);
    display: block;
}

.listing-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.listing-card:hover .listing-card-img img {
    transform: scale(1.08);
}

.listing-verified-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(34,197,94,0.95);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.listing-featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ff6b6b, #ff4444);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(255,0,0,0.3);
    animation: pulse-featured 2s infinite;
}

@keyframes pulse-featured {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,75,75,0.7); }
    50% { box-shadow: 0 0 0 8px rgba(255,75,75,0); }
}

.listing-card-body {
    padding: 14px 16px 16px;
}

.listing-card-body h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.listing-card-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.listing-card:hover .listing-card-body h3 a {
    color: #00d8ff;
}

.listing-cat {
    font-size: 10px;
    color: #00d8ff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    background: rgba(0,216,255,0.12);
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
}

.listing-card-price {
    color: #4ade80;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 12px;
    text-shadow: 0 0 12px rgba(74,222,128,0.3);
}

.listing-seller {
    color: #888;
    font-size: 12px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.listing-breadcrumb {
    font-size: 13px;
    color: #888;
}

.listing-breadcrumb a {
    color: #00d8ff;
    text-decoration: none;
}

.listing-gallery-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.listing-detail-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.listing-detail-price {
    font-size: 28px;
    font-weight: 800;
    color: #22c55e;
    margin-bottom: 20px;
}

.listing-seller-box {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 14px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    margin-bottom: 20px;
}

.listing-seller-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #333, #555);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.listing-seller-name {
    color: #fff;
    font-weight: 600;
}

.verified-tag {
    color: #4ade80;
    font-size: 12px;
    margin-left: 6px;
}

.listing-description h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.listing-description p {
    color: #bbb;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.reviews-section {
    padding: 40px 0 56px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 162, 0, 0.04) 50%, transparent 100%);
}

.reviews-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.reviews-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

.reviews-section-title i {
    color: #ffa200;
    margin-right: 8px;
}

.reviews-section-sub {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.reviews-avg {
    text-align: right;
}

.reviews-avg-num {
    font-size: 32px;
    font-weight: 800;
    color: #ffa200;
    margin-right: 10px;
}

.review-stars {
    color: #ffa200;
    font-size: 14px;
    vertical-align: middle;
}

.review-stars i {
    margin-right: 2px;
}

.reviews-swiper {
    padding-bottom: 40px !important;
}

.review-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.review-card-top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.review-author {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

.review-time {
    margin-left: auto;
    color: #666;
    font-size: 12px;
    white-space: nowrap;
}

.review-text {
    color: #d4d4d4;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    flex: 1;
    font-style: italic;
}

.review-product {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #888;
    font-size: 12px;
}

.reviews-pagination .swiper-pagination-bullet-active {
    background: #ffa200;
}

.home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.home-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

.home-section-title i {
    color: #00d8ff;
    margin-right: 8px;
}

.home-section-sub {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.home-section-link {
    color: #00d8ff;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.home-listings-section {
    padding: 24px 0 8px;
}

.marketplace-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .marketplace-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .marketplace-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.marketplace-grid--home {
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 992px) {
    .marketplace-grid--home {
        grid-template-columns: repeat(4, 1fr);
    }
}

.listing-card--modern {
    display: flex;
    flex-direction: column;
}

.listing-card--modern .listing-card-body h3 a {
    color: #fff;
    text-decoration: none;
}

.listing-card--modern .listing-card-body h3 a:hover {
    color: #00d8ff;
}

.listing-card-shop {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.listing-shop-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.listing-shop-avatar--letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #333, #555);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.listing-shop-name {
    color: #999;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listing-shop-name:hover {
    color: #00d8ff;
}

.listing-card--featured {
    border-color: rgba(255,80,0,0.4) !important;
    box-shadow: 0 0 0 1px rgba(255,80,0,0.2), inset 0 0 60px rgba(255,50,0,0.04);
    background: rgba(20,10,5,0.7) !important;
}

.listing-card--featured:hover {
    border-color: rgba(255,80,0,0.7) !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,80,0,0.4), 0 0 30px rgba(255,60,0,0.15) !important;
}

.mp-page-hero {
    background: linear-gradient(135deg, rgba(0, 216, 255, 0.12) 0%, rgba(79, 70, 229, 0.15) 50%, transparent 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 36px 0 32px;
    margin-bottom: 8px;
}

.mp-page-hero-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.mp-page-hero h1 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin: 8px 0 6px;
}

.mp-page-hero p {
    color: #999;
    margin: 0;
    font-size: 15px;
}

.mp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}

.mp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mp-filters {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 24px;
}

.mp-filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.mp-filter-grow {
    flex: 1 1 200px;
    position: relative;
    display: flex;
    align-items: center;
}

.mp-filter-grow i {
    position: absolute;
    left: 14px;
    color: #666;
    z-index: 1;
}

.mp-filter-grow .fp-input {
    padding-left: 40px !important;
}

.mp-filter-select {
    flex: 0 1 160px;
    min-width: 140px;
}

.mp-filter-btn {
    flex-shrink: 0;
}

.mp-empty {
    text-align: center;
    padding: 48px 24px !important;
}

.mp-empty i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.15);
    display: block;
    margin-bottom: 12px;
}

.mp-empty h3 {
    color: #fff;
    font-size: 18px;
}

.shop-hero {
    min-height: 220px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    background-size: cover;
    background-position: center;
    position: relative;
}

.shop-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 100%);
    padding: 48px 0 36px;
}

.shop-hero-inner {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.shop-hero-avatar {
    width: 88px;
    height: 88px;
    border-radius: 16px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    flex-shrink: 0;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.shop-hero-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-hero h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 6px;
}

.shop-hero-desc {
    color: #ccc;
    font-size: 14px;
    max-width: 640px;
    margin: 10px 0 0;
    line-height: 1.6;
}

.section-mini-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.shop-avatar-preview,
.shop-banner-preview {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.shop-banner-preview {
    max-height: 120px;
    object-fit: cover;
}

.shop-avatar-preview {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.listing-form-preview {
    max-height: 160px;
    border-radius: 10px;
}

.file-drop {
    border: 2px dashed rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    color: #888;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s;
}

.file-drop:hover {
    border-color: rgba(0, 216, 255, 0.4);
}

.file-drop i {
    font-size: 32px;
    display: block;
    margin-bottom: 8px;
    color: #00d8ff;
}

.file-drop input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.balance-page-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.balance-wallet-card {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(0, 216, 255, 0.08));
    border: 1px solid rgba(34, 197, 94, 0.35);
    border-radius: 14px;
    padding: 16px 24px;
    text-align: right;
}

.balance-wallet-label {
    display: block;
    color: #888;
    font-size: 12px;
    margin-bottom: 4px;
}

.balance-wallet-amount {
    color: #4ade80;
    font-size: 28px;
    font-weight: 800;
}

.balance-panel-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.balance-amount-input {
    font-size: 22px !important;
    font-weight: 700 !important;
}

.balance-hint {
    color: #666;
    font-size: 12px;
    margin: 8px 0 16px;
}

.balance-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.balance-preset {
    background: rgba(0, 216, 255, 0.1);
    border: 1px solid rgba(0, 216, 255, 0.35);
    color: #00d8ff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.balance-preset:hover {
    background: rgba(0, 216, 255, 0.2);
}

.balance-submit {
    padding: 14px !important;
    font-weight: 600;
}

.balance-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.balance-steps li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #bbb;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.balance-steps li span {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 216, 255, 0.15);
    color: #00d8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.balance-bank-card {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.balance-bank-card-title {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.balance-bank-line {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.balance-bank-line i {
    color: #00d8ff;
}

.balance-success {
    border-color: rgba(34, 197, 94, 0.35) !important;
}

.balance-success-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.balance-success-head > i {
    font-size: 40px;
    color: #4ade80;
}

.balance-success-head h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 6px;
}

.balance-success-head p {
    color: #aaa;
    margin: 0;
    font-size: 14px;
}

.balance-token-box {
    background: rgba(255, 162, 0, 0.08);
    border: 1px solid rgba(255, 162, 0, 0.35);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.balance-token-label {
    display: block;
    color: #ffa200;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.balance-token-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.balance-token-row code {
    font-size: 22px;
    font-weight: 800;
    color: #ffa200;
    letter-spacing: 2px;
}

.balance-bank-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin-bottom: 16px;
}

.balance-bank-grid > div span {
    display: block;
    color: #666;
    font-size: 12px;
    margin-bottom: 2px;
}

.balance-bank-grid strong {
    color: #fff;
    font-size: 14px;
}

.balance-iban {
    font-family: ui-monospace, monospace;
    letter-spacing: 0.03em;
    font-size: 13px !important;
}

.balance-warning {
    color: #888;
    font-size: 13px;
    margin: 0;
}

.balance-table-token {
    color: #ffa200;
    font-weight: 700;
    letter-spacing: 1px;
}

.fp-header .header-user-dropdown {
    position: relative;
    flex: 0 0 auto;
    flex-shrink: 0;
}

.fp-header .header-user-dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 6px !important;
    margin-left: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px !important;
    cursor: pointer;
    color: var(--text-color, #fff) !important;
    text-decoration: none !important;
    transition: background 0.2s, border-color 0.2s;
    line-height: 1.2;
    max-width: none;
    width: auto;
    height: auto;
}

.fp-header .header-user-dropdown-toggle:hover,
.fp-header .header-user-dropdown.open .header-user-dropdown-toggle {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(0, 216, 255, 0.35) !important;
    opacity: 1 !important;
}

.fp-header .header-user-name {
    color: var(--text-color, #fff);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .fp-header .header-user-name {
        display: none;
    }
}

.fp-header .header-user-dropdown .header-user-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    border-radius: 50%;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(0, 216, 255, 0.35);
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.fp-header .header-user-dropdown .header-user-avatar {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    object-fit: cover !important;
    display: block !important;
    border: none;
    border-radius: 50%;
}

.fp-header .header-user-dropdown .header-user-avatar--letter {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.fp-header .header-user-chevron {
    font-size: 18px;
    color: #888;
    flex-shrink: 0;
    transition: transform 0.2s, color 0.2s;
}

.fp-header .header-user-dropdown.open .header-user-chevron {
    transform: rotate(180deg);
    color: #00d8ff;
}

.fp-header .header-user-dropdown-menu {
    display: none !important;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: 280px;
    min-width: 260px;
    max-width: min(300px, calc(100vw - 24px));
    padding: 0 !important;
    background: var(--bg-white, #181818);
    border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    z-index: 10050;
    overflow: hidden;
}

.fp-header .header-user-dropdown.open .header-user-dropdown-menu {
    display: block !important;
}

.fp-header .header-user-dropdown-head {
    padding: 16px;
    border-bottom: 1px solid var(--border, rgba(255, 255, 255, 0.08));
    background: var(--bg-white-2, rgba(255, 255, 255, 0.03));
}

.fp-header .header-user-dropdown-head-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.fp-header .header-user-icon--sm {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
}

.fp-header .header-user-dropdown-head strong {
    display: block;
    color: var(--text-color, #fff);
    font-size: 15px;
    font-weight: 700;
}

.fp-header .header-user-dropdown-email {
    display: block;
    color: #888;
    font-size: 12px;
    margin-top: 2px;
    word-break: break-all;
}

.fp-header .header-user-dropdown-balance {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: #4ade80;
    font-size: 15px;
    font-weight: 700;
}

.fp-header .header-user-dropdown-balance i {
    font-size: 18px;
}

.fp-header .header-user-dropdown-links {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fp-header .header-user-dropdown-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--text-color, #ddd);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

.fp-header .header-user-dropdown-links a:hover {
    background: rgba(0, 216, 255, 0.1);
    color: #fff;
}

.fp-header .header-user-dropdown-links a i {
    font-size: 18px;
    color: #00d8ff;
    width: 22px;
    text-align: center;
}

.fp-header .header-user-dropdown-links a.is-admin {
    color: #ffa200;
}

.fp-header .header-user-dropdown-links a.is-admin i {
    color: #ffa200;
}

.fp-header .header-user-dropdown-links a.is-logout {
    color: #f87171;
}

.fp-header .header-user-dropdown-links a.is-logout i {
    color: #f87171;
}

.fp-header .header-user-dropdown-divider {
    margin: 6px 8px;
    border: none;
    border-top: 1px solid var(--border, rgba(255, 255, 255, 0.08));
    opacity: 1;
}

.fp-header .search .search-results {
    display: none;
    z-index: 10040 !important;
}

.fp-header .search .search-results .search-item .img img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: cover;
    border-radius: 6px;
}

.fp-header .search .search-results .search-price {
    font-size: 12px;
    color: #00d8ff;
    font-weight: 600;
    margin-top: 2px;
}

.fp-header .search .search-results .search-empty {
    padding: 16px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.fp-header .search .search-results .search-tag {
    font-size: 10px;
    background: rgba(0, 216, 255, 0.2);
    color: #00d8ff;
    padding: 2px 6px;
    border-radius: 4px;
    vertical-align: middle;
}

.mobile-sidebar-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-avatar {
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-weight: 700;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-avatar--lg {
    width: 72px;
    height: 72px;
    font-size: 28px;
}

.user-avatar--xl {
    width: 100px;
    height: 100px;
    font-size: 36px;
    margin: 0 auto 16px;
}

.hesabim-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
}

.hesabim-card {
    padding: 24px !important;
}

.hesabim-avatar-wrap {
    margin-bottom: 12px;
}

.hesabim-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(0, 216, 255, 0.35);
}

.hesabim-avatar--empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.hesabim-username {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 12px 0 4px;
}

.hesabim-email {
    color: #888;
    font-size: 13px;
    margin-bottom: 16px;
}

.hesabim-balance {
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 12px;
    padding: 14px;
    margin-top: 8px;
}

.hesabim-balance small {
    color: #888;
    font-size: 12px;
}

.hesabim-balance-amount {
    color: #4ade80;
    font-size: 24px;
    font-weight: 800;
    margin: 4px 0;
}

.hesabim-section-title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}

.hesabim-section-title i {
    color: #00d8ff;
    margin-right: 8px;
}

.hesabim-table th {
    color: #888;
    font-size: 12px;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.hesabim-table td {
    border-color: rgba(255, 255, 255, 0.05) !important;
    vertical-align: middle;
}

.kyc-hero {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.2) 0%, rgba(0, 216, 255, 0.1) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 36px 0;
}

.kyc-hero-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.kyc-hero-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(0, 216, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #00d8ff;
    flex-shrink: 0;
}

.kyc-hero h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 6px;
}

.kyc-hero p {
    color: #999;
    margin: 0;
    font-size: 15px;
    max-width: 560px;
}

.kyc-status-card {
    text-align: center;
    padding: 28px 20px !important;
}

.kyc-status-card.status-verified {
    border-color: rgba(34, 197, 94, 0.4) !important;
}

.kyc-status-card.status-pending {
    border-color: rgba(255, 162, 0, 0.4) !important;
}

.kyc-status-card.status-rejected {
    border-color: rgba(239, 68, 68, 0.4) !important;
}

.kyc-status-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.kyc-status-card.status-verified .kyc-status-icon {
    color: #4ade80;
}

.kyc-status-card.status-pending .kyc-status-icon {
    color: #ffa200;
}

.kyc-status-card.status-rejected .kyc-status-icon {
    color: #f87171;
}

.kyc-status-card h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.kyc-status-card p {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 16px;
}

.kyc-progress {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 12px 0 8px;
}

.kyc-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffa200, #00d8ff);
    border-radius: 3px;
}

.kyc-progress-label {
    font-size: 12px;
    color: #888;
}

.kyc-admin-note {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    color: #fca5a5;
    text-align: left;
    margin-top: 12px;
}

.kyc-steps-panel h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 16px;
}

.kyc-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kyc-steps-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.kyc-steps-list li span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.kyc-steps-list li.done {
    color: #4ade80;
}

.kyc-steps-list li.done span {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.kyc-steps-list li.active {
    color: #fff;
}

.kyc-steps-list li.active span {
    background: rgba(0, 216, 255, 0.2);
    color: #00d8ff;
}

.kyc-form-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.kyc-upload-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}

.kyc-upload-desc {
    color: #888;
    font-size: 13px;
    margin-bottom: 16px;
}

.kyc-upload-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 140px;
    padding: 20px;
    border: 2px dashed rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    cursor: pointer;
    text-align: center;
    color: #888;
    font-size: 13px;
    transition: border-color 0.2s, background 0.2s;
    position: relative;
}

.kyc-upload-card:hover,
.kyc-upload-card.has-file {
    border-color: rgba(0, 216, 255, 0.5);
    background: rgba(0, 216, 255, 0.05);
    color: #fff;
}

.kyc-upload-card i {
    font-size: 32px;
    color: #00d8ff;
}

.kyc-upload-card input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.kyc-file-name {
    display: block;
    color: #4ade80;
    font-size: 11px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kyc-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    color: #888;
    font-size: 13px;
}

.kyc-consent i {
    color: #00d8ff;
    font-size: 18px;
    flex-shrink: 0;
}

.kyc-done-panel i,
.kyc-pending-panel .kyc-pending-spinner i {
    font-size: 64px;
    color: #4ade80;
    display: block;
    margin-bottom: 12px;
}

.kyc-pending-spinner i {
    color: #ffa200;
    animation: kyc-spin 1.2s linear infinite;
}

@keyframes kyc-spin {
    to { transform: rotate(360deg); }
}

.kyc-done-panel h2,
.kyc-pending-panel h2 {
    color: #fff;
}

.site-toast {
    position: fixed;
    top: 88px;
    right: 20px;
    z-index: 100000;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 300px;
    max-width: 420px;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--bg-white, #181818);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
    animation: toast-in 0.35s ease;
}

@keyframes toast-in {
    from { opacity: 0; transform: translateX(24px); }
    to { opacity: 1; transform: translateX(0); }
}

.site-toast--success { border-color: rgba(34, 197, 94, 0.45); }
.site-toast--error { border-color: rgba(239, 68, 68, 0.45); }
.site-toast--info { border-color: rgba(0, 216, 255, 0.45); }

.site-toast-icon { font-size: 28px; flex-shrink: 0; }
.site-toast--success .site-toast-icon { color: #4ade80; }
.site-toast--error .site-toast-icon { color: #f87171; }
.site-toast--info .site-toast-icon { color: #00d8ff; }

.site-toast-body strong {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}

.site-toast-body p {
    margin: 0;
    color: #bbb;
    font-size: 13px;
    line-height: 1.45;
}

.site-toast-close {
    background: none;
    border: none;
    color: #888;
    font-size: 20px;
    cursor: pointer;
    margin-left: auto;
    padding: 0;
}

.site-toast-close:hover { color: #fff; }

@media (max-width: 576px) {
    .site-toast {
        left: 12px;
        right: 12px;
        min-width: 0;
        max-width: none;
    }
}

.support-thread { max-height: 480px; overflow-y: auto; }
.support-msg {
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.support-msg--user { background: rgba(255, 255, 255, 0.04); margin-right: 40px; }
.support-msg--admin { background: rgba(0, 216, 255, 0.08); border-color: rgba(0, 216, 255, 0.2); margin-left: 40px; }
.support-msg-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 12px;
}
.support-msg-head strong { color: #fff; }
.support-msg p { margin: 0; color: #ccc; font-size: 14px; line-height: 1.55; }

.order-chat-thread .order-msg--me {
    background: rgba(0, 216, 255, 0.08);
    border-color: rgba(0, 216, 255, 0.2);
    margin-left: 48px;
}
.order-chat-thread .order-msg--other {
    background: rgba(255, 255, 255, 0.04);
    margin-right: 48px;
}
.order-chat-thread .order-msg--system {
    background: rgba(255, 193, 7, 0.06);
    border-color: rgba(255, 193, 7, 0.15);
    margin: 8px 24px;
    text-align: center;
}
.order-chat-thread .order-msg--system .support-msg-head { justify-content: center; }

.order-msg-seen {
    font-size: 11px;
    color: var(--gaming-cyan, #00d8ff);
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}
.order-msg-seen--sent { color: #666; }

.premium-header-btn.messages-style {
    position: relative;
    border-color: rgba(179, 136, 255, 0.25);
    background: rgba(179, 136, 255, 0.06);
}
.premium-header-btn.messages-style .icon-box {
    background: rgba(179, 136, 255, 0.15);
    color: #b388ff;
}
.premium-header-btn.messages-style .value-text { color: #d4b8ff; }
.premium-header-btn.messages-style:hover {
    border-color: rgba(179, 136, 255, 0.45);
    background: rgba(179, 136, 255, 0.12);
}
.header-msg-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #ff4a4a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 8px rgba(255, 74, 74, 0.5);
}
.mobile-msg-dot {
    position: absolute;
    top: 2px;
    right: 8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    background: #ff4a4a;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
.fp-mobile-bar .icon { position: relative; }

.mesajlar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}
.mesajlar-head-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(255, 74, 74, 0.15);
    color: #ff6b6b;
    border: 1px solid rgba(255, 74, 74, 0.3);
}
.mesajlar-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mesajlar-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #181818;
    border: 1px solid #282828;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.mesajlar-item:hover {
    border-color: #444;
    background: #1c1c1c;
    color: inherit;
}
.mesajlar-item--unread {
    border-color: rgba(0, 216, 255, 0.25);
    background: rgba(0, 216, 255, 0.04);
}
.mesajlar-item-avatar {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #222;
    border: 1px solid #333;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    color: #aaa;
}
.mesajlar-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mesajlar-item-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00d8ff;
    border: 2px solid #181818;
}
.mesajlar-item-body { flex: 1; min-width: 0; }
.mesajlar-item-top {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 2px;
}
.mesajlar-item-top strong { color: #fff; font-size: 15px; }
.mesajlar-item-time { font-size: 11px; color: #666; flex-shrink: 0; }
.mesajlar-item-title {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mesajlar-item-preview {
    font-size: 13px;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mesajlar-item-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 11px;
    color: #555;
}
.mesajlar-item-role {
    color: #00d8ff;
    font-weight: 600;
}
.mesajlar-item-unread {
    margin-left: auto;
    background: #ff4a4a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
}
.mesajlar-item-chevron { color: #444; font-size: 22px; flex-shrink: 0; }
.mesajlar-empty i { font-size: 48px; color: #333; display: block; }
.mesaj-badge-auto { background: rgba(0, 216, 255, 0.15); color: #00d8ff; }
.mesaj-badge-manual { background: rgba(255, 255, 255, 0.08); color: #aaa; }
.mesajlar-page img {
    max-width: 100%;
    height: auto;
}
.mesajlar-page .mesajlar-item-avatar img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: cover;
    display: block;
}
.mesaj-chat-thumb-link {
    display: inline-block;
    line-height: 0;
}
.mesaj-chat-thumb {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #333;
}
.mesaj-chat-side .fp-page-title { font-size: 16px !important; }
.order-chat-thread { max-height: min(520px, 55vh); overflow-y: auto; }
.order-chat-thread img { display: none !important; }
