.xrf5-back-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 20px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.25);
    transition: all 0.2s;
    position: absolute;
    top: 14px;
    left: 40px;
    z-index: 10;
}
.xrf5-back-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: rgba(255,255,255,0.3);
}
@media (max-width: 768px) {
    .xrf5-back-btn {
        top: 8px;
        left: 12px;
        font-size: 12px;
        padding: 5px 12px;
    }
}

.xrf5-page {
    min-height: 100vh;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    overflow-x: hidden;
}

.xrf5-page::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(178, 130, 254, 0.25) 0%, transparent 70%);
    top: 200px;
    right: -100px;
    pointer-events: none;
}

.xrf5-page::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 122, 138, 0.2) 0%, transparent 70%);
    top: 400px;
    left: -100px;
    pointer-events: none;
}

.xrf5-banner {
    background: transparent;
    padding: 50px 20px 30px;
    text-align: center;
    color: #fff;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}

.xrf5-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; }
.xrf5-particle { position: absolute; bottom: -20px; width: 6px; height: 6px; background: rgba(255, 255, 255, 0.6); border-radius: 50%; animation: xrf5ParticleRise linear infinite; }
.xrf5-particle:nth-child(1) { left: 28%; animation-duration: 8s; animation-delay: 0s; width: 4px; height: 4px; }
.xrf5-particle:nth-child(2) { left: 35%; animation-duration: 10s; animation-delay: -1s; width: 6px; height: 6px; }
.xrf5-particle:nth-child(3) { left: 42%; animation-duration: 7s; animation-delay: -2s; width: 5px; height: 5px; }
.xrf5-particle:nth-child(4) { left: 48%; animation-duration: 9s; animation-delay: -3s; width: 7px; height: 7px; }
.xrf5-particle:nth-child(5) { left: 55%; animation-duration: 11s; animation-delay: -4s; width: 4px; height: 4px; }
.xrf5-particle:nth-child(6) { left: 62%; animation-duration: 8s; animation-delay: -5s; width: 6px; height: 6px; }
.xrf5-particle:nth-child(7) { left: 68%; animation-duration: 10s; animation-delay: -6s; width: 5px; height: 5px; }
.xrf5-particle:nth-child(8) { left: 32%; animation-duration: 9s; animation-delay: -1.5s; width: 5px; height: 5px; }
.xrf5-particle:nth-child(9) { left: 45%; animation-duration: 7s; animation-delay: -2.5s; width: 8px; height: 8px; }
.xrf5-particle:nth-child(10) { left: 52%; animation-duration: 12s; animation-delay: -3.5s; width: 4px; height: 4px; }
.xrf5-particle:nth-child(11) { left: 58%; animation-duration: 8s; animation-delay: -4.5s; width: 6px; height: 6px; }
.xrf5-particle:nth-child(12) { left: 65%; animation-duration: 10s; animation-delay: -5.5s; width: 5px; height: 5px; }

@keyframes xrf5ParticleRise {
    0% { bottom: -20px; opacity: 0; transform: translateX(0) scale(1); }
    10% { opacity: 0.7; }
    50% { opacity: 0.5; transform: translateX(15px) scale(1.2); }
    90% { opacity: 0.3; }
    100% { bottom: 100%; opacity: 0; transform: translateX(-10px) scale(0.8); }
}

.xrf5-banner-content { position: relative; }
.xrf5-floating-icons { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }

.xrf5-float-icon {
    position: absolute; display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%; color: rgba(255, 255, 255, 0.55); animation: xrf5FloatIcon ease-in-out infinite; backdrop-filter: blur(2px);
}
.xrf5-float-icon:nth-child(1) { width: 52px; height: 52px; font-size: 20px; left: 4%; top: 18%; animation-duration: 5s; }
.xrf5-float-icon:nth-child(2) { width: 44px; height: 44px; font-size: 17px; left: 12%; top: 60%; animation-duration: 6s; animation-delay: -1s; }
.xrf5-float-icon:nth-child(3) { width: 58px; height: 58px; font-size: 23px; left: 20%; top: 35%; animation-duration: 7s; animation-delay: -2s; }
.xrf5-float-icon.speed { background: rgba(255, 220, 120, 0.15); border-color: rgba(255, 220, 120, 0.25); color: rgba(255, 240, 180, 0.8); animation-duration: 3.5s !important; }
.xrf5-float-icon:nth-child(4) { width: 50px; height: 50px; font-size: 20px; left: 82%; top: 20%; animation-duration: 4s; animation-delay: -0.5s; }
.xrf5-float-icon.stable { background: rgba(150, 255, 180, 0.12); border-color: rgba(150, 255, 180, 0.2); color: rgba(180, 255, 200, 0.7); animation-duration: 8s !important; }
.xrf5-float-icon:nth-child(5) { width: 54px; height: 54px; font-size: 21px; left: 78%; top: 55%; animation-duration: 6s; animation-delay: -1.5s; }
.xrf5-float-icon:nth-child(6) { width: 46px; height: 46px; font-size: 18px; left: 88%; top: 38%; animation-duration: 5.5s; animation-delay: -2.5s; }
.xrf5-float-icon:nth-child(7) { width: 40px; height: 40px; font-size: 15px; left: 6%; top: 78%; animation-duration: 5s; animation-delay: -1.2s; }
.xrf5-float-icon:nth-child(8) { width: 48px; height: 48px; font-size: 19px; left: 90%; top: 72%; animation-duration: 6.5s; animation-delay: -3s; }

@keyframes xrf5FloatIcon {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.7; }
    50% { transform: translateY(-12px) scale(1.05); opacity: 1; }
}

.xrf5-rising-numbers { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; }
.xrf5-num { position: absolute; font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.4); animation: xrf5RiseUp 4s ease-out infinite; opacity: 0; }
.xrf5-num:nth-child(1) { left: 8%; animation-delay: 0s; }
.xrf5-num:nth-child(2) { left: 16%; animation-delay: 0.8s; }
.xrf5-num:nth-child(3) { left: 24%; animation-delay: 1.6s; }
.xrf5-num:nth-child(4) { left: 76%; animation-delay: 0.4s; }
.xrf5-num:nth-child(5) { left: 84%; animation-delay: 1.2s; }
.xrf5-num:nth-child(6) { left: 92%; animation-delay: 2s; }
.xrf5-num:nth-child(7) { left: 12%; animation-delay: 2.4s; }
.xrf5-num:nth-child(8) { left: 88%; animation-delay: 2.8s; }

@keyframes xrf5RiseUp {
    0% { bottom: -20px; opacity: 0; transform: scale(0.8); }
    15% { opacity: 0.6; transform: scale(1); }
    85% { opacity: 0.6; }
    100% { bottom: 100%; opacity: 0; transform: scale(0.9); }
}

.xrf5-banner h1 {
    font-size: 36px; font-weight: 800; margin-bottom: 12px;
    display: flex; align-items: center; justify-content: center; gap: 14px;
    background: linear-gradient(to right, white, #ffd700);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.xrf5-banner p { font-size: 16px; opacity: 0.95; margin-bottom: 28px; }

.xrf5-trust-badges { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.xrf5-badge { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; opacity: 0.95; }
.xrf5-badge i { width: 32px; height: 32px; background: rgba(255,255,255,0.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.xrf5-stat-date {
    text-align: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 12px;
}

.xrf5-platform-bar { position: relative; padding: 0 20px; }
.xrf5-platform-list {
    display: flex; align-items: center; justify-content: flex-start; max-width: 1200px; margin: 0 auto;
    gap: 6px; padding: 14px 20px 8px; background: #fff; border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow-x: auto; overflow-y: hidden;
}
.xrf5-platform-list::-webkit-scrollbar { height: 4px; }
.xrf5-platform-list::-webkit-scrollbar-track { background: transparent; margin: 0 12px; }
.xrf5-platform-list::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.12); border-radius: 2px; }
.xrf5-platform-list::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.22); }

.xrf5-platform-link {
    display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 10px 14px;
    text-decoration: none; color: #666; font-size: 11px; font-weight: 500; white-space: nowrap;
    border-radius: 12px; transition: all 0.25s; flex-shrink: 0;
}
.xrf5-platform-link:hover { background: rgba(234, 122, 138, 0.08); transform: translateY(-2px); text-decoration: none !important; }
.xrf5-platform-link.active { background: linear-gradient(135deg, rgba(234,122,138,0.15), rgba(178,130,254,0.12)); color: #ea7a8a; font-weight: 600; box-shadow: 0 2px 8px rgba(234,122,138,0.15); }

.xrf5-platform-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: all 0.25s; }
.xrf5-platform-link.active .xrf5-platform-icon { transform: scale(1.08); }

.xrf5-platform-link[data-platform="instagram"]  { color: #e4405f; }
.xrf5-platform-link[data-platform="tiktok"]     { color: #000; }
.xrf5-platform-link[data-platform="youtube"]    { color: #ff0000; }
.xrf5-platform-link[data-platform="telegram"]   { color: #0088cc; }
.xrf5-platform-link[data-platform="twitter"]    { color: #1da1f2; }
.xrf5-platform-link[data-platform="facebook"]   { color: #1877f2; }
.xrf5-platform-link[data-platform="binance"]    { color: #f3ba2f; }
.xrf5-platform-link[data-platform="linkedin"]   { color: #0077b5; }
.xrf5-platform-link[data-platform="reddit"]          { color: #FF4500; }
.xrf5-platform-link[data-platform="trustpilot"]      { color: #00b67a; }
.xrf5-platform-link[data-platform="threads"]         { color: #000; }
.xrf5-platform-link[data-platform="github"]          { color: #333; }
.xrf5-platform-link[data-platform="snapchat"]        { color: #DFCF00; }
.xrf5-platform-link[data-platform="dailymotion"]     { color: #00d2f3; }
.xrf5-platform-link[data-platform="medium"]           { color: #000; }
.xrf5-platform-link[data-platform="coinmarketcap"]   { color: #3861FB; }
.xrf5-platform-link[data-platform="exchange"]         { color: #2ebd85; }
.xrf5-platform-link[data-platform="quora"]            { color: #B92B27; }
.xrf5-platform-link[data-platform="pinterest"]        { color: #E60023; }
.xrf5-platform-link[data-platform="soundcloud"]       { color: #FF5500; }
.xrf5-platform-link[data-platform="boomplay"]         { color: #FF5722; }
.xrf5-platform-link[data-platform="shopee"]           { color: #EE4D2D; }
.xrf5-platform-link[data-platform="line"]             { color: #06C755; }
.xrf5-platform-link[data-platform="note"]             { color: #000; }

.xrf5-platform-link[data-platform="instagram"] .xrf5-platform-icon    { background: rgba(228,64,95,0.1); }
.xrf5-platform-link[data-platform="tiktok"] .xrf5-platform-icon       { background: rgba(0,0,0,0.06); }
.xrf5-platform-link[data-platform="youtube"] .xrf5-platform-icon      { background: rgba(255,0,0,0.08); }
.xrf5-platform-link[data-platform="telegram"] .xrf5-platform-icon     { background: rgba(0,136,204,0.1); }
.xrf5-platform-link[data-platform="twitter"] .xrf5-platform-icon      { background: rgba(29,161,242,0.1); }
.xrf5-platform-link[data-platform="facebook"] .xrf5-platform-icon     { background: rgba(24,119,242,0.1); }
.xrf5-platform-link[data-platform="binance"] .xrf5-platform-icon      { background: rgba(243,186,47,0.1); }
.xrf5-platform-link[data-platform="linkedin"] .xrf5-platform-icon     { background: rgba(0,119,181,0.1); }
.xrf5-platform-link[data-platform="reddit"] .xrf5-platform-icon          { background: rgba(255,69,0,0.1); }
.xrf5-platform-link[data-platform="trustpilot"] .xrf5-platform-icon      { background: rgba(0,182,122,0.1); }
.xrf5-platform-link[data-platform="threads"] .xrf5-platform-icon         { background: rgba(0,0,0,0.06); }
.xrf5-platform-link[data-platform="github"] .xrf5-platform-icon          { background: rgba(51,51,51,0.08); }
.xrf5-platform-link[data-platform="snapchat"] .xrf5-platform-icon        { background: rgba(255,252,0,0.15); }
.xrf5-platform-link[data-platform="dailymotion"] .xrf5-platform-icon     { background: rgba(0,210,243,0.1); }
.xrf5-platform-link[data-platform="medium"] .xrf5-platform-icon           { background: rgba(0,0,0,0.06); }
.xrf5-platform-link[data-platform="coinmarketcap"] .xrf5-platform-icon   { background: rgba(56,97,251,0.1); }
.xrf5-platform-link[data-platform="exchange"] .xrf5-platform-icon         { background: rgba(46,189,133,0.1); }
.xrf5-platform-link[data-platform="quora"] .xrf5-platform-icon            { background: rgba(185,43,39,0.1); }
.xrf5-platform-link[data-platform="pinterest"] .xrf5-platform-icon        { background: rgba(230,0,35,0.08); }
.xrf5-platform-link[data-platform="soundcloud"] .xrf5-platform-icon       { background: rgba(255,85,0,0.1); }
.xrf5-platform-link[data-platform="boomplay"] .xrf5-platform-icon         { background: rgba(255,87,34,0.1); }
.xrf5-platform-link[data-platform="shopee"] .xrf5-platform-icon           { background: rgba(238,77,45,0.1); }
.xrf5-platform-link[data-platform="line"] .xrf5-platform-icon             { background: rgba(6,199,85,0.1); }
.xrf5-platform-link[data-platform="note"] .xrf5-platform-icon             { background: rgba(0,0,0,0.06); }

@media (max-width: 768px) {
    .xrf5-platform-bar { padding: 2px 4px 0; margin-top: -10px; }
    .xrf5-platform-list { padding: 10px 12px; gap: 2px; justify-content: flex-start; }
    .xrf5-platform-link { padding: 8px 10px; font-size: 10px; gap: 4px; }
    .xrf5-platform-icon { width: 34px; height: 34px; font-size: 15px; border-radius: 10px; }
}

.xrf5-platform-bar-wrap { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 44px; min-height: 84px; }
/* JS 渲染前的占位（防首屏闪烁），渲染后会被覆盖 */
#xrf5-platform-bar-root:empty { display: block; min-height: 84px; max-width: 1200px; margin: 0 auto; padding: 0 44px; }
#xrf5-platform-bar-root:empty::before { content: ''; display: block; max-width: 1200px; margin: 0 auto; height: 70px; background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.xrf5-platform-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e8e8ef; background: #fff; color: #666; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: all 0.2s; }
.xrf5-platform-arrow:hover { background: #f5f5f5; color: #333; box-shadow: 0 3px 12px rgba(0,0,0,0.12); }
.xrf5-platform-arrow-left { left: 0; }
.xrf5-platform-arrow-right { right: 0; }
.xrf5-platform-arrow.hidden { opacity: 0; pointer-events: none; }
@media (max-width: 768px) {
    .xrf5-platform-bar-wrap { padding: 0 28px; }
    .xrf5-platform-arrow { width: 24px; height: 24px; font-size: 10px; }
    .xrf5-platform-arrow-left { left: 2px; }
    .xrf5-platform-arrow-right { right: 2px; }
}

.xrf5-main { display: flex; max-width: 1400px; margin: 0 auto; padding: 30px 20px; gap: 30px; position: relative; z-index: 1; }
.xrf5-sidebar { width: 240px; flex-shrink: 0; position: sticky; top: 20px; height: fit-content; margin-top: 50px; }
.xrf5-nav { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }

.xrf5-nav-item { display: flex; align-items: center; gap: 12px; padding: 16px 20px; cursor: pointer; transition: all 0.2s; border-left: 3px solid transparent; }
.xrf5-nav-item:hover { background: #f8f9fa; }
.xrf5-nav-item.active { background: linear-gradient(90deg, #fef5f7, #fff); border-left-color: #ea7a8a; box-shadow: inset 4px 0 0 #ea7a8a; }

.xrf5-nav-icon { width: 36px; height: 36px; background: #f0f0f0; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #666; font-size: 14px; transition: all 0.2s; }
.xrf5-nav-item.active .xrf5-nav-icon { background: linear-gradient(135deg, #ea7a8a, #b282fe); color: #fff; }

.xrf5-nav-info { flex: 1; }
.xrf5-nav-name { font-size: 14px; font-weight: 600; color: #333; margin-bottom: 2px; }
.xrf5-nav-count { font-size: 12px; color: #999; }

.xrf5-content { flex: 1; }
.xrf5-content-header { margin-bottom: 20px; }
.xrf5-content-title { font-size: 22px; font-weight: 700; color: #fff !important; display: flex; align-items: center; gap: 10px; }
.xrf5-content-title i { color: #fff !important; }

.xrf5-list { background: #fff; border-radius: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); overflow: hidden; border: 1px solid rgba(234, 122, 138, 0.1); }

.xrf5-row { display: flex; align-items: center; gap: 20px; padding: 20px 28px; border-bottom: 1px solid #f5f0f8; transition: all 0.25s; position: relative; }
.xrf5-row:last-child { border-bottom: none; }
.xrf5-row:hover { background: linear-gradient(90deg, #fdf2f8, #f3e8ff08); padding-left: 32px; }

.xrf5-row-id { font-size: 13px; color: #b0a0c0; min-width: 55px; font-weight: 600; font-family: 'SF Mono', 'Consolas', monospace; }
.xrf5-row-name { flex: 1; font-size: 14px; font-weight: 600; color: #2d2040; display: flex; align-items: center; gap: 10px; min-width: 0; }

.xrf5-row-tag { padding: 3px 10px; border-radius: 6px; font-size: 10px; font-weight: 700; flex-shrink: 0; letter-spacing: 0.5px; }
.xrf5-row-tag.hot { background: linear-gradient(135deg, #ff6b7a, #ff4757); color: #fff; box-shadow: 0 2px 6px rgba(255, 71, 87, 0.3); }
.xrf5-row-tag.new { background: linear-gradient(135deg, #00d4aa, #00b894); color: #fff; box-shadow: 0 2px 6px rgba(0, 184, 148, 0.3); }

.xrf5-row-price { font-size: 15px; font-weight: 700; color: #ea7a8a; min-width: 90px; text-align: right; }
.xrf5-price-unit { font-size: 11px; font-weight: 400; color: #999; margin-left: 2px; }
.xrf5-row-desc { font-size: 12px; color: #a090b0; min-width: 180px; max-width: 260px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.xrf5-row-btn { min-width: 68px; padding: 7px 16px; background: linear-gradient(135deg, #a78bfa, #9580f0); color: #fff !important; border: none; border-radius: 10px; font-size: 13px; font-weight: 700; cursor: pointer; transition: all 0.25s; flex-shrink: 0; box-shadow: 0 3px 10px rgba(167, 139, 250, 0.24); }
.xrf5-row-btn:hover { background: linear-gradient(135deg, #9580f0, #8b6cf0); color: #fff !important; transform: translateY(-1px); box-shadow: 0 5px 15px rgba(167, 139, 250, 0.34); }

.xrf5-category-section { margin-bottom: 40px; }
.xrf5-category-section:last-child { margin-bottom: 0; }

@media (max-width: 992px) {
    .xrf5-main { flex-direction: column; }
    .xrf5-sidebar { width: 100%; position: static; }
    .xrf5-nav { display: flex; overflow-x: auto; border-radius: 12px; padding: 8px; gap: 8px; scrollbar-width: none; -ms-overflow-style: none; }
    .xrf5-nav::-webkit-scrollbar { display: none; }
    .xrf5-nav-item { flex-direction: row; align-items: center; gap: 8px; padding: 8px 14px; border-left: none; border-radius: 10px; white-space: nowrap; flex-shrink: 0; border-bottom: none; }
    .xrf5-nav-item.active { border-left: none; background: linear-gradient(135deg, #ea7a8a, #b282fe); box-shadow: none; }
    .xrf5-nav-item.active .xrf5-nav-icon { background: rgba(255,255,255,0.25); }
    .xrf5-nav-item.active .xrf5-nav-name { color: #fff; }
    .xrf5-nav-item.active .xrf5-nav-count { color: rgba(255,255,255,0.8) !important; }
    .xrf5-nav-icon { width: 28px; height: 28px; font-size: 12px; border-radius: 8px; }
    .xrf5-nav-name { font-size: 13px; }
    .xrf5-nav-count { display: none; }
}

@media (max-width: 768px) {
    .xrf5-row { flex-wrap: wrap; gap: 8px; padding: 14px 16px; }
    .xrf5-row-id { min-width: 40px; font-size: 12px; }
    .xrf5-row-name { flex-basis: calc(100% - 56px); font-size: 13px; }
    .xrf5-row-desc { display: none; }
    .xrf5-row-price { min-width: auto; flex: 1; text-align: left; }
    .xrf5-row-btn { padding: 6px 16px; font-size: 12px; }
    .xrf5-banner h1 { font-size: 26px; }
    .xrf5-trust-badges { gap: 12px; justify-content: center; display: grid; grid-template-columns: repeat(4, 1fr); }
    .xrf5-badge { flex-direction: column; align-items: center; gap: 6px; font-size: 11px; text-align: center; white-space: normal; }
    .xrf5-badge i { width: 40px; height: 40px; font-size: 16px; border-radius: 50%; }
    .xrf5-badge span { display: block; line-height: 1.3; }
}

/* ==========================================================================
   Real-services new skin
   Scoped to upgraded service pages. Do not remove the .xrf5-real-new / .xrf5-trust-new guards.
   ========================================================================== */
.xrf5-real-new {
    --xrf5-c1: #EA7A8A;
    --xrf5-c2: #BE68C4;
    --xrf5-c3: #9356FD;
    --xrf5-c1r: 234,122,138;
    --xrf5-c2r: 190,104,196;
    --xrf5-c3r: 147,86,253;
    --xrf5-grad: linear-gradient(100deg, var(--xrf5-c1) 0%, var(--xrf5-c2) 52%, var(--xrf5-c3) 100%);
    --xrf5-page: #FBFAFE;
    --xrf5-page-2: #F4F0FB;
    --xrf5-paper: #fff;
    --xrf5-ink: #241A33;
    --xrf5-ink-2: #52465F;
    --xrf5-ink-3: #786C86;
    --xrf5-inkr: 36,26,51;
    --xrf5-line: rgba(var(--xrf5-inkr), .09);
    --xrf5-line-2: rgba(var(--xrf5-inkr), .16);
    --xrf5-brand: #1D9BF0;
    --xrf5-brand-r: 29,155,240;
    --xrf5-brand-2: #0F1419;
    --xrf5-brand-2-r: 15,20,25;
    --xrf5-brand-dark: #0F1419;
    --xrf5-radius: 18px;
    --xrf5-radius-lg: 24px;
    --xrf5-shadow: 0 18px 50px -26px rgba(var(--xrf5-c3r), .44);
    --xrf5-shadow-strong: 0 34px 80px -38px rgba(var(--xrf5-c3r), .58);
    background:
        radial-gradient(circle at 16% 8%, rgba(var(--xrf5-c1r), .16), transparent 30%),
        radial-gradient(circle at 86% 3%, rgba(var(--xrf5-brand-r), .12), transparent 28%),
        linear-gradient(180deg, var(--xrf5-page) 0%, var(--xrf5-page-2) 42%, var(--xrf5-page) 100%);
    color: var(--xrf5-ink);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.xrf5-page--twitter { --xrf5-brand: #1D9BF0; --xrf5-brand-r: 29,155,240; --xrf5-brand-2: #0F1419; --xrf5-brand-2-r: 15,20,25; --xrf5-brand-dark: #0F1419; }
.xrf5-page--instagram { --xrf5-brand: #E4405F; --xrf5-brand-r: 228,64,95; --xrf5-brand-2: #833AB4; --xrf5-brand-2-r: 131,58,180; --xrf5-brand-dark: #833AB4; }
.xrf5-page--tiktok { --xrf5-brand: #FE2C55; --xrf5-brand-r: 254,44,85; --xrf5-brand-2: #00F2EA; --xrf5-brand-2-r: 0,242,234; --xrf5-brand-dark: #111111; }
.xrf5-page--youtube { --xrf5-brand: #FF0000; --xrf5-brand-r: 255,0,0; --xrf5-brand-2: #CC0000; --xrf5-brand-2-r: 204,0,0; --xrf5-brand-dark: #B91C1C; }
.xrf5-page--telegram { --xrf5-brand: #229ED9; --xrf5-brand-r: 34,158,217; --xrf5-brand-2: #0088CC; --xrf5-brand-2-r: 0,136,204; --xrf5-brand-dark: #0077B5; }
.xrf5-page--facebook { --xrf5-brand: #1877F2; --xrf5-brand-r: 24,119,242; --xrf5-brand-2: #0B5FCC; --xrf5-brand-2-r: 11,95,204; --xrf5-brand-dark: #0B4EA2; }
.xrf5-page--binance { --xrf5-brand: #F3BA2F; --xrf5-brand-r: 243,186,47; --xrf5-brand-2: #181A20; --xrf5-brand-2-r: 24,26,32; --xrf5-brand-dark: #181A20; }
.xrf5-page--linkedin { --xrf5-brand: #0A66C2; --xrf5-brand-r: 10,102,194; --xrf5-brand-2: #004182; --xrf5-brand-2-r: 0,65,130; --xrf5-brand-dark: #004182; }
.xrf5-page--reddit { --xrf5-brand: #FF4500; --xrf5-brand-r: 255,69,0; --xrf5-brand-2: #D93A00; --xrf5-brand-2-r: 217,58,0; --xrf5-brand-dark: #A62B00; }
.xrf5-page--trustpilot { --xrf5-brand: #00B67A; --xrf5-brand-r: 0,182,122; --xrf5-brand-2: #005128; --xrf5-brand-2-r: 0,81,40; --xrf5-brand-dark: #005128; }
.xrf5-page--threads { --xrf5-brand: #111111; --xrf5-brand-r: 17,17,17; --xrf5-brand-2: #444444; --xrf5-brand-2-r: 68,68,68; --xrf5-brand-dark: #111111; }
.xrf5-page--github { --xrf5-brand: #24292F; --xrf5-brand-r: 36,41,47; --xrf5-brand-2: #57606A; --xrf5-brand-2-r: 87,96,106; --xrf5-brand-dark: #24292F; }
.xrf5-page--snapchat { --xrf5-brand: #FFFC00; --xrf5-brand-r: 255,252,0; --xrf5-brand-2: #111111; --xrf5-brand-2-r: 17,17,17; --xrf5-brand-dark: #111111; }
.xrf5-page--dailymotion { --xrf5-brand: #00D2F3; --xrf5-brand-r: 0,210,243; --xrf5-brand-2: #0066DC; --xrf5-brand-2-r: 0,102,220; --xrf5-brand-dark: #0051B0; }
.xrf5-page--medium { --xrf5-brand: #111111; --xrf5-brand-r: 17,17,17; --xrf5-brand-2: #00AB6C; --xrf5-brand-2-r: 0,171,108; --xrf5-brand-dark: #111111; }
.xrf5-page--coinmarketcap { --xrf5-brand: #3861FB; --xrf5-brand-r: 56,97,251; --xrf5-brand-2: #16C784; --xrf5-brand-2-r: 22,199,132; --xrf5-brand-dark: #2444C8; }
.xrf5-page--exchange { --xrf5-brand: #2EBD85; --xrf5-brand-r: 46,189,133; --xrf5-brand-2: #F0B90B; --xrf5-brand-2-r: 240,185,11; --xrf5-brand-dark: #168055; }
.xrf5-page--quora { --xrf5-brand: #B92B27; --xrf5-brand-r: 185,43,39; --xrf5-brand-2: #8F1F1B; --xrf5-brand-2-r: 143,31,27; --xrf5-brand-dark: #8F1F1B; }
.xrf5-page--pinterest { --xrf5-brand: #E60023; --xrf5-brand-r: 230,0,35; --xrf5-brand-2: #BD081C; --xrf5-brand-2-r: 189,8,28; --xrf5-brand-dark: #9F0718; }
.xrf5-page--soundcloud { --xrf5-brand: #FF5500; --xrf5-brand-r: 255,85,0; --xrf5-brand-2: #FF8800; --xrf5-brand-2-r: 255,136,0; --xrf5-brand-dark: #D94800; }
.xrf5-page--boomplay { --xrf5-brand: #FF5722; --xrf5-brand-r: 255,87,34; --xrf5-brand-2: #FFB300; --xrf5-brand-2-r: 255,179,0; --xrf5-brand-dark: #D84315; }
.xrf5-page--shopee { --xrf5-brand: #EE4D2D; --xrf5-brand-r: 238,77,45; --xrf5-brand-2: #FF7337; --xrf5-brand-2-r: 255,115,55; --xrf5-brand-dark: #C8371D; }
.xrf5-page--line { --xrf5-brand: #06C755; --xrf5-brand-r: 6,199,85; --xrf5-brand-2: #00B900; --xrf5-brand-2-r: 0,185,0; --xrf5-brand-dark: #048A3B; }
.xrf5-page--note { --xrf5-brand: #41C9B4; --xrf5-brand-r: 65,201,180; --xrf5-brand-2: #111111; --xrf5-brand-2-r: 17,17,17; --xrf5-brand-dark: #111111; }

.xrf5-real-new .xrf5-scrollbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    width: 100%;
    height: 3px;
    pointer-events: none;
    background: linear-gradient(100deg, #EA7A8A 0%, #BE68C4 52%, #9356FD 100%);
    box-shadow: 0 0 18px rgba(190, 104, 196, .42);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .1s linear;
    will-change: transform;
}

.xrf5-real-new::before,
.xrf5-real-new::after {
    z-index: 0;
    filter: blur(4px);
    opacity: .9;
}
.xrf5-real-new::before {
    top: 70px;
    right: -180px;
    background: radial-gradient(circle, rgba(var(--xrf5-c3r), .18) 0%, transparent 68%);
}
.xrf5-real-new::after {
    top: 330px;
    left: -160px;
    background: radial-gradient(circle, rgba(var(--xrf5-c1r), .16) 0%, transparent 70%);
}

.xrf5-real-new .xrf5-banner {
    padding: 112px 20px 24px;
    color: var(--xrf5-ink);
    background: transparent;
}
.xrf5-real-new .xrf5-banner::before {
    content: none;
}
.xrf5-real-new .xrf5-banner-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
    z-index: 2;
}
.xrf5-real-new .xrf5-breadcrumb {
    position: relative;
    z-index: 10;
    max-width: 960px;
    margin: 0 auto 28px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: var(--xrf5-ink-3);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}
.xrf5-real-new .xrf5-breadcrumb a {
    color: var(--xrf5-ink-3);
    text-decoration: none;
    transition: color .2s ease;
}
.xrf5-real-new .xrf5-breadcrumb a:hover {
    color: var(--xrf5-brand);
}
.xrf5-real-new .xrf5-breadcrumb span {
    color: rgba(var(--xrf5-inkr), .28);
}
.xrf5-real-new .xrf5-breadcrumb strong {
    color: var(--xrf5-ink-2);
    font-weight: 800;
}
.xrf5-real-new .xrf5-banner h1 {
    margin: 0 auto 12px;
    max-width: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    letter-spacing: -.04em;
    color: var(--xrf5-ink);
    background: linear-gradient(100deg, var(--xrf5-brand-dark) 0%, var(--xrf5-brand) 52%, var(--xrf5-brand-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.xrf5-real-new .xrf5-banner h1 i {
    width: 1em;
    min-width: 1em;
    height: 1em;
    display: inline-grid;
    place-items: center;
    flex: 0 0 1em;
    border-radius: .22em;
    color: var(--xrf5-brand);
    background: transparent;
    font-size: .92em;
    line-height: 1;
    -webkit-text-fill-color: var(--xrf5-brand);
    box-shadow: none;
}
.xrf5-real-new .xrf5-banner h1 svg {
    width: .92em;
    height: .92em;
    padding: 0;
    flex: 0 0 .92em;
    border-radius: .22em;
    color: var(--xrf5-brand);
    background: transparent;
    box-shadow: none;
}
.xrf5-page--coinmarketcap.xrf5-real-new .xrf5-banner h1 svg,
.xrf5-page--binance.xrf5-real-new .xrf5-banner h1 svg {
    color: var(--xrf5-brand);
}
.xrf5-page--boomplay.xrf5-real-new .xrf5-banner h1 i,
.xrf5-page--shopee.xrf5-real-new .xrf5-banner h1 i,
.xrf5-page--line.xrf5-real-new .xrf5-banner h1 i,
.xrf5-page--note.xrf5-real-new .xrf5-banner h1 i,
.xrf5-page--trustpilot.xrf5-real-new .xrf5-banner h1 i,
.xrf5-page--telegram.xrf5-real-new .xrf5-banner h1 i {
    width: auto;
    min-width: 0;
    height: auto;
    display: inline-block;
    flex: 0 0 auto;
    border-radius: 0;
    color: var(--xrf5-brand);
    background: transparent;
    font-size: .86em;
    line-height: 1;
    -webkit-text-fill-color: var(--xrf5-brand);
    box-shadow: none;
}
.xrf5-page--line.xrf5-real-new .xrf5-banner h1 i,
.xrf5-page--telegram.xrf5-real-new .xrf5-banner h1 i {
    font-size: .82em;
}
.xrf5-page--shopee.xrf5-real-new .xrf5-banner h1 i,
.xrf5-page--note.xrf5-real-new .xrf5-banner h1 i {
    font-size: .8em;
}
.xrf5-page--trustpilot.xrf5-real-new .xrf5-banner h1 i {
    font-size: .84em;
}
.xrf5-page--snapchat.xrf5-real-new .xrf5-banner h1 i {
    color: #FFFC00;
    -webkit-text-fill-color: #FFFC00;
    filter: drop-shadow(0 1px 0 rgba(17,17,17,.3));
}
.xrf5-real-new .xrf5-banner p {
    max-width: 720px;
    margin: 0 auto 18px;
    color: var(--xrf5-ink-3);
    font-size: 15px;
    line-height: 1.72;
    opacity: 1;
}
.xrf5-real-new .xrf5-trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 30px;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.xrf5-real-new .xrf5-badge {
    min-width: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--xrf5-ink-2);
    box-shadow: none;
    opacity: 1;
    text-align: left;
}
.xrf5-real-new .xrf5-badge i {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 28px;
    background: rgba(var(--xrf5-c2r), .10);
    color: var(--xrf5-c3);
    border-radius: 9px;
    box-shadow: none;
}
.xrf5-real-new .xrf5-badge span {
    display: block;
    min-width: 0;
    color: var(--xrf5-ink-2);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 780;
    letter-spacing: -.02em;
    white-space: nowrap;
}
.xrf5-real-new .xrf5-badge b,
.xrf5-real-new .xrf5-badge em {
    display: inline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: inherit;
}
.xrf5-real-new .xrf5-badge em {
    margin-left: 4px;
}
.xrf5-real-new .xrf5-stat-date {
    color: var(--xrf5-ink-3);
    opacity: .72;
}

.xrf5-real-new .xrf5-particle {
    background: rgba(var(--xrf5-brand-r), .22);
    box-shadow: 0 0 18px rgba(var(--xrf5-brand-r), .22);
    animation-duration: 16s;
}
.xrf5-real-new .xrf5-num {
    color: rgba(var(--xrf5-brand-r), .24);
    font-weight: 800;
    text-shadow: 0 8px 20px rgba(var(--xrf5-brand-r), .12);
}
.xrf5-real-new .xrf5-float-icon {
    background: rgba(255,255,255,.70);
    border-color: rgba(var(--xrf5-brand-r), .16);
    color: rgba(var(--xrf5-brand-r), .58);
    box-shadow: 0 12px 30px -22px rgba(var(--xrf5-brand-r), .46);
}
.xrf5-real-new .xrf5-float-icon:nth-child(1),
.xrf5-real-new .xrf5-float-icon:nth-child(6) {
    background: rgba(var(--xrf5-brand-r), .12);
    border-color: rgba(var(--xrf5-brand-r), .22);
    color: var(--xrf5-brand);
}
.xrf5-real-new .xrf5-float-icon:nth-child(2),
.xrf5-real-new .xrf5-float-icon:nth-child(7) {
    background: rgba(var(--xrf5-c3r), .12);
    border-color: rgba(var(--xrf5-c3r), .22);
    color: var(--xrf5-c3);
}
.xrf5-real-new .xrf5-float-icon:nth-child(3),
.xrf5-real-new .xrf5-float-icon:nth-child(8) {
    background: rgba(var(--xrf5-c1r), .13);
    border-color: rgba(var(--xrf5-c1r), .23);
    color: var(--xrf5-c1);
}
.xrf5-real-new .xrf5-float-icon.speed {
    background: rgba(255,181,71,.16);
    border-color: rgba(255,181,71,.28);
    color: #F59E0B;
}
.xrf5-real-new .xrf5-float-icon.stable {
    background: rgba(18,161,80,.13);
    border-color: rgba(18,161,80,.24);
    color: #12A150;
}

.xrf5-real-new #xrf5-platform-bar-root:empty {
    padding: 0 44px;
}
.xrf5-real-new #xrf5-platform-bar-root:empty::before,
.xrf5-real-new .xrf5-platform-list {
    height: auto;
    background: rgba(255,255,255,.88);
    border: 1px solid var(--xrf5-line);
    border-radius: 20px;
    box-shadow: 0 16px 38px -30px rgba(var(--xrf5-c3r), .38);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.xrf5-real-new #xrf5-platform-bar-root:empty::before {
    min-height: 66px;
}
.xrf5-real-new .xrf5-platform-list {
    padding: 9px 12px;
    gap: 6px;
}
.xrf5-real-new .xrf5-platform-link {
    color: var(--xrf5-ink-3);
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 8px 12px;
    font-weight: 650;
}
.xrf5-real-new .xrf5-platform-link:hover {
    background: rgba(var(--xrf5-c2r), .06);
    border-color: rgba(var(--xrf5-c2r), .10);
}
.xrf5-real-new .xrf5-platform-link.active {
    color: var(--xrf5-brand);
    background: linear-gradient(135deg, rgba(var(--xrf5-brand-r), .13), rgba(var(--xrf5-c3r), .08));
    border-color: rgba(var(--xrf5-brand-r), .24);
    box-shadow: 0 12px 28px -20px rgba(var(--xrf5-brand-r), .46);
}
.xrf5-real-new .xrf5-platform-icon {
    border-radius: 14px;
    background: rgba(var(--xrf5-inkr), .06);
}
.xrf5-real-new .xrf5-platform-link[data-platform="twitter"] { color: #1D9BF0; }
.xrf5-real-new .xrf5-platform-link[data-platform="instagram"] { color: #E4405F; }
.xrf5-real-new .xrf5-platform-link[data-platform="tiktok"] { color: #000; }
.xrf5-real-new .xrf5-platform-link[data-platform="youtube"] { color: #FF0000; }
.xrf5-real-new .xrf5-platform-link[data-platform="telegram"] { color: #229ED9; }
.xrf5-real-new .xrf5-platform-link[data-platform="facebook"] { color: #1877F2; }
.xrf5-real-new .xrf5-platform-link[data-platform="binance"] { color: #F3BA2F; }
.xrf5-real-new .xrf5-platform-link[data-platform="linkedin"] { color: #0A66C2; }
.xrf5-real-new .xrf5-platform-link[data-platform="reddit"] { color: #FF4500; }
.xrf5-real-new .xrf5-platform-link[data-platform="trustpilot"] { color: #00B67A; }
.xrf5-real-new .xrf5-platform-link[data-platform="threads"] { color: #000; }
.xrf5-real-new .xrf5-platform-link[data-platform="github"] { color: #24292F; }
.xrf5-real-new .xrf5-platform-link[data-platform="snapchat"] { color: #D4BE00; }
.xrf5-real-new .xrf5-platform-link[data-platform="dailymotion"] { color: #00D2F3; }
.xrf5-real-new .xrf5-platform-link[data-platform="medium"] { color: #000; }
.xrf5-real-new .xrf5-platform-link[data-platform="coinmarketcap"] { color: #3861FB; }
.xrf5-real-new .xrf5-platform-link[data-platform="exchange"] { color: #2EBD85; }
.xrf5-real-new .xrf5-platform-link[data-platform="quora"] { color: #B92B27; }
.xrf5-real-new .xrf5-platform-link[data-platform="pinterest"] { color: #E60023; }
.xrf5-real-new .xrf5-platform-link[data-platform="soundcloud"] { color: #FF5500; }
.xrf5-real-new .xrf5-platform-link[data-platform="boomplay"] { color: #FF5722; }
.xrf5-real-new .xrf5-platform-link[data-platform="shopee"] { color: #EE4D2D; }
.xrf5-real-new .xrf5-platform-link[data-platform="line"] { color: #06C755; }
.xrf5-real-new .xrf5-platform-link[data-platform="note"] { color: #111; }
.xrf5-real-new .xrf5-platform-link[data-platform="twitter"] .xrf5-platform-icon { background: rgba(29,155,240,.12); }
.xrf5-real-new .xrf5-platform-link[data-platform="instagram"] .xrf5-platform-icon { background: rgba(228,64,95,.10); }
.xrf5-real-new .xrf5-platform-link[data-platform="tiktok"] .xrf5-platform-icon { background: rgba(0,0,0,.06); }
.xrf5-real-new .xrf5-platform-link[data-platform="youtube"] .xrf5-platform-icon { background: rgba(255,0,0,.08); }
.xrf5-real-new .xrf5-platform-link[data-platform="telegram"] .xrf5-platform-icon { background: rgba(34,158,217,.10); }
.xrf5-real-new .xrf5-platform-link[data-platform="facebook"] .xrf5-platform-icon { background: rgba(24,119,242,.10); }
.xrf5-real-new .xrf5-platform-link[data-platform="binance"] .xrf5-platform-icon { background: rgba(243,186,47,.12); }
.xrf5-real-new .xrf5-platform-link[data-platform="linkedin"] .xrf5-platform-icon { background: rgba(10,102,194,.10); }
.xrf5-real-new .xrf5-platform-link[data-platform="reddit"] .xrf5-platform-icon { background: rgba(255,69,0,.10); }
.xrf5-real-new .xrf5-platform-link[data-platform="trustpilot"] .xrf5-platform-icon { background: rgba(0,182,122,.10); }
.xrf5-real-new .xrf5-platform-link[data-platform="threads"] .xrf5-platform-icon { background: rgba(0,0,0,.06); }
.xrf5-real-new .xrf5-platform-link[data-platform="github"] .xrf5-platform-icon { background: rgba(36,41,47,.08); }
.xrf5-real-new .xrf5-platform-link[data-platform="snapchat"] .xrf5-platform-icon { background: rgba(255,252,0,.16); }
.xrf5-real-new .xrf5-platform-link.active .xrf5-platform-icon {
    background: rgba(var(--xrf5-brand-r), .14);
    box-shadow: inset 0 0 0 1px rgba(var(--xrf5-brand-r), .08);
}
.xrf5-real-new .xrf5-platform-arrow {
    border-color: var(--xrf5-line);
    background: #fff;
    color: var(--xrf5-ink-2);
    box-shadow: 0 12px 30px -22px rgba(var(--xrf5-c3r), .55);
}
.xrf5-real-new .xrf5-platform-arrow:hover {
    background: var(--xrf5-page-2);
    color: var(--xrf5-ink);
}

.xrf5-real-new .xrf5-main {
    max-width: 1320px;
    padding: 24px 22px 74px;
    gap: 28px;
}
.xrf5-real-new .xrf5-sidebar {
    margin-top: 0;
    top: 116px;
}
.xrf5-real-new .xrf5-nav,
.xrf5-real-new .xrf5-list {
    background: rgba(255,255,255,.92);
    border: 1px solid var(--xrf5-line);
    box-shadow: var(--xrf5-shadow);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.xrf5-real-new .xrf5-nav {
    border-radius: var(--xrf5-radius-lg);
    padding: 8px;
}
.xrf5-real-new .xrf5-nav-item {
    padding: 14px 14px;
    border-left: 0;
    border-radius: 16px;
}
.xrf5-real-new .xrf5-nav-item:hover {
    background: rgba(var(--xrf5-c2r), .07);
}
.xrf5-real-new .xrf5-nav-item.active {
    background: linear-gradient(135deg, rgba(var(--xrf5-c1r), .14), rgba(var(--xrf5-c3r), .12));
    border-left-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(var(--xrf5-c3r), .14);
}
.xrf5-real-new .xrf5-nav-icon {
    background: var(--xrf5-page-2);
    color: var(--xrf5-ink-3);
    border-radius: 13px;
}
.xrf5-real-new .xrf5-nav-item.active .xrf5-nav-icon {
    background: var(--xrf5-grad);
    color: #fff;
}
.xrf5-real-new .xrf5-nav-name {
    color: var(--xrf5-ink);
}
.xrf5-real-new .xrf5-nav-count {
    color: var(--xrf5-ink-3);
}
.xrf5-real-new .xrf5-content-header {
    margin-bottom: 16px;
}
.xrf5-real-new .xrf5-content-title {
    color: var(--xrf5-ink) !important;
    font-size: clamp(22px, 2vw, 28px);
    letter-spacing: -.025em;
}
.xrf5-real-new .xrf5-content-title i {
    color: var(--xrf5-brand) !important;
}
.xrf5-real-new .xrf5-list {
    border-radius: 26px;
    overflow: hidden;
}
.xrf5-real-new .xrf5-row {
    gap: 18px;
    padding: 18px 24px;
    border-bottom-color: rgba(var(--xrf5-inkr), .07);
}
.xrf5-real-new .xrf5-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 999px;
    background: var(--xrf5-grad);
    opacity: 0;
    transition: opacity .2s ease;
}
.xrf5-real-new .xrf5-row:hover {
    background: linear-gradient(90deg, rgba(var(--xrf5-c1r), .07), rgba(var(--xrf5-c3r), .035));
    padding-left: 24px;
}
.xrf5-real-new .xrf5-row:hover::before {
    opacity: 1;
}
.xrf5-real-new .xrf5-row-id {
    color: rgba(var(--xrf5-inkr), .42);
}
.xrf5-real-new .xrf5-row-name {
    color: var(--xrf5-ink);
}
.xrf5-real-new .xrf5-row-price {
    color: var(--xrf5-c3);
}
.xrf5-real-new .xrf5-row-desc {
    color: var(--xrf5-ink-3);
}
.xrf5-real-new .xrf5-row-btn {
    min-width: 68px;
    padding: 7px 16px;
    background: var(--xrf5-grad);
    color: #fff !important;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 750;
    box-shadow: 0 10px 22px -16px rgba(var(--xrf5-c2r), .75);
}
.xrf5-real-new .xrf5-row-btn:hover {
    background: var(--xrf5-grad);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px -18px rgba(var(--xrf5-c2r), .82);
}
.xrf5-real-new .xrf5-row-tag.hot {
    background: linear-gradient(135deg, #FF6B7A, var(--xrf5-c1));
}
.xrf5-real-new .xrf5-row-tag.new {
    background: linear-gradient(135deg, #12A150, #00B894);
}

body:has(.xrf5-trust-new) .block-divider-bottom {
    background-color: #fff;
}

.xrf5-trust-new {
    --xrf5-c1: #EA7A8A;
    --xrf5-c2: #BE68C4;
    --xrf5-c3: #9356FD;
    --xrf5-c2r: 190,104,196;
    --xrf5-c3r: 147,86,253;
    --xrf5-grad: linear-gradient(100deg, #EA7A8A 0%, #BE68C4 52%, #9356FD 100%);
    --xrf5-ink: #241A33;
    --xrf5-ink-2: #52465F;
    --xrf5-ink-3: #786C86;
    --xrf5-inkr: 36,26,51;
    --xrf5-line: rgba(36,26,51,.09);
    padding: 74px 24px 82px;
    text-align: center;
    background:
        radial-gradient(circle at 12% 0%, rgba(var(--xrf5-c2r), .11), transparent 34%),
        linear-gradient(180deg, #FBFAFE 0%, #fff 100%);
}
.xrf5-trust-new .fg-trust-label {
    margin: 0 0 10px;
    color: var(--xrf5-c3);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.xrf5-trust-new .fg-trust-title {
    margin: 0 0 12px;
    color: var(--xrf5-ink) !important;
    -webkit-text-fill-color: var(--xrf5-ink) !important;
    font-size: clamp(24px, 2.7vw, 34px);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.035em;
}
.xrf5-trust-new .fg-trust-sub {
    max-width: 720px;
    margin: 0 auto 42px;
    color: var(--xrf5-ink-3);
    font-size: 14.5px;
    line-height: 1.8;
}
.xrf5-trust-new .fg-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.xrf5-trust-new .fg-trust-card {
    padding: 30px 22px;
    text-align: center;
    background: rgba(255,255,255,.94);
    border: 1px solid var(--xrf5-line);
    border-radius: 24px;
    box-shadow: 0 18px 50px -30px rgba(var(--xrf5-c3r), .45);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.xrf5-trust-new .fg-trust-card:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--xrf5-c3r), .22);
    box-shadow: 0 26px 62px -34px rgba(var(--xrf5-c3r), .62);
}
.xrf5-trust-new .fg-icon-wrap {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: var(--xrf5-grad);
    box-shadow: 0 18px 32px -22px rgba(var(--xrf5-c2r), .9);
}
.xrf5-trust-new .fg-icon-wrap svg {
    width: 24px;
    height: 24px;
}
.xrf5-trust-new .fg-card-title {
    margin: 0 0 12px;
    color: var(--xrf5-ink);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 800;
}
.xrf5-trust-new .fg-card-body {
    margin: 0;
    color: var(--xrf5-ink-3);
    font-size: 13.5px;
    line-height: 1.85;
}
.xrf5-trust-new .fg-card-link {
    color: var(--xrf5-c3);
    font-weight: 700;
    text-decoration: none;
}
.xrf5-trust-new .fg-card-link:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .xrf5-real-new .xrf5-main { padding-top: 28px; }
    .xrf5-real-new .xrf5-sidebar { top: auto; }
    .xrf5-real-new .xrf5-nav { border-radius: 20px; }
    .xrf5-real-new .xrf5-nav-item.active .xrf5-nav-name,
    .xrf5-real-new .xrf5-nav-item.active .xrf5-nav-count { color: #fff !important; }
    .xrf5-real-new .xrf5-nav-item.active { background: var(--xrf5-grad); }
    .xrf5-trust-new .fg-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .xrf5-real-new .xrf5-banner { padding: 102px 14px 22px; }
    .xrf5-real-new .xrf5-breadcrumb { margin-bottom: 24px; padding: 0 8px; font-size: 12px; gap: 6px; }
    .xrf5-real-new .xrf5-banner h1 { font-size: 28px; gap: 10px; }
    .xrf5-real-new .xrf5-banner h1 i { font-size: .9em; }
    .xrf5-real-new .xrf5-banner p { font-size: 14px; line-height: 1.72; }
    .xrf5-real-new .xrf5-trust-badges { justify-content: flex-start; gap: 14px 18px; }
    .xrf5-real-new .xrf5-badge { font-size: 13px; }
    .xrf5-real-new .xrf5-platform-bar { padding-inline: 8px; }
    .xrf5-real-new .xrf5-platform-bar-wrap,
    .xrf5-real-new #xrf5-platform-bar-root:empty { padding: 0 30px; }
    .xrf5-real-new .xrf5-platform-list { padding: 10px; border-radius: 18px; }
    .xrf5-real-new .xrf5-main { padding: 24px 14px 58px; gap: 22px; }
    .xrf5-real-new .xrf5-row { padding: 15px 16px; }
    .xrf5-real-new .xrf5-row:hover { padding-left: 16px; }
    .xrf5-real-new .xrf5-row-name { flex-basis: calc(100% - 56px); }
    .xrf5-real-new .xrf5-row-price { order: 3; }
    .xrf5-real-new .xrf5-row-btn { order: 4; margin-left: auto; }
    .xrf5-trust-new { padding: 58px 16px 66px; }
}

@media (max-width: 560px) {
    .xrf5-real-new .xrf5-trust-badges { gap: 10px 14px; }
    .xrf5-real-new .xrf5-badge { font-size: 12px; }
    .xrf5-real-new .xrf5-badge i { width: 28px; height: 28px; flex-basis: 28px; border-radius: 9px; }
    .xrf5-real-new .xrf5-main { padding-inline: 12px; }
    .xrf5-real-new .xrf5-row { gap: 8px; }
    .xrf5-real-new .xrf5-row-btn { padding: 7px 14px; }
    .xrf5-trust-new .fg-trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .xrf5-real-new .xrf5-banner h1 { font-size: 26px; }
    .xrf5-real-new .xrf5-badge { font-size: 11px; }
    .xrf5-real-new .xrf5-row-name { font-size: 12.8px; }
    .xrf5-real-new .xrf5-row-price { font-size: 14px; }
    .xrf5-real-new .xrf5-row-btn { padding: 6px 13px; }
}

@media (prefers-reduced-motion: reduce) {
    .xrf5-real-new .xrf5-particle,
    .xrf5-real-new .xrf5-float-icon,
    .xrf5-real-new .xrf5-num {
        animation: none !important;
    }
}

/* xrf5 real-services performance guards */
.xrf5-real-new .xrf5-main,
.xrf5-trust-new {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
}

.xrf5-real-new .xrf5-list,
.xrf5-real-new .xrf5-nav,
.xrf5-trust-new .fg-trust-grid {
    contain: layout paint;
}

@media (max-width: 768px) {
    .xrf5-real-new {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .xrf5-real-new .xrf5-nav,
    .xrf5-real-new .xrf5-list,
    .xrf5-real-new .xrf5-platform-list,
    .xrf5-real-new .xrf5-platform-arrow,
    .xrf5-trust-new .fg-trust-card {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: 0 12px 34px -28px rgba(var(--xrf5-c3r), .42);
    }
    .xrf5-real-new .xrf5-particles,
    .xrf5-real-new .xrf5-rising-numbers,
    .xrf5-real-new .xrf5-floating-icons {
        display: none;
    }
    .xrf5-real-new .xrf5-banner::before,
    .xrf5-real-new .xrf5-banner::after,
    .xrf5-page::before,
    .xrf5-page::after {
        filter: none;
    }
    .xrf5-trust-new .fg-trust-card:hover,
    .xrf5-real-new .xrf5-row-btn:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .xrf5-real-new *,
    .xrf5-trust-new * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
    .xrf5-real-new .xrf5-particles,
    .xrf5-real-new .xrf5-rising-numbers,
    .xrf5-real-new .xrf5-floating-icons {
        display: none;
    }
}

