.curator-card{background:white;border:1px solid #e9ecef;border-radius:12px;padding:20px;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1);width:350px;flex-shrink:0;cursor:pointer}.curator-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.curator-profile{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.curator-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.curator-avatar img{width:100%;height:100%;object-fit:cover}.avatar-initial{font-size:18px;font-weight:600;color:#666}.curator-info{flex:1;min-width:0}.curator-name{font-size:16px;font-weight:600;color:#333;margin:0 0 4px;line-height:1.3}.curator-details{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:#666}.curator-details span{white-space:nowrap}.curator-details span:not(:last-child):after{content:"•";margin-left:8px;color:#ccc}.follow-btn{padding:6px 16px;border:1px solid #2196f3;background:white;color:#2196f3;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0;min-width:70px}.follow-btn:hover{background:#f5f5f5}.follow-btn.following{background:#2196f3;color:white}.follow-btn.following:hover{background:#1976d2}.curator-stats{display:flex;justify-content:space-between;border-top:1px solid #f0f0f0;padding-top:16px;gap:8px}.stat-item{display:flex;flex-direction:column;align-items:center;flex:1;min-width:0}.stat-label{font-size:12px;color:#666;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}.stat-value{font-size:16px;font-weight:600;color:#333;line-height:1}@media (max-width:768px){.curator-card{width:100%;max-width:410px;padding:16px}.curator-profile{margin-bottom:14px}.curator-avatar{width:44px;height:44px}.avatar-initial{font-size:16px}.curator-name{font-size:15px}.curator-details{font-size:12px;gap:6px}.curator-details span:not(:last-child):after{margin-left:6px}.follow-btn{padding:5px 12px;font-size:12px;min-width:60px}.curator-stats{padding-top:14px;gap:6px}.stat-label{font-size:11px}.stat-value{font-size:15px}}@media (max-width:480px){.curator-card{padding:14px}.curator-profile{gap:8px;margin-bottom:12px}.curator-avatar{width:40px;height:40px}.avatar-initial,.curator-name{font-size:14px}.curator-details{font-size:11px;gap:4px}.curator-details span:not(:last-child):after{margin-left:4px}.follow-btn{padding:4px 10px;font-size:11px;min-width:55px}.curator-stats{padding-top:12px}.stat-label{font-size:10px}.stat-value{font-size:14px}}