.card-recommended { overflow: hidden; }
.rec-carousel { position: relative; } .rec-track { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
@media (max-width: 1024px) {
.rec-track { grid-template-columns: 1fr; }
}
.rec-card { display: block; background: var(--card-bg, #141414); border-radius: 16px; overflow: hidden; text-decoration: none; box-shadow: 0 8px 28px rgba(0,0,0,.35); }
.rec-card:hover { transform: translateY(-1px); transition: transform .15s ease; } .rec-cover { position: relative; aspect-ratio: 16/9; background-size: cover; background-position: center; display: flex; align-items: flex-end; padding: 16px 16px 16px 96px; }
.rec-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.55) 100%); } .rec-avatar { position: absolute; left: 16px; bottom: 16px; width: 64px; height: 64px; border-radius: 50%; border: 3px solid #fff; object-fit: cover; z-index: 2; } .rec-info { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 2px; }
.rec-name-line { display: inline-flex; align-items: center; gap: 4px; }
.rec-name { color: #fff; font-weight: 800; font-size: 14px; line-height: 1.1; text-shadow: 0 2px 10px rgba(0,0,0,.5); } .rec-card .badge-verified{
background:#d70003;       
color:#fff;
border-radius:999px;
display:inline-flex; align-items:center; justify-content:center;
height:14px; min-width:14px; padding:0 0px; line-height:14px;
}
.rec-card .badge-verified i{ color:#fff !important; font-size:6px; } .rec-handle { color: rgba(255,255,255,.85); font-size: 12px; text-shadow: 0 2px 8px rgba(0,0,0,.5); } .rec-dots { display: flex; justify-content: center; gap: 8px; margin-top: 12px; }
.rec-dot { width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.35); border: none; cursor: pointer; }
.rec-dot[aria-selected="true"] { background: var(--chip-yellow, #E9FF3F); } @media (max-width: 1024px) {
.rec-cover { padding: 14px 14px 14px 84px; }
.rec-avatar { width: 56px; height: 56px; bottom: 14px; left: 14px; }
.rec-name { font-size: 20px; }
.rec-handle { font-size: 13px; }
} .card-recommended .card-recommended .badge-verified i { color: #fff; } @media (max-width: 1024px) {
.card-recommended } .rec-card .badge-verified i{ color:#fff !important; } .rec-card .rec-cover::after{
content:'';
position:absolute;
left:0; right:0; top:0; bottom:0;
background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.0) 30%);
pointer-events:none;
} .rec-card { position: relative; border-radius: 16px; overflow: hidden; }
.rec-cover { box-sizing: border-box; padding: 16px 16px 16px 96px !important; }
.rec-avatar { position: absolute; left: 16px; bottom: 16px; width: 64px; height: 64px; border-radius: 12px; object-fit: cover; z-index: 2; }
.rec-info { position: relative; z-index: 3; color: #fff; }
.rec-more { position: absolute; left: 8px; top: 8px; z-index: 3; color: rgba(255,255,255,.8); }
@media (max-width: 1024px) {
.rec-cover { padding: 14px 14px 14px 84px !important; }
.rec-avatar { width: 56px; height: 56px; left: 14px; bottom: 14px; }
} .rec-avatar { border-radius: 50% !important; }
.rec-more { display: none !important; } .rec-track { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
@media (max-width: 1024px){ .rec-track { grid-template-columns:1fr; } } .rec-card{ position:relative; display:block; border-radius:16px; overflow:hidden; text-decoration:none; }
.rec-cover{ position:relative; aspect-ratio:16/9; background-size:cover; background-position:center; display:flex; align-items:flex-end; padding:16px 16px 16px 96px; box-sizing:border-box; }
.rec-avatar{ position:absolute; left:16px; bottom:16px; width:64px; height:64px; border-radius:12px; object-fit:cover; z-index:2; }
.rec-info{ position:relative; z-index:3; color:#fff; }
.rec-more{ position:absolute; left:8px; top:8px; z-index:3; color:rgba(255,255,255,.85); }
@media (max-width: 1024px){
.rec-cover{ padding:14px 14px 14px 84px; }
.rec-avatar{ width:56px; height:56px; left:14px; bottom:14px; }
} .rec-card .rec-cover::after{
content:''; position:absolute; inset:0;
background:linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 30%);
pointer-events:none;
} .card.card-recommended{ position: relative; }
.card.card-recommended .rec-nav-overlay{
position: absolute;
top: 12px;
right: 12px;
display: flex;
gap: 8px;
z-index: 5;
}
.card.card-recommended .rec-btn{
appearance: none; -webkit-appearance: none;
border: 1px solid var(--stroke, rgba(255,255,255,.12));
background: rgba(11,11,15,.6);
color: var(--text, #fff);
border-radius: 10px;
width: 36px; height: 32px;
display: inline-flex; align-items: center; justify-content: center;
cursor: pointer;
}
.card.card-recommended .rec-btn i{ font-size: 14px; line-height: 1; }
.card.card-recommended .rec-btn:hover{ background: rgba(255,255,255,.06); }
@media (max-width: 1024px){
.card.card-recommended .rec-nav-overlay{ display: none; }
}