.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: center; 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="threads"]         { 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="threads"] .xrf5-platform-icon         { background: rgba(0,0,0,0.06); }

@media (max-width: 768px) {
    .xrf5-platform-bar { padding: 12px 12px 0; }
    .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-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 { padding: 9px 24px; background: linear-gradient(135deg, #a78bfa, #9580f0); color: #fff; border: none; border-radius: 10px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.25s; flex-shrink: 0; box-shadow: 0 3px 10px rgba(167, 139, 250, 0.3); }
.xrf5-row-btn:hover { background: linear-gradient(135deg, #9580f0, #8b6cf0); transform: translateY(-1px); box-shadow: 0 5px 15px rgba(167, 139, 250, 0.4); }

.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: 20px; }
    .xrf5-badge span { display: none; }
}
