.rv-wrap{background:#f5f5f5;border-radius:14px;margin:15px auto}
.rv-bar{display:flex;align-items:center;justify-content:space-between;padding:22px 32px 18px;gap:16px}
.rv-title{display:flex;align-items:center;gap:7px;font-size:22px;font-weight:700;color:#202124}
.rv-count{font-size:13px;color:#777;margin-top:4px}
.rv-btn{display:inline-block;background:#d32f2f;color:#fff;border:none;border-radius:50px;padding:11px 22px;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;cursor:pointer;flex-shrink:0}
.rv-btn:hover{background:#b71c1c}
.rv-line{height:1px;background:#e0e0e0;margin:0 32px}
.rv-row{display:flex;align-items:center;gap:10px;padding:20px 16px 18px}
.rv-arrow{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #ddd;box-shadow:0 2px 8px rgba(0,0,0,.14);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .2s}
.rv-arrow:hover{box-shadow:0 3px 14px rgba(0,0,0,.22)}
.rv-arrow[disabled]{opacity:0;pointer-events:none}
.rv-clip{flex:1;overflow:hidden;min-width:0}
.rv-track{display:flex;gap:14px;transition:transform .36s cubic-bezier(.4,0,.2,1);cursor:grab;user-select:none}
.rv-track:active{cursor:grabbing}
.rv-card{flex-shrink:0;background:#fff;border:1px solid #e4e4e4;border-radius:12px;padding:16px 14px;display:flex;flex-direction:column;gap:9px}
.rv-user{display:flex;align-items:center;gap:10px}
.rv-ava-w{position:relative;width:44px;height:44px;flex-shrink:0}
.rv-ava{width:44px;height:44px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}
.rv-ava img{width:100%;height:100%;object-fit:cover}
.rv-gbadge{position:absolute;bottom:-2px;right:-2px;width:17px;height:17px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.2)}
.rv-uname{font-size:13px;font-weight:700;color:#202124;display:flex;align-items:center;gap:4px;min-width:0}
.rv-uname span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.rv-check{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#4285F4;flex-shrink:0}
.rv-date{font-size:12px;color:#888;margin-top:1px}
.rv-stars span{color:#FBBC04;font-size:18px}
.rv-stars span.off{color:#e0e0e0}
.rv-text{font-size:13px;color:#3c4043;line-height:1.55}
.rv-more{color:#d32f2f;font-size:13px;font-weight:500;background:none;border:none;padding:0;cursor:pointer}
.rv-more:hover{text-decoration:underline}
.rv-dots{display:flex;justify-content:center;gap:8px;padding-bottom:20px}
.rv-dots button{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:#c8c8c8;cursor:pointer;transition:background .2s,transform .15s}
.rv-dots button.on{background:#222;transform:scale(1.2)}
.rv-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;align-items:center;justify-content:center}
.rv-modal.on{display:flex}
.rv-modal-box{background:#fff;border-radius:14px;padding:28px;max-width:500px;width:92%;position:relative;max-height:85vh;overflow-y:auto}
.rv-modal-x{position:absolute;top:14px;right:16px;background:none;border:none;font-size:22px;color:#888;cursor:pointer}
.rv-modal-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.rv-modal-body{font-size:15px;color:#3c4043;line-height:1.65;white-space:pre-wrap}
.rv-loader{padding:50px;text-align:center;color:#888}
.rv-spinner{width:28px;height:28px;border:3px solid #e0e0e0;border-top-color:#4285F4;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 12px}
@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:768px){.rv-bar{padding:16px 18px 14px}.rv-line{margin:0 18px}.rv-title{font-size:18px}.rv-btn{font-size:12px;padding:9px 14px}}