.market-info-card{background:#2c2e33;border-radius:8px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.market-info-card .market-logo{width:120px;height:120px;object-fit:scale-down}.market-info-card .market-header{display:flex;flex-direction:column;gap:8px;width:100%}.market-info-card .market-header .rating-row{display:flex;align-items:center;justify-content:center;gap:6px}.market-info-card .market-header .rating-row svg{width:16px;height:16px}.market-info-card .market-header .rating-row .star-skinsniper svg{color:#fff}.market-info-card .market-header .rating-row .star-trustpilot svg{color:#00b67a}.market-info-card .market-header .rating-row .star-trustpilot-flagged svg{color:#e74c3c}.market-info-card .market-header .rating-row .rating-value{font-weight:500;color:#f5f6f7}.market-info-card .market-header .rating-row .rating-source{font-size:12px;color:#f5f6f7a3}.market-info-card .market-header .rating-row .rating-separator{color:#f5f6f780;margin:0 2px}.market-info-card .market-header .rating-row .trustpilot-link{display:flex;align-items:center;gap:6px;text-decoration:none;color:inherit}.market-info-card .market-header .rating-row .trustpilot-link:hover .rating-source{text-decoration:underline}.market-info-card .fees-section{width:100%;display:flex;flex-direction:column;gap:12px;padding:16px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.market-info-card .fees-section .fee-row{display:flex;justify-content:space-between;align-items:center}.market-info-card .fees-section .fee-row .fee-label{font-size:14px;color:#f5f6f7b8}.market-info-card .fees-section .fee-row .fee-value{font-weight:500;color:#f5f6f7}#market-detail{font-size:clamp(.75em,3.4vw,1em);display:grid;grid-template-columns:66% 33%;gap:16px 32px}#market-detail h1.sub{margin:32px 0}@media(max-width:1023px){#market-detail{grid-template-columns:1fr}}#market-detail article{overflow:visible;display:flex;flex-direction:column;gap:16px}#market-detail aside{display:flex;flex-direction:column;gap:24px}#market-detail .section-title{font-size:1.25rem;font-weight:500;letter-spacing:-.8px;margin:2rem 0 1rem}#market-detail .market-section{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,3vw,32px);margin-bottom:32px}#market-detail .market-section .cards-title,#market-detail .market-section .btn-all{grid-column:1/-1}@media(max-width:1023px){#market-detail .market-section{grid-template-columns:1fr}}#market-detail .cards-title{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:767px){#market-detail .cards-title{justify-content:center}#market-detail .cards-title a{display:none}}#market-detail .card-wrapper{margin-bottom:32px}#market-detail .marketplace-logo{position:relative;display:flex;align-items:center;justify-content:center;padding:clamp(32px,5vw,64px);background:#1a1b1f;background-image:linear-gradient(to right,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.07) 1px,transparent 1px);background-size:64px 64px;background-position:center;border-radius:12px;overflow:hidden}#market-detail .marketplace-logo:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 40%,rgba(26,27,31,.5019607843) 85%);pointer-events:none}#market-detail .marketplace-logo img{position:relative;max-width:100%;height:auto;object-fit:scale-down;z-index:1}#market-detail .marketplace-info{display:flex;flex-direction:column;gap:clamp(12px,2vw,32px);padding:20px;background:#222429;border-radius:12px}#market-detail .marketplace-info .marketplace-header{display:flex;justify-content:space-between;align-items:center;gap:10px}@media(max-width:767px){#market-detail .marketplace-info .marketplace-header{flex-direction:column;align-items:stretch}}#market-detail .marketplace-info .marketplace-header .title-section{display:flex;flex-direction:column;gap:8px}#market-detail .marketplace-info .marketplace-header .title-section .label{font-weight:450;letter-spacing:-.02em;color:#ffffffe0}#market-detail .marketplace-info .marketplace-header .btn-secondary{width:auto}#market-detail .marketplace-info .marketplace-ratings{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}@media(max-width:767px){#market-detail .marketplace-info .marketplace-ratings{flex-direction:column;gap:12px}}#market-detail .marketplace-info .marketplace-ratings .trustpilot-link{text-decoration:none;color:inherit}#market-detail .marketplace-info .marketplace-ratings .trustpilot-link:hover .rating-label{text-decoration:underline}#market-detail .marketplace-info .marketplace-ratings .rating-item{display:flex;align-items:center;gap:10px;font-weight:400}#market-detail .marketplace-info .marketplace-ratings .rating-item .rating-label{letter-spacing:-.02em;color:#ffffffb8}#market-detail .marketplace-info .marketplace-ratings .rating-item .rating-value{display:flex;align-items:center;gap:6px;font-size:18px;color:#fff}#market-detail .marketplace-info .marketplace-ratings .rating-item .rating-value svg{width:20px;height:20px;color:#fff}#market-detail .marketplace-info .marketplace-ratings .rating-item .rating-value.star-trustpilot svg{color:#00b67a}#market-detail .marketplace-info .marketplace-ratings .rating-item .rating-value.star-trustpilot-flagged svg{color:#e74c3c}#market-detail .sidebar-card{display:flex;flex-direction:column;padding:20px;gap:24px;background:#222429;border-radius:12px;letter-spacing:-.04em}#market-detail .sidebar-card-label{font-weight:500;color:#ffffffb8}#market-detail .sidebar-card-category{display:flex;flex-direction:column;gap:16px}#market-detail .sidebar-card-list{display:flex;flex-direction:column;gap:8px}#market-detail .sidebar-card-row{display:flex;flex-wrap:wrap;gap:8px}#market-detail .sidebar-card-row.grow .sidebar-card-item{flex:1}@media(max-width:767px){#market-detail .sidebar-card-row.grow{flex-direction:column}}#market-detail .sidebar-card-item{display:flex;align-items:center;padding:8px 12px;gap:8px;background:#1c1d21;border-radius:6px;text-decoration:none;color:#fffc}#market-detail .sidebar-card-item svg{width:20px;height:20px;flex-shrink:0}#market-detail .sidebar-pair{display:flex;flex-direction:column;gap:24px}#market-detail .sidebar-pair .sidebar-card{flex:1;padding:16px;gap:20px}@media(min-width:768px)and (max-width:1023px){#market-detail .sidebar-pair{flex-direction:row}}#market-detail .top-countries .sidebar-card-list{gap:12px}#market-detail .country-row{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#1c1d21;border-radius:8px;font-size:24px;color:#fffc}#market-detail .country-row.highlighted{color:#52b772}#market-detail .country-info{display:flex;align-items:center;gap:12px}#market-detail .country-name{font-size:20px;color:#fff}#market-detail .country-flag{width:27px;height:20px;border-radius:2px}#market-detail .swiper-wrapper{grid-column:1/-1;margin-top:40px;overflow:hidden}#market-detail .swiper-wrapper .swiper-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}#market-detail .swiper-wrapper .swiper-header h1.sub{margin:0}#market-detail .swiper-wrapper .swiper-header a{color:#f5f6f7b8;text-decoration:none;transition:color .3s ease}#market-detail .swiper-wrapper .swiper-header a:hover{color:#f5f6f7}#market-detail .hero-market{grid-column:1/-1;display:flex;flex-direction:column;padding:clamp(16px,4vw,32px) clamp(12px,3vw,32px);gap:clamp(20px,3vw,27px);background:#222429;border-radius:12px}#market-detail .hero-market h1.sub{margin:0}#market-detail .hero-market .fees-grid{display:flex;flex-direction:row;gap:clamp(8px,2vw,20px)}@media(max-width:767px){#market-detail .hero-market .fees-grid{display:grid;grid-template-columns:1fr 1fr}}#market-detail .hero-market .fee-card{flex:1;display:flex;flex-direction:column;padding:clamp(12px,2vw,16px);gap:9px;background:#1c1d21;border-radius:8px}#market-detail .hero-market .fee-card .fee-label{font-size:clamp(14px,2vw,16px);line-height:clamp(16px,2.5vw,19px);letter-spacing:-.04em;color:#ffffffb7}#market-detail .hero-market .fee-card .fee-value{font-size:clamp(22px,3vw,24px);font-weight:500;line-height:clamp(26px,3.5vw,28px);letter-spacing:-.01em;color:#fff}#market-detail .market-description{grid-column:1/-1;display:flex;flex-direction:column;padding:clamp(16px,4vw,32px) clamp(12px,3vw,32px);gap:clamp(16px,3vw,24px);background:#222429;border-radius:12px}#market-detail .market-description h2.sub{margin:0}#market-detail .market-description p{font-size:clamp(14px,2vw,16px);line-height:160%;letter-spacing:-.02em;color:#fffc}#market-detail .market-video{grid-column:1/-1;display:flex;flex-direction:column;padding:clamp(16px,4vw,32px) clamp(12px,3vw,32px);gap:clamp(16px,3vw,24px);background:#222429;border-radius:12px}#market-detail .market-video h2.sub{margin:0}#market-detail .market-video p{font-size:clamp(14px,2vw,16px);line-height:160%;letter-spacing:-.02em;color:#fffc}#market-detail .market-video .video-embed{position:relative;width:100%;padding-bottom:56.25%;border-radius:8px;overflow:hidden}#market-detail .market-video .video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}#market-detail .pros-cons{grid-column:1/-1;display:flex;flex-direction:column;padding:clamp(16px,4vw,32px) clamp(12px,3vw,32px);gap:clamp(20px,4vw,32px);background:#222429;border-radius:12px}#market-detail .pros-cons h1.sub{margin:0}#market-detail .pros-cons .pros-cons-content{display:flex;flex-direction:row;gap:clamp(32px,6vw,64px)}@media(max-width:767px){#market-detail .pros-cons .pros-cons-content{flex-direction:column;gap:32px}}#market-detail .pros-cons .pros-column,#market-detail .pros-cons .cons-column{flex:1;display:flex;flex-direction:column;gap:clamp(16px,3vw,28px)}#market-detail .pros-cons .pros-item,#market-detail .pros-cons .cons-item{display:flex;flex-direction:row;align-items:center;gap:12px}#market-detail .pros-cons .pros-item svg,#market-detail .pros-cons .cons-item svg{width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px);flex-shrink:0}#market-detail .pros-cons .pros-item .text,#market-detail .pros-cons .cons-item .text{flex:1;font-size:clamp(14px,2vw,16px);font-weight:400;line-height:150%;letter-spacing:-.04em;color:#fff}#market-detail .pros-cons .pros-item svg{color:#e5f6bd}#market-detail .pros-cons .cons-item svg{color:#f4b1b1}
